ext/vorbis/vorbisenc.c: If we get a zero-sized input buffer, don't pass it to libvorb...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-20  Michael Smith  <msmith@fluendo.com>
2
3         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4           If we get a zero-sized input buffer, don't pass it to libvorbis, as
5           that marks EOS internally. After that, libvorbis will buffer all
6           input data, and encode none of it, eventually leading to memory
7           exhaustion.
8
9 2007-03-19  Wim Taymans  <wim@fluendo.com>
10
11         * gst/playback/gstdecodebin.c: (remove_fakesink):
12         Don't post STATE_DIRTY anymore.
13
14         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
15         (gst_play_bin_change_state):
16         Remove stream_time reset in seek handling, core does that now.
17         Disable clocking for live pipelines by forcing a NULL clock to the
18         complete pipeline, core is too smart now for our previous hack.
19         We can always autoplug in PAUSED now.
20
21 2007-03-17  David Schleef  <ds@schleef.org>
22
23         * REQUIREMENTS:  Update this file, change the formatting to make
24         it more consistent, plus more machine readable.
25
26 2007-03-16  Michael Smith  <msmith@fluendo.com>
27
28         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
29         (strip_width_64), (append_with_other_format):
30           Previous fix was too simplistic, and broke the tests. Use a better
31           approach; only strip 64 from widths for integer audio.
32
33 2007-03-16  Michael Smith  <msmith@fluendo.com>
34
35         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
36         (gst_audio_convert_transform_caps):
37           We don't support 64 bit integer audio, so don't try to claim we can.
38           Stops us producing caps don't match our template caps.
39           Update comments.
40
41 2007-03-15  Michael Smith  <msmith@fluendo.com>
42
43         * gst/audioresample/gstaudioresample.c:
44         (audioresample_check_discont), (audioresample_transform):
45           Don't trigger discontinuities for very small imperfections; a filter
46           flush will sound bad, and many plugins have rounding errors leading
47           to these.
48
49 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
50
51         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
52         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
53         Add min-ptime property to RTP base audio payloader. Patch by
54         olivier.crete@collabora.co.uk.
55         Fixes #415001
56
57         Indentation/whitespace/documentation fixes.
58
59 2007-03-14  Julien MOUTTE  <julien@moutte.net>
60
61         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
62         (audioresample_transform_size), (audioresample_do_output),
63         (audioresample_transform), (audioresample_pushthrough): Handle
64         discontinuous streams.
65         * gst/audioresample/gstaudioresample.h:
66         * tests/check/elements/audioresample.c:
67         (test_discont_stream_instance), (GST_START_TEST),
68         (audioresample_suite): Add a test for discontinuous streams.
69         * win32/common/config.h: Updated.
70
71 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
72
73         * po/af.po:
74         * po/az.po:
75         * po/cs.po:
76         * po/en_GB.po:
77         * po/it.po:
78         * po/nb.po:
79         * po/nl.po:
80         * po/or.po:
81         * po/sq.po:
82         * po/sr.po:
83         * po/sv.po:
84         * po/uk.po:
85         * po/vi.po:
86           Update translations from translation project.
87
88 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
89
90         * gst/audioresample/debug.h:
91         * gst/audioresample/resample.c: (resample_init):
92           Since I really am not interested in a debug line for each sample
93           being processed, move the library's debugging to its own category,
94           libaudioresample
95
96 2007-03-13  Michael Smith  <msmith@fluendo.com>
97
98         * ext/theora/theoradec.c: (theora_handle_type_packet):
99           Since the plugin doesn't support anything other than 4:2:0 right
100           now, post an error and fail if we get something else. Won't matter
101           until libtheora supports the other pixel formats, but hopefully
102           that'll be soon...
103
104 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
105
106         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
107         Use gst_guint64_to_gdouble for conversion.
108         * win32/MANIFEST:
109         Add new files to the win32 MANIFEST.
110         * win32/common/libgstaudio.def:
111         * win32/common/libgstpbutils.def:
112         Add new exported functions.
113         * win32/vs6/gst_plugins_base.dsw:
114         * win32/vs6/libgstdecodebin.dsp:
115         * win32/vs6/libgstplaybin.dsp:
116         Change the link to libgstpbutils.lib.
117         * win32/vs6/libgstdecodebin2.dsp:
118         Add a new project for decodebin2.
119         * win32/vs6/libgstpbutils.dsp:
120         Add a new project for pbutils.
121
122 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
123
124         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
125           Also accept partial dates with only year and month,
126           like 1999-12-00 (fixes #410396 even more).
127
128         * tests/check/libs/tag.c: (GST_START_TEST):
129           Add unit test for the above.
130
131 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * tests/check/elements/subparse.c: (GST_START_TEST),
134         (subparse_suite):
135           Add unit test for MPL2 subtitle format (#413799).
136
137 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
138
139         Patch by: Kamil Pawlowski  <kamilpe gmail com>
140
141         * gst/subparse/Makefile.am:
142         * gst/subparse/gstsubparse.c:
143         (gst_sub_parse_data_format_autodetect),
144         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
145         (gst_subparse_type_find):
146         * gst/subparse/gstsubparse.h:
147         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
148         * gst/subparse/mpl2parse.h:
149           Add support for MPL2 subtitle format (#413799).
150
151 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
152
153         * configure.ac:
154           We require core CVS for the new buffer metadata copy functions.
155
156 2007-03-09  Wim Taymans  <wim@fluendo.com>
157
158         * gst-libs/gst/tag/gstid3tag.c:
159         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
160         Fixes #414496.
161
162         Patch by: Alex Lancaster <alexl at users sourceforge net>
163
164 2007-03-09  Wim Taymans  <wim@fluendo.com>
165
166         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
167         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
168         Improve adapter usage and comments.
169
170 2007-03-09  Wim Taymans  <wim@fluendo.com>
171
172         * ext/pango/gsttextrender.c: (gst_text_render_chain):
173         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
174         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
175         Use new metadata copy function.
176
177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
178         (gst_ffmpegcsp_transform):
179         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
180         Basetransform copied the metadata for us.
181
182 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
183
184         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
185         (gst_text_overlay_video_event):
186           Some more logging. Only accept newsegment events in TIME format and
187           send a WARNING message if they are not in TIME format.
188
189         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
190         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
191         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
192         * gst/subparse/gstsubparse.h:
193           No need to allocate GstSegment structure dynamically, just put it
194           into the instance structure; ignore newsegment events in BYTE
195           format and in particular don't let it overwrite our saved TIME
196           segment from the last seek.
197
198 2007-03-09  Michael Smith  <msmith@fluendo.com>
199
200         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
201           Replace AC3 typefinder with one that isn't terrible, and actually
202           works usefully.
203
204 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
205
206         * gst/audioconvert/gstaudioconvert.c:
207         (gst_audio_convert_transform):
208           fix error category and translatable string
209           
210
211 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
212
213         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
214         * pkgconfig/gstreamer-plugins-base.pc.in:
215           Fix up utils => pbutils here too.
216
217 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
218
219         * gst/subparse/gstsubparse.c: (handle_buffer):
220           Break out of loop in chain function as soon as possible if we get
221           a non-OK flow return.
222
223 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
224
225         * tests/check/elements/alsa.c: (GST_START_TEST):
226         Unref the mixer if the state change fails too (if the
227         alsa devices are inaccessible, for example)
228
229 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
230
231         * tests/check/Makefile.am:
232         Don't test libvisual elements in the states check, because libvisual
233         seems to leak internally.
234
235         Re-enable the alsa and states tests now that there's new suppressions
236         in gst.supp.
237
238         * tests/check/elements/alsa.c: (GST_START_TEST):
239         Don't leak the alsamixer we instantiated.
240
241 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
242
243         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
244         (gst_ximagesink_change_state), (gst_ximagesink_reset),
245         (gst_ximagesink_finalize):
246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
247         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
248         Move some cleanup stuff from the state change handler into a _reset()
249         function that can be called from _finalize(). This ensures that things
250         get freed even if (for some reason) the NULL->READY state transition
251         fails in the parent class.
252         Even if a parent state change fails, process our downward state change
253         logic instead of bailing out early.
254         Free the correct xcontext pointer in ximagesink's xcontext_clear.
255
256 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
257
258         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
259         Extra log line.
260
261         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
262         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
263         Use pango_font_description_set_family_static instead of 
264         pango_font_description_set_family to save a string copy (it was
265         leaking due to the strdup anyway)
266
267         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
268         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
269         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
270         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
271         Chain up in finalize.
272
273 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
274
275         * gst-libs/gst/interfaces/mixertrack.c:
276         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
277         (gst_mixer_track_set_property):
278           API: add "untranslated-label" property which should be set by
279           implementations at construct time (#414645).
280
281         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
282         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
283           Set "untranslated-label" when constructing mixer track objects.
284
285         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
286           Unit test to check the above.
287
288 2007-03-07  Wim Taymans  <wim@fluendo.com>
289
290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
291         Fix confusing debug message.
292
293 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
294
295         * gst-plugins-base.doap:
296         update doap file with new version
297
298 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
299
300         * configure.ac:
301         Back to CVS
302
303 === release 0.10.12 ===
304
305 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
306
307         * configure.ac:
308           releasing 0.10.12, "Zombie Horde"
309
310 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
311
312         * configure.ac:
313         Bump version to 0.10.11.4 pre-release
314
315 2007-03-06  Wim Taymans  <wim@fluendo.com>
316
317         * gst-libs/gst/audio/gstbaseaudiosink.c:
318         (gst_base_audio_sink_async_play):
319         Fix regression that made GStreamer skip the first samples of audio.
320         Fixes #414684.
321
322 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
323
324         * configure.ac:
325         Bump version to 0.10.11.3 pre-release
326
327 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
328
329         * po/POTFILES.in:
330           Update paths for the rename from utils to pbutils to fix the build.
331
332 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
333
334         * gst-libs/gst/pbutils/Makefile.am:
335           Change directory to install headers in from gst/utils to gst/pbutils
336           as well.
337
338 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
339
340         * configure.ac:
341         * docs/libs/gst-plugins-base-libs-docs.sgml:
342         * docs/libs/gst-plugins-base-libs-sections.txt:
343         * gst-libs/gst/Makefile.am:
344         * gst-libs/gst/interfaces/mixer.c:
345         * gst-libs/gst/pbutils/Makefile.am:
346         * gst-libs/gst/pbutils/descriptions.c:
347         (gst_pb_utils_get_source_description),
348         (gst_pb_utils_get_sink_description),
349         (gst_pb_utils_get_decoder_description),
350         (gst_pb_utils_get_encoder_description),
351         (gst_pb_utils_get_element_description),
352         (gst_pb_utils_add_codec_description_to_tag_list),
353         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
354         * gst-libs/gst/pbutils/descriptions.h:
355         * gst-libs/gst/pbutils/install-plugins.c:
356         * gst-libs/gst/pbutils/install-plugins.h:
357         * gst-libs/gst/pbutils/missing-plugins.c:
358         (gst_missing_uri_source_message_new),
359         (gst_missing_uri_sink_message_new),
360         (gst_missing_element_message_new),
361         (gst_missing_decoder_message_new),
362         (gst_missing_encoder_message_new),
363         (gst_missing_plugin_message_get_description):
364         * gst-libs/gst/pbutils/missing-plugins.h:
365         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
366         * gst-libs/gst/pbutils/pbutils.h:
367         * gst-libs/gst/utils/Makefile.am:
368         * gst-libs/gst/utils/base-utils.c:
369         * gst-libs/gst/utils/base-utils.h:
370         * gst-libs/gst/utils/descriptions.c:
371         * gst-libs/gst/utils/descriptions.h:
372         * gst-libs/gst/utils/install-plugins.c:
373         * gst-libs/gst/utils/install-plugins.h:
374         * gst-libs/gst/utils/missing-plugins.c:
375         * gst-libs/gst/utils/missing-plugins.h:
376         * gst-plugins-base.spec.in:
377         * gst/playback/Makefile.am:
378         * gst/playback/gstdecodebin.c:
379         * gst/playback/gstdecodebin2.c:
380         * gst/playback/gstplaybasebin.c: (setup_subtitle),
381         (gen_source_element):
382         * gst/playback/gstplaybin.c: (plugin_init):
383         * tests/check/Makefile.am:
384         * tests/check/libs/pbutils.c: (GST_START_TEST),
385         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
386         * tests/check/libs/utils.c:
387           rename utils to pbutils
388
389 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
390
391         * docs/plugins/Makefile.am:
392         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
393         * docs/plugins/gst-plugins-base-plugins-sections.txt:
394         * docs/plugins/inspect/plugin-decodebin2.xml:
395         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
396         Add documentation for decodebin2 that indicates that the API
397         is still unstable.
398
399 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
400
401         * configure.ac:
402         Update to 0.10.11.2 (0.10.12 pre-release)
403
404 2007-03-01  Wim Taymans  <wim@fluendo.com>
405
406         * gst-libs/gst/audio/gstbaseaudiosink.c:
407         (gst_base_audio_sink_async_play):
408         base time is irrelevant here.
409
410 2007-03-01  Wim Taymans  <wim@fluendo.com>
411
412         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
413         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
414         Improve debugging.
415
416         * gst-libs/gst/audio/gstbaseaudiosink.c:
417         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
418         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
419         Improve latency and clock slaving calculations.
420         Improve slave clock calibration.
421
422         * gst-libs/gst/audio/gstringbuffer.c:
423         (gst_ring_buffer_commit_full):
424         When we are asked to render N sample to 0 bytes, return N.
425
426 2007-03-01  Wim Taymans  <wim@fluendo.com>
427
428         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
429         (gst_alsasink_write), (gst_alsasink_reset):
430         * ext/alsa/gstalsasink.h:
431         Remove unused dispose function.
432         Rename lock to not interfere with alsasrc lock.
433
434         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
435         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
436         (gst_alsasrc_read), (gst_alsasrc_reset):
437         * ext/alsa/gstalsasrc.h:
438         Implement finalize function.
439         Use lock to protect alsa access.
440         Implement _reset.
441         Fine tune sw params.
442
443 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
444
445         * configure.ac:
446           Convert to new AG_GST style.
447
448 2007-02-28  Wim Taymans  <wim@fluendo.com>
449
450         Patch by: Ed Catmur <ed at catmur dot co dot uk>
451
452         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
453         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
454         Fix race condition when rapidly switching visualisations in playbin.
455         Fixes #401029.
456
457 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
458
459         * tests/check/Makefile.am:
460         Include local stuff before system installed things in LDFLAGS and
461         CFLAGS.
462
463 2007-02-28  Wim Taymans  <wim@fluendo.com>
464
465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
466         Improve debugging.
467
468 2007-02-28  Wim Taymans  <wim@fluendo.com>
469
470         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
471         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
472         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
473         Fix duration and timestamping, taking latency into account.
474         Implement latency query.
475
476 2007-02-28  Wim Taymans  <wim@fluendo.com>
477
478         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
479         (gst_audio_clock_new):
480         Fix clock name.
481
482         * gst-libs/gst/audio/gstbaseaudiosink.c:
483         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
484         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
485         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
486         (gst_base_audio_src_create):
487         Improve latency query code.
488         Use proper clock names.
489
490 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
491
492         * tests/check/generic/states.c: (GST_START_TEST):
493           Copy the states.c test from core again
494         * tests/check/Makefile.am:
495           ignore cdio and cdparanoiasrc
496
497 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
498
499         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
500         (double_hq), (audio_convert_get_func_index), (check_default),
501         (audio_convert_prepare_context), (audio_convert_convert):
502           Also make valgrind happy and avoid copying data in some cases.
503
504 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
505
506         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
507         (double_hq), (audio_convert_get_func_index),
508         (audio_convert_prepare_context), (audio_convert_convert):
509         * gst/audioconvert/gstaudioconvert.c:
510         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
511         (gst_audio_convert_transform_caps):
512         * tests/check/elements/audioconvert.c: (GST_START_TEST),
513         (audioconvert_suite):
514           Don't run inplace if that overwrites source data as we go. Add more
515           tests. Fixes #339837 even more.
516
517 2007-02-27  Julien MOUTTE  <julien@moutte.net>
518
519         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
520         (msg_segment_done): Fix various seeking bugs (Slider was not
521         updating when doing a non flushing seek, Reverse playback 
522         on segment seek was wrong).
523
524 2007-02-26  Wim Taymans  <wim@fluendo.com>
525
526         * tests/examples/seek/seek.c: (stop_seek):
527         When we stop scrubbing, don't leave the pipeline PLAYING when we
528         requested a PAUSED state.
529
530 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
531
532         Patch by: René Stadler <mail at renestadler de>
533
534         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
535           Parse date strings in vorbis comments that have an invalid (zero)
536           month or day (#410396).
537
538         * tests/check/libs/tag.c: (GST_START_TEST):
539           Test case for the above.
540
541 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
542
543         Patch by: Loïc Minier <lool+gnome at via ecp fr>
544
545         * configure.ac:
546         * ext/alsa/Makefile.am:
547         * gst/audiotestsrc/Makefile.am:
548           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
549
550 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
551
552         * gst/playback/gstplaybin.c:
553           Improve docs: point out that the application needs to assist playbin
554           with buffering.
555
556 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
557
558         * gst-libs/gst/utils/install-plugins.c:
559         * gst-libs/gst/utils/missing-plugins.c:
560         * tests/check/libs/utils.c: (missing_msg_check_getters):
561           Change GStreamer marker prefix in detail string from 'gstreamer.net'
562           to just 'gstreamer'. Document the caps string component of the
563           decoder/encoder detail a bit better, since not everyone will be
564           familiar with the GStreamer media type/caps system (but they better
565           enjoy nested itemized lists).
566
567 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * gst-libs/gst/netbuffer/gstnetbuffer.c:
570         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
571           Fix copying of GstNetBuffer (would crash before, or at least lead to
572           invalid memory access, #410772), for now by copying the GstBuffer copy
573           code from the core over here so we can copy the GstBuffer fields on a
574           provided buffer instance (of type GstNetBuffer in this case). Would be
575           better to fix this with some support by the core though (and in the long
576           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
577
578         * tests/check/Makefile.am:
579           Enable unit test for GstNetBuffer.
580
581 2007-02-22  Andy Wingo  <wingo@pobox.com>
582
583         * gst-libs/gst/audio/gstbaseaudiosink.c
584         (gst_base_audio_sink_init): Disable pull-mode activation until we
585         figure out how to make audio sinks go to PLAYING.
586
587 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
588
589         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
590         (double_hq), (audio_convert_get_func_index),
591         (audio_convert_prepare_context), (audio_convert_convert):
592         * gst/audioconvert/audioconvert.h:
593         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
594         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
595         * gst/audioconvert/gstchannelmix.h:
596         * tests/check/elements/audioconvert.c: (GST_START_TEST):
597           Add float as an intermediate format, as well as float mixing. Enable
598           test that was failing before. Fixes #339837
599
600 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
601
602         * tests/examples/seek/seek.c: (do_seek):
603         Undo the previous commit: -1 as a stop time implies that the stop
604         time is the end of file, clearing any previously configured segment.
605
606 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
607
608         * tests/examples/seek/seek.c: (do_seek):
609         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
610
611 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
612
613         * gst/volume/gstvolume.c: (volume_process_int16),
614         (volume_process_int16_clamp), (volume_set_caps):
615           Unbreak volume, value remains gint.
616
617 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
618
619         * gst/volume/gstvolume.c: (volume_choose_func),
620         (volume_update_real_volume), (gst_volume_set_volume),
621         (gst_volume_init), (volume_process_double), (volume_process_float),
622         (volume_process_int16), (volume_process_int16_clamp),
623         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
624         * gst/volume/gstvolume.h:
625           Extend float audio support (double) and some int->uint cleanups.
626
627 2007-02-20  Edward Hervey  <edward@fluendo.com>
628
629         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
630         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
631         (sort_end_pads), (gst_decode_group_expose),
632         (gst_decode_group_hide):
633         Don't free groups from the streaming threads. Just put them aside and
634         free them in dispose.
635
636 2007-02-20  Edward Hervey  <edward@fluendo.com>
637
638         * gst/playback/gstdecodebin2.c: (connect_element),
639         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
640         (sort_end_pads), (gst_decode_group_expose):
641         Handle dynamic pads within groups.
642         Sort pads before exposing them in order to make playbin happy.
643         There still is a race with the multiqueue filling up. This should be
644         solved separately.
645         Fixes #398721
646
647 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * gst-libs/gst/utils/base-utils.c:
650         * gst-libs/gst/utils/descriptions.c:
651         * gst-libs/gst/utils/install-plugins.c:
652         * gst-libs/gst/utils/missing-plugins.c:
653           Some more docs (and descriptions for two subtitle formats).
654
655 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
656
657         * gst-libs/gst/audio/audio.c:
658           Fix documentation.
659
660 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
661
662         Patch by: Yves Lefebvre  <ivanohe abacom com>
663
664         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
665           Don't leak caps. Fixes #408278.
666
667 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
668
669         * ext/cdparanoia/gstcdparanoiasrc.h:
670         * ext/ogg/gstoggdemux.h:
671         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
672         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
673         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
674         * gst-libs/gst/audio/audio.h:
675         * gst-libs/gst/audio/gstaudiofilter.h:
676         * gst-libs/gst/interfaces/videoorientation.h:
677         * gst/adder/gstadder.h:
678           More docs coverage and some ChangeLog surgery (add missing names)
679
680 2007-02-15  Wim Taymans  <wim@fluendo.com>
681
682         * sys/ximage/ximagesink.c:
683         (gst_ximagesink_calculate_pixel_aspect_ratio):
684         * sys/xvimage/xvimagesink.c:
685         (gst_xvimagesink_calculate_pixel_aspect_ratio):
686         Small constifications.
687
688 2007-02-15  Wim Taymans  <wim@fluendo.com>
689
690         * gst-libs/gst/audio/gstbaseaudiosink.c:
691         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
692         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
693         (gst_base_audio_sink_async_play),
694         (gst_base_audio_sink_change_state):
695         Answer latency query.
696         Use configured latency when syncing.
697         Fix clock slaving.
698
699         * gst-libs/gst/audio/gstbaseaudiosrc.c:
700         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
701         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
702         Fix possible memleak.
703         Implement latency query.
704         Small cleanups.
705
706 2007-02-15  Wim Taymans  <wim@fluendo.com>
707
708         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
709         Ignore errors in reset, these are not fatal. They also grab the element
710         lock which is already taking when this function is called. Fixes
711         #405451.
712
713 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
714
715         * configure.ac:
716           Remove 'tests/examples/xerror/Makefile' from output files again.
717
718 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
719
720         * configure.ac:
721         * docs/plugins/Makefile.am:
722           Also crossref against gst-plugins-base-libs.
723
724 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
725
726         * configure.ac:
727         * docs/libs/Makefile.am:
728         * docs/plugins/Makefile.am:
729           Add crossreferences to glib/gobject/gstream docs.
730
731         * gst-libs/gst/audio/audio.h:
732           Source formatting.
733
734         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
735           Add own debug category.
736
737 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
738
739         Patch by: René Stadler <mail at renestadler de>
740
741         * gst-libs/gst/tag/gstvorbistag.c:
742           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
743           (#403597).
744
745 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * gst/playback/gstplaybasebin.c: (setup_source):
748           When we have external subtitles and wait for the subtitle decodebin
749           to get up and running, we set up a (sync) bus handler for the
750           subtitle decodebin, so we can stop waiting when it posts an error
751           message. However, we should do that before we set the subtitle
752           decodebin's state to playing, otherwise things are racy and we might
753           miss error messages posted before we had a chance to set up the bus.
754           This should finally fix totem hanging on .txt pseudo-subtitle files.
755           
756 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
757
758         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
759           Use gst_gdouble_to_guint64 for conversions.
760         * win32/common/config.h.in:
761           Add a define for GST_INSTALL_PLUGINS_HELPER
762         * win32/common/libgstaudio.def:
763         * win32/common/libgstcdda.def:
764         * win32/common/libgstnetbuffer.def:
765         * win32/common/libgstrtp.def:
766         * win32/common/libgutils.def:
767           Add new exported functions.
768         * win32/vs6/gst_plugins_base.dsw:
769         * win32/vs6/libgstdecodebin.dsp:
770         * win32/vs6/libgstnetbuffer.dsp:
771         * win32/vs6/libgstplaybin.dsp:
772         * win32/vs6/libgstrtp.dsp:
773         * win32/vs6/libgstvorbis.dsp:
774         * win32/vs6/libgstcdda.dsp:
775         * win32/vs6/libgstgdp.dsp:
776         * win32/vs6/libgstutils.dsp:
777           Update and add new project files.
778
779 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
780
781         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
782         (subrip_remove_unhandled_tags), (parse_subrip):
783           For SubRip (.srt) subtitles, ignore all markup tags we don't
784           handle (like font tags, for example).
785
786         * tests/check/elements/subparse.c:
787           Add test for this.
788
789 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * gst/playback/gstdecodebin.c: (add_fakesink),
792         (gst_decode_bin_change_state):
793         * gst/playback/gstdecodebin2.c: (add_fakesink),
794         (gst_decode_bin_change_state):
795           Don't error out if there is no fakesink in the NULL to READY state
796           change, since when decodebin is re-used, we're only adding the
797           fakesink element in READY to PAUSED.
798
799         * tests/check/elements/decodebin.c:
800         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
801         (decodebin_suite):
802           Minimal unit test to make sure we can use the same decodebin
803           instance twice (at least with audiotestsrc input).
804
805 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
806
807         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
808           Try to get devic-name from device string first, and from handle only
809           as fallback (seems to yield better results and is more robust
810           against buggy probing code on the application side).
811
812 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
813
814         Based on patch by: Julien Puydt <julien.puydt at laposte net>
815
816         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
817         (gst_alsa_find_device_name):
818         * ext/alsa/gstalsa.h:
819         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
820         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
821           Improve device-name detection a bit, especially in the case where
822           the device is not actually open (#405020, #405024). Move common code
823           into gstalsa.c instead of duplicating it.
824
825 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * gst/audioconvert/gstaudioconvert.c:
828           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
829
830 2007-02-06  Julien MOUTTE  <julien@moutte.net>
831
832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
833         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
834         (gst_xvimagesink_interface_supported),
835         (gst_xvimagesink_probe_get_properties),
836         (gst_xvimagesink_probe_probe_property),
837         (gst_xvimagesink_probe_needs_probe),
838         (gst_xvimagesink_probe_get_values),
839         (gst_xvimagesink_property_probe_interface_init),
840         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
841         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
842         (gst_xvimagesink_get_type):
843         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
844         for XVAdaptors so that one can choose the adaptor to use with 
845         gstreamer-properties.
846
847 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
848
849         * gst/audioconvert/gstaudioconvert.c:
850           Also mention that a conversion from double to float is suboptimal still.
851
852 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
853
854         * gst-libs/gst/audio/gstaudiofilter.c:
855         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
856           Clear our formats structure and free the caps contained in it when
857           shutting down.
858
859 2007-02-05  Andy Wingo  <wingo@pobox.com>
860
861         * gst-libs/gst/audio/gstbaseaudiosink.c
862         (gst_base_audio_sink_callback): Update basesink->offset so that we
863         pull monotonically increasing offsets instead of, um, seeking back
864         to 0 each time. Fixes alsasrc ! alsasink!
865
866 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
867
868         * gst/videoscale/gstvideoscale.c:
869           A width and height of 1 makes us crash, so increase minimum size to
870           2x2 pixels until someone feels like fixing this (#404512).
871
872 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
875           Add small test to make sure request pads are cleaned up properly
876           even if oggmux never changes state out of NULL.
877
878 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * tests/check/libs/utils.c: (GST_START_TEST):
881           Fix unit test. Turns out things work much better when you
882           NULL-terminate string arrays. Should make p5 build bot happy again.
883
884 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * gst-libs/gst/audio/Makefile.am:
887         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
888         (gst_audio_filter_template_base_init),
889         (gst_audio_filter_template_class_init),
890         (gst_audio_filter_template_init),
891         (gst_audio_filter_template_set_property),
892         (gst_audio_filter_template_get_property),
893         (gst_audio_filter_template_setup),
894         (gst_audio_filter_template_filter),
895         (gst_audio_filter_template_filter_inplace), (plugin_init):
896           Oops, forgot to commit fixed-up example.
897
898 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * docs/libs/gst-plugins-base-libs-sections.txt:
901         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
902         (gst_audio_filter_class_init), (gst_audio_filter_init),
903         (gst_audio_filter_set_caps),
904         (gst_audio_filter_class_add_pad_templates):
905         * gst-libs/gst/audio/gstaudiofilter.h:
906           Port GstAudioFilter to 0.10. This change technically breaks
907           API and ABI (and thus also every library developer's heart),
908           but seems justifiable on the grounds that the base class was
909           completely unusable before (ie. would crash immediately when
910           actually used). Fixes #403963 (and eventually also #403572).
911           Also document all of this a bit.
912
913 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
914
915         * gst-libs/gst/utils/install-plugins.c:
916         (gst_install_plugins_spawn_child):
917         * tests/check/libs/utils.c:
918         (test_base_utils_install_plugins_do_callout):
919           Lowering log level to see why things fail on the p5 build bot;
920           fix some typos in unit test messages.
921
922 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
923
924         * tests/check/libs/utils.c:
925         (test_base_utils_install_plugins_do_callout):
926           Don't hard-code temp directory for test helper; use GLib functions
927           to write out file and do error checking etc.
928
929 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
930
931         * gst-libs/gst/utils/Makefile.am:
932         * gst-libs/gst/utils/base-utils.h:
933         * gst-libs/gst/utils/install-plugins.c:
934         (gst_install_plugins_context_set_xid),
935         (gst_install_plugins_context_new),
936         (gst_install_plugins_context_free),
937         (gst_install_plugins_get_helper),
938         (gst_install_plugins_spawn_child),
939         (gst_install_plugins_return_from_status),
940         (gst_install_plugins_installer_exited),
941         (gst_install_plugins_async), (gst_install_plugins_sync),
942         (gst_install_plugins_return_get_name),
943         (gst_install_plugins_installation_in_progress):
944         * gst-libs/gst/utils/install-plugins.h:
945           API: add API for applications to initiate installation of missing
946           plugins, ie. gst_install_plugins_async() primarily.
947           Based on libgimme-codec by Ryan Lortie.
948
949         * configure.ac:
950           Add --with-install-plugins-helper configure option so distros can specify
951           the path of the helper script or program to call when plugin installation
952           is requested (distros: please do any argument munging in this helper
953           script instead of patching GStreamer to pass arguments differently
954           to another program directly).
955
956         * docs/libs/gst-plugins-base-libs-docs.sgml:
957         * docs/libs/gst-plugins-base-libs-sections.txt:
958           Build and document new API.
959
960         * tests/check/libs/utils.c: (result_cb),
961         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
962         (libgstbaseutils_suite):
963           Some simple checks for the new API.
964
965 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
966
967         * tests/check/elements/audioconvert.c: (test_float_conversion):
968           Add small test for 32bit float <=> 64bit float conversion (works
969           only one way so far, 32=>64 produces structured noise).
970
971 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/audioconvert/gstaudioconvert.c:
974         (set_structure_widths_32_and_64), (make_lossless_changes):
975           We don't support floats with a width of 40, 48 or 56 bits.
976
977 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
978
979         * gst/audioconvert/audioconvert.c: (float), (double),
980         (audio_convert_get_func_index):
981         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
982         (make_lossless_changes):
983           Support for 64-bit float audio in audioconvert (#339837)
984
985 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
986
987         Patch by: Holger Wansing  <linux wansing-online de>
988
989         * po/LINGUAS:
990         * po/de.po:
991           Add German translation (#352069).
992
993 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
994
995         reviewed by: Wim Taymans <wim@fluendo.com>
996
997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
998         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
999         Use newly added GstCollectPads API to free the allocated resources in
1000         the GstOggPad structures (#402393).
1001
1002 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1003
1004         * gst/playback/gstplaybin.c: (gen_vis_element):
1005           Add audioresample+audioconvert in front of the visualisation
1006           element, so that elements like libvisual 0.4 that don't support all
1007           samplerates can work.
1008
1009           Fixes: #402505
1010
1011 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1014         (gst_play_base_bin_get_streaminfo_value_array):
1015           Take some locks and make a copy of the streaminfo value array we
1016           maintain while holding the lock, so that the application can
1017           retrieve the stream-info as a value array in a thread-safe way.
1018
1019 2007-01-30  Wim Taymans  <wim@fluendo.com>
1020
1021         * gst/audioconvert/gstaudioconvert.c:
1022         Don't fail on 0 sized buffers. Fixes #396835.
1023
1024 2007-01-29  David Schleef  <ds@schleef.org>
1025
1026         * gst/typefind/gsttypefindfunctions.c:
1027           Detect BBCD as video/x-dirac, so we can play raw dirac
1028           streams.
1029
1030 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1031
1032         * ext/theora/theoraenc.c: (theora_enc_chain):
1033           Check return value of theora_encode_header(), or we might try to
1034           allocate a random number of bytes. theora_encode_header() can fail
1035           if libtheora has been compiled with encoding support disabled.
1036           Fixes #398110.
1037
1038 2007-01-29  Wim Taymans  <wim@fluendo.com>
1039
1040         * tests/check/gst/.cvsignore:
1041         Do as buildbot says.
1042
1043 2007-01-29  Wim Taymans  <wim@fluendo.com>
1044
1045         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1046         Fix strides in libvisual. Gst uses X strides.
1047         Inspired by: <ed at catmur dot co dot uk> and 
1048         <tim at centricular dot net>
1049         Fixes #401118.
1050
1051 2007-01-27  Wim Taymans  <wim@fluendo.com>
1052
1053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1054         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1055         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1056         (gst_ogg_demux_perform_seek),
1057         (gst_ogg_demux_bisect_forward_serialno),
1058         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1059         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1060         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1061         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1062         * ext/ogg/gstoggdemux.h:
1063         Properly propagate streaming errors when we are scanning the file for
1064         chains so that we don't crash when shut down. Might fix some crashers
1065         when quickly switching oggs in RB such as #332503 and #378436.
1066
1067 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1068
1069         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1070           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1071           error code as well.
1072
1073 2007-01-25  Wim Taymans  <wim@fluendo.com>
1074
1075         * gst/playback/gstplaybasebin.c: (remove_source):
1076         Don't try to disconnect a signal from a finalized object.
1077
1078 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1079
1080         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1081           Cast lock macro parameters to make sure we're actually accessing the
1082           lock member at the right class level. Free list itself in _dispose()
1083           as well and NULL it in case dispose gets called multiple times.
1084
1085 2007-01-25  Edward Hervey  <edward@fluendo.com>
1086
1087         * gst/playback/gstdecodebin2.c:
1088         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1089         Free GstDecodeGroups no longer used.
1090         (gst_decode_group_expose):
1091         Don't unlock too many times !
1092         (deactivate_free_recursive):
1093         Free iterator once we're done with it.
1094         Fix for recursively deactivating elements (stop at ghostpads).
1095
1096 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         * gst/playback/gstplaybin.c: (handoff):
1099           Fix up caps on the frame buffer before we save it and potentially
1100           make it accessible to other threads via g_object_get; also use
1101           gst_buffer_replace() instead of gst_mini_object_replace().
1102
1103 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1106           Make getting the current frame thread-safe.
1107
1108 2007-01-25  Edward Hervey  <edward@fluendo.com>
1109
1110         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1111         (gst_decode_group_new), (gst_decode_group_free):
1112         Set queues to bigger sizes to cope with HD contents.
1113         Fix some mutex freeing and add comment about MT safe methods.
1114
1115 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1116
1117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1118         (gst_text_overlay_text_event):
1119           Don't unnecessarily ref (and then leak) upstream events if the text
1120           pad is not linked. Fixes #399948.
1121
1122         * tests/check/gst-plugins-base.supp:
1123           Add suppression for pango on edgy/x86 for textoverlay test.
1124
1125 2007-01-24  Wim Taymans  <wim@fluendo.com>
1126
1127         * gst-libs/gst/rtp/gstrtpbuffer.h:
1128         Add some more fixed payloads.
1129
1130 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1131
1132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1133           Error out properly if we get an error from libogg while reading the
1134           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1135
1136 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1137
1138         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1139           Don't leak mutex.
1140
1141         * tests/check/elements/playbin.c:
1142         (test_sink_usage_video_only_stream),
1143         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1144         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1145         (test_missing_suburisource_handler),
1146         (test_missing_primary_decoder), (playbin_suite):
1147           Run all tests once with decodebin and once with decodebin2.
1148           One test does not pass yet with decodebin2.
1149
1150 2007-01-23  Edward Hervey  <edward@fluendo.com>
1151
1152         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1153         Fix the cases where oggmux doesn't properly figure out that all
1154         sinkpads have gone EOS, and therefore doesn't push out the remaining
1155         buffers and the final EOS event.
1156         Fixes #363379
1157
1158 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1159
1160         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1162         Don't lock on navigation event push, just on keysym to string.
1163         Fixes #397673 again.
1164
1165 2007-01-22  Edward Hervey  <edward@fluendo.com>
1166
1167         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1168         (get_current_group), (group_demuxer_event_probe),
1169         (gst_decode_group_expose), (deactivate_free_recursive),
1170         (gst_decode_group_free):
1171         Cleanups.
1172         Don't forget to emit 'no-more-pads' once a group is exposed.
1173         Cleanup elements from a DecodeGroup once we remove it.
1174         Protect call to gst_decode_group_expose() with the decodebin lock.
1175
1176 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1177
1178         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1180         Looking at Xorg code i can't figure out if that XKeysymToString
1181         function is thread sensible or not. Lock it just in case as
1182         recommended by Radek Doulik <rodo at ximian dot com>.
1183
1184 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1185
1186         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1188         Lock that X Call as well. Fixes #397673.
1189
1190 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1191
1192         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1193           Don't go into an endless loop if the file starts with 00 00 01 2X,
1194           like quicktime redirect files might. Fixes #396042.
1195
1196         * tests/check/Makefile.am:
1197         * tests/check/gst/.cvsignore:
1198         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1199         (typefindfunctions_suite):
1200           Add unit test for the above.
1201
1202 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1203
1204         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1205           On second thought, use "depth" field rather than "bpp" field.
1206
1207 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1208
1209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1210           Camtasia caps apparently need a bpp field (#398875).
1211
1212 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1215         (gen_source_element), (gst_play_base_bin_change_state):
1216           Attempt at a better error message in case we don't have the required
1217           URI handler installed; post missing-plugin message also when we're
1218           missing an URI handler for the subtitle URI; clean up properly also
1219           when an error occurs and we never made it to PAUSED state.
1220
1221         * tests/check/elements/playbin.c: (GST_START_TEST),
1222         (playbin_suite):
1223           Check that we're also getting a missing-plugin messsage for a
1224           missing subtitle URI handler (and clean up properly).
1225
1226 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1227
1228         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1229           Plug a few reference leaks.
1230
1231 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1234           Lower probability a bit if the marker isn't right at the start,
1235           to decrease the chance of false positives.
1236
1237 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1240           Small mpeg2 system stream typefinding improvement: make typefinder
1241           probe a bit into the stream instead of just looking for a marker
1242           at the beginning. Fixes #397810.
1243
1244 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1245
1246         * gst/audioconvert/gstchannelmix.c:
1247           Remove compatibility cruft for prehistoric GLib versions.
1248
1249 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1250
1251         * gst/playback/Makefile.am:
1252         * gst/playback/gstdecodebin.c: (close_pad_link):
1253         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1255         (gst_play_base_bin_handle_message_func), (unknown_type):
1256           Let decodebin be the element to post missing-plugin messages for
1257           missing decoders (rather than playbin); make playbin implement
1258           GstBin::handle_message so we can suppress missing-plugin messages
1259           for types we're not handling on purpose (don't want to bring up an
1260           installer in those cases).
1261
1262 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1263
1264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1265         * gst-libs/gst/tag/gstvorbistag.c:
1266         (gst_tag_list_to_vorbiscomment_buffer):
1267         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1268           Fix potentially unaligned access (#397207).
1269
1270 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1271
1272         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1273         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1274         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1275         (main):
1276           Allow to toggle looping while it plays. Fix callback prototype. Clean
1277           up code a bit more. Add copyright header.
1278
1279 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1280
1281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1282           Red and blue mask was swapped (spotted by Dan Williams).
1283
1284 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1285
1286         * gst-libs/gst/tag/gstid3tag.c:
1287         * gst-libs/gst/tag/gstvorbistag.c:
1288           Use new beats-per-minute tag from core.
1289
1290 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1291
1292         * po/POTFILES.in:
1293           Add new files with translatable strings, so they actually make it
1294           into the template file one day.
1295
1296 2007-01-12  Andy Wingo  <wingo@pobox.com>
1297
1298         * gst-libs/gst/audio/gstbaseaudiosink.c
1299         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1300         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1301         stuff, as the base class handles this now. Actually tell the ring
1302         buffer to start.
1303         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1304         How did this work before? Maybe I'm not as awesome a programmer as
1305         I think.
1306
1307         * gst-libs/gst/audio/gstbaseaudiosrc.c
1308         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1309         of a pad function.
1310
1311 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1312
1313         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1314           Remove more fields so that the application can better blacklist
1315           formats that have been tried before.
1316
1317 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * gst-libs/gst/audio/mixerutils.h:
1320           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1321           used when compiling with c++ compilers as well.
1322
1323 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         * gst/typefind/gsttypefindfunctions.c:
1326           Fix comment.
1327
1328 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1329
1330         * gst/playback/gstplaybin.c: (post_missing_element_message),
1331         (gen_video_element), (gen_text_element), (gen_audio_element),
1332         (gen_vis_element):
1333           Post missing-plugin messages also when we error out because
1334           converters, textoverlay or auto*sinks are missing (#161922).
1335
1336 2007-01-10  Wim Taymans  <wim@fluendo.com>
1337
1338         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1339         (is_demuxer_element), (new_caps):
1340         * gst/playback/gstplaybasebin.c: (source_new_pad):
1341         Fix the case where we try to ref a NULL element when we delay a link
1342         because of unfixed caps.
1343         Set the state of autoplugged decodebins to PAUSED.
1344         RTSP now works in playbin, we can remove it from the blacklist.
1345
1346 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1347
1348         * gst/playback/Makefile.am:
1349         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1350         (unknown_type), (setup_subtitle), (gen_source_element):
1351         * gst/playback/gstplaybin.c: (plugin_init):
1352           Post missing-plugin messages on the bus for missing sources and
1353           missing decoders/demuxers/depayloaders; fix error code used when
1354           we're missing an URI handler source; for media types that we are not
1355           handling on purpose at the moment, don't print "don't know how to
1356           handle xyz" messages to the terminal or post missing-plugin
1357           messages on the bus.
1358
1359         * tests/check/elements/playbin.c: (create_playbin),
1360         (GST_START_TEST), (gst_codec_src_uri_get_type),
1361         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1362         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1363         (gst_codec_src_init_type), (gst_codec_src_base_init),
1364         (gst_codec_src_create), (gst_codec_src_class_init),
1365         (gst_codec_src_init), (plugin_init), (playbin_suite):
1366           Add some tests for the missing-plugin stuff.
1367
1368 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * configure.ac:
1371         * gst-libs/gst/Makefile.am:
1372         * gst-libs/gst/utils/Makefile.am:
1373         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1374         * gst-libs/gst/utils/base-utils.h:
1375         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1376         (find_format_info), (caps_are_rtp_caps),
1377         (gst_base_utils_get_source_description),
1378         (gst_base_utils_get_sink_description),
1379         (gst_base_utils_get_decoder_description),
1380         (gst_base_utils_get_encoder_description),
1381         (gst_base_utils_get_element_description),
1382         (gst_base_utils_add_codec_description_to_tag_list),
1383         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1384         * gst-libs/gst/utils/descriptions.h:
1385         * gst-libs/gst/utils/missing-plugins.c:
1386         (missing_structure_get_type), (copy_and_clean_caps),
1387         (gst_missing_uri_source_message_new),
1388         (gst_missing_uri_sink_message_new),
1389         (gst_missing_element_message_new),
1390         (gst_missing_decoder_message_new),
1391         (gst_missing_encoder_message_new),
1392         (missing_structure_get_string_detail),
1393         (missing_structure_get_caps_detail),
1394         (gst_missing_plugin_message_get_installer_detail),
1395         (gst_missing_plugin_message_get_description),
1396         (gst_is_missing_plugin_message):
1397         * gst-libs/gst/utils/missing-plugins.h:
1398           API: add new libgstbaseutils library with functions
1399           - to create and parse missing-plugins messages
1400           - that provide (translated) descriptions for caps/decoders/sources/etc.
1401           Closes #392393.
1402
1403         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1404         * pkgconfig/gstreamer-plugins-base.pc.in:
1405           Add new lib.
1406
1407         * docs/libs/gst-plugins-base-libs-docs.sgml:
1408         * docs/libs/gst-plugins-base-libs-sections.txt:
1409           Generate docs for new lib and API.
1410
1411         * tests/check/Makefile.am:
1412         * tests/check/libs/.cvsignore:
1413         * tests/check/libs/utils.c: (missing_msg_check_getters),
1414         (GST_START_TEST), (libgstbaseutils_suite):
1415           Add some basic unit tests.
1416
1417 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1418
1419         * ext/ogg/Makefile.am:
1420           Dist gstoggdemux.h to fix 'make distcheck'.
1421
1422         * sys/v4l/Makefile.am:
1423           Fix 'make distcheck' even more.
1424
1425 2007-01-09  Wim Taymans  <wim@fluendo.com>
1426
1427         * docs/plugins/Makefile.am:
1428         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1429         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1430         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1431         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1432         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1433         (gst_ogg_demux_perform_seek):
1434         * ext/ogg/gstoggdemux.h:
1435         Added docs.
1436         Add some more comments.
1437         Small cleanups.
1438
1439 2007-01-09  Wim Taymans  <wim@fluendo.com>
1440
1441         * ext/theora/theoradec.c:
1442         * ext/vorbis/vorbisdec.c:
1443         * gst-libs/gst/audio/gstringbuffer.c:
1444         (gst_ring_buffer_commit_full):
1445         * gst-libs/gst/audio/gstringbuffer.h:
1446         * gst-libs/gst/rtp/gstrtpbuffer.c:
1447         * gst-libs/gst/tag/gstvorbistag.c:
1448         Small documentation updates/fixes
1449
1450 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1451
1452         * configure.ac:
1453           Require core CVS HEAD for Andy's basesrc/sink API additions.
1454
1455 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1458
1459         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1460         (plugin_init):
1461           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1462           on flac.sf.net (there appear to be other versions of the first
1463           ogg page in the wild) (#391365).
1464
1465 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1466
1467         * configure.ac:
1468           Check if localtime_r() is available.
1469
1470         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1471           If localtime_r() is not available, fall back to localtime(). Should
1472           fix build on MingW (#393310).
1473
1474 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1475
1476         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1477         * gst/subparse/gstsubparse.h:
1478           Remove spurious 1000 subtrahend when calculating the timestamp from
1479           the frame number and the frame rate . Also, use the frames/second
1480           value specified in the first line of the file, if one is specified
1481           there. Should fix #357503.
1482
1483         * tests/check/elements/subparse.c: (do_test),
1484         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1485         (subparse_suite):
1486           Add some basic unit tests for the microdvd subtitle format.
1487
1488 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1489
1490         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1491         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1492         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1493         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1494         (gst_xvimagesink_set_xwindow_id),
1495         (gst_xvimagesink_set_event_handling),
1496         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1497         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1498         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1499         Fixes : #390076.
1500         Add an adaptor property to select a specific XV adaptor.
1501         * sys/xvimage/xvimagesink.h:
1502
1503 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1504
1505         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1506         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1507         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1508         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1509         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1510         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1511         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1512         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1513         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1514         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1515         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1516         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1517         Use flow_lock much more to protect every access to xwindow.
1518         Try to catch erros while creating images in case some drivers are
1519         just generating an XError when the requested image is too big.
1520         Should fix : #354698, #384008, #384060.
1521         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1522         Implement some stress testing of setting window xid.
1523
1524 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1525
1526         * win32/common/libgsaudio.def:
1527           Add new exported function.
1528         * win32/common/libgstogg.dsp:
1529           Add gstoggaviparse.c to the build.
1530         * win32/common/libgstvideoscale.dsp:
1531           Add vs_4tap.c to the build.
1532         * win32/common/libgstvorbis.dsp:
1533           Add vorbistag.c to the build.
1534         
1535 2007-01-06  Andy Wingo  <wingo@pobox.com>
1536
1537         * gst-libs/gst/audio/gstbaseaudiosink.c
1538         (gst_base_audio_sink_class_init)
1539         (gst_base_audio_sink_init): 
1540         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1541         to baseaudiosink, and tell basesink that we can work in pull mode.
1542         This way the ring buffer thread drives the pipeline directly, if
1543         pull mode is possible. There is some lingering nastiness regarding
1544         capsnego, however.
1545         (gst_base_audio_sink_callback): Implement the callback to pull
1546         data. This interface is a bit light, though -- it should get a
1547         GstFlowReturn return value at least.
1548
1549 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1550
1551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1552         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1553         * gst/playback/gstdecodebin2.c:
1554         (gst_decode_group_check_if_blocked):
1555           Printf format and missing argument fixes.
1556
1557 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1558
1559         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1560         (gst_ogm_parse_change_state):
1561         Activate pads before adding them to the element.
1562
1563 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1564
1565         * tests/examples/seek/scrubby.c: (main):
1566         * tests/examples/seek/seek.c: (main):
1567           Call g_thread_init() first thing in main() (see #391278).
1568
1569 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1570
1571         * tests/check/Makefile.am:
1572         * tests/check/libs/.cvsignore:
1573         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1574         (netbuffer_suite):
1575           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1576           for the time being, since it's broken, see #393099.
1577
1578 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * tests/check/Makefile.am:
1581           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1582
1583 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1584
1585         * configure.ac:
1586           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1587           so that GST_BASE_CFLAGS can go inbetween them, making sure
1588           we use uninstalled gst-libs headers
1589         * docs/libs/Makefile.am:
1590         * ext/alsa/Makefile.am:
1591         * ext/cdparanoia/Makefile.am:
1592         * ext/gnomevfs/Makefile.am:
1593         * ext/libvisual/Makefile.am:
1594         * ext/ogg/Makefile.am:
1595         * ext/theora/Makefile.am:
1596         * ext/vorbis/Makefile.am:
1597         * gst-libs/gst/audio/Makefile.am:
1598         * gst-libs/gst/cdda/Makefile.am:
1599         * gst-libs/gst/interfaces/Makefile.am:
1600         * gst-libs/gst/riff/Makefile.am:
1601         * gst-libs/gst/rtp/Makefile.am:
1602         * gst-libs/gst/tag/Makefile.am:
1603         * gst/adder/Makefile.am:
1604         * gst/audioconvert/Makefile.am:
1605         * gst/audiorate/Makefile.am:
1606         * gst/audioresample/Makefile.am:
1607         * gst/playback/Makefile.am:
1608         * gst/tcp/Makefile.am:
1609         * gst/videoscale/Makefile.am:
1610         * gst/volume/Makefile.am:
1611         * sys/ximage/Makefile.am:
1612         * sys/xvimage/Makefile.am:
1613         * tests/icles/Makefile.am:
1614           adapt
1615
1616 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1617
1618         * gst-libs/gst/interfaces/xoverlay.c:
1619         (gst_x_overlay_handle_events):
1620         * gst-libs/gst/interfaces/xoverlay.h:
1621         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1622         (gst_ximagesink_set_xwindow_id),
1623         (gst_ximagesink_set_event_handling),
1624         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1625         (gst_ximagesink_get_property), (gst_ximagesink_init),
1626         (gst_ximagesink_class_init):
1627         * sys/ximage/ximagesink.h:
1628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1629         (gst_xvimagesink_set_xwindow_id),
1630         (gst_xvimagesink_set_event_handling),
1631         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1632         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1633         (gst_xvimagesink_class_init):
1634         * sys/xvimage/xvimagesink.h:
1635         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1636         Add a method to the XOverlay interface to allow disabling of 
1637         event handling in x[v]imagesink elements. This will let X events
1638         propagate to parent windows which can be usefull in some cases.
1639         Be carefull that the application is then responsible of pushing
1640         navigation events and expose events to the video sink.
1641         Fixes: #387138.
1642
1643 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1644
1645         * gst-libs/gst/tag/gstvorbistag.c:
1646         * tests/check/libs/tag.c: (GST_START_TEST):
1647           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1648           (fixes #392070).
1649
1650 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1651
1652         * configure.ac:
1653         * docs/Makefile.am:
1654         * docs/design/Makefile.am:
1655           Dist design docs.
1656
1657 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1658
1659         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1660         typo. Fixes: #390063.
1661
1662 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1663
1664         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1666         caps leak.
1667         * win32/common/config.h: Updated.
1668
1669 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1670
1671         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1672         (setup_gdpdepay_streamheader):
1673         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1674         (setup_gdppay_streamheader):
1675           Fix the dp tests, but activating the pads for the streamheader tests
1676           too and cleaning up conditionaly
1677
1678 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1679
1680         * gst/ffmpegcolorspace/avcodec.h:
1681         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1682         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1683         (gst_ffmpegcsp_avpicture_fill):
1684         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1685         (img_get_alpha_info):
1686         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1687         other end of the word. Fixes: #387073.
1688
1689         Add some inconsequential branch hints in a couple of places.
1690
1691 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1692
1693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1694         (gst_ffmpeg_caps_to_smpfmt):
1695           The "signed" field in raw audio caps is of boolean type, trying to
1696           extract the value with _get_int() will fail (fix to keep in sync with
1697           the copy in gst-ffmpeg)
1698
1699 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1700
1701         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1702         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1703         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1704         (cleanup_gdpdepay):
1705         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1706         * tests/check/elements/subparse.c: (teardown_subparse):
1707         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1708         * tests/check/elements/videorate.c: (cleanup_videorate):
1709         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1710         * tests/check/elements/volume.c: (cleanup_volume):
1711         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1712         (cleanup_vorbisdec):
1713         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1714         (cleanup_vorbistag):
1715           consistent pad (de)activation
1716
1717 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1718
1719         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1720           Forgot to register the extensions.
1721
1722 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1723
1724         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1725         (plugin_init):
1726           Add typefinder for VIVO files (my christmas present to the 90s).
1727
1728 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1729
1730         * gst/playback/gstdecodebin.c: (type_found):
1731           Special-case the text/plain media type: we only want to recognise it
1732           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1733           parser, but not if the entire stream is of text/plain type. If the
1734           entire stream is text/plain, we should just error out.
1735
1736           This fixes playback of audio files with lyrics in totem. Totem can't
1737           distinguish between text files and subtitle files and passes any
1738           .txt file with the same basename as the main file to playbin as
1739           suburi, and playbin will then throw a 'subtitle found, but no video
1740           stream' error, which isn't entirely helpful. See #380342.
1741
1742           Also, with this change we'll show a slightly more correct error
1743           message in case totem passes a playlist file to us (although a
1744           custom error message wording instead of the default text would
1745           probably not be a bad idea either).
1746
1747           Same problem also needs to be fixed for playbin+decodebin2.
1748
1749         * tests/check/Makefile.am:
1750         * tests/check/elements/decodebin.c: (src_handoff_cb),
1751         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1752         (decodebin_suite):
1753           Add simple unit test for decodebin for the above.
1754
1755 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1756
1757         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1758         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1759           Refuse to change state to READY when we failed to create any of the
1760           required elements in our instance init function.
1761
1762 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         * docs/libs/gst-plugins-base-libs-sections.txt:
1765           Small docs fixes/updates.
1766
1767         * gst-libs/gst/video/gstvideosink.h:
1768           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1769           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1770           removed from the base sink API between 0.9.6 and 0.9.7).
1771           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1772           accessor macros, so we don't do a runtime GObject type check every
1773           time we use them.
1774
1775 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1776
1777         * Makefile.am:
1778         * gst-plugins-base.doap:
1779         * gst-plugins-base.spec.in:
1780           add doap file
1781
1782 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1783
1784         Patch by: Jens Granseuer <jensgr at gmx net>
1785
1786         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1787         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1788         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1789         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1791           Declare variables at the beginning of a block. Fixes #383195.
1792
1793 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1794
1795         * configure.ac:
1796         Bump version nano - back to CVS.
1797
1798
1799 === release 0.10.11 ===
1800
1801 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1802
1803         * configure.ac:
1804           releasing 0.10.11, "Dumb things"
1805
1806 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1807
1808         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1809         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1810         Handle the case where an element has multiple pads with 
1811         unfixed caps as well as still possibly producing more dynamic 
1812         pads by storing each case as a distinct entry in the dynamic list.
1813         Fixes #38223 again.
1814
1815 2006-12-04  Wim Taymans  <wim@fluendo.com>
1816
1817         * gst/playback/gstdecodebin.c: (close_pad_link):
1818         Fix #382223, add more dynamic caps handling.
1819
1820 2006-12-04  Wim Taymans  <wim@fluendo.com>
1821
1822         reviewed by: <delete if not using a buddy>
1823
1824         * gst-libs/gst/audio/gstringbuffer.h:
1825         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1826         (gst_netaddress_set_ip4_interface),
1827         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1828         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1829         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1830         (gst_netaddress_get_ttl):
1831         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1832         * gst/playback/gstdecodebin.c: (close_pad_link):
1833         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1834         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1835         * win32/common/config.h:
1836
1837 2006-12-01  Michael Smith  <msmith@fluendo.com>
1838
1839         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1840           Delete bad debug code.
1841           Fixes #381219
1842
1843 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1844
1845         * gst/videoscale/vs_4tap.c:
1846         * win32/MANIFEST:
1847         * win32/common/config.h:
1848         * win32/vs8/libgstvideoscale.vcproj:
1849         Fix compilation on win32 under VS8
1850         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1851         Partially fixes #381175
1852
1853 2006-11-30  Michael Smith  <msmith@fluendo.com>
1854
1855         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1856         (GST_START_TEST):
1857           It would be very bad if, after a discont buffer, we thought every
1858           single following buffer was also discont. So, add to the test to
1859           ensure that this isn't the case.
1860           
1861         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1862           ... it was the case. So fix it.
1863
1864 2006-11-28  Wim Taymans  <wim@fluendo.com>
1865
1866         * gst/playback/gstplaybasebin.c: (check_queue_event):
1867         Improve debug.
1868
1869         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1870         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1871         padtemplate caps. Refixes #357577.
1872
1873 2006-11-28  Wim Taymans  <wim@fluendo.com>
1874
1875         * gst/playback/gstplaybasebin.c: (check_queue_event),
1876         (queue_threshold_reached), (queue_out_of_data),
1877         (gen_preroll_element):
1878         Add event probe to see when EOS is in a queue and we can disable the
1879         underrun signals. Fixes #357577.
1880
1881 2006-11-28  Edward Hervey  <edward@fluendo.com>
1882
1883         * gst/playback/Makefile.am:
1884         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1885         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1886         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1887         (gst_decode_bin_init), (gst_decode_bin_dispose),
1888         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1889         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1890         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1891         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1892         (connect_element), (expose_pad), (type_found),
1893         (pad_added_group_cb), (pad_removed_group_cb),
1894         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1895         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1896         (are_raw_caps), (multi_queue_overrun_cb),
1897         (multi_queue_underrun_cb), (gst_decode_group_new),
1898         (get_current_group), (group_demuxer_event_probe),
1899         (gst_decode_group_control_demuxer_pad),
1900         (gst_decode_group_control_source_pad),
1901         (gst_decode_group_check_if_blocked),
1902         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1903         (gst_decode_group_hide), (gst_decode_group_free),
1904         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1905         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1906         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1907         (plugin_init):
1908         New decodebin2 element.
1909         Closes #370092
1910         * gst/playback/gstplay-marshal.list:
1911         Added marshallers for new signals in decodebin2
1912         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1913         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1914         is set.
1915
1916 2006-11-28  Wim Taymans  <wim@fluendo.com>
1917
1918         * gst/playback/gstplaybasebin.c: (setup_source),
1919         (gst_play_base_bin_change_state):
1920         Disable rtsp:// uris for the release, it's not good enough yet.
1921         Remove unused var.
1922
1923 2006-11-26  Wim Taymans  <wim@fluendo.com>
1924
1925         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1926         (theora_dec_push_forward), (theora_dec_push_reverse),
1927         (theora_handle_data_packet), (theora_dec_decode_buffer),
1928         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1929         (theora_dec_chain_forward), (theora_dec_chain):
1930         Implement reverse playback.
1931
1932         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1933         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1934         (vorbis_dec_chain_forward):
1935         Clear buffers used for reverse playback in _reset.
1936         No need to set the eos flag, we clip samples using the segment.
1937
1938 2006-11-24  Wim Taymans  <wim@fluendo.com>
1939
1940         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1941         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1942         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1943         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1944         Some cleanups.
1945         Handle continued pages in reverse mode.
1946
1947 2006-11-24  Wim Taymans  <wim@fluendo.com>
1948
1949         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1950         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1951         (vorbis_dec_flush_decode):
1952         Small cleanups.
1953         Don't try to add invalid timestamps.
1954         Clipping will unref the buffer.
1955
1956 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1957
1958         * gst/adder/gstadder.h:
1959         * gst/audiotestsrc/gstaudiotestsrc.h:
1960           remove obsolete _factory_init protos
1961
1962 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1963
1964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1965           Fix spacing in debug message.
1966
1967 2006-11-23  Wim Taymans  <wim@fluendo.com>
1968
1969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1970         (gst_ogg_demux_chain):
1971         Don't just ignore return values from _pad_push().
1972         Small debug improvements.
1973
1974 2006-11-23  Michael Smith  <msmith@fluendo.com>
1975
1976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1977           If our incoming buffer is marked as DISCONT, then increment the page
1978           number (so that the discontinuity is marked in the final ogg
1979           bitstream) and flush the previous page.
1980
1981 2006-11-22  Michael Smith  <msmith@fluendo.com>
1982
1983         * ext/theora/gsttheoraenc.h:
1984         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1985         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1986         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1987         (theora_enc_chain), (theora_enc_change_state):
1988           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1989
1990         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1991         (GST_START_TEST), (theoraenc_suite):
1992           Enable discontinuity test, fix it.
1993
1994 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1995
1996         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1997         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1998         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1999         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2000         (gst_text_overlay_change_state):
2001         * ext/pango/gsttextoverlay.h:
2002           Some textoverlay fixes: for one, in the video chain function,
2003           actually wait for a text buffer to come in if there is none at the
2004           moment and there should be one; also, deal more gracefully with
2005           incoming buffers that do not have a timestamp or duration; discard
2006           text buffer when not needed any longer. Fixes #341681.
2007
2008         * tests/check/Makefile.am:
2009         * tests/check/elements/.cvsignore:
2010         * tests/check/elements/textoverlay.c:
2011         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2012         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2013         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2014         (test_video_waits_for_text_send_text_newsegment_thread),
2015         (test_video_waits_for_text_shutdown_element),
2016         (test_render_continuity_push_video_buffers_thread),
2017         (textoverlay_suite):
2018           Add some unit tests for textoverlay.
2019
2020 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2021
2022         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2023           Avoid integer underflow when the found probability for mp3 is
2024           smaller than the 'penalty' we subtract if there's not a clean
2025           mp3 header sync at offset 0.
2026
2027 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2028
2029         * docs/libs/gst-plugins-base-libs-sections.txt:
2030           Add some new symbols to the docs
2031
2032 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2033
2034         * tests/check/Makefile.am:
2035         * tests/check/elements/ffmpegcolorspace.c:
2036         (ffmpegcolorspace_suite):
2037           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2038           (for now not for valgrinding though, since it takes too long).
2039
2040 2006-11-20  Wim Taymans  <wim@fluendo.com>
2041
2042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2043         (gst_ffmpeg_pixfmt_to_caps):
2044         Fix RGBA32 caps. Fixes #357038.
2045
2046 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst-libs/gst/interfaces/mixertrack.h:
2049           Add FIXME so we can add some padding here in 0.11
2050
2051 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2052
2053         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2054           Fix GstBaseRTPAudioPayload structure so the whole GObject
2055           inheritance business actually works (parent class instance structure
2056           must always come first in the derived class instance structure).
2057
2058 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2059
2060         * gst/videotestsrc/Makefile.am:
2061         * tests/check/Makefile.am:
2062           Make sure our checks and the videotestsrc plugin link against the
2063           local uninstalled gst libs and not any installed gst libs that
2064           might happen to exist as well.
2065
2066         * tests/check/elements/adder.c: (message_received),
2067         (test_event_message_received), (test_play_twice_message_received):
2068         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2069           Fix compiler warnings when compiling against core with disabled
2070           debugging system.
2071
2072 2006-11-16  Michael Smith  <msmith@fluendo.com>
2073
2074         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2075         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2076           Fix audiorate, so that it accurately sets offsets and timestamps.
2077           Doesn't change the fundamental algorithmic decisions; so should be
2078           safe.
2079
2080         * tests/check/Makefile.am:
2081           Enable audiorate test now that it passes.
2082
2083 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2084
2085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2086           clear xv when going to NULL, remove // commented non-existant proto
2087
2088         * tests/examples/seek/seek.c: (main):
2089           add missing tooltip description for scrub and play_scrub
2090
2091 2006-11-14  David Schleef  <ds@schleef.org>
2092
2093         * configure.ac:
2094           Bump liboil requirement to 0.3.8.
2095         * gst-libs/gst/riff/riff-media.c:
2096           Add Dirac fourcc.
2097         * gst/videoscale/vs_image.h:
2098         * gst/videoscale/vs_scanline.h:
2099           Use liboil's stdint.h.
2100         * gst/videotestsrc/videotestsrc.c:
2101           Remove liboil related ifdef's, since they aren't needed now, and
2102           won't work with future versions.
2103
2104 2006-11-14  David Schleef  <ds@schleef.org>
2105
2106         * gst/videoscale/Makefile.am:
2107         * gst/videoscale/gstvideoscale.c:
2108         * gst/videoscale/gstvideoscale.h:
2109         * gst/videoscale/vs_4tap.c:
2110         * gst/videoscale/vs_4tap.h:
2111         * gst/videoscale/vs_image.c:
2112         * gst/videoscale/vs_image.h:
2113         * gst/videoscale/vs_scanline.c:
2114         * gst/videoscale/vs_scanline.h:
2115           Add a 4-tap image scaler.  Theoretically looks much prettier.
2116           The tap calculation could use some improvement.
2117
2118 2006-11-14  Wim Taymans  <wim@fluendo.com>
2119
2120         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2121
2122         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2123         (gst_riff_parse_strf_iavs):
2124         * gst/subparse/gstsubparse.c: (convert_encoding):
2125         * gst/tcp/gstmultifdsink.c:
2126         (gst_multi_fd_sink_handle_client_write):
2127         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2128         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2129         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2130         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2131         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2132         (gst_ximagesink_ximage_new):
2133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2134         Various gsize and gssize printf fixes. Fixes #372507.
2135
2136 2006-11-13  Wim Taymans  <wim@fluendo.com>
2137
2138         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2139         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2140         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2141         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2142         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2143         * ext/vorbis/vorbisdec.h:
2144         First stab at vorbis reverse playback.
2145
2146 2006-11-13  Wim Taymans  <wim@fluendo.com>
2147
2148         * gst-libs/gst/audio/gstbaseaudiosink.c:
2149         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2150         * gst-libs/gst/audio/gstbaseaudiosink.h:
2151         Make the clock sync code more accurate wrt resampling and playback
2152         at different rates.
2153         
2154         * gst-libs/gst/audio/gstringbuffer.c:
2155         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2156         * gst-libs/gst/audio/gstringbuffer.h:
2157         Use better algorithm to interpolate sample rates. 
2158
2159 2006-11-13  Michael Smith  <msmith@fluendo.com>
2160
2161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2162           Improve a debug line slightly.
2163
2164         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2165           Call gst_riff_init() in plugin_init, to avoid getting errors from
2166           the debug system (unrelated changes to another plugin made this turn
2167           up; not sure why).
2168
2169 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2170
2171         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2172
2173         * win32/common/libgsttag.def:
2174           Add missing symbol (#366492).
2175
2176 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2177
2178         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2179           Don't unref a NULL pad.
2180
2181 2006-11-09  Wim Taymans  <wim@fluendo.com>
2182
2183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2184         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2185         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2186         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2187         (gst_ogg_demux_loop):
2188         Implement first stab at reverse playback.
2189
2190 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2191
2192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2193         (gst_riff_create_video_template_caps):
2194           add h263/h264 variants to the caps, Fixes #363118
2195
2196 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2199         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2200           Use g_strerror instead of strerror so we get UTF-8.
2201
2202 2006-11-03  David Schleef  <ds@schleef.org>
2203
2204         * ext/ogg/gstoggdemux.c:
2205         * ext/ogg/gstoggmux.c:
2206           Add/remove KW-DIRAC header here, since it is ogg-specific.
2207
2208 2006-11-03  Michael Smith  <msmith@fluendo.com>
2209
2210         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2211           Recognise more mpeg4 elementary video streams.
2212
2213 2006-11-02  Edward Hervey  <edward@fluendo.com>
2214
2215         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2216         Lower the probability of mp3 typefinding functions if we don't find a
2217         valid mp3 header at the start of the file.
2218         Closes #369482
2219
2220 2006-11-02  Wim Taymans  <wim@fluendo.com>
2221
2222         * ext/theora/gsttheoradec.h:
2223         * ext/theora/theoradec.c: (gst_theora_dec_init),
2224         (theora_dec_sink_event), (theora_dec_chain_forward),
2225         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2226         (theora_dec_chain):
2227         Document and partially implement an algorithm for doing reverse playback
2228         of theora video.
2229
2230 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2231
2232         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2233
2234         * win32/common/config.h:
2235         * win32/common/interfaces-enumtypes.c:
2236         * win32/common/libgsttag.def:
2237         * win32/vs8/gst-plugins-base.sln:
2238         * win32/vs8/libgstaudioresample.vcproj:
2239         * win32/vs8/libgstinterfaces.vcproj:
2240         * win32/vs8/libgstogg.vcproj:
2241         * win32/vs8/libgstriff.vcproj:
2242         * win32/vs8/libgsttag.vcproj:
2243         * win32/vs8/libgsttheora.vcproj:
2244         * win32/vs8/libgstvideoscale.vcproj:
2245         * win32/vs8/libgstvorbis.vcproj:
2246           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2247           to libgsttag.def; add missing dependencies for some vs8 projects;
2248           re-arrange placement of .def files in vs8 projects (#366334).
2249
2250 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2251
2252         * ext/ogg/gstogg.c:
2253           Remove unused variable.
2254
2255         * ext/ogg/gstoggdemux.c:
2256           Fix Wim's surname in plugin description.
2257
2258 2006-10-31  Wim Taymans  <wim@fluendo.com>
2259
2260         * gst-plugins-base.spec.in:
2261         spec new .h file. Fixes #368310.
2262
2263 2006-10-31  Michael Smith  <msmith@fluendo.com>
2264
2265         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2266         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2267         (gst_multi_fd_sink_get_stats),
2268         (gst_multi_fd_sink_remove_client_link),
2269         (gst_multi_fd_sink_queue_buffer),
2270         (gst_multi_fd_sink_handle_clients):
2271         * gst/tcp/gstmultifdsink.h:
2272           Make using the remove or clear signals threadsafe.
2273           Make calling get-stats with an invalid fd not segfault.
2274           Fixes 368273.
2275
2276 2006-10-31  Wim Taymans  <wim@fluendo.com>
2277
2278         * gst-libs/gst/rtp/Makefile.am:
2279         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2280         (gst_base_rtp_audio_payload_init):
2281         Fix and activate base audio payloader.
2282
2283 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2284
2285         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2286         (plugin_init):
2287           Add typefinder for QuickTime Image Files (see #366156).
2288
2289 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2290
2291         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2292           Another typo fix (#366212).
2293
2294 2006-10-27  Wim Taymans  <wim@fluendo.com>
2295
2296         * gst/volume/gstvolume.c: (volume_transform_ip):
2297         Use stream time to synchronize volume property instead of rather random
2298         timestamps. This is needed when gnonlin does its time shifting.
2299
2300 2006-10-27  Wim Taymans  <wim@fluendo.com>
2301
2302         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2303
2304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2305         Remove the pad from the element in release_pad. Fixes #364812.
2306
2307 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2308
2309         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2311           Explicitly create our custom buffer classes at a thread-safe
2312           location as well, since g_type_class_ref() doesn't seem to be
2313           entirely thread-safe either (#365501; also see #349410).
2314
2315 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2318         (gst_riff_parse_info):
2319           If strings in INFO chunk are not UTF-8, do something similar to
2320           what we do for ID3v1 tags: check a number of environment variables
2321           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2322           character sets to try, otherwise try the current locale and/or fall
2323           back on ISO-8859-1. Fixes #360552.
2324
2325 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2326
2327         * gst/videotestsrc/gstvideotestsrc.c:
2328         (gst_video_test_src_pattern_get_type),
2329         (gst_video_test_src_set_pattern):
2330         * gst/videotestsrc/gstvideotestsrc.h:
2331         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2332         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2333         (gst_video_test_src_checkers8):
2334         * gst/videotestsrc/videotestsrc.h:
2335           Add a bunch of exciting new checkers patterns.
2336
2337 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2338
2339         * gst/subparse/Makefile.am:
2340         * gst/subparse/gstsubparse.c:
2341         (gst_sub_parse_data_format_autodetect),
2342         (gst_sub_parse_format_autodetect), (handle_buffer),
2343         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2344         * gst/subparse/gstsubparse.h:
2345         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2346         (parse_tmplayer):
2347         * gst/subparse/tmplayerparse.h:
2348           Add support for TMPlayer-type subtitles (#362845).
2349
2350         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2351         (GST_START_TEST), (subparse_suite):
2352           Add some basic unit tests for the above.
2353
2354 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         * tests/check/elements/audiorate.c: (test_injector_base_init),
2357         (test_injector_class_init), (test_injector_chain),
2358         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2359         (GST_START_TEST), (audiorate_suite):
2360           More tests for audiorate: inject buffers to check behaviour when
2361           buffers overlap.
2362
2363 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2364
2365         * tests/check/Makefile.am:
2366         * tests/check/elements/.cvsignore:
2367         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2368         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2369           Add some basic unit tests for audiorate. Disabled at the moment
2370           since it doesn't pass yet (see bug #363119).
2371
2372 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2375         (parse_subrip), (handle_buffer):
2376           Add missing closing tags for markup and fix broken markup,
2377           otherwise pango won't render anything (fixes #357531). Also,
2378           make sure the text we send out is always NUL-terminated
2379           (better safe than sorry etc.).
2380
2381         * tests/check/elements/subparse.c: (test_srt_do_test),
2382         (test_srt):
2383           Some more tests for .srt incl. tests for the above stuff.
2384
2385 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2386
2387         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2389         Patch by: Stefan Kost  <ensonic@users.sf.net>
2390         Try to redraw borders only when needed. Apparently this consumes
2391         resources on small devices... :-O (#363607)
2392
2393 2006-10-20  Michael Smith  <msmith@fluendo.com>
2394
2395         * gst/tcp/gstmultifdsink.c:
2396         (gst_multi_fd_sink_client_queue_buffer):
2397           If caps change, then update the client's idea of the caps so that we
2398           don't end up re-sending streamheaders for every single buffer after
2399           the caps change.
2400
2401 2006-10-20  Michael Smith  <msmith@fluendo.com>
2402
2403         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2404         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2405           Set caps on pushed buffers; fix up refcounting of caps objects.
2406
2407 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2408
2409         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2410         (plugin_init):
2411           Typefind mmsh header data packet to application/x-mmsh (#362625).
2412
2413 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2414
2415         * tests/check/Makefile.am:
2416         * tests/check/elements/.cvsignore:
2417         * tests/check/elements/subparse.c: (buffer_from_static_string),
2418         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2419         (GST_START_TEST), (subparse_suite):
2420           Add very simple unit test for subparse.
2421
2422 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2423
2424         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2425         (parse_subrip):
2426           Strip trailing newlines from subtitle text output.
2427
2428 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2429
2430         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2431         (gst_sub_parse_change_state):
2432           Fix memleak; clear subparse->textbuf n state change function.
2433
2434 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2435
2436         * gst/subparse/gstsubparse.c:
2437         (gst_sub_parse_data_format_autodetect):
2438           Don't require subrip (.srt) files to start with a chunk number of 1.
2439
2440 2006-10-18  Wim Taymans  <wim@fluendo.com>
2441
2442         * gst-libs/gst/audio/gstbaseaudiosink.c:
2443         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2444         * gst-libs/gst/audio/gstbaseaudiosink.h:
2445         Extract rate from the NEWSEGMENT event.
2446         Use commit_full to also take rate adjustment into account when writing
2447         samples to the ringbuffer.
2448         
2449         * gst-libs/gst/audio/gstringbuffer.c:
2450         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2451         (gst_ring_buffer_read):
2452         * gst-libs/gst/audio/gstringbuffer.h:
2453         Added _commit_full() to also take rate into account.
2454         Use simple interpolation algorithm to resample audio.
2455         API: gst_ring_buffer_commit_full()
2456
2457         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2458         * tests/examples/seek/seek.c: (segment_done):
2459         Don't try to seek with 0.0 rate, just pause instead.
2460         Remove bogus debug line.
2461
2462 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2463
2464         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2465         (setup_source):
2466           Catch async errors when starting up the subtitle bin, so we can
2467           stop waiting and continue with the main film instead of hanging
2468           forever. Fixes #339366.
2469
2470         * tests/check/elements/playbin.c: (playbin_suite):
2471           Enable unit test for the above.
2472
2473 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         * tests/check/Makefile.am:
2476         * tests/check/elements/.cvsignore:
2477         * tests/check/elements/playbin.c: (GST_START_TEST),
2478         (gst_red_video_src_uri_get_type),
2479         (gst_red_video_src_uri_get_protocols),
2480         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2481         (gst_red_video_src_uri_handler_init),
2482         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2483         (gst_red_video_src_create), (gst_red_video_src_class_init),
2484         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2485           Some small and basic unit tests for playbin; not very useful yet,
2486           but at least a start.
2487
2488 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2489
2490         * gst/playback/gstplaybin.c: (setup_sinks):
2491           The old pad activation spiel.
2492
2493 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         * gst/playback/gstplaybasebin.c: (setup_source):
2496           Don't hang forever if the subbin already fails to start up in 
2497           the state change to PAUSED (#339366).
2498
2499 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2502         (gst_tuner_set_channel), (gst_tuner_get_channel),
2503         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2504         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2505         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2506         (gst_tuner_find_channel_by_name):
2507           Fix some function guards, add some more function guards.
2508
2509 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2510
2511         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2512         (remove_element_chain):
2513         Don't return a pad from get_our_ghost_pad unless it is actually the
2514         one we want.
2515         Change a cast in remove_element_chain slightly.
2516
2517 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2518
2519         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2520         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2521         Segment seeking needs to use the rate and set stop to -1.
2522
2523 2006-10-13  Wim Taymans  <wim@fluendo.com>
2524
2525         * gst-libs/gst/audio/gstbaseaudiosink.c:
2526         (gst_base_audio_sink_setcaps):
2527         Don't crash when ringbuffer is not yet created.
2528         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2529         Fixes #361634.
2530
2531         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2532         * gst/playback/gststreamselector.c:
2533         (gst_stream_selector_request_new_pad):
2534         Activate pads befre adding them to running elements.
2535
2536 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2537
2538         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2539         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2540         updater when we start grabing the slider. Don't wait for the
2541         pipeline to be PAUSED.
2542
2543 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2544
2545         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2546         (gst_mixer_set_volume), (gst_mixer_get_volume),
2547         (gst_mixer_set_mute), (gst_mixer_set_option),
2548         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2549         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2550         (gst_mixer_option_changed):
2551           Guard mixer interface functions against bogus arguments.
2552
2553 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2554
2555         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2556         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2557         (msg_state_changed), (main): Use state-changed messages to trigger
2558         start/stop of scale update timer. Indeed the scale slider was
2559         jumping here and there because the update timer was activated 
2560         before seek completed. This fixes instant applying of rate changes
2561         by pressing the spinbutton like a crazy man !
2562
2563 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2566
2567         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2568         (gst_basertppayload_finalize):
2569           Fix two small memory leaks (#361456).
2570
2571 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2572
2573         * tests/examples/seek/seek.c: (do_seek),
2574         (rate_spinbutton_changed_cb): When changing spinbutton we try
2575         to change the rate on the fly.
2576
2577 2006-10-10  Wim Taymans  <wim@fluendo.com>
2578
2579         * gst-libs/gst/riff/riff-ids.h:
2580         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2581         (gst_riff_create_audio_template_caps):
2582         Add WMS caps.
2583
2584 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2585
2586         Patch by: Josep Torre Valles <josep@fluendo.com>
2587
2588         * ext/gnomevfs/gstgnomevfssink.c:
2589         * ext/gnomevfs/gstgnomevfssrc.c:
2590         Fix URI interface implementation return type.
2591         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2592         Fix what looks like a copy/paste issue when assigning values.
2593         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2594         (gst_audio_filter_template_get_type):
2595         Cast to prevent Forte warnings.
2596         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2597         Fix URI interface implementation return type.
2598         gst_pad_query_position requires a signed integer pointer as
2599         3rd parameter, GstClockTime is unsigned.
2600         * gst/audioconvert/audioconvert.c:
2601         Fix integer overflow when treated as signed.
2602         * gst/audioresample/resample.c: (resample_add_input_data):
2603         Cast to prevent warnings on Forte.
2604         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2605         Fix integer overflow when treated as signed.
2606         * gst/ffmpegcolorspace/imgconvert_template.h:
2607         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2608         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2609         (cleanup_decodebin):
2610         Who initialises a guint to -1!
2611         Cast function pointers to prevent warnings on Forte.
2612         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2613         (queue_threshold_reached):
2614         Cast function pointers correctly to prevent warnings on Forte.
2615         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2616         Cast function pointers correctly to prevent warnings on Forte.
2617         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2618         Obvious change to unsigned, 0xEF > max signed char.
2619         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2620         GstClockTime is unsigned, initialise correctly.
2621         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2622         Cast so pointer arithemetic doesn't cause warnings on Forte.
2623         * gst/videorate/gstvideorate.c:
2624         Use correct return value.
2625         * tests/examples/seek/scrubby.c:
2626         GstClockTime is unsigned, initialise correctly.
2627
2628 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2629
2630         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2631
2632         * gst/typefind/gsttypefindfunctions.c:
2633           Recognise XML files and XML-like files shorter than 256 bytes as
2634           well (fixes #359237).
2635
2636 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2637
2638         Patch by: Renato Filho <renato.filho@indt.org.br>
2639         
2640         * gst/typefind/gsttypefindfunctions.c:
2641         Added typefind functions to video/x-nuv media.
2642         
2643 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2644
2645         * gst-libs/gst/interfaces/xoverlay.c:
2646         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2647           Some more guards against invalid input.
2648
2649 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2650
2651         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2652         Useless goto.
2653         * tests/examples/seek/seek.c: (do_seek),
2654         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2655         seek example to experiment with rates != 1.0 (reverse playback !)
2656
2657 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2658
2659         * gst-libs/gst/interfaces/xoverlay.c:
2660           Unref message in doc-example (spotted by Robert McQueen)
2661
2662 2006-10-06  Wim Taymans  <wim@fluendo.com>
2663
2664         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2665         (mpeg1_parse_header), (mpeg1_sys_type_find):
2666         printf fix.
2667
2668 2006-10-06  Wim Taymans  <wim@fluendo.com>
2669
2670         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2671         (close_pad_link):
2672         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2673         Activate dynamic pads before adding them to the element.
2674
2675 2006-10-06  Michael Smith  <msmith@fluendo.com>
2676
2677         * gst-libs/gst/floatcast/floatcast.h:
2678           Fix obviously-bogus macros; use the correct types.
2679
2680 2006-10-06  Wim Taymans  <wim@fluendo.com>
2681
2682         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2683         (gst_base_rtp_depayload_change_state):
2684         Also call parent state change function to activate pads.
2685
2686         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2687         (mpeg1_parse_header), (mpeg1_sys_type_find):
2688         Add some more debug info in mpeg typefinding.
2689
2690 2006-10-06  Michael Smith  <msmith@fluendo.com>
2691
2692         * ext/theora/theoradec.c: (theora_dec_chain):
2693           Zero byte theora packets are valid and well-defined; don't warn on
2694           them.
2695
2696 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2697
2698         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2699         (gst_multi_fd_sink_get_stats), (find_limits),
2700         (gst_multi_fd_sink_queue_buffer):
2701           API: add dropped_buffers to the get-stats GValueArray
2702
2703 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2704
2705         * ext/alsa/gstalsadeviceprobe.c:
2706         (gst_alsa_device_property_probe_get_values):
2707         * ext/alsa/gstalsasink.c: (set_hwparams):
2708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2709         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2711         (gst_ogg_mux_process_best_pad):
2712         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2713         (gst_ogg_parse_chain):
2714         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2715         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2716         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2717         (gst_vorbis_enc_buffer_check_discontinuous):
2718         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2719         * gst-libs/gst/audio/gstbaseaudiosink.c:
2720         (gst_base_audio_sink_render):
2721         * gst-libs/gst/cdda/gstcddabasesrc.c:
2722         (gst_cdda_base_src_handle_track_seek):
2723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2724         (gst_base_rtp_depayload_push_full):
2725         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2726         * gst/audioresample/resample.c: (resample_input_pushthrough):
2727         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2728         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2729         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2730         (wavpack_type_find):
2731         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2732         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2733         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2734         * tests/check/elements/volume.c: (GST_START_TEST):
2735           Printf format fixes.
2736
2737 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2738
2739         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2740           Fix a simple mistake (see the docs)
2741           Fixes #359580
2742
2743 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2744
2745         * docs/plugins/Makefile.am:
2746         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2747         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2748         * docs/plugins/gst-plugins-base-plugins.args:
2749         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2750         * docs/plugins/inspect/plugin-adder.xml:
2751         * docs/plugins/inspect/plugin-alsa.xml:
2752         * docs/plugins/inspect/plugin-audioconvert.xml:
2753         * docs/plugins/inspect/plugin-audiorate.xml:
2754         * docs/plugins/inspect/plugin-audioresample.xml:
2755         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2756         * docs/plugins/inspect/plugin-cdparanoia.xml:
2757         * docs/plugins/inspect/plugin-decodebin.xml:
2758         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2759         * docs/plugins/inspect/plugin-gdp.xml:
2760         * docs/plugins/inspect/plugin-gnomevfs.xml:
2761         * docs/plugins/inspect/plugin-libvisual.xml:
2762         * docs/plugins/inspect/plugin-ogg.xml:
2763         * docs/plugins/inspect/plugin-pango.xml:
2764         * docs/plugins/inspect/plugin-playbin.xml:
2765         * docs/plugins/inspect/plugin-subparse.xml:
2766         * docs/plugins/inspect/plugin-tcp.xml:
2767         * docs/plugins/inspect/plugin-theora.xml:
2768         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2769         * docs/plugins/inspect/plugin-video4linux.xml:
2770         * docs/plugins/inspect/plugin-videorate.xml:
2771         * docs/plugins/inspect/plugin-videoscale.xml:
2772         * docs/plugins/inspect/plugin-videotestsrc.xml:
2773         * docs/plugins/inspect/plugin-volume.xml:
2774         * docs/plugins/inspect/plugin-vorbis.xml:
2775         * docs/plugins/inspect/plugin-ximagesink.xml:
2776         * docs/plugins/inspect/plugin-xvimagesink.xml:
2777           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2778
2779 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2780
2781         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2782
2783         * ext/vorbis/Makefile.am:
2784         * ext/vorbis/vorbis.c: (plugin_init):
2785         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2786         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2787         * ext/vorbis/vorbisparse.h:
2788         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2789         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2790         (gst_vorbis_tag_parse_packet):
2791         * ext/vorbis/vorbistag.h:
2792           Add new vorbistag element which derives from vorbisparse
2793           and is essentially the same as well, only that it implements
2794           the GstTagSetter interface and can modify the stream's
2795           vorbiscomment on the fly (#335635).
2796
2797         * tests/check/Makefile.am:
2798         * tests/check/elements/.cvsignore:
2799         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2800         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2801         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2802         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2803           Add unit test for new vorbistag element.
2804
2805 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2806
2807         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2808         (vorbis_parse_push_headers), (vorbis_parse_chain):
2809           Set BOS flag in packet structure to fix 'jump depends
2810           on unitialized value' errors in valgrind; various minor
2811           clean-ups.
2812
2813 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2814
2815         * gst/playback/gstdecodebin.c: (close_pad_link):
2816         Fix typo in a debug statement.
2817
2818         * gst/playback/gstplaybasebin.c: (probe_triggered),
2819         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2820         (gen_source_element), (source_new_pad), (analyse_source),
2821         (setup_source):
2822         When handling no_more_pads in new_decoded_pad, make sure to treat
2823         subtitle pads correctly. Fixes playback with subtitle files.
2824
2825         Move a recurring message to LOG level.
2826
2827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2828         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2829         which ends up as -1 when cast to an int. Make the logic handle the
2830         max value as an unsigned mask and only change the colorkey when it's
2831         a value we recognise.
2832
2833 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2834
2835         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2836         Removed empty * between paragraphs
2837
2838 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2839
2840         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2841         * gst-libs/gst/rtp/README:
2842         Moved some documentation into .c file
2843
2844 2006-09-29  Wim Taymans  <wim@fluendo.com>
2845
2846         * gst/playback/gstdecodebin.c: (no_more_pads):
2847         Fix compilation.
2848
2849 2006-09-29  Wim Taymans  <wim@fluendo.com>
2850
2851         * gst/playback/gstdecodebin.c: (new_caps):
2852         Remove g_print
2853
2854         * gst/playback/gstplaybin.c:
2855         Add some docs.
2856
2857 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2858
2859         * tests/check/Makefile.am:
2860           Re-enable cddabasesrc test to see if it works again
2861           now.
2862
2863 2006-09-29  Wim Taymans  <wim@fluendo.com>
2864
2865         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2866         (gen_source_element):
2867         Handle invalid URIs a bit more gracefully.
2868
2869 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2870
2871         * tests/check/pipelines/oggmux.c:
2872           Remove obsolete comment.
2873
2874 2006-09-29  Michael Smith  <msmith@fluendo.com>
2875
2876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2877         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2878         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2879         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2880         (gst_ogg_mux_collected):
2881           Commit patch from James "Doc" Livingston, adds proper EOS handling
2882           in oggmux. GStreamer can, for the first time ever, create a valid
2883           Ogg file! Yay!
2884
2885         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2886         (oggmux_suite):
2887           Reenable tests now that they pass.
2888
2889 2006-09-29  Wim Taymans  <wim@fluendo.com>
2890
2891         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2892         Stop reading commands when EOF (we read 0) as well.
2893
2894 2006-09-28  Wim Taymans  <wim@fluendo.com>
2895
2896         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2897         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2898         (find_dynamic), (unlinked), (close_link):
2899         Implement delayed caps linking needed for element with a lot of
2900         different caps on the src pads that get fixed at runtime.
2901         Improve management of dynamic elements.
2902
2903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2904         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2905         (gen_preroll_element), (remove_groups), (unknown_type),
2906         (add_element_stream), (no_more_pads_full), (no_more_pads),
2907         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2908         (new_decoded_pad), (setup_subtitle), (array_has_value),
2909         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2910         (analyse_source), (remove_decoders), (make_decoder),
2911         (remove_source), (setup_source), (finish_source), (prepare_output),
2912         (gst_play_base_bin_change_state):
2913         * gst/playback/gstplaybasebin.h:
2914         Use more _CAST instead of full type checking casts.
2915         Small cleanups, plug some leaks.
2916         Handle dynamic sources.
2917         Add some helper functions to create lists of strings used for
2918         blacklisting and other stuff.
2919         Refactor some code dealing with analysing the source.
2920         Re-enable sources without pads (like cd:// or other selfcontained
2921         elements).
2922
2923 2006-09-28  Wim Taymans  <wim@fluendo.com>
2924
2925         * gst-libs/gst/audio/gstbaseaudiosink.c:
2926         (gst_base_audio_sink_render):
2927         When we have a timestamp, we can still perform clipping.
2928         When we have no clock, we must play the sample ASAP.
2929
2930 2006-09-28  Wim Taymans  <wim@fluendo.com>
2931
2932         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2933         Set caps on outgoing buffers.
2934
2935         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2936         (gst_video_rate_event), (gst_video_rate_chain):
2937         * gst/videorate/gstvideorate.h:
2938         Fix videorate some more. Fixes #357977
2939
2940 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2941
2942         * tests/check/elements/adder.c: (adder_suite):
2943           Don't set timeout to 6 seconds when we're running
2944           in valgrind ... (and how is 6 seconds longer than
2945           the default anyway?)
2946
2947 2006-09-28  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2950         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2951         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2952         Keep sink and src segment to keep track of time and support more
2953         input formats.
2954         Fix bogus next_offset and run_time calculation, don't understand how
2955         this could have worked before. Fixes #357976.
2956         Remove some unneeded vars.
2957
2958 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         * gst/playback/gstplaybin.c: (remove_sinks):
2961           Only remove visualisation from visbin if there is a visbin (or:
2962           don't throw warnings when closing totem without playing a file).
2963
2964 2006-09-27  Wim Taymans  <wim@fluendo.com>
2965
2966         * gst-libs/gst/audio/gstbaseaudiosink.c:
2967         (gst_base_audio_sink_render):
2968         Add some more info in a WARNING.
2969
2970         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2971         (gst_base_audio_src_create):
2972         Handle PAUSE in create function, use new -core addition to
2973         wait for playing. Fixes pausing and resuming capture from an
2974         audiosrc.
2975
2976         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2977         (gst_ring_buffer_read):
2978         Constify some more.
2979         Caller supports interrupted reads now.
2980
2981 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2982
2983         * tests/check/Makefile.am:
2984           Another attempt to make the gen64 buildbot happy.
2985
2986 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2987
2988         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2989
2990         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2991         (gst_visual_chain), (gst_visual_change_state):
2992           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2993           correctly. Fixes #357800
2994
2995 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2996
2997         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2998           Add timeout to _get_state() so we see which pipeline it is
2999           that causes trouble on the gen64 build bot.
3000
3001 2006-09-27  Wim Taymans  <wim@fluendo.com>
3002
3003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3004         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3005         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3006         (gst_base_rtp_depayload_set_gst_timestamp):
3007         the source pad always uses fixed caps.
3008
3009 2006-09-27  Wim Taymans  <wim@fluendo.com>
3010
3011         * docs/libs/gst-plugins-base-libs-docs.sgml:
3012         * docs/libs/gst-plugins-base-libs-sections.txt:
3013         * gst-libs/gst/audio/gstaudioclock.c:
3014         * gst-libs/gst/audio/gstaudioclock.h:
3015         * gst-libs/gst/audio/gstaudiosink.c:
3016         * gst-libs/gst/audio/gstaudiosink.h:
3017         * gst-libs/gst/audio/gstaudiosrc.c:
3018         * gst-libs/gst/audio/gstbaseaudiosink.c:
3019         (gst_base_audio_sink_render):
3020         * gst-libs/gst/audio/gstbaseaudiosink.h:
3021         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3022         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3023         * gst-libs/gst/audio/gstringbuffer.h:
3024         Added docs for the audio libs.
3025
3026 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3027
3028         * tests/check/Makefile.am:
3029           Temporarily disable test that fails on the bots for unknown reasons.
3030
3031 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3032
3033         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3034         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3035         Moved AudioCodecType into priv
3036         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3037
3038 2006-09-25  Wim Taymans  <wim@fluendo.com>
3039
3040         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3041         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3042         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3043         (new_pad):
3044         Cleanups and small leak fixes.
3045         Added Depayloaders to valid list of autopluggable elements.
3046
3047 2006-09-25  Wim Taymans  <wim@fluendo.com>
3048
3049         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3050         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3051         (gen_video_element), (gen_text_element), (gen_audio_element),
3052         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3053         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3054         Detect NO_PREROLL state change returns and disable clock distribution to
3055         the sinks so that sync is disabled.
3056         Avoid some type checking and do simple casts instead.
3057         Small cleanups, fix some FIXMEs.
3058         Be more robust when linking user specified elements, catch an report
3059         errors. Fixes #357404.
3060         Fix some leaks in the error paths.
3061
3062 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3063
3064         * ChangeLog:
3065           ChangeLog surgery for missing bug-number
3066
3067 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3068
3069         Patch by: Peter Kjellerstedt  <pkj at axis com>
3070
3071         * gst/playback/test.c:
3072           Fix compilation with uClibc and -Werror (#357591).
3073
3074 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3077           Parse dates that are followed by a time as well (#357532).
3078
3079         * tests/check/libs/tag.c: (test_vorbis_tags):
3080           Add unit test for this.
3081
3082 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3083
3084         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3085         (gst_audio_convert_transform_caps):
3086         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3087         * gst/videotestsrc/videotestsrc.h:
3088           A few array const-ifications.
3089
3090 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3091
3092         * tests/check/Makefile.am:
3093           See if this makes the build bots happy.
3094
3095         * tests/check/libs/cddabasesrc.c:
3096           UTF8-ise my name.
3097
3098 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3099
3100         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3101
3102         * gst/subparse/samiparse.c: (handle_start_font),
3103         (fix_invalid_entities):
3104           More case-insensitivity for certain tags; recognise entities with
3105           decimal codes as special entities as well (#357330).
3106
3107 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3108
3109         * gst-libs/gst/Makefile.am:
3110           Need to build tag directory before cdda.
3111
3112 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3113
3114         * docs/libs/gst-plugins-base-libs-sections.txt:
3115         * gst-libs/gst/cdda/Makefile.am:
3116         * gst-libs/gst/cdda/gstcddabasesrc.c:
3117         (gst_cdda_base_src_base_init):
3118         * gst-libs/gst/cdda/gstcddabasesrc.h:
3119         * gst-libs/gst/tag/tag.h:
3120         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3121         (gst_tag_register_musicbrainz_tags):
3122           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3123           depend on libgsttag. This is required so we can extract/read tags like
3124           DISCID without depending on libgstcddabasesrc (which used to register
3125           them).
3126
3127         * gst-libs/gst/tag/gstvorbistag.c:
3128           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3129           tags (also see #347848).
3130
3131         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3132           Log vorbis comments we are actually writing. Const-ify array.
3133
3134 2006-09-23  Wim Taymans  <wim@fluendo.com>
3135
3136         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3137         Improve buffering a bit by avoiding a deadlock because we cannot assume
3138         the underrun is always called.
3139
3140 2006-09-23  Wim Taymans  <wim@fluendo.com>
3141
3142         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3143
3144         * gst-libs/gst/riff/riff-ids.h:
3145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3146         (gst_riff_create_audio_template_caps):
3147         Added MPEG-4 AAC and id and caps. Fixes #357289
3148         Added WMA9 Lossless id.
3149
3150 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3151
3152         * ext/gnomevfs/gstgnomevfssrc.c:
3153           Fix misleading docs addition.
3154
3155         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3156           Get rid of compiler warning the right way.
3157
3158 2006-09-22  Wim Taymans  <wim@fluendo.com>
3159
3160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3161         (gst_base_rtp_depayload_finalize),
3162         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3163         (gst_base_rtp_depayload_push_full),
3164         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3165         (gst_base_rtp_depayload_process),
3166         (gst_base_rtp_depayload_set_gst_timestamp),
3167         (gst_base_rtp_depayload_queue_release):
3168         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3169         Small cleanups.
3170         Fix some leaks.
3171         Refactored the process method and added methods to push from the process
3172         vmethod.
3173         Use _scale functions.
3174         API: gst_base_rtp_depayload_push_ts
3175         API: gst_base_rtp_depayload_push
3176
3177         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3178         timestamps are uint.
3179
3180 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3181
3182         * gst-libs/gst/interfaces/xoverlay.c:
3183           Remove unused statement from doc example.
3184
3185 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3186
3187         * gst-libs/gst/interfaces/videoorientation.c:
3188         (gst_video_orientation_iface_init),
3189         (gst_video_orientation_get_hflip),
3190         (gst_video_orientation_get_vflip),
3191         (gst_video_orientation_get_hcenter),
3192         (gst_video_orientation_get_vcenter),
3193         (gst_video_orientation_set_hflip),
3194         (gst_video_orientation_set_vflip),
3195         (gst_video_orientation_set_hcenter),
3196         (gst_video_orientation_set_vcenter):
3197           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3198           in ChangeLog)
3199
3200 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3201
3202         * tests/check/Makefile.am:
3203         * tests/check/elements/.cvsignore:
3204         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3205         (create_rgb_conversions), (rgb_conversion_free),
3206         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3207         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3208           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3209           but disable for now since it doesn't pass (something wrong with
3210           RGBA somewhere).
3211
3212 2006-09-21  Wim Taymans  <wim@fluendo.com>
3213
3214         * gst/playback/gstplaybasebin.c: (group_commit),
3215         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3216         (queue_out_of_data), (gen_preroll_element),
3217         (preroll_remove_overrun), (probe_triggered):
3218         Refactor handling of overrun detection.
3219         Separate handling of group completion and deadlock detection when doing
3220         network buffering. This should fix some deadlocks that were not detected
3221         because the group was completed.
3222         Add more comments, improve debugging.
3223
3224 2006-09-21  Wim Taymans  <wim@fluendo.com>
3225
3226         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3227         * tests/check/libs/audio.c:
3228         Some more compilation fixes.
3229
3230 2006-09-21  Wim Taymans  <wim@fluendo.com>
3231
3232         * gst-libs/gst/audio/gstringbuffer.c:
3233         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3234         (gst_ring_buffer_read):
3235         Early morning compilation fix.
3236
3237 2006-09-20  Wim Taymans  <wim@fluendo.com>
3238
3239         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3240         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3241         * tests/check/elements/videorate.c: (GST_START_TEST):
3242         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3243         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3244         Fix some warnings.
3245
3246 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3247
3248         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3249         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3250         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3251           Handcrafted merge to help CVS understanding what I changed and what
3252           not.
3253
3254 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3255
3256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3257         (gst_xvimagesink_get_times):
3258           change colorkey behaviour back according to #354773 comment 6/7
3259
3260 2006-09-19  Michael Smith  <msmith@fluendo.com>
3261
3262         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3263         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3264         (gst_multi_fd_sink_recover_client),
3265         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3266         (gst_multi_fd_sink_get_property):
3267         * gst/tcp/gstmultifdsink.h:
3268           Implement stubbed out properties unit-type, units-soft-max,
3269           units-max, to allow specifying maximum sizes in units other than
3270           buffers.
3271           Fixes #355935
3272
3273 2006-09-19  Wim Taymans  <wim@fluendo.com>
3274
3275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3276         (gst_riff_create_audio_template_caps):
3277         Reorder the audio formats a bit for clarity.
3278         Detect and create caps for MSGSM and MSN (WAV49).
3279         Fixes #356596.
3280
3281         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3282         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3283         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3284         Small cleanups, move error handling out of normal flow for clarity.
3285
3286 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3287
3288         * docs/libs/gst-plugins-base-libs-docs.sgml:
3289         * docs/libs/gst-plugins-base-libs.types:
3290         * gst-libs/gst/interfaces/Makefile.am:
3291         * gst-libs/gst/interfaces/videoorientation.c:
3292         (gst_video_orientation_get_type),
3293         (gst_video_orientation_iface_init),
3294         (gst_video_orientation_get_hflip),
3295         (gst_video_orientation_get_vflip),
3296         (gst_video_orientation_get_hcenter),
3297         (gst_video_orientation_get_vcenter),
3298         (gst_video_orientation_set_hflip),
3299         (gst_video_orientation_set_vflip),
3300         (gst_video_orientation_set_hcenter),
3301         (gst_video_orientation_set_vcenter):
3302         * gst-libs/gst/interfaces/videoorientation.h:
3303           API: Add new interface to control video orientation (fixes #354908)
3304
3305 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3306
3307         * gst/videotestsrc/gstvideotestsrc.c:
3308           Use G_UNLIKELY in _create and log one more detail.
3309           
3310         (gst_video_test_src_get_times), (gst_video_test_src_create):
3311         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3312           Use gst_util_uint64_scale_int in _get_times().
3313
3314 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3315
3316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3317           Give better warning message (add object and detail).
3318
3319 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3320
3321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3322         (gst_xvimagesink_get_times):
3323           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3324           #354773), use gst_util_uint64_scale_int in _get_times()
3325
3326 2006-09-18  Michael Smith  <msmith@fluendo.com>
3327
3328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3329           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3330           always true, leading to dropping all timestamps.
3331
3332 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3333
3334         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3335         (gst_visual_chain), (gst_visual_change_state):
3336           update to work also with libvisual 0.4 API, fix double unref (#355914)
3337           
3338         * tools/gst-launch-ext.1.in:
3339         * tools/gst-visualise.1.in:
3340           remove references to old man-pages
3341
3342         * tests/examples/seek/seek.c: (main):
3343           add real meadi-buttons, add tool-tips for the seek-options, arrange
3344           seek options in a table
3345
3346 2006-09-18  Michael Smith  <msmith@fluendo.com>
3347
3348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3349         (gst_ogg_mux_push_buffer):
3350           Don't generate out-of-order timestamps from oggmux, instead clamp
3351           output timestamps to be >= the previously output ts.
3352           Fixes #355595
3353
3354 2006-09-18  Michael Smith  <msmith@fluendo.com>
3355
3356         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3357         (gst_multi_fd_sink_class_init):
3358           Updates, fixes, and typo corrections for multifdsink. No functional
3359           changes.
3360
3361 2006-09-17  Michael Smith  <msmith@fluendo.com>
3362
3363         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3364           Don't crash on truncated files - check that we got an 8 byte buffer
3365           before trying to memcmp it.
3366
3367 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3368
3369         * gst/playback/gstplaybasebin.c: (get_active_source):
3370           Make stream-switching appear instant to the application
3371           (ie. make sure that a g_object_get on 'current-foo' returns
3372           the stream previously set with g_object_set(). Totem needs
3373           this to update stream-related meta-info (like audio-codec)
3374           correctly when switching streams.
3375
3376 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3379         (gst_alsa_mixer_ensure_track_list):
3380           Try harder to guess which mixer track is the master mixer
3381           track (instead of just taking the first one that has a pvolume).
3382           Fixes #342228.
3383
3384 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3385
3386         reviewed by: <delete if not using a buddy>
3387
3388         * gst-libs/gst/audio/audio.h:
3389         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3390
3391 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3392
3393         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3394         (gst_audio_convert_transform_caps):
3395           Get structure-name just once.
3396
3397 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3398
3399         * tests/check/elements/audioresample.c: (GST_START_TEST):
3400         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3401         * tests/check/elements/volume.c: (GST_START_TEST):
3402         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3403         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3404         (test_pipeline), (GST_START_TEST):
3405         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3406         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3407           Fix big batch of compiler warnings.
3408
3409 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3410
3411         * ext/gnomevfs/gstgnomevfssrc.c:
3412           Add docs about icydemux usage in connection with gnomevfssrc
3413
3414         * ext/libvisual/visual.c:
3415         * ext/ogg/gstoggaviparse.c:
3416         * ext/ogg/gstoggdemux.c:
3417         * ext/ogg/gstoggmux.c:
3418         * ext/ogg/gstoggparse.c:
3419         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3420         * gst-libs/gst/audio/gstaudiosink.c:
3421         * gst-libs/gst/audio/gstaudiosrc.c:
3422         * gst/audiorate/gstaudiorate.c:
3423           More G_OBJECT macro fixing.
3424
3425         * gst/audiotestsrc/gstaudiotestsrc.h:
3426           Fix wrong info in header due to copy & paste
3427
3428 2006-09-15  Wim Taymans  <wim@fluendo.com>
3429
3430         * gst-libs/gst/audio/gstbaseaudiosink.c:
3431         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3432         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3433         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3434         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3435         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3436         Do the delay calculation in the source/sink base classes as this is
3437         specific for the capture/playback mode.
3438         Try to fixate a bit better, like round depth up to a multiple of 8
3439         bigger than width.
3440         Handle underruns correctly by marking DISCONT on buffers and adjusting
3441         timestamps to handle the gap.
3442         Set offset/offset_end correctly on buffers.
3443
3444         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3445         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3446         (gst_ring_buffer_read):
3447         Remove resync and underrun recovery from the ringbuffer.
3448         Fix ringbuffer read code on under/overrun.
3449
3450 2006-09-15  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3453         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3454         (queue_threshold_reached), (gst_play_base_bin_set_property),
3455         (gst_play_base_bin_get_property):
3456         * gst/playback/gstplaybasebin.h:
3457         Don't use a 0 low watermark when buffering, it is catching starvation
3458         way too late. Instead, use a 3 second queue with 30 and 95
3459         percent low/high watermarks. 
3460         Added queue-min-threshold property to configure low watermark.
3461         Use new _buffering message API.
3462         Make queue_threshold variable big enough to store a uint64 time value.
3463         API: playbin::queue-min-threshold property.
3464
3465 2006-09-15  Wim Taymans  <wim@fluendo.com>
3466
3467         * configure.ac:
3468         We require 0.10.10.1 now because of _wait_preroll().
3469
3470         * gst-libs/gst/audio/gstbaseaudiosink.c:
3471         (gst_base_audio_sink_render):
3472         Use gst_base_sink_wait_preroll().
3473
3474 2006-09-15  Wim Taymans  <wim@fluendo.com>
3475
3476         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3477         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3478         Use DEBUG_OBJECT more.
3479
3480 === release 0.10.10 ===
3481
3482 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3483
3484         patch by: Michael Smith <msmith at fluendo dot com>
3485
3486         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3487         (gst_multi_fd_sink_client_queue_buffer),
3488         (gst_multi_fd_sink_new_client):
3489         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3490         (multifdsink_suite):
3491           Fix implementation of sync-method 'next-keyframe'
3492           Closes #354594
3493
3494 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3495
3496         patch by: Wim Taymans <wim at fluendo dot com>
3497
3498         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3499         This patch removes the RANDOM flag that was incorrectly introduced with
3500         revision 1.91.  Fixes #354590
3501
3502 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3503
3504         * tests/check/Makefile.am:
3505           Random variation in Makefile line to see if it makes the
3506           gen64-base-full bot any happier.
3507
3508 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3509
3510         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3511           Disable test that fails at the moment (killed after timeout).
3512
3513 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         Patch by: James Livingston  <doclivingston at gmail.com>
3516
3517         * tests/check/Makefile.am:
3518         * tests/check/pipelines/.cvsignore:
3519         * tests/check/pipelines/oggmux.c: (get_page_codec),
3520         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3521         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3522         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3523         (test_theora_vorbis), (oggmux_suite):
3524           Add simple unit test for oggmux from #337026 with checking for the
3525           EOS flags disabled for the time being.
3526
3527 2006-09-04  Wim Taymans  <wim@fluendo.com>
3528
3529         patch by: Alessandro Dessina <alessandro nnva org>
3530
3531         * ext/ogg/gstoggmux.c:
3532         Add cmml caps to oggmux. Fixes #353912
3533
3534 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3537           Returning a return value often helps. In this case, we
3538           don't need the return value anyway, so just get rid of it.
3539           Should make build bots much happier.
3540
3541 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3542
3543         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3544         (paint_get_structure), (gst_video_test_src_get_size),
3545         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3546         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3547         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3548         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3549         * gst/videotestsrc/videotestsrc.h:
3550           Add support for AYUV and the various RGBA formats. Initialise
3551           fields of paintinfo structs allocated on the stack.
3552
3553         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3554         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3555         (check_rgb_buf), (videotestsrc_suite):
3556           Add unit tests for videotestsrc's RGB output.
3557
3558 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * gst/videotestsrc/gstvideotestsrc.c:
3561         (gst_video_test_src_pattern_get_type),
3562         (gst_video_test_src_set_pattern):
3563         * gst/videotestsrc/gstvideotestsrc.h:
3564         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3565         (gst_video_test_src_black), (gst_video_test_src_white),
3566         (gst_video_test_src_red), (gst_video_test_src_green),
3567         (gst_video_test_src_blue):
3568         * gst/videotestsrc/videotestsrc.h:
3569           Add more uni-colour patterns ("white", "red", "green", and "blue").
3570
3571 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3574           Fix stride for YVYU, should be word-aligned (#353658).
3575
3576 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         * gst/adder/gstadder.c: (gst_adder_src_event):
3579           Fix build.
3580
3581 2006-08-31  Edward Hervey  <edward@fluendo.com>
3582
3583         * gst/adder/gstadder.c: (forward_event_func),
3584         (gst_adder_src_event), (gst_adder_collected),
3585         (gst_adder_change_state):
3586         * gst/adder/gstadder.h:
3587         Remember the start position asked in the incoming seeks, so we can
3588         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3589         of assuming it will always be 0).
3590
3591 2006-08-31  Edward Hervey  <edward@fluendo.com>
3592
3593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3594         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3595         (gst_ogg_demux_loop):
3596         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3597
3598 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3599
3600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3601         (gst_ffmpegcsp_get_unit_size):
3602           Return FALSE instead of returning a random false unit
3603           size when the format isn't known/supported (even if
3604           this shouldn't happen under normal circumstances).
3605
3606 2006-08-29  Wim Taymans  <wim@fluendo.com>
3607
3608         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3611         (gst_gnome_vfs_src_start):
3612         Try harder to get the size from a uri by using _info_uri() when
3613         _info_from_handle() does not give us enough info. 
3614         Also follow symlinks when getting the size.
3615         Partially Fixes #332864.
3616
3617 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3620
3621         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3622         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3623         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3624         (gst_alsa_mixer_set_record):
3625         * ext/alsa/gstalsamixertrack.c:
3626         (gst_alsa_mixer_track_update_alsa_capabilities),
3627         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3628         (gst_alsa_mixer_track_update):
3629         * ext/alsa/gstalsamixertrack.h:
3630           Improve and fix mixer track handling, in particular better handling
3631           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3632           separate track objects for tracks that have both capture and playback
3633           volume (and label them differently as well so they're not mistakenly
3634           assumed to be duplicates); classify mixer tracks that only affect
3635           the audible volume of something (rather than the capture volume)
3636           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3637           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3638           (following the meaning documented in the mixer interface header
3639           file); add support for alsa's exclusive cswitch groups; update/sync
3640           state/flags better if mixer settings are changed by another
3641           application. Fixes #336075.
3642
3643 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         * gst/playback/gstplaybin.c:
3646           Improve docs: add section about BUFFERING messages sent by playbin.
3647
3648 2006-08-29  Michael Smith  <msmith@fluendo.com>
3649
3650         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3651         (gst_vorbis_enc_buffer_check_discontinuous),
3652         (gst_vorbis_enc_chain):
3653           Ignore explicit DISCONT marked on buffers (which is often spurious,
3654           particularly when using multiple segments), in favour of solely
3655           using the timestamps/durations.
3656
3657 2006-08-29  Edward Hervey  <edward@fluendo.com>
3658
3659         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3660         Don't rely on incoming buffers offset anymore, since it is completely
3661         broken when using multiple segments.
3662         Instead convert the incoming buffers timestamp to running time, and
3663         then convert that value to the offsets.
3664         Also inform GstSegment of the last outputted stop position, which is
3665         needed if we received several segments with an unknown stop value.
3666
3667 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3668
3669         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3670           fix buffer unreffing on a header push failure
3671
3672 2006-08-28  Wim Taymans  <wim@fluendo.com>
3673
3674         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3675         (gst_audio_rate_chain):
3676         Make the metadata of the buffer writable before changing its
3677         flags.
3678
3679 2006-08-28  Wim Taymans  <wim@fluendo.com>
3680
3681         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3682         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3683         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3684         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3685         Fix audiorate some more.
3686         Reset and resync counters on flush and READY.
3687         Handle the DISCONT flag correctly.
3688         Use GstSegment to track position.
3689         Fail when not negotiated.
3690         Fixes #353234.
3691
3692 2006-08-25  Michael Smith  <msmith@fluendo.com>
3693
3694         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3695           Fix spelling.
3696           Remove accidently included debug line.
3697
3698 2006-08-25  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3701         Small cleanups.
3702         If a buffer is received with no caps, make the buffer metadata
3703         writable and set the caps, making sure that we don't screw up the
3704         refcounts.
3705
3706 2006-08-25  Michael Smith  <msmith@fluendo.com>
3707
3708         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3709         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3710           Fix memory leaks and misleading debug messages, add a couple of
3711           comments.
3712
3713         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3714         (gst_multi_fd_sink_render):
3715           Do not use gst_buffer_make_writable() in a basesink render method,
3716           as it may incorrectly unref the buffer. Instead, use convoluted
3717           dance to avoid copying the buffer except when we need to.
3718
3719 2006-08-25  Michael Smith  <msmith@fluendo.com>
3720
3721         * ext/vorbis/vorbisenc.c:
3722         (gst_vorbis_enc_buffer_check_discontinuous):
3723           Allow very small discontinuities in the timestamps. These we can't
3724           do anything useful with anyway (because vorbis's timestamps have
3725           only sample granularity), and are commonly produced by elements with
3726           minor bugs. Allow up to 1/2 a sample out.
3727           Fixes #351742.
3728
3729 2006-08-24  Wim Taymans  <wim@fluendo.com>
3730
3731         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3732         (play_scrub_toggle_cb), (main):
3733         Add a checkbox to enable play scrubbing. Makes it possible to disable
3734         normal scrubbing.
3735
3736 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3737
3738         * tests/check/elements/.cvsignore:
3739           make buildbot happy
3740
3741 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3744         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3745         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3746         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3747         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3748         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3749         (gst_ogm_text_parse_strip_trailing_zeroes),
3750         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3751         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3752           Refactor ogm parse, do better input checking, misc. clean-ups.
3753           Cache incoming events and push them once the source pad has
3754           been created. Don't pass unterminated strings to sscanf().
3755           Strip trailing zeroes from subtitle text output, since they
3756           are not valid UTF-8. Don't push vorbiscomment packets on
3757           the subtitle text pad. Output perfect streams if possible.
3758
3759 2006-08-23  Wim Taymans  <wim@fluendo.com>
3760
3761         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3762         Waits for tasks to settle down so that we clean up correctly for 
3763         valgrind.
3764
3765 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3766
3767         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3768           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3769           actually return return value in taglists_are_equal.
3770
3771 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3774           Fix crash due to broken bitstream parsing on x86-64: can't make
3775           any assumptions about sizeof(struct) due to alignment/packing
3776           differences on different architectures. Fixes #351790.
3777
3778 2006-08-22  Wim Taymans  <wim@fluendo.com>
3779
3780         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3781         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3782         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3783         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3784         (gst_riff_parse_info):
3785         Protect public functions against bad input.
3786         Do some cleanups.
3787         Fix documentation.
3788
3789 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3790
3791         * gst-libs/gst/riff/riff-ids.h:
3792         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3793           Add voxware audio IDs (even if we can't play it) (#351795).
3794
3795 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3796
3797         * gst-libs/gst/riff/riff-media.c:
3798         (gst_riff_create_video_template_caps),
3799         (gst_riff_create_audio_template_caps),
3800         (gst_riff_create_iavs_template_caps):
3801           Const-ify some arrays and use G_N_ELEMENTS instead
3802           of wasting oodles of RAM on terminator bits.
3803
3804 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         * gst-libs/gst/tag/gstvorbistag.c:
3807         (gst_tag_list_to_vorbiscomment_buffer):
3808         * tests/check/libs/tag.c: (GST_START_TEST):
3809           And the same for _to_vorbiscomment_buffer(): allow
3810           id_data_len == 0 for speex.
3811
3812 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3813
3814         * configure.ac:
3815         * docs/plugins/Makefile.am:
3816         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3817         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3818         * docs/plugins/inspect/plugin-gdp.xml:
3819         * gst/gdp/Makefile.am:
3820         * tests/check/Makefile.am:
3821           Move GDP plugin to -base from -bad.  Closes #347783.
3822
3823 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         * gst-libs/gst/tag/gstvorbistag.c:
3826         (gst_tag_list_from_vorbiscomment_buffer):
3827           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3828           Also add some checks to make sure we don't memcmp() beyond the end of
3829           vorbiscomment buffer if the ID to check for is larger than the buffer.
3830
3831         * tests/check/libs/tag.c: (GST_START_TEST):
3832           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3833
3834 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3837         (gst_vorbis_enc_set_metadata):
3838           Use vorbis comment utility functions from libgsttag
3839           instead of re-inventing the wheel (partially fixes #347091).
3840
3841 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3842
3843         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3844         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3845         as some that won't.
3846
3847 2006-08-21  Wim Taymans  <wim@fluendo.com>
3848
3849         * docs/libs/Makefile.am:
3850         * docs/libs/gst-plugins-base-libs-sections.txt:
3851         * docs/libs/gst-plugins-base-libs.types:
3852         Don't try to GObject scan the netbuffer as it's not a GObject.
3853         Fixes #351308.
3854
3855         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3856         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3857         Document GstNetBuffer.
3858
3859 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3860
3861         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3862         (audioconvert_suite):
3863           Add testcase for caps-size-explosion
3864
3865 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3866
3867         * gst/audioconvert/gstaudioconvert.c:
3868         (gst_audio_convert_get_unit_size), (set_structure_widths):
3869           Lower debug, use g_assert in _get_unit_size
3870
3871         * gst/audioresample/gstaudioresample.c:
3872         (audioresample_get_unit_size):
3873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3874         (gst_ffmpegcsp_get_unit_size):
3875         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3876           use g_assert in _get_unit_size
3877
3878 2006-08-18  Wim Taymans  <wim@fluendo.com>
3879
3880         * docs/libs/gst-plugins-base-libs-sections.txt:
3881         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3882         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3883         (gst_rtp_buffer_get_payload_buffer):
3884         * gst-libs/gst/rtp/gstrtpbuffer.h:
3885         Document GstRTPBuffer.
3886         Added function to efficiently strip payload headers.
3887         API: gst_rtp_buffer_get_payload_subbuffer()
3888
3889 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3890
3891         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3892         (gst_tag_to_vorbis_comments):
3893           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3894           tags and deserialise them properly as well (#347091).
3895           Add some more gtk-doc blurbs and also some g_return_if_fail().
3896
3897         * tests/check/libs/tag.c: (GST_START_TEST),
3898         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3899           More tests.
3900
3901 2006-08-17  Wim Taymans  <wim@fluendo.com>
3902
3903         * ext/ogg/Makefile.am:
3904         * ext/ogg/gstogg.c: (plugin_init):
3905         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3906         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3907         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3908         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3909         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3910         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3911         Added ogg-in-avi parser element. Fixes #140139.
3912
3913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3914         Fixed a bug in oggdemux debug code.
3915
3916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3917         (gst_riff_create_audio_template_caps):
3918         Recognise Ogg in the AVI extensible wave format.
3919
3920 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3921
3922         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3923           Make buffer durations add up (duration should be next_ts-ts for
3924           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3925           from CVS.
3926
3927         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3928         (test_buffer_timestamps), (cddabasesrc_suite):
3929           Add unit test for the above.
3930
3931         * tests/check/Makefile.am:
3932           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3933           to see what happens.
3934
3935 2006-08-16  Wim Taymans  <wim@fluendo.com>
3936
3937         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3938         (gst_alsasink_open):
3939         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3940         (gst_alsasrc_open):
3941         Avoid setting and using a NULL device name.
3942         Print more info when we fail to open a device.
3943
3944 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         * docs/libs/gst-plugins-base-libs-sections.txt:
3947         * gst-libs/gst/tag/tag.h:
3948         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3949           API: add gst_tag_parse_extended_comment() (#351426).
3950
3951         * tests/check/Makefile.am:
3952         * tests/check/libs/.cvsignore:
3953         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3954           Add unit test for gst_tag_parse_extended_comment().
3955
3956 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3960           Fix leak (#351502).
3961
3962 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3963
3964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3965         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3966         * docs/plugins/gst-plugins-base-plugins.args:
3967         * gst/playback/gstplaybin.c:
3968           Document playbin.
3969           
3970         * docs/plugins/inspect/plugin-adder.xml:
3971         * docs/plugins/inspect/plugin-alsa.xml:
3972         * docs/plugins/inspect/plugin-audioconvert.xml:
3973         * docs/plugins/inspect/plugin-audiorate.xml:
3974         * docs/plugins/inspect/plugin-audioresample.xml:
3975         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3976         * docs/plugins/inspect/plugin-cdparanoia.xml:
3977         * docs/plugins/inspect/plugin-decodebin.xml:
3978         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3979         * docs/plugins/inspect/plugin-gnomevfs.xml:
3980         * docs/plugins/inspect/plugin-ogg.xml:
3981         * docs/plugins/inspect/plugin-pango.xml:
3982         * docs/plugins/inspect/plugin-playbin.xml:
3983         * docs/plugins/inspect/plugin-subparse.xml:
3984         * docs/plugins/inspect/plugin-tcp.xml:
3985         * docs/plugins/inspect/plugin-theora.xml:
3986         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3987         * docs/plugins/inspect/plugin-video4linux.xml:
3988         * docs/plugins/inspect/plugin-videorate.xml:
3989         * docs/plugins/inspect/plugin-videoscale.xml:
3990         * docs/plugins/inspect/plugin-videotestsrc.xml:
3991         * docs/plugins/inspect/plugin-volume.xml:
3992         * docs/plugins/inspect/plugin-vorbis.xml:
3993         * docs/plugins/inspect/plugin-ximagesink.xml:
3994         * docs/plugins/inspect/plugin-xvimagesink.xml:
3995           Update to CVS version.
3996
3997 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3998
3999         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4000         (gst_play_bin_set_property), (gst_play_bin_get_property),
4001         (value_list_append_structure_list),
4002         (gst_play_bin_handle_redirect_message),
4003         (gst_play_bin_handle_message):
4004           API: GstPlayBin::connection-speed
4005           Add "connection-speed" property; re-order redirect messages with
4006           multiple redirect locations depending on the minimum bitrate if
4007           that information is available and a connection speed is set
4008           (#350399).
4009
4010 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4011
4012         * gst/playback/gstplaybin.c:
4013           Update max volume to the same value that the volume element uses.
4014
4015 2006-08-14  Wim Taymans  <wim@fluendo.com>
4016
4017         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4018         Less uglyness..
4019
4020 2006-08-14  Wim Taymans  <wim@fluendo.com>
4021
4022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4023         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4024         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4025         Add some more debug info.
4026         Don't crash when a seek failed.
4027         Actually return the result of the seek instead of TRUE.
4028         Ignore multiple BOS pages with the same serial so that we don't create
4029         the same stream multiple times.
4030         Post an error when we fail to do the initial seek.
4031
4032 2006-08-13  Wim Taymans  <wim@fluendo.com>
4033
4034         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4035         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4036         Small code cleanup.
4037
4038         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4039         (gst_alsa_mixer_new):
4040         Remove hack that always set the device to hw:0*.
4041         Properly find the card name for whatever device was configured.
4042         Do some better debugging.
4043         Fixes #350784.
4044
4045         * ext/alsa/gstalsamixerelement.c:
4046         (gst_alsa_mixer_element_set_property),
4047         (gst_alsa_mixer_element_change_state):
4048         Cleanups.
4049         Handle setting of a NULL device name better.
4050
4051 2006-08-11  Wim Taymans  <wim@fluendo.com>
4052
4053         * gst/adder/gstadder.c:
4054         Don't clip float values. Fixes #350900.
4055
4056 2006-08-11  Andy Wingo  <wingo@pobox.com>
4057
4058         * gst/tcp/gsttcp.c: Really fix the build?
4059
4060         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4061         fixes the build.
4062
4063 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4064
4065         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4066           Float caps shouldn't have a "signed" field.
4067
4068 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4069
4070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4071           Implement SEEKING query in its most basic form, so that we can
4072           at least check if we're seekable or not (#350655).
4073
4074 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4075
4076         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4077           The checks here are not even close to anything that would
4078           justify MAXIMUM probability, lowering to POSSIBLE until someone
4079           fixes the checks (case at hand: quicktime redirection files
4080           might start with 00 00 01 XX and pass the checks here just
4081           fine, see #350399).
4082
4083 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4084
4085         Patch by: Sjoerd Simons  <sjoerd at luon net>
4086
4087         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4088           Better detection for multipart/x-mixed-replace: accept leading
4089           whitespaces before the boundary marker as well (as our very own
4090           multipartmux used to produce) (#349068).
4091
4092 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4093
4094         Patch by: Young-Ho Cha  <ganadist at chollian net>
4095
4096         * gst-libs/gst/riff/riff-ids.h:
4097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4098         (gst_riff_create_audio_template_caps):
4099           Detect DTS audio streams (#350157).
4100
4101 2006-08-05  Andy Wingo  <wingo@pobox.com>
4102
4103         * ext/theora/gsttheoraparse.h:
4104         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4105         (theora_parse_dispose, theora_parse_set_property)
4106         (theora_parse_get_property, theora_parse_munge_granulepos)
4107         (theora_parse_push_buffer, theora_parse_change_state):
4108         API: GstTheoraParse::synchronization-points
4109         Add a property 'synchronization-points' to fix badly synchronized oggs.
4110
4111 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         * tests/check/Makefile.am:
4114         * tests/check/libs/.cvsignore:
4115         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4116         (fixed_caps_have_channel_positions), (GST_START_TEST),
4117         (audio_suite), (main):
4118           Add a few tests for the channel position stuff in libgstaudio.
4119
4120 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4123         (gst_alsa_detect_channels):
4124         * ext/alsa/gstalsasink.c:
4125           Add support for cards that (only) do more than 8 channels,
4126           like the Delta 44 (#345188).
4127
4128         * gst-libs/gst/audio/multichannel.c:
4129         (gst_audio_check_channel_positions):
4130         * gst-libs/gst/audio/multichannel.h:
4131           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4132           unspecified channel position and cannot be combined with any
4133           of the other audio channel positions; adjust position layout
4134           checks accordingly (#345188).
4135
4136 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4137
4138         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4139           Recognise ancient RealAudio files (see #349779).
4140
4141 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4142
4143         Patch by: Jens Granseuer  <jensgr at gmx net>
4144
4145         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4146           Add typefinder for Interplay's MVE format (#348973).
4147
4148 2006-08-02  Wim Taymans  <wim@fluendo.com>
4149
4150         Patch by: Marcel Moreaux <marcelm at luon dot net>
4151
4152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4153         (gst_base_rtp_depayload_add_to_queue):
4154         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4155         Handle RTP sequence number rollover.
4156         Disable jitterbuffer by default.
4157
4158 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4159
4160         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4161         (audioresample_set_caps):
4162         Don't leak references to the incoming caps. Clean them up when
4163         stopping.
4164
4165         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4166         (gst_video_scale_finalize):
4167         Don't leak our temporary pixel buffer.
4168
4169         * tests/check/Makefile.am:
4170         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4171         (GST_START_TEST), (simple_launch_lines_suite):
4172
4173         Fix leaks and re-enable the test for valgrind checking.
4174
4175 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4176
4177         Patch by: Sjoerd Simons  <sjoerd at luon net>
4178
4179         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4180         (plugin_init):
4181           Add typefind function for multipart/x-mixed-replace (#348916).
4182
4183 2006-07-28  Wim Taymans  <wim@fluendo.com>
4184
4185         * gst/adder/gstadder.c: (gst_adder_setcaps),
4186         (gst_adder_query_duration):
4187         Fix leak in duration query.
4188         Reflow some docs and notes.
4189
4190 2006-07-28  Michael Smith  <msmith@fluendo.com>
4191
4192         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4193         (vorbisenc_suite):
4194           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4195           aspect of it.
4196
4197 2006-07-28  Michael Smith  <msmith@fluendo.com>
4198
4199         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4200         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4201         (gst_vorbis_enc_push_buffer),
4202         (gst_vorbis_enc_buffer_check_discontinuous),
4203         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4204         * ext/vorbis/vorbisenc.h:
4205           Handle discontinuities in the input vorbis stream correctly,
4206           so that the output is properly timestamped (and has good granulepos
4207           values). Needs some oggmux fixes too.
4208
4209 2006-07-27  Wim Taymans  <wim@fluendo.com>
4210
4211         patch by: Kai Vehmanen <kv2004 eca cx>
4212
4213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4214         (gst_base_rtp_depayload_chain),
4215         (gst_base_rtp_depayload_handle_sink_event),
4216         (gst_base_rtp_depayload_change_state):
4217         Don't send multiple newsegments with different formats.
4218         Fixes #348677.
4219
4220 2006-07-26  Wim Taymans  <wim@fluendo.com>
4221
4222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4223         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4224         Make seeking in ogg more accurate again by doing the more correct
4225         granuletime to stream time conversion.
4226
4227 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4228
4229         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4230         (gst_multi_fd_sink_new_client):
4231           debug a little more understandably
4232           do not use goto as a substitute for break, especially if
4233           break is also being used
4234
4235 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4236
4237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4238         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4239           Remove GLib-2.6 compatibility cruft.
4240
4241 2006-07-24  Wim Taymans  <wim@fluendo.com>
4242
4243         * gst-libs/gst/audio/gstbaseaudiosink.c:
4244         (gst_base_audio_sink_render):
4245         Don't try to align a sample to an unknown value.
4246
4247 2006-07-24  Wim Taymans  <wim@fluendo.com>
4248
4249         * gst-libs/gst/audio/gstbaseaudiosink.c:
4250         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4251         When the audio clock is slaved to another clock, never try to align
4252         samples but trust the rate interpolation algorithm.
4253
4254 2006-07-24  Wim Taymans  <wim@fluendo.com>
4255
4256         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4257         Don't try to calculate silence samples, base class does this much
4258         better now.
4259
4260         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4261         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4262         (gst_ring_buffer_acquire):
4263         Calculate silence samples correctly.
4264
4265         * gst-libs/gst/audio/gstringbuffer.h:
4266         Add _CAST macro.
4267
4268 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4271           Limit search for the first markup tag to the first few kB of
4272           the file. If we don't find one there, it's highly unlikely that
4273           this is an XML(-ish) file.
4274
4275 2006-07-21  Andy Wingo  <wingo@pobox.com>
4276
4277         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4278         test to the one in vorbisenc. Also commented out.
4279
4280         * tests/check/pipelines/vorbisenc.c: 
4281         (test_discontinuity): New test, commented out until Mike lands
4282         some elite vorbisenc patches.
4283
4284         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4285         Bufferstraw was actually factored out of these tests. Now we share
4286         code yay.
4287
4288         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4289         for bufferstraw addition to gstcheck.
4290
4291 2006-07-21  Wim Taymans  <wim@fluendo.com>
4292
4293         * ext/theora/theoradec.c: (clip_buffer):
4294         Better clipping.
4295
4296 2006-07-21  Wim Taymans  <wim@fluendo.com>
4297
4298         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4299         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4300         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4301         Fix leak.
4302         Avoid type casting when we can.
4303
4304         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4305         Fix mem leak.
4306
4307 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         * ext/alsa/gstalsamixerelement.c:
4310         (gst_alsa_mixer_element_change_state):
4311           Make state change fail if the specified device can't be opened
4312           for some reason.
4313
4314 2006-07-20  Wim Taymans  <wim@fluendo.com>
4315
4316         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4317         (cb_newpad), (main):
4318         Example of a small audio/video player using decodebin.
4319
4320 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4321
4322         * gst-libs/gst/riff/riff-ids.h:
4323           Add 'fact' chunk id
4324
4325 2006-07-19  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4328         (gst_base_rtp_depayload_chain),
4329         (gst_base_rtp_depayload_change_state):
4330         Don't assert when not negotiated but post a meaningfull 
4331         error message. Fixes #347918.
4332
4333         * gst-libs/gst/rtp/gstbasertppayload.c:
4334         Add comment about better default MTU size.
4335
4336         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4337         Small cleanups, start docs.
4338
4339 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         Patch by: Martin Szulecki
4342
4343         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4344           If "device-name" is requested and the device is not
4345           open, try to temporarily open it to obtain this
4346           information (#342494).
4347
4348 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         * gst-libs/gst/tag/gstid3tag.c:
4351           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4352
4353         * gst-libs/gst/tag/gsttageditingprivate.h:
4354         * gst-libs/gst/tag/gstvorbistag.c:
4355           Some more random const-ifications.
4356
4357 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4358
4359         * gst-libs/gst/riff/riff-ids.h:
4360         * gst-libs/gst/riff/riff-media.c:
4361         (gst_riff_create_video_template_caps):
4362           Add more FOURCCs (sort list to make stuff easier to find),
4363           add comment what those 16 bytes in struct _gst_riff_strh according to
4364           one avi-dumper are
4365
4366 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * gst-libs/gst/audio/multichannel.c:
4369         (gst_audio_check_channel_positions),
4370         (gst_audio_fixate_channel_positions):
4371           Const-ify two arrays.
4372
4373 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4376           Fix typo, so that alsasink also advertises 8 channels
4377           if that's supported (tags: can, worms, open, alsa, ph34r).
4378
4379 2006-07-17  Wim Taymans  <wim@fluendo.com>
4380
4381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4382         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4383         *sigh*, when is the compiler going to warn when the comments
4384         are out-of-sync with the code.. Refix case of busted theora
4385         headers with 0 granule pos.
4386
4387 2006-07-14  Wim Taymans  <wim@fluendo.com>
4388
4389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4390         (gst_base_rtp_depayload_wait),
4391         (gst_base_rtp_depayload_change_state),
4392         (gst_base_rtp_depayload_set_property),
4393         (gst_base_rtp_depayload_get_property):
4394         Fix 99% cpu load by waiting for absolute times on the
4395         clock. Fixes #347300.
4396
4397 2006-07-14  Andy Wingo  <wingo@pobox.com>
4398
4399         * ext/theora/gsttheoraparse.h: 
4400         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4401         (theora_parse_push_headers, theora_parse_clear_queue)
4402         (theora_parse_drain_queue_prematurely, )
4403         (theora_parse_sink_event, theora_parse_change_state): Queue events
4404         until we initialized our state, like in vorbisparse.
4405
4406         * ext/vorbis/vorbisparse.h: 
4407         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4408         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4409         (vorbis_parse_drain_queue_prematurely, )
4410         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4411         until we have initialized our state. Fixes seeking after an
4412         initial pad block.
4413
4414 2006-07-14  Andy Wingo  <wingo@pobox.com>
4415
4416         Patch by: Iain Holmes <iaingnome@gmail.com>
4417         
4418         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4419
4420 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4421
4422         * configure.ac:
4423         Bump nano back to CVS
4424
4425 === release 0.10.9 ===
4426
4427 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4428
4429         * configure.ac:
4430           releasing 0.10.9, "I walk the line"
4431
4432 2006-07-14  Michael Smith  <msmith@fluendo.com>
4433
4434         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4435           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4436           (commonly happens when running this test under valgrind) when trying
4437           to remove the buffer probe.
4438
4439 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4440
4441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4442         Fix missing g_unlock from the previous commit
4443
4444 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4445
4446         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4447         (gst_ximagesink_change_state):
4448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4449         (gst_xvimagesink_change_state):
4450         Implement a locking order to ensure we always take the object lock
4451         before the x_lock and never vice-versa.
4452
4453 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4454
4455         * gst/playback/gstdecodebin.c: (find_compatibles):
4456         Fix a caps leak when linking (#347304)
4457
4458         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4459         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4460         (gst_ximagesink_change_state):
4461         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4462         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4463         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4464         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4465         Don't leak shared memory resources. Use the object lock to protect
4466         against the xcontext disappearing while returning a buffer from the
4467         pipeline. (#347304)
4468
4469 2006-07-12  Edward Hervey  <edward@fluendo.com>
4470
4471         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4472         (vorbis_handle_comment_packet):
4473         gst_tag_list_merge() returns a new object. Take that into account when
4474         using it. This avoids memleak.
4475         Revert previous commit which is not needed.
4476
4477 2006-07-12  Edward Hervey  <edward@fluendo.com>
4478
4479         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4480         Reset the decoder in finalize so that all fields get cleared.
4481
4482 2006-07-12  Wim Taymans  <wim@fluendo.com>
4483
4484         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4485         (gst_base_audio_src_set_clock),
4486         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4487         Don't try to post an error message when setting the clock fails
4488         as this can happen when adding an element to a bin which will then
4489         deadlock. Fixes #347296.
4490
4491 2006-07-12  Edward Hervey  <edward@fluendo.com>
4492
4493         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4494         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4495         (vorbis_handle_type_packet):
4496         Post tag messages on the bus even if we're not initialized.
4497         If we're not initialized, we still postpone the event pushing of tags.
4498
4499 2006-07-12  Wim Taymans  <wim@fluendo.com>
4500
4501         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4502         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4503         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4504         Revert last two changes that broke the freeze.
4505
4506 2006-07-12  Wim Taymans  <wim@fluendo.com>
4507
4508         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4509         basesink calculates silence sample correctly for us.
4510
4511 2006-07-12  Wim Taymans  <wim@fluendo.com>
4512
4513         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4514         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4515         Calculate correct silence samples so we don't fill our ringbuffer
4516         with noise.
4517
4518 2006-07-12  Edward Hervey  <edward@fluendo.com>
4519
4520         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4521         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4522         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4523         * ext/vorbis/vorbisdec.h:
4524         Delay sending events (newsegment, tags) until the decoder is properly
4525         initialized.
4526         Fixes #347295
4527
4528 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4529
4530         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4531         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4532           Patch from #347221 adding a test for audioconvert
4533           channel remappings.
4534
4535 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4538         (gst_ssa_parse_parse_line):
4539           Don't include the terminating NUL in the buffer size,
4540           it's only there for extra paranoia (would add random
4541           '*' characters at the end of each subtitle since the
4542           terminator itself is not valid UTF-8 technically).
4543           Also fix indenting after boilerplate macro.
4544
4545 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4546
4547         * gst/playback/gstdecodebin.c: (close_pad_link):
4548           Also emit 'unknown-type' signal (which should really be
4549           called unhandled-type) if we found potential decoders/demuxers
4550           in the registry but none of them worked in the end (as in the
4551           case where the plugins don't exist any longer but are still
4552           listed in the registry). Fixes #329798.
4553
4554 2006-07-08  Andy Wingo  <wingo@pobox.com>
4555
4556         * theoraparse.c (theora_parse_push_buffer)
4557         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4558         Add some more debugging. Fix granulepos reconstruction in the face
4559         of discontinuities.
4560
4561 2006-07-06  Wim Taymans  <wim@fluendo.com>
4562
4563         * gst-libs/gst/audio/gstbaseaudiosink.c:
4564         (gst_base_audio_sink_class_init),
4565         (gst_base_audio_sink_provide_clock):
4566         Use gobject_class instead of G_OBJECT_CLASS (klass)
4567
4568         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4569         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4570         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4571         (gst_base_audio_src_get_time),
4572         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4573         (gst_base_audio_src_create_ringbuffer):
4574         Fix latency and buffer-time constants and properties ala basesink.
4575         Implement pull based scheduling. Fixes #346527.
4576         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4577         one segment.
4578         Refuse slaving to another clock instead of silently not working.
4579         Only provide a clock when we are actually able to do so.
4580         Various small cleanups and compiler hints.
4581
4582 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         Patch by: Lutz Mueller <lutz at topfrose de>
4585
4586         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4587         (plugin_init):
4588           Add typefinding for text/html (#346581).
4589
4590 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4593         (xml_check_first_element), (xml_type_find), (smil_type_find):
4594           Fix SMIL typefinding, make xml_check_first_element() more
4595           useful.
4596
4597 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4600         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4601         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4602         * gst/playback/gstplaybasebin.h:
4603           Protect list of elements with a subtitle-encoding property and
4604           the subtitle encoding member itself with a lock of their own
4605           instead of using the object lock. This prevents a dead-lock in
4606           the element-remove callback in some circumstances when shutting
4607           down playbin.
4608
4609 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4610
4611         * win32/common/libgsttag.def:
4612         Export some new functions.
4613         * win32/vs6/libgstogg.dsp:
4614         Add a link to libgsttag-0.10.lib.
4615
4616 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4619           Some const-ification.
4620
4621 2006-07-04  Wim Taymans  <wim@fluendo.com>
4622
4623         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4624         Improve checking if we are dealing with a stream. Added some
4625         more uris that need buffering.
4626
4627 2006-07-03  Edward Hervey  <edward@fluendo.com>
4628
4629         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4630         Remove unused variable.
4631
4632 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4633
4634         * Makefile.am:
4635           include lcov.mak
4636         * configure.ac:
4637           add GCOV_LIBS to GST_LIBS
4638
4639 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4642
4643         * ext/alsa/gstalsasrc.c:
4644           Add 32 bps to template caps and increase channels range
4645           from [1,2] to [1,MAX]. See #346326.
4646
4647 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4648
4649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4650           Recognise 'WMVA' video codec fourcc (#345879).
4651           
4652 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4653          
4654         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4655           Fixed nasty memory leak
4656
4657 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4658
4659         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4660         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4661           fix logging
4662
4663 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4664
4665         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4666         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4667         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4668         Protect remove_fakesink using a mutex, so that we don't try and
4669         remove the fakesink simultaneously from multiple threads.
4670
4671         When going from READY to PAUSED, restore the fakesink, so that
4672         it is there when decodebin gets reused.
4673
4674 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4675
4676         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4678         * gst-libs/gst/rtp/gstbasertppayload.c:
4679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4680         * gst/tcp/gstmultifdsink.c:
4681         * gst/tcp/gsttcpclientsink.c:
4682         * gst/tcp/gsttcpclientsrc.c:
4683         * gst/tcp/gsttcpserversink.c:
4684         * gst/tcp/gsttcpserversrc.c:
4685         * gst/videorate/gstvideorate.c:
4686         * gst/videotestsrc/gstvideotestsrc.c:
4687         * sys/v4l/gstv4ljpegsrc.c:
4688         * sys/v4l/gstv4lmjpegsink.c:
4689         * sys/v4l/gstv4lsrc.c:
4690         * tests/examples/seek/scrubby.c:
4691         * tests/examples/seek/seek.c:
4692           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4693
4694 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4695
4696         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4697           Second field in GEnumValue shouldn't be a description,
4698           but a stringified version of the enum value.
4699
4700 2006-06-22  Wim Taymans  <wim@fluendo.com>
4701
4702         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4703         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4704         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4705         Avoid type checking in buffer casts.
4706         Avoid caps copy in buffer_alloc when we can.
4707         Use pad_peer_accept.
4708
4709 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4710
4711         * gst-libs/gst/tag/tag.h:
4712           Oops, make that 'Since: 0.10.9'.
4713
4714 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * docs/libs/gst-plugins-base-libs-sections.txt:
4717         * gst-libs/gst/tag/tag.h:
4718         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4719         (gst_tag_image_type_get_type):
4720           API: add GstTagImageType enum to describe images contained
4721           in image tags (#345641).
4722
4723 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4724
4725         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4726           Fix warnings with gst-inspect: "buffers-min" property
4727           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4728           typo in property description.
4729
4730 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         Patch by: Cody Russell <bratsche at gnome org>
4733
4734         * gst/audioresample/gstaudioresample.c:
4735         (gst_audioresample_class_init):
4736         * gst/playback/gststreamselector.c:
4737         (gst_stream_selector_class_init):
4738         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4739         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4740         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4741         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4742         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4743         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4744         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4745         * gst/videotestsrc/gstvideotestsrc.c:
4746         (gst_video_test_src_class_init):
4747         * gst/volume/gstvolume.c: (gst_volume_class_init):
4748           Avoid unnecessary class cast check in class_init
4749           functions (#337747).
4750
4751 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4754         (gst_text_overlay_video_chain):
4755           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4756           and doesn't validate its input either (and neither did
4757           textoverlay it seems). Let's do that then and fix #345206.
4758
4759 2006-06-19  Wim Taymans  <wim@fluendo.com>
4760
4761         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4762         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4763         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4764         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4765         (find_syncframe), (find_limits), (assign_value),
4766         (count_burst_unit), (gst_multi_fd_sink_new_client),
4767         (gst_multi_fd_sink_handle_client_write),
4768         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4769         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4770         (gst_multi_fd_sink_change_state):
4771         * gst/tcp/gstmultifdsink.h:
4772         Added shiny new burst-on-connect methods.
4773         Add properties to control the minimal amount of data queued.
4774         Small cleanups.
4775         API: bytes-min property
4776         API: time-min property
4777         API: buffers-min property
4778         API: burst-unit property
4779         API: burst-value property
4780         API: add-full signal
4781
4782         * gst/tcp/gsttcp-marshal.list:
4783         Added new marshaller code for the new signal.
4784
4785         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4786         (multifdsink_suite):
4787         Added testcases for new burst methods.
4788
4789 2006-06-19  Edward Hervey  <edward@fluendo.com>
4790
4791         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4792         Implement clipping for accurate seeking.
4793         Closes #345225
4794
4795 2006-06-19  Wim Taymans  <wim@fluendo.com>
4796
4797         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4798
4799         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4800         (gst_video_scale_transform):
4801         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4802
4803 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * configure.ac:
4806           Fix --disable-external (can't set conditionals conditionally,
4807           #343602).
4808
4809 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         * tests/check/elements/audioresample.c: (test_reuse),
4812         (audioresample_suite):
4813           Add test case for bug #342789 fixed below.
4814
4815 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * gst/audioresample/gstaudioresample.c:
4818         (gst_audioresample_class_init), (gst_audioresample_init),
4819         (audioresample_start), (audioresample_stop),
4820         (gst_audioresample_set_property), (gst_audioresample_get_property):
4821           Implement GstBaseTransform::start and ::stop so that audioresample
4822           can clear its internal state properly and be reused instead of
4823           causing non-negotiated errors with playbin under some circumstances
4824           (#342789).
4825
4826         * tests/check/elements/audioresample.c: (setup_audioresample),
4827         (cleanup_audioresample):
4828           Need to set element state here so that ::start and ::stop are
4829           called.
4830
4831 2006-06-16  Wim Taymans  <wim@fluendo.com>
4832
4833         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4834
4835         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4836         Parse extra data better, apparently it's right behind
4837         the normal strf header size. Fixes #343500.
4838
4839 2006-06-16  Wim Taymans  <wim@fluendo.com>
4840
4841         * ext/alsa/gstalsasink.c: (set_hwparams):
4842         If we fail to set the buffer_time and period_time alsa
4843         parameters, post a warning and leave alsa select a 
4844         default instead of failing. Fixes #342085
4845
4846 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * docs/libs/gst-plugins-base-libs-sections.txt:
4849         * gst-libs/gst/cdda/gstcddabasesrc.h:
4850           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4851           out in the header file and shouldn't be listed in the docs.
4852
4853         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4854           Must dereference pointer to fourcc in the debug statement.
4855
4856 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4857
4858         * docs/libs/Makefile.am:
4859         * docs/libs/gst-plugins-base-libs-docs.sgml:
4860         * docs/libs/gst-plugins-base-libs-sections.txt:
4861         * docs/libs/gst-plugins-base-libs.types:
4862         add remaining symbols into correct setions
4863         
4864         * gst-libs/gst/audio/gstringbuffer.c:
4865         fix incomplete docs
4866         
4867         * gst-libs/gst/audio/gstringbuffer.h:
4868         comment out not yet implemented function
4869         
4870         
4871         * gst-libs/gst/floatcast/floatcast.h:
4872         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4873         add short descriptions
4874         
4875         
4876         * gst-libs/gst/interfaces/propertyprobe.c:
4877         fix return value docs   
4878         
4879         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4880         simplify debug logging
4881         
4882         * gst-libs/gst/riff/riff-read.h:
4883         sync function prototype and docs
4884         
4885         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4886         remove left over symbol
4887
4888 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4889
4890         * autogen.sh:
4891         * configure.ac:
4892         * docs/Makefile.am:
4893           Use GST_PLUGIN_DOCS macro in configure.ac, add
4894           --enable-plugin-docs default to autogen.sh and use
4895           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4896
4897 2006-06-15  Wim Taymans  <wim@fluendo.com>
4898
4899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4900         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4901         (gst_ogg_demux_loop):
4902         Combine GstFlowReturn from the source pads to give a
4903         meaningfull result to the upstream peer or to stop the
4904         processing task in case of errors.
4905
4906 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         * gst/playback/gststreaminfo.c: (cb_probe):
4909           Try GST_TAG_CODEC as fallback when extracting the
4910           codec name; more debug info.
4911
4912 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4913
4914         * ext/ogg/Makefile.am:
4915         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4916           Extract language tags from ogm subtitle streams, so that
4917           the subtitle menu choices are labelled correctly in
4918           Totem (fixes #344708).
4919
4920 2006-06-14  Wim Taymans  <wim@fluendo.com>
4921
4922         Patch by: Alessandro Decina <alessandro at nnva dot org>
4923
4924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4925         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4926         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4927         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4928         Fix various leaks. Fixes #343699.
4929         Add x-smoke mime type.
4930
4931 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * gst-libs/gst/riff/riff-ids.h:
4934           Add IDs for 'bext' chunks (see #343837).
4935
4936 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         Patch by: Young-Ho Cha  <ganadist at chollian net>
4939
4940         * gst/subparse/samiparse.c: (sami_context_pop_state),
4941         (handle_start_font), (end_sami_element):
4942           Honour font face tags in SAMI subtitles (#344503).
4943
4944 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4945
4946         * po/POTFILES.in:
4947           add missing files containing translatable strings
4948
4949 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4950
4951         * docs/libs/tmpl/.cvsignore:
4952           we don't want those *.sgml files in CVS either
4953
4954 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4955
4956         * docs/libs/.cvsignore:
4957         * tests/check/elements/.cvsignore:
4958         * tests/check/libs/.cvsignore:
4959           ignore more
4960
4961 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4962
4963         * docs/libs/Makefile.am:
4964           also commiting the changed Makefile.am (added more libs to the
4965           doc-build)
4966
4967 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4968
4969         * docs/libs/gst-plugins-base-libs-docs.sgml:
4970         * docs/libs/gst-plugins-base-libs-sections.txt:
4971         * docs/libs/gst-plugins-base-libs.types:
4972           first batch of reordering things, add index & hierarchy
4973
4974 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4975
4976         * configure.ac:
4977           use GST_PKG_CHECK_MODULES, cleans up output
4978
4979 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4982           Add support for burn:// URIs (#343385); const-ify things a bit,
4983           use G_N_ELEMENTS instead of hard-coded array size.
4984
4985 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4986
4987         Patch by: Young-Ho Cha  <ganadist at chollian net>
4988
4989         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4990           Fix up broken entities before passing them to libxml *sigh*.
4991           (#343303).
4992           
4993 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4994
4995         * configure.ac:
4996           back to TRUNK
4997
4998 === release 0.10.8 ===
4999
5000 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5001
5002         * configure.ac:
5003           releasing 0.10.8, "Moar gij ziet mij nie"
5004
5005 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5006
5007         * configure.ac:
5008         * po/af.po:
5009         * po/az.po:
5010         * po/cs.po:
5011         * po/en_GB.po:
5012         * po/hu.po:
5013         * po/it.po:
5014         * po/nb.po:
5015         * po/nl.po:
5016         * po/or.po:
5017         * po/sq.po:
5018         * po/sr.po:
5019         * po/sv.po:
5020         * po/uk.po:
5021         * po/vi.po:
5022         * win32/common/config.h:
5023           0.10.7.2 prerelease
5024
5025 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5026
5027         * docs/libs/tmpl/gstaudio.sgml:
5028         * docs/libs/tmpl/gstcolorbalance.sgml:
5029         * docs/libs/tmpl/gstmixer.sgml:
5030         * docs/libs/tmpl/gstringbuffer.sgml:
5031         * docs/libs/tmpl/gsttuner.sgml:
5032         * docs/libs/tmpl/gstxoverlay.sgml:
5033         * gst-libs/gst/audio/audio.c:
5034         * gst-libs/gst/audio/gstringbuffer.c:
5035         * gst-libs/gst/interfaces/colorbalance.c:
5036         * gst-libs/gst/interfaces/mixer.c:
5037         * gst-libs/gst/interfaces/tuner.c:
5038         * gst-libs/gst/interfaces/xoverlay.c:
5039           move last template doc snippets to source code and delete them
5040
5041 2006-06-06  Michael Smith  <msmith@fluendo.com>
5042
5043         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5044         (theora_parse_drain_queue):
5045           Mark DELTA_UNIT on non-keyframes.
5046
5047 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5048
5049         * gst-libs/gst/audio/gstbaseaudiosink.c:
5050         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5051         * gst-libs/gst/audio/gstbaseaudiosink.h:
5052         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5053         (gst_ring_buffer_samples_done):
5054         * gst-libs/gst/audio/gstringbuffer.h:
5055         Document better the fact that latency_time and buffer_time are values
5056         stored in microseconds, and not the usual GStreamer nanoseconds.
5057         Change the variables (compatibly) that store them from GstClockTime 
5058         to guint64 to make it more clear that they're not storing clock times.
5059         Also, remove the bogus property description that says the user can
5060         specify -1 to get the default value, since that's never been the case.
5061
5062         When computing the default segment size for the ring buffer, make it
5063         an integer number of samples.
5064
5065         When the sub-class indicates a delay greater than the number of
5066         samples we've written return 0 from the audio sink get_time method.
5067
5068 2006-06-02  Michael Smith  <msmith@fluendo.com>
5069
5070         * tests/check/elements/audioconvert.c: (set_channel_positions),
5071         (get_float_mc_caps), (get_int_mc_caps):
5072         * tests/check/elements/audioresample.c:
5073         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5074         * tests/check/elements/videorate.c:
5075         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5076         * tests/check/elements/volume.c:
5077         * tests/check/elements/vorbisdec.c:
5078         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5079           Don't busy-wait in tests; this was causing test timeouts very
5080           frequently when running under valgrind.
5081
5082 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5083
5084         * gst/tcp/README:
5085         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5086         (gst_multi_fd_sink_remove_client_link),
5087         (gst_multi_fd_sink_client_queue_caps),
5088         (gst_multi_fd_sink_client_queue_buffer),
5089         (gst_multi_fd_sink_handle_client_write),
5090         (gst_multi_fd_sink_render):
5091         * gst/tcp/gstmultifdsink.h:
5092           make multifdsink properly deal with streamheader:
5093           - streamheader is taken from caps
5094           - buffers marked with IN_CAPS are not sent
5095           - streamheaders are sent, on connection, from the caps of the
5096             buffer where the client gets positioned to
5097           - further streamheader changes are done every time the client
5098             will receive a buffer with different caps
5099         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5100         (gst_multifdsink_create_streamheader):
5101           add tests for this
5102
5103 2006-06-02  Michael Smith  <msmith@fluendo.com>
5104
5105         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5106           Reinstate limit on channel count. Vorbis does not define the meaning
5107           of > 6 channels, so they're just independent channels. Gstreamer
5108           currently has no mechanism to represent N independent channels.
5109
5110 2006-06-02  Michael Smith  <msmith@fluendo.com>
5111
5112         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5113           Don't arbitrarily restrict channel counts and rate in vorbis.
5114           In terms of effects likely on real-world files, this fixes 96kHz
5115           playback of vorbis.
5116
5117 2006-06-02  Michael Smith  <msmith@fluendo.com>
5118
5119         * gst/audioconvert/audioconvert.c: (float):
5120           More correct float->int conversion.
5121
5122 2006-06-02  Michael Smith  <msmith@fluendo.com>
5123
5124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5125           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5126           value. Fixes g-critical on trying to play back ogg containing
5127           unknown codec.
5128
5129 2006-06-02  Wim Taymans  <wim@fluendo.com>
5130
5131         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5132         (setup_source):
5133         * gst/playback/gstplaybasebin.h:
5134         Make the subtitle detection work from any thread so we don't
5135         deadlock. Fixes #343397.
5136
5137 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5138
5139         * gst/volume/Makefile.am:
5140           Seriously, it's not *that* hard to get compilation right.  Even
5141           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5142
5143 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5144
5145         * gst/volume/gstvolume.c: (volume_choose_func),
5146         (volume_update_real_volume), (gst_volume_class_init),
5147         (gst_volume_init), (volume_process_float), (volume_process_int16),
5148         (volume_process_int16_clamp), (volume_set_caps),
5149         (volume_transform_ip), (plugin_init):
5150         * gst/volume/gstvolume.h:
5151         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5152         another property desc., remove unused param from process function
5153         
5154         * tests/check/elements/volume.c: (volume_suite):
5155         reactivate the passthrough test
5156
5157 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5158
5159         * ext/alsa/gstalsamixerelement.h:
5160         * ext/alsa/gstalsamixeroptions.h:
5161         * ext/alsa/gstalsamixertrack.h:
5162         * ext/gnomevfs/gstgnomevfssink.h:
5163         * ext/gnomevfs/gstgnomevfssrc.h:
5164         * ext/theora/gsttheoradec.h:
5165         * ext/theora/gsttheoraenc.h:
5166         * ext/theora/gsttheoraparse.h:
5167         * ext/vorbis/vorbisparse.h:
5168         * gst-libs/gst/audio/gstaudioclock.h:
5169         * gst-libs/gst/audio/gstaudiofilter.h:
5170         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5171         * gst/audioconvert/gstaudioconvert.h:
5172         * gst/audioresample/gstaudioresample.h:
5173         * gst/audiotestsrc/gstaudiotestsrc.h:
5174         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5175         * gst/playback/gststreamselector.h:
5176         * gst/tcp/gstmultifdsink.h:
5177         * gst/tcp/gsttcpclientsink.h:
5178         * gst/tcp/gsttcpclientsrc.h:
5179         * gst/tcp/gsttcpserversink.h:
5180         * gst/tcp/gsttcpserversrc.h:
5181         * gst/videorate/gstvideorate.h:
5182         * gst/videoscale/gstvideoscale.h:
5183         * gst/videotestsrc/gstvideotestsrc.h:
5184         * gst/volume/gstvolume.h:
5185         * sys/v4l/gstv4ljpegsrc.h:
5186         * sys/v4l/gstv4lmjpegsink.h:
5187         * sys/v4l/gstv4lmjpegsrc.h:
5188         * sys/v4l/gstv4lsrc.h:
5189         * sys/ximage/ximagesink.h:
5190         * sys/xvimage/xvimagesink.h:
5191         * tests/old/testsuite/alsa/sinesrc.h:
5192         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5193
5194 2006-05-31  Wim Taymans  <wim@fluendo.com>
5195
5196         * ext/libvisual/visual.c: (gst_visual_reset),
5197         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5198         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5199         Handle DISCONT.
5200         Use running time before doing QoS.
5201         Handle mono too.
5202
5203 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5204
5205         * docs/libs/Makefile.am:
5206           set a magic variable to indicate we know the docs are incomplete
5207
5208 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5209
5210         * win32/common/libgstvideo.def:
5211           export gst_video_calculate_display_ratio
5212         * win32/vs6/libgstvideoscale.dsp:
5213           add link to libgstvideo-0.10.lib
5214
5215 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * gst/playback/gstplaybasebin.c: (gen_source_element):
5218           Throw a more comprehensible error for rtsp:// URIs (rather
5219           than erroring out with a negotiation error later on) until
5220           we fix playbin to handle rtspsrc etc.
5221
5222 2006-05-30  Wim Taymans  <wim@fluendo.com>
5223
5224         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5225         (gst_text_overlay_text_event):
5226         Added some FIXMEs.
5227
5228 2006-05-30  Wim Taymans  <wim@fluendo.com>
5229
5230         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5231         (gst_adder_request_new_pad), (gst_adder_release_pad):
5232         * gst/adder/gstadder.h:
5233         Implement release_request_pad.
5234         Make padcounter atomic.
5235
5236         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5237         Added check for release_pad in adder.
5238
5239 2006-05-30  Wim Taymans  <wim@fluendo.com>
5240
5241         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5242         Fix build again.
5243
5244 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5245
5246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5247         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5248         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5249         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5250         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5251         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5252         (gst_ogg_demux_bisect_forward_serialno),
5253         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5254         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5255           add more debugging
5256           clean up printf formats for granulepos and serialno
5257
5258 2006-05-30  Michael Smith  <msmith@fluendo.com>
5259
5260         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5261         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5262         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5263         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5264         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5265         * ext/vorbis/vorbisenc.h:
5266           Multi-channel caps negotiation, so we can do proper multichannel
5267           vorbis encoding, negotiated through audioconvert.
5268
5269 2006-05-30  Wim Taymans  <wim@fluendo.com>
5270
5271         * tests/check/elements/adder.c: (test_event_message_received),
5272         (test_play_twice_message_received), (GST_START_TEST),
5273         (adder_suite):
5274         Added check to show that #339935 is fixed with ongoing
5275         adder and collectpads fixes.
5276
5277 2006-05-29  Wim Taymans  <wim@fluendo.com>
5278
5279         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5280         Don't leak pad name.
5281
5282 2006-05-29  Wim Taymans  <wim@fluendo.com>
5283
5284         * gst/adder/gstadder.c: (gst_adder_query_duration),
5285         (forward_event_func), (forward_event), (gst_adder_src_event):
5286         Fix adder seeking.
5287         Make query/seeking code threadsafe.
5288
5289         * tests/check/Makefile.am:
5290         * tests/check/elements/adder.c: (test_event_message_received),
5291         (GST_START_TEST), (test_play_twice_message_received):
5292         Fix adder test case.
5293
5294 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         Patch by: Young-Ho Cha  <ganadist at chollian net>
5297
5298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5299         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5300         (set_encoding_element), (decodebin_element_added_cb),
5301         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5302         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5303         * gst/playback/gstplaybasebin.h:
5304           Add 'subtitle-encoding' property to playbin, so applications can
5305           force a subtitle encoding for non-UTF8 subtitles (#342268).
5306
5307         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5308         (gst_sub_parse_set_property):
5309           Rename recently-added 'encoding' property to 'subtitle-encoding'
5310           (so it can be proxied by playbin/decodebin in a generic way
5311           with less danger of false positives).
5312
5313 2006-05-29  Michael Smith  <msmith@fluendo.com>
5314
5315         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5316         (append_with_other_format), (set_structure_widths),
5317         (gst_audio_convert_transform_caps):
5318           Patch from #341562: give more specific audio caps in get_caps, so
5319           that basetransform  can make better decisions on what caps to
5320           negotiate.
5321
5322 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5323
5324         * tests/check/elements/volume.c:
5325         make it compile again
5326
5327 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5328
5329         * tests/check/elements/volume.c: (volume_suite):
5330         disable test until #343196 gets resolved
5331
5332 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5333
5334         * gst/adder/gstadder.c: (gst_adder_get_type):
5335         Make it easier to copy&paste
5336         
5337         * gst/volume/Makefile.am:
5338         * gst/volume/gstvolume.c: (volume_update_real_volume),
5339         (gst_volume_set_volume), (gst_volume_set_mute),
5340         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5341         (volume_transform_ip), (volume_update_mute),
5342         (volume_update_volume):
5343         * gst/volume/gstvolume.h:
5344         Add own debug category, move duplicate code to helper function, fix
5345         property texts, add more comments and prepare ffor liboil-goodness
5346         
5347         * tests/check/Makefile.am:
5348         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5349         add test for mute and passtrough case, be a bit more verbose to track
5350         failure
5351         
5352         * tests/check/generic/states.c: (GST_START_TEST):
5353         catch elements that fail to instantiate
5354
5355 2006-05-28  Edward Hervey  <edward@fluendo.com>
5356
5357         * tests/check/pipelines/simple-launch-lines.c:
5358         * tests/check/pipelines/theoraenc.c:
5359         * tests/check/pipelines/vorbisenc.c:
5360         Comment out tests using parse_launch() if core was built without
5361         parsing capabilities.
5362
5363 2006-05-27  Edward Hervey  <edward@fluendo.com>
5364
5365         * tests/check/Makefile.am:
5366         Extra bonus points for whoever explains to ensonic that you are meant
5367         to test unit tests thoroughly before commiting them, especially if
5368         you know it's going to break.
5369         De-activated element/adder tests.
5370
5371 2006-05-27  Edward Hervey  <edward@fluendo.com>
5372
5373         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5374         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5375         Marking caps conversion issues as GST_WARNING is way too verbose,
5376         Moving them to GST_LOG.
5377
5378 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * README:
5381           Replace current README (containing the release notes from
5382           some 0.9.x version) with a proper README taken from the core.
5383
5384 2006-05-26  Wim Taymans  <wim@fluendo.com>
5385
5386         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5387         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5388         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5389         (vorbis_dec_change_state):
5390         Small cleanups.
5391         Add some FIXMEs
5392         Clip output samples to segment boundaries.
5393
5394 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5395
5396         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5397         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5398         Improve the errors produced on bad output, including some human
5399         readable description strings.
5400         Handle the (theoretical for ximagesink) case where the XServer 
5401         has a different idea about the size required for a particular 
5402         frame and gives us too small a memory allocation.
5403
5404 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5405
5406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5407         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5408         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5409         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5410         Improve the errors produced on bad output, including some human 
5411         readable description strings.
5412         Handle RGB Xv formats properly by transforming them into our 
5413         big-endian caps description.
5414         Use gst_caps_truncate to ensure that we never try and choose a
5415         non-fixed caps in buffer_alloc.
5416         Handle the case where the XServer has a different idea about the size
5417         required for a particular frame and gives us too small a memory
5418         allocation.
5419         Use -1 to indicate 'no image format', because 0 is a valid XServer
5420         image format number.
5421         Put RGB Xv formats at the end of the caps, so that we always prefer
5422         YUV format frames.
5423         Iterate the available Xv Encodings to determine the maximum width and
5424         height, and then return that in our caps.
5425         (Closes #315312, #337544)
5426
5427 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5428
5429         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5430         When there is only one unfinished pad and it receives an event that
5431         doesn't match our requirements, we need to set alldone=FALSE so that
5432         the fakesink is not removed yet.
5433
5434 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5437           Use gst_type_find_helper_for_buffer() to find the type
5438           of stream from the first packet.
5439
5440         * configure.ac:
5441           Bump requirements to core CVS (needed for vorbis
5442           typefinding to work).
5443
5444 2006-05-24  Edward Hervey  <edward@fluendo.com>
5445
5446         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5447         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5448         contain.  Else they play perfectly fine with qtdemux.
5449
5450 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5451
5452         * ext/theora/theoradec.c:
5453         * ext/theora/theoraenc.c:
5454         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5455         * gst/audiorate/gstaudiorate.c:
5456           make more debug catagories static
5457         
5458         * tests/check/Makefile.am:
5459         * tests/check/elements/adder.c: (message_received),
5460         (test_event_message_received), (GST_START_TEST),
5461         (test_play_twice_message_received), (adder_suite):
5462           added test case for using element twice, extra bonus points for anyone
5463           who can make these test run reliably
5464
5465 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5466
5467         * ext/theora/theoradec.c: (theora_dec_chain):
5468           Make work with time-stamped input buffers that do not
5469           have a granulepos in BUFFER_OFFSET_END (like theora
5470           buffers coming from matroskademux). Fixes #342448.
5471
5472 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         Patch by: Peter Kjellerstedt  <pkj at axis com>
5475
5476         * gst/tcp/Makefile.am:
5477           fdstresstest doesn't need Gtk+, fix compilation if 
5478           gtk is not available (#342566).
5479
5480 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5481          
5482         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5483           80 line columns
5484           Removed redundant floor()
5485
5486 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5489           On second thought, just skip JUNK chunks automatically, so
5490           the caller doesn't have to handle this. Fixes #342345.
5491           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5492           not GST_FLOW_ERROR.
5493
5494 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5497           Don't bail out on JUNK chunks with a size of 0 (would try to
5498           pull_range 0 bytes before, which sources don't like too much).
5499           See #342345.
5500
5501 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5502
5503         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5505         Use the gstutil scaling function to preserve 64 bits while calculating
5506         output width and height from the display-aspect-ratio. (A continuation
5507         of #341542)
5508
5509 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5510
5511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5512         (gst_xvimagesink_buffer_alloc):
5513         * sys/xvimage/xvimagesink.h:
5514         When performing buffer allocations, remember the caps and image format
5515         we return so that if the same caps are asked for next time we can
5516         return them immediately without doing any caps intersections.
5517
5518 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5519          
5520         * gst-libs/gst/rtp/README:
5521           Some new documentation
5522         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5523           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5524         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5525         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5526           New RTP audio base payloader class. Supports frame or sample based
5527           codecs.  Not enabled in Makefile.am until approved.
5528
5529 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5530
5531         * tests/check/elements/alsa.c: (test_device_property_probe):
5532           Fix test case: don't try to free NULL GValueArray when there
5533           are no devices.
5534
5535 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5536
5537         * tests/check/Makefile.am:
5538         * tests/check/elements/alsa.c: (test_device_property_probe),
5539         (alsa_suite), (main):
5540           Add simple test that runs a device property probe on alsasrc,
5541           alsasink and alsamixer. Disable valgrind check for now (too
5542           many leaks in libasound, and valgrind ignored my suppressions
5543           additions).
5544
5545 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5548         (gst_alsa_device_property_probe_probe_property),
5549         (gst_alsa_device_property_probe_needs_probe),
5550         (gst_alsa_device_property_probe_get_values),
5551         (gst_alsa_type_add_device_property_probe_interface):
5552         * ext/alsa/gstalsadeviceprobe.h:
5553         * ext/alsa/gstalsamixerelement.c:
5554         (gst_alsa_mixer_element_init_interfaces):
5555         * ext/alsa/gstalsamixerelement.h:
5556           Clean up and simplify alsa device probing. Make it actually work
5557           for multiple classes. Don't cache results any longer.
5558
5559         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5560         (gst_alsasink_init):
5561         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5562         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5563         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5564           Make alsasink and alsasrc implement the GstPropertyProbe interface
5565           for device probing (#342181).
5566           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5567
5568 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * gst/subparse/samiparse.c: (handle_start_font):
5571           Don't ignore return value of strtol (++compiler_happiness).
5572
5573 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5574
5575         Patch by: Young-Ho Cha  <ganadist chollian net>
5576
5577         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5578         (gst_sub_parse_class_init), (gst_sub_parse_init),
5579         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5580         (convert_encoding):
5581         * gst/subparse/gstsubparse.h:
5582           Add 'encoding' property (#341681).
5583
5584         * gst/subparse/samiparse.c: (characters_sami):
5585           Output is pango markup, so we need to escape text
5586           between tags (#342143).
5587
5588 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         * gst-libs/gst/audio/multichannel.c:
5591         (gst_audio_check_channel_positions):
5592           It's okay to have caps with channels=1 and a channel position
5593           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5594           (deinterleavers might want to keep the position in the caps,
5595           so that they can be re-interleaved again properly later).
5596           Leave check for unexpected 2-channel layouts intact for now.
5597
5598 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5599
5600         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5601         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5602         basesrc can do its job correctly.
5603
5604 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * ext/alsa/Makefile.am:
5607         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5608         (gst_alsa_detect_formats), (get_channel_free_structure),
5609         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5610         (gst_alsa_probe_supported_formats):
5611         * ext/alsa/gstalsa.h:
5612         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5613           Refactor and improve caps probing code: probe signedness
5614           when we probe the supported formats/widths; set endianness
5615           to the one we actually probed for (ie. cpu endianness).
5616           
5617         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5618         (gst_alsasrc_close):
5619         * ext/alsa/gstalsasrc.h:
5620           Implement caps probing for alsasrc.
5621
5622 2006-05-15  Wim Taymans  <wim@fluendo.com>
5623
5624         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5625         (theora_dec_src_query), (theora_dec_src_event),
5626         (theora_dec_sink_event), (theora_handle_comment_packet),
5627         (theora_handle_data_packet), (theora_dec_change_state):
5628         Cleanups, add some G_LIKELY.
5629         Use segment helpers instead of our own wrong code.
5630         Clear queued buffers on seek and READY.
5631
5632         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5633         (vorbis_dec_convert), (vorbis_dec_src_query),
5634         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5635         (vorbis_handle_comment_packet), (vorbis_dec_push),
5636         (vorbis_handle_data_packet), (vorbis_dec_chain),
5637         (vorbis_dec_change_state):
5638         * ext/vorbis/vorbisdec.h:
5639         Remove old useless packetno variable.
5640         Do position query properly.
5641         Add some G_LIKELY.
5642         Do cleanup of queued buffers in new helper function
5643         and use it.
5644
5645 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5648           Query supported sample rates. Fixes #341732.
5649
5650 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5651
5652         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5653         (gst_decode_bin_change_state): Make decodebin reusable
5654         when going from PAUSE_TO_READY and then back to PAUSED.
5655         Fixes #331678.
5656
5657 2006-05-15  Wim Taymans  <wim@fluendo.com>
5658
5659         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5660         (vorbis_dec_convert), (vorbis_dec_src_query),
5661         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5662         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5663         (vorbis_dec_clean_queued), (vorbis_dec_push),
5664         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5665         Cleanups. Use refcounting and DEBUG_OBJECT.
5666         Reset segment on flush, use code methods instead of our
5667         own wrong version.
5668         Fix potential memleak.
5669
5670 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5673         (gst_alsasink_init):
5674         * ext/alsa/gstalsasink.h:
5675           Don't leak allocated snd_output_t structure if there's
5676           more than one alsasink instance at a time (#341873).
5677           Also fix GObject macros in header file.
5678           
5679 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5680
5681         * gst/subparse/gstsubparse.c:
5682         (gst_sub_parse_data_format_autodetect):
5683           Don't use libxml functions in the typefinding code.
5684
5685 2006-05-15  Wim Taymans  <wim@fluendo.com>
5686
5687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5688         Fix seeking performance in the case where a non-header 
5689         packet has a 0 granulepos (busted theora case). 
5690         Fixes #341719
5691         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5692          the first place, you limelight stealer you)
5693
5694 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5695
5696         * gst/subparse/gstsubparse.c:
5697         (gst_sub_parse_data_format_autodetect):
5698           Improve SAMI typefinding: handle case where there are
5699           whitespaces or newlines in front of the first <SAMI>
5700           tag (#169936).
5701
5702 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         * configure.ac:
5705           Build video4linux plugin even if there's no XVIDEO, just
5706           without implementing the GstXOverlay interface (#334002).
5707          
5708 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         * configure.ac:
5711         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5712         (plugin_init):
5713           Add tentative support for libvisual-0.4 (#336881).
5714
5715 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         Patch by: Young-Ho Cha <ganadist at chollian net>
5718
5719         * gst/subparse/samiparse.c: (handle_start_font):
5720           Need to map "silver" colour explicitly (#169936).
5721
5722 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         Patch by: Young-Ho Cha  <ganadist at chollian net>
5725
5726         * gst/subparse/Makefile.am:
5727         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5728         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5729         (gst_sub_parse_format_autodetect), (feed_textbuf),
5730         (gst_subparse_type_find), (plugin_init):
5731         * gst/subparse/gstsubparse.h:
5732         * gst/subparse/samiparse.c:
5733         * gst/subparse/samiparse.h:
5734           Add support for SAMI subtitles (#169936).
5735
5736 2006-05-14  Michael Smith  <msmith@fluendo.com>
5737
5738         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5739           Fix #341696: crash when mixing L+R+C to mono or stereo.
5740         * tests/check/Makefile.am:
5741         * tests/check/elements/audioconvert.c: (set_channel_positions),
5742         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5743         (audioconvert_suite):
5744           Add test for the above, including some generic framework bits for
5745           testing multichannel things.
5746
5747 === release 0.10.7 ===
5748
5749 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5750
5751         * configure.ac:
5752           releasing 0.10.7, "Leave the gun"
5753
5754 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5755
5756         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5758         Fix the build.
5759
5760 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5761
5762         * docs/libs/gst-plugins-base-libs-docs.sgml:
5763         * docs/libs/gst-plugins-base-libs-sections.txt:
5764         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5765         * gst-libs/gst/video/video.h:
5766         * gst/videoscale/Makefile.am:
5767         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5769         * tests/check/Makefile.am:
5770         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5771         (main):
5772           Fix integer overflow problem with pixel-aspect-ratio calculations
5773           in videoscale and xvimagesink (#341542)
5774
5775 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5776
5777         * gst-libs/gst/tag/gstid3tag.c:
5778           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5779
5780 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5781
5782         * win32/MANIFEST:
5783           update win32 files listing
5784
5785 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5786
5787         patch by: Sjoerd Simons (sjoerd@luon.net)
5788
5789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5790         (group_create), (group_destroy), (add_stream),
5791         (gst_play_base_bin_get_property),
5792         (gst_play_base_bin_get_streaminfo_value_array):
5793         * gst/playback/gstplaybasebin.h:
5794           API: GstPlayBaseBin::stream-info-value-array property
5795           use a more bindings-friendly way of exposing streaminfo
5796           using a GValueArray.  Tested in ipython.
5797           Closes #341114
5798
5799 2006-05-11  Wim Taymans  <wim@fluendo.com>
5800
5801         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5802         (queue_underrun_cb), (queue_filled_cb):
5803         Also catch queue underruns but don't do anything yet.
5804         Refactor and comment queue enlarging code a bit.
5805
5806         * gst/playback/gstplaybasebin.c: (queue_overrun),
5807         (queue_threshold_reached), (queue_out_of_data),
5808         (gen_preroll_element):
5809         If a queue over/underruns check that we don't create nasty
5810         deadlocks when the min-threshold is not reached but the
5811         max-bytes is. In those cases disable max-bytes when we
5812         know that the queue is fed timed data.
5813         Add more comments.
5814
5815 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         * gst/playback/gstplaybin.c: (gen_audio_element):
5818           Make playbin automatically plug an 'audioresample'
5819           element before the audio sink as well. This solves
5820           problems with sinks that only accept a very specific
5821           sample rate, like esdsink (e.g. #340379).
5822
5823 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * gst/playback/gstplaybasebin.c: (gen_source_element):
5826           Make http sources send special headers so that we receive
5827           icecast metadata if the http stream is an icecast stream
5828           (otherwise the server will just ignore them). This also
5829           means that from now on users will need the 'icydemux'
5830           element from gst-plugins-good installed if they want to
5831           listen to icecast radio streams. (#341432, #333657).
5832
5833 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5834
5835         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5836         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5837           remove stupid example from docs - it should come with a simple
5838           C program instead.
5839           Clean up/fix docs
5840         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5841         (fail_if_can_read), (GST_START_TEST),
5842         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5843           add a test for changing streamheader which exposes a bug in
5844           multifdsink
5845
5846 2006-05-11  Michael Smith  <msmith@fluendo.com>
5847
5848         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5849         (gst_gnome_vfs_src_received_headers_callback):
5850         * ext/gnomevfs/gstgnomevfssrc.h:
5851           Don't set icy-caps unless we have a sane interval value. Move
5852           interval to a local variable; we never use it outside this function.
5853
5854 2006-05-11  Wim Taymans  <wim@fluendo.com>
5855
5856         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5858         Register special buffer types along with the objects so
5859         that they are not registered at runtime from N different
5860         streaming threads since they are not threadsafe.
5861
5862 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5863
5864         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5865         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5866           add two more tests, one doing streamheader
5867
5868 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5869
5870         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5871           clean up the bufqueue when shutting down
5872         * tests/check/Makefile.am:
5873         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5874         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5875         (main):
5876           add a test for the leak that was just fixed
5877
5878 2006-05-10  Wim Taymans  <wim@fluendo.com>
5879
5880         * gst/adder/gstadder.c: (gst_adder_setcaps),
5881         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5882         (gst_adder_src_event), (gst_adder_sink_event),
5883         (gst_adder_class_init), (gst_adder_finalize),
5884         (gst_adder_request_new_pad), (gst_adder_collected):
5885         * gst/adder/gstadder.h:
5886         Updated some docs. Added comments and FIXMEs all over the place.
5887         Improve debugging info.
5888         Fix leak on finalize by not calling the parent.
5889         Implement duration query.
5890         Make event forwarding threadsafe.
5891         Correctly send NEWSEGMENT at start and after flush.
5892         Handle EOS correctly.
5893         Post error when not negotiated.
5894
5895         * tests/check/elements/adder.c: (GST_START_TEST):
5896         Added FIXME in the test.
5897
5898 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5899
5900         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5901         (gst_text_overlay_halign_get_type),
5902         (gst_text_overlay_wrap_mode_get_type):
5903         * ext/theora/theoradec.c: (theora_handle_type_packet),
5904         (theora_handle_data_packet):
5905         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5906         (theora_enc_sink_setcaps), (theora_enc_chain):
5907         * gst-libs/gst/cdda/gstcddabasesrc.c:
5908         (gst_cdda_base_src_mode_get_type):
5909         * gst/audiotestsrc/gstaudiotestsrc.c:
5910         (gst_audiostestsrc_wave_get_type):
5911         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5912         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5913         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5914         (gst_sync_method_get_type), (gst_unit_type_get_type),
5915         (gst_client_status_get_type):
5916         * gst/videoscale/gstvideoscale.c:
5917         (gst_video_scale_method_get_type):
5918         * gst/videotestsrc/gstvideotestsrc.c:
5919         (gst_video_test_src_pattern_get_type):
5920         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5921         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5922         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5923         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5924         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5925         (paint_setup_RGB565), (paint_setup_xRGB1555):
5926           Const-ify GEnumValue and GFlagsValue arrays. Use
5927           GST_ROUND_UP_* macros instead of home-made ones.
5928
5929 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5930
5931         * configure.ac:
5932           Require core CVS for the new newsegment stuff.
5933
5934 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         Patch by: Sjoerd Simons  <sjoerd at luon net>
5937
5938         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5939           Register nick for enum value (#341160).
5940
5941 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5942
5943         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5944         (plugin_init):
5945          backout typefind patch #340375
5946          
5947         * tests/check/elements/adder.c: (message_received),
5948         (GST_START_TEST), (adder_suite):
5949           redo, signal-handling of test
5950
5951 2006-05-09  Wim Taymans  <wim@fluendo.com>
5952
5953         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5954         (gst_adder_collected):
5955         * gst/adder/gstadder.h:
5956         Remove bogus segment merging and forwarding, we don't
5957         care about timestamps anyway and we just produce a
5958         continuous stream. 
5959         Also create a nice NEWSEGMENT event when we start.
5960         Use _scale_int some more.
5961
5962 2006-05-09  Edward Hervey  <edward@fluendo.com>
5963
5964         * tests/icles/stress-xoverlay.c:
5965         Fix if core was built without parsing support.
5966
5967 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5968
5969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5970           Add SEDG (Samsung MPEG-4) fourcc.
5971
5972 2006-05-09  Edward Hervey  <edward@fluendo.com>
5973
5974         * tests/icles/stress-xoverlay.c:
5975         * tests/examples/volume/volume.c:
5976         Fix if core was built without parsing support.
5977
5978         * tests/examples/seek/seek.c:
5979         Disable the parse_launch example if core was built without parsing
5980         support.
5981
5982 2006-05-08  Edward Hervey  <edward@fluendo.com>
5983
5984         * autogen.sh: (CONFIGURE_DEF_OPT): 
5985         libtoolize on Darwin/MacOSX is called glibtoolize
5986
5987 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5988
5989         * tests/check/Makefile.am:
5990         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5991           Disable the adder test, until the build-slaves posses the kindness to 
5992           either like it or to give valid reason for not doing so 
5993
5994 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5995
5996         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5997         (adder_suite):
5998           Shuffle NULL state change around and raise timeout more
5999
6000 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6001
6002         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6003         (mp4_type_find), (plugin_init):
6004           Add typefind to distinguish between "audio/x-m4a" and new type
6005           "video/mp4". Fixes #340375
6006
6007         * tests/check/elements/adder.c: (adder_suite):
6008           Raise timeout to make buildbot happy
6009
6010 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6011
6012         * gst/adder/gstadder.c: (gst_adder_sink_event),
6013         (gst_adder_request_new_pad), (gst_adder_change_state):
6014         * gst/adder/gstadder.h:
6015         * tests/check/Makefile.am:
6016         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6017         (adder_suite), (main):
6018           Add sink-event handling to adder. It tries to merge incomming
6019           newsegment-events. Added test to check if segment_done is comming
6020           through. Fixes #340060
6021
6022 2006-05-05  Andy Wingo  <wingo@pobox.com>
6023
6024         * ext/theora/theoraparse.c (gst_theora_parse_init)
6025         (theora_parse_src_convert, theora_parse_src_query):
6026         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6027         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6028         query functions on the source pads of the theora and vorbis parse
6029         elements. Fixes position querying when doing a remux.
6030
6031 2006-05-05  Michael Smith  <msmith@fluendo.com>
6032
6033         * ext/theora/theoraparse.c: (parse_granulepos),
6034         (theora_parse_drain_queue_prematurely),
6035         (theora_parse_queue_buffer), (theora_parse_sink_event):
6036           Fix flushing.
6037           Fix invalid granulepos outputs when starting with a non-keyframe.
6038
6039 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6040
6041         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6042         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6043         Rearrange MPEG system stream detection, fixing some memleaks in the
6044         process.
6045         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6046         they clean up their data correctly.
6047         Remove unused ogganx caps and move the 'is_annodex' check to inside
6048         the 'is_ogg' if statement.
6049
6050 2006-05-05  Wim Taymans  <wim@fluendo.com>
6051
6052         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6053         Properly remove ghostpads. Fixes #340392
6054
6055 2006-05-04  David Schleef  <ds@schleef.org>
6056
6057         * gst/typefind/gsttypefindfunctions.c:
6058
6059 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6060
6061         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6062         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6063
6064         When typefinding an MP3 in push-based mode, don't penalise the
6065         probability down to 74% when we found 5 valid frames just because we
6066         can't peek the end of the file.
6067
6068         Make the probability for detecting MPEG Transport Streams based on the
6069         number of sequential headers we successfully detected.
6070
6071 2006-05-03  Wim Taymans  <wim@fluendo.com>
6072
6073         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6074         (vorbis_dec_push), (vorbis_dec_chain):
6075         Still produce an error when we receive an empty packet.
6076
6077 2006-05-03  Wim Taymans  <wim@fluendo.com>
6078
6079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6080         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6081         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6082         Mark buffers with DISCONT after seek and after activating new
6083         chains.
6084
6085         * ext/theora/gsttheoradec.h:
6086         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6087         (theora_get_query_types), (theora_dec_sink_event),
6088         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6089         (theora_dec_change_state):
6090         Fix frame counter.
6091         Detect and mark DISCONT buffers.
6092
6093         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6094         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6095         (vorbis_dec_change_state):
6096         * ext/vorbis/vorbisdec.h:
6097         Use GstSegment.
6098         Detect and mark DISCONT buffers.
6099         Don't crash on 0 sized buffers.
6100
6101 2006-05-03  Wim Taymans  <wim@fluendo.com>
6102
6103         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6104         (volume_transform_ip):
6105         Increase "volume" property to 10.0. Fixes #340369.
6106         Set the process function to NULL when capsnego fails so that
6107         we properly error out.
6108
6109 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6110
6111         * gst/playback/gstplaybin.c: (add_sink):
6112         * gst/playback/test.c: (main):
6113         * gst/playback/test5.c: (dump_element_stats):
6114         * gst/playback/test6.c: (main):
6115           free caps using gst_caps_unref, don't leak caps-strings
6116
6117 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6120         (plugin_init):
6121           Refine musepack typefinding a bit. Return MAXIMUM
6122           probability when we detect stream version 7 to make
6123           sure the mpeg audio typefinder doesn't trump us.
6124
6125 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6126
6127         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6128           Protect against unexpected NULL strf_data buffer.
6129
6130 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6131
6132         * tests/check/elements/audioconvert.c: (verify_convert),
6133         (GST_START_TEST):
6134           interpret the out[] buffer in the order the bytes are actually
6135           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6136           Other tests should use BYTE_ORDER since the array is filled in
6137           with actual values
6138
6139 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6140
6141         * tests/check/elements/audioconvert.c: (verify_convert),
6142         (GST_START_TEST):
6143           when a test fails, give an indication of which it is
6144
6145 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6146
6147         * gst-libs/gst/cdda/gstcddabasesrc.c:
6148           compile fix; strtol() needs <stdlib.h>
6149
6150 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6151
6152         * ext/alsa/gstalsamixerelement.c:
6153         * ext/alsa/gstalsasrc.c:
6154         * ext/cdparanoia/gstcdparanoiasrc.c:
6155         * ext/gnomevfs/gstgnomevfssink.c:
6156         * ext/gnomevfs/gstgnomevfssrc.c:
6157         * ext/ogg/gstoggdemux.c:
6158         * ext/ogg/gstoggmux.c:
6159         * ext/ogg/gstoggparse.c:
6160         * ext/ogg/gstogmparse.c:
6161         * ext/pango/gstclockoverlay.c:
6162         * ext/pango/gsttextoverlay.c:
6163         * ext/pango/gsttextrender.c:
6164         * ext/pango/gsttimeoverlay.c:
6165         * ext/theora/theoradec.c:
6166         * ext/theora/theoraenc.c:
6167         * ext/vorbis/vorbisdec.c:
6168         * ext/vorbis/vorbisenc.c:
6169         * gst-libs/gst/audio/gstaudiofilter.c:
6170         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6171         * gst/audioconvert/gstaudioconvert.c:
6172         * gst/audiorate/gstaudiorate.c:
6173         * gst/audioresample/gstaudioresample.c:
6174         * gst/audiotestsrc/gstaudiotestsrc.c:
6175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6176         * gst/playback/gstdecodebin.c:
6177         * gst/playback/gstplaybin.c:
6178         * gst/playback/gststreamselector.c:
6179         * gst/subparse/gstsubparse.c:
6180         * gst/tcp/gstmultifdsink.c:
6181         * gst/tcp/gsttcpclientsink.c:
6182         * gst/tcp/gsttcpclientsrc.c:
6183         * gst/tcp/gsttcpserversink.c:
6184         * gst/tcp/gsttcpserversrc.c:
6185         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6186         * gst/videorate/gstvideorate.c:
6187         * gst/videoscale/gstvideoscale.c:
6188         * gst/videotestsrc/gstvideotestsrc.c:
6189         * gst/volume/gstvolume.c:
6190         * sys/v4l/gstv4ljpegsrc.c:
6191         * sys/v4l/gstv4lmjpegsink.c:
6192         * sys/v4l/gstv4lmjpegsrc.c:
6193         * sys/v4l/gstv4lsrc.c:
6194         * sys/ximage/ximagesink.c:
6195         * sys/xvimage/xvimagesink.c:
6196         * tests/check/libs/cddabasesrc.c:
6197           make GstElementDetails const
6198
6199 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6200
6201         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6202         (gst_adder_init):
6203           send events from src-pad to all sink-pads fixes #338657
6204
6205 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6208         (alsasink_parse_spec):
6209           query width capabilities from alsa, fixes #338919
6210
6211 2006-04-28  Wim Taymans  <wim@fluendo.com>
6212
6213         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6214         (gst_multi_fd_sink_remove_client_link):
6215         * gst/tcp/gstmultifdsink.h:
6216         Fix race condition in multifdsink that can lead to spurious 
6217         duplicate clients. this patch adds a new signal that is fired when
6218         multifdsink has removed all references to the fd.
6219         Fixes #339574.
6220         Updated documentation.
6221         API: client-fd-removed signal added
6222
6223 2006-04-28  Michael Smith  <msmith@fluendo.com>
6224
6225         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6226           When asking g_value_array_new to prealloc elements, we may as well
6227           ask for the right number of elements.
6228
6229 2006-04-28  Wim Taymans  <wim@fluendo.com>
6230
6231         * gst-libs/gst/audio/gstbaseaudiosink.c:
6232         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6233         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6234         patch to make timestamp checking more tollerant to rounding 
6235         errors given that real discontinuities are to be marked on
6236         buffers. Fixes some asf files and #338778.
6237         Also avoid some crashers when we receive an event in the 
6238         NULL state.
6239
6240 2006-04-28  Michael Smith  <msmith@fluendo.com>
6241
6242         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6243         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6244         (gst_gnome_vfs_src_get_property),
6245         (gst_gnome_vfs_src_send_additional_headers_callback),
6246         (gst_gnome_vfs_src_received_headers_callback),
6247         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6248         (gst_gnome_vfs_src_stop):
6249         * ext/gnomevfs/gstgnomevfssrc.h:
6250           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6251           proper shared support within icydemux.
6252
6253 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6254
6255         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6256         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6257           fix up docs
6258           fix a leak when no caps negotiated
6259           fix counting of input frames
6260         * tests/check/elements/.cvsignore:
6261         * tests/check/elements/videorate.c: (assert_videorate_stats),
6262         (GST_START_TEST), (videorate_suite):
6263           add tests for these
6264
6265 2006-04-28  Wim Taymans  <wim@fluendo.com>
6266
6267         * gst-libs/gst/audio/gstringbuffer.c:
6268         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6269         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6270         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6271         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6272         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6273         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6274         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6275         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6276         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6277         Check arguments passed to public functions instead of
6278         crashing.
6279
6280 2006-04-28  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6283         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6284         GstBaseAudioSrc must be live or it does not work.
6285
6286         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6287         Don't set live to TRUE as this is the default in the parentclass.
6288
6289 2006-04-28  Wim Taymans  <wim@fluendo.com>
6290
6291         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6292         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6293         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6294         fixation cases better. Fixes #338991
6295
6296 2006-04-28  Wim Taymans  <wim@fluendo.com>
6297
6298         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6299         Handle 0/1 framerate correctly Fixes #331901.
6300
6301 2006-04-28  Wim Taymans  <wim@fluendo.com>
6302
6303         * tests/check/elements/audioconvert.c: (get_float_caps),
6304         (GST_START_TEST), (audioconvert_suite):
6305         Added check for correct clipping when doing float samples
6306         in audioconvert.
6307
6308 2006-04-28  Wim Taymans  <wim@fluendo.com>
6309
6310         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6311         (gst_video_rate_chain):
6312         Print more debugging info.
6313
6314 2006-04-28  Wim Taymans  <wim@fluendo.com>
6315
6316         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6317         (resample_set_state_from_caps):
6318         Add support for other formats audioresample can handle such as
6319         32 bits in and float and 64 bits float. Fixes #301759
6320
6321 2006-04-28  Wim Taymans  <wim@fluendo.com>
6322
6323         * gst/audioconvert/audioconvert.c: (float):
6324         correctly clip float samples > 1.0. Fixes #338718
6325
6326 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         Patch by: Young-Ho Cha  <ganadist at chollian net>
6329
6330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6331         (gst_text_overlay_render_text):
6332           Don't strip newlines from the text. Also, center lines
6333           within multi-line paragraphs (#339405).
6334
6335 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6336
6337         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6338           Fix wavpack typefinding to work in more cases (don't peek
6339           for chunks of multiple hundred kBs at once, but process
6340           things step-by-step in smaller units). Fixes #339786.
6341
6342 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6343
6344         * configure.ac:
6345           back to HEAD
6346
6347 === release 0.10.6 ===
6348
6349 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6350
6351         * configure.ac:
6352           releasing 0.10.6, "Chao"
6353
6354 2006-04-26  David Schleef  <ds@schleef.org>
6355
6356         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6357           Fixes #338897.
6358
6359 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6360
6361         * configure.ac:
6362         * win32/common/config.h:
6363           new prerelease
6364
6365 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6366
6367         patch by: Wim Taymans
6368
6369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6370         (gst_ogg_demux_perform_seek):
6371           make sure correct newsegments are sent, so that the decoder
6372           and the demuxer agree on timestamps.  Fixes playback of a lot
6373           of Ogg files that do not start from 0.  Fixes #339833.
6374
6375 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6376
6377         Patch by: Edward Hervey  <edward@fluendo.com>
6378
6379         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6380         * tests/check/Makefile.am:
6381         * tests/check/elements/videorate.c: (assert_videorate_stats),
6382         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6383         (videorate_suite), (main):
6384           Fix an infinite loop if frames are passed in with wrongly ordered
6385           timestamps.  Fixes #339013.
6386
6387 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6388
6389         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6392           fix typefinding on some ISO files.  Fixes #339212.
6393
6394 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6395
6396         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6397
6398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6399           add another H264 fourcc.  Fixes #339047.
6400
6401 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6402
6403         Patch by: Jan Schmidt
6404
6405         * gst/playback/gststreamselector.c:
6406         (gst_stream_selector_bufferalloc):
6407           Restore old StreamSelector behaviour.
6408           Fixes #338419.
6409
6410 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6411
6412         * configure.ac:
6413         * win32/common/config.h:
6414           prerelease
6415
6416 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6417
6418         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6419
6420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6421         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6422           Fix some memory leaks: on finalize, free buffers left in the queue
6423           before destroying the queue; in _push(), unref rtp_buf even if
6424           the process vfunc returned a NULL buffer as output buffer (#337548);
6425           demote some recuring debug messages to LOG level.
6426
6427 2006-04-11  Wim Taymans  <wim@fluendo.com>
6428
6429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6430         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6431         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6432         (gst_ogg_demux_loop):
6433         More cleanups.
6434         Respect segment stop when emiting EOS or SEGMENT_DONE.
6435         Fixes (#337945).
6436
6437 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6438
6439         * gst/playback/gststreamselector.c:
6440         (gst_stream_selector_get_property):
6441           Don't leak pad name.
6442
6443 2006-04-10  Michael Smith  <msmith@fluendo.com>
6444
6445         * tests/check/Makefile.am:
6446         * tests/check/gst-plugins-base.supp:
6447           Suppress an old libtheora bug (fixed in more recent versions), so 
6448           that FC4 buildslaves can pass.
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_init), (gst_ogg_demux_finalize),
6455         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6456         (gst_ogg_demux_loop):
6457         Don't leak events.
6458         Remember what error we got when finding chains, if we
6459         were shutdown, that would not be an error.
6460
6461 2006-04-10  Wim Taymans  <wim@fluendo.com>
6462
6463         * gst-libs/gst/audio/gstbaseaudiosink.c:
6464         (gst_base_audio_sink_event):
6465         Starting the ringbuffer when we did not acquire it can cause
6466         a deadlock, is pointless and causes nasty things for
6467         subclasses. 
6468         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6469
6470 2006-04-10  Wim Taymans  <wim@fluendo.com>
6471
6472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6473         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6474         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6475         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6476         (gst_ogg_demux_deactivate_current_chain),
6477         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6478         (gst_ogg_demux_bisect_forward_serialno),
6479         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6480         Add some more debugging.
6481
6482 2006-04-10  Wim Taymans  <wim@fluendo.com>
6483
6484         * ext/theora/theoradec.c: (theora_dec_src_event),
6485         (theora_handle_data_packet):
6486         Some more debug info.
6487
6488         * tests/examples/seek/seek.c: (start_seek), (main):
6489         Print element messages too.
6490
6491 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6492
6493         * gst/audioresample/debug.h:
6494           replace debug macros with variable number of parameters
6495           by a simple alias to gstreamer standard debug macros 
6496          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6497           supported by MSVC 6.0 and 7.1)
6498         * gst/audioresample/resample.h:
6499           define M_PI and rint for WIN32
6500         * win32/common/libgstaudio.def:
6501         * win32/common/libgstriff.def:
6502         * win32/common/libgsttag.def:
6503         * win32/common/libgstvideo.def:
6504           add new exported functions
6505         * win32/vs6:
6506           update project files
6507
6508 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6509
6510         * ext/alsa/gstalsamixeroptions.c:
6511         (gst_alsa_mixer_options_class_init):
6512         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6513         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6515         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6516         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6517         * gst-libs/gst/audio/gstaudiofilter.c:
6518         (gst_audio_filter_class_init):
6519         * gst-libs/gst/audio/gstaudiosink.c:
6520         (gst_audioringbuffer_class_init):
6521         * gst-libs/gst/audio/gstaudiosrc.c:
6522         (gst_audioringbuffer_class_init):
6523         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6524         * gst-libs/gst/interfaces/colorbalancechannel.c:
6525         (gst_color_balance_channel_class_init):
6526         * gst-libs/gst/interfaces/mixeroptions.c:
6527         (gst_mixer_options_class_init):
6528         * gst-libs/gst/interfaces/mixertrack.c:
6529         (gst_mixer_track_class_init):
6530         * gst-libs/gst/interfaces/tunerchannel.c:
6531         (gst_tuner_channel_class_init):
6532         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6533         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6534         (gst_netbuffer_class_init):
6535         * gst-libs/gst/rtp/gstbasertppayload.c:
6536         (gst_basertppayload_class_init):
6537         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6538         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6539         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6540         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6541         * gst/playback/gststreamselector.c:
6542         (gst_stream_selector_class_init):
6543         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6544         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6545         * sys/v4l/gstv4lcolorbalance.c:
6546         (gst_v4l_color_balance_channel_class_init):
6547         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6548         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6550         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6551         (gst_v4l_tuner_norm_class_init):
6552         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6554         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6555         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6556
6557 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6558
6559         * ext/pango/gsttextrender.h:
6560         * gst-libs/gst/audio/gstaudiosink.h:
6561         * gst-libs/gst/audio/gstaudiosrc.h:
6562         * gst-libs/gst/audio/gstbaseaudiosink.h:
6563         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6564         * gst-libs/gst/audio/gstringbuffer.h:
6565         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6566         * gst-libs/gst/rtp/gstbasertppayload.h:
6567         * gst-libs/gst/video/gstvideofilter.h:
6568         * gst-libs/gst/video/gstvideosink.h:
6569         * gst/playback/gstplaybasebin.h:
6570         * gst/tcp/gstmultifdsink.h:
6571         * sys/v4l/gstv4lelement.h:
6572         Fix broken GObject macros
6573
6574 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6575
6576         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6577         More debug to trace why my USB headset is not working with gst
6578
6579 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6580
6581         * gst/playback/gstplaybasebin.c: (group_destroy):
6582         Clean up our group elements properly in the case where it never 
6583         got committed - it still got added unconditionally to the bin.
6584
6585 2006-04-07  Wim Taymans  <wim@fluendo.com>
6586
6587         * ext/theora/theoradec.c: (theora_dec_sink_event),
6588         (theora_handle_data_packet), (theora_dec_chain):
6589         Unref unhandled events.
6590         Protect against empty buffers.
6591         Perform QoS on running time.
6592
6593 2006-04-07  Michael Smith  <msmith@fluendo.com>
6594
6595         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6596         (gst_vorbis_enc_chain):
6597           Remove leaks from vorbisenc.
6598           Mostly minor changes, the only significant one is that now the
6599           buffers we set as 'streamheader' on the caps are copies of the
6600           original buffers, to avoid circular refcounting problems.
6601
6602 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6603
6604         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6605           Don't remove our mute-probe if someone else already did so.
6606           Don't set a 2nd one if there is already one pending on the pad.
6607
6608         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6609         (do_playbin_seek):
6610           When a seek fails, ensure that playbin is still set back to playing.
6611           
6612         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6613         (mpeg_ts_type_find), (plugin_init):
6614           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6615
6616 2006-04-06  Andy Wingo  <wingo@pobox.com>
6617
6618         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6619         (gst_video_rate_init): Caps-related parameters should not be reset
6620         by a flush -- move their inits to the instance init function.
6621         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6622         is not OK, just return the result.
6623
6624         * gst/audiotestsrc/gstaudiotestsrc.c
6625         (gst_audio_test_src_class_init)
6626         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6627         broken by Stefan's commit on 24 March.
6628
6629         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6630         buffers being pushed out. Fixes oggmux ! multifdsink.
6631
6632 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6635         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6636         * ext/vorbis/vorbisdec.h:
6637         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6638         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6639         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6640         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6641         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6642         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6643         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6644         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6645         (gst_vorbis_enc_buffer_from_packet),
6646         (gst_vorbis_enc_buffer_from_header_packet),
6647         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6648         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6649         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6650         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6651         (gst_vorbis_enc_change_state):
6652         * ext/vorbis/vorbisenc.h:
6653           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6654           vorbisenc adhere to the official nomenclature; use boilerplate
6655           macro.
6656
6657 2006-04-04  Andy Wingo  <wingo@pobox.com>
6658
6659         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6660         Whoops, fix bug introduced. Bad hacker!
6661         
6662         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6663         Properly handle the case where you get EOS before any buffers are
6664         received. Use gst_buffer_make_metadata_writable where appropriate.
6665
6666         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6667         is often negative -- make it signed so as not to wrap around.
6668         Fixes segfaults introduced on 9 March.
6669
6670 2006-04-03  Wim Taymans  <wim@fluendo.com>
6671
6672         * ext/theora/gsttheoradec.h:
6673         * ext/theora/theoradec.c: (theora_dec_src_event):
6674         Don't try to store a gdouble in a gboolean.
6675         Small cleanups.
6676
6677 2006-04-03  Michael Smith  <msmith@fluendo.com>
6678
6679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6680           Oggmux sucks.
6681           Make it suck slightly less by writing out the final page.
6682           Still can't encode a vorbis-in-ogg file correctly, though.
6683
6684 2006-04-03  Andy Wingo  <wingo@pobox.com>
6685
6686         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6687         a g_print.
6688
6689         * ext/theora/theora.c (plugin_init): Register theoraparse.
6690
6691         * ext/theora/gsttheoraparse.h: 
6692         * ext/theora/theoraparse.c: New files implementing a theora
6693         parser. Now we can properly remux ogg/theora+vorbis, yay.
6694
6695         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6696
6697 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6698
6699         * gst/audiotestsrc/gstaudiotestsrc.c:
6700           Fixed the sample pipeline (see #323798)
6701
6702 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6703
6704         * configure.ac:
6705         * win32/common/config.h:
6706         * win32/common/config.h.in:
6707           use AS_VERSION and AS_NANO
6708           more cleanups
6709
6710 2006-03-31  Andy Wingo  <wingo@pobox.com>
6711
6712         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6713         uninitialized variable return that would happen.
6714         
6715         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6716         uninitialized variable return that would never happen.
6717
6718         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6719         (vorbis_parse_sink_event): Add an event function to flush our
6720         state on a seek, and to drain buffers on a premature EOS.
6721         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6722         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6723         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6724         (vorbis_parse_drain_queue): Queue up buffers until we can set
6725         their timestamps and granulepos values.
6726
6727         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6728         and keep track of data needed for deriving granulepos and
6729         timestamps for buffers.
6730
6731 2006-03-29  Wim Taymans  <wim@fluendo.com>
6732
6733         Patch by: j^ <j at bootlab dot org>
6734
6735         * ext/alsa/gstalsamixerelement.c:
6736         (gst_alsa_mixer_element_class_init):
6737         * ext/alsa/gstalsasink.c:
6738         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6739         * ext/ogg/gstoggdemux.c:
6740         * ext/ogg/gstoggmux.c:
6741         * ext/ogg/gstoggparse.c:
6742         * ext/pango/gstclockoverlay.c:
6743         * ext/pango/gsttextoverlay.c:
6744         * ext/pango/gsttextrender.c:
6745         * ext/pango/gsttimeoverlay.c:
6746         * ext/theora/theoradec.c:
6747         * ext/theora/theoraenc.c:
6748         * ext/vorbis/vorbisdec.c:
6749         * ext/vorbis/vorbisenc.c:
6750         * gst/audioconvert/gstaudioconvert.c:
6751         * gst/subparse/gstsubparse.c:
6752         * gst/tcp/gstmultifdsink.c:
6753         * gst/tcp/gsttcpclientsink.c:
6754         * gst/tcp/gsttcpclientsrc.c:
6755         * gst/tcp/gsttcpserversink.c:
6756         * gst/tcp/gsttcpserversrc.c:
6757           better/unified long descriptions
6758           Fixes #336477
6759
6760 2006-03-29  Wim Taymans  <wim@fluendo.com>
6761
6762         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6763         (stop_seek):
6764         Don't let double and triple clicks mess up our state.
6765
6766 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         * gst/playback/gstplaybin.c: (gen_video_element),
6769         (gen_text_element), (gen_audio_element), (gen_vis_element):
6770           Error out gracefully when we can't create any of the usual
6771           conversion elements for some reason. Also, don't try to
6772           create an audioscale (sic) element that's not used anyway.
6773
6774 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * gst/playback/gstplaybasebin.c: (setup_source):
6777           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6778           element for a particular protocol, that's confusing for users.
6779           Instead, post a RESOURCE_FAILED error, so that our own error
6780           message is actually shown in totem etc. (#336303).
6781
6782 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6785
6786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6787         (gst_gnome_vfs_src_get_icy_metadata):
6788           Fix some minor memory leaks (#336194).
6789
6790 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * ext/gnomevfs/gstgnomevfs.c:
6793         (gst_gnome_vfs_location_to_uri_string):
6794         * ext/gnomevfs/gstgnomevfs.h:
6795         * ext/gnomevfs/gstgnomevfssink.c:
6796         (gst_gnome_vfs_sink_set_property):
6797         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6798           Make gnomevfssink accept filenames as well as URIs for the
6799           "location" property, just like gnomevfssrc does (and
6800           filesrc/filesink do) (#336190).
6801
6802 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6803
6804         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6805           set to NULL before unreffing, fixes a valgrind leak.
6806           Why was this not triggering the error that an object needs to
6807           be NULL before unreffing ?
6808         * win32/common/config.h:
6809           update
6810
6811 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         * gst/subparse/gstsubparse.c: (convert_encoding),
6814         (gst_sub_parse_change_state):
6815         * gst/subparse/gstsubparse.h:
6816           Text subtitle files may or may not be UTF-8. If it's not, we
6817           don't really want to see '?' characters in place of non-ASCII
6818           characters like accented characters. So let's assume the input
6819           is UTF-8 until we come across text that is clearly not. If it's
6820           not UTF-8, we don't really know what it is, so try the following:
6821           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6822           is set; if not, check (b) if the current locale encoding is
6823           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6824           the current locale encoding is UTF-8 and the environment variable
6825           was not set to any particular encoding. Not perfect, but better
6826           than nothing (and better than before, I think) (fixes #172848).
6827
6828 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6829
6830         * configure.ac:
6831           update core requirement to 0.10.4.1 because of async_playback
6832           vmethod on GstBaseSink
6833
6834 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6835
6836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6837         * gst/adder/gstadder.c: (gst_adder_init):
6838         use DEBUG_FUNCPTR for collectpads
6839
6840 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6841
6842         * docs/plugins/Makefile.am:
6843         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6844         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6845         * ext/cdparanoia/gstcdparanoiasrc.c:
6846         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6847         (gst_gnome_vfs_sink_class_init):
6848         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6850         * ext/ogg/gstoggmux.c:
6851         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6852         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6853         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6854         * ext/pango/gsttextoverlay.c:
6855         * ext/pango/gsttextrender.c:
6856         * ext/theora/theoradec.c:
6857         * ext/theora/theoraenc.c:
6858         * ext/vorbis/vorbisdec.c:
6859         * ext/vorbis/vorbisenc.c:
6860         * gst-libs/gst/audio/gstaudiofilter.c:
6861         (gst_audio_filter_base_init):
6862         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6863         (gst_audio_filter_template_base_init):
6864         * gst/adder/gstadder.c: (gst_adder_get_type):
6865         * gst/adder/gstadder.h:
6866         * gst/audioconvert/gstaudioconvert.c:
6867         * gst/audiotestsrc/gstaudiotestsrc.c:
6868         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6869         (gst_audio_test_src_create):
6870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6871         * gst/playback/gstdecodebin.c:
6872         * gst/playback/gstplaybin.c:
6873         * gst/playback/gststreamselector.c:
6874         (gst_stream_selector_base_init):
6875         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6876         * gst/volume/gstvolume.c:
6877         * sys/v4l/gstv4lmjpegsink.c:
6878         * sys/v4l/gstv4lmjpegsrc.c:
6879         * tests/check/libs/cddabasesrc.c:
6880         * tests/old/examples/gob/gst-identity2.gob:
6881           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6882           define GstElementDetails at the top
6883
6884 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6885
6886         * win32/common/libgstinterfaces.def:
6887         Add a lot of export functions for gst-python
6888         * win32/vs6/libgstinterfaces.dsp:
6889         Add a missing include folder in the project configuration
6890         
6891 2006-03-23  Wim Taymans  <wim@fluendo.com>
6892
6893         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6894         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6895         (gst_base_audio_src_change_state):
6896         Fix audio sources, forgot to make the ringbuffer
6897         startable...
6898
6899 2006-03-23  Wim Taymans  <wim@fluendo.com>
6900
6901         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6902         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6903         (gst_base_audio_src_change_state):
6904         unparent instead of unref the ringbuffer.
6905
6906 2006-03-23  Wim Taymans  <wim@fluendo.com>
6907
6908         * gst-libs/gst/audio/gstbaseaudiosink.c:
6909         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6910         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6911         Implement new async_play vmethod to start slaving and allow
6912         playback start in case of async PLAY state changes. 
6913
6914         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6915         Enable QoS with new method in base class.
6916
6917 2006-03-23  Wim Taymans  <wim@fluendo.com>
6918
6919         Patch by: Julien MOUTTE <julien at moutte dot net>
6920
6921         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6922         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6923         Partially handle 0 framerate, only EOS after the first frame
6924         is missing.
6925
6926 2006-03-23  Wim Taymans  <wim@fluendo.com>
6927
6928         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6929
6930         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6931         (gst_riff_create_video_template_caps):
6932         * gst/ffmpegcolorspace/avcodec.h:
6933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6934         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6935         (gst_ffmpegcsp_avpicture_fill):
6936         * gst/ffmpegcolorspace/imgconvert.c:
6937         Patch for support of YVU9 AVI files (#334822)
6938
6939 2006-03-22  Edward Hervey  <edward@fluendo.com>
6940
6941         * docs/design/design-decodebin.txt:
6942         Added design document for new decodebin
6943         (Target Caps): text/x-pango-markup is also a default target caps.
6944
6945 2006-03-22  Wim Taymans  <wim@fluendo.com>
6946
6947         * gst-libs/gst/audio/gstbaseaudiosink.c:
6948         (gst_base_audio_sink_dispose):
6949         Since we _parent the ringbuffer, we also need to
6950         _unparent instead of a plain _unref.
6951
6952 2006-03-22  Wim Taymans  <wim@fluendo.com>
6953
6954         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6955         (stop_seek), (scrub_toggle_cb), (main):
6956         Add scrub checkbox.
6957
6958 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6959
6960         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6961         (gst_ogg_parse_chain):
6962           Fix very inefficient usage of linked lists (#335365).
6963
6964 2006-03-21  Edward Hervey  <edward@fluendo.com>
6965
6966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6967         * gst/playback/gstplaybin.c: (handoff):
6968         * gst/playback/gststreamselector.c:
6969         (gst_stream_selector_set_property):
6970         gcc 4.1 unreferenced pointer fixes.
6971         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6973         gst_buffer_ref() now takes a GstBuffer*.
6974
6975 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6976
6977         * sys/xvimage/xvimagesink.c:
6978         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6979         by Jan Schmidt.
6980
6981 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6984         (id3v1_type_find), (apetag_type_find), (plugin_init):
6985           Can't do tag preferences via probability, as tags would then
6986           lose against types that are recognised with MAXIMUM probability
6987           (like .wav); so let all tag typefinders return MAXIMUM themselves
6988           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6989           that we can prefer APE to ID3v1 (fixes #335028).
6990           
6991 2006-03-17  Wim Taymans  <wim@fluendo.com>
6992
6993         * gst-libs/gst/audio/gstbaseaudiosink.c:
6994         (gst_base_audio_sink_change_state):
6995         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6996         (gst_ring_buffer_may_start):
6997         * gst-libs/gst/audio/gstringbuffer.h:
6998         Only start playback if we are playing.
6999         should fix #330748.
7000
7001 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7002
7003         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7004         * win32/common/config.h:
7005           Revert accidental commits to these files.
7006
7007 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7010
7011         * tests/Makefile.am:
7012           Don't try to build tests in tests/icles if we
7013           don't have X (#323852)
7014
7015 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7016
7017         * gst-libs/gst/tag/gstid3tag.c:
7018           Add TXXX frame identifiers for replaygain stuff as used
7019           by some taggers (see #323721).
7020
7021 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7022
7023         * gst/playback/gststreamselector.c:
7024         (gst_stream_selector_set_property),
7025         (gst_stream_selector_bufferalloc):
7026           Preserve the existing buggy streamselector behaviour by performing
7027           a fallback buffer allocation when downstream isn't linked yet.
7028           This should really be fixed in playbin by blocking pads until it's
7029           linked them.
7030           Also, use gst_pad_alloc_buffer instead of
7031           gst_pad_alloc_buffer_and_set.
7032
7033 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         * gst-libs/gst/tag/gstid3tag.c:
7036           Don't crash on unknown ID3v2 TXXX frames.
7037           
7038 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7039
7040         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7041           Chain up to the parent finalize method.
7042           Add 32-bit sample size to the template caps.
7043
7044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7045         (gst_riff_create_video_template_caps):
7046           Add the fourcc that the VMWare codec uses.
7047           
7048         * gst/playback/gststreamselector.c:
7049         (gst_stream_selector_set_property),
7050         (gst_stream_selector_bufferalloc),
7051         (gst_stream_selector_request_new_pad):
7052           For the active pad, forward buffer-alloc requests, otherwise
7053           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7054           having to memcpy every frame when used by playbin.
7055
7056         * gst/tcp/gstmultifdsink.c:
7057         (gst_multi_fd_sink_handle_client_write):
7058           Get negotiated caps from the sink pad, rather than the sink
7059           pad's peer.
7060
7061 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7064         
7065         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7066           Don't forget to set src->callbacks_pushed to FALSE again when
7067           popping them, otherwise re-activation in a different mode won't
7068           work (#334620).
7069
7070 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         Patch by: Sebastien Moutte  <sebastien moutte net>
7073
7074         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7075         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7076         (gst_ffmpeg_smpfmt_to_caps):
7077           Replace __VA_ARGS__ caps creation macros with varargs functions.
7078           Makes things compile on MSVC (#320765), looks nicer, and we can
7079           tell the compiler to check for the NULL terminator.
7080
7081 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7084
7085         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7086           Make sure the buffer we copy into is really always big
7087           enough, this time for real (#333488).
7088           
7089 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7090
7091         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7092           Add support for 24bpp DIB (#305279).
7093
7094 2006-03-14  Wim Taymans  <wim@fluendo.com>
7095
7096         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7097         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7099         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7100         (gst_video_scale_init), (gst_video_scale_src_event):
7101         Re-enable QoS after the release.
7102         Rework videoscale to use the base class src_event handler.
7103
7104 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         * configure.ac:
7107           back to CVS.
7108
7109 === release 0.10.5 ===
7110
7111 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7112
7113         * configure.ac:
7114           releasing 0.10.5, "Net"
7115
7116 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * docs/plugins/Makefile.am:
7119           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7120           
7121 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7124         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7125         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7126           Add cdparanoiasrc to docs.
7127
7128         * gst-libs/gst/cdda/gstcddabasesrc.c:
7129           More GstCddaBaseSrc docs.
7130
7131 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         * docs/libs/gst-plugins-base-libs-sections.txt:
7134         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7135         * gst-libs/gst/tag/tag.h:
7136           API: libgsttag: new method gst_tag_from_id3_user_tag().
7137
7138 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7139
7140         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7141           NULL-terminate array of mpeg4 video file extensions.
7142           Fixes crash on PPC (#334226).
7143
7144 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7145
7146         * ext/gnomevfs/gstgnomevfssrc.c:
7147         (gst_gnome_vfs_src_check_get_range):
7148           gnome_vfs_uri_is_local() alone is not a good indicator
7149           whether we can operate in pull-mode with a specific URI,
7150           as it returns FALSE for file:// URIs that point to an
7151           NFS-mounted path. Be more conservative here: whitelist
7152           local files, blacklist http URIs and use the old
7153           mechanism for anything else (fixes #334216).
7154
7155 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7156
7157         * configure.ac:
7158           back to trunk
7159
7160 === release 0.10.4 ===
7161
7162 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7163
7164         * configure.ac:
7165           releasing 0.10.4, "Power"
7166
7167 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7168
7169         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7170         Disable max-lateness by setting it to -1 for now, so that 
7171         we can bed QoS stuff in thoroughly between now and the next
7172         release.
7173
7174 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7175
7176         Patch by: Fabrizio Gennari
7177
7178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7179           Make sure we don't read beyond the palette buffer in case of
7180           broken or manipulated files (#333488)
7181
7182 2006-03-10  Edward Hervey  <edward@fluendo.com>
7183
7184         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7185         Fix for variable not initialized.
7186
7187 2006-03-09  Wim Taymans  <wim@fluendo.com>
7188
7189         * ext/libvisual/visual.c: (gst_visual_get_type),
7190         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7191         (gst_visual_chain):
7192         Small cleanups.
7193
7194         * ext/theora/gsttheoradec.h:
7195         * ext/theora/theoradec.c: (gst_theora_dec_init),
7196         (gst_theora_dec_reset), (_theora_granule_time),
7197         (theora_dec_src_convert), (theora_dec_sink_convert),
7198         (theora_dec_src_query), (theora_dec_src_event),
7199         (theora_dec_sink_event), (theora_handle_comment_packet),
7200         (theora_handle_header_packet), (theora_dec_push),
7201         (theora_handle_data_packet), (theora_dec_chain),
7202         (theora_dec_change_state):
7203         Add simple QoS.
7204
7205 2006-03-09  Wim Taymans  <wim@fluendo.com>
7206
7207         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7208         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7209         Some cleanups.
7210
7211 2006-03-09  Wim Taymans  <wim@fluendo.com>
7212
7213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7214         Don't try to activate NULL chains.
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           Fix invalid memory access to region before peek'd data (#332964).
7220
7221 2006-03-09  Wim Taymans  <wim@fluendo.com>
7222
7223         Patch by: Christophe Fergeau
7224
7225         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7226         * ext/pango/gsttextrender.c: (gst_text_render_init):
7227         * gst/adder/gstadder.c: (gst_adder_init):
7228         Don't leak padtemplates, closes #333510.
7229
7230 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7233           Fix invalid memory access: make sure string passed to
7234           regexec() is NUL-termianted.
7235
7236 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7239         (mp3_type_find):
7240           Refactor mpeg/audio typefinding to make it more maintainable
7241           and easier to fine-tune. Make probing into middle of the file
7242           work properly (fixes #333900, also see #152688).
7243
7244 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * gst/typefind/gsttypefindfunctions.c:
7247         (utf8_type_find_have_valid_utf8_at_offset):
7248           Remove part from previous commit that was bogus:
7249           g_utf8_validate() does in fact not accept embedded
7250           zeroes, so we don't need to check for those (thanks
7251           to Mike for the hint).
7252
7253 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7254
7255         * gst/typefind/gsttypefindfunctions.c:
7256         (utf8_type_find_count_embedded_zeroes),
7257         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7258           Make plain/text typefinder more conservative: firstly, check
7259           for embedded zeroes, which are perfectly valid UTF-8 characters,
7260           but also a fairly good sign that something is not a plain text
7261           file; secondly, probe into the middle of the file if possible.
7262           If we can't probe into the middle, limit the probability value
7263           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7264
7265 2006-03-08  Michael Smith  <msmith@fluendo.com>
7266
7267         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7268           Make typefind function name for mpeg4 video unique.
7269
7270 2006-03-08  Wim Taymans  <wim@fluendo.com>
7271
7272         * ext/libvisual/visual.c: (gst_visual_init),
7273         (gst_visual_clear_actors), (gst_visual_dispose),
7274         (gst_visual_reset), (gst_visual_src_setcaps),
7275         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7276         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7277         (gst_visual_chain), (gst_visual_change_state):
7278         Cleanups, post nice errors.
7279         Handle sink and src events.
7280         Implement simple QoS.
7281
7282         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7283         Use new basesink methods to configure max-lateness.
7284         Small doc update.
7285
7286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7287         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7288         Debug statement cleanups.
7289
7290         * gst/volume/gstvolume.c: (gst_volume_class_init):
7291         Simple cleanup.
7292
7293 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7294
7295         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7296         (gst_text_overlay_init), (gst_text_overlay_set_property),
7297         (gst_text_overlay_get_property):
7298           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7299           as string type properties, but mark them deprecated. Add
7300           'halignment' and 'valignment' properties that use enums
7301           instead of strings.
7302
7303 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7304
7305         Patch by: Fabrizio Gennari
7306
7307         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7308           Allow palettes with less than 256 colours in AVI files
7309           (#333488)
7310
7311 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7312
7313         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7314         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7315         pad. We were releasing the queued text buffer when we should keep
7316         it until video pad gets EOS or discard the text buffer because it's
7317         too old. That was eating the last subtitle buffer. Add some more
7318         debug.
7319
7320 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7323         (gst_text_overlay_video_chain):
7324           Fix invalid memory access (we can't access a buffer after it's been
7325           pushed downstream without taking a reference); fix memory leak (if
7326           there's no text to render, bail out before allocating stuff).
7327
7328 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7329
7330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7331         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7332         * ext/pango/gsttextoverlay.h:
7333           If input is plain text, escape it before passing it to
7334           pango_layout_set_markup().
7335
7336 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7339           Don't ignore flow return from gst_pad_push().
7340
7341 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7342
7343         Patch by: Fabrizio Gennari
7344
7345         * ext/libvisual/visual.c: (gst_visual_getcaps),
7346         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7349         (gst_vorbisenc_convert_sink):
7350         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7351         (gst_audio_duration_from_pad_buffer):
7352         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7353         (gst_audio_filter_chain):
7354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7355         (gst_base_rtp_depayload_setcaps):
7356         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7357         (gst_video_get_size):
7358         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7359           Don't leak references returned by gst_pad_get_parent()
7360           (#333663)
7361
7362 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7363
7364         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7365           change location param details
7366         * gst/volume/gstvolume.c: (plugin_init):
7367           correct plugin description
7368
7369 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7372         (gst_gnome_vfs_src_check_get_range):
7373           Override GstBaseSrc::check_get_range() in order to avoid opening
7374           the resource just to check whether we can operate in pull-mode or
7375           not - we can predict that pretty well from the URI alone. Should
7376           fix problems with last.fm (#331690). (Requires latest core CVS).
7377
7378 2006-03-06  Wim Taymans  <wim@fluendo.com>
7379
7380         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7381         (gst_video_sink_class_init):
7382         Throw away frames that are later than 20 ms.
7383
7384 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         Patch by: Fabrizio Gennari
7387
7388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7389           Set depth on WMA caps (#333545)
7390
7391 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7392
7393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7394         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7395           put Theora BOS pages before others.  This hardcodes
7396           the Ogg/Theora I profile, but hey.
7397
7398 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7399
7400         * ext/ogg/README:
7401           updated with some examples
7402         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7403         (granulepos_add), (theora_buffer_from_packet):
7404         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7405         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7406         (gst_vorbisenc_chain):
7407           implement strategy from ext/ogg/README
7408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7409         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7410         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7411         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7412           Fix muxer so that oggz-validate is happy with all streams;
7413           except for no eos mark, and the BOS page ordering
7414         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7415         (check_buffer_granulepos):
7416         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7417           update tests to check for OFFSET being set as requested
7418           fixed type of granulepos, it's not a ClockTime
7419
7420 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7421
7422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7423         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7424         Check that the xvimage we are creating has a correct size
7425         before returning it. (#314897)
7426
7427 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7430           Give id3 and ape tag typefinders a rank slightly higher
7431           than PRIMARY to ensure they're always run before any of
7432           the other typefinders (in particular wav and mp3) (#324186).
7433
7434 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7437           Add support for '3IVD' fourcc (#333403).
7438
7439 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7440
7441         * configure.ac:
7442           Bump requirements to GStreamer CVS for the new error enum.
7443
7444         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7445           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7446           space left on the device (fixes #333352).
7447
7448 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7449
7450         * win32/vs6:
7451           add a project file for libgstvolume
7452           update the workspace
7453
7454 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7455
7456         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7457         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7458         (GST_START_TEST):
7459           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7460           Set IN_CAPS on header buffers
7461
7462 2006-03-02  Wim Taymans  <wim@fluendo.com>
7463
7464         * docs/plugins/Makefile.am:
7465         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7466         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7467         Add audioresample to docs.
7468
7469         * gst/audioconvert/gstaudioconvert.c:
7470         Add revision date.
7471
7472         * gst/audioresample/gstaudioresample.c:
7473         (gst_audioresample_base_init), (gst_audioresample_class_init),
7474         (gst_audioresample_init), (gst_audioresample_dispose),
7475         (audioresample_get_unit_size), (audioresample_transform_caps),
7476         (resample_set_state_from_caps), (audioresample_transform_size),
7477         (audioresample_set_caps), (audioresample_event),
7478         (audioresample_do_output), (audioresample_transform),
7479         (audioresample_pushthrough), (gst_audioresample_set_property),
7480         (gst_audioresample_get_property), (plugin_init):
7481         * gst/audioresample/gstaudioresample.h:
7482         Added docs.
7483         Small code cleanups.
7484
7485 2006-03-02  Wim Taymans  <wim@fluendo.com>
7486
7487         * docs/plugins/Makefile.am:
7488         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7489         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7490         Added videoscale to docs.
7491
7492         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7493         (gst_video_rate_swap_prev), (gst_video_rate_event),
7494         (gst_video_rate_chain):
7495         Fix typo in docs.
7496
7497         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7498         (gst_video_scale_init), (gst_video_scale_prepare_size),
7499         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7500         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7501         * gst/videoscale/gstvideoscale.h:
7502         Added docs, examples.
7503         Some code cleanups.
7504         Post errors instead of g_warning.
7505
7506 2006-03-02  Wim Taymans  <wim@fluendo.com>
7507
7508         * docs/libs/gst-plugins-base-libs-docs.sgml:
7509         * docs/libs/gst-plugins-base-libs-sections.txt:
7510         * docs/libs/gst-plugins-base-libs.types:
7511         * docs/plugins/Makefile.am:
7512         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7513         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7514         Added some more docs to libs and plugins.
7515
7516         * gst-libs/gst/audio/gstringbuffer.c:
7517         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7518         * gst-libs/gst/audio/gstringbuffer.h:
7519         Document ringbuffer some more.
7520
7521         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7522         (gst_video_rate_setcaps), (gst_video_rate_reset),
7523         (gst_video_rate_init), (gst_video_rate_flush_prev),
7524         (gst_video_rate_swap_prev), (gst_video_rate_event),
7525         (gst_video_rate_chain), (gst_video_rate_change_state):
7526         * gst/videorate/gstvideorate.h:
7527         Fix videorate to use segments.
7528         Make it work with 0/1 framerates (closes #331903)
7529         Handle EOS correctly.
7530         Added docs.
7531
7532 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7533
7534         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7535         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7536         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7537           In state change function, first chain up to parent class,
7538           then handle downwards state change stuff. Remove some
7539           commented out cruft from 0.8 code.
7540
7541 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7542
7543         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7544         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7545         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7546         (gst_ogm_parse_chain):
7547           Don't remove/re-add source pad if the new caps are the same as
7548           the old caps anyway (#333042). When removing source pad, don't
7549           unref it afterwards - we didn't ref it when adding. Sprinkle some
7550           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7551           after using gst_pad_get_parent(). Return downstream flow return
7552           value in chain function.
7553
7554 2006-03-02  Wim Taymans  <wim@fluendo.com>
7555
7556         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7557         * docs/plugins/gst-plugins-base-plugins.args:
7558         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7559         * docs/plugins/gst-plugins-base-plugins.interfaces:
7560         * docs/plugins/gst-plugins-base-plugins.signals:
7561         Fix hierarchy, added some more elements to the docs.
7562
7563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7564         (gst_ffmpegcsp_get_type):
7565         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7566         Fix docs for ffmpegcolorspace.
7567
7568 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7569
7570         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7571         (apetag_type_find), (ape_type_find), (plugin_init):
7572           Some typefinding fine-tuning:
7573           - rank ID3/APE tags in order of preference via probabilities, so that
7574             ID3v2 > APEv2 > APEv1 > ID3v1.
7575           - three or four bytes don't really justify MAXIMUM probability,
7576             change those to 'very likely' (musepack and monkeysaudio).
7577
7578 2006-03-01  Wim Taymans  <wim@fluendo.com>
7579
7580         * docs/plugins/Makefile.am:
7581         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7582         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7583         * ext/alsa/gstalsamixer.c:
7584         * ext/alsa/gstalsamixer.h:
7585         * ext/alsa/gstalsamixerelement.c:
7586         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7587         * ext/alsa/gstalsamixerelement.h:
7588         * ext/alsa/gstalsasink.c:
7589         * ext/alsa/gstalsasink.h:
7590         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7591         (gst_alsasrc_init):
7592         * ext/alsa/gstalsasrc.h:
7593         Added alsa docs.
7594         Small code cleanups.
7595
7596 2006-03-01  Wim Taymans  <wim@fluendo.com>
7597
7598         * ext/theora/Makefile.am:
7599         Dist new header too,
7600
7601 2006-03-01  Wim Taymans  <wim@fluendo.com>
7602
7603         * docs/plugins/Makefile.am:
7604         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7605         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7606         * ext/gnomevfs/gstgnomevfssink.h:
7607         * ext/gnomevfs/gstgnomevfssrc.h:
7608         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7609         * ext/vorbis/vorbisdec.h:
7610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7611         * ext/vorbis/vorbisenc.h:
7612         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7613         (vorbis_parse_chain), (vorbis_parse_change_state):
7614         * ext/vorbis/vorbisparse.h:
7615         * gst/audioconvert/gstaudioconvert.h:
7616         * gst/tcp/gsttcpserversink.h:
7617         * gst/videotestsrc/gstvideotestsrc.c:
7618         * gst/videotestsrc/gstvideotestsrc.h:
7619         * gst/volume/gstvolume.c:
7620         * gst/volume/gstvolume.h:
7621         Fix some more docs.
7622         Added docs for vorbisdec and vorbisparse.
7623         Fix vorbisparse.
7624
7625 2006-03-01  Wim Taymans  <wim@fluendo.com>
7626
7627         * docs/plugins/Makefile.am:
7628         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7629         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7630         * ext/pango/gstclockoverlay.h:
7631         * ext/pango/gsttextoverlay.h:
7632         * ext/pango/gsttextrender.h:
7633         * ext/pango/gsttimeoverlay.h:
7634         * ext/theora/gsttheoradec.h:
7635         * ext/theora/gsttheoraenc.h:
7636         * ext/theora/theoradec.c:
7637         * ext/theora/theoraenc.c:
7638         * gst/audioconvert/gstaudioconvert.h:
7639         * gst/audiotestsrc/gstaudiotestsrc.h:
7640         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7641         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7642         * gst/tcp/gstmultifdsink.h:
7643         Updated/added documentation.
7644
7645         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7646         (gst_text_overlay_halign_get_type),
7647         (gst_text_overlay_wrap_mode_get_type),
7648         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7649         (gst_text_overlay_init), (gst_text_overlay_set_property),
7650         (gst_text_overlay_get_property):
7651         Fix up properties to be enums instead of string to make bindings,
7652         introspection and automatic GUI creation possible.
7653         Add getters for the properties.
7654
7655 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7656
7657         * gst/audiotestsrc/gstaudiotestsrc.c:
7658           added defines of M_PI and M_PI_2
7659         * gst/ffmpegcolorspace/avcodec.h:
7660           removed #include "stdint.h" for win32 as _stdint.h is 
7661           autogenerated to win32/common
7662         * win32/common/libgstaudio.def:
7663         * win32/common/libgsttag.def:
7664           added some exports
7665         * win32/vs6:
7666           some project files bugs corrected
7667         * win32/vs7:
7668           project files are reset to the default vs7 configuration 
7669           (they link to msvcr71.dll using default optimizations)
7670           
7671 2006-02-28  Wim Taymans  <wim@fluendo.com>
7672
7673         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7674         Fix some docs.
7675
7676 2006-02-28  Edward Hervey  <edward@fluendo.com>
7677
7678         * ext/alsa/gstalsasrc.c:
7679         Set proper class on the ElementDetails:
7680         Source/Audio instead of Src/Audio/
7681
7682 2006-02-28  Edward Hervey  <edward@fluendo.com>
7683
7684         * gst/videoscale/vs_scanline.c:
7685         (vs_scanline_resample_nearest_RGBA):
7686         Revert optimization in videoscale. It should go in liboil and have
7687         an appropriate liboil function.
7688
7689 2006-02-28  Wim Taymans  <wim@fluendo.com>
7690
7691         * gst-libs/gst/audio/gstbaseaudiosink.c:
7692         (gst_base_audio_sink_provide_clock):
7693         Don't try to provide a clock in the NULL state.
7694
7695 2006-02-28  Wim Taymans  <wim@fluendo.com>
7696
7697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7698         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7699         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7700         (gst_ogg_demux_deactivate_current_chain),
7701         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7702         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7703         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7704         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7705         Use GstSegment infrastructure to remove duplicated code
7706         and handle more seek cases correctly.
7707
7708 2006-02-28  Wim Taymans  <wim@fluendo.com>
7709
7710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7711         (gst_ffmpegcsp_transform):
7712         Don't ignore return code from ffmpeg convert function.
7713
7714         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7715         Split out some long statements to ease debugging.
7716
7717 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7718
7719         * ext/libvisual/visual.c: (gst_visual_init),
7720         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7721         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7722         being able to renegotiate the size. Instead, use the negotiation
7723         algorithm from the goom plugin to pick an initial output caps. 
7724
7725         Also, allow theoretical libvisual plugins that might support non-GL 
7726         output even if they also do GL.
7727
7728 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7729
7730         * ext/libvisual/visual.c: (gst_visual_init),
7731         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7732         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7733         possible negotiation issues.
7734
7735 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7736
7737         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7738
7739 2006-02-24  Michael Smith  <msmith@fluendo.com>
7740
7741         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7742         (cmml_type_find), (plugin_init):
7743           Fix CMML type find function to not require a specific minor version
7744           of the CMML header.
7745
7746           Add an MPEG4 video elementary stream typefind function.
7747
7748 2006-02-04  Michael Smith  <msmith@fluendo.com>
7749
7750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7751         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7752         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7753         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7754         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7755         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7756           Annodex support in ogg demuxer. Doesn't do very much without the
7757           other annodex patches (to come).
7758
7759 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7762
7763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7764           Pick up palette for MS video v1 (#327028)
7765
7766 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7769         (gst_ffmpegcsp_caps_remove_format_info),
7770         (gst_ffmpegcsp_get_unit_size):
7771           The 'palette_data' field from incoming RGB caps shouldn't be
7772           proxied on outgoing YUV caps; also, restrict unit size
7773           adjustment in case of paletted data only to the unit that
7774           actually has a palette. Fixes #330711.
7775
7776 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7779         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7780         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7781         (gst_ffmpegcsp_get_unit_size):
7782           Plug some memory leaks.
7783
7784 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * sys/ximage/Makefile.am:
7787         * sys/xvimage/Makefile.am:
7788           Add some _CFLAGS and _LIBS that seem to be missing
7789           and/or required for Cygwin (see #317048).
7790
7791 2006-02-22  Wim Taymans  <wim@fluendo.com>
7792
7793         * ext/alsa/gstalsasrc.c:
7794         Fix description as pointed out by caugier.
7795
7796 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7797
7798         Reviewed by : Edward Hervey  <edward@fluendo.com>
7799
7800         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7801         (qt_type_find):
7802         Better 3gp typefinding (#331526).
7803
7804 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7807           Don't send EOS event here, the base class will send one for us.
7808
7809         * gst/playback/gstplaybasebin.c: (prepare_output):
7810           Subpictures without video stream aren't allowed either.
7811         
7812         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7813           Fix debug statement copy'n'paste-o.
7814
7815 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7818           Fix issues with mixer keeping state when muting/unmuting
7819           and when changing the volume whilst muted (see #331763
7820           and #331765).
7821
7822 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7825         (parse_subrip), (gst_sub_parse_format_autodetect):
7826           Set right caps given that we send escaped text. Also,
7827           honour <i></i>, <b></b> and <u></u> markers that can be found
7828           in .srt files (fixes #310202).
7829
7830 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * gst-libs/gst/audio/mixerutils.c:
7833         (element_factory_rank_compare_func):
7834           Make order in which elements are tried more determinable.
7835
7836 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7837
7838         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7839         (remove_element_chain), (cleanup_decodebin),
7840         (gst_decode_bin_change_state): Make decodebin reusable by
7841         fixing remove_element_chain first and then introduce a
7842         cleaner in state change to ->NULL. (Closes #331678)
7843
7844 2006-02-19  Wim Taymans  <wim@fluendo.com>
7845
7846         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7847         use 0666 mask when creating files so umask gets applied
7848         correctly. Fixes #331295.
7849
7850 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         * gst/subparse/Makefile.am:
7853         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7854         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7855         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7856         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7857         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7858         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7859         * gst/subparse/gstssaparse.h:
7860         * gst/subparse/gstsubparse.c: (plugin_init):
7861           Add very basic parser for SSA subtitle streams (as often
7862           found in matroska files).
7863
7864 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7865
7866         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7867           That should be text/x-pango-markup, not text/x-pango-layout.
7868
7869 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7870
7871         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7872         Polishing.
7873
7874 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7875
7876         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7877         (gst_text_overlay_finalize), (gst_text_overlay_init),
7878         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7879         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7880         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7881         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7882         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7883         Fix state change deadlock.
7884
7885 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7886
7887         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7888         (gst_text_overlay_finalize), (gst_text_overlay_init),
7889         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7890         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7891         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7892         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7893         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7894         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7895         and subtitles files.
7896
7897 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7898
7899         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7900         should be considered as raw.
7901
7902 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7903
7904         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7905         (cb_probe):
7906         * gst/playback/gststreaminfo.h: Introduce language informations.
7907
7908 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7909
7910         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7911         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7912         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7913         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7914         Set shared memory segments to be deleted as soon as we have attached,
7915         that way they get cleaned up automatically if we crash.
7916
7917 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7918
7919         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7920         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7921         functions are called with lock held.
7922
7923 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7924
7925         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7926         (gst_text_overlay_finalize), (gst_text_overlay_init),
7927         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7928         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7929         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7930         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7931         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7932         (gst_text_overlay_change_state): Refactoring of textoverlay
7933         without collectpads. This now supports sparse subtitles coming
7934         from a demuxer instead of a sub file. Seeking is still broken 
7935         though. Need to discuss with wtay some more on how to handle
7936         seeking correctly.
7937         * ext/pango/gsttextoverlay.h:
7938         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7939         subtitles coming from the demuxer.
7940
7941 2006-02-17  Wim Taymans  <wim@fluendo.com>
7942
7943         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7944         (gst_vorbisenc_convert_sink):
7945         Use some more scaling functions.
7946
7947 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7948
7949         * ext/cdparanoia/gstcdparanoiasrc.c:
7950         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7951         (gst_cd_paranoia_paranoia_callback),
7952         (gst_cd_paranoia_src_signal_is_being_watched),
7953         (gst_cd_paranoia_src_read_sector):
7954         * ext/cdparanoia/gstcdparanoiasrc.h:
7955           Add back 'transport-error' and 'uncorrected-error' signals and
7956           make them actually be fired when bad stuff happens (#319340).
7957
7958 2006-02-17  Wim Taymans  <wim@fluendo.com>
7959
7960         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7961         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7962         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7963         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7964         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7965         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7966         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7967         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7968         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7969         (gst_ring_buffer_clear):
7970         Small cleanups.
7971         Added some G_LIKELY.
7972
7973 2006-02-17  Wim Taymans  <wim@fluendo.com>
7974
7975         * gst-libs/gst/audio/TODO:
7976         Update TODO
7977
7978         * gst-libs/gst/audio/gstbaseaudiosink.c:
7979         (gst_base_audio_sink_get_offset):
7980         When trying to play samples ASAP and we don't have a
7981         previous sample, try to play at position 0 instead of
7982         an invalid position.
7983
7984 2006-02-17  Wim Taymans  <wim@fluendo.com>
7985
7986         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7987         (gst_alsasink_reset):
7988         Also release lock when we get an error in _reset();
7989         fix an error message.
7990
7991 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7992
7993         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7994         (gst_alsasink_init), (get_channel_free_structure),
7995         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7996         (gst_alsasink_close):
7997         * ext/alsa/gstalsasink.h:
7998           Add support for more than 2 channels (#326720).
7999
8000 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8001
8002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8003           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8004           with 4 or 6 channels, assume a default channel layout to make things
8005           work (not sure there's anything else we can do in those cases).
8006
8007 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * gst-libs/gst/audio/multichannel.c:
8010           Minor docs fix.
8011
8012         * gst-libs/gst/riff/Makefile.am:
8013         * gst-libs/gst/riff/riff-ids.h:
8014         * gst-libs/gst/riff/riff-media.c:
8015         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8016           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8017           channels and a channel layout map.
8018           
8019 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8020
8021         Reviewed by Edward Hervey  <edward@fluendo.com>
8022
8023         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8024         C-level optimization of the RGBA nearest neighbour function.
8025         Eventually this might end up in liboil with vectorized versions.
8026
8027 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * gst-libs/gst/audio/multichannel.c:
8030         (gst_audio_get_channel_positions):
8031           When we have more than 2 channels, but no channel layout is
8032           specified in the caps, return some default channel layout
8033           to the caller and warn about about a possibly buggy element
8034           (could be buggy filtercaps as well of course) (#317038).
8035
8036 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8037
8038         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8039           Add gst-libs/gst/cdda to list of lib search paths.
8040
8041 2006-02-15  Andy Wingo  <wingo@pobox.com>
8042
8043         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8044         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8045         to the Lord Jesus that I do not have to touch the ogg muxer ever
8046         again.
8047
8048 2006-02-15  Edward Hervey  <edward@fluendo.com>
8049
8050         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8051         quicktime movie files can also contain 'uuid' atoms.
8052
8053 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8054
8055         * gst/audioconvert/plugin.c: (plugin_init):
8056           Register the GstAudioChannelPosition enum type with the type
8057           system in the plugin_init function, so that it is known before
8058           any element actually makes use of multi-channel stuff. This is
8059           required for example if one wants to be able to deserialise/use
8060           a caps string with channel positions before any pipeline has
8061           been setup and started, like with gst-launch.
8062
8063 2006-02-14  Wim Taymans  <wim@fluendo.com>
8064
8065         * gst-libs/gst/audio/gstringbuffer.c:
8066         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8067         (gst_ring_buffer_samples_done), (wait_segment),
8068         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8069         Add some compiler G_(UN_)LIKELY help.
8070         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8071         make sure they can exit their functions. Should fix #330748
8072
8073 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8074
8075         * Makefile.am:
8076         * configure.ac:
8077         * win32/MANIFEST:
8078         * win32/common/_stdint.h:
8079           Windows does not have long long; copy the generated _stdint.h
8080         * win32/common/interfaces-enumtypes.c:
8081         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8082         (gst_mixer_track_flags_get_type),
8083         (gst_tuner_channel_flags_get_type):
8084         * win32/common/multichannel-enumtypes.c:
8085         (gst_audio_channel_position_get_type):
8086           update
8087
8088 2006-02-13  Wim Taymans  <wim@fluendo.com>
8089
8090         * gst-libs/gst/audio/gstbaseaudiosink.c:
8091         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8092         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8093         Always sync on first sample we receive when starting.
8094
8095 2006-02-13  Wim Taymans  <wim@fluendo.com>
8096
8097         * gst/playback/gstplaybin.c: (gen_vis_element):
8098         Update vis bin docs.
8099         Move queue after tee so we don't queue video buffers but
8100         audio samples instead. Fixes problems where the video queue
8101         is filled and the audio queue empty.
8102
8103 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8106           No need to push an EOS event here, GstBaseSrc will do that for us
8107           when we return FLOW_UNEXPECTED.
8108           
8109 2006-02-12  Wim Taymans  <wim@fluendo.com>
8110
8111         * gst-libs/gst/audio/gstbaseaudiosink.c:
8112         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8113         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8114         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8115         Use scale functions when possible.
8116         Fix error messages.
8117         Free clockid when after waiting for EOS.
8118         Use G_(UN_)LIKLY when it makes sense.
8119         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8120
8121 2006-02-12  Edward Hervey  <edward@fluendo.com>
8122
8123         * gst/playback/gstplaybasebin.c: (prepare_output): 
8124         Remove stray semi-colon (fixes #330888).
8125
8126 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8127
8128         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8130         Fix up the XShm call testing so that we catch errors, and don't
8131         cause new ones by attempting to detach from a segment we failed
8132         to attach to. Fixes #312439.
8133
8134 2006-02-10  Edward Hervey  <edward@fluendo.com>
8135
8136         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8137         Added flv file typefind (video/x-flv).
8138
8139 2006-02-10  Edward Hervey  <edward@fluendo.com>
8140
8141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8142         (gst_riff_create_video_template_caps):
8143         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8144         Also added the caps to the default set of riff video caps.
8145
8146 2006-02-09  Andy Wingo  <wingo@pobox.com>
8147
8148         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8149         time and the end time of the last packet in the page.
8150         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8151         on the pages in our queue, set the duration as well. Reflow a
8152         debug statement.
8153         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8154         Fixes bad muxing order.
8155
8156 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8157
8158         * gst-libs/gst/rtp/gstbasertppayload.c:
8159         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8160           update seqnum before setting it on the packet; this makes sure
8161           that the timestamp and seqnum properties match after pushing
8162           a buffer
8163
8164 2006-02-09  Andy Wingo  <wingo@pobox.com>
8165
8166         * gst-libs/gst/audio/gstringbuffer.c
8167         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8168         overflow after 13.5 hours of recording. Kapow!
8169
8170         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8171         the buffer size -- we don't care about underrun/overrun reporting
8172         right now, just need to return a useful value.
8173
8174 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8175
8176         * configure.ac:
8177           Back to CVS
8178
8179 === release 0.10.3 ===
8180
8181 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8182
8183         * configure.ac:
8184           releasing 0.10.3, "Under Pressure"
8185
8186 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8187
8188         * configure.ac:
8189         Drat. Bump libtool version number for new API.
8190         Prelease 0.10.2.3 (of 0.10.3)
8191
8192 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8193
8194         * configure.ac:
8195         * win32/common/config.h:
8196         0.10.2.2 prerelease (of 0.10.3).
8197
8198 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8199
8200         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8201           Revert Andy's newsegment change pending a more correct
8202           fix.
8203
8204 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8205
8206         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8207         (qt_type_find), (plugin_init):
8208           detect more files as 3gp
8209           group and reorder the iso file formats
8210
8211 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8212
8213         * ext/vorbis/vorbis.c: (plugin_init):
8214           Register musicbrainz tags, so apps don't have to.
8215
8216 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8217
8218         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8219         (gst_tag_to_vorbis_tag):
8220           Make sure we called gst_tag_register_musicbrainz_tags()
8221           before possibly mapping a vorbiscomment string from/to a
8222           musicbrainz tag.
8223
8224 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8225
8226         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8227           In case we can't find the required number of consecutive
8228           mpeg audio frames to positively identify an MPEG audio
8229           stream, check if there's at least a valid mpeg audio
8230           frame right at offset 0 and if so suggest mpeg/audio
8231           caps with a very low probability (#153004).
8232
8233 2006-02-07  Andy Wingo  <wingo@pobox.com>
8234
8235         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8236         a TIME segment if we get timestamped buffers. Requires recent
8237         fixes in core to work properly.
8238
8239 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8240
8241         * gst/playback/gstplaybasebin.c: (prepare_output):
8242           Don't print the URI as part of the error message, it
8243           makes error dialogs look rather ugly, especially if
8244           the URI is very long or has characters in it that
8245           need escaping.
8246
8247 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * gst/playback/gstplaybasebin.c: (prepare_output):
8250           Error out if we have only text or subtitles, but nothing
8251           else. Also error out if we have subtitles but no video
8252           stream.
8253
8254 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8255
8256         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8257           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8258           Post an error message on the bus when we encounter an
8259           error, which will hopefully be more meaningful than the
8260           'Internal Flow Error' message users get to see if we
8261           just return GST_FLOW_ERROR.
8262
8263 2006-02-07  Andy Wingo  <wingo@pobox.com>
8264
8265         * configure.ac (GST_MAJORMINOR): Update core version req to
8266         0.10.2.2, for the collectpads API addition (#330244).
8267
8268 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8269
8270         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8271           Return FALSE from plugin_init() when GnomeVFS can't
8272           be initialised for some reason (#328423).
8273
8274 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8275
8276         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8277         Stick to seeking theory until i find the bug.
8278         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8279
8280 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8281
8282         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8283         (theora_enc_finalize), (theora_enc_sink_setcaps),
8284         (theora_set_header_on_caps), (theora_enc_chain),
8285         (theora_enc_change_state):
8286         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8287           Make theoraenc and the tests leak free. Like, really.
8288
8289 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8290
8291         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8292         (theora_enc_finalize), (theora_enc_sink_setcaps):
8293           Add a finalize method to ensure we clean up state even if
8294           someone omitted the state change back to NULL.
8295
8296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8297         (gst_vorbisenc_chain):
8298           Free some more leaked bits.
8299
8300         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8301         (stop_pipeline):
8302           Wait for state changes to happen if they're ASYNC.
8303
8304           This ought to teach those fancy pants buildbots a lesson.
8305
8306 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8307
8308         * gst-libs/gst/tag/gstid3tag.c:
8309           Add mapping for ID3 International Standard Recording Code
8310           tag "TSRC"
8311
8312 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8313
8314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8315           Don't leak tag names.
8316
8317 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8318
8319         * docs/libs/gst-plugins-base-libs-docs.sgml:
8320         * docs/libs/gst-plugins-base-libs-sections.txt:
8321         * gst-libs/gst/tag/gstid3tag.c:
8322         * gst-libs/gst/tag/gstvorbistag.c:
8323         * gst-libs/gst/tag/tags.c:
8324           Split libgsttag docs into multiple sections.
8325
8326 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8327
8328         * docs/libs/Makefile.am:
8329         * docs/libs/gst-plugins-base-libs-docs.sgml:
8330         * docs/libs/gst-plugins-base-libs-sections.txt:
8331         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8332         * gst-libs/gst/tag/gstvorbistag.c:
8333         * gst-libs/gst/tag/tag.h:
8334         * gst-libs/gst/tag/tags.c:
8335           Add libgsttag to the docs.
8336
8337 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8338
8339         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8340         (gst_text_overlay_init), (gst_text_overlay_src_event),
8341         (gst_text_overlay_collected): Fix clockoverlay.
8342
8343 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * docs/libs/compiling.sgml:
8346           Fix typo: it's pkg-config, not pkg-gconfig
8347
8348         * docs/libs/gst-plugins-base-libs-docs.sgml:
8349         * docs/libs/gst-plugins-base-libs-sections.txt:
8350         * docs/libs/tmpl/gstgconf.sgml:
8351           There is no libgstgconf in 0.10, remove it
8352           from the docs.
8353
8354 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8355
8356         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8357         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8358         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8359         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8360         (gst_sub_parse_class_init), (gst_sub_parse_init),
8361         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8362         (parse_mpsub), (parser_state_init), (handle_buffer),
8363         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8364         * gst/subparse/gstsubparse.h: Introduce seeking code.
8365
8366 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8369           Add comment about LANGUAGE tag inconsistency (we want
8370           ISO-639-1, but extract three-letter identifiers?)
8371
8372         * po/POTFILES.in:
8373           Add two translatable files.
8374
8375 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8376
8377         * gst-libs/gst/tag/Makefile.am:
8378         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8379         * gst-libs/gst/tag/tag.h:
8380         * gst-libs/gst/tag/tags.c:
8381         (gst_tag_register_musicbrainz_tags_internal),
8382         (gst_tag_register_musicbrainz_tags):
8383           Forward-port some tags stuff from the 0.8 branch. This is
8384           mostly the addition of musicbrainz tags and their mapping
8385           to vorbistags, and a vorbistag mapping of the language tag.
8386
8387 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8388
8389         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8390         refactoring.
8391
8392 2006-02-04  David Schleef  <ds@schleef.org>
8393
8394         * ext/ogg/gstoggmux.c:
8395         * gst/typefind/gsttypefindfunctions.c:
8396           Add Dirac typefinding and add dirac format to oggmux.
8397
8398 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * gst/playback/gstdecodebin.c: (try_to_link_1):
8401           Don't put essential function call into
8402           g_return_*() macro, otherwise it'll all be
8403           replaced by NOOPs when compiling with
8404           G_DISABLE_CHECKS defined.
8405
8406 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8407
8408         * ext/ogg/gstoggdemux.c:
8409         * ext/ogg/gstoggparse.c:
8410         * gst/tcp/gsttcpserversink.c:
8411         * sys/v4l/v4lsrc_calls.c:
8412         * sys/v4l/v4lsrc_calls.h:
8413         Just make it compile with --disable-gst-debug.
8414
8415 2006-02-03  Wim Taymans  <wim@fluendo.com>
8416
8417         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8418         (gst_alsasink_class_init), (gst_alsasink_init),
8419         (gst_alsasink_write), (gst_alsasink_reset):
8420         * ext/alsa/gstalsasink.h:
8421         Add lock to protect alsa calls.
8422         Implement reset to flush samples ASAP, does not work
8423         with dmix though.
8424
8425 2006-02-02  Wim Taymans  <wim@fluendo.com>
8426
8427         * gst-libs/gst/audio/gstbaseaudiosink.c:
8428         (gst_base_audio_sink_provide_clock):
8429         Ugh.. getting late I guess...
8430
8431 2006-02-02  Wim Taymans  <wim@fluendo.com>
8432
8433         * gst-libs/gst/audio/gstbaseaudiosink.c:
8434         (gst_base_audio_sink_provide_clock),
8435         (gst_base_audio_sink_set_property),
8436         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8437         Don't try to provide a clock when we are not negotiated since
8438         we might not be able to make it run.
8439
8440 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8441
8442         * gst/playback/gstdecodebin.c: (try_to_link_1):
8443           Unlinking two source pads is ... hard.
8444
8445 2006-02-02  Wim Taymans  <wim@fluendo.com>
8446
8447         * gst-libs/gst/audio/TODO:
8448         Updated.
8449
8450         * gst-libs/gst/audio/gstbaseaudiosink.c:
8451         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8452         On EOS, wait till the last sample is played before posting EOS.
8453
8454 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8455
8456         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8457           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8458           setting queue_delay to zero. Also avoid thread being started if
8459           queue_delay is zero.
8460
8461 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8464           Make test work again by connecting fakesinks to each decoded pad,
8465           which makes the pipeline wait until each fakesink has a buffer
8466           queued before going to PAUSED state. At that point we know the
8467           decodebin pads are negotiated.
8468
8469 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8470
8471         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8472         (gst_cdda_base_src_handle_event):
8473         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8474           Pass unhandled queries to the parent class's query function.
8475
8476 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8477
8478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8479         (gst_ogg_pad_src_query):
8480         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8481         * ext/theora/theoradec.c: (theora_dec_src_query),
8482         (theora_dec_sink_query):
8483         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8484         (vorbis_dec_sink_query):
8485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8486         (gst_vorbisenc_sink_query):
8487         * gst/adder/gstadder.c: (gst_adder_query):
8488           Pass unhandled queries upstream instead of just
8489           dropping them (#326447). Also, fix supported
8490           query types list for some elements.
8491
8492 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8493
8494         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8495         (paris_type_find), (ilbc_type_find), (plugin_init):
8496           Fix typefinding for audio/x-au, audio/x-paris and
8497           audio/iLBC-sh. We cannot use the START_WITH macros
8498           here, because there can only be one typefind factory
8499           with the same name (caps), so the second one would
8500           replace the first one and the first one would never
8501           be called when doing typefinding (see #161712).
8502           
8503
8504 2006-01-31  Wim Taymans  <wim@fluendo.com>
8505
8506         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8507         (vorbis_handle_header_packet), (vorbis_dec_push),
8508         (vorbis_handle_data_packet):
8509         Use scale_int when we can, add some more scaling.
8510         Check packettype before parsing it.
8511
8512 2006-01-31  Wim Taymans  <wim@fluendo.com>
8513
8514         * ext/theora/theoradec.c: (_theora_granule_time),
8515         (theora_dec_src_convert), (theora_dec_sink_convert):
8516         Call right _scale functions.
8517         Use parameter instead of some other random value.
8518
8519 2006-01-31  Wim Taymans  <wim@fluendo.com>
8520
8521         * ext/theora/theoradec.c: (_theora_granule_frame),
8522         (_theora_granule_time), (_inc_granulepos),
8523         (theora_dec_src_convert), (theora_dec_sink_convert),
8524         (theora_handle_type_packet), (theora_handle_data_packet),
8525         (theora_dec_chain):
8526         Use higher precision timestamps calculation.
8527         Convert some other conversions to _scale.
8528
8529 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8530
8531         * gst/audiotestsrc/gstaudiotestsrc.c:
8532         (gst_audio_test_src_create_sine_table), (plugin_init):
8533         * gst/volume/gstvolume.c: (plugin_init):
8534           initialize gst_controller before using
8535
8536 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8537
8538         * tests/check/pipelines/theoraenc.c:
8539         * tests/check/pipelines/vorbisenc.c:
8540         Define constant using G_GINT64_CONSTANT to avoid errors when
8541         passing it around - otherwise it gets truncated to 32 bits.
8542
8543         Fixes failing tests.
8544
8545 2006-01-31  Andy Wingo  <wingo@pobox.com>
8546
8547         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8548         caps being set doesn't have a framerate value. Basically a stopgap
8549         measure.
8550
8551         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8552         technically correct enough to put into core though.
8553         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8554         DURATION. Fixes theoraenc ! oggmux.
8555
8556         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8557         fraction, not double.
8558
8559 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8560
8561         * win32/vs7:
8562         add vs7 project files created by Sergey Scobich
8563
8564 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8565
8566         * win32/vs8:
8567         add vs8 project files created by Sergey Scobich
8568         
8569 2006-01-30  Andy Wingo  <wingo@pobox.com>
8570
8571         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8572         timestamp + duration, not just timestamp -- ogg pages should be
8573         ordered by stop time. Necessary fix given the change in vorbis
8574         timestamps.
8575
8576         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8577         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8578         (granulepos_add): New function, handles the messiness of adjusting
8579         granulepos values.
8580         (theora_buffer_from_packet):
8581         (theora_enc_chain):
8582         (theora_enc_sink_event): Use granulepos_add, not +.
8583
8584         * tests/check/pipelines/theoraenc.c
8585         (check_buffer_granulepos_from_starttime): Just check the frame
8586         count, not the actual granulepos -- we can't dictate to the
8587         encoder when it should be placing keyframes.
8588
8589 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8590
8591         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8592           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8593           play an http:// stream from a server that's not serving
8594
8595 2006-01-30  Andy Wingo  <wingo@pobox.com>
8596
8597         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8598         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8599         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8600         available.
8601
8602         * ext/theora/gsttheoraenc.h:
8603         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8604         although theoraenc was timestamping correctly. Added handling of
8605         streams that start with nonzero timestamps.
8606
8607         * tests/check/Makefile.am:
8608         * tests/check/pipelines/theoraenc.c: New file, basically does same
8609         tests as vorbisenc.
8610
8611         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8612
8613 2006-01-30  Wim Taymans  <wim@fluendo.com>
8614
8615         * gst-libs/gst/audio/gstaudiosink.c:
8616         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8617         (gst_audioringbuffer_pause):
8618         Implement pause that does not wait for completion.
8619
8620         * gst-libs/gst/audio/gstbaseaudiosink.c:
8621         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8622         Don't drop buffers when going to PAUSED but perform preroll on
8623         remaining samples now that core base class supports this.
8624
8625         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8626         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8627         (gst_ring_buffer_commit):
8628         Pause should not signal waiters.
8629         Implement return value of _commit correctly.
8630
8631 2006-01-30  Andy Wingo  <wingo@pobox.com>
8632
8633         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8634
8635         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8636         updated to timestamp from the first sample, not the last.
8637         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8638         special care of granulepos and timestamp for header packets.
8639         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8640         when the first buffer has a nonzero timestamp.
8641
8642         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8643         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8644         case when the first audio buffer we get has a nonzero timestamp.
8645         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8646         properly timestamp vorbis buffers with the time of the first
8647         sample, not the last.
8648         
8649         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8650         vorbis_granule_time_copy -- now it takes the granule/subgranule
8651         offset into account.
8652
8653         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8654         timestamps, durations, and granulepos on buffers produced by
8655         vorbisenc.
8656
8657 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8658
8659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8660         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8661           Patch from Eric Jonas to support conversions to/from UYVY 
8662           (Fixes: #324626)
8663
8664 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8665
8666         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8667         (setup_subtitle), (setup_source), (set_active_source):
8668         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8669         (gen_text_element), (gen_audio_element), (gen_vis_element),
8670         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8671
8672 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8673
8674         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8675         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8676                 use gst_guint64_to_gdouble to be compliant with vs6
8677         * gst/playback/gstdecodebin.c: (try_to_link_1)
8678         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8679                 use G_GINT64_CONSTANT for int64 constants
8680         * win32/common/libgstinterfaces.def:
8681                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8682         * win32/vs6:
8683                 update and add new project files
8684                 
8685 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8686
8687         * Makefile.am:
8688         * win32/MANIFEST:
8689         * win32/common/interfaces-enumtypes.c:
8690         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8691         (gst_mixer_track_flags_get_type),
8692         (gst_tuner_channel_flags_get_type):
8693         * win32/common/interfaces-enumtypes.h:
8694         * win32/common/multichannel-enumtypes.c:
8695         (gst_audio_channel_position_get_type):
8696         * win32/common/multichannel-enumtypes.h:
8697           add a win32-update rule like in core, and copy over enumtypes files
8698
8699 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8700
8701         * win32/MANIFEST:
8702         * win32/common/config.h:
8703         * win32/common/config.h.in:
8704           add config files just like in core
8705
8706 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8707
8708         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8709           Make gcc-4.1 happy (part of #327357).
8710
8711 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8712
8713         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8714         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8715         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8716         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8717         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8718         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8719           Update all error messages.  All of them should either use
8720           the default translated message, or actually provide a
8721           translatable string.
8722           Make the string for channel count problems meaningful.
8723
8724 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8725
8726         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8727           check for and throw RESOURCE_BUSY
8728
8729 2006-01-27  David Schleef  <ds@schleef.org>
8730
8731         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8732           checked in this change -- it requires liboil features not
8733           in 0.3.6.  Revert parts.
8734
8735 2006-01-27  David Schleef  <ds@schleef.org>
8736
8737         * REQUIREMENTS:
8738         * configure.ac: update liboil requirement to 0.3.6
8739         * gst/videoscale/Makefile.am:
8740         * gst/videoscale/vs_scanline.c: liboilify
8741
8742 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8743
8744         * ext/libvisual/visual.c: (get_buffer):
8745           When pad_alloc returns a GstFlowReturn other
8746           than GST_FLOW_OK, make sure it is passed upstream.
8747
8748 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8749
8750         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8751         (gst_alsasink_class_init):
8752           Free the device name string.
8753
8754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8755         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8756         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8757           Don't remove a pad from the collectpads structure until it
8758           is released - it's a request pad, and may receive data again
8759           if the element gets moved back to PLAYING state.
8760
8761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8762           Ensure we turn on double buffering on the Xv port, and
8763           set the colour key to something dark and mysterious that
8764           isn't black.
8765
8766 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8767
8768         * ext/alsa/gstalsaplugin.c: (plugin_init):
8769         * ext/cdparanoia/gstcdparanoiasrc.c:
8770         (gst_cd_paranoia_src_base_init), (plugin_init):
8771         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8773           - a library should not call setlocale. see "Libraries" node in
8774             gettext manual
8775           - make sure all plugins that use translation do bindtextdomain
8776             to point to the localedir
8777         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8778         (setup_sinks), (plugin_init):
8779           all this, and check for NULL when creating sinks
8780
8781 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8782
8783         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8784         (plugin_init): Make typefinding of subtitles work again.
8785
8786 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8789         (mp3_type_frame_length_from_header), (mp3_type_find),
8790         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8791         (plugin_init):
8792           Backport a bunch of typefinding fixes from the 0.8 branch.
8793           Also, improve wavpack typefinding: if we can't peek the
8794           entire wavpack block, try to parse the bits we can get and
8795           see if we find what we're looking for in those.
8796
8797 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8798
8799         * sys/ximage/ximagesink.c:
8800         (gst_ximagesink_calculate_pixel_aspect_ratio):
8801         * sys/xvimage/xvimagesink.c:
8802         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8803         more cases of pixel aspect ratio.
8804
8805 2006-01-26  Edward Hervey  <edward@fluendo.com>
8806
8807         * gst/playback/gstdecodebin.c: (pad_probe):
8808         Also consider the flush-start and tag events as unblockers
8809         for the pad probes.
8810
8811 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8812
8813         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8814         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8815         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8816         On the fly visualisation switch, works disabling, enabling as
8817         well but it won't be able to enable vis in a playbin that was
8818         created with no visualisation.
8819
8820 2006-01-25  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst-libs/gst/audio/gstbaseaudiosink.c:
8823         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8824         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8825         resume after pause.
8826
8827 2006-01-25  Wim Taymans  <wim@fluendo.com>
8828
8829         * gst-libs/gst/audio/gstbaseaudiosink.c:
8830         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8831         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8832         Improve debugging.
8833         Post error when caps cannot be parsed.
8834         Resync on discontinuity in the stream.
8835         Clip samples to segment boundaries.
8836         return WRONG_STATE sooner when we are flushing.
8837
8838         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8839         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8840         Make audiosrc operate in TIME.
8841         Set TIMESTAMP and DURATION on buffers.
8842
8843 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         * tests/examples/seek/seek.c: (main):
8846           Output tag messages as well.
8847
8848 2006-01-23  Edward Hervey  <edward@fluendo.com>
8849
8850         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8851         (free_pad_probes), (remove_fakesink), (pad_probe),
8852         (close_pad_link), (gst_decode_bin_change_state):
8853         Replace GstPadBlockCallback with pad probes that detect
8854         first buffer AND eos before removing fakesink.
8855         Fixes hang with demuxers doing EOS while pre-rolling.
8856         Solves #328279
8857
8858 2006-01-23  Andy Wingo  <wingo@pobox.com>
8859
8860         * ext/alsa/gstalsasink.c:
8861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8862         (gst_base_rtp_depayload_setcaps),
8863         (gst_base_rtp_depayload_add_to_queue),
8864         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8865         
8866         Patch by: Jens Granseuer <jensgr at gmx dot net>
8867
8868 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8869
8870         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8871         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8872         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8873         frames. We might get a frame destroyed after changing state to
8874         NULL, adding a safety check on xcontext.
8875
8876 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8877
8878         * gst-libs/gst/interfaces/xoverlay.c:
8879           Fix prepare-xwindow-id code example in the docs - we need to
8880           ignore all messages that aren't element messages as well.
8881           
8882 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8883
8884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8885           I think one day i'll completely undestand how caps negotiation
8886           is supposed to work. This refactoring handles buffer_alloc
8887           called with caps we can't handle. We definitely don't want a
8888           set_caps with those caps, so we define and allocate a buffer
8889           we would like to receive.
8890
8891 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * gst/playback/gstplaybasebin.c: (setup_source):
8894           Free iterator when done.
8895
8896 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8897
8898         * gst-libs/gst/audio/gstbaseaudiosink.c:
8899         (gst_base_audio_sink_render):
8900           Fix playback of non-synchronised streams by assuming a rate
8901           of 1.0 instead of a random one.
8902
8903           Makes this work again:
8904
8905           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8906           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8907           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8908           audioresample ! alsasink
8909
8910 === release 0.10.2 ===
8911
8912 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8913
8914         * configure.ac:
8915           releasing 0.10.2, "Then the devil is six"
8916
8917 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8918
8919         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8920         * gst/playback/gststreamselector.c:
8921         (gst_stream_selector_set_property):
8922           Comment out broken code that connects to the state-changed signal.
8923           At this point, changing current stream selection is broken, but 
8924           stuff like gst-launch playbin current-audio=1 works and filters
8925           to the chosen stream.
8926
8927 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8928
8929         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8930           Fix #327216 (null dereference in vorbisdec)
8931
8932 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8933
8934         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8935           Post taglist actually on bus instead of just freeing it
8936           (fixes #327114 and totem bug #327080).
8937
8938         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8939           Use gst_element_found_tags_for_pad(), so that the tags
8940           are sent downstream as an event as well.
8941
8942 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8943
8944         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8945         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8946         (gst_ximagesink_buffer_alloc):
8947         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8948         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8949         (gst_xvimagesink_buffer_alloc):
8950           move all regularly occurring messages to GST_LOG level
8951           add some more object logs
8952
8953 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8954
8955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8956           fix a silly segfault
8957
8958 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * docs/libs/gst-plugins-base-libs-docs.sgml:
8961         * docs/libs/gst-plugins-base-libs-sections.txt:
8962         * gst-libs/gst/audio/mixerutils.c:
8963         * gst-libs/gst/audio/mixerutils.h:
8964           Add docs for mixerutils stuff.
8965
8966 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8967
8968         * gst/playback/gstplaybasebin.c: (setup_source):
8969           Fix playback for sources that emit raw audio or
8970           raw video streams (e.g.: cd audio sources) (#325984).
8971
8972 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8973
8974         * gst-libs/gst/audio/mixerutils.c:
8975         (gst_audio_mixer_filter_do_filter):
8976           actually save the element we create
8977
8978 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * gst-libs/gst/cdda/gstcddabasesrc.c:
8981         (gst_cdda_base_src_handle_track_seek):
8982           No need to post a tag message on the bus when seeking
8983           within the same track, only post it when the current
8984           track changes.
8985
8986 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8987
8988         * gst/playback/gstplaybasebin.c: (group_destroy),
8989         (probe_triggered), (new_decoded_pad), (mute_group_type),
8990         (set_active_source):
8991         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8992         * gst/playback/gststreamselector.c:
8993         (gst_stream_selector_base_init),
8994         (gst_stream_selector_set_property),
8995         (gst_stream_selector_request_new_pad):
8996           Reenable stream selection. These mechanisms need a complete overhaul
8997           in the face of 0.8->0.10 changes though.
8998
8999 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9000
9001         * ext/ogg/gstoggdemux.c:
9002           Change the pad template to src_%d to match the pads that 
9003           are created from it. decodebin needs this information in order
9004           to decide that oggdemux is capable of producing multiple pads
9005           (and hence needs queues inserted).
9006
9007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9008         (gst_ogg_mux_collected):
9009           Make debug output more useful by using GST_PTR_FORMAT.
9010
9011 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9012
9013         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9014
9015         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9016           Set depth and width for alaw/mulaw (fixes #326601).
9017
9018 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9019
9020         * tests/icles/Makefile.am:
9021           don't build the tests if we don't have the libs
9022
9023 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9024
9025         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9026         (gst_cd_paranoia_paranoia_callback):
9027           Don't try to free NULL pointers.
9028
9029 2006-01-10  Edward Hervey  <edward@fluendo.com>
9030
9031         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9032         (gst_audio_rate_change_state), (plugin_init):
9033         Add debugging category.
9034         Fix type issues.
9035         Add case for incoming buffers without valid offset/offset_end.
9036
9037 2006-01-10  Michael Smith  <msmith@fluendo.com>
9038
9039         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9040           Don't leak GCond in audio sources.
9041
9042 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9043
9044         * gst/playback/gstplaybin.c: (gen_audio_element):
9045           Don't leak an autoaudiosink/alsasink when we generate
9046           a new audio element. (old code, I guess)
9047
9048 2006-01-10  Michael Smith  <msmith@fluendo.com>
9049
9050         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9051           Support float audio in audiorate.
9052           Use width rather than depth for selecting sample width.
9053
9054 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * gst/videotestsrc/videotestsrc.h:
9057           Use GLib types here (that way we don't have to include the
9058           generated _stdint.h header, which makes life easier for win32
9059           folks that don't use autotools for the build) (#325990, patch
9060           by: Sergey Scobich).
9061
9062 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9065         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9066         (gst_ring_buffer_pause), (wait_segment):
9067         * gst-libs/gst/audio/gstringbuffer.h:
9068           Name (private) union, makes Forte compiler happy (this time
9069           for real) (#324900).
9070
9071 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9072
9073         * gst-libs/gst/audio/Makefile.am:
9074           Link against libgstinterfaces, needed for mixer
9075           and property probe stuff.
9076
9077 2006-01-09  Edward Hervey  <edward@fluendo.com>
9078
9079         * gst-libs/gst/Makefile.am:
9080
9081 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * gst-libs/gst/audio/Makefile.am:
9084         * gst-libs/gst/audio/mixerutils.c:
9085         (gst_audio_mixer_filter_do_filter),
9086         (gst_audio_mixer_filter_check_element),
9087         (gst_audio_mixer_filter_probe_feature),
9088         (element_factory_rank_compare_func),
9089         (gst_audio_default_registry_mixer_filter):
9090         * gst-libs/gst/audio/mixerutils.h:
9091           Add gst_audio_default_registry_mixer_filter() utility
9092           function.
9093
9094 2006-01-03  Michael Smith  <msmith@fluendo.com>
9095
9096         * gst/audioresample/resample.h:
9097           As before, but for o_buf
9098
9099 2006-01-03  Michael Smith  <msmith@fluendo.com>
9100
9101         * gst/audioresample/resample.h:
9102           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9103           since we do arithmetic on it.
9104
9105 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9106
9107         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9108         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9109         (gst_ring_buffer_pause), (wait_segment):
9110         * gst-libs/gst/audio/gstringbuffer.h:
9111           Sun's Forte compiler doesn't seem to like anonymous structs,
9112           so use same setup as in GstBaseSrc (fixes #324900).
9113
9114 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9115
9116         * configure.ac:
9117         * gst/volume/Makefile.am:
9118         * gst/volume/demo.c:
9119           move old example to tests/examples/volume/volune.c
9120         * tests/examples/Makefile.am:
9121         * tests/examples/seek/seek.c: (main):
9122           change window-close event from "delete-event" to "destroy"
9123         * tests/examples/volume/Makefile.am:
9124         * tests/examples/volume/volume.c: (value_changed_callback),
9125         (setup_gui), (message_received), (eos_message_received), (main):
9126           fix event handling and bus usage
9127
9128 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9129
9130         * gst/audiotestsrc/gstaudiotestsrc.c:
9131         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9132         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9133         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9134         (gst_audio_test_src_create_square),
9135         (gst_audio_test_src_create_saw),
9136         (gst_audio_test_src_create_triangle),
9137         (gst_audio_test_src_create_silence),
9138         (gst_audio_test_src_create_white_noise),
9139         (gst_audio_test_src_create_pink_noise),
9140         (gst_audio_test_src_init_sine_table),
9141         (gst_audio_test_src_create_sine_table),
9142         (gst_audio_test_src_change_wave),
9143         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9144         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9145         * gst/audiotestsrc/gstaudiotestsrc.h:
9146           update to basesrc changes, implement segmented seeking and eos
9147           handling, add a 'sine-tab' waveform for performance critical playback
9148
9149 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9150
9151         * po/POTFILES.in:
9152           ... and this time the other modified file that I missed last time.
9153
9154 2005-12-29  Michael Smith  <msmith@fluendo.com>
9155
9156         * gst/playback/gstdecodebin.c: (new_pad):
9157           Fix non-C89 variable declaration not at the start of a block. Should
9158           help some compilers.
9159
9160 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9161
9162         * tests/check/Makefile.am:
9163           And now fix 'make distcheck' (builddir != srcdir)
9164
9165 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9166
9167         * configure.ac:
9168         * ext/cdparanoia/Makefile.am:
9169         * ext/cdparanoia/gstcdparanoia.c:
9170         * ext/cdparanoia/gstcdparanoia.h:
9171         * ext/cdparanoia/gstcdparanoiasrc.c:
9172         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9173         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9174         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9175         (gst_cd_paranoia_paranoia_callback),
9176         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9177         (gst_cd_paranoia_src_set_property),
9178         (gst_cd_paranoia_src_get_property), (plugin_init):
9179         * ext/cdparanoia/gstcdparanoiasrc.h:
9180           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9181           plugin again (there are still fixes required to playbin to make
9182           cdda:// uris work there).
9183
9184 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * tests/check/Makefile.am:
9187           Fix test case compilation.
9188
9189 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9190
9191         * gst-libs/gst/cdda/gstcddabasesrc.c:
9192         (gst_cdda_base_src_update_duration),
9193         (gst_cdda_base_src_calculate_cddb_id):
9194           An integer is not a string. Fix access to uninitialised variable.
9195
9196         * tests/check/Makefile.am:
9197           Add cddabasesrc unit test; also actually enable the vorbis test.
9198
9199         * tests/check/generic/states.c:
9200           Blacklist new cd audio elements as well.
9201
9202         * tests/check/libs/cddabasesrc.c:
9203           Unit test for GstCddaBaseSrc (discid calculation mostly).
9204
9205 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         * docs/libs/Makefile.am:
9208         * docs/libs/gst-plugins-base-libs-docs.sgml:
9209         * docs/libs/gst-plugins-base-libs-sections.txt:
9210         * docs/libs/gst-plugins-base-libs.types:
9211           Add docs for libgstcdda/GstCddaBaseSrc.
9212
9213         * gst-libs/gst/interfaces/mixertrack.h:
9214           Do one struct member per line with a semicolon at the end, that way
9215           even gtk-doc might parse it without complaining.
9216
9217 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * configure.ac:
9220         * gst-libs/gst/Makefile.am:
9221         * gst-libs/gst/cdda/Makefile.am:
9222         * gst-libs/gst/cdda/base64.c:
9223         * gst-libs/gst/cdda/base64.h:
9224         * gst-libs/gst/cdda/gstcddabasesrc.c:
9225         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9226         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9227         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9228         (gst_cdda_base_src_get_property),
9229         (gst_cdda_base_src_get_track_from_sector),
9230         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9231         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9232         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9233         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9234         (gst_cdda_base_src_uri_get_protocols),
9235         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9236         (gst_cdda_base_src_uri_handler_init),
9237         (gst_cdda_base_src_setup_interfaces),
9238         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9239         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9240         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9241         (gst_cdda_base_src_add_tags),
9242         (gst_cdda_base_src_add_index_associations),
9243         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9244         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9245         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9246         (gst_cdda_base_src_create):
9247         * gst-libs/gst/cdda/gstcddabasesrc.h:
9248         * gst-libs/gst/cdda/sha1.c:
9249         * gst-libs/gst/cdda/sha1.h:
9250           Add new libgstcdda with GstCddaBaseSrc class.
9251
9252 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9253
9254         * ext/gnomevfs/gstgnomevfssink.h:
9255           Use GstBaseSinkClass as parent_class member for class struct, not
9256           GstBaseSink.
9257
9258 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         Patch by: Michael Benes
9261
9262         * gst/videotestsrc/gstvideotestsrc.c:
9263         (gst_video_test_src_class_init), (gst_video_test_src_start):
9264           Add start method to reset running time and number of frames sent
9265           when starting up (fixes #324696)
9266
9267 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * docs/plugins/Makefile.am:
9270         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9271         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9272         * docs/plugins/gst-plugins-base-plugins.args:
9273         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9274         * docs/plugins/gst-plugins-base-plugins.signals:
9275           Add docs stuff for gnomevfssrc and gnomevfssink.
9276
9277         * ext/gnomevfs/gstgnomevfssrc.c:
9278           Fix example pipeline in gtk-doc blurb.
9279
9280 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9281
9282         * ext/gnomevfs/Makefile.am:
9283         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9284         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9285         (gst_gnome_vfs_handle_get_type), (plugin_init):
9286         * ext/gnomevfs/gstgnomevfs.h:
9287         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9288         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9289         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9290         (gst_gnome_vfs_sink_set_property),
9291         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9292         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9293         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9294         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9295         (gst_gnome_vfs_sink_uri_get_type),
9296         (gst_gnome_vfs_sink_uri_get_protocols),
9297         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9298         (gst_gnome_vfs_sink_uri_handler_init):
9299         * ext/gnomevfs/gstgnomevfssink.h:
9300           Port gnomevfssink; add gtk-doc blurb.
9301
9302         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9303         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9304         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9305         (gst_gnome_vfs_src_uri_get_type),
9306         (gst_gnome_vfs_src_uri_get_protocols),
9307         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9308         (gst_gnome_vfs_src_uri_handler_init),
9309         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9310         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9311         (gst_gnome_vfs_src_send_additional_headers_callback),
9312         (gst_gnome_vfs_src_received_headers_callback),
9313         (gst_gnome_vfs_src_push_callbacks),
9314         (gst_gnome_vfs_src_pop_callbacks),
9315         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9316         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9317         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9318         * ext/gnomevfs/gstgnomevfssrc.h:
9319           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9320           file; add gtk-doc blurb with example pipelines.
9321
9322 === release 0.10.1 ===
9323
9324 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9325
9326         * configure.ac:
9327           releasing 0.10.1, "Dobro Dedek"
9328
9329 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9330
9331         * gst/typefind/gsttypefindfunctions.c:
9332         iLBC30 and iLBC20 added to typefind.
9333
9334 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9335
9336         * gst-libs/gst/audio/gstbaseaudiosink.c:
9337         (gst_base_audio_sink_class_init):
9338         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9339         (gst_base_audio_src_class_init):
9340           update strings, values are in microseconds
9341           change the default sink buffer time to something that is smaller
9342           (to help software volume mixing have a slightly lower delay) but
9343           still be acceptable on Wim's laptop
9344
9345 2005-12-20  Edward Hervey  <edward@fluendo.com>
9346
9347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9348         Made a quack, forgot to add DUCK to the riff video template.
9349
9350 2005-12-19  Edward Hervey  <edward@fluendo.com>
9351
9352         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9353         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9354         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9355         (gst_ogm_parse_chain):
9356         Make sure pads are initialized correctly.
9357         * gst-libs/gst/riff/riff-ids.h:
9358         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9359         (gst_riff_create_video_template_caps):
9360         Add a whole bunch of FOURCC <=> MimeType.
9361         Extend the riff video pad template to support the newly added fourcc.
9362
9363 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9364
9365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9366         (gst_ogg_demux_activate_chain):
9367           Extra debug output when activating/deactivating chains.
9368
9369         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9370         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9371         (unlinked):
9372           Remove a queue from our list when it becomes unlinked.
9373           Don't add queues to elements in class 'Demux' if they
9374           can only produce one pad 
9375
9376 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9377
9378         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9379         (gst_video_sink_get_type): Add a debug category.
9380
9381 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9382
9383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9384         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9385           Handle downstream newsegment by sending our own newsegment before the
9386           next buffer to be released. (#323900)
9387
9388 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9389
9390         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9391         (gst_base_rtp_depayload_set_gst_timestamp):
9392           add queue delay to new segment as well (as opposed to just the first
9393           buffer). (bug #322347)
9394
9395 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9396
9397         * ext/libvisual/visual.c: (make_valid_name):
9398           change some char* into char[]
9399         * gst/audiotestsrc/gstaudiotestsrc.c:
9400         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9401         (gst_audio_test_src_create):
9402         * gst/audiotestsrc/gstaudiotestsrc.h:
9403           prepare to handle EOS and SEGMENT_DONE
9404
9405 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * tests/check/generic/states.c: (GST_START_TEST):
9408           Blacklist cdparanoia element in state test.
9409
9410 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412           Patch by: Benjamin Pineau
9413
9414         * gst/tcp/gsttcp.c:
9415         * gst/tcp/gsttcpclientsink.c:
9416         * gst/tcp/gsttcpserversink.c:
9417         * gst/tcp/gsttcpserversrc.c:
9418           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9419
9420 2005-12-15  Michael Smith  <msmith@fluendo.com>
9421
9422         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9423         (gst_video_rate_chain):
9424           Fix timestamping for videorate when the first buffer it sees has a
9425           non-zero timestamp. Fix some misleading debug output.
9426
9427 2005-12-15  Michael Smith  <msmith@fluendo.com>
9428
9429         * gst/audioresample/gstaudioresample.c:
9430           Don't leak all input buffers to audioresample.
9431
9432 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9435           Don't operate on empty text buffers. Strip newlines and
9436           tabs only from the end of the text, but leave them intact
9437           in the middle. Fix typo in gtk-doc description.
9438
9439 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * gst/playback/gstplaybasebin.c:
9442         * gst/playback/gstplaybin.c: (handoff):
9443           Make sure the video frame buffer we return to apps via the
9444           "frame" property always has caps set on it. Modify
9445           _gst_gvalue_set_object() macro to handle NULL objects
9446           gracefully too.
9447
9448 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9449
9450         * gst/audiotestsrc/gstaudiotestsrc.c:
9451         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9452         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9453         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9454         (gst_audio_test_src_create):
9455         * gst/audiotestsrc/gstaudiotestsrc.h:
9456         Adjust to some recent api changes and add wtays new cool seeking
9457         capabillities
9458
9459 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         * ext/alsa/Makefile.am:
9462         * ext/alsa/gstalsadeviceprobe.c:
9463         * ext/alsa/gstalsadeviceprobe.h:
9464           Helper functions to add device probing via the GstPropertyProbe
9465           interface to a class.
9466
9467         * ext/alsa/gstalsamixer.h:
9468           Comment out GST_ALSA_MIXER, it returns a struct that's not
9469           used.
9470
9471         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9472           Add some debug info. 
9473
9474         * ext/alsa/gstalsamixerelement.c:
9475         (gst_alsa_mixer_element_interface_supported),
9476         (gst_implements_interface_init),
9477         (gst_alsa_mixer_element_init_interfaces),
9478         (gst_alsa_mixer_element_class_init),
9479         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9480         (gst_alsa_mixer_element_set_property),
9481         (gst_alsa_mixer_element_get_property),
9482         (gst_alsa_mixer_element_change_state):
9483         * ext/alsa/gstalsamixerelement.h:
9484           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9485           for device handling (gnome-volume-control will need that).
9486
9487 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9488
9489         * ext/Makefile.am: fix cdparanoia entry
9490         * gst-plugins-base.spec.in: add cdparanoia
9491
9492 2005-12-12  Michael Smith  <msmith@fluendo.com>
9493
9494         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9495           Use the correct function to free list of typefind factories.
9496
9497 2005-12-12  Wim Taymans  <wim@fluendo.com>
9498
9499         * gst/videotestsrc/gstvideotestsrc.c:
9500         (gst_video_test_src_class_init), (gst_video_test_src_init),
9501         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9502         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9503         (gst_video_test_src_create):
9504         * gst/videotestsrc/gstvideotestsrc.h:
9505         Implement seeking in videotestsrc.
9506         Small cleanups.
9507
9508 2005-12-12  Wim Taymans  <wim@fluendo.com>
9509
9510         * ext/cdparanoia/Makefile.am:
9511         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9512         (gst_paranoia_endian_get_type), (_do_init),
9513         (cdparanoia_class_init), (cdparanoia_init),
9514         (cdparanoia_set_property), (cdparanoia_get_property),
9515         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9516         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9517         (cdparanoia_convert), (cdparanoia_get_query_types),
9518         (cdparanoia_query), (cdparanoia_set_index),
9519         (cdparanoia_uri_set_uri):
9520         * ext/cdparanoia/gstcdparanoia.h:
9521         Partially ported cdparanoia now that basesrc can support a
9522         plugin like this..
9523
9524 2005-12-12  Wim Taymans  <wim@fluendo.com>
9525
9526         * tests/examples/seek/scrubby.c: (main):
9527         Set higher priority for bus events so they don't get reordered with
9528         gtk gui events.
9529
9530         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9531         (flush_toggle_cb), (main):
9532         Added checkbox to disable flushing seeks. 
9533         Disable scrubbing when doing non flushing seeks.
9534
9535 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9538         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9539         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9540         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9541           Implement some sort of event handling that doesn't rely on
9542           g_return_if_fail; make sure we always push the last chunk of an 
9543           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9544           state change function; remove some old cruft. Seeking is still
9545           rather unlikely to work though.
9546
9547         * tools/.cvsignore:
9548           Ignore more.
9549
9550 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9551
9552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9553         Fixed a leak of the current image reference when cleaning up.
9554         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9555
9556 2005-12-09  Michael Smith  <msmith@fluendo.com>
9557
9558         * tools/Makefile.am:
9559         * tools/gst-launch-ext-m.m:
9560           Remove gst-launch-ext. It doesn't work, and is no longer
9561           particularly useful.
9562
9563 2005-12-08  Luca Ognibene  <luogni@tin.it>
9564
9565         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9566           don't pass random values to ogmparse convert function.
9567           Make seeking possible in the exile1.ogm file.
9568
9569 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9572         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9573           Work around refcount problem with g_value_set_object() that occur
9574           if the core has been compiled against GLib-2.6 (g_value_set_object()
9575           will only g_object_ref() the element, but the caller will
9576           gst_object_unref() it and bad things will happen due to the way
9577           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9578           totem for people on FC4 using Thomas's 0.10 RPMs.
9579           
9580 2005-12-07  Edward Hervey  <edward@fluendo.com>
9581
9582         Time to welcome ogm to 0.10 :)
9583         
9584         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9585         (gst_ogg_pad_typefind):
9586         Oggdemux can now properly typefind elements with dynamic pads.
9587         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9588         Properly set caps on src pad, and set caps on outgoing buffers.
9589
9590 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9591
9592         * ext/alsa/gstalsamixer.h:
9593         * ext/alsa/gstalsamixerelement.h:
9594         * ext/alsa/gstalsamixeroptions.h:
9595         * ext/alsa/gstalsamixertrack.h:
9596         * ext/alsa/gstalsasink.c:
9597         * ext/alsa/gstalsasink.h:
9598         * ext/alsa/gstalsasrc.c:
9599         * ext/alsa/gstalsasrc.h:
9600         * ext/cdparanoia/gstcdparanoia.h:
9601         * ext/gnomevfs/gstgnomevfsuri.h:
9602         * ext/ogg/gstoggdemux.c:
9603         * ext/ogg/gstoggmux.c:
9604         * ext/pango/gsttextoverlay.h:
9605         * ext/theora/theoradec.c:
9606         * ext/theora/theoraenc.c:
9607         * ext/vorbis/vorbisdec.h:
9608         * ext/vorbis/vorbisenc.c:
9609         * ext/vorbis/vorbisenc.h:
9610         * ext/vorbis/vorbisparse.h:
9611         * gst-libs/gst/audio/gstaudioclock.h:
9612         * gst-libs/gst/audio/gstaudiosink.c:
9613         * gst-libs/gst/audio/gstaudiosink.h:
9614         * gst-libs/gst/audio/gstaudiosrc.c:
9615         * gst-libs/gst/audio/gstaudiosrc.h:
9616         * gst-libs/gst/audio/gstbaseaudiosink.c:
9617         * gst-libs/gst/audio/gstbaseaudiosink.h:
9618         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9619         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9620         * gst-libs/gst/audio/gstringbuffer.h:
9621         * gst-libs/gst/audio/multichannel.h:
9622         * gst-libs/gst/floatcast/floatcast.h:
9623         * gst-libs/gst/interfaces/colorbalance.c:
9624         * gst-libs/gst/interfaces/colorbalance.h:
9625         * gst-libs/gst/interfaces/colorbalancechannel.h:
9626         * gst-libs/gst/interfaces/mixer.h:
9627         * gst-libs/gst/interfaces/mixeroptions.h:
9628         * gst-libs/gst/interfaces/mixertrack.h:
9629         * gst-libs/gst/interfaces/navigation.h:
9630         * gst-libs/gst/interfaces/propertyprobe.h:
9631         * gst-libs/gst/interfaces/tuner.h:
9632         * gst-libs/gst/interfaces/tunerchannel.h:
9633         * gst-libs/gst/interfaces/tunernorm.h:
9634         * gst-libs/gst/interfaces/xoverlay.h:
9635         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9636         * gst-libs/gst/riff/riff-ids.h:
9637         * gst-libs/gst/riff/riff-media.h:
9638         * gst-libs/gst/riff/riff-read.h:
9639         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9640         * gst-libs/gst/rtp/gstbasertppayload.c:
9641         * gst-libs/gst/rtp/gstbasertppayload.h:
9642         * gst-libs/gst/rtp/gstrtpbuffer.c:
9643         * gst-libs/gst/rtp/gstrtpbuffer.h:
9644         * gst-libs/gst/tag/gsttageditingprivate.h:
9645         * gst-libs/gst/tag/gstvorbistag.c:
9646         (gst_tag_list_from_vorbiscomment_buffer):
9647         * gst-libs/gst/tag/tag.h:
9648         * gst-libs/gst/video/video.h:
9649         * gst/adder/gstadder.c:
9650         * gst/adder/gstadder.h:
9651         * gst/audioconvert/audioconvert.c:
9652         * gst/audioconvert/audioconvert.h:
9653         * gst/audioconvert/gstaudioconvert.c:
9654         * gst/audioconvert/gstchannelmix.c:
9655         * gst/audioconvert/gstchannelmix.h:
9656         * gst/audiorate/gstaudiorate.c:
9657         * gst/audioresample/buffer.h:
9658         * gst/audioresample/functable.h:
9659         * gst/audioresample/gstaudioresample.c:
9660         * gst/audioresample/resample.h:
9661         * gst/ffmpegcolorspace/avcodec.h:
9662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9663         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9664         * gst/ffmpegcolorspace/imgconvert.c:
9665         * gst/ffmpegcolorspace/imgconvert_template.h:
9666         * gst/playback/gstdecodebin.c:
9667         * gst/playback/gstplaybasebin.h:
9668         * gst/playback/gstplaybin.c:
9669         * gst/playback/gststreaminfo.h:
9670         * gst/tcp/gstfdset.c:
9671         * gst/tcp/gstfdset.h:
9672         * gst/tcp/gstmultifdsink.c:
9673         * gst/tcp/gstmultifdsink.h:
9674         * gst/tcp/gsttcp.h:
9675         * gst/tcp/gsttcpclientsrc.c:
9676         * gst/tcp/gsttcpclientsrc.h:
9677         * gst/tcp/gsttcpplugin.h:
9678         * gst/tcp/gsttcpserversink.c:
9679         * gst/tcp/gsttcpserversrc.c:
9680         * gst/typefind/gsttypefindfunctions.c:
9681         * gst/videorate/gstvideorate.c:
9682         * gst/videotestsrc/gstvideotestsrc.h:
9683         * gst/videotestsrc/videotestsrc.h:
9684         * sys/v4l/gstv4lcolorbalance.h:
9685         * sys/v4l/gstv4ltuner.h:
9686         * sys/v4l/gstv4lxoverlay.h:
9687         * sys/v4l/v4l_calls.h:
9688         * sys/v4l/videodev_mjpeg.h:
9689         * tests/check/elements/audioconvert.c:
9690         * tests/check/elements/audioresample.c:
9691         * tests/check/elements/audiotestsrc.c:
9692         * tests/check/elements/videotestsrc.c:
9693         * tests/check/elements/volume.c:
9694         * tests/examples/seek/scrubby.c:
9695         * tests/examples/seek/seek.c:
9696           expand tabs
9697
9698 === release 0.10.0 ===
9699
9700 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9701
9702         * configure.ac:
9703           releasing 0.10.0, "Mont-d'or"
9704
9705 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9706
9707         * tests/examples/seek/Makefile.am:
9708         Build fix for when gtk is not available.
9709
9710 2005-12-05  Andy Wingo  <wingo@pobox.com>
9711
9712         * ext/libvisual/visual.c: (get_buffer):
9713         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9714         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9715         * ext/theora/theoradec.c: (theora_handle_data_packet):
9716         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9717         (theora_enc_chain):
9718         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9719         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9720         Update for alloc_buffer changes.
9721
9722 2005-12-05  Andy Wingo  <wingo@pobox.com>
9723
9724         patch by: Kai Vehmanen <kv2004 eca cx>
9725         
9726         * gst-libs/gst/rtp/gstbasertpdepayload.c
9727         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9728
9729 2005-12-04  Andy Wingo  <wingo@pobox.com>
9730
9731         patch by: Sebastien Cote <sebas642 yahoo ca>
9732         
9733         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9734         Fixes #319172.
9735
9736 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9737
9738         * docs/plugins/Makefile.am:
9739         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9740         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9741         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9742         * ext/pango/gstclockoverlay.c:
9743         * ext/pango/gsttextoverlay.c: 
9744         * ext/pango/gsttextrender.c:
9745         * ext/pango/gsttimeoverlay.c:
9746           Add gtk-doc blurbs to pango elements.
9747
9748 2005-12-02  Wim Taymans  <wim@fluendo.com>
9749
9750         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9751         * gst/audioresample/buffer.h:
9752         * gst/audioresample/gstaudioresample.c:
9753         * gst/audioresample/gstaudioresample.h:
9754         * gst/audioresample/resample.c: (resample_input_flush),
9755         (resample_input_pushthrough), (resample_input_eos),
9756         (resample_get_output_size_for_input),
9757         (resample_get_input_size_for_output), (resample_get_output_size),
9758         (resample_get_output_data):
9759         * gst/audioresample/resample.h:
9760         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9761         Fix audioresample, seek torture, new segments, reverse negotiation
9762         etc.. work fine.
9763
9764 2005-12-02  Wim Taymans  <wim@fluendo.com>
9765
9766         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9767         Small cleanups.
9768
9769 2005-12-02  Wim Taymans  <wim@fluendo.com>
9770
9771         * gst/audioconvert/gstaudioconvert.c:
9772         (gst_audio_convert_transform):
9773         Post errors.
9774
9775 === release 0.9.7 ===
9776
9777 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9778
9779         * configure.ac:
9780           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9781
9782 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9783
9784         * Makefile.am:
9785         * po/hu.po:
9786         * win32/MANIFEST:
9787         * win32/gst.sln:
9788           add win32 MANIFEST file
9789           do something to the hungarian translation
9790
9791 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * ext/Makefile.am:
9794           Add $(PANGO_DIR) to SUBDIRS
9795
9796         * ext/pango/gstclockoverlay.c:
9797         * ext/pango/gsttimeoverlay.c:
9798           Fix and improve element descriptions.
9799
9800 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9801
9802         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9803         * docs/plugins/inspect/plugin-libvisual.xml:
9804         * docs/plugins/inspect/plugin-pango.xml:
9805           add pango plugin to docs
9806
9807 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9808
9809         * configure.ac:
9810         * ext/Makefile.am:
9811           moved pango to base
9812
9813 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9814
9815         * configure.ac:
9816         * tests/Makefile.am:
9817         * tests/icles/.cvsignore:
9818         * tests/icles/Makefile.am:
9819         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9820         (close_display), (resize_window), (move_window), (create_window),
9821         (terminate_playback), (pause_playback), (start_playback), (main):
9822           add stress test for xoverlay from Julien
9823
9824 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9825
9826         * docs/libs/tmpl/gstcolorbalance.sgml:
9827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9828         * gst-libs/gst/rtp/gstbasertppayload.c:
9829         * gst-libs/gst/rtp/gstrtpbuffer.c:
9830         * gst-libs/gst/rtp/gstrtpbuffer.h:
9831           Do burger's rename for rtp payloaders and depayloaders
9832
9833 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9834
9835         * win32/:
9836           add Visual Studio 6 build files
9837
9838 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9839
9840         * docs/libs/gst-plugins-base-libs-docs.sgml:
9841         * docs/libs/gst-plugins-base-libs-sections.txt:
9842         * docs/libs/tmpl/gstaudio.sgml:
9843         * docs/libs/tmpl/gstringbuffer.sgml:
9844         * gst-libs/gst/interfaces/xoverlay.c:
9845         * gst-libs/gst/video/gstvideofilter.c:
9846         * gst-libs/gst/video/gstvideosink.c:
9847           update documentation
9848
9849 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9850
9851         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9852         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9853         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9854         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9855         (gst_multi_fd_sink_get_stats),
9856         (gst_multi_fd_sink_remove_client_link),
9857         (gst_multi_fd_sink_handle_client_read),
9858         (gst_multi_fd_sink_client_queue_data),
9859         (gst_multi_fd_sink_client_queue_caps),
9860         (gst_multi_fd_sink_client_queue_buffer),
9861         (gst_multi_fd_sink_new_client),
9862         (gst_multi_fd_sink_handle_client_write),
9863         (gst_multi_fd_sink_recover_client),
9864         (gst_multi_fd_sink_queue_buffer),
9865         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9866         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9867         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9868         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9869         * gst/tcp/gstmultifdsink.h:
9870         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9871         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9872         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9873         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9874         (gst_tcp_client_sink_set_property),
9875         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9876         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9877         * gst/tcp/gsttcpclientsink.h:
9878         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9879         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9880         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9881         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9882         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9883         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9884         * gst/tcp/gsttcpclientsrc.h:
9885         * gst/tcp/gsttcpplugin.c: (plugin_init):
9886         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9887         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9888         (gst_tcp_server_sink_finalize),
9889         (gst_tcp_server_sink_handle_server_read),
9890         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9891         (gst_tcp_server_sink_set_property),
9892         (gst_tcp_server_sink_get_property),
9893         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9894         * gst/tcp/gsttcpserversink.h:
9895         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9896         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9897         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9898         (gst_tcp_server_src_set_property),
9899         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9900         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9901         * gst/tcp/gsttcpserversrc.h:
9902           more borgifying
9903
9904 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9905
9906         * docs/plugins/Makefile.am:
9907         * docs/plugins/gst-plugins-base-plugins.args:
9908         * docs/plugins/inspect/plugin-libvisual.xml:
9909         * gst/audioconvert/plugin.h:
9910         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9911         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9912         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9913         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9914         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9915         (plugin_init):
9916         * gst/audiotestsrc/gstaudiotestsrc.c:
9917         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9918         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9919         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9920         (gst_audio_test_src_get_query_types),
9921         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9922         (gst_audio_test_src_create_square),
9923         (gst_audio_test_src_create_saw),
9924         (gst_audio_test_src_create_triangle),
9925         (gst_audio_test_src_create_silence),
9926         (gst_audio_test_src_create_white_noise),
9927         (gst_audio_test_src_init_pink_noise),
9928         (gst_audio_test_src_generate_pink_noise_value),
9929         (gst_audio_test_src_create_pink_noise),
9930         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9931         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9932         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9933         (plugin_init):
9934         * gst/audiotestsrc/gstaudiotestsrc.h:
9935         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9936         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9937         (gst_sub_parse_init), (gst_sub_parse_formats),
9938         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9939         (convert_encoding), (get_next_line),
9940         (gst_sub_parse_data_format_autodetect),
9941         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9942         (gst_sub_parse_loop), (gst_sub_parse_chain),
9943         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9944         (plugin_init):
9945         * gst/subparse/gstsubparse.h:
9946         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9947         (gst_video_rate_base_init), (gst_video_rate_class_init),
9948         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9949         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9950         (gst_video_rate_init), (gst_video_rate_event),
9951         (gst_video_rate_chain), (gst_video_rate_set_property),
9952         (gst_video_rate_get_property), (gst_video_rate_change_state),
9953         (plugin_init):
9954         * gst/videoscale/gstvideoscale.c:
9955         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9956         (gst_video_scale_src_template_factory),
9957         (gst_video_scale_sink_template_factory),
9958         (gst_video_scale_get_type), (gst_video_scale_base_init),
9959         (gst_video_scale_class_init), (gst_video_scale_init),
9960         (gst_video_scale_set_property), (gst_video_scale_get_property),
9961         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9962         (gst_video_scale_prepare_size), (parse_caps),
9963         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9964         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9965         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9966         (plugin_init):
9967         * gst/videoscale/gstvideoscale.h:
9968         * gst/videotestsrc/gstvideotestsrc.c:
9969         (gst_video_test_src_pattern_get_type),
9970         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9971         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9972         (gst_video_test_src_set_pattern),
9973         (gst_video_test_src_set_property),
9974         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9975         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9976         (gst_video_test_src_event), (gst_video_test_src_get_times),
9977         (gst_video_test_src_create), (plugin_init):
9978         * gst/videotestsrc/gstvideotestsrc.h:
9979         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9980         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9981         (gst_video_test_src_black):
9982         * gst/videotestsrc/videotestsrc.h:
9983           borgify further
9984           clean up docs a little
9985
9986 2005-11-30  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9989         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9990         (gst_basertppayload_event), (gst_basertppayload_push),
9991         (gst_basertppayload_change_state):
9992         * gst-libs/gst/rtp/gstbasertppayload.h:
9993         closed #320644.
9994
9995 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9996
9997         * docs/libs/gst-plugins-base-libs-docs.sgml:
9998         * docs/libs/gst-plugins-base-libs-sections.txt:
9999         * gst-libs/gst/video/gstvideofilter.c:
10000         * gst-libs/gst/video/gstvideosink.c:
10001         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10002
10003 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10004
10005         * LICENSE:
10006           move
10007         * po/af.po:
10008         * po/az.po:
10009         * po/cs.po:
10010         * po/en_GB.po:
10011         * po/hu.po:
10012         * po/it.po:
10013         * po/nb.po:
10014         * po/nl.po:
10015         * po/or.po:
10016         * po/sq.po:
10017         * po/sr.po:
10018         * po/sv.po:
10019         * po/uk.po:
10020         * po/vi.po:
10021         * Makefile.am:
10022           update
10023         * scripts/autoplugins.sh:
10024           remove
10025
10026 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10027
10028         * Makefile.am:
10029         * configure.ac:
10030         * examples/Makefile.am:
10031         * examples/capsfilter/Makefile.am:
10032         * examples/capsfilter/capsfilter1.c:
10033         * examples/gob/Makefile.am:
10034         * examples/gob/gst-identity2.gob:
10035         * examples/indexing/.cvsignore:
10036         * examples/indexing/Makefile.am:
10037         * examples/indexing/indexmpeg.c:
10038         * examples/seeking/.cvsignore:
10039         * examples/seeking/Makefile.am:
10040         * examples/seeking/cdparanoia.c:
10041         * examples/seeking/cdplayer.c:
10042         * examples/seeking/chained.c:
10043         * examples/seeking/scrubby.c:
10044         * examples/seeking/seek.c:
10045         * examples/stats/Makefile.am:
10046         * examples/stats/mp2ogg.c:
10047         * examples/switch/.cvsignore:
10048         * examples/switch/Makefile.am:
10049         * examples/switch/switcher.c:
10050         * tests/Makefile.am:
10051         * tests/check/generic/.cvsignore:
10052         * tests/check/pipelines/.cvsignore:
10053         * tests/examples/Makefile.am:
10054         * tests/examples/seek/Makefile.am:
10055           reorganize stuff under tests/
10056
10057 2005-11-30  Edward Hervey  <edward@fluendo.com>
10058
10059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10060         Go away you stupid GstStaticPadTemplate memleak.
10061
10062 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10063
10064         * gst-libs/gst/net/Makefile.am:
10065         * gst-libs/gst/net/README:
10066         * gst-libs/gst/net/gstnetbuffer.c:
10067         * gst-libs/gst/net/gstnetbuffer.h:
10068           this was moved to "netbuffer"
10069
10070 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10071
10072         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10073         (gst_video_filter_class_init), (gst_video_filter_init):
10074         * gst-libs/gst/video/gstvideofilter.h:
10075           borgify name to bring in line with other classes
10076
10077 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10078
10079         * gst/audioscale/.cvsignore:
10080         * gst/audioscale/Makefile.am:
10081         * gst/audioscale/README:
10082         * gst/audioscale/audioscale.vcproj:
10083         * gst/audioscale/dtof.c:
10084         * gst/audioscale/dtos.c:
10085         * gst/audioscale/functable.c:
10086         * gst/audioscale/gstaudioscale.c:
10087         * gst/audioscale/gstaudioscale.h:
10088         * gst/audioscale/private.h:
10089         * gst/audioscale/resample.c:
10090         * gst/audioscale/resample.h:
10091         * gst/audioscale/test.c:
10092           remove
10093
10094 2005-11-30  Edward Hervey  <edward@fluendo.com>
10095
10096         * gst-libs/gst/netbuffer/Makefile.am:
10097         really, really tired
10098
10099 2005-11-30  Edward Hervey  <edward@fluendo.com>
10100
10101         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10102         Update for new GstTypeFindFactory _register()
10103
10104 2005-11-30  Edward Hervey  <edward@fluendo.com>
10105
10106         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10107         Let's not override libgstnet from core for no reason...
10108         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10109         Ok, maybe not so quick next time.
10110
10111 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10112
10113         * configure.ac:
10114         * gst-libs/gst/Makefile.am:
10115           moved gst-libs/gst/net to netbuffer through CVS surgery
10116           remove old directory
10117           updating build to accomodate
10118           (#322257)
10119
10120 2005-11-29  Andy Wingo  <wingo@pobox.com>
10121
10122         * pkgconfig/gstreamer-plugins-base.pc.in:
10123         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10124         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10125         (#322257).
10126
10127 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10128
10129         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10130         3rd time's the charm. Correct ref-counting for discarded buffers.
10131
10132 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10133
10134         * gst/playback/gststreamselector.c:
10135         (gst_stream_selector_class_init),
10136         (gst_stream_selector_set_property),
10137         (gst_stream_selector_get_property),
10138         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10139         Fix ref-counting
10140
10141 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10142
10143         * gst/subparse/gstsubparse.c: (feed_textbuf):
10144           Don't access already unref'ed buffer.
10145
10146 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10147
10148         * gst/playback/gststreamselector.c:
10149         (gst_stream_selector_class_init), (gst_stream_selector_init),
10150         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10151         (gst_stream_selector_get_property),
10152         (gst_stream_selector_get_linked_pad),
10153         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10154         * gst/playback/gststreamselector.h:
10155         Add the active-pad property for playbin to use shortly. Ignore buffers
10156         from any other pad, returning GST_FLOW_NOT_LINKED
10157
10158 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10159
10160         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10161         patch from bug #322704 (Alessandro Decina).
10162
10163 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10164
10165         * gst-libs/gst/audio/Makefile.am:
10166           folded audiofilter into the audio library
10167
10168 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10169
10170         * gst/videoscale/gstvideoscale.h:
10171         * gst/videoscale/gstvideoscale.c:
10172           remove unimplemented scale methods
10173
10174 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10177           Don't leak caps.
10178
10179 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10180
10181         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10182         (gst_ximagesink_setcaps):
10183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10184         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10185         happens (only visible on ximagesink but bug is in xv too) set_caps was
10186         destroying the internal x[v]image used to memcpy non locally alloced
10187         buffers so that it got renewed on next _chain. The issue is that 
10188         _expose will try to put that image as it reffed it in _put.
10189         Using gst_buffer_unref instead of destroy fixes it !
10190
10191 2005-11-28  Edward Hervey  <edward@fluendo.com>
10192
10193         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10194         (try_to_link_1), (queue_filled_cb):
10195         Better use of the queues. Start with a small size queue and only increase
10196         the size of the queues when the other queues are empty.
10197
10198 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10199
10200         * gst-libs/gst/video/Makefile.am:
10201           compile in copied-over videofilter into the video library
10202         * gst-libs/gst/video/videosink.h:
10203           rename the header to gstvideosink.h since it's a base GstObject class
10204         * sys/ximage/ximagesink.h:
10205         * sys/xvimage/xvimagesink.h:
10206           use the new header
10207
10208 2005-11-28  Wim Taymans  <wim@fluendo.com>
10209
10210         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10211         * gst/playback/gstplaybasebin.h:
10212         Prepare to handle errors betters.
10213
10214         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10215         Set sinks to PAUSED first before adding and linking them so that
10216         we don't interrupt dataflow.
10217
10218 2005-11-28  Wim Taymans  <wim@fluendo.com>
10219
10220         * gst-libs/gst/audio/TODO:
10221         Updated TODO
10222
10223         * gst-libs/gst/audio/gstaudiosink.c:
10224         (gst_audioringbuffer_open_device),
10225         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10226         (gst_audioringbuffer_release):
10227         Small cleanups.
10228
10229         * gst-libs/gst/audio/gstbaseaudiosink.c:
10230         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10231         (gst_base_audio_sink_change_state):
10232         Slave to the master clock when going to PLAYING and unslave when
10233         going to PAUSED.
10234
10235         * gst-libs/gst/audio/gstringbuffer.c:
10236         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10237         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10238         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10239         (gst_ring_buffer_clear_all), (wait_segment),
10240         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10241         (gst_ring_buffer_advance):
10242         * gst-libs/gst/audio/gstringbuffer.h:
10243         Add some docs and cleanups.
10244
10245 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10246
10247         * sys/xvimage/xvimagesink.c:
10248         (gst_xvimagesink_navigation_send_event): Fix navigation events
10249         coordinates translation with pixel aspect ratios.
10250
10251 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10252
10253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10254         Use calculated video geometry from _setcaps instead of buffer
10255         caps to respect pixel aspect ratio. (fixes #322388)
10256
10257 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10258
10259         * docs/libs/tmpl/gstcolorbalance.sgml:
10260         * docs/libs/tmpl/gstmixer.sgml:
10261         * docs/libs/tmpl/gstxoverlay.sgml:
10262         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10263         interface.
10264
10265 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10266
10267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10268         Refuse to create an XvImage if we can't find the format.
10269
10270 2005-11-28  Edward Hervey  <edward@fluendo.com>
10271
10272         * gst-libs/gst/riff/riff-media.c:
10273         (gst_riff_create_audio_template_caps):
10274         Add ATRAC3 to the list of riff-possible audio caps.
10275         I know we still don't have a plugin for atrac3, but it's saner to output
10276         that than a cryptic mimetype.
10277
10278 2005-11-27  Edward Hervey  <edward@fluendo.com>
10279
10280         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10281         Don't try to create a zero-sized subbuffer.
10282
10283 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10284
10285         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10286         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10287         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10288         (gst_ximagesink_expose): Fixed a tricky race.
10289         * sys/ximage/ximagesink.h:
10290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10291         (gst_xvimagesink_expose): Fixed a tricky race.
10292         * sys/xvimage/xvimagesink.h:
10293
10294 2005-11-27  Edward Hervey  <edward@fluendo.com>
10295
10296         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10297         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10298         Remove unused properties, and add queues between demuxers and decoders
10299         so that a lot more files can preroll properly.
10300
10301 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10302
10303         * gst-libs/gst/net/Makefile.am:
10304         * gst-libs/gst/rtp/Makefile.am:
10305         * gst-libs/gst/tag/Makefile.am:
10306           remove silly include
10307         * gst/tags/Makefile.am:
10308         * gst/tags/gsttagediting.c:
10309         * gst/tags/gsttageditingprivate.h:
10310         * gst/tags/tagedit.vcproj:
10311           remove directory, is as good as empty
10312
10313 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10314
10315         * configure.ac:
10316           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10317         * gst-libs/Makefile.am:
10318         * gst-libs/gst/audio/Makefile.am:
10319         * gst-libs/gst/interfaces/Makefile.am:
10320         * gst-libs/gst/net/Makefile.am:
10321         * gst-libs/gst/riff/Makefile.am:
10322         * gst-libs/gst/rtp/Makefile.am:
10323         * gst-libs/gst/tag/Makefile.am:
10324         * gst-libs/gst/video/Makefile.am:
10325           and use them
10326
10327 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10328
10329         * docs/libs/tmpl/gstcolorbalance.sgml:
10330         * docs/libs/tmpl/gstmixer.sgml:
10331         * docs/libs/tmpl/gstxoverlay.sgml:
10332         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10333         * sys/ximage/ximagesink.h:
10334         * sys/xvimage/xvimagesink.h: More and more documentation.
10335
10336 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10337
10338         * docs/libs/gst-plugins-base-libs-docs.sgml:
10339         * docs/libs/gst-plugins-base-libs-sections.txt:
10340         * docs/libs/tmpl/gstcolorbalance.sgml:
10341         * docs/libs/tmpl/gstmixer.sgml:
10342         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10343         to documentation.
10344
10345 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10346
10347         * docs/plugins/Makefile.am:
10348         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10349         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10350         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10351
10352 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10353
10354         * docs/plugins/Makefile.am:
10355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10357         * docs/plugins/inspect/plugin-adder.xml:
10358         * docs/plugins/inspect/plugin-alsa.xml:
10359         * docs/plugins/inspect/plugin-audioconvert.xml:
10360         * docs/plugins/inspect/plugin-audiorate.xml:
10361         * docs/plugins/inspect/plugin-audioresample.xml:
10362         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10363         * docs/plugins/inspect/plugin-decodebin.xml:
10364         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10365         * docs/plugins/inspect/plugin-gnomevfs.xml:
10366         * docs/plugins/inspect/plugin-ogg.xml:
10367         * docs/plugins/inspect/plugin-playbin.xml:
10368         * docs/plugins/inspect/plugin-subparse.xml:
10369         * docs/plugins/inspect/plugin-tcp.xml:
10370         * docs/plugins/inspect/plugin-theora.xml:
10371         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10372         * docs/plugins/inspect/plugin-video4linux.xml:
10373         * docs/plugins/inspect/plugin-videorate.xml:
10374         * docs/plugins/inspect/plugin-videoscale.xml:
10375         * docs/plugins/inspect/plugin-videotestsrc.xml:
10376         * docs/plugins/inspect/plugin-volume.xml:
10377         * docs/plugins/inspect/plugin-vorbis.xml:
10378         * docs/plugins/inspect/plugin-ximagesink.xml:
10379         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10380         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10381
10382 2005-11-26  Edward Hervey  <edward@fluendo.com>
10383
10384         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10385         Properly return GstFlowReturn from gst_pad_push in chain functions.
10386
10387 2005-11-25  Michael Smith  <msmith@fluendo.com>
10388
10389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10390         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10391         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10392         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10393           Handle various conditions better when we don't understand a stream.
10394           Removes a heap of CRITICALs on ogg streams containing unknown data.
10395
10396 2005-11-24  Andy Wingo  <wingo@pobox.com>
10397
10398         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10399         Be threadsafe.
10400
10401 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10402
10403         * configure.ac: back to HEAD
10404
10405 === release 0.9.6 ===
10406
10407 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10408
10409         * configure.ac:
10410           releasing 0.9.6, "White Eight"
10411
10412 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10413
10414         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10415         * docs/plugins/inspect/plugin-sine.xml:
10416           remove sinesrc some more
10417
10418 2005-11-23  Wim Taymans  <wim@fluendo.com>
10419
10420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10421         If we are reading too slowly, jump forward in the ringbuffer
10422         instead of blocking.
10423
10424 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10425
10426         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10427         (gst_visual_chain):
10428         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10429         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10430         (gst_videorate_chain):
10431         * gst/videotestsrc/gstvideotestsrc.c:
10432         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10433         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10434         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10435         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10436         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10437         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10438           Updates for API changes
10439
10440 2005-11-23  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst-libs/gst/audio/gstbaseaudiosink.c:
10443         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10444         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10445         Fix for calibration API change.
10446
10447 2005-11-23  Michael Smith <msmith@fluendo.com>
10448
10449         * gst-libs/gst/audio/multichannel.c:
10450         (gst_audio_get_channel_positions),
10451         (gst_audio_set_channel_positions),
10452         (gst_audio_set_structure_channel_positions_list),
10453         (gst_audio_fixate_channel_positions):
10454           Use gst_value_array_*() functions on value arrays, not
10455           gst_value_list_*().
10456
10457 2005-11-23  Edward Hervey  <edward@fluendo.com>
10458
10459         * autogen.sh:
10460         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10461         Fixes autogen
10462
10463 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10464
10465         * check/Makefile.am:
10466         * check/elements/videotestsrc.c: (setup_videotestsrc),
10467         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10468         (main):
10469           add a test for videotestsrc
10470
10471 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10472
10473         * gst/sine/.cvsignore:
10474         * gst/sine/Makefile.am:
10475         * gst/sine/gstsinesrc.c:
10476         * gst/sine/gstsinesrc.h:
10477         * gst/sine/sinesrc.vcproj:
10478           and remove sinesrc from the repository.  Closes #321446
10479
10480 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10481
10482         * configure.ac:
10483         * gst-plugins-base.spec.in:
10484           remove sinesrc from the build
10485
10486 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10487
10488         * check/Makefile.am:
10489         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10490         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10491         (main):
10492           add a test for audiotestsrc, testing all waves.  Even seems
10493           leak-free at first glance, nice job Stefan
10494
10495 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10496
10497         * po/af.po:
10498         * po/az.po:
10499         * po/cs.po:
10500         * po/en_GB.po:
10501         * po/hu.po:
10502         * po/it.po:
10503         * po/nb.po:
10504         * po/nl.po:
10505         * po/or.po:
10506         * po/sq.po:
10507         * po/sr.po:
10508         * po/sv.po:
10509         * po/uk.po:
10510         * po/vi.po:
10511           Translation string updates
10512
10513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10514         (gst_v4lsrc_set_caps):
10515         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10516         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10517         * sys/v4l/v4lsrc_calls.h:
10518           Improve v4lsrc, by making it work again.
10519
10520 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10521
10522         * ext/libvisual/visual.c: (gst_visual_chain):
10523           Fix the fps calculations.
10524
10525         * gst/ffmpegcolorspace/avcodec.h:
10526           Move structure element for clarity
10527
10528         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10529         * gst-libs/gst/interfaces/tunernorm.h:
10530         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10531         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10532         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10533         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10534         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10535         (gst_v4lmjpegsrc_getcaps):
10536         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10537         (gst_v4lsrc_set_caps):
10538         * sys/v4l/gstv4lsrc.h:
10539         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10540         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10541         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10542         * sys/v4l/v4lsrc_calls.h:
10543           Fractional framerates...
10544
10545 2005-11-22  Wim Taymans  <wim@fluendo.com>
10546
10547         * gst-libs/gst/audio/gstbaseaudiosink.c:
10548         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10549         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10550         And we provide a clock by default, of course...
10551
10552 2005-11-22  Wim Taymans  <wim@fluendo.com>
10553
10554         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10555         This clock can be slaved to a master clock now.
10556
10557         * gst-libs/gst/audio/gstbaseaudiosink.c:
10558         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10559         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10560         (gst_base_audio_sink_set_clock),
10561         (gst_base_audio_sink_set_property),
10562         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10563         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10564         * gst-libs/gst/audio/gstbaseaudiosink.h:
10565         Handle slaving the internal clock to the clock selected in the
10566         pipeline.
10567         Add property to make the basesink not provide a clock.
10568
10569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10570         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10571         (gst_base_rtp_depayload_wait):
10572         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10573         We can use the clock in GstElement, no need to store it ourselves.
10574
10575 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10576
10577         * docs/libs/tmpl/gstaudio.sgml:
10578           update
10579         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10580         (gst_paranoia_endian_get_type):
10581         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10582         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10583         * gst/audiotestsrc/gstaudiotestsrc.c:
10584         (gst_audiostestsrc_wave_get_type):
10585         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10586         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10587         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10588         (gst_sync_method_get_type), (gst_unit_type_get_type),
10589         (gst_client_status_get_type), (gst_multifdsink_class_init),
10590         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10591         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10592         (gst_multifdsink_get_property):
10593         * gst/tcp/gstmultifdsink.h:
10594         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10595         * gst/videotestsrc/gstvideotestsrc.c:
10596         (gst_videotestsrc_pattern_get_type):
10597           remove deprecated properties
10598           fix up enums to correctly have short lowercase dashed nicks
10599
10600 2005-11-22  Michael Smith <msmith@fluendo.com>
10601
10602         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10603         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10604           Add underscore.
10605
10606 2005-11-22  Michael Smith <msmith@fluendo.com>
10607
10608         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10609         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10610           Use utility method for scaling clocktime for fractional framerates.
10611
10612 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10613
10614         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10615         (gst_visual_chain):
10616         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10617         * ext/theora/theoradec.c: (theora_handle_type_packet):
10618         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10619         (theora_enc_chain):
10620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10621         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10622         * gst-libs/gst/video/video.h:
10623         * gst/ffmpegcolorspace/avcodec.h:
10624         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10625         (gst_ffmpeg_caps_to_pixfmt):
10626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10627         (gst_ffmpegcsp_set_caps):
10628         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10629         (gst_videorate_setcaps), (gst_videorate_blank_data),
10630         (gst_videorate_chain):
10631         * gst/videotestsrc/gstvideotestsrc.c:
10632         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10633         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10634         (gst_videotestsrc_event), (gst_videotestsrc_create):
10635         * gst/videotestsrc/gstvideotestsrc.h:
10636         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10637         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10638         (gst_ximagesink_get_times), (gst_ximagesink_init):
10639         * sys/ximage/ximagesink.h:
10640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10641         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10642         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10643         * sys/xvimage/xvimagesink.h:
10644           Convert elements to use fractions for their framerate.
10645           V4L elements to come later tonight.
10646
10647 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10648
10649         * gst-libs/gst/audio/audio.c:
10650         * gst-libs/gst/audio/audio.h:
10651           remove some deprecated functions
10652
10653 2005-11-22  Andy Wingo  <wingo@pobox.com>
10654
10655         * Update for gst_tag_setter API changes.
10656
10657 2005-11-22  Andy Wingo  <wingo@pobox.com>
10658
10659         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10660         (gst_ogg_demux_perform_seek):
10661         * ext/theora/theoradec.c (theora_dec_sink_event):
10662         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10663         update-funcnames.
10664
10665 2005-11-22  Wim Taymans  <wim@fluendo.com>
10666
10667         * examples/seeking/seek.c: (main):
10668         Give higher priority to bus signals than the gtk events
10669         to fix a race condition in the segment looping.
10670
10671 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10672
10673         * ext/theora/Makefile.am:
10674         * ext/vorbis/Makefile.am:
10675         * gst-libs/gst/tag/Makefile.am:
10676         * gst-plugins-base.spec.in:
10677           Rename libgsttagedit to libgsttag (#322117).
10678
10679 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10680
10681         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10683           Call gst_x_overlay_prepare_xwindow_id() to give applications
10684           a final chance to set their own xwindow id before the video
10685           sink creates its own window.
10686
10687 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10688
10689         * sys/xvimage/xvimagesink.c:
10690         (gst_xvimagesink_navigation_send_event): Handle navigation
10691         events correcly with borders if applicable.
10692
10693 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         Patch by: Luca Ognibene
10696
10697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10698         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10700         (gst_ffmpegcsp_caps_remove_format_info):
10701         * gst/ffmpegcolorspace/imgconvert.c:
10702         * gst/ffmpegcolorspace/imgconvert_template.h:
10703           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10704           #318353); use gst_structure_has_name().
10705
10706 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10707
10708         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10709         (gst_ximagesink_class_init): Add debug macros on functions.
10710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10711         (gst_xvimagesink_xwindow_draw_borders),
10712         (gst_xvimagesink_xvimage_put),
10713         (gst_xvimagesink_xwindow_update_geometry),
10714         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10715         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10716         (gst_xvimagesink_xcontext_clear),
10717         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10718         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10719         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10720         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10721         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10722         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10723         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10724         expose while being PAUSED, out of data flow navigation events, etc..
10725
10726 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10727
10728         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10729         * gst-libs/gst/audio/audio.h:
10730           fix prototype - wondering why the test worked regardless
10731
10732 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10733
10734         * check/Makefile.am:
10735         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10736         * gst-libs/gst/audio/audio.h:
10737           add a method that returns a proper GstClockTime
10738
10739 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10742         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10743         * gst-libs/gst/interfaces/xoverlay.h:
10744           Remove everything having to do with the desired size; add 
10745           gst_x_overlay_prepare_xwindow_id() function; remove the
10746           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10747           post a message on the bus instead (#321816).
10748
10749         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10751         (gst_xvimagesink_xoverlay_init):
10752           Remove desired size stuff (#321816).
10753
10754 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10757         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10758         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10759           Terminate vararg functions with NULL instead of 0 to 
10760           make gcc4 happy.
10761
10762 2005-11-21  Andy Wingo  <wingo@pobox.com>
10763
10764         patch by: Sebastien Cote <sebas642@yahoo.ca>
10765         
10766         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10767         * gst-libs/gst/rtp/gstrtpbuffer.c
10768         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10769
10770 2005-11-21  Andy Wingo  <wingo@pobox.com>
10771
10772         * gst/playback/gstplaybin.c (gen_audio_element) 
10773         (gen_video_element): Use the new MISSING_PLUGIN core error
10774         category. Closes #320060.
10775
10776         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10777         * gst/videorate/gstvideorate.c (gst_videorate_event):
10778         * ext/theora/theoradec.c (theora_dec_sink_event): 
10779         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10780         stream lock.
10781
10782         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10783         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10784         stream lock changes.
10785
10786 2005-11-21  Wim Taymans  <wim@fluendo.com>
10787
10788         * gst-libs/gst/audio/gstbaseaudiosink.c:
10789         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10790         (gst_base_audio_sink_provide_clock),
10791         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10792         (gst_base_audio_sink_change_state):
10793         * gst/audioresample/gstaudioresample.c:
10794         Segment update fix.
10795
10796 2005-11-21  Andy Wingo  <wingo@pobox.com>
10797
10798         * *.h:
10799         * *.c: Ran scripts/update-macros. Oh yes.
10800
10801 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10802
10803         * sys/ximage/Makefile.am:
10804         * sys/ximage/ximage.c:
10805           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10806           remove your old libgstximage.* manually if necessary).
10807
10808 2005-11-21  Michael Smith <msmith@fluendo.com>
10809
10810         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10811           Minimal fix for bug #320200: set the min/max bitrate in the correct
10812           units. A better fix would be to upgrade to the RATEMANAGE2
10813           interface, rather than using the deprecated interface used here, but
10814           that would require an update in our libvorbis dependency (to 1.1),
10815           which is probably undesirable.
10816
10817 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10818
10819         * ext/libvisual/visual.c: (get_buffer):
10820         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10821         (gst_base_audio_src_fixate):
10822         * gst/audioconvert/gstaudioconvert.c:
10823         (gst_audio_convert_fixate_caps):
10824         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10825         * gst/audiotestsrc/gstaudiotestsrc.c:
10826         (gst_audiotestsrc_src_fixate):
10827         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10828         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10829         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10830         * gst/videotestsrc/gstvideotestsrc.c:
10831         (gst_videotestsrc_src_fixate):
10832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10834           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10835           (#322027)
10836
10837
10838 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10841         (gst_riff_create_iavs_caps):
10842         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10843         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10844         (gst_riff_parse_info):
10845         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10846         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10848           Fixes for GST_FOURCC_FORMAT API change.
10849
10850 2005-11-21  Andy Wingo  <wingo@pobox.com>
10851
10852         patch by: Alessandro Dessina <alessandro nnva org>
10853
10854         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10855         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10856         (gst_ogg_parse_chain):
10857         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10858         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10859         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10860         gst_value_list calls on arrays. Fixes #321962.
10861
10862 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10865         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10866         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10867         * gst/adder/gstadder.c: (gst_adder_init),
10868         (gst_adder_request_new_pad), (gst_adder_collected),
10869         (gst_adder_change_state):
10870           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10871           API change.
10872
10873 2005-11-21  Michael Smith <msmith@fluendo.com>
10874
10875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10876         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10877           Properly handle pad_push return values.
10878
10879 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10880
10881         * gst-libs/gst/tag/Makefile.am:
10882         * gst-libs/gst/tag/gstvorbistag.c:
10883         (gst_tag_list_to_vorbiscomment_buffer):
10884           Remove obsolete vorbistag element and debug category.
10885
10886         * gst/playback/gstplaybasebin.c: (check_queue):
10887           Don't divide by 0 when queue-threshold is 0.
10888
10889         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10890           Don't modify an existing pixel-aspect-ratio if we fail to read
10891           a new one.
10892
10893 2005-11-20  Wim Taymans  <wim@fluendo.com>
10894
10895         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10896         (gst_vorbisenc_push_packet):
10897         GST_PAD_IS_USABLE is gone, use the return value of
10898         the push or pad_alloc_buffer instead.
10899
10900 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10901
10902         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10903         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10904         (gst_ximagesink_ximage_destroy),
10905         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10906         (gst_ximagesink_xwindow_new),
10907         (gst_ximagesink_xwindow_update_geometry),
10908         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10909         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10910         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10911         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10912         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10913         (gst_ximagesink_navigation_send_event),
10914         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10915         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10916         (gst_ximagesink_finalize), (gst_ximagesink_init),
10917         (gst_ximagesink_class_init):
10918         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10919         This new version brings correct software scaling, non flickering
10920         window while resizing, pixel aspect ratio handling, usage of
10921         hardware buffer pools, out of data flow event thread for 
10922         navigation and handling of expose events even when being PAUSED,
10923         a new property to keep video aspect ratio when resizing, etc...
10924
10925 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10926
10927         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10928         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10929         handling of PAR.
10930
10931 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10932
10933         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10934         Unsetting IS_SINK flag from the fakesink, so decodebin
10935         never behaves as a sink.
10936
10937 2005-11-17  Wim Taymans  <wim@fluendo.com>
10938
10939         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10940         (gst_base_audio_src_change_state):
10941         Fix the audiosrc base class again, we did not unflush.
10942
10943 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10944
10945         * examples/seeking/seek.c: (make_dv_pipeline),
10946         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10947         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10948         to ogg/vorbis/theora pipeline.
10949
10950 2005-11-17  Wim Taymans  <wim@fluendo.com>
10951
10952         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10953         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10954         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10955         Fix EOS on multiple streams.
10956         More debugging.
10957
10958 2005-11-16  Wim Taymans  <wim@fluendo.com>
10959
10960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10961         (gst_ogg_demux_perform_seek):
10962         Segment done must include stream time.
10963
10964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10965         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10966         (gst_ogg_mux_change_state):
10967         Fix ogg muxer again.
10968
10969 2005-11-16  Wim Taymans  <wim@fluendo.com>
10970
10971         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10972         Fix compile again.
10973
10974 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10975
10976         * ext/libvisual/visual.c: (gst_visual_init):
10977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10978         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10979         (gst_ogg_parse_chain):
10980         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10981         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10982         * ext/theora/theoradec.c: (gst_theora_dec_init):
10983         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10984         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10985         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10986         * gst/adder/gstadder.c: (gst_adder_class_init),
10987         (gst_adder_dispose):
10988         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10989         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10990         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10991           Fix a whole set of pad template leaks
10992
10993 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10994
10995         * check/generic/states.c: (GST_START_TEST):
10996           fix the test so that it only checks for elements that are part of
10997           this source module
10998
10999 2005-11-16  Michael Smith <msmith@fluendo.com>
11000
11001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11002         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11003         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11004         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11005         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11006         (gst_ogg_mux_change_state):
11007           Fix leaking collectpads.
11008
11009 2005-11-16  Edward Hervey  <edward@fluendo.com>
11010
11011         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11012         (gst_videorate_event), (gst_videorate_chain):
11013         Handle segment seeks
11014
11015 2005-11-16  Wim Taymans  <wim@fluendo.com>
11016
11017         * gst-libs/gst/audio/gstbaseaudiosink.c:
11018         (gst_base_audio_sink_provide_clock),
11019         (gst_base_audio_sink_change_state):
11020         Set ringbuffer to non-flushing when going to PAUSED, set to
11021         flushing again when going to READY.
11022
11023         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11024         (gst_ring_buffer_stop):
11025         Start in flushing mode by default.
11026         Don't set flushing in the _stop method, let the app call
11027         this explicitly.
11028
11029 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11030
11031         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11032         * gst-libs/gst/video/videosink.h: Add helper function needed
11033         for video sinks.
11034
11035 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * gst/videoscale/gstvideoscale.c:
11038         (gst_videoscale_handle_src_event):
11039           Don't leak reference to pad parent.
11040
11041 2005-11-16  Wim Taymans  <wim@fluendo.com>
11042
11043         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11044         Set ringbuffer to flushing when stopping so that we don't
11045         block on wait_segment anymore and livelock.
11046
11047 2005-11-16  Wim Taymans  <wim@fluendo.com>
11048
11049         * examples/seeking/seek.c: (send_event), (do_seek),
11050         (loop_toggle_cb), (segment_done), (main):
11051         Added looping checkbox.
11052
11053 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11054
11055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11056         (gst_ogg_demux_init):
11057         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11058         (gst_vorbis_dec_init):
11059           revert unrefs, they don't pass make check
11060
11061 2005-11-15  Johan Dahlin  <johan@gnome.org>
11062
11063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11064         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11065         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11066         (gst_vorbis_dec_init):
11067         Fix pad template leaks. 
11068
11069 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11072           Make state change function thread safe.
11073
11074 2005-11-15  Edward Hervey  <edward@fluendo.com>
11075
11076         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11077         (gst_ogg_demux_class_init):
11078         Implement GstElement::send_event, so we can send seek events
11079         in GST_STATE_READY
11080
11081 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11082
11083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11084         Discovered how to take away flickering while resizing the
11085         window. Please don't put that in ximagesink, refactoring in
11086         progress.
11087
11088 2005-11-14  Michael Smith <msmith@fluendo.com>
11089
11090         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11091         (gst_multifdsink_render):
11092           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11093
11094 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * gst/playback/gstplaybin.c: (gen_audio_element):
11097           Use autoaudiosink, it tends to be more widely available than
11098           autoaudiiosink.
11099           
11100 2005-11-14  Andy Wingo  <wingo@pobox.com>
11101
11102         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11103         as well if it is available. Fixes #316442.
11104
11105 2005-11-14  Michael Smith <msmith@fluendo.com>
11106
11107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11108         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11109         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11110         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11111         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11112         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11113         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11114         (gst_vorbisenc_change_state):
11115           Fix a small memory leak in vorbisenc.
11116           Fix large memory leaks in oggmux, also fix lots of state change
11117           bugs in oggmux.
11118
11119 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * gst/videotestsrc/gstvideotestsrc.c:
11122         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11123         (gst_videotestsrc_src_fixate):
11124           move fixation to a fixate function
11125           remove negotiate function, basesrc's is good enough
11126           fixes a bug for check when using the element alone
11127
11128 2005-11-13  Edward Hervey  <edward@fluendo.com>
11129
11130         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11131         (key_toggle_cb), (main):
11132         Added checkboxes for adding/removing the accurate and key_unit seek
11133         flags.
11134
11135 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11136
11137         * configure.ac: back to HEAD
11138
11139 === release 0.9.5 ===
11140
11141 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11142
11143         * configure.ac:
11144           releasing 0.9.5, "No No Kia"
11145
11146 2005-11-11  Edward Hervey  <edward@fluendo.com>
11147
11148         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11149         Added parse-launch syntax seeking mode for the seeking example.
11150         This should help stress-test even more cases.
11151         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11152
11153 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * sys/xvimage/xvimagesink.c:
11156         (gst_xvimagesink_navigation_send_event):
11157           Check whether peer pad exists before sending navigation events
11158           to it.
11159
11160 2005-11-11  Michael Smith <msmith@fluendo.com>
11161
11162         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11163         (gst_vorbisenc_buffer_from_packet):
11164         * ext/vorbis/vorbisenc.h:
11165           Set duration on encoded buffers. This allows oggmux's
11166           max_page_delay parameter to actually work.
11167
11168 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11171         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11172         (gst_ffmpegcsp_avpicture_fill):
11173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11174         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11175           Make palettes work again (see #132341). Use our own macros
11176           for rounding up.
11177
11178 2005-11-10  Andy Wingo  <wingo@pobox.com>
11179
11180         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11181         string doober.
11182
11183 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11184
11185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11186         (gst_ffmpegcsp_transform_caps):
11187           Prefer passthrough in transform_caps
11188
11189 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11190
11191         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11192           check for ALSA errors properly, instead of relying on ALSA's
11193           error strings to serve to the user.
11194
11195 2005-11-10  Wim Taymans  <wim@fluendo.com>
11196
11197         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11198         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11199         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11200         Modernise the seek code.
11201
11202 2005-11-10  Michael Smith <msmith@fluendo.com>
11203         
11204         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11205         (setup_substreams), (set_active_source):
11206           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11207           trying to go to NULL if we failed to read a file.
11208
11209 2005-11-10  Wim Taymans  <wim@fluendo.com>
11210
11211         * gst/audiotestsrc/gstaudiotestsrc.c:
11212         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11213         (gst_audiotestsrc_create):
11214         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11215         (gst_sinesrc_get_times), (gst_sinesrc_create):
11216         * gst/videotestsrc/gstvideotestsrc.c:
11217         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11218         (gst_videotestsrc_create):
11219         The base class can now sync for us.
11220
11221 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11222
11223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11224           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11225           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11226           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11227           format=(fourcc)I420" ! xvimagesink
11228
11229 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11230
11231         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11232         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11233         (gst_sinesrc_newsegment):
11234           Send newsegment event in TIME format, set duration if
11235           num-buffers is set, fix duration querying.
11236
11237 2005-11-10  Michael Smith <msmith@fluendo.com>
11238
11239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11240         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11241         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11242         (gst_ogg_mux_collected):
11243          Fix EOS handling, partially. Now forwarding an EOS event once we have
11244          EOS on all pads works correctly. However, we still don't properly set
11245          EOS on the actual ogg stream pages.
11246
11247 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11248
11249         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11250           Set elements to NULL state before disposing of them.
11251
11252 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11253
11254         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11257         (gst_base_rtp_depayload_init),
11258         (gst_base_rtp_depayload_set_gst_timestamp):
11259         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11260           We need to send a newsegment event for each instance, not
11261           just for the first instance of this class (get rid of
11262           static variable in function). (#321011).
11263           
11264 2005-11-08  Michael Smith <msmith@fluendo.com>
11265
11266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11267         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11268         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11269         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11270           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11271           This makes us mux things correctly according to the ogg muxing
11272           rules. Still not handling EOS correctly right now, though.
11273
11274 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         * gst/audioconvert/gstaudioconvert.c:
11277           Fix typo in docs. 
11278
11279 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11280
11281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11282         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11283           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11284           creating a new chain; should fix live streaming. Also
11285           add more debug output and fix a typo.
11286
11287 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11288
11289         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11290
11291         * gst/volume/gstvolume.c: (volume_set_caps):
11292           Fix compilation on Solaris with Forte. (#320923)
11293
11294 2005-11-08  Wim Taymans  <wim@fluendo.com>
11295
11296         * gst-libs/gst/audio/gstbaseaudiosink.c:
11297         (gst_base_audio_sink_render):
11298         No need to do a typecheck.
11299
11300 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         * ext/alsa/gstalsa.h:
11303           We register a debug category, so let's use it.
11304
11305 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11306
11307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11308         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11309         Fixed a small problem.
11310
11311 2005-11-04  Wim Taymans  <wim@fluendo.com>
11312
11313         * examples/seeking/Makefile.am:
11314         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11315         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11316         (make_playerbin_pipeline), (format_value), (update_scale),
11317         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11318         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11319         (print_usage), (main):
11320         Added app for playback speed testing.
11321
11322         * examples/seeking/seek.c: (dynamic_link),
11323         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11324         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11325         (message_received), (main):
11326         Updated seek example.
11327
11328 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11329
11330         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11331         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11332         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11333         (gst_base_rtp_depayload_set_clock):
11334         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11335         Don't sleep on the bench (system clock) when you have a nice 
11336         comfortable bed (Gstreamer clock) to sleep on.
11337
11338 2005-11-03  Wim Taymans  <wim@fluendo.com>
11339
11340         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11341         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11342         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11343         Handle the case where a pad_block failed.
11344
11345 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11346
11347         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11348
11349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11350         (gst_base_rtp_depayload_add_to_queue),
11351         (gst_base_rtp_depayload_push),
11352         (gst_base_rtp_depayload_set_gst_timestamp),
11353         (gst_base_rtp_depayload_queue_release):
11354           Fixes some bugs in the depayloader's queuing/de-queueing code.
11355
11356 2005-10-31  Michael Smith <msmith@fluendo.com>
11357
11358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11359         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11360         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11361           Patch from Alessandro Decina <alessandro@nnva.org>.
11362           Make oggdemux only find the final time in a chain, not per-pad,
11363           since the per-pad information can be very expensive to locate, and
11364           it isn't used anywhere. This makes reading a file containing
11365           OggSkeleton reasonably fast.
11366           Also, make chain finding work when there are logical bitstreams that
11367           can't be decoded. Fixes #319110.
11368
11369 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11370
11371         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11372         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11373         (gst_base_rtp_depayload_chain),
11374         (gst_base_rtp_depayload_add_to_queue),
11375         (gst_base_rtp_depayload_push),
11376         (gst_base_rtp_depayload_set_gst_timestamp),
11377         (gst_base_rtp_depayload_queue_release),
11378         (gst_base_rtp_depayload_start_thread),
11379         (gst_base_rtp_depayload_set_property),
11380         (gst_base_rtp_depayload_get_property):
11381         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11382         Some random fixes, to fullfill the desires of thomas.
11383
11384 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11385
11386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11387         (gst_base_rtp_depayload_add_to_queue),
11388         (gst_base_rtp_depayload_push):
11389         Fixed the queueing algorithm.
11390
11391 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11392
11393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11394         (gst_base_rtp_depayload_push):
11395         A small fix
11396
11397 2005-10-31  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst-libs/gst/audio/gstringbuffer.h:
11400         Don't break ABI.
11401
11402         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11403         (gst_ffmpeg_caps_to_pixfmt):
11404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11405         (gst_ffmpegcsp_set_caps):
11406         Some more comments.
11407         Handle missing required caps fields better.
11408
11409 2005-10-31  Wim Taymans  <wim@fluendo.com>
11410
11411         * gst-libs/gst/audio/gstbaseaudiosink.c:
11412         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11413         (gst_base_audio_sink_render):
11414         * gst-libs/gst/audio/gstringbuffer.c:
11415         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11416         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11417         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11418         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11419         (gst_ring_buffer_read):
11420         * gst-libs/gst/audio/gstringbuffer.h:
11421         Add flushing mode to the ringbuffer so that it in all cases does
11422         not try to handle more audio. This makes sure it does not try to
11423         block anymore when flushing and fixes a livelock.
11424
11425 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11428         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11429         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11430           Explicitly check for -1 values before doing a conversion
11431           and always map them to -1. (#315545)
11432
11433 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11434
11435         * gst/playback/gstplaybin.c: (gen_video_element):
11436           first try autovideosink, then xvimagesink, then error out
11437         * po/POTFILES.in:
11438           add translatable file
11439         * po/af.po:
11440         * po/az.po:
11441         * po/cs.po:
11442         * po/en_GB.po:
11443         * po/hu.po:
11444         * po/it.po:
11445         * po/nb.po:
11446         * po/nl.po:
11447         * po/or.po:
11448         * po/sq.po:
11449         * po/sr.po:
11450         * po/sv.po:
11451         * po/uk.po:
11452         * po/vi.po:
11453           update translations
11454
11455 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11456
11457         * gst-libs/gst/rtp/gstbasedepayload.c:
11458         * gst-libs/gst/rtp/gstbasedepayload.h:
11459           Minor cleanups
11460
11461 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * gst/playback/.cvsignore:
11464         * gst/playback/decodetest.c:
11465         * gst/playback/test3.c:
11466           Port these two tests as well.
11467
11468 2005-10-27  Wim Taymans  <wim@fluendo.com>
11469
11470         * ext/theora/theoradec.c: (theora_dec_src_query),
11471         (theora_dec_sink_event):
11472         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11473         (theora_enc_change_state):
11474         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11475         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11476         Take proper locks when handling events.
11477
11478 2005-10-27  Wim Taymans  <wim@fluendo.com>
11479
11480         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11481         (gst_adder_change_state):
11482         Fix timestamps and fix deadlock when stopping the collectpads.
11483
11484 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11485
11486         * gst-libs/gst/rtp/gstrtpbuffer.h:
11487         Declaring the payload types as strings too so that they can be used
11488         in the padtemplate inialization.
11489
11490 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11491
11492         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11493
11494         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11495         (gst_base_rtp_depayload_class_init):
11496         Fixes a small but nasty bug. The derived elements no longer segfaults
11497         on finalization.
11498
11499 2005-10-26  Michael Smith <msmith@fluendo.com>
11500
11501         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11502           When clearing an audioconvert context, set tmpbufsize to zero, so
11503           we'll allocate it again later if required.
11504           This fixes audioconvert re-negotiating formats, which previously
11505           segfaulted with a NULL destination buffer.
11506
11507 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11508
11509         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11510         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11511         (gst_base_rtp_depayload_set_gst_timestamp),
11512         (gst_base_rtp_depayload_queue_release):
11513         Fixed a smalll memleak.
11514
11515 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11516         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11517         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11518         (gst_base_rtp_depayload_finalize),
11519         (gst_base_rtp_depayload_setcaps),
11520         (gst_base_rtp_depayload_add_to_queue),
11521         (gst_base_rtp_depayload_push),
11522         (gst_base_rtp_depayload_set_gst_timestamp),
11523         (gst_base_rtp_depayload_queue_release),
11524         (gst_base_rtp_depayload_thread),
11525         (gst_base_rtp_depayload_change_state):
11526         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11527         Changed the C++ comments to C comments
11528
11529 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11530
11531         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11532         * gst/tcp/gsttcpclientsrc.h:
11533         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11534         * gst/tcp/gsttcpserversrc.h:
11535           Remove unused 'curoffset' structure member.
11536
11537 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11538
11539         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11540         (gst_base_rtp_depayload_base_init),
11541         (gst_base_rtp_depayload_finalize):
11542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11543         * gst-libs/gst/rtp/gstbasertppayload.h:
11544           The pad-template on the sinkpad should be set by the derived classes.
11545           Also added some useful macros.
11546
11547 2005-10-24  Wim Taymans  <wim@fluendo.com>
11548
11549         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11550         Correctly flush decoder samples even if we could not
11551         copy them to an output buffer. Fixes #319618.
11552
11553 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11554
11555         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11557         the caps against our xcontext caps.
11558
11559 2005-10-24  Wim Taymans  <wim@fluendo.com>
11560
11561         * gst-libs/gst/audio/gstbaseaudiosink.c:
11562         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11563         Remove g_print
11564         Use sync property from baseclass to disable sync.
11565
11566 2005-10-24  Wim Taymans  <wim@fluendo.com>
11567
11568         * gst-libs/gst/audio/gstbaseaudiosink.c:
11569         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11570         Buffers with no timestamps get aligned with previous buffers or
11571         on underrun, played ASAP.
11572
11573 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11574
11575         * gst-libs/gst/video/video.h:
11576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11577         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11579         here comes my change on caps for framerate and geometry range.
11580         We are now accepting 1 to MAXINT for width and height, and from
11581         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11582         to be blended correctly in videomixer.
11583
11584 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11585
11586         * configure.ac:
11587           back to HEAD
11588
11589 === release 0.9.4 ===
11590
11591 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11592
11593         * NEWS:
11594         * RELEASE:
11595         * configure.ac:
11596           releasing 0.9.4, "Velociraptor"
11597
11598 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11599
11600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11601         * po/POTFILES.in:
11602           STOPPED -> FAILED
11603
11604 2005-10-21  Wim Taymans  <wim@fluendo.com>
11605
11606         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11607         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11608         (pad_blocked), (close_pad_link), (new_pad):
11609         Don't try to remove elements twice.
11610
11611 2005-10-21  Wim Taymans  <wim@fluendo.com>
11612
11613         * ext/theora/theoradec.c: (theora_dec_src_query),
11614         (theora_dec_sink_event):
11615         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11616         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11617         (vorbis_handle_data_packet):
11618         * ext/vorbis/vorbisdec.h:
11619         Fix old naming.
11620
11621         * gst-libs/gst/audio/gstbaseaudiosink.c:
11622         (gst_base_audio_sink_render):
11623         Don't try to sync on buffers without a timestamp.
11624
11625 2005-10-21  Wim Taymans  <wim@fluendo.com>
11626
11627         * ext/theora/theoradec.c: (theora_dec_src_query),
11628         (theora_dec_sink_event):
11629         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11630         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11631         (vorbis_handle_data_packet):
11632         * ext/vorbis/vorbisdec.h:
11633         Fix old naming.
11634
11635 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11636
11637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11638         (gst_vorbisenc_src_query):
11639           Implement position and duration queries.
11640
11641         * gst/playback/test3.c: (update_scale), (main):
11642           Fix for async state changes and print nicer output.
11643
11644 2005-10-20  Wim Taymans  <wim@fluendo.com>
11645
11646         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11647         (dump_element_stats), (main):
11648         * gst/playback/test6.c: (main):
11649         Fix tests again
11650
11651 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11652
11653         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11654         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11655           Don't use functions for position queries when handling
11656           duration queries.
11657
11658 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11661         (vorbis_handle_data_packet), (vorbis_dec_chain),
11662         (vorbis_dec_change_state):
11663         * ext/vorbis/vorbisdec.h:
11664           Vorbis streams can be embedded in other container formats
11665           than ogg, container formats where the demuxer might set 
11666           timestamps on encoded vorbis buffers instead of those silly 
11667           granulepos thingies. In short: make vorbisdec handle 
11668           timestamps on incoming buffers as well.
11669
11670 2005-10-20  Wim Taymans  <wim@fluendo.com>
11671
11672         * gst/playback/gstplaybasebin.c: (group_destroy),
11673         (gst_play_base_bin_change_state):
11674         Fix leak.
11675         Handle case where playbasebin is now ASYNC because
11676         decodebin is.
11677
11678 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * gst/audioconvert/Makefile.am:
11681         * gst/audioconvert/bufferframesconvert.c:
11682         * gst/audioconvert/plugin.c: (plugin_init):
11683         * gst/audioconvert/plugin.h:
11684           And bye bye buffer-frames-convert
11685
11686 2005-10-19  Wim Taymans  <wim@fluendo.com>
11687
11688         * check/elements/audioconvert.c:
11689         * docs/libs/tmpl/gstaudio.sgml:
11690         * docs/libs/tmpl/gstcolorbalance.sgml:
11691         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11692         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11693         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11694         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11695         * gst-libs/gst/audio/audio.h:
11696         * gst/audioconvert/audioconvert.h:
11697         * gst/audioconvert/gstaudioconvert.c:
11698         (gst_audio_convert_parse_caps):
11699         * gst/volume/gstvolume.c:
11700         Bye bye buffer-frames.
11701
11702 2005-10-19  Wim Taymans  <wim@fluendo.com>
11703
11704         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11705         (query_positions_elems), (query_positions_pads), (update_scale),
11706         (do_seek), (set_update_scale), (message_received), (main):
11707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11708         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11709         (gst_ogg_demux_loop):
11710         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11711         * ext/theora/theoradec.c: (theora_dec_src_query),
11712         (theora_dec_sink_event):
11713         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11714         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11715         * gst/adder/gstadder.c: (gst_adder_query):
11716         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11717         * gst/playback/test3.c: (update_scale):
11718         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11719         (dump_element_stats), (main):
11720         * gst/playback/test6.c: (main):
11721         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11722         Query API update.
11723
11724 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11725
11726         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11727         (xml_check_first_element), (xml_type_find), (smil_type_find),
11728         (plugin_init):
11729           Add typefinding for SMIL and for generic XML. Based on patch by
11730           Akos Maroy (#308663).
11731
11732 2005-10-18  Wim Taymans  <wim@fluendo.com>
11733
11734         * gst/playback/Makefile.am:
11735         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11736         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11737         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11738         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11739         (gst_decode_bin_change_state):
11740         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11741         (gst_play_bin_send_event_to_sink):
11742         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11743         (dump_element_stats), (main):
11744         * gst/playback/test6.c: (main):
11745         Make playbin async, it'll commit state to paused when all streams
11746         are detected.
11747         Remove ugly hack.
11748         Added test6.c to show async behaviour.
11749
11750 2005-10-18  Wim Taymans  <wim@fluendo.com>
11751
11752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11753         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11754         Fix for segment-start/stop API change.
11755
11756 2005-10-18  Wim Taymans  <wim@fluendo.com>
11757
11758         * check/Makefile.am:
11759         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11760         (main):
11761         Add future test for clock selection.
11762
11763 2005-10-18  Wim Taymans  <wim@fluendo.com>
11764
11765         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11766         (gst_alsasink_close):
11767         Set handle to NULL.
11768
11769         * gst-libs/gst/audio/gstringbuffer.c:
11770         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11771         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11772         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11773         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11774         (gst_ring_buffer_read):
11775         More debug info.
11776
11777 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11778
11779         * gst/audiotestsrc/Makefile.am:
11780         * gst/sine/Makefile.am:
11781         * gst/volume/Makefile.am:
11782           fix broken build of controllerized plugins
11783
11784 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11785
11786         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11787
11788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11789         (gst_riff_create_video_template_caps):
11790           Add support for Indeo-3 (IV32).
11791
11792 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11793
11794         * configure.ac:
11795           rewrite
11796
11797 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11798
11799         * gst-libs/gst/video/video.c: (gst_video_get_size):
11800         * gst/audiotestsrc/gstaudiotestsrc.c:
11801           doc updates
11802
11803 2005-10-17  Andy Wingo  <wingo@pobox.com>
11804
11805         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11806         with the collectpads change.
11807         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11808
11809         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11810
11811         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11812
11813         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11814         alloc_buffer flow return to callers.
11815         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11816         change. Fix some memleaks in theoraenc.
11817
11818         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11819         in strange circumstance.
11820
11821 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11822
11823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11824         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11825         from caps, let's use the caps...
11826
11827 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11828
11829         * configure.ac:
11830           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11831
11832 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11833
11834         * gst-libs/gst/interfaces/Makefile.am:
11835           fix silly typo
11836
11837 2005-10-16  Andy Wingo  <wingo@pobox.com>
11838
11839         * gst/playback/gstdecodebin.c
11840         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11841         function!
11842         (try_to_link_1): Increase kraziness level.
11843
11844 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11845
11846         * configure.ac:
11847           restructure like the core one
11848         * gst-libs/gst/audio/Makefile.am:
11849         * gst-libs/gst/interfaces/Makefile.am:
11850         * gst-libs/gst/net/Makefile.am:
11851         * gst-libs/gst/riff/Makefile.am:
11852         * gst-libs/gst/rtp/Makefile.am:
11853         * gst-libs/gst/tag/Makefile.am:
11854         * gst-libs/gst/video/Makefile.am:
11855           use correct linker flags, now the libs are properly versioned
11856         * check/elements/audioconvert.c: (verify_convert):
11857         * ext/alsa/gstalsaplugin.c:
11858         * ext/cdparanoia/gstcdparanoia.c:
11859         * ext/gnomevfs/gstgnomevfs.c:
11860         * ext/libvisual/visual.c:
11861         * ext/ogg/gstogg.c:
11862         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11863         * ext/theora/theora.c:
11864         * ext/vorbis/vorbis.c:
11865         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11866         * gst-libs/gst/tag/gsttagediting.c:
11867         * gst-libs/gst/video/video.c:
11868         * gst/adder/gstadder.c:
11869         * gst/audioconvert/plugin.c:
11870         * gst/audiorate/gstaudiorate.c:
11871         * gst/audioresample/gstaudioresample.c:
11872         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11873         * gst/audioscale/gstaudioscale.c:
11874         * gst/audioscale/resample.c:
11875         * gst/audiotestsrc/gstaudiotestsrc.c:
11876         * gst/ffmpegcolorspace/gstffmpeg.c:
11877         * gst/playback/gstdecodebin.c: (close_pad_link):
11878         * gst/playback/gstplaybin.c: (gen_video_element),
11879         (gen_audio_element):
11880         * gst/sine/gstsinesrc.c:
11881         * gst/subparse/gstsubparse.c:
11882         * gst/tags/gsttagediting.c:
11883         * gst/tcp/gsttcpplugin.c:
11884         * gst/typefind/gsttypefindfunctions.c:
11885         * gst/videorate/gstvideorate.c:
11886         * gst/videoscale/gstvideoscale.c:
11887         * gst/videotestsrc/gstvideotestsrc.c:
11888         * gst/volume/gstvolume.c:
11889         * sys/v4l/gstv4l.c:
11890         * sys/ximage/ximage.c:
11891         * sys/xvimage/xvimagesink.c:
11892           fix up defines
11893
11894 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11895
11896         * ext/vorbis/vorbisenc.c:
11897         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11898         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11899         (gst_tag_to_vorbis_comments):
11900           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11901
11902 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11903
11904         * examples/stats/mp2ogg.c:
11905         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11906           typo fixes
11907
11908 2005-10-13  Michael Smith <msmith@fluendo.com>
11909
11910         * ext/ogg/gstoggmux.c:
11911           Use magic glib macros to define constants as 64 bit, to ensure
11912           appropriate vararg passing.
11913
11914 2005-10-13  Michael Smith <msmith@fluendo.com>
11915
11916         * ext/ogg/gstoggmux.c:
11917         * gst/audioconvert/audioconvert.c: (float):
11918           Don't use LL suffix, as it's not portable, and neither of these
11919           uses required it anyway.
11920
11921 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11922
11923         * examples/indexing/indexmpeg.c: (main):
11924         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11925         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11926         (cdparanoia_convert), (cdparanoia_query):
11927         * ext/cdparanoia/gstcdparanoia.h:
11928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11929         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11930         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11932         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11933         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11934         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11935         (gst_multifdsink_render), (gst_multifdsink_start),
11936         (gst_multifdsink_stop):
11937         * gst/tcp/gstmultifdsink.h:
11938         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11939         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11940         (gst_tcpclientsink_stop):
11941         * gst/tcp/gsttcpclientsink.h:
11942         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11943         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11944         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11945         * gst/tcp/gsttcpclientsrc.h:
11946         * gst/tcp/gsttcpserversink.h:
11947         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11948         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11949         (gst_tcpserversrc_stop):
11950         * gst/tcp/gsttcpserversrc.h:
11951         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11952         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11953         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11954           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11955           moved bitshift from macro to enum definition
11956
11957 2005-10-12  Wim Taymans  <wim@fluendo.com>
11958
11959         * examples/seeking/Makefile.am:
11960         Oops.
11961
11962 2005-10-12  Wim Taymans  <wim@fluendo.com>
11963
11964         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11965         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11966         Don't assert on normal stuff.
11967
11968         * gst/playback/gstplaybin.c: (do_playbin_seek):
11969         API fix.
11970
11971 2005-10-12  Wim Taymans  <wim@fluendo.com>
11972
11973         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11974         * examples/seeking/Makefile.am:
11975         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11976         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11977         (do_seek), (set_update_scale), (message_received), (main):
11978         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11979         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11980         Update for _get_state() API change.
11981
11982 2005-10-11  Wim Taymans  <wim@fluendo.com>
11983
11984         * gst-libs/gst/audio/gstbaseaudiosink.c:
11985         (gst_base_audio_sink_render):
11986         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11987         (gst_base_audio_src_create):
11988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11989         (gst_ring_buffer_read):
11990         Cleanups.
11991         Commit and read from ringbuffer in samples rather than bytes.
11992
11993 2005-10-11  Wim Taymans  <wim@fluendo.com>
11994
11995         * gst-libs/gst/audio/gstbaseaudiosink.c:
11996         (gst_base_audio_sink_render):
11997         Respect segment rate and accum when scheduling samples.
11998
11999 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12000
12001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12002         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12003         EOS correctly, that needs more work.
12004
12005 2005-10-11  Wim Taymans  <wim@fluendo.com>
12006
12007         * check/generic/states.c: (GST_START_TEST):
12008         remove old property.
12009
12010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12011         (gst_ogg_demux_perform_seek):
12012         * ext/theora/theoradec.c: (theora_dec_sink_event):
12013         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12014         (vorbis_handle_data_packet):
12015         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12016         (gst_base_rtp_depayload_set_gst_timestamp):
12017         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12018         Update for newsegment API change.
12019
12020 2005-10-11  Michael Smith <msmith@fluendo.com>
12021
12022         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12023         (do_playbin_seek), (gst_play_bin_send_event):
12024           Override send_event differently, so that we can takes bits of
12025           functionality from GstPipeline (special handling for seeks,
12026           including pausing/resuming, and resetting stream time) and still get
12027           the appropriate behaviour of only forwarding event to a single sink,
12028           rather than all of them.
12029           Unfortunately requires a lot of code duplication, but the
12030           alternatives are equally ugly in the end.
12031
12032 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12033
12034         * check/elements/audioconvert.c: (setup_audioconvert),
12035         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12036         (GST_START_TEST), (audioconvert_suite):
12037           clean up tests a little, fix some leaks.
12038
12039 2005-10-10  Wim Taymans  <wim@fluendo.com>
12040
12041         * ext/alsa/gstalsasink.c:
12042         Also allow unsigned int.
12043
12044         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12045         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12046         Small cleanup
12047
12048 2005-10-10  Wim Taymans  <wim@fluendo.com>
12049
12050         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12051         Small update, use API as stated in design docs.
12052
12053         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12054         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12055         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12056         (message_received), (main):
12057         Updated seek example for GOption. Some usability improvements.
12058
12059 2005-10-10  Wim Taymans  <wim@fluendo.com>
12060
12061         * gst/audioconvert/audioconvert.h:
12062         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12063         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12064         Alloc temp storage somewhere else where we can do it more
12065         portable.
12066
12067 2005-10-10  Wim Taymans  <wim@fluendo.com>
12068
12069         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12070         (gst_tcpserversrc_start):
12071         Don't block in accept while doing the state change, move
12072         to poll and make cancellable.
12073
12074 2005-10-09  Philippe Khalaf <burger@speedy.org>
12075
12076         * gst-libs/gst/rtp/rtpbasedepayload.c:
12077         Set timestamp and add queue delay to timestamp
12078         * gst-libs/gst/rtp/rtpbuffer.h:
12079         Set correct payload type for h263
12080
12081 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12082
12083         * gst/audiotestsrc/gstaudiotestsrc.c:
12084         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12085         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12086         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12087         (gst_audiotestsrc_create_triangle),
12088         (gst_audiotestsrc_create_silence),
12089         (gst_audiotestsrc_create_white_noise),
12090         (gst_audiotestsrc_init_pink_noise),
12091         (gst_audiotestsrc_generate_pink_noise_value),
12092         (gst_audiotestsrc_create_pink_noise),
12093         (gst_audiotestsrc_change_wave):
12094         * gst/audiotestsrc/gstaudiotestsrc.h:
12095           fixed typo, added pink noise
12096
12097 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12098
12099         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12100         (plugin_init):
12101           Add wavpack and spc typefind functions from 0.8 branch.
12102
12103 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12104
12105         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12106         (ar_type_find), (msdos_type_find), (plugin_init):
12107           Add typefind functions for tar archives, ar archives,
12108           RAR archives, and msdos-executables (dlls, exe, etc.).
12109           Some of those would be wrongly identified as mpeg
12110           streams of some sort before (#315550).
12111
12112 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12113
12114         * configure.ac:
12115         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12116         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12117         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12118         * gst/audiotestsrc/Makefile.am:
12119         * gst/audiotestsrc/gstaudiotestsrc.c:
12120         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12121         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12122         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12123         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12124         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12125         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12126         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12127         (gst_audiotestsrc_create_silence),
12128         (gst_audiotestsrc_create_white_noise),
12129         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12130         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12131         (gst_audiotestsrc_start), (plugin_init):
12132         * gst/audiotestsrc/gstaudiotestsrc.h:
12133           add new plugin and element
12134         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12135           use gobject_class
12136
12137 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12140         (gst_adder_init), (gst_adder_request_new_pad),
12141         (gst_adder_change_state):
12142           Add query function to source pad, so adder reports the correct
12143           time/sample position when queried (#315457); fix state change
12144           function; use GST_DEBUG_FUNCPTR() for pad functions.
12145
12146 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12147
12148         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12149           Fix leaks in typefind registration
12150           Clean up the gratuitous commenting and whitespacing a little
12151
12152 2005-10-08  Wim Taymans  <wim@fluendo.com>
12153
12154         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12155         Only actually wait for the thread to be stopped if it's 
12156         running.
12157
12158 2005-10-08  Wim Taymans  <wim@fluendo.com>
12159
12160         * gst-libs/gst/audio/gstbaseaudiosink.c:
12161         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12162         If we receive EOS we can start playback of what we had.
12163
12164 2005-10-08  Wim Taymans  <wim@fluendo.com>
12165
12166         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12167         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12168         (gst_multifdsink_stop):
12169         Fix crasher when going to NULL multiple times.
12170
12171 2005-10-06  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12174         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12175         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12176         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12177         patch from Edgard Lima <edgard.lima@indt.org.br>
12178         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12179
12180 2005-10-06  Wim Taymans  <wim@fluendo.com>
12181
12182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12183         Report the FLOW_RETURN as string in the error message.
12184
12185         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12186         Don't assert when clearing an unnegotiated buffer.
12187
12188 2005-10-04  Michael Smith <msmith@fluendo.com>
12189
12190         * gst/playback/gstplaybasebin.c: (group_destroy),
12191         (gen_preroll_element), (remove_groups), (setup_source):
12192         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12193         (setup_sinks), (gst_play_bin_send_event),
12194         (gst_play_bin_change_state):
12195           Set state to NULL before removing from bin. Fix refcounting.
12196
12197 2005-10-04  Michael Smith <msmith@fluendo.com>
12198
12199         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12200           Correct refcounting in send_event() function. Previously was wrong
12201           if the first sink was unable to handle the event.
12202
12203 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12204
12205         * configure.ac:
12206           back to development
12207
12208 === release 0.9.3 ===
12209
12210 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12211
12212         * configure.ac:
12213           Releasing 0.9.3, "De Facto"
12214
12215 2005-10-03  Andy Wingo  <wingo@pobox.com>
12216
12217         * gst/playback/gstdecodebin.c (try_to_link_1)
12218         (remove_element_chain): set element to NULL before removing it.
12219
12220 2005-10-02  Johan Dahlin  <johan@gnome.org>
12221
12222         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12223         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12224         MT safe.
12225
12226 2005-10-02  Andy Wingo  <wingo@pobox.com>
12227
12228         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12229         (gst_ring_buffer_prepare_read): 
12230         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12231         Demote to LOG.
12232
12233 2005-09-29  Wim Taymans  <wim@fluendo.com>
12234
12235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12236         * ext/theora/theoradec.c: (theora_handle_data_packet):
12237         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12238         Propagate error codes from alloc_buffer too.
12239
12240 2005-09-29  Wim Taymans  <wim@fluendo.com>
12241
12242         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12243         We use fixed caps.
12244
12245         * gst/playback/Makefile.am:
12246         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12247         (dump_element_stats), (main):
12248         Added example stream introspection code.
12249
12250 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12251
12252         * gst/adder/gstadder.c: (gst_adder_collected):
12253           fix adder for float elements
12254
12255 2005-09-28  Wim Taymans  <wim@fluendo.com>
12256
12257         * gst-libs/gst/audio/gstbaseaudiosink.c:
12258         (gst_base_audio_sink_class_init),
12259         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12260         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12261         (gst_base_audio_src_class_init),
12262         (gst_base_audio_src_provide_clock):
12263         get_clock -> provide_clock
12264
12265 2005-09-28  Andy Wingo  <wingo@pobox.com>
12266
12267         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12268         and unlocking.
12269
12270         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12271         unlocking.
12272
12273         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12274         Actually add the pad template.
12275         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12276
12277         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12278         I'm at it...
12279
12280         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12281         from fdsrc. Get caps in create() instead of start() so it can be
12282         interrupted. Interruption somewhat untested.
12283
12284         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12285         Proper EOS handling.
12286
12287 2005-09-27  Andy Wingo  <wingo@pobox.com>
12288
12289         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12290
12291         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12292
12293         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12294
12295         * gst/tcp/gsttcp.h: 
12296         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12297         out of tcpclientsrc.c. Cancellable.
12298         (gst_tcp_socket_read): Made private, cancellable, with better
12299         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12300         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12301         whole buffer, and better diagnostics.
12302         (gst_tcp_gdp_read_caps): Same.
12303
12304         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12305
12306 2005-09-26  Andy Wingo  <wingo@pobox.com>
12307
12308         * gst/sine/gstsinesrc.h:
12309         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12310         change the 'sync' property to 'is-live' and implement it halfway,
12311         update for controller api change.
12312
12313         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12314         controller api change.
12315
12316 2005-09-24  Wim Taymans  <wim@fluendo.com>
12317
12318         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12319         * gst-libs/gst/audio/gstaudiosink.c:
12320         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12321         (gst_audioringbuffer_stop):
12322         * gst-libs/gst/audio/gstbaseaudiosink.c:
12323         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12324         (gst_base_audio_sink_change_state):
12325         * gst-libs/gst/audio/gstbaseaudiosink.h:
12326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12327         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12328         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12329         * gst-libs/gst/audio/gstringbuffer.h:
12330         Fix sync again. Moved sample alignment to basesink.
12331
12332 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12333
12334         * docs/plugins/Makefile.am:
12335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12337         * gst/volume/gstvolume.c:
12338           add/fix docs
12339         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12340         * gst-libs/gst/audio/audio.h:
12341           add conversion macros for frames <-> clocktime
12342
12343 2005-09-23  David Schleef  <ds@schleef.org>
12344
12345         * gst/audioresample/Makefile.am:
12346         * gst/audioresample/debug.h:
12347         * gst/audioresample/gstaudioresample.c:
12348         * gst/audioresample/resample.c: Convert to using gst debugging
12349
12350 2005-09-22  Wim Taymans  <wim@fluendo.com>
12351
12352         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12353         (gst_play_bin_send_event):
12354         Only seek on one sink, the first one that succeeds.
12355
12356 2005-09-22  Michael Smith <msmith@fluendo.com>
12357
12358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12359         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12360         Don't flush encoder state unless we have an initialised encoder.
12361         Clear out encoder state on PAUSED_TO_READY.
12362
12363 2005-09-22  Wim Taymans  <wim@fluendo.com>
12364
12365         * gst-libs/gst/rtp/gstbasertppayload.c:
12366         (gst_basertppayload_class_init), (gst_basertppayload_init),
12367         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12368         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12369         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12370         (gst_basertppayload_set_property),
12371         (gst_basertppayload_get_property),
12372         (gst_basertppayload_change_state):
12373         * gst-libs/gst/rtp/gstbasertppayload.h:
12374         Added max-ptime to control amount of data in the rtp packets.
12375
12376 2005-09-21  Andy Wingo  <wingo@pobox.com>
12377
12378         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12379         thingies.
12380
12381         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12382         can be called multiple times, dogs.
12383
12384 2005-09-21  Wim Taymans  <wim@fluendo.com>
12385
12386         * gst-libs/gst/rtp/gstbasertppayload.c:
12387         (gst_basertppayload_class_init), (gst_basertppayload_init),
12388         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12389         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12390         (gst_basertppayload_push), (gst_basertppayload_get_property),
12391         (gst_basertppayload_change_state):
12392         Allow 0 ssrc too.
12393
12394 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12395
12396         * docs/libs/compiling.sgml:
12397           fixing typos
12398
12399 2005-09-20  Wim Taymans  <wim@fluendo.com>
12400
12401         * gst-libs/gst/rtp/gstbasertppayload.c:
12402         (gst_basertppayload_class_init), (gst_basertppayload_init),
12403         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12404         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12405         (gst_basertppayload_push), (gst_basertppayload_set_property),
12406         (gst_basertppayload_get_property),
12407         (gst_basertppayload_change_state):
12408         * gst-libs/gst/rtp/gstbasertppayload.h:
12409         Added property to configure sequence number offsets.
12410
12411 2005-09-20  Wim Taymans  <wim@fluendo.com>
12412
12413         * gst-libs/gst/rtp/gstbasertppayload.c:
12414         (gst_basertppayload_class_init), (gst_basertppayload_init),
12415         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12416         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12417         (gst_basertppayload_push), (gst_basertppayload_set_property),
12418         (gst_basertppayload_get_property),
12419         (gst_basertppayload_change_state):
12420         * gst-libs/gst/rtp/gstbasertppayload.h:
12421         Make timestamp offset configurable.
12422
12423 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12424
12425         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12426           fix wrong pop/unref
12427
12428 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12429
12430         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12431
12432         * gst-libs/gst/interfaces/propertyprobe.c:
12433         (gst_property_probe_probe_property_name),
12434         (gst_property_probe_needs_probe_name),
12435         (gst_property_probe_get_values_name),
12436         (gst_property_probe_probe_and_get_values_name):
12437           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12438           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12439
12440 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12441
12442         * check/Makefile.am:
12443           have some tests be disabled for valgrinding
12444         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12445         (GST_START_TEST):
12446         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12447           Fix A Leak.  Chain To Parent Finalize.
12448
12449 2005-09-19  Wim Taymans  <wim@fluendo.com>
12450
12451         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12452         Fixed wav pipeline.
12453
12454 2005-09-19  Wim Taymans  <wim@fluendo.com>
12455
12456         * gst-libs/gst/rtp/gstbasertppayload.c:
12457         (gst_basertppayload_class_init), (gst_basertppayload_init),
12458         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12459         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12460         (gst_basertppayload_push), (gst_basertppayload_get_property),
12461         (gst_basertppayload_change_state):
12462         Posting ERROR and WARNING messages is good.
12463
12464 2005-09-19  Wim Taymans  <wim@fluendo.com>
12465
12466         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12467         (gst_base_rtp_depayload_add_to_queue),
12468         (gst_base_rtp_depayload_push),
12469         (gst_base_rtp_depayload_set_gst_timestamp),
12470         (gst_base_rtp_depayload_queue_release):
12471         This one was not supposed to go in.
12472
12473 2005-09-19  Wim Taymans  <wim@fluendo.com>
12474
12475         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12476         Fix for bus API.
12477
12478         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12479         (gst_base_rtp_depayload_chain),
12480         (gst_base_rtp_depayload_add_to_queue),
12481         (gst_base_rtp_depayload_push),
12482         (gst_base_rtp_depayload_set_gst_timestamp),
12483         (gst_base_rtp_depayload_queue_release):
12484         Some cleanups.
12485
12486         * gst-libs/gst/rtp/gstbasertppayload.c:
12487         (gst_basertppayload_class_init), (gst_basertppayload_init),
12488         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12489         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12490         (gst_basertppayload_get_property),
12491         (gst_basertppayload_change_state):
12492         Added debugging category.
12493
12494 2005-09-18  David Schleef  <ds@schleef.org>
12495
12496         * gst/playback/gstdecodebin.c: free plugin list correctly
12497         * gst/playback/gstplaybin.c: emit warning if autovideosink
12498           and autoaudiosink can't be found (instead of segfaulting)
12499
12500 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12501
12502         * check/elements/audioconvert.c: (GST_START_TEST):
12503           try out 24 bit conversion
12504
12505 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12506
12507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12508         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12509         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12510         * ext/vorbis/vorbisenc.h:
12511           Fix EOS handling.  Still needs a fix in the ogg muxer to
12512           mark the last page as eos.
12513
12514 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12515
12516         * common/gtk-doc-plugins.mak:
12517         * docs/plugins/Makefile.am:
12518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12519         * gst/ffmpegcolorspace/Makefile.am:
12520         * gst/ffmpegcolorspace/avcodec.h:
12521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12522         * gst/tcp/gstmultifdsink.c:
12523           fix up ffmpegcolorspace docs; extract header
12524
12525 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * common/gtk-doc-plugins.mak:
12528         * docs/plugins/Makefile.am:
12529         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12530         * ext/theora/Makefile.am:
12531         * ext/theora/gsttheoraenc.h:
12532         * ext/theora/theoraenc.c:
12533         * ext/vorbis/vorbisenc.c:
12534           pick up signals and args for vorbis; add some docs for vorbis
12535
12536 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12537
12538         * common/gstdoc-scangobj:
12539         * common/gtk-doc-plugins.mak:
12540         * docs/libs/Makefile.am:
12541         * docs/plugins/gst-plugins-base-plugins.args:
12542         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12543         * docs/plugins/gst-plugins-base-plugins.interfaces:
12544         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12545         * docs/plugins/gst-plugins-base-plugins.signals:
12546           only scanobj stuff from our source module.  Not sure yet
12547           if that's correct, given the hierarchy stuff :)
12548
12549 2005-09-15  Wim Taymans  <wim@fluendo.com>
12550
12551         * gst/audioconvert/gstaudioconvert.c:
12552         And enable 24 bits mode as well..
12553
12554 2005-09-15  Wim Taymans  <wim@fluendo.com>
12555
12556         * gst-libs/gst/rtp/Makefile.am:
12557         * gst-libs/gst/rtp/gstbasertppayload.c:
12558         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12559         (gst_basertppayload_class_init), (gst_basertppayload_init),
12560         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12561         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12562         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12563         (gst_basertppayload_set_property),
12564         (gst_basertppayload_get_property),
12565         (gst_basertppayload_change_state):
12566         * gst-libs/gst/rtp/gstbasertppayload.h:
12567         Added rtp payloader base class.
12568
12569 2005-09-15  Andy Wingo  <wingo@pobox.com>
12570
12571         * configure.ac (plugindir): Remove the EOL matcher from the
12572         regexp, as it causes me problems. Libtool? Make? Who knows?
12573
12574 2005-09-14  David Schleef  <ds@schleef.org>
12575
12576         * check/generic/states.c: 
12577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12578         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12579           Fixes for changes in registry API.
12580
12581         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12582           to GST_PLUGIN_LDFLAGS.
12583         * ext/libvisual/visual.c: Make the library shut up.
12584         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12585         * gst-libs/gst/audio/gstaudiofilter.c: same
12586
12587 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12588
12589         * docs/plugins/Makefile.am:
12590         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12591         * docs/plugins/inspect/plugin-libvisual.xml:
12592         * docs/plugins/tmpl/element-tcpserversink.sgml:
12593         * ext/theora/theoraenc.c:
12594           add libvisual plugin and theoraenc element to docs
12595
12596 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12597
12598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12600         * ext/theora/theoraenc.c:
12601           add theoraenc
12602
12603 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12604
12605         * gst/audioconvert/Makefile.am:
12606           Audioconvert derives from GstBaseTransform and should
12607           link to the library with our base elements to avoid
12608           unresolved symbols. Makes things work with MinGW (#316160)
12609
12610         * gst/playback/test4.c: (main):
12611           Fix MinGW build problem and use g_usleep() instead of 
12612           sleep() (#316162)
12613
12614 2005-09-12  Wim Taymans  <wim@fluendo.com>
12615
12616         * gst/audioconvert/audioconvert.c: (float),
12617         (audio_convert_prepare_context), (audio_convert_convert):
12618         * gst/audioconvert/audioconvert.h:
12619         Cleanups, speedups, simplifications, added back support
12620         for 24 bits.
12621
12622 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12623
12624         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12625         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12626         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12627         * docs/plugins/tmpl/element-tcpserversink.sgml:
12628         * gst/ffmpegcolorspace/gstffmpeg.c:
12629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12630         * gst/videotestsrc/gstvideotestsrc.c:
12631         * gst/volume/gstvolume.c:
12632           add more elements to the docs
12633
12634 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12635
12636         * check/Makefile.am:
12637         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12638         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12639           Add extra tests for basetransform based components. 
12640           Comment out the test_element_negotiation test until we decide
12641           if it's testing correct behaviour.
12642         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12643         (gst_visual_chain), (gst_visual_change_state):
12644           Slightly more correct but still bogus timestamping.
12645           Fix state change function.
12646         * gst/audioconvert/gstaudioconvert.c:
12647         (gst_audio_convert_class_init):
12648         * gst/audioresample/gstaudioresample.c:
12649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12650         (gst_ffmpegcsp_class_init):
12651         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12652         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12653         (gst_videoscale_prepare_image):
12654         * gst/volume/gstvolume.c: (gst_volume_class_init),
12655         (volume_transform_ip):
12656           Basetransform updates. Enable passthrough modes.
12657         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12658         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12659         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12660           Negotiation fix that allows the window to return to the original
12661           size and renegotiate passthrough upstream. Extra debug output.
12662
12663 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12664
12665         * gst/sine/gstsinesrc.c:
12666         * gst/volume/gstvolume.c:
12667           fix up header include
12668
12669 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12670
12671         * gst-libs/gst/audio/gstbaseaudiosink.c:
12672         (gst_base_audio_sink_render):
12673         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12674         * gst/volume/gstvolume.c: (gst_volume_class_init),
12675         (volume_transform):
12676           fixing lost sync, some more debugging
12677
12678 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12679
12680         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12681         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12682         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12683         (gst_xvimagesink_check_xshm_calls):
12684           Fix compilation when XShm is not available.
12685
12686 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12687
12688         * ext/libvisual/visual.c: (gst_visual_dispose),
12689         (gst_visual_getcaps), (gst_visual_src_setcaps),
12690         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12691         (gst_visual_change_state):
12692           Finish fixing up libvisual plugin so that it runs. 
12693
12694 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12695
12696         * ext/vorbis/vorbisenc.c:
12697         * gst-libs/gst/tag/gstvorbistag.c:
12698           gsttaginterface.h -> gsttagsetter.h
12699
12700 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12701
12702         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12703           added another test that failes for me (test is not active by default)
12704
12705 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12706
12707         * configure.ac:
12708           v4l2 is no longer in gst-plugins-base
12709
12710 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12711
12712         * configure.ac:
12713           In the output at the end, don't show the first plugin on the same
12714           line as "Core plug-ins, always built:".
12715           Indent the output as for other plugin categories
12716         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12717           #define that can be used to not use peer buffer_alloc functions for
12718           test purposes.
12719         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12720         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12721         (gst_ximagesink_show_frame):
12722         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12723         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12724         (gst_xvimagesink_show_frame):
12725           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12726           fails gracefully instead of XError aborting or deadlocking.
12727
12728 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12729
12730         * ext/libvisual/Makefile.am:
12731           link against gst-base-libs
12732
12733 2005-09-06  David Schleef  <ds@schleef.org>
12734
12735         * configure.ac: Enable libvisual plugin.
12736         * ext/libvisual/Makefile.am:
12737         * ext/libvisual/visual.c: Fixes to make it compile.
12738
12739 === release 0.9.2 ===
12740
12741 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12742
12743         * NEWS:
12744         * RELEASE:
12745         * configure.ac:
12746         * docs/random/ChangeLog-0.8:
12747           releasing 0.9.2, "Spoon"
12748
12749 2005-09-05  Michael Smith <msmith@fluendo.com>
12750
12751         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12752           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12753           that in the vorbisenc element.
12754
12755 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12756
12757         * common/gtk-doc-plugins.mak:
12758         * docs/plugins/Makefile.am:
12759           fix distcheck
12760         * gst/audioresample/resample.c:
12761           fix wrong docstring
12762
12763 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12764
12765         * common/gst-xmlinspect.py:
12766         * common/gtk-doc-plugins.mak:
12767           only inspect plugins for this given package
12768           require gst-python 0.9
12769
12770 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12771
12772         * Makefile.am:
12773         * autogen.sh:
12774         * common/gst-xmlinspect.py:
12775         * configure.ac:
12776         * docs/Makefile.am:
12777         * docs/plugins/inspect/plugin-alsa.xml:
12778         * docs/plugins/inspect/plugin-audioresample.xml:
12779         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12780         * docs/plugins/inspect/plugin-ogg.xml:
12781         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12782         * docs/plugins/tmpl/element-multifdsink.sgml:
12783         * docs/plugins/tmpl/element-tcpserversink.sgml:
12784         * docs/plugins/tmpl/element-vorbisenc.sgml:
12785         * gst-plugins-base.spec.in:
12786           various doc-related updates
12787
12788 2005-08-31  Wim Taymans  <wim@fluendo.com>
12789
12790         * gst-libs/gst/audio/gstbaseaudiosink.c:
12791         (gst_base_audio_sink_render):
12792         Resync if the buffer timestamps drift more than a 10th 
12793         of a second.
12794
12795 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12798         (gst_v4lsrc_get_property):
12799           The 'timestamp-offset' property is registered as an int64, so
12800           let's use g_value_{set|get}_int64() in our setter and getter
12801           functions (makes it work and fixes warnings with gst-inspect).
12802
12803 2005-08-30  Wim Taymans  <wim@fluendo.com>
12804
12805         * check/elements/audioconvert.c: (setup_audioconvert):
12806         * check/elements/audioresample.c: (setup_audioresample):
12807         * check/elements/volume.c: (setup_volume):
12808         Fix checks.
12809
12810 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12811
12812         * common/gtk-doc-plugins.mak:
12813         * common/plugins.xsl:
12814         * docs/plugins/Makefile.am:
12815           make module a param
12816
12817 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12818
12819         * examples/seeking/seek.c: (make_mp3_pipeline),
12820         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12821         (play_cb), (pause_cb), (stop_cb):
12822           update the example
12823
12824 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12825
12826         * gst/volume/gstvolume.c: (gst_volume_class_init),
12827         (volume_transform):
12828           do not update controlled params, if buffer has no timestamp
12829
12830 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12831
12832         * configure.ac:
12833         * gst/sine/Makefile.am:
12834         * gst/volume/Makefile.am:
12835           controllerized elements also need to link against controller-libs ;)
12836
12837 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12838
12839         * docs/libs/tmpl/gstcolorbalance.sgml:
12840         * docs/libs/tmpl/gstgconf.sgml:
12841         * docs/libs/tmpl/gstmixer.sgml:
12842         * docs/libs/tmpl/gstringbuffer.sgml:
12843         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12844         (gst_sinesrc_create):
12845         * gst/volume/gstvolume.c: (gst_volume_class_init),
12846         (volume_transform):
12847           controllerized two audio plugins
12848
12849 2005-08-29  Andy Wingo  <wingo@pobox.com>
12850
12851         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12852         (vorbis_handle_data_packet): Fix some int overflow errors.
12853
12854         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12855         -1.
12856         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12857         valid.
12858         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12859         if it's valid. Fixed streaming-mode playback.
12860
12861         * check/elements/volume.c (cleanup_volume): Fix for running
12862         CK_FORK=no.
12863
12864         * check/elements/audioconvert.c: Convert from native endian, not
12865         little endian.
12866
12867 2005-08-29  Michael Smith <msmith@fluendo.com>
12868
12869         * ext/ogg/Makefile.am:
12870         * ext/ogg/gstogg.c: (plugin_init):
12871         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12872         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12873         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12874         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12875         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12876         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12877         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12878         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12879         Add an ogg parser element.
12880
12881 2005-08-28  Andy Wingo  <wingo@pobox.com>
12882
12883         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12884
12885 2005-08-26  Wim Taymans  <wim@fluendo.com>
12886
12887         * gst/audioconvert/audioconvert.c: (if), (float),
12888         (audio_convert_get_func_index), (check_default),
12889         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12890         (audio_convert_clean_context), (audio_convert_get_sizes),
12891         (audio_convert_convert):
12892         Cleanups.
12893
12894 2005-08-26  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/audioconvert/audioconvert.c: (if), (float),
12897         (audio_convert_get_func_index), (check_default),
12898         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12899         (audio_convert_clean_context), (audio_convert_get_sizes),
12900         (audio_convert_convert):
12901         More elegant and working temp buffer selection algo.
12902
12903 2005-08-26  Wim Taymans  <wim@fluendo.com>
12904
12905         * gst/audioconvert/audioconvert.c: (if), (float),
12906         (audio_convert_get_func_index), (check_default),
12907         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12908         (audio_convert_clean_context), (audio_convert_get_sizes),
12909         (get_temp_buffer), (audio_convert_convert):
12910         Use realloc else we lose our original data.
12911
12912 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12913
12914         * gst/audioresample/gstaudioresample.c:
12915           use base class' newsegment to properly timestamp
12916
12917 2005-08-26  Wim Taymans  <wim@fluendo.com>
12918
12919         * gst/audioconvert/audioconvert.c: (if), (float),
12920         (audio_convert_get_func_index), (check_default),
12921         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12922         (audio_convert_clean_context), (audio_convert_get_sizes),
12923         (get_temp_buffer), (audio_convert_convert):
12924         * gst/audioconvert/gstaudioconvert.c:
12925         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12926         (gst_audio_convert_transform_caps),
12927         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12928         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12929         Oops, allocate enough space to perform the channel mix.
12930
12931 2005-08-26  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst/audioconvert/Makefile.am:
12934         * gst/audioconvert/audioconvert.c: (if), (float),
12935         (audio_convert_get_func_index), (check_default),
12936         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12937         (audio_convert_clean_context), (audio_convert_get_sizes),
12938         (get_temp_buffer), (audio_convert_convert):
12939         * gst/audioconvert/audioconvert.h:
12940         * gst/audioconvert/gstaudioconvert.c:
12941         (gst_audio_convert_class_init), (gst_audio_convert_init),
12942         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12943         (gst_audio_convert_get_unit_size),
12944         (gst_audio_convert_transform_caps),
12945         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12946         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12947         * gst/audioconvert/gstaudioconvert.h:
12948         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12949         (gst_channel_mix_fill_identical),
12950         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12951         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12952         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12953         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12954         (gst_channel_mix_mix):
12955         * gst/audioconvert/gstchannelmix.h:
12956         Cleanups, librarify a bit, optimize, better negotiation and more.
12957
12958 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12959
12960         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12961         Another from MikeS:
12962         During typefinding, don't support negative offsets
12963         (offsets from the end of the stream) in our typefind->peek() function
12964         - nothing embedded in ogg ever needs them. However, we need to recognise
12965         those requests and reject them, otherwise we return invalid pointers.
12966
12967 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12968
12969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12970         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12971         (vorbisdec_finalize), (vorbis_handle_type_packet):
12972           Big shout-out to MikeS for fixing this giant memory leak.
12973           Huzzah!
12974
12975 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12976
12977         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12978         (audio_convert_get_unit_size):
12979           plug some leaks
12980
12981 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12982
12983         * check/Makefile.am:
12984         * check/elements/audioconvert.c: (setup_audioconvert),
12985         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12986         (GST_START_TEST), (audioconvert_suite), (main):
12987           add a test for audioconvert
12988         * gst/audioresample/gstaudioresample.c:
12989         * gst/audioresample/gstaudioresample.h:
12990           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12991           note that for buffers of 1/3 sec this means DURATION(c) is 
12992           one nanosecond more than for a and b
12993
12994 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12995
12996         * check/Makefile.am:
12997         * check/elements/audioresample.c: (setup_audioresample),
12998         (cleanup_audioresample), (fail_unless_perfect_stream),
12999         (test_perfect_stream_instance), (GST_START_TEST),
13000           add a check for audioresample
13001         (audioresample_suite), (main):
13002         * check/elements/volume.c: (GST_START_TEST):
13003           remove unused method
13004         * gst/audioresample/gstaudioresample.c:
13005           set correct buffer parameters since we're changing them
13006         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13007           add some debug
13008
13009 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13010
13011         * gst/audioresample/debug.c:
13012         * gst/audioresample/gstaudioresample.c:
13013           add room for extra overlap samples when asked to transform size
13014           protect against possible mem corruption and check for discrepancies
13015           between written size and outbuffer's size so we can warn for
13016           potential problems
13017         * gst/audioresample/resample.c: (resample_init),
13018         (resample_get_output_size_for_input), (resample_get_output_size),
13019         (resample_set_n_channels), (resample_set_format):
13020           set debug level based on RESAMPLE_DEBUG env var
13021           make sure that get_output_size* returns a whole number of
13022           sample_size
13023           set sample_size each time either channel or format is set
13024         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13025         * gst/audioresample/resample_functable.c:
13026         (resample_scale_functable):
13027         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13028           remove r->sample_size, it's done in resample.c now
13029           add some debugging to the ref implementation
13030           make sure we only give back bytes that are wholes of the sample
13031           size
13032
13033 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13034         * gst/playback/gstplaybasebin.c: (fill_buffer):
13035         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13036
13037 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13038
13039         * gst/volume/gstvolume.c:
13040           made set_caps function static
13041
13042 2005-08-24  Wim Taymans  <wim@fluendo.com>
13043
13044         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13045         (gst_vorbisenc_change_state):
13046         Stop leaking taglists.
13047
13048 2005-08-24  Wim Taymans  <wim@fluendo.com>
13049
13050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13051         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13052         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13053         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13054         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13055         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13056         Parse seeking events better.
13057         Unref static caps.
13058         Generate correct newsegment events, fixes seeking in live oggs.
13059
13060         * ext/theora/theoradec.c: (theora_dec_src_query),
13061         (theora_dec_src_event), (theora_dec_src_getcaps),
13062         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13063         Use newsegment values to report correct play time.
13064
13065         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13066         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13067         * ext/vorbis/vorbisdec.h:
13068         Parse and use newsegment values to report correct play time.
13069
13070         * gst-libs/gst/audio/gstbaseaudiosink.c:
13071         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13072         Clear ringbuffer on flush.
13073         Use newsegment values to calculate playback time.
13074
13075         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13077         Basesink does newsegment calculations for us now.
13078
13079 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13080
13081         * check/Makefile.am:
13082         * configure.ac:
13083           add core's plugins to the mix so that playbin works
13084         * check/generic/states.c: (GST_START_TEST):
13085           set a 0 timeout on pipelines, so they don't force the next
13086           state change
13087         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13088         (gst_play_base_bin_change_state):
13089           remove the crappy error handling and do GST error handling
13090
13091 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13092
13093         * check/Makefile.am:
13094         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13095           add same test as to core, it bitches out on playbin atm.
13096
13097 2005-08-24  Wim Taymans  <wim@fluendo.com>
13098
13099         * configure.ac:
13100         Remove audioscale.
13101
13102 2005-08-24  Wim Taymans  <wim@fluendo.com>
13103
13104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13105         (gst_videoscale_prepare_size), (parse_caps),
13106         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13107         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13108         (gst_videoscale_transform):
13109         * gst/videoscale/gstvideoscale.h:
13110         Refactor, make use of BaseTranform really well.
13111
13112 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13113
13114         * configure.ac:
13115           compile audioresample
13116         * gst/audioresample/Makefile.am:
13117         * gst/audioresample/buffer.c:
13118         * gst/audioresample/functable.c:
13119         * gst/audioresample/gstaudioresample.c:
13120         * gst/audioresample/gstaudioresample.h:
13121         * gst/audioresample/resample.c:
13122         (resample_get_output_size_for_input):
13123         * gst/audioresample/resample.h:
13124         * gst/audioresample/resample_chunk.c:
13125         * gst/audioresample/resample_functable.c:
13126         * gst/audioresample/resample_ref.c:
13127           port to use basetransform; doesn't work in all cases yet
13128
13129 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13130
13131         * gst/audioconvert/gstaudioconvert.c:
13132         (gst_audio_convert_class_init), (gst_audio_convert_init),
13133         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13134         (audio_convert_fixate_caps), (audio_convert_set_caps),
13135         (audio_convert_transform),
13136         (gst_audio_convert_buffer_to_default_format),
13137         (gst_audio_convert_buffer_from_default_format),
13138         (gst_audio_convert_channels):
13139         * gst/audioconvert/gstchannelmix.c:
13140         * gst/audioconvert/gstchannelmix.h:
13141           port to basetransform
13142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13143         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13144         (gst_ffmpegcsp_get_unit_size):
13145         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13146         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13147           fix for basetransform changes
13148
13149 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13150
13151         * check/Makefile.am:
13152           Add CHECK_CFLAGS and LDFLAGS
13153
13154         * gst/playback/gstplaybasebin.c: (fill_buffer):
13155           GST_MESSAGE_SRC became a GObject
13156
13157 2005-08-24  Wim Taymans  <wim@fluendo.com>
13158
13159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13160         (gst_ring_buffer_clear_all):
13161         * gst-libs/gst/audio/gstringbuffer.h:
13162         Added function to clear the ringbuffer.
13163
13164 2005-08-24  Andy Wingo  <wingo@pobox.com>
13165
13166         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13167         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13168         of _open and _close.
13169
13170         * sys/v4l/gstv4lxoverlay.h:
13171         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13172         an Xv connection here, instead of all the time. Make Xv only be
13173         loaded if you axe for it. Kindof a workaround for buggy behaviour
13174         of Xv when using remote xservers (XvQueryExtension would block).
13175         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13176         replace the _open and _close public API. Only start the xv
13177         connection if necessary.
13178         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13179
13180 2005-08-23  David Schleef  <ds@schleef.org>
13181
13182         * gst/audioresample/Makefile.am: Leet audioresampling code
13183         * gst/audioresample/buffer.c:
13184         * gst/audioresample/buffer.h:
13185         * gst/audioresample/debug.c:
13186         * gst/audioresample/debug.h:
13187         * gst/audioresample/functable.c:
13188         * gst/audioresample/functable.h:
13189         * gst/audioresample/gstaudioresample.c:
13190         * gst/audioresample/gstaudioresample.h:
13191         * gst/audioresample/resample.c:
13192         * gst/audioresample/resample.h:
13193         * gst/audioresample/resample_chunk.c:
13194         * gst/audioresample/resample_functable.c:
13195         * gst/audioresample/resample_ref.c:
13196
13197 2005-08-23  Wim Taymans  <wim@fluendo.com>
13198
13199         * examples/seeking/seek.c: (make_vorbis_pipeline),
13200         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13201         Small seek updates.
13202
13203 2005-08-23  Andy Wingo  <wingo@pobox.com>
13204
13205         * gst-libs/gst/audio/gstbaseaudiosrc.c
13206         (gst_base_audio_src_fixate): Only fixate endianness if it is
13207         present in the caps.
13208
13209 2005-08-22  Andy Wingo  <wingo@pobox.com>
13210
13211         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13212         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13213         device-name property.
13214
13215         * gst-libs/gst/audio/gstaudiosrc.h:
13216         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13217         close_device in the ring buffer, like gstaudiosink.
13218
13219         * ext/alsa/gstalsamixer.h:
13220         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13221         macro to implement the interface without much code. Cleanups. 
13222
13223         * ext/alsa/gstalsasrc.h:
13224         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13225         READY.
13226
13227         * ext/alsa/Makefile.am: Add new files.
13228         * ext/alsa/gstalsamixerelement.c: 
13229         * ext/alsa/gstalsamixerelement.c: Split element code out from
13230         mixer code so that alsasrc can be a mixer too.
13231
13232 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13233
13234         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13235         (GST_START_TEST):
13236         * check/elements/vorbisdec.c: (setup_vorbisdec),
13237         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13238         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13239         (vorbis_handle_identification_packet),
13240         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13241         (vorbis_handle_header_packet), (vorbis_dec_push),
13242         (vorbis_dec_chain):
13243           use the setup/teardown methods to save code.  save code is good.
13244
13245 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13246
13247         * check/Makefile.am:
13248           add ext dir for plugins
13249           add vorbisdec test conditionally
13250         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13251         (GST_START_TEST), (volume_suite):
13252           add a test with wrong caps
13253         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13254         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13255           add a vorbisdec test
13256         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13257         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13258           clean up debug output
13259         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13260           yay, fix a segfault/security issue in vorbisdec
13261           gst-launch fakesrc ! vorbisdec wasn't happy
13262         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13263         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13264         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13265         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13266         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13267         (gst_vorbisenc_set_metadata), (get_constraints_string),
13268         (update_start_message), (gst_vorbisenc_setup),
13269         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13270         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13271         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13272         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13273         * ext/vorbis/vorbisenc.h:
13274           march in line
13275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13276         (gst_ffmpegcsp_transform):
13277           have the kow come home
13278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13279           debug my func ptr
13280         * gst/volume/gstvolume.c: (volume_set_caps):
13281           add a debug
13282
13283 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13284
13285         * Makefile.am:
13286         * check/.cvsignore:
13287         * check/Makefile.am:
13288         * check/elements/.cvsignore:
13289         * check/elements/volume.c: (chain_func), (event_func),
13290         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13291         (main):
13292         * configure.ac:
13293           add unit test structure for gst-plugins-base
13294           add a test for volume
13295         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13296         (gst_volume_set_volume), (gst_volume_get_volume),
13297         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13298         (volume_funcfind), (volume_process_float), (volume_process_int16),
13299         (volume_set_caps), (volume_transform), (volume_update_mute),
13300         (volume_update_volume), (volume_set_property),
13301         (volume_get_property):
13302           document a little; use basetransform vmethod _set_caps
13303
13304 2005-08-19  Andy Wingo  <wingo@pobox.com>
13305
13306         * ext/alsa/gstalsamixertrack.h:
13307         * ext/alsa/gstalsamixertrack.c:
13308         * ext/alsa/gstalsamixeroptions.h:
13309         * ext/alsa/gstalsamixeroptions.c:
13310         * ext/alsa/gstalsamixer.h:
13311         * ext/alsa/gstalsamixer.c: Port to 0.9.
13312
13313         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13314         Remove gstalsa.c and alsaclock. No more cruft here.
13315         
13316 2005-08-18  Wim Taymans  <wim@fluendo.com>
13317
13318         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13319         (gst_base_rtp_depayload_chain),
13320         (gst_base_rtp_depayload_add_to_queue),
13321         (gst_base_rtp_depayload_push),
13322         (gst_base_rtp_depayload_queue_release):
13323         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13324         Fix for RTPBuffer changes.
13325
13326         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13327         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13328         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13329         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13330         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13331         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13332         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13333         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13334         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13335         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13336         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13337         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13338         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13339         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13340         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13341         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13342         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13343         (gst_rtpbuffer_get_payload):
13344         * gst-libs/gst/rtp/gstrtpbuffer.h:
13345         Don't subclass GstBuffer but add methods and helper functions
13346         to construct and manipulate RTP packets in regular GstBuffers.
13347
13348 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13349
13350         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13351           moved statement below switch
13352         * gst/volume/gstvolume.c: (gst_volume_class_init):
13353           added debug ptr
13354
13355 2005-08-16  Wim Taymans  <wim@fluendo.com>
13356
13357         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13358         (gst_base_audio_src_change_state):
13359         Open and close device in READY<->NULL state change.
13360
13361 2005-08-16  Andy Wingo  <wingo@pobox.com>
13362
13363         * examples/seeking/Makefile.am: Don't compile non-compiling
13364         compiled objects with the compiler.
13365
13366         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13367         elements.
13368
13369 2005-08-12  Philippe Khalaf <burger@speedy.org>
13370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13371         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13372           Made a thread to release the queue.
13373           Removed timestamp conversion for now.
13374
13375 2005-08-10  Philippe Khalaf <burger@speedy.org>
13376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13377         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13378           Added rtp timestamp -> gst timestamp conversion.
13379           Fixed several problems with queue.
13380
13381 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13382
13383         * gst-libs/gst/audio/gstaudioclock.h:
13384         * gst-libs/gst/audio/gstaudiofilter.h:
13385         * gst-libs/gst/audio/gstaudiosink.h:
13386         * gst-libs/gst/audio/gstaudiosrc.h:
13387         * gst-libs/gst/audio/gstbaseaudiosink.h:
13388         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13389         * gst-libs/gst/audio/gstringbuffer.h:
13390         * gst-libs/gst/net/gstnetbuffer.h:
13391         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13392         * gst-libs/gst/rtp/gstrtpbuffer.h:
13393           Add padding (you will need to rebuild gst-plugins-base,
13394           gst-plugins and all applications afterwards!)
13395
13396 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13397
13398         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13399         (gst_riff_parse_chunk):
13400           Fix bug in debug message and add some more debug messages.
13401
13402 2005-08-08  Edward Hervey  <edward@fluendo.com>
13403
13404         * gst-libs/gst/riff/riff-media.c:
13405         backported updates since branch
13406
13407 2005-08-08  Andy Wingo  <wingo@pobox.com>
13408
13409         * gst-libs/gst/audio/gstbaseaudiosink.c
13410         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13411         like good elements should. Close on READY->NULL too.
13412
13413         * gst-libs/gst/audio/gstaudiosink.c
13414         (gst_audioringbuffer_open_device,
13415         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13416         (gst_audioringbuffer_release): Updates for new ring buffer API,
13417         hook into the new audio sink api.
13418
13419         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13420         (GstAudioSinkClass.close): Just open and close the device -- no
13421         resource allocation or configuration.
13422         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13423         vmethods, handle device setup and resource allocation.
13424
13425         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13426         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13427         base class API.
13428
13429         * gst-libs/gst/audio/gstringbuffer.h
13430         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13431         New vmethods.
13432
13433         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13434         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13435         New API functions. The device should be opened before acquiring
13436         and closed after releasing.
13437
13438 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13439
13440         * gst-libs/gst/interfaces/mixer.h:
13441           Reset padding to GST_PADDING.
13442
13443 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13444
13445         * gst/playback/gstplaybin.c: (remove_sinks):
13446           Remove visualization from parent explicitely; works around some
13447           apparent refcount issue that I haven't tracked down yet.
13448
13449 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13450
13451         * ext/alsa/gstalsasink.c: (set_hwparams):
13452           Assign debug category, add negotiation debug msgs.
13453
13454 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13455
13456         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13457           Fix error code for file-not-found to NOT_FOUND.
13458
13459 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13460
13461         * common/gtk-doc-plugins.mak:
13462         * docs/plugins/Makefile.am:
13463         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13464         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13465           renamed to actual element names, so much nicer to look at
13466         * docs/plugins/tmpl/gstmultifdsink.sgml:
13467           remove
13468         * docs/plugins/tmpl/multifdsink.sgml:
13469         * docs/plugins/tmpl/tcpserversink.sgml:
13470           add
13471         * ext/alsa/gstalsa.c:
13472         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13473         * ext/ogg/gstoggmux.c:
13474         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13475         * gst/playback/gstdecodebin.c:
13476         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13477         * gst/tcp/gsttcpserversink.c:
13478           various fixes and documentation additions
13479
13480 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13481
13482         * common/Makefile.am:
13483         * common/gstdoc-scangobj:
13484         * common/gtk-doc-plugins.mak:
13485         * common/gtk-doc.mak:
13486           add a custom scangobj that uses the registry
13487           add a custom gtk-doc-plugins.mak that uses it
13488           some doc build fixes
13489         * configure.ac:
13490         * docs/Makefile.am:
13491         * docs/plugins/Makefile.am:
13492         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13493         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13494         * docs/plugins/gst-plugins-base-plugins.types:
13495         * docs/plugins/tmpl/gstmultifdsink.sgml:
13496           add docs for one element, multifdsink
13497         * gst/adder/gstadder.h:
13498         * gst/volume/gstvolume.h:
13499           don't privatize enum
13500         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13501         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13502         (gst_sync_method_get_type), (gst_client_status_get_type),
13503         (gst_multifdsink_class_init),
13504         (gst_multifdsink_client_queue_buffer),
13505         (gst_multifdsink_handle_client_write):
13506         * gst/tcp/gstmultifdsink.h:
13507         * gst/tcp/gsttcp.h:
13508         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13509         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13510         (gst_tcpclientsink_render):
13511         * gst/tcp/gsttcpclientsink.h:
13512         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13513         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13514         (gst_tcpclientsrc_start):
13515         * gst/tcp/gsttcpclientsrc.h:
13516         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13517         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13518         * gst/tcp/gsttcpserversrc.h:
13519         * gst/typefind/gsttypefindfunctions.c:
13520           remove superfluous Type stuff
13521
13522 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13523
13524         * gst/playback/gstplaybin.c: (gen_video_element):
13525           Enable videoscale.
13526
13527 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13528
13529         * gst-libs/gst/gconf/gconf.c:
13530         * gst-libs/gst/gconf/gconf.h:
13531           Fix some Andy Problem [tm].
13532
13533 2005-08-04  Andy Wingo  <wingo@pobox.com>
13534
13535         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13537         (gst_ffmpegcsp_get_size): Adapt to API changes.
13538
13539         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13540         Implement an in-place do-nothing transform.
13541
13542 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13543
13544         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13545         (gst_ximagesink_renegotiate_size):
13546           Do not set new window sizes yet if we prepare a new buffer size
13547           for upstream renegotiation (software scaling) at some point in the
13548           future, because this new size waqs not actually accepted yet. Once
13549           accepted, renegotiation later on will set the new sizes just fine.
13550           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13551           embedding testcase.
13552
13553 2005-08-03  Andy Wingo  <wingo@pobox.com>
13554
13555         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13556         (gst_ximagesink_buffer_alloc): 
13557         Protect the height, width, and desired_caps with the pool_lock.
13558         Fixes videotestsrc ! queue ! ximagesink.
13559
13560 2005-08-02  Edward Hervey  <edward@fluendo.com>
13561
13562         * gst/volume/gstvolume.c:
13563         include left from controller cleanup
13564
13565 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13567           Stop collectpads before calling the parent state
13568           change function on PAUSED->READY.
13569
13570 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13571         * configure.ac:
13572           When testing for X libs, use the X CFlags 
13573         * gst/adder/gstadder.c: (gst_adder_change_state):
13574           Stop the collectpads before calling parent state change function
13575           on PAUSED->READY, otherwise we deadlock deactivating pads.
13576
13577 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13578
13579         * configure.ac:
13580         * docs/libs/tmpl/gstcolorbalance.sgml:
13581         * docs/libs/tmpl/gstmixer.sgml:
13582         * examples/Makefile.am:
13583         * gst/sine/Makefile.am:
13584         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13585         (gst_sinesrc_set_property), (plugin_init):
13586         * gst/sine/gstsinesrc.h:
13587         * gst/volume/Makefile.am:
13588         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13589         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13590         (volume_process_float), (volume_process_int16),
13591         (volume_set_property), (plugin_init):
13592         * gst/volume/gstvolume.h:
13593           deactivate and remove dparams (libgstcontrol)
13594
13595 2005-07-29  Wim Taymans  <wim@fluendo.com>
13596
13597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13598         Convert me to BaseTransform!! help..
13599
13600 2005-07-29  Andy Wingo  <wingo@pobox.com>
13601
13602         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13603         sinks.
13604
13605         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13606         support of both endiannesses.
13607
13608 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13611           Fix confusing debug message (s/event/query/)
13612
13613 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst/videotestsrc/videotestsrc.h:
13616           Use "_stdint.h" instead of <stdint.h>
13617
13618 2005-07-27  Wim Taymans  <wim@fluendo.com>
13619
13620         * ext/vorbis/Makefile.am:
13621         Revert wrong commit.
13622
13623 2005-07-27  Wim Taymans  <wim@fluendo.com>
13624
13625         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13626         More compilation fixen.
13627
13628 2005-07-27  Wim Taymans  <wim@fluendo.com>
13629
13630         * gst-libs/gst/audio/gstbaseaudiosink.c:
13631         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13632         (gst_base_audio_sink_create_ringbuffer),
13633         (gst_base_audio_sink_change_state):
13634         Fix compilation.
13635
13636 2005-07-27  Wim Taymans  <wim@fluendo.com>
13637
13638         * examples/seeking/seek.c: (setup_dynamic_link),
13639         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13640         (query_positions_elems), (query_positions_pads), (do_seek):
13641         Update seek example.
13642
13643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13644         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13645         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13646         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13647         (gst_ogg_demux_handle_event),
13648         (gst_ogg_demux_deactivate_current_chain),
13649         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13650         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13651         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13652         (gst_ogg_demux_loop):
13653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13654         * ext/theora/theoradec.c: (theora_dec_src_event),
13655         (theora_dec_src_getcaps), (theora_dec_sink_event),
13656         (theora_dec_push), (theora_dec_chain):
13657         * ext/vorbis/Makefile.am:
13658         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13659         (vorbis_dec_sink_event), (vorbis_dec_push),
13660         (vorbis_handle_data_packet):
13661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13662         (gst_vorbisenc_chain):
13663         * gst/playback/gststreaminfo.c: (cb_probe):
13664         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13665         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13666         * gst/videoscale/gstvideoscale.c:
13667         (gst_videoscale_handle_src_event):
13668         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13669         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13670         (gst_ximagesink_navigation_send_event):
13671         * sys/xvimage/xvimagesink.c:
13672         (gst_xvimagesink_navigation_send_event):
13673         Various event updates and cleanups
13674
13675 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13676
13677         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13678           Fix segfault for I420/YV12.
13679
13680 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13681
13682         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13683           Report bitrate.
13684
13685 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13686
13687         * gst/playback/gstplaybin.c: (gen_video_element),
13688         (gen_audio_element):
13689           Switch to auto*sink elements as default sinks; add volume element
13690           so that volume control in totem works.
13691
13692 2005-07-21  Wim Taymans  <wim@fluendo.com>
13693
13694         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13695         * gst/playback/gstplaybin.c: (setup_sinks),
13696         (gst_play_bin_change_state):
13697         Refcount fix and more comments.
13698
13699 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13700
13701         * sys/ximage/Makefile.am:
13702         * sys/ximage/ximage.c: (plugin_init):
13703         * sys/ximage/ximagesink.c:
13704         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13705         
13706
13707 2005-07-21  Wim Taymans  <wim@fluendo.com>
13708
13709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13710         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13711         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13712         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13713         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13714         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13715         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13716         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13717         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13718         Generate correct disconts for live chained oggs.
13719
13720         * gst-libs/gst/audio/gstbaseaudiosink.c:
13721         (gst_base_audio_sink_render),
13722         (gst_base_audio_sink_create_ringbuffer),
13723         (gst_base_audio_sink_change_state):
13724         Handle discont math correctly.
13725
13726         * gst/playback/gstplaybin.c: (add_sink):
13727         Some small debug cleanup.
13728
13729 2005-07-21  Wim Taymans  <wim@fluendo.com>
13730
13731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13732         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13733         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13734         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13735         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13736         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13737         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13738         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13739         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13740         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13741         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13742         (gst_ogg_demux_change_state), (gst_ogg_print):
13743         Reorganize code to send the right disconts when in streaming
13744         mode.
13745
13746 2005-07-20  Andy Wingo  <wingo@pobox.com>
13747
13748         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13749         fix (?), fixes a seggie mcfalterson (#310894).
13750
13751 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13752
13753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13754         (gst_ogg_mux_set_header_on_caps):
13755         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13756         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13757         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13758         * gst-libs/gst/audio/multichannel.c:
13759         (gst_audio_set_channel_positions),
13760         (gst_audio_set_structure_channel_positions_list):
13761         * gst/playback/gstdecodebin.c: (dynamic_create):
13762         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13763         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13764           Fixes for API changes in core.
13765
13766 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13767
13768         * gst/playback/gstplaybasebin.c: (fill_buffer):
13769           Use _new_custom() so we can set custom message types for buffering
13770           messages.
13771
13772 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13773
13774         * configure.ac:
13775         * gst-libs/gst/Makefile.am:
13776         * gst-libs/gst/gconf/.cvsignore:
13777         * gst-libs/gst/gconf/Makefile.am:
13778         * gst-libs/gst/gconf/test-gconf.c:
13779         * pkgconfig/Makefile.am:
13780         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13781         * pkgconfig/gstreamer-gconf.pc.in:
13782           Remove gconf stuff, use gconf elements instead from now on.
13783
13784 2005-07-20  Wim Taymans  <wim@fluendo.com>
13785
13786         * gst-libs/gst/audio/TODO:
13787         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13788         (gst_audio_clock_get_internal_time):
13789         * gst-libs/gst/audio/gstaudioclock.h:
13790         * gst-libs/gst/audio/gstbaseaudiosink.c:
13791         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13792         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13793         (gst_base_audio_sink_render),
13794         (gst_base_audio_sink_create_ringbuffer),
13795         (gst_base_audio_sink_change_state):
13796         Make sure the audio clock always returns an increasing value.
13797
13798 2005-07-19  Andy Wingo  <wingo@pobox.com>
13799
13800         * gst/videotestsrc/: Cleanups.
13801
13802 2005-07-19  Wim Taymans  <wim@fluendo.com>
13803
13804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13805         Better debugging.
13806
13807 2005-07-19  Wim Taymans  <wim@fluendo.com>
13808
13809         * examples/seeking/seek.c: (make_dv_pipeline),
13810         (make_vorbis_theora_pipeline), (query_rates),
13811         (query_positions_elems), (query_positions_pads), (do_seek):
13812         Make correct DV pipeline.
13813
13814 2005-07-18  Andy Wingo  <wingo@pobox.com>
13815
13816         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13817         default. Also because it's the only thing that really works. (This
13818         is used in the GConf elements).
13819         Use AS_LIBTOOL_TAGS.
13820
13821 2005-07-18  Wim Taymans  <wim@fluendo.com>
13822
13823         * gst/playback/gstdecodebin.c: (remove_element_chain):
13824         * gst/playback/gstplaybin.c: (add_sink):
13825         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13826         (gst_stream_info_set_mute):
13827         * gst/playback/gststreamselector.c:
13828         (gst_stream_selector_get_linked_pad),
13829         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13830         More leak and compile fixes.
13831
13832 2005-07-18  Wim Taymans  <wim@fluendo.com>
13833
13834         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13835         (query_rates), (query_positions_elems), (query_positions_pads),
13836         (do_seek), (seek_cb), (stop_seek):
13837         Updated seek example. 
13838
13839         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13840         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13841         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13842         * gst/playback/gstplaybin.c: (add_sink):
13843         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13844         (gst_stream_info_set_mute):
13845         Some refcount leak fixes.
13846
13847 2005-07-16  Wim Taymans  <wim@fluendo.com>
13848
13849         * gst-libs/gst/audio/gstbaseaudiosink.c:
13850         (gst_base_audio_sink_render):
13851         Align samples even if we have roundoff errors in the 
13852         timestamp conversion.
13853
13854 2005-07-16  Wim Taymans  <wim@fluendo.com>
13855
13856         * docs/libs/tmpl/gstringbuffer.sgml:
13857         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13858         (query_rates), (query_positions_elems), (query_positions_pads),
13859         (update_scale), (do_seek):
13860         Updated seek example.
13861
13862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13863         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13864         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13865         (gst_ogg_demux_loop):
13866         Push out correct discont values.
13867
13868         * ext/theora/theoradec.c: (theora_dec_src_convert),
13869         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13870         (theora_dec_sink_event), (theora_handle_type_packet),
13871         (theora_handle_header_packet), (theora_dec_push),
13872         (theora_handle_data_packet), (theora_dec_chain),
13873         (theora_dec_change_state):
13874         Better timestamping.
13875
13876         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13877         (vorbis_dec_sink_event), (vorbis_dec_push),
13878         (vorbis_handle_data_packet), (vorbis_dec_chain):
13879         * ext/vorbis/vorbisdec.h:
13880         Better timestamping.
13881
13882         * gst-libs/gst/audio/gstbaseaudiosink.c:
13883         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13884         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13885         Handle syncing on timestamps instead of sample offsets. Make
13886         use of DISCONT values as described in design docs.
13887
13888         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13889         (gst_base_audio_src_get_time):
13890         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13891         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13892         (gst_ring_buffer_read):
13893         * gst-libs/gst/audio/gstringbuffer.h:
13894         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13895         (gst_ximagesink_show_frame):
13896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13897         Correcly convert buffer timestamp to stream time.
13898
13899 2005-07-16  Wim Taymans  <wim@fluendo.com>
13900
13901         * gst/audioconvert/gstaudioconvert.c:
13902         (gst_audio_convert_get_buffer):
13903         Timestamp buffers correctly.
13904
13905         * gst/playback/gstplaybin.c: (gen_video_element):
13906         Make internal fakesink silent.
13907
13908 2005-07-15  Wim Taymans  <wim@fluendo.com>
13909
13910         * gst/ffmpegcolorspace/Makefile.am:
13911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13912         (gst_ffmpegcsp_caps_remove_format_info),
13913         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13914         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13915         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13916         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13917         Ported ffmpegcolorspace to basetransform.
13918
13919         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13920         * gst/volume/gstvolume.c: (volume_transform):
13921         Ported to new API.
13922
13923 2005-07-14  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst/videotestsrc/Makefile.am:
13926         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13927         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13928         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13929         (gst_videotestsrc_init), (gst_videotestsrc_event),
13930         (gst_videotestsrc_create), (gst_videotestsrc_start),
13931         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13932         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13933         (gst_videotestsrc_get_property):
13934         * gst/videotestsrc/gstvideotestsrc.h:
13935         Make videotestsrc a pushsrc.
13936
13937 2005-07-14  Wim Taymans  <wim@fluendo.com>
13938
13939         * gst/tcp/gstfdset.c: (gst_fdset_free):
13940         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13941         (gst_multifdsink_add), (gst_multifdsink_remove),
13942         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13943         (gst_multifdsink_remove_client_link),
13944         (gst_multifdsink_client_queue_data),
13945         (gst_multifdsink_client_queue_caps),
13946         (gst_multifdsink_client_queue_buffer),
13947         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13948         (gst_multifdsink_stop):
13949         * gst/tcp/gstmultifdsink.h:
13950         0.8 backporting.
13951
13952         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13953         Also draw image when not from a pool.
13954
13955 2005-07-14  Wim Taymans  <wim@fluendo.com>
13956
13957         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13958         (mute_stream), (silence_stream):
13959         Small debug additions.
13960
13961 2005-07-14  Wim Taymans  <wim@fluendo.com>
13962
13963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13964         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13965         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13966         Better error recovery, ignore unconnected pads and
13967         non-fatal errors.
13968
13969 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13970
13971         * docs/libs/tmpl/gstaudio.sgml:
13972         * docs/libs/tmpl/gstcolorbalance.sgml:
13973         * docs/libs/tmpl/gstgconf.sgml:
13974         * docs/libs/tmpl/gstmixer.sgml:
13975         * docs/libs/tmpl/gstringbuffer.sgml:
13976         * docs/libs/tmpl/gsttuner.sgml:
13977         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13978         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13979         (gst_tcpclientsrc_class_init):
13980         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13981         (gst_tcpserversrc_class_init):
13982         * sys/v4l/gstv4lelement.c:
13983           more autistic cleanliness in functions/names/defines
13984
13985 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13986
13987         * configure.ac:
13988           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13989           added manually to each Makefile.am so we are sure it goes
13990           *last* and doesn't add -L flags before linking in libs of our
13991           own, like, say, internal .la libs, that then accidentally pick
13992           up the installed copy.
13993         * docs/libs/Makefile.am:
13994         * ext/alsa/Makefile.am:
13995         * ext/cdparanoia/Makefile.am:
13996         * ext/gnomevfs/Makefile.am:
13997         * ext/libvisual/Makefile.am:
13998         * ext/ogg/Makefile.am:
13999         * ext/theora/Makefile.am:
14000         * ext/vorbis/Makefile.am:
14001         * gst-libs/gst/video/Makefile.am:
14002         * gst/adder/Makefile.am:
14003         * gst/audioconvert/Makefile.am:
14004         * gst/audiorate/Makefile.am:
14005         * gst/audioscale/Makefile.am:
14006         * gst/ffmpegcolorspace/Makefile.am:
14007         * gst/playback/Makefile.am:
14008         * gst/sine/Makefile.am:
14009         * gst/subparse/Makefile.am:
14010         * gst/tags/Makefile.am:
14011         * gst/tcp/Makefile.am:
14012         * gst/typefind/Makefile.am:
14013         * gst/videorate/Makefile.am:
14014         * gst/videoscale/Makefile.am:
14015         * gst/videotestsrc/Makefile.am:
14016         * gst/volume/Makefile.am:
14017         * sys/v4l/Makefile.am:
14018         * sys/ximage/Makefile.am:
14019         * sys/xvimage/Makefile.am:
14020           adapt properly to this change. This should make sure that
14021           plugins and libs properly link to the as-yet-uninstalled
14022           copies of stuff like libgstinterfaces and libgstvideo
14023
14024 2005-07-13  Andy Wingo  <wingo@pobox.com>
14025
14026         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14027         (gst_v4lsrc_fixate): Fixate on format as well.
14028
14029         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14030         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14031         buffer points to it.
14032         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14033         rather just doing X calls ourselves. Also fixes a memleak.
14034
14035 2005-07-12  Andy Wingo  <wingo@pobox.com>
14036
14037         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14038         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14039         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14040         TRUE to avoid deadlocks if an element holds on to our buffers.
14041
14042 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14043
14044         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14045         (gst_sinesrc_init), (gst_sinesrc_create),
14046         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14047         (gst_sinesrc_start):
14048         * gst/sine/gstsinesrc.h:
14049           removing num-buffers property before moving it
14050
14051 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14052
14053         * configure.ac:
14054           use overridable ERROR_CFLAGS
14055         * docs/libs/gst-plugins-base-libs.types:
14056         * docs/libs/tmpl/gstringbuffer.sgml:
14057         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14058         (gst_alsasink_class_init):
14059         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14060         (gst_alsasrc_class_init):
14061         * gst-libs/gst/audio/audio.h:
14062         * gst-libs/gst/audio/gstaudioclock.h:
14063         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14064         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14065         (gst_audio_filter_link), (gst_audio_filter_init),
14066         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14067         (gst_audio_filter_get_property),
14068         (gst_audio_filter_class_add_pad_templates):
14069         * gst-libs/gst/audio/gstaudiofilter.h:
14070         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14071         (gst_audio_filter_template_get_type),
14072         (gst_audio_filter_template_base_init),
14073         (gst_audio_filter_template_class_init),
14074         (gst_audio_filter_template_init),
14075         (gst_audio_filter_template_set_property),
14076         (gst_audio_filter_template_get_property), (plugin_init),
14077         (gst_audio_filter_template_setup),
14078         (gst_audio_filter_template_filter),
14079         (gst_audio_filter_template_filter_inplace):
14080         * gst-libs/gst/audio/gstaudiosink.c:
14081         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14082         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14083         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14084         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14085         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14086         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14087         * gst-libs/gst/audio/gstaudiosink.h:
14088         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14089         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14090         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14091         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14092         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14093         (gst_audio_src_class_init), (gst_audio_src_init),
14094         (gst_audio_src_create_ringbuffer):
14095         * gst-libs/gst/audio/gstaudiosrc.h:
14096         * gst-libs/gst/audio/gstbaseaudiosink.c:
14097         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14098         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14099         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14100         (gst_base_audio_sink_set_property),
14101         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14102         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14103         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14104         (gst_base_audio_sink_create_ringbuffer),
14105         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14106         * gst-libs/gst/audio/gstbaseaudiosink.h:
14107         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14108         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14109         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14110         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14111         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14112         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14113         (gst_base_audio_src_event), (gst_base_audio_src_create),
14114         (gst_base_audio_src_create_ringbuffer),
14115         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14116         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14118         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14119         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14120         (gst_ring_buffer_debug_spec_caps),
14121         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14122         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14123         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14124         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14125         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14126         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14127         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14128         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14129         (gst_ring_buffer_clear):
14130         * gst-libs/gst/audio/gstringbuffer.h:
14131         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14132         (gst_video_sink_class_init), (gst_video_sink_get_type):
14133         * gst-libs/gst/video/videosink.h:
14134         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14135         (gst_multifdsink_class_init),
14136         (gst_multifdsink_handle_client_write),
14137         (gst_multifdsink_change_state):
14138         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14139         (gst_tcpclientsink_setcaps):
14140         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14141         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14142         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14143         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14144         (gst_ximagesink_send_pending_navigation),
14145         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14146         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14148         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14149         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14150         (gst_xvimagesink_send_pending_navigation),
14151         (gst_xvimagesink_navigation_send_event),
14152         (gst_xvimagesink_set_xwindow_id),
14153         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14154         (gst_xvimagesink_get_type):
14155         more macro splitting
14156
14157 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14158
14159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14160           plug a memleak, allows me to import 1479 albums in one go
14161           in jamboree
14162         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14163         (vorbis_handle_type_packet), (vorbis_dec_chain),
14164         (vorbis_dec_change_state):
14165           fix some format strings
14166
14167 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14168
14169         * docs/libs/tmpl/gstcolorbalance.sgml:
14170         * docs/libs/tmpl/gstmixer.sgml:
14171         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14172         (gst_alsasink_set_property), (gst_alsasink_get_property):
14173         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14174         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14175           add device property
14176
14177 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14178
14179         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14180         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14181         (audiocast_register_listener), (audiocast_thread_run),
14182         (gst_gnomevfssrc_send_additional_headers_callback),
14183         (gst_gnomevfssrc_received_headers_callback),
14184         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14185         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14186         (gst_gnomevfssrc_get_size):
14187           add/clean up debugging
14188         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14189           cleanups
14190
14191 2005-07-07  Andy Wingo  <wingo@pobox.com>
14192
14193         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14194         framerate. Need to get a handle on when exactly this function is
14195         called, tho.
14196
14197         * sys/v4l/v4lsrc_calls.h:
14198         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14199         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14200         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14201
14202         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14203         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14204         v4lelements are sources.
14205
14206         * sys/v4l/gstv4lxoverlay.h:
14207         * sys/v4l/gstv4lxoverlay.c:
14208         * sys/v4l/gstv4ltuner.h:
14209         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14210         
14211         * sys/v4l/gstv4lsrc.h:
14212         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14213         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14214         or something should handle that. Made a live source.
14215
14216         * sys/v4l/gstv4lelement.h:
14217         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14218         signals. Some cleanups.
14219
14220         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14221
14222         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14223         stuff.
14224
14225         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14226         stuff.
14227
14228         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14229
14230 2005-07-07  Wim Taymans  <wim@fluendo.com>
14231
14232         * ext/theora/theoradec.c: (theora_get_query_types),
14233         (theora_dec_src_getcaps), (theora_dec_push):
14234         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14235         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14236         Remove deprecated/unused query types.
14237
14238 2005-07-06  Wim Taymans  <wim@fluendo.com>
14239
14240         * ext/alsa/Makefile.am:
14241         * ext/alsa/gstalsaplugin.c: (plugin_init):
14242         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14243         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14244         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14245         (gst_alsasrc_class_init), (gst_alsasrc_init),
14246         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14247         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14248         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14249         (gst_alsasrc_reset):
14250         * ext/alsa/gstalsasrc.h:
14251         * gst-libs/gst/audio/Makefile.am:
14252         * gst-libs/gst/audio/gstaudiosink.c:
14253         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14254         (gst_audioringbuffer_start):
14255         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14256         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14257         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14258         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14259         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14260         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14261         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14262         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14263         * gst-libs/gst/audio/gstaudiosrc.h:
14264         * gst-libs/gst/audio/gstbaseaudiosink.c:
14265         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14266         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14267         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14268         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14269         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14270         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14271         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14272         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14273         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14274         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14275         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14276         (gst_baseaudiosrc_change_state):
14277         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14278         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14279         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14280         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14281         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14282         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14283         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14284         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14285         * gst-libs/gst/audio/gstringbuffer.h:
14286         Added audiosource base classes.
14287         Ported alsasrc, still very basic.
14288
14289 2005-07-06  Wim Taymans  <wim@fluendo.com>
14290
14291         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14292         (theora_dec_push), (theora_handle_data_packet):
14293         Prepare for better timestamp fix later.
14294
14295         * gst/audioconvert/gstaudioconvert.c:
14296         List most accurate caps first
14297
14298         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14299         Use proper pad task function.
14300
14301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14302         (gst_xvimagesink_show_frame):
14303         Fix deadlock when alloc failed.
14304
14305 2005-07-05  Andy Wingo  <wingo@pobox.com>
14306
14307         * ext/gnomevfs/gstgnomevfssrc.c:
14308         * gst/sine/gstsinesrc.c:
14309         * gst/tcp/gsttcpserversrc.c:
14310         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14311
14312         * sys/v4l/: Port from 0.8.
14313
14314         * Many files: Null if we got it....
14315
14316 2005-07-05  Andy Wingo  <wingo@pobox.com>
14317
14318         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14319         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14320         Signedness fixes.
14321
14322 2005-07-05  Wim Taymans  <wim@fluendo.com>
14323
14324         * configure.ac:
14325         * gst/tcp/Makefile.am:
14326         * gst/tcp/README:
14327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14328         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14329         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14330         (is_sync_frame), (gst_multifdsink_handle_client_write),
14331         (gst_multifdsink_render), (gst_multifdsink_start),
14332         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14333         * gst/tcp/gstmultifdsink.h:
14334         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14335         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14336         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14337         * gst/tcp/gsttcp.h:
14338         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14339         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14340         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14341         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14342         * gst/tcp/gsttcpclientsink.h:
14343         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14344         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14345         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14346         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14347         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14348         * gst/tcp/gsttcpclientsrc.h:
14349         * gst/tcp/gsttcpplugin.c: (plugin_init):
14350         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14351         * gst/tcp/gsttcpserversink.h:
14352         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14353         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14354         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14355         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14356         (gst_tcpserversrc_stop):
14357         * gst/tcp/gsttcpserversrc.h:
14358         * gst/tcp/gsttcpsink.c:
14359         * gst/tcp/gsttcpsink.h:
14360         * gst/tcp/gsttcpsrc.c:
14361         * gst/tcp/gsttcpsrc.h:
14362         Ported tcp plugins to 0.9. 
14363         
14364
14365 2005-07-05  Andy Wingo  <wingo@pobox.com>
14366
14367         * gst/playback/gstplaybasebin.c (fill_buffer):
14368         message_new_application fixen.
14369
14370         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14371         Style fix.
14372
14373 2005-07-04  Wim Taymans  <wim@fluendo.com>
14374
14375         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14376         Set caps on output buffer.
14377
14378 2005-07-04  Andy Wingo  <wingo@pobox.com>
14379
14380         * ext/gnomevfs/gstgnomevfssrc.c
14381         (gst_gnomevfssrc_received_headers_callback) 
14382         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14383         hopefully.
14384
14385         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14386         No refcount leakage.
14387
14388         * configure.ac: Enable -Werror.
14389         
14390         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14391         * gst/audioconvert/bufferframesconvert.c
14392         (buffer_frames_convert_fixate):
14393         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14394         (gst_audio_convert_fixate):
14395         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14396         (gst_sinesrc_create): Fixate func changes.
14397         
14398         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14399         (gst_ximagesink_buffer_alloc): Unused var.
14400
14401 2005-07-01  Andy Wingo  <wingo@pobox.com>
14402
14403         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14404         getcaps to do explicit caps. Needs to be done in all decoders,
14405         possibly via a base class.
14406
14407         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14408
14409         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14410         caps on the sink pad, just rely on the pad template. Also, setting
14411         ANY caps on a pad is not valid because the caps are not fixed.
14412
14413         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14414         caps on the buffer, and get the width from the desired_caps if
14415         they're set.
14416         (gst_ximagesink_renegotiate_size): Implement via setting the
14417         desired_caps on the ximagesink.
14418         (gst_ximagesink_setcaps): Only reset the width of the player if it
14419         wasn't already set. Not sure if this is right.
14420         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14421
14422         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14423         that the user wants. NULL unless the window has been resized.
14424
14425         * gst/volume/gstvolume.c (volume_transform): Adapt to
14426         basetransform refcount changes.
14427         
14428 2005-07-01  Andy Wingo  <wingo@pobox.com>
14429
14430         * gst/videoscale/gstvideoscale.c:
14431         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14432         from BaseTransform, implements a transform_caps. Removed dead code
14433         including some PAR stuff that was never reached -- should probably
14434         be added back somehow.
14435
14436 2005-07-01  Andy Wingo  <wingo@pobox.com>
14437
14438         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14439         come later.
14440
14441 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14442
14443         * configure.ac:
14444         * docs/libs/Makefile.am:
14445         * docs/libs/gst-plugins-libs.types:
14446         * ext/alsa/Makefile.am:
14447         * ext/alsa/gstalsamixer.h:
14448         * ext/alsa/gstalsamixeroptions.h:
14449         * ext/alsa/gstalsamixertrack.h:
14450         * gst-libs/gst/Makefile.am:
14451         * gst-libs/gst/colorbalance/.cvsignore:
14452         * gst-libs/gst/colorbalance/Makefile.am:
14453         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14454         * gst-libs/gst/colorbalance/colorbalance.c:
14455         * gst-libs/gst/colorbalance/colorbalance.h:
14456         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14457         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14458         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14459         * gst-libs/gst/interfaces/Makefile.am:
14460         * gst-libs/gst/interfaces/colorbalance.c:
14461         (gst_color_balance_class_init):
14462         * gst-libs/gst/interfaces/colorbalance.h:
14463         * gst-libs/gst/interfaces/interfaces-marshal.list:
14464         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14465         * gst-libs/gst/interfaces/mixer.h:
14466         * gst-libs/gst/interfaces/mixeroptions.h:
14467         * gst-libs/gst/interfaces/navigation.c:
14468         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14469         * gst-libs/gst/interfaces/tuner.h:
14470         * gst/volume/Makefile.am:
14471         * gst/volume/gstvolume.c:
14472         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14473         * sys/ximage/Makefile.am:
14474         * sys/ximage/ximagesink.c:
14475         * sys/xvimage/Makefile.am:
14476         * sys/xvimage/xvimagesink.c:
14477           fold in all interfaces into an interfaces dir, preserving CVS
14478           history
14479
14480 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14481
14482         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14483           Fix build after riff changes.
14484
14485 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14486
14487         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14488         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14489         (gst_riff_create_video_template_caps),
14490         (gst_riff_create_audio_template_caps),
14491         (gst_riff_create_iavs_template_caps):
14492         * gst-libs/gst/riff/riff-media.h:
14493         * gst-libs/gst/riff/riff-read.h:
14494         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14495           Add gst_riff_init() to initialize the debug category, instead
14496           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14497
14498 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14499
14500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14501           Oops, I shouldn't apply hacks.
14502
14503 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14504
14505         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14506           Remove pad_loop function which doesn't work.
14507
14508 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14509
14510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14511           Send EOS when deactivating.
14512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14513         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14514         (gen_preroll_element), (probe_triggered), (mute_stream),
14515         (silence_stream), (new_decoded_pad), (setup_substreams),
14516         (set_active_source):
14517         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14518         (remove_sinks), (add_sink):
14519         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14520           Change for new probe API.
14521
14522 2005-06-29  Wim Taymans  <wim@fluendo.com>
14523
14524         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14525         * gst-libs/gst/audio/gstbaseaudiosink.c:
14526         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14527         (gst_baseaudiosink_change_state):
14528         * gst-libs/gst/audio/gstbaseaudiosink.h:
14529         * gst-libs/gst/audio/gstringbuffer.c:
14530         (gst_ringbuffer_set_callback):
14531         Fix compilation error.
14532         Ringbuffer starts out as not running.
14533         Free our clock in dispose.
14534         When releasing the ringbuffer we need to renegotiate so
14535         clear the pad caps.
14536
14537 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14538
14539         * autogen.sh:
14540         * configure.ac:
14541         * docs/Makefile.am:
14542         * docs/libs/Makefile.am:
14543         * docs/libs/gst-plugins-libs-docs.sgml:
14544         * docs/libs/gst-plugins-libs-sections.txt:
14545         * docs/libs/gst-plugins-libs.types:
14546         * docs/libs/tmpl/gstaudio.sgml:
14547         * docs/libs/tmpl/gstcolorbalance.sgml:
14548         * docs/libs/tmpl/gstringbuffer.sgml:
14549         * gst-libs/gst/audio/gstringbuffer.c:
14550         (gst_ringbuffer_set_callback):
14551           reinstate gtk-doc docs for plugin libs
14552
14553 2005-06-28  Wim Taymans  <wim@fluendo.com>
14554
14555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14556         (gst_ogg_demux_init):
14557         Removed pad loop function.
14558
14559 2005-06-28  Wim Taymans  <wim@fluendo.com>
14560
14561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14562         If we're building a chain we are not in an error case
14563         when we queue a buffer.
14564
14565 2005-06-28  Andy Wingo  <wingo@pobox.com>
14566
14567         * *.c: Don't cast to GstObject before reffing/unreffing.
14568
14569 2005-06-27  Andy Wingo  <wingo@pobox.com>
14570
14571         * gst/videotestsrc/gstvideotestsrc.c
14572         (gst_videotestsrc_activate_push): Activation API changes.
14573
14574         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14575         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14576         they have refs on the decodebin.
14577
14578         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14579         parent class.
14580         (gst_ogg_pad_typefind): Don't leak a pad ref.
14581         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14582         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14583         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14584
14585 2005-06-27  Edward Hervey  <edward@fluendo.com>
14586
14587         * ext/theora/theoradec.c: (theora_dec_change_state): 
14588         re-arranged call to parent's state change in order to avoid locks (or
14589         worse).
14590
14591 2005-06-26  Edward Hervey  <edward@fluendo.com>
14592
14593         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14594         2nd argument of 'unknow-type' signal is a GstCaps and not a
14595         GstMiniObject
14596
14597 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14598         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14599           Set the worker thread's running flag to TRUE before starting the
14600           thread.
14601         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14602           Catch a failure to add typefind to the bin.
14603
14604 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14605
14606         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14607         (gst_sinesrc_init), (gst_sinesrc_create),
14608         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14609         (gst_sinesrc_start):
14610         * gst/sine/gstsinesrc.h:
14611           add num-buffers and timestamp-offset properties
14612         * gst/videotestsrc/gstvideotestsrc.c:
14613         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14614         (gst_videotestsrc_get_property):
14615           add timestamp-offset property
14616
14617 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14618
14619         * configure.ac: add videorate
14620         * gst-plugins-base.spec.in: add videorate
14621
14622 2005-06-23  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14625         (gst_videorate_getcaps), (gst_videorate_setcaps),
14626         (gst_videorate_event), (gst_videorate_chain):
14627         Fixed videorate, fixating an already fixated caps is not
14628         an error.
14629
14630 2005-06-23  Wim Taymans  <wim@fluendo.com>
14631
14632         * ext/ogg/README:
14633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14634         Buffer on caps is not boxed anymore.
14635
14636 2005-06-22  Wim Taymans  <wim@fluendo.com>
14637
14638         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14639         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14640         Set buffers on caps as miniobjects and not as boxed.
14641
14642 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14643
14644         * configure.ac:
14645           back to HEAD
14646
14647 === release 0.9.1 ===
14648
14649 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14650
14651         * .cvsignore:
14652         * NEWS:
14653         * README:
14654         * RELEASE:
14655         * configure.ac:
14656         * po/af.po:
14657         * po/az.po:
14658         * po/cs.po:
14659         * po/en_GB.po:
14660         * po/hu.po:
14661         * po/it.po:
14662         * po/nb.po:
14663         * po/nl.po:
14664         * po/or.po:
14665         * po/sq.po:
14666         * po/sr.po:
14667         * po/sv.po:
14668         * po/uk.po:
14669         * po/vi.po:
14670           updates for release
14671
14672 2005-06-09  Andy Wingo  <wingo@pobox.com>
14673
14674         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14675         
14676 2005-06-09  Andy Wingo  <wingo@pobox.com>
14677
14678         * configure.ac:
14679         * gst-libs/gst/Makefile.am:
14680         * gst-libs/gst/net/Makefile.am:
14681         Add gstnet to build.
14682
14683 2005-06-09  Andy Wingo  <wingo@pobox.com>
14684
14685         * gst-libs/gst/gconf/gconf.c:
14686         * gst/playback/test.c:
14687         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14688         fixes.
14689
14690         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14691
14692         * ext/theora/theoraenc.c (theora_enc_chain): 
14693         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14694
14695         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14696         RealPad.
14697
14698 2005-06-02  Wim Taymans  <wim@fluendo.com>
14699
14700         * gst-libs/gst/net/Makefile.am:
14701         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14702         * pkgconfig/gstreamer-libs.pc.in:
14703         Added net stuff, version net lib.
14704
14705 2005-06-02  Wim Taymans  <wim@fluendo.com>
14706
14707         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14708         (query_rates), (query_positions_elems), (query_positions_pads),
14709         (do_seek):
14710         Updated seek example.
14711
14712 2005-06-02  Andy Wingo  <wingo@pobox.com>
14713
14714         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14715         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14716         list.
14717
14718         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14719         remove the typefind, the bin dispose will do it for us. When it's
14720         removed and unreffed, the signal handler will be disconnected,
14721         too.
14722         (unlinked): It's too difficult to disconnect from unlinked
14723         handlers, as they are on pads not elements. Just punt if the pads
14724         aren't grandkids of the bin.
14725
14726 2005-06-02  Wim Taymans  <wim@fluendo.com>
14727
14728         * ext/ogg/README:
14729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14730         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14732         * ext/theora/theoradec.c: (theora_dec_src_query),
14733         (theora_handle_data_packet):
14734         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14735         (theora_enc_chain):
14736         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14737         (vorbis_handle_data_packet):
14738         * gst/audioconvert/bufferframesconvert.c:
14739         (buffer_frames_convert_chain):
14740         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14741         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14742         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14743         (gst_ffmpegcsp_chain):
14744         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14745         (gst_videorate_getcaps), (gst_videorate_setcaps),
14746         (gst_videorate_event), (gst_videorate_chain):
14747         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14748         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14749         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14750         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14751         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14752         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14753         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14754         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14755         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14756         Cleanups and buffer alloc.
14757
14758 2005-05-31  Wim Taymans  <wim@fluendo.com>
14759
14760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14761         Don't try to call the delay method when the device is not
14762         opened.
14763
14764 2005-05-31  Wim Taymans  <wim@fluendo.com>
14765
14766         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14767         Get actual segment size and buffer size after opening
14768         the device.
14769
14770 2005-05-30  Wim Taymans  <wim@fluendo.com>
14771
14772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14773         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14774         Also FLUSH upstream, makes the loop function exit faster.
14775         
14776         * ext/theora/theoradec.c: (theora_dec_src_query):
14777         Some more debug info in the query.
14778         
14779         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14780         (gst_ximagesink_setcaps):
14781         Release lock on par error, better error reporting.
14782
14783 2005-05-26  Wim Taymans  <wim@fluendo.com>
14784
14785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14786         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14787         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14788         Clear chains in READY
14789         Queue packets until the chain is activated.
14790
14791 2005-05-25  Wim Taymans  <wim@fluendo.com>
14792
14793         * gst-libs/gst/audio/gstaudiosink.c:
14794         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14795         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14796         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14797         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14798         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14799         (gst_audiosink_create_ringbuffer):
14800         * gst-libs/gst/audio/gstbaseaudiosink.c:
14801         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14802         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14803         (gst_baseaudiosink_set_property), (build_linear_format),
14804         (debug_spec_caps), (debug_spec_buffer),
14805         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14806         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14807         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14808         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14810         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14811         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14812         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14813         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14814         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14815         (wait_segment), (gst_ringbuffer_commit),
14816         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14817         (gst_ringbuffer_clear):
14818         Various small cleanups.
14819
14820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14821         (gst_audio_convert_change_state):
14822         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14823         No need to take the locks anymore.
14824
14825 2005-05-25  Wim Taymans  <wim@fluendo.com>
14826
14827         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14828         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14829         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14830         (type_found):
14831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14832         (group_destroy), (group_commit), (queue_overrun),
14833         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14834         (mute_stream), (new_decoded_pad), (setup_substreams),
14835         (setup_source), (mute_group_type), (set_active_source),
14836         (gst_play_base_bin_change_state):
14837         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14838         (gen_video_element), (gen_text_element), (gen_audio_element),
14839         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14840         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14841         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14842         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14843         Some playbin cleanups mostly refcounting sloppyness.
14844
14845 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14846
14847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14848           Work with streaming input.
14849
14850 2005-05-25  Wim Taymans  <wim@fluendo.com>
14851
14852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14853         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14854         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14855         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14856         No need to take the STREAM lock anymore.
14857
14858 2005-05-25  Wim Taymans  <wim@fluendo.com>
14859
14860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14861         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14862         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14863         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14864         (gst_ogg_demux_sink_activate):
14865         * ext/theora/theoradec.c: (theora_dec_src_event),
14866         (theora_handle_comment_packet), (theora_dec_chain),
14867         (theora_dec_change_state):
14868         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14869         (vorbis_handle_data_packet), (vorbis_dec_chain),
14870         (vorbis_dec_change_state):
14871         Remove STREAM locks as they are taken in core now.
14872         Never set bogus granulepos on vorbis/theora.
14873         Fix leaks in theoradec tag parsing.
14874
14875 2005-05-25  Wim Taymans  <wim@fluendo.com>
14876
14877         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14878         Fix memleaks, GST_BUFFER_DATA() is not freed.
14879
14880 2005-05-25  Wim Taymans  <wim@fluendo.com>
14881
14882         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14883         Open non-blocking, set to blocking mode afterwards to avoid
14884         lockups when audio device is busy.
14885
14886 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14887
14888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14889           This can't be good.
14890
14891 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14892
14893         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14894         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14895         (gst_audio_convert_setcaps):
14896           Implement instant setup switching.
14897
14898 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14899
14900         * gst/playback/gstplaybasebin.c: (probe_triggered):
14901           Fix missing unlock.
14902         * gst/playback/gstplaybin.c: (add_sink):
14903           First add, then link (otherwise pad link fails).
14904
14905 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14906
14907         * examples/Makefile.am:
14908         fix buildbot (make distcheck)
14909
14910 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14911
14912         * gst/playback/gstplaybin.c: (gen_vis_element):
14913           Remove some wrong code. Doesn't work yet.
14914
14915 2005-05-19  Wim Taymans  <wim@fluendo.com>
14916
14917         * gst-libs/gst/net/Makefile.am:
14918         * gst-libs/gst/net/README:
14919         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14920         (gst_netbuffer_class_init), (gst_netbuffer_init),
14921         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14922         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14923         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14924         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14925         * gst-libs/gst/net/gstnetbuffer.h:
14926         Added buffer subclass to store extra to/from addresses for
14927         network sources/sinks.
14928
14929 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14930
14931         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14932           Don't lock an unassigned variable.
14933
14934 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14935
14936         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14937           Increase buffer for video, decrease buffer for other media types.
14938         * gst/playback/gstplaybin.c: (gen_video_element),
14939         (gen_audio_element):
14940           Change names for debugging purposes.
14941
14942 2005-05-18  Wim Taymans  <wim@fluendo.com>
14943
14944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14945         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14946         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14947         (gst_ffmpegcsp_chain):
14948         Enable buffer alloc passthrough if the source and dest
14949         formats are the same.
14950
14951 2005-05-17  Wim Taymans  <wim@fluendo.com>
14952
14953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14954         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14955         (gst_ogg_demux_chain_unlocked):
14956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14957         (gst_audio_convert_caps_remove_format_info),
14958         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14959         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14961         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14962         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14963         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14964         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14965         (gst_ffmpegcsp_get_property):
14966         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14967         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14968         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14969         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14970         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14971         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14972         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14973         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14974         Leak fixes in oggdemux.
14975         Some cleanups in audioconvert.
14976         Make passthrough work along with buffer_alloc etc.
14977         Make buffer_alloc and buffer recycling actually work in
14978         xvimagesink.
14979
14980 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14981
14982         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14983           make the compiler happy
14984
14985 2005-05-17  Wim Taymans  <wim@fluendo.com>
14986
14987         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14988         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14989         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14990         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14991         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14992         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14993         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14994         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14995         (gst_xvimagesink_set_xwindow_id):
14996         * sys/xvimage/xvimagesink.h:
14997         Port xvimagesink to new MiniObject.
14998
14999 2005-05-17  Wim Taymans  <wim@fluendo.com>
15000
15001         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15002         (gst_audiofilter_chain):
15003         * gst-libs/gst/audio/gstaudiosink.c:
15004         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15005         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15006         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15007         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15008         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15009         (gst_audiosink_create_ringbuffer):
15010         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15011         (gst_audio_convert_caps_remove_format_info),
15012         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15013         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15015         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15016         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15017         Fix passthrough in ffmpegcolorspace.
15018         Fix memset in audiosink on wrong memory.
15019
15020 2005-05-16  David Schleef  <ds@schleef.org>
15021
15022         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15023         to GstMiniObject.
15024
15025 2005-05-16  David Schleef  <ds@schleef.org>
15026
15027         Port from GstData to GstMiniObject.
15028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15030         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15031         (gst_ogg_mux_collected):
15032         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15033         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15034         (theora_handle_data_packet):
15035         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15036         (theora_set_header_on_caps), (theora_enc_chain):
15037         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15038         (vorbis_handle_comment_packet):
15039         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15040         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15041         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15042         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15043         * gst/audioconvert/gstaudioconvert.c:
15044         (gst_audio_convert_get_buffer):
15045         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15046         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15047         (mute_stream), (silence_stream):
15048         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15049         * gst/volume/gstvolume.c: (volume_transform):
15050         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15051         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15052         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15053         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15054         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15055         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15056         (gst_ximagesink_buffer_alloc):
15057         * sys/ximage/ximagesink.h:
15058
15059 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15060
15061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15062         (fill_buffer), (check_queue), (queue_threshold_reached),
15063         (queue_out_of_data):
15064         * gst/playback/gstplaybasebin.h:
15065           Post buffer-fullness on the bus.
15066
15067 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15068
15069         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15070         (try_to_link_1):
15071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15072         (group_commit), (probe_triggered), (setup_source),
15073         (gst_play_base_bin_change_state):
15074         * gst/playback/gstplaybasebin.h:
15075         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15076         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15077         (gst_play_bin_change_state):
15078           Move setup_output_pads into a virtual function, remove
15079           group-switch (no longer needed) and redirect (handled by bus
15080           now) signals.
15081
15082 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15083
15084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15085         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15086         (get_active_group), (get_building_group), (group_destroy),
15087         (group_commit), (check_queue), (queue_overrun),
15088         (queue_threshold_reached), (queue_out_of_data),
15089         (gen_preroll_element), (remove_groups), (unknown_type),
15090         (add_element_stream), (no_more_pads), (probe_triggered),
15091         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15092         (setup_substreams), (setup_source), (finish_source),
15093         (prepare_output), (muted_group_change_state),
15094         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15095         (gst_play_base_bin_change_state):
15096         * gst/playback/gstplaybasebin.h:
15097         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15098         (gst_play_bin_init), (gst_play_bin_set_property),
15099         (gen_video_element), (gen_text_element), (gen_audio_element),
15100         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15101         (gst_play_bin_change_state):
15102         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15103         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15104         (stream_info_change_state), (gst_stream_info_set_mute),
15105         (gst_stream_info_get_property):
15106         * gst/playback/gststreaminfo.h:
15107         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15108         (gst_stream_selector_get_linked_pad),
15109         (gst_stream_selector_getcaps),
15110         (gst_stream_selector_get_linked_pads),
15111         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15112         * gst/playback/gststreamselector.h:
15113           Rough port of playbin. Needs some more work, but is mostly done,
15114           and uses a few locks in important places, which should make stuff
15115           like chain-switches clean. Still uses GST_STATE() in a few places,
15116           which isn't all that good an idea, subtitles/elements disabled
15117           because no elements to test with and thus probably broken, query
15118           and event handling moved to GstBin, internal thread removed
15119           alltogether because the pipeline does that for us now. Can play
15120           Ogg/Vorbis files. Haven't tested anything else yet.
15121
15122 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15123
15124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15125           Do no-more-pads (needed for autoplugging).
15126
15127 2005-05-10  Andy Wingo  <wingo@pobox.com>
15128
15129         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15130         message to the bus with the tags. Still not sent downstream tho.
15131
15132         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15133         get_parent.
15134         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15135         avoid refcounting hassles.
15136
15137 2005-05-09  Andy Wingo  <wingo@pobox.com>
15138
15139         * gst/volume/Makefile.am:
15140         * gst/volume/demo.c
15141         * gst/volume/gstvolume.h
15142         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15143         basetransform. Probably need an audio filter base class.
15144
15145 2005-05-09  Wim Taymans  <wim@fluendo.com>
15146
15147         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15148         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15149         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15150         (gst_vorbisenc_chain):
15151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15152         (gst_audio_convert_caps_remove_format_info),
15153         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15154         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15155         Make caps writable before writing to it.
15156         Fix negotiation in audioconvert some more.
15157
15158 2005-05-09  Wim Taymans  <wim@fluendo.com>
15159
15160         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15161         (gst_videorate_getcaps), (gst_videorate_setcaps),
15162         (gst_videorate_event), (gst_videorate_chain):
15163         Better negotiation.
15164
15165 2005-05-09  Wim Taymans  <wim@fluendo.com>
15166
15167         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15168         (gst_videorate_getcaps), (gst_videorate_setcaps),
15169         (gst_videorate_blank_data), (gst_videorate_init),
15170         (gst_videorate_event), (gst_videorate_chain),
15171         (gst_videorate_change_state):
15172         Port videorate, do a better job at negotiation while we're at
15173         it.
15174
15175 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15176
15177         * configure.ac:
15178           Disable libvisual
15179
15180         * examples/Makefile.am:
15181         * gst-libs/gst/audio/Makefile.am:
15182         * gst-libs/gst/riff/Makefile.am:
15183         * gst-libs/gst/tag/Makefile.am:
15184         * gst-libs/gst/video/Makefile.am:
15185           Fixups for missing variables.
15186
15187 2005-05-09  Wim Taymans  <wim@fluendo.com>
15188
15189         * examples/seeking/seek.c: (make_theora_pipeline),
15190         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15191         (query_rates), (query_positions_elems), (query_positions_pads),
15192         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15194         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15195         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15196         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15197         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15198         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15199         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15200         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15201         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15202         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15203         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15204         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15205         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15206         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15207         (theora_dec_src_convert), (theora_dec_sink_convert),
15208         (theora_dec_src_query), (theora_dec_sink_query),
15209         (theora_dec_src_event), (theora_dec_sink_event),
15210         (theora_handle_comment_packet), (theora_handle_type_packet),
15211         (theora_handle_header_packet), (theora_handle_data_packet),
15212         (theora_dec_chain):
15213         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15214         (vorbis_dec_convert), (vorbis_dec_src_query),
15215         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15216         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15217         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15218         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15220         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15221         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15222         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15223         (gst_play_bin_query):
15224         * gst/playback/test3.c: (update_scale):
15225         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15226         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15227         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15228         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15229         (gst_videotestsrc_src_query):
15230         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15231         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15232         (paint_hline_YUV9):
15233         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15234         Port to new query API.
15235         Updated seek.
15236         Cleanups in x[v]imagesink
15237
15238 2005-05-09  Andy Wingo  <wingo@pobox.com>
15239
15240         * ext/alsa/gstalsasink.h:
15241         * ext/gnomevfs/gstgnomevfssrc.c:
15242         (gst_gnomevfssrc_get_icy_metadata):
15243         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15244         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15245         * ext/theora/theoradec.c (theora_dec_src_query)
15246         (theora_dec_src_event, theora_dec_sink_event)
15247         (theora_handle_comment_packet, theora_handle_data_packet):
15248         * ext/theora/theoraenc.c (theora_enc_chain):
15249         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15250         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15251         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15252         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15253         (qt_type_find):
15254         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15255         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15256         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15257         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15258         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15259         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15260         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15261         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15262         (paint_setup_RGB565, paint_setup_xRGB1555):
15263         * gst/videotestsrc/videotestsrc.h:
15264         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15265         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15266         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15267         GCC4 fixes.
15268         
15269         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15270         gst_pad_query_position. Fixes oggdemux.
15271
15272 2005-05-08  David Schleef  <ds@schleef.org>
15273
15274         * configure.ac: Require liboil.
15275         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15276         a few more.
15277         * gst/videotestsrc/videotestsrc.c:
15278         * gst/videotestsrc/videotestsrc.h:
15279
15280 2005-05-06  Wim Taymans  <wim@fluendo.com>
15281
15282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15283         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15284         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15285         Well, unreffing a buffer right before pushing it is asking
15286         for trouble..
15287
15288 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15289
15290         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15291
15292 2005-05-06  Wim Taymans  <wim@fluendo.com>
15293
15294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15295         (gst_audio_convert_caps_remove_format_info),
15296         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15297         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15299         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15300         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15301         * gst/sine/Makefile.am:
15302         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15303         (gst_sinesrc_class_init), (gst_sinesrc_init),
15304         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15305         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15306         (gst_sinesrc_update_freq):
15307         * gst/sine/gstsinesrc.h:
15308         * gst/tcp/gstmultifdsink.c:
15309         * sys/xvimage/xvimagesink.c:
15310         Fixed negotiation wrt _peer_get_caps()
15311         Some cleanups.
15312
15313
15314 2005-05-06  Wim Taymans  <wim@fluendo.com>
15315
15316         * gst-libs/gst/audio/gstaudiosink.c:
15317         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15318         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15319         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15320         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15321         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15322         (gst_audiosink_create_ringbuffer):
15323         * gst-libs/gst/audio/gstbaseaudiosink.c:
15324         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15325         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15326         (gst_baseaudiosink_set_property), (build_linear_format),
15327         (debug_spec_caps), (debug_spec_buffer),
15328         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15329         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15330         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15331         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15332         * gst-libs/gst/audio/gstbaseaudiosink.h:
15333         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15334         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15335         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15336         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15337         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15338         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15339         (wait_segment), (gst_ringbuffer_commit),
15340         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15341         (gst_ringbuffer_clear):
15342         * gst-libs/gst/audio/gstringbuffer.h:
15343         Make the base audiosink return an error when there is no
15344         audiobuffer negotiated.
15345
15346 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15347
15348         * ext/Makefile.am:
15349         Disable cdparanoia until someone ports it!
15350
15351 2005-05-06  Wim Taymans  <wim@fluendo.com>
15352
15353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15354         (gst_ogg_demux_sink_activate):
15355         And revert after wingo's revert.. sigh..
15356
15357 2005-05-05  Andy Wingo  <wingo@pobox.com>
15358
15359         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15360         GObject.
15361         * configure.ac: Return audiorate and subparse from the ghetto.
15362         Re-enable -Wall -Werror.
15363         * gst/subparse/gstsubparse.c:
15364         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15365         or chain-based. Cleaned up a bit. Not tested.
15366         
15367 2005-05-05  Christian Schaller <christian@fluendo.com> 
15368
15369         * Makefile.am: remove stuff that is not building
15370         * configure.ac: remove stuff that is not building
15371         * examples/Makefile.am: remove stuff that is not building
15372         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15373         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15374         * sys/Makefile.am: remove stuff that is not building
15375         * testsuite/Makefile.am: remove stuff that is not building
15376
15377 2005-05-05  Andy Wingo  <wingo@pobox.com>
15378
15379         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15380         * gst-libs/gst/tag/gstvorbistag.c:
15381         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15382         * gst/adder/gstadder.h:
15383         * gst/audioconvert/gstchannelmix.c:
15384         (gst_audio_convert_fill_one_other):
15385         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15386         (gst_audiorate_init), (gst_audiorate_chain):
15387         * gst/playback/gstplaybasebin.c: (setup_source):
15388         * gst/playback/test3.c: (update_scale):
15389         Some GCC4 fixes
15390         
15391         * po/af.po:
15392         * po/az.po:
15393         * po/cs.po:
15394         * po/en_GB.po:
15395         * po/hu.po:
15396         * po/it.po:
15397         * po/nb.po:
15398         * po/nl.po:
15399         * po/or.po:
15400         * po/sq.po:
15401         * po/sr.po:
15402         * po/sv.po:
15403         * po/uk.po:
15404         * po/vi.po: Foo
15405
15406 2005-05-05  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15409         (gst_audio_convert_caps_remove_format_info),
15410         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15411         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15412         * gst/videotestsrc/gstvideotestsrc.c:
15413         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15414         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15415         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15416         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15417         Don't ignore _push() return values.
15418         Make sure no processing is done when shutting down.
15419         Videotestsrc pad activation fix.
15420
15421 2005-05-05  Wim Taymans  <wim@fluendo.com>
15422
15423         * gst/adder/Makefile.am:
15424         * gst/adder/gstadder.c: (gst_adder_setcaps),
15425         (gst_adder_class_init), (gst_adder_init),
15426         (gst_adder_request_new_pad), (gst_adder_collected),
15427         (gst_adder_change_state):
15428         * gst/adder/gstadder.h:
15429         Ported adder as an example of a mixer element using
15430         collect pads. Needs more negotiation work.
15431
15432 2005-05-05  Wim Taymans  <wim@fluendo.com>
15433
15434         * ext/theora/theoradec.c: (_inc_granulepos),
15435         (theora_dec_src_event), (theora_dec_sink_event),
15436         (theora_handle_comment_packet), (theora_handle_type_packet),
15437         (theora_handle_header_packet), (theora_handle_data_packet),
15438         (theora_dec_chain):
15439         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15440         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15441         (theora_push_buffer), (theora_push_packet),
15442         (theora_enc_sink_event), (theora_enc_chain),
15443         (theora_enc_change_state), (theora_enc_set_property),
15444         (theora_enc_get_property):
15445         Added stream lock to decoder so that we can serialize
15446         the discont event.
15447         More theoraenc porting, recover from errors, do clean
15448         shutdown.
15449
15450 2005-05-05  Wim Taymans  <wim@fluendo.com>
15451
15452         * ext/ogg/Makefile.am:
15453         * ext/ogg/README:
15454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15455         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15456         (gst_ogg_print):
15457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15458         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15459         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15460         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15461         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15462         (gst_ogg_mux_change_state):
15463         Ported ogg muxer.
15464
15465 2005-05-05  Wim Taymans  <wim@fluendo.com>
15466
15467         * docs/design-audiosinks.txt:
15468         * gst-libs/gst/audio/TODO:
15469         * gst-libs/gst/audio/gstaudiosink.c:
15470         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15471         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15472         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15473         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15474         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15475         (gst_audiosink_create_ringbuffer):
15476         * gst-libs/gst/audio/gstbaseaudiosink.c:
15477         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15478         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15479         (gst_baseaudiosink_set_property), (build_linear_format),
15480         (debug_spec_caps), (debug_spec_buffer),
15481         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15482         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15483         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15484         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15486         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15487         (gst_ringbuffer_release), (gst_ringbuffer_play),
15488         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15489         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15490         (gst_ringbuffer_set_sample), (wait_segment),
15491         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15492         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15493         More work on the audiosink, mostly debugging and a race in
15494         shutdown.
15495
15496 2005-04-28  Wim Taymans  <wim@fluendo.com>
15497
15498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15499         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15500         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15501         (vorbis_dec_src_query), (vorbis_dec_src_event),
15502         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15503         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15504         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15505         Don't crap out when seeking back to position 0.
15506
15507 2005-04-28  Wim Taymans  <wim@fluendo.com>
15508
15509         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15510         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15511         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15512         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15513         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15514         Make audio sink configurable, use alsasink as default.
15515
15516 2005-04-28  Wim Taymans  <wim@fluendo.com>
15517
15518         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15519         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15520         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15521         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15522         (vorbis_dec_change_state):
15523         * ext/vorbis/vorbisdec.h:
15524         Refactor, use STREAM_LOCK.
15525
15526 2005-04-28  Wim Taymans  <wim@fluendo.com>
15527
15528         * ext/theora/theoradec.c: (_inc_granulepos),
15529         (theora_dec_sink_event), (theora_handle_comment_packet),
15530         (theora_handle_type_packet), (theora_handle_header_packet),
15531         (theora_handle_data_packet), (theora_dec_chain),
15532         (theora_dec_change_state):
15533         Refactor a bit, use STREAM_LOCK.
15534
15535 2005-04-28  Wim Taymans  <wim@fluendo.com>
15536
15537         * ext/alsa/Makefile.am:
15538         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15539         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15540         (gst_alsa_link), (gst_alsa_close_audio):
15541         * ext/alsa/gstalsaplugin.c: (plugin_init):
15542         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15543         (gst_alsasink_dispose), (gst_alsasink_base_init),
15544         (gst_alsasink_class_init), (gst_alsasink_init),
15545         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15546         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15547         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15548         (gst_alsasink_reset):
15549         * ext/alsa/gstalsasink.h:
15550         Implement alsasink with simple open/write/close API. 
15551         Make alsa dir build by disabling compilation of code.
15552
15553 2005-04-28  Wim Taymans  <wim@fluendo.com>
15554
15555         * gst-libs/gst/audio/Makefile.am:
15556         * gst-libs/gst/audio/audio.h:
15557         * gst-libs/gst/audio/audioclock.c:
15558         * gst-libs/gst/audio/audioclock.h:
15559         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15560         (gst_audio_clock_class_init), (gst_audio_clock_init),
15561         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15562         * gst-libs/gst/audio/gstaudioclock.h:
15563         * gst-libs/gst/audio/gstaudiosink.c:
15564         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15565         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15566         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15567         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15568         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15569         (gst_audiosink_create_ringbuffer):
15570         * gst-libs/gst/audio/gstbaseaudiosink.c:
15571         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15572         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15573         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15574         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15575         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15576         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15577         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15578         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15579         * gst-libs/gst/audio/gstbaseaudiosink.h:
15580         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15581         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15582         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15583         (gst_ringbuffer_release), (gst_ringbuffer_play),
15584         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15585         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15586         (gst_ringbuffer_set_sample), (wait_segment),
15587         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15588         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15589         * gst-libs/gst/audio/gstringbuffer.h:
15590         Make ringbuffer faster and more simple by removing the locks
15591         in the playback thread.
15592         Add sample accurate playback based on buffer sample offsets.
15593         Make the baseaudiosink provide a clock.
15594         Parse caps in the base class.
15595         Correctly handle seeking, flushing and state changes.
15596
15597 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15598
15599         * configure.ac:
15600         * gst/audioconvert/Makefile.am:
15601         * gst/audioscale/Makefile.am:
15602           Fix part of the build.  Come on guys, autogen didn't even work :)
15603
15604 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15605
15606         * configure.ac:
15607         * gst-libs/gst/Makefile.am:
15608         * gst-libs/gst/media-info/.cvsignore:
15609         * gst-libs/gst/media-info/Makefile.am:
15610         * gst-libs/gst/media-info/README:
15611         * gst-libs/gst/media-info/media-info-priv.c:
15612         * gst-libs/gst/media-info/media-info-priv.h:
15613         * gst-libs/gst/media-info/media-info-test.c:
15614         * gst-libs/gst/media-info/media-info.c:
15615         * gst-libs/gst/media-info/media-info.h:
15616         * gst-libs/gst/media-info/media-info.vcproj:
15617         * pkgconfig/Makefile.am:
15618         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15619         * pkgconfig/gstreamer-media-info.pc.in:
15620           Remove media-info, which is also successed by playbin (see Totem
15621           implementation).
15622
15623 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15624
15625         * configure.ac:
15626         * examples/Makefile.am:
15627         * examples/gstplay/.cvsignore:
15628         * examples/gstplay/Makefile.am:
15629         * examples/gstplay/player.c:
15630         * gst-libs/gst/Makefile.am:
15631         * gst-libs/gst/play/.cvsignore:
15632         * gst-libs/gst/play/Makefile.am:
15633         * gst-libs/gst/play/play.c:
15634         * gst-libs/gst/play/play.h:
15635         * gst-libs/gst/play/play.vcproj:
15636         * pkgconfig/Makefile.am:
15637         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15638         * pkgconfig/gstreamer-play.pc.in:
15639           Remove libgstplay, playbin is now the official successor.
15640
15641 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15642
15643         * configure.ac:
15644         * gst-libs/gst/Makefile.am:
15645         * gst-libs/gst/xwindowlistener/Makefile.am:
15646         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15647         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15648           Remove deprecated xwindowlistener (I've moved xwindowlistening
15649           in the v4l/v4l2 plugins over to serverside).
15650
15651 2005-04-25  David Schleef  <ds@schleef.org>
15652
15653         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15654         to examples/dynparams.  Examples do not belong interspersed with
15655         source code.
15656         * examples/dynparams/demo-dparams.c:
15657         * gst/sine/Makefile.am:
15658         * gst/sine/demo-dparams.c:
15659
15660 2005-04-25  David Schleef  <ds@schleef.org>
15661
15662         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15663         * gst-libs/gst/audio/Makefile.am:
15664         * gst-libs/gst/riff/Makefile.am:
15665         * gst-libs/gst/tag/Makefile.am:
15666         * gst-libs/gst/video/Makefile.am:
15667         * gst-libs/gst/xwindowlistener/Makefile.am:
15668
15669         Convert to 0.9 API, seems to work:
15670         * sys/ximage/Makefile.am:
15671         * sys/ximage/ximagesink.c:
15672
15673 2005-04-24  David Schleef  <ds@schleef.org>
15674
15675         Link plugins against libraries:
15676         * ext/alsa/Makefile.am:
15677         * gst/tcp/Makefile.am:
15678
15679         Remove asm code that should be in liboil
15680         * gst/videoscale/Makefile.am:
15681         * gst/videoscale/videoscale_x86_asm.s:
15682
15683         gettext wants these checked in:
15684         * po/af.po:
15685         * po/az.po:
15686         * po/cs.po:
15687         * po/en_GB.po:
15688         * po/hu.po:
15689         * po/it.po:
15690         * po/nb.po:
15691         * po/nl.po:
15692         * po/or.po:
15693         * po/sq.po:
15694         * po/sr.po:
15695         * po/sv.po:
15696         * po/uk.po:
15697         * po/vi.po:
15698
15699 2005-04-24  David Schleef  <ds@schleef.org>
15700
15701         Convert gst_main() to g_main_loop_run()
15702         * gst/playback/decodetest.c: (main):
15703         * gst/playback/test2.c: (main):
15704         * gst/playback/test3.c: (main):
15705         * gst/playback/test4.c: (main):
15706
15707         Link plugins against libraries:
15708         * ext/libvisual/Makefile.am:
15709         * sys/xvimage/Makefile.am:
15710
15711 2005-04-24  David Schleef  <ds@schleef.org>
15712
15713         * configure.ac: Remove idct and resample libs
15714         * gst-libs/gst/Makefile.am: same
15715
15716         Remove usage of gst_library_load():
15717         * ext/alsa/gstalsaplugin.c: (plugin_init):
15718         * ext/libvisual/visual.c: (plugin_init):
15719         * ext/ogg/gstogg.c: (plugin_init):
15720         * ext/theora/theora.c: (plugin_init):
15721         * ext/vorbis/vorbis.c: (plugin_init):
15722         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15723         * gst/audioscale/gstaudioscale.c:
15724         * gst/adder/gstadder.c: (plugin_init):
15725         * gst/audioconvert/plugin.c: (plugin_init):
15726         * sys/ximage/ximagesink.c: (plugin_init):
15727         * sys/xvimage/xvimagesink.c: (plugin_init):
15728         * gst/tcp/gsttcpplugin.c: (plugin_init):
15729
15730         Link plugins against libraries:
15731         * ext/ogg/Makefile.am:
15732         * ext/theora/Makefile.am:
15733         * ext/vorbis/Makefile.am:
15734         * gst/audioconvert/Makefile.am:
15735
15736         Create proper libraries:
15737         * gst-libs/gst/riff/Makefile.am:
15738         * gst-libs/gst/audio/Makefile.am:
15739         * gst-libs/gst/video/Makefile.am:
15740
15741         Move resample library to audioscale plugin directory:
15742         * gst-libs/gst/resample/Makefile.am:
15743         * gst-libs/gst/resample/README:
15744         * gst-libs/gst/resample/dtof.c:
15745         * gst-libs/gst/resample/dtos.c:
15746         * gst-libs/gst/resample/functable.c:
15747         * gst-libs/gst/resample/private.h:
15748         * gst-libs/gst/resample/resample.c:
15749         * gst-libs/gst/resample/resample.h:
15750         * gst-libs/gst/resample/resample.vcproj:
15751         * gst-libs/gst/resample/test.c:
15752         * gst/audioscale/Makefile.am:
15753         * gst/audioscale/README:
15754         * gst/audioscale/dtof.c:
15755         * gst/audioscale/dtos.c:
15756         * gst/audioscale/functable.c:
15757         * gst/audioscale/private.h:
15758         * gst/audioscale/resample.c:
15759         * gst/audioscale/resample.h:
15760         * gst/audioscale/test.c:
15761
15762         Move tagedit library to gst-libs:
15763         * gst-libs/gst/tag/Makefile.am:
15764         * gst-libs/gst/tag/gstid3tag.c:
15765         * gst-libs/gst/tag/gsttagediting.c:
15766         * gst-libs/gst/tag/gsttageditingprivate.h:
15767         * gst-libs/gst/tag/gstvorbistag.c:
15768         * gst/tags/Makefile.am:
15769         * gst/tags/gstid3tag.c:
15770         * gst/tags/gstvorbistag.c:
15771
15772         Fix for core changes:
15773         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15774         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15775         (gst_sinesrc_getrange):
15776
15777 2005-04-23  David Schleef  <ds@schleef.org>
15778
15779         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15780         in gst-plugins in a long time, and properly belongs in liboil.
15781         * gst-libs/gst/idct/Makefile.am:
15782         * gst-libs/gst/idct/README:
15783         * gst-libs/gst/idct/dct.h:
15784         * gst-libs/gst/idct/doieee:
15785         * gst-libs/gst/idct/fastintidct.c:
15786         * gst-libs/gst/idct/floatidct.c:
15787         * gst-libs/gst/idct/idct.c:
15788         * gst-libs/gst/idct/idct.h:
15789         * gst-libs/gst/idct/idtc.vcproj:
15790         * gst-libs/gst/idct/ieeetest.c:
15791         * gst-libs/gst/idct/intidct.c:
15792
15793 2005-04-20  Wim Taymans  <wim@fluendo.com>
15794
15795         * docs/design-audiosinks.txt:
15796         * gst-libs/gst/audio/Makefile.am:
15797         * gst-libs/gst/audio/TODO:
15798         * gst-libs/gst/audio/gstaudiosink.c:
15799         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15800         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15801         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15802         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15803         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15804         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15805         (gst_audiosink_class_init), (gst_audiosink_init),
15806         (gst_audiosink_create_ringbuffer):
15807         * gst-libs/gst/audio/gstaudiosink.h:
15808         * gst-libs/gst/audio/gstbaseaudiosink.c:
15809         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15810         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15811         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15812         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15813         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15814         (gst_baseaudiosink_create_ringbuffer),
15815         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15816         * gst-libs/gst/audio/gstbaseaudiosink.h:
15817         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15818         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15819         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15820         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15821         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15822         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15823         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15824         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15825         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15826         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15827         * gst-libs/gst/audio/gstringbuffer.h:
15828         An attempt at a set of audio base classes together with some
15829         design docs.
15830
15831 2005-04-20  Wim Taymans  <wim@fluendo.com>
15832
15833         * gst/audioconvert/Makefile.am:
15834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15835         (gst_audio_convert_caps_remove_format_info),
15836         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15837         (gst_audio_convert_channels):
15838         Link against audio libs.
15839         Fix audio convert plugin.
15840
15841 2005-04-20  Wim Taymans  <wim@fluendo.com>
15842
15843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15844         (gst_ogg_demux_sink_activate):
15845         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15846         (theora_set_header_on_caps), (theora_enc_sink_event),
15847         (theora_enc_chain):
15848         Fix theora encoder.
15849
15850 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15851
15852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15853         * gst/playback/gstdecodebin.c: (find_compatibles):
15854           Work with staticpadtemplates in elementfactories.
15855
15856 2005-04-12  Wim Taymans  <wim@fluendo.com>
15857
15858         * gst/playback/README:
15859         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15860         (compare_ranks), (print_feature), (gst_decode_bin_init),
15861         (dynamic_create), (dynamic_free), (find_compatibles),
15862         (mimetype_is_raw), (close_pad_link), (got_redirect),
15863         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15864         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15865         (gst_decode_bin_change_state):
15866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15867         (gst_play_base_bin_init), (group_destroy), (group_commit),
15868         (check_queue), (queue_overrun), (queue_threshold_reached),
15869         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15870         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15871         (got_redirect), (setup_source), (play_base_eos),
15872         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15873         (gst_play_base_bin_remove_element):
15874         * gst/playback/gstplaybasebin.h:
15875         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15876         (gst_play_bin_init), (gst_play_bin_dispose),
15877         (gst_play_bin_set_property), (gen_video_element),
15878         (gen_text_element), (gen_audio_element), (remove_sinks),
15879         (gst_play_bin_send_event):
15880         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15881         (stream_info_change_state), (gst_stream_info_set_mute):
15882         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15883         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15884         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15885         (gst_stream_selector_chain):
15886         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15887         (main):
15888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15889         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15890         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15891         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15892         Raw and crude port of decodebin. 
15893         Make playbin compile.
15894
15895 2005-04-06  Wim Taymans  <wim@fluendo.com>
15896
15897         * ext/gnomevfs/Makefile.am:
15898         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15899         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15900         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15901         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15902         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15903         (gst_gnomevfssrc_stop):
15904         * ext/ogg/Makefile.am:
15905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15906         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15907         * ext/theora/Makefile.am:
15908         * ext/theora/theoradec.c: (_inc_granulepos),
15909         (theora_dec_sink_event), (theora_dec_chain):
15910         * ext/vorbis/Makefile.am:
15911         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15912         (vorbis_dec_sink_event), (vorbis_dec_chain):
15913         * gst-libs/gst/audio/Makefile.am:
15914         * sys/xvimage/Makefile.am:
15915         Make gnomevfssrc extend the source base class.
15916         Fix linking against libs in various plugins.
15917
15918 2005-04-06  Andy Wingo  <wingo@pobox.com>
15919
15920         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15921         GST_BASE_LIBS.
15922
15923         * configure.ac: Add check and AC_SUBST for libgstbase.
15924
15925 2005-03-31  Wim Taymans  <wim@fluendo.com>
15926
15927         * examples/seeking/Makefile.am:
15928         * examples/seeking/cdparanoia.c: (main):
15929         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15930         (play_cb), (pause_cb), (stop_cb), (main):
15931         * examples/seeking/playbin.c:
15932         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15933         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15934         (make_sid_pipeline), (make_vorbis_pipeline),
15935         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15936         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15937         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15938         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15939         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15940         (stop_cb), (main):
15941         * examples/seeking/spider_seek.c:
15942         * examples/seeking/vorbisfile.c:
15943         * ext/gnomevfs/Makefile.am:
15944         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15945         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15946         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15947         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15948         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15949         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15950         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15951         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15952         * ext/ogg/README:
15953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15954         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15955         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15956         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15957         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15958         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15959         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15960         (gst_ogg_demux_factory_filter), (compare_ranks),
15961         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15962         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15963         (gst_ogg_chain_new), (gst_ogg_chain_free),
15964         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15965         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15966         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15967         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15968         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15969         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15970         (gst_ogg_demux_get_prev_page),
15971         (gst_ogg_demux_deactivate_current_chain),
15972         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15973         (gst_ogg_demux_bisect_forward_serialno),
15974         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15975         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15976         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15977         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15978         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15979         (gst_ogg_demux_change_state), (gst_ogg_print):
15980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15981         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15982         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15983         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15984         (gst_ogg_mux_loop):
15985         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15986         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15987         (theora_dec_src_convert), (theora_dec_sink_convert),
15988         (theora_dec_src_query), (theora_dec_src_event),
15989         (theora_dec_sink_event), (theora_dec_chain),
15990         (theora_dec_change_state):
15991         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15992         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15993         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15994         (theora_enc_change_state):
15995         * ext/vorbis/Makefile.am:
15996         * ext/vorbis/oggvorbisenc.c:
15997         * ext/vorbis/oggvorbisenc.h:
15998         * ext/vorbis/vorbis.c: (plugin_init):
15999         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16000         (vorbis_dec_src_query), (vorbis_dec_src_event),
16001         (vorbis_dec_sink_event), (vorbis_dec_chain),
16002         (vorbis_dec_change_state):
16003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16004         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16005         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16006         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16007         (gst_vorbisenc_change_state):
16008         * ext/vorbis/vorbisenc.h:
16009         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16010         * gst-libs/gst/audio/audioclock.c:
16011         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16012         (gst_audiofilter_init), (gst_audiofilter_chain):
16013         * gst-libs/gst/audio/testchannels.c: (main):
16014         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16015         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16016         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16017         (gmip_find_track_streaminfo), (gmip_find_track_format):
16018         * gst-libs/gst/media-info/media-info.c:
16019         (gst_media_info_read_idler):
16020         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16021         (gst_play_get_all_by_interface):
16022         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16023         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16024         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16025         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16026         (gst_riff_parse_info):
16027         * gst-libs/gst/riff/riff-read.h:
16028         * gst-libs/gst/riff/riff.c: (plugin_init):
16029         * gst-libs/gst/video/Makefile.am:
16030         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16031         (gst_videosink_class_init), (gst_videosink_get_type):
16032         * gst-libs/gst/video/videosink.h:
16033         * gst/audioconvert/bufferframesconvert.c:
16034         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16035         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16036         * gst/audioconvert/channelmixtest.c: (main):
16037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16038         (gst_audio_convert_chain),
16039         (gst_audio_convert_caps_remove_format_info),
16040         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16041         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16042         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16043         (gst_audio_convert_buffer_to_default_format),
16044         (gst_audio_convert_buffer_from_default_format),
16045         (gst_audio_convert_channels):
16046         * gst/audioconvert/gstchannelmix.h:
16047         * gst/ffmpegcolorspace/avcodec.h:
16048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16049         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16050         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16051         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16052         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16053         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16054         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16055         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16056         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16057         (dv_type_find):
16058         * gst/videotestsrc/gstvideotestsrc.c:
16059         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16060         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16061         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16062         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16063         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16064         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16065         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16067         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16068         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16069         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16070         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16071         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16072         (gst_xvimagesink_navigation_send_event),
16073         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16074         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16075         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16076         * sys/xvimage/xvimagesink.h:
16077         Plugin port to 0.9, ogg/theora playback should work in the seek
16078         example now.
16079         Removed old examples.
16080         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16081         explained in 0.9 TODO doc.
16082
16083
16084 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16085
16086         * autogen.sh:
16087         * configure.ac:
16088         * ext/Makefile.am:
16089         * gst/Makefile.am:
16090         * po/POTFILES.in:
16091         * po/af.po:
16092         * po/az.po:
16093         * po/cs.po:
16094         * po/en_GB.po:
16095         * po/hu.po:
16096         * po/it.po:
16097         * po/nb.po:
16098         * po/nl.po:
16099         * po/or.po:
16100         * po/sq.po:
16101         * po/sr.po:
16102         * po/sv.po:
16103         * po/uk.po:
16104         * po/vi.po:
16105         * sys/Makefile.am:
16106         * testsuite/Makefile.am:
16107           remove a whole bunch of plugins.  This module now contains a set
16108           of free reference plugins/elements as agreed.
16109
16110 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * configure.ac:
16113           hunting season on 0.9 is now OPEN
16114
16115 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16116
16117         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16118           Kick the hell out of gcc for not warning me about a symbol conflict.
16119
16120 2005-02-22  Luca Ognibene  <luogni@tin.it>
16121
16122         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16123
16124         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16125           Don't leak caps string (fixes #168134)
16126
16127         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16128         (gst_jpegenc_init), (gst_jpegenc_finalize),
16129         (gst_jpegenc_change_state):
16130           Don't leak line buffers and context struct (fixes #168133).
16131
16132 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16133
16134         * configure.ac:
16135         * ext/dirac/gstdiracdec.cc:
16136         (gst_diracdec_chain):
16137           Since dirac 0.5.0 the framerate in dirac is expressed as a
16138           rational number. Fix build and up requirement to 0.5.0, and
16139           also pass parameters to gst_diracdec_link in the right order
16140           (fixes #167959).
16141
16142 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16143
16144         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16145         * ext/faad/gstfaad.h:
16146         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16147         certain invalid muxed streams, where some packets will contain 
16148         junk after decoder data. Partially fixes #149158.
16149
16150 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16151         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16152           Make sure we only write to writable buffers
16153
16154 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16155
16156         * gst-libs/gst/riff/riff-media.c:
16157         (gst_riff_create_audio_caps_with_data):
16158           Do actually fix invalid RIFF fmt header values for alaw
16159           and mulaw audio instead of just saying so.
16160
16161         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16162           Give gst_riff_create_audio_caps_with_data() a chance to
16163           fix up broken format header fields before extracting any
16164           parameters from the header. (fixes #167633)
16165
16166 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16167
16168         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         * gst/audioconvert/bufferframesconvert.c:
16171         (buffer_frames_convert_link):
16172           Don't leak othercaps. (fixes #167878)
16173
16174 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16175
16176         * configure.ac:
16177         * ext/libvisual/visual.c: (gst_visual_srclink),
16178         (gst_visual_change_state):
16179           Support libvisual 0.2.0.
16180
16181 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16184         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16185           Use same rowstrides for I420 as used everywhere else.
16186
16187 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16188
16189         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16190           Declare variables at beginning of block and make gcc-2.95 happy
16191           (fixes # 167482, patch by Gergely Nagy).
16192           
16193         * gst/tcp/gsttcpclientsrc.c:
16194         * gst/tcp/gsttcpclientsrc.h:
16195           Move some includes into the header, so that struct sockaddr_in is
16196           defined when it should be defined on FreeBSD as well (fixes
16197           #167483).
16198           
16199         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16200           Don't pass uninitialised values to setsockopt() here either.
16201
16202 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16203
16204         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16205
16206         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16207           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16208
16209 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16210
16211         * gst/playback/gstplaybin.c: (add_sink):
16212           Invert bin_add/link order to workaround deadlock in opt.
16213
16214 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16215
16216         * gst/modplug/gstmodplug.cc:
16217           Add missing break causing position queries to fail.
16218
16219 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16220
16221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16222           Granpos can apparently be -1, which screws up calculations...
16223
16224 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16225
16226         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16227         (gst_ximagesink_send_pending_navigation),
16228         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16229         (gst_ximagesink_init):
16230         * sys/ximage/ximagesink.h:
16231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16232         (gst_xvimagesink_send_pending_navigation),
16233         (gst_xvimagesink_navigation_send_event),
16234         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16235         * sys/xvimage/xvimagesink.h:
16236           Use a mutex protected list to marshal navigation
16237           events into the stream thread from whichever thread
16238           sends them.
16239
16240 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16241
16242         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16243           Display current position and track length; misc. clean-ups.
16244           
16245         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16246         (speed_init), (speed_chain):
16247           Add query function, so that the stream length and current position
16248           get adjusted when queried (note that current position queries may
16249           still be wrong if the audio sink returns values based on buffer
16250           timestamps instead of passing on the query).
16251
16252 2005-02-13  Benjamin Otte  <otte@gnome.org>
16253
16254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16255         (gst_audio_convert_channels):
16256           create channel conversion matrix when linking
16257         * gst/audioconvert/.cvsignore:
16258         * gst/audioconvert/Makefile.am:
16259         * gst/audioconvert/channelmixtest.c: (main):
16260           add (ugly) test that ensures stereo <=> mono conversion works
16261           correctly
16262
16263 2005-02-13  Benjamin Otte  <otte@gnome.org>
16264
16265         * gst/audioconvert/gstchannelmix.h:
16266           include missing header file
16267         * gst/audioconvert/gstchannelmix.c:
16268         (gst_audio_convert_fill_compatible):
16269           use same sign for both channels when converting to/from compatible
16270           channel. Previously used different signs made the signals cancel
16271           each other out and appear like silence. (fixes #167269)
16272
16273 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * gst/ffmpegcolorspace/avcodec.h:
16276         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16277         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16278         (gst_ffmpegcsp_avpicture_fill):
16279         * gst/ffmpegcolorspace/imgconvert.c:
16280           Convert to and from YV12 (fixes #156379).
16281
16282 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16283
16284         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16285         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16286         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16287         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16288         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16289         methods from chain and negotiation and vice versa (Fixes #166142).
16290         * sys/ximage/ximagesink.h: Add stream_lock.
16291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16292         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16293         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16294         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16295
16296 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16297
16298         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16299           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16300           error message when we can't open the DVD device (when dvdnav_open()
16301           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16302           the above). Send something more useful instead (fixes #167117).
16303
16304 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16305
16306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16307         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16308         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16309         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16310         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16311         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16312         methods from chain and negotiation and vice versa (Fixes #166142).
16313         Fix a possible bug of images in the buffer pool being discarded because
16314         we are looking at the wrong geometry.
16315         * sys/xvimage/xvimagesink.h: Add stream_lock.
16316
16317 2005-02-11  David Schleef  <ds@schleef.org>
16318
16319         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16320         unsigned int. (fixes #167128)
16321
16322 2005-02-11  David Schleef  <ds@schleef.org>
16323
16324         * gst/librfb/Makefile.am: Testing stuff before committing is
16325           for wimps... and people with fast machines.  Fix stupid
16326           mistake.
16327
16328 2005-02-11  David Schleef  <ds@schleef.org>
16329
16330         * configure.ac: Pull in librfb from my CVS tree, because it is
16331           too small and annoying to be separate.  Move rfbsrc plugin
16332           to gst/.
16333         * ext/Makefile.am:
16334         * ext/librfb/Makefile.am:
16335         * ext/librfb/gstrfbsrc.c:
16336         * gst/librfb/Makefile.am:
16337         * gst/librfb/gstrfbsrc.c:
16338         * gst/librfb/rfb.c:
16339         * gst/librfb/rfb.h:
16340         * gst/librfb/rfbbuffer.c:
16341         * gst/librfb/rfbbuffer.h:
16342         * gst/librfb/rfbbytestream.c:
16343         * gst/librfb/rfbbytestream.h:
16344         * gst/librfb/rfbcontext.h:
16345         * gst/librfb/rfbdecoder.c:
16346         * gst/librfb/rfbdecoder.h:
16347         * gst/librfb/rfbutil.h:
16348
16349 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * gst/speed/Makefile.am:
16352         * gst/speed/demo-mp3.c: (main):
16353         * gst/speed/filter.func:
16354         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16355         (speed_class_init), (speed_init), (speed_chain_int16),
16356         (speed_chain_float32), (speed_chain), (speed_set_property),
16357         (speed_get_property), (speed_change_state):
16358         * gst/speed/gstspeed.h:
16359           Fix speed element and make it chain-based (fixes #156467),
16360           and make it handle more than one channel.
16361
16362 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16363
16364         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16365         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16366         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16367         * ext/dts/gstdtsdec.h:
16368           Don't clobber the stack constructing the channels array.
16369           Make the element chain-based. DTS tracks can now be played.
16370           
16371 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst-libs/gst/audio/multichannel.h:
16374         * gst-libs/gst/gconf/gconf.h:
16375         * gst-libs/gst/idct/idct.h:
16376         * gst-libs/gst/media-info/media-info-priv.h:
16377         * gst-libs/gst/play/play.h:
16378         * gst-libs/gst/resample/private.h:
16379         * gst-libs/gst/resample/resample.h:
16380         * gst-libs/gst/riff/riff-ids.h:
16381         * gst-libs/gst/video/video.h:
16382         * gst-libs/gst/video/videosink.h:
16383           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16384           missing, so that they work when included from C++ code.
16385
16386 2005-02-09  David Schleef  <ds@schleef.org>
16387
16388         * testsuite/gst-lint: Check for non-statically scoped
16389           parent_class variables.  This won't be a problem once
16390           plugins are loaded with RTLD_LOCAL.
16391
16392 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16393
16394         * ext/mplex/gstmplexibitstream.cc:
16395           gcc madness.
16396
16397 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16398
16399         * ext/ogg/gstogmparse.c:
16400         * gst/debug/gstnavigationtest.c:
16401           Die, thou faulty symbol pollutors (non-static parent_class).
16402
16403 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16404
16405         * ext/mplex/gstmplexibitstream.cc:
16406           Fix event handling (#165525).
16407
16408 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16409
16410         * ext/mikmod/gstmikmod.c:
16411         * gst/modplug/gstmodplug.cc:
16412           Add missing endianness to template (fixes #165509).
16413
16414 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16415
16416         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16417           Fix wrong order of reading of optional bytes (#165290).
16418
16419 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16422           Implement FILLER event awareness.
16423
16424 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16425
16426         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16427           Fix track calculations (#166208).
16428
16429 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16430
16431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16432
16433         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16434         * ext/libpng/gstpngenc.c:
16435           Fix byte-order, use proper fixed caps. Fixes #164197.
16436
16437 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16438
16439         * configure.ac:
16440           Add dvdlpcmdec 
16441
16442         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16443         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16444           Don't push buffers if the src pad isn't negotiated yet.
16445           
16446         * gst/audioconvert/gstaudioconvert.c:
16447         (gst_audio_convert_buffer_to_default_format),
16448         (gst_audio_convert_buffer_from_default_format):
16449           Add support for 24-bit width.
16450
16451         * gst/dvdlpcmdec/.cvsignore:
16452         * gst/dvdlpcmdec/Makefile.am:
16453         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16454         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16455         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16456         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16457         (plugin_init):
16458         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16459           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16460           format. Needs support for the channels maps if someone can find 
16461           a DVD LPCM track with > 2 channels.
16462
16463         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16464         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16465         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16466         * gst/mpegstream/gstdvddemux.h:
16467         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16468         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16469         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16470         * gst/mpegstream/gstmpegdemux.h:
16471         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16472         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16473         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16474         (gst_mpeg_parse_handle_src_query),
16475         (gst_mpeg_parse_handle_src_event):
16476           Use audio/x-dvd-lpcm for LPCM output.
16477           Add DTS output.
16478
16479 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16480
16481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16482
16483         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16484         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16485           Add BGRA handling (#165736).
16486
16487 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16488
16489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16490
16491         * gst/law/alaw-decode.c: (alawdec_link):
16492         * gst/law/alaw-encode.c: (alawenc_link):
16493         * gst/law/mulaw-decode.c: (mulawdec_link):
16494         * gst/law/mulaw-encode.c: (mulawenc_link):
16495           Fix caps memleaks (#166600).
16496
16497 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         * ext/tarkin/mem.h:
16500         * ext/tarkin/wavelet.h:
16501         * ext/tarkin/yuv.h:
16502         * gst/ffmpegcolorspace/avcodec.h:
16503           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16504           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16505
16506 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16507
16508         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16510         (gst_xvimagesink_change_state):
16511           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16512           Xv video (and thereby regenerate Xv colourkey) in clear() so
16513           that PLAY -> READY -> PLAY works (fixes #162504).
16514
16515 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16516
16517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16518           Switch to list instead of range, since MJPEG-devices really just
16519           support decimations, not any size.
16520
16521 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16522         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16523         (gst_mpeg2dec_reset), (free_all_buffers),
16524         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16525         * ext/mpeg2dec/gstmpeg2dec.h:
16526           The libmpeg2 user-allocated buffer management is awkward, 
16527           to say the least. Hopefully this fixes things.
16528
16529 2005-02-04  Andy Wingo  <wingo@pobox.com>
16530
16531         * gst/audioconvert/bufferframesconvert.c
16532         (buffer_frames_convert_fixate): New function, fixates to 256
16533         frames per buffer by default. (Much better than 1.)
16534         (buffer_frames_convert_init): Set the fixate function for both src
16535         and sink pad.
16536         (buffer_frames_convert_link): After success setting nonfixed caps,
16537         get the negotiated caps so we can know how many buffer-frames it
16538         will be. No idea how this worked at all before.
16539
16540 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16541
16542         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16543         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16544         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16545         (handle_sequence), (handle_picture):
16546         * ext/mpeg2dec/gstmpeg2dec.h:
16547           Rearrange buffer tracking and refcounting and refactor
16548           a little for readability. 
16549
16550 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16551         * sys/v4l/gstv4l.c: (plugin_init):
16552         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16553         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16554         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16555         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16556         * sys/v4l/gstv4ljpegsrc.h:
16557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16558         * sys/v4l/v4l_calls.h:
16559         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16560         (gst_v4lsrc_get_fps):
16561         * sys/v4l/v4lsrc_calls.h:
16562           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16563           you jpeg inside rgb frames" driver.
16564           Don't error in the v4lsrc link function, just return 
16565           REFUSED.
16566
16567 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16568
16569         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16570         (gst_qcamsrc_open):
16571           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16572
16573 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16574
16575         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16576           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16577
16578 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16579
16580         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16581           Reset negotiated state on PAUSED->READY.
16582
16583 2005-02-02  David Schleef  <ds@schleef.org>
16584
16585         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16586         whereever possible.  (Fixes #165997)
16587         * examples/capsfilter/capsfilter1.c: (main):
16588         * examples/dynparams/filter.c: (create_ui):
16589         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16590         * examples/seeking/chained.c: (main):
16591         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16592         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16593         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16594         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16595         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16596         * examples/switch/switcher.c: (main):
16597         * ext/dv/demo-play.c: (main):
16598         * ext/faad/gstfaad.c: (gst_faad_change_state):
16599         * ext/mad/gstmad.c: (gst_mad_chain):
16600         * ext/smoothwave/demo-osssrc.c: (main):
16601         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16602         (gst_gconf_render_bin_from_description),
16603         (gst_gconf_get_default_audio_sink),
16604         (gst_gconf_get_default_video_sink),
16605         (gst_gconf_get_default_audio_src),
16606         (gst_gconf_get_default_video_src),
16607         (gst_gconf_get_default_visualization_element):
16608         * gst/level/demo.c: (main):
16609         * gst/level/plot.c: (main):
16610         * gst/playback/gstplaybin.c: (gen_video_element),
16611         (gen_audio_element):
16612         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16613         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16614         * gst/sine/demo-dparams.c: (main):
16615         * gst/spectrum/demo-osssrc.c: (main):
16616         * gst/speed/demo-mp3.c: (main):
16617         * gst/volume/demo.c: (main):
16618         * testsuite/embed/embed.c: (main):
16619
16620 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16621
16622         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16623         (gst_tcpclientsink_finalize):
16624         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16625         (gst_tcpclientsrc_finalize):
16626         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16627         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16628         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16629         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16630           Don't leak the hostname when shutting down.
16631           In tcpserversrc, take a copy of the default hostname.
16632
16633 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16634
16635         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16636           Set caps to systemstream=TRUE.
16637
16638 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16639
16640         * testsuite/Makefile.am:
16641           Fix more OSX buildbots.
16642
16643 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16644
16645         * ext/mpeg2dec/gstmpeg2dec.c:
16646           Don't send things to NULL PAD_PEERs
16647
16648         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16649           Copy-on-write the incoming buffer.
16650
16651         * gst/mpegstream/gstdvddemux.h:
16652         * gst/mpegstream/gstmpegclock.h:
16653         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16654         (normal_seek), (gst_mpeg_demux_handle_src_event):
16655         * gst/mpegstream/gstmpegdemux.h:
16656         * gst/mpegstream/gstmpegpacketize.h:
16657         * gst/mpegstream/gstmpegparse.c:
16658         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16659         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16660         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16661         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16662         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16663         * gst/mpegstream/gstmpegparse.h:
16664         * gst/mpegstream/gstrfc2250enc.h:
16665           Various changes to the way time is computed that make seeking and
16666           total time estimation much better here.
16667           Use G_BEGIN/END_DECLS instead of __cplusplus
16668
16669         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16670           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16671
16672 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16673
16674         * gst/subparse/gstsubparse.c:
16675           Fix OSX buildbot.
16676
16677 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16680         (theora_enc_chain), (theora_enc_change_state):
16681         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16682         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16683         (gst_vorbisenc_change_state):
16684         * ext/vorbis/vorbisenc.h:
16685           Set granulepos and timestamp correctly for streams not
16686           starting at 0, taking into account the initial delay.
16687
16688 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16689
16690         * gst/mpegstream/gstdvddemux.c:
16691           Add audio/x-dts to audio pad template caps
16692
16693 2005-01-30  David Schleef  <ds@schleef.org>
16694
16695         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16696         (create_context), (gst_polypsink_link): Fix silly endianness
16697         bug.  Add some debugging.  Remove float from caps; it doesn't
16698         work.  Attempt to get remote audio working.
16699
16700 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16701
16702         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16703           Add 3IV2 fourcc.
16704
16705 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16706
16707         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16708         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16709         (gst_avi_demux_stream_data):
16710         * gst/avi/gstavidemux.h:
16711           Invert DIB images. Fixes #132341.
16712
16713 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16714
16715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16716         (gst_ffmpegcsp_chain):
16717           D'oh, reference the palette data, not the palette structure.
16718           Fixes color distortion in #132341.
16719
16720 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16721
16722         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16723           PAR can be non-fixed when not provided as argument (#162626).
16724
16725 2005-01-29  David Moore  <dcm@acm.org>
16726
16727         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16728
16729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16730         (gst_qtdemux_loop_header):
16731           Re-apply patch from #142272 that allows non-seekable sources,
16732           re-proposed by Daniel Drake <dsd@gentoo.org>.
16733
16734 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16735
16736         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16737           Use the src template for creating the src pad (#162330).
16738
16739 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16740
16741         * configure.ac:
16742         * ext/musepack/Makefile.am:
16743         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16744         (gst_musepackdec_init), (gst_musepackdec_dispose),
16745         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16746         (gst_musepack_stream_init), (gst_musepackdec_loop),
16747         (gst_musepackdec_change_state):
16748         * ext/musepack/gstmusepackdec.cpp:
16749         * ext/musepack/gstmusepackdec.h:
16750         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16751         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16752         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16753         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16754         * ext/musepack/gstmusepackreader.cpp:
16755         * ext/musepack/gstmusepackreader.h:
16756           Update to 1.1 API (#165446).
16757
16758 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16759
16760         * ext/Makefile.am:
16761           Unbreak buildbot.
16762
16763 2005-01-28  Andy Wingo  <wingo@pobox.com>
16764
16765         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16766         to reflect a different dubious internet source. Add a reference
16767         and some commentary.
16768
16769 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16770
16771         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16772         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16773         * gst/playback/gststreamselector.h:
16774           Be more selective when we're redoing caps negotiation from
16775           within the chain function on a stream change.
16776
16777 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16778
16779         * configure.ac:
16780         * ext/Makefile.am:
16781         * ext/amrnb/Makefile.am:
16782         * ext/amrnb/amrnb.c: (plugin_init):
16783         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16784         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16785         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16786         (gst_amrnbdec_state_change):
16787         * ext/amrnb/amrnbdec.h:
16788         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16789         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16790         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16791         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16792         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16793         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16794         * ext/amrnb/amrnbparse.h:
16795           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16796         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16797           Add AMR-NB/-WB raw formats.
16798         * ext/alsa/gstalsa.c: (gst_alsa_link):
16799           Keep valid time when changing format.
16800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16801         (qtdemux_parse_trak):
16802           Add some more format-specific options (#140141, #143555, #155163).
16803
16804 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16805
16806         * gst/matroska/matroska-demux.c:
16807         (gst_matroska_demux_parse_blockgroup):
16808           Fix logic error in timing of subtitle stream synchronization.
16809         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16810           Add skip-chunk, which is found in kodak-camera streams.
16811
16812 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * po/LINGUAS:
16815         * po/vi.po:
16816           Adding Vietnamese translation (submitted by Clytie Siddall)
16817
16818 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16819
16820         * gst/playback/gstdecodebin.c: (try_to_link_1):
16821           Use realpad for signal.
16822
16823 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16824
16825         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16826           Fix category so decodebin picks it up.
16827
16828 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16829
16830         * ext/mad/Makefile.am:
16831         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16832         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16833         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16834         (found_type), (gst_id3demux_bin_change_state):
16835         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16836         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16837         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16838         (gst_id3_tag_change_state), (plugin_init):
16839         * ext/mad/gstmad.h:
16840           Add id3demuxbin (which is a simple bin consisting of id3demux
16841           and typefind), take over rank from id3demux, remove typefind
16842           code from id3demux. Makes all broken mp3s that I know of work,
16843           and thereby fixes #152688.
16844
16845 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16846
16847         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16848
16849         * ext/mad/gstmad.c: (gst_mad_src_event):
16850         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16851           Allow seeks on audio pad, make mad forward those (#164826).
16852         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16853           Set duration (#165335).
16854
16855 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16856
16857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16858         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16859         (gst_asf_demux_process_ext_content_desc),
16860         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16861         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16862         * gst/asfdemux/gstasfdemux.h:
16863           Improve metadata display, e.g. if the metadata comes before the
16864           streams are loaded (which is perfectly valid).
16865
16866 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16867
16868         * tools/gst-launch-ext-m.m:
16869           Fix AVI/ASF pipelines (#165340).
16870
16871 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16872         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16873         build failure on amd64
16874
16875 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16878         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16879           Check environment variables GST_ID3V2_TAG_ENCODING,
16880           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16881           list of character encodings to force interpretation of non-unicode
16882           strings stored in an ID3v2 tag to a particular encoding. If none
16883           is specified, try to use current locale's encoding, then fall back
16884           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16885         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16886         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16887           Check environment variables GST_ID3V1_TAG_ENCODING,
16888           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16889           list of character encodings to use in case a string encountered
16890           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16891           specified, try to use the current locale's encoding, then fall
16892           back to ISO-8859-1 (which will always succeed).
16893
16894 2005-01-25  Benjamin Otte  <otte@gnome.org>
16895
16896         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16897           - on half framerate, compute the rate in advance so the comparisons
16898             don't compare wrong values
16899           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16900             behaviour
16901           - don't use mad_header_decode anymore, mad_frame_decode does that
16902             automatically
16903           - when getting rid of consumed bytes, reset the stream's skiplen
16904           (fixes #163867)
16905
16906 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16907
16908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16909           Use 1/2 a second for default max_discont, as PES streams from DVB
16910           seem to have larger spacings in the SCR. 
16911           Fix a typo.
16912
16913 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16914
16915         * gst/playback/gstplaybasebin.c: (group_commit):
16916           Notify delayed stream-info availability.
16917
16918 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16919         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16920         (gst_a52dec_handle_event), (gst_a52dec_chain):
16921         Add some debug output. Check that a discont has a valid
16922         time associated.
16923         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16924         (gst_alsa_sink_loop):
16925         Ignore TAG events. A little extra debug for broken timestamps.
16926         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16927         (dvdnavsrc_change_state):
16928         Ensure we send a discont to engage the link before we send any
16929         other events.
16930         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16931         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16932         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16933         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16934         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16935         dvd://title works in totem because typefinding sends a seek that ends
16936         up going back to chapter 1 regardless.
16937         * ext/mpeg2dec/gstmpeg2dec.c:
16938         * ext/mpeg2dec/gstmpeg2dec.h:
16939         Output correct timestamps and handle disconts.
16940         * ext/ogg/gstoggdemux.c: (get_relative):
16941         Small guard against a null dereference.
16942         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16943         (gst_textoverlay_set_property):
16944         Free memory when done. Don't call gst_event_filler_get_duration on
16945         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16946         g_warning.
16947         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16948         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16949         (gst_sw_srclink), (gst_smoothwave_chain):
16950         Draw solid lines, prettier colours.
16951         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16952         Add a default palette that'll work for some movies.
16953         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16954         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16955         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16956         * gst/mpegstream/gstdvddemux.h:
16957         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16958         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16959         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16960         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16961         * gst/mpegstream/gstmpegparse.h:
16962         Use PTM/NAV events when for timestamp adjustment when connected to 
16963         dvdnavsrc. Don't use many discont events where one suffices.
16964         * gst/playback/gstplaybasebin.c: (group_destroy),
16965         (gen_preroll_element), (gst_play_base_bin_add_element):
16966         * gst/playback/gstplaybasebin.h:
16967         Make sure we remove subtitles from the same bin we put them in.
16968         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16969         (gst_subparse_buffer_format_autodetect),
16970         (gst_subparse_change_state):
16971         Fix some memleaks and invalid accesses.
16972         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16973         (oggskel_type_find), (cmml_type_find), (plugin_init):
16974         Some typefind functions for Annodex v3.0 files
16975         * gst/wavparse/gstwavparse.h:
16976         GstRiffReadClass is the correct parent class.
16977
16978 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * gst-libs/gst/riff/riff-media.c:
16981         (gst_riff_create_video_caps_with_data):
16982           Add extradata to huffyuv (fixes #165013).
16983         * gst-libs/gst/riff/riff-read.c:
16984         (gst_riff_read_strf_vids_with_data):
16985           Fix extradata extraction if it is in the chunk size.
16986
16987 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16988
16989         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16990
16991         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16992         (gst_quarktv_change_state), (gst_quarktv_dispose):
16993           Memory free'ing location fix (#164708).
16994
16995 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16996
16997         * gst/playback/gstplaybasebin.c: (group_commit),
16998         (gen_preroll_element), (probe_triggered), (gen_source_element),
16999         (setup_source), (gst_play_base_bin_change_state),
17000         (gst_play_base_bin_add_element):
17001           Don't block for streams.
17002         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17003         (gst_stream_info_set_mute):
17004           Use gst_pad_set_active_recursive.
17005
17006 2005-01-25  Andy Wingo  <wingo@pobox.com>
17007
17008         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17009         for #ifndef HAVE_XVIDEO.
17010
17011 2005-01-24  Jeffrey C. Ollie
17012
17013         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17014
17015         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17016         * ext/gsm/gstgsmdec.h:
17017         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17018         * ext/gsm/gstgsmenc.h:
17019         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17020         was given by property. Add proper buffer timestamps and offsets.
17021
17022 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17023
17024         * gst-libs/gst/riff/riff-media.c:
17025         (gst_riff_create_audio_caps_with_data):
17026           Audio can be <8000Hz.
17027
17028 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17029
17030         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17031           Explicit state change to workaround refcount bugs.
17032
17033 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17036         (gst_avimux_riff_get_avi_header):
17037           Fix...
17038
17039 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17040
17041         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17042         (gst_riff_read_element_data):
17043         * gst-libs/gst/riff/riff-read.h:
17044           Add _peek version (req'ed in CDXA).
17045         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17046         (gst_cdxaparse_loop):
17047           Fix parsing in playbin.
17048         * gst/playback/gstdecodebin.c: (close_pad_link):
17049           Ignore current_ pads, they cause major annoyance.
17050
17051 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17052
17053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17054           Safety guard.
17055
17056 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17057
17058         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17059           Fix padding...
17060
17061 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17062
17063         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17064           Allow for 0-sized buffers. Fixes length query problems in
17065           starwars.mkv from the testsuite.
17066
17067 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17070         (gst_video_box_i420), (gst_video_box_chain):
17071           Fix row strides for I420 (fixes #163159)
17072           
17073 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17074
17075         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17076           MPEG2 has a useful rate property, so we can actually use that.
17077           For MPEG-1, continue using the bytes/time properties.
17078
17079 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17080
17081         * gst-libs/gst/riff/riff-media.c:
17082         (gst_riff_create_video_caps_with_data),
17083         (gst_riff_create_video_template_caps):
17084           Add intel-h263.
17085
17086 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17087
17088         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17089           Fail if caps negotiation fails. Should fix #162184, and should
17090           definately be in there regardless of it fixing the actual bug.
17091         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17092         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17093         (gst_avimux_riff_get_avix_header),
17094         (gst_avimux_riff_get_video_header),
17095         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17096         (gst_avimux_start_file), (gst_avimux_handle_event),
17097         (gst_avimux_change_state):
17098         * gst/avi/gstavimux.h:
17099           Refactor structure writing to use GST_WRITE_UINT macros, add
17100           metadata writing support.
17101
17102 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17103
17104         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17105           Elements may already be destroyed when this function is called.
17106
17107 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17108
17109         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17110         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17111           More memory leak fixes (#149162).
17112
17113 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17114
17115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17116         (gst_qtdemux_add_stream):
17117           Fix two memleaks.
17118
17119 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17120
17121         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17122           Argh...
17123
17124 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17125
17126         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17127           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17128           when fixating to six channels in Totem.
17129
17130 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17133           Fix compile warnings on Solaris 10 buildbot
17134
17135 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17136
17137         * ext/dvdread/dvdreadsrc.c: (_read):
17138           Don't read beyond the last cell in a chapter (fixes 
17139           invalid memory access)
17140
17141 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17142
17143         * ext/dvdread/stream_labels.c:
17144         (dvdreadsrc_get_audio_stream_labels):
17145           Use NULL for an empty GList instead of g_list_alloc(); fix 
17146           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17147           of GString (easier to bulk free later)
17148
17149 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17150
17151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17152
17153         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17154         (gst_ffmpeg_pixfmt_to_caps):
17155           Fix BGRA32 caps (#164209).
17156
17157 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17158
17159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17160
17161         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17162         (gst_ffmpeg_caps_to_pixfmt):
17163           alpha_mask can be RGBA/ABGR. Fixes #164265.
17164
17165 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17166
17167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17168
17169         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17170         (gst_mpeg2dec_alloc_buffer):
17171         * ext/mpeg2dec/gstmpeg2dec.h:
17172           Crop if decoding size is not the actual image size (#163676).
17173
17174 2005-01-17  Steve Baker  <steve@stevebaker.org>
17175
17176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17177
17178         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17179         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17180           Add libsndfile typefind functions (#163309).
17181
17182 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17183
17184         * tools/gst-launch-ext-m.m:
17185           Add .aac, fix .m1v/.m2v (#163891).
17186
17187 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17188
17189         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17190           Sanity check, don't wait endlessly since the clock might not
17191           actually run at this point (which is a deadlock). Fixes #164069.
17192
17193 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17194
17195         * gst/playback/gstplaybasebin.c: (probe_triggered):
17196           Of course, only pause if group is done...
17197
17198 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17199
17200         * gst/playback/gstplaybasebin.c: (probe_triggered):
17201           Thread safety.
17202
17203 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17204
17205         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17206           Don't return state change success when the parent
17207           failed.
17208
17209 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17210
17211         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17212           Free events (fix memleak in #162905).
17213
17214 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17215
17216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17217
17218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17219         (gst_ffmpeg_caps_to_pixfmt):
17220           Fix for depth = 15. Fixes #161675.
17221
17222 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17223
17224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17225           Set FPS correctly, even for webcams and the like.
17226         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17227           Don error on setting while capturing.
17228
17229 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17230
17231         * ext/dv/gstdvdec.c:
17232         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17233         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17234           I'm a bad boy. using /1001. to force C to do float division
17235           and not integer division (as it did in my last commit)
17236           Thanks to David I. Lehn for pointing this mistake.
17237
17238 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17239
17240         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17241           Revert Johan's 1.35->1.36 since it breaks compat.
17242
17243 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17244
17245         * ext/dv/gstdvdec.c:
17246         * ext/libfame/gstlibfame.c:
17247         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17248         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17249           replace framerate aproximations by their real value
17250           (24000/1001, 30000/1001, 60000/1001)
17251           Finish fixing bug #164049
17252
17253 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17254
17255         * ext/ogg/gstoggmux.c:
17256           eos/bos debugging
17257         * gst/tcp/gstmultifdsink.c:
17258         * gst/tcp/gstmultifdsink.h:
17259         * gst/tcp/gsttcp.c:
17260         * gst/tcp/gsttcp.h:
17261         * gst/tcp/gsttcpclientsink.c:
17262         * gst/tcp/gsttcpclientsrc.c:
17263         * gst/tcp/gsttcpserversink.c:
17264         * gst/tcp/gsttcpserversrc.c:
17265           improve reusability of elements after state changes and errors
17266           make multifdsink throw away streamheaders when receiving new ones
17267
17268 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17269
17270         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17271           Fix for if items are already in list...
17272
17273 2005-01-12  Benjamin Otte  <otte@gnome.org>
17274
17275         * gst/adder/gstadder.c: (gst_adder_loop):
17276           fix adder a bit so it doesn't screw up with events as much anymore
17277
17278 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17279
17280         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17281         (pixbufscale_scale), (gst_pixbufscale_chain):
17282         * ext/gdk_pixbuf/pixbufscale.h:
17283           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17284           to ensure rowstrides are calculated the same way as 
17285           ffmpegcolorspace
17286           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17287           that we pick up duration and offset also.
17288
17289 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17290
17291         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17292         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17293           Reusability fixes.
17294
17295 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17296
17297         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17298         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17299         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17300         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17301           Update flags when requested.
17302
17303 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17306           Fix dmix.
17307
17308 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17309
17310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17311         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17312         (probe_triggered), (new_decoded_pad), (gen_source_element),
17313         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17314         * gst/playback/gstplaybasebin.h:
17315         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17316         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17317         (gst_play_bin_change_state):
17318           Implement group-switch signal for use in apps to clear metadata
17319           cache, clean up subtitle, add suburi property instead of # hack,
17320           some error-out fixes.
17321
17322 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17323
17324         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17325           Debug.
17326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17327           If we got a state change in the _get handler, don't return success.
17328
17329 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17330
17331         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17332         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17333           Make jpegdec quiet on MJPEG decoding
17334         * gst/asfdemux/README:
17335           Fix mimetypes for MJPEG and H263
17336
17337 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * ext/theora/theoradec.c: (theora_dec_chain):
17340           Fix broken code generation by gcc by swapping arguments.
17341         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17342           Fix \n in debug.
17343
17344 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17345
17346         * TODO:
17347           delete this file, it is by far outdated
17348         * ext/alsa/gstalsa.1: remove
17349         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17350         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17351         (gst_alsa_get_caps):
17352           Add HW probing for supported sample rates. Fixes #161704
17353
17354 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17355
17356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17357           Don't crash, biatch! :).
17358
17359 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17360
17361         * ext/musepack/gstmusepackreader.cpp:
17362         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17363           Some work on tags - still doesn't work in playbin...
17364         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17365           Handle events...
17366
17367 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17368
17369         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17370           Also shove tags on kid pads.
17371
17372 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17373
17374         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17375           Don't bail on unknown events.
17376         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17377           Don't crash on events before negotiation.
17378         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17379           Send tags on pads, too.
17380         * gst/playback/gststreamselector.c:
17381         (gst_stream_selector_request_new_pad):
17382           Forward events on first pad if no input was selected yet.
17383
17384 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17385
17386         * gst/playback/gstplaybasebin.c: (setup_substreams):
17387           Don't disable streamtype if the stream doesn't exist, since
17388           then playing a video after audio will disable both and nothing
17389           will happen. Fixes the testsuite.
17390
17391 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17394         (gst_v4l_xoverlay_set_xwindow_id):
17395         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17396         (gst_v4l2_xoverlay_set_xwindow_id):
17397           Add debug categories, fix overlay disabling.
17398
17399 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17400
17401         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17402         * ext/alsa/gstalsa.h:
17403           Add HW probing for period_count/size and buffer_size MIX/MAX
17404           Adjust default/user defined value if out of bounds
17405           Should fix bug #162024
17406
17407 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17408
17409         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17410           Fix warning (#161191).
17411
17412 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17413
17414         * ext/dvdread/stream_labels.c:
17415         (dvdreadsrc_get_audio_stream_labels):
17416           Fix warning (init the good variable in switch default)
17417
17418 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17419
17420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17421
17422         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17423           Fix gcc-2.95 compile (#163485).
17424
17425 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17426
17427         * configure.ac:
17428         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17429         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17430         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17431         (gst_flacenc_change_state):
17432         * ext/flac/gstflacenc.h:
17433           Update for API change in flac-1.1.1. Update requirement in
17434           configure.ac. Fixes #162974.
17435
17436 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17437
17438         * gst/playback/gstplaybasebin.c: (group_destroy):
17439           Remove hack to get rid of assert and get rid of unlinked
17440           signals properly.
17441
17442 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17443
17444         * gst/playback/gstplaybasebin.c: (setup_source):
17445           Set source to NULL so that resources are free'ed. Fixes issues
17446           with playback of CDDA and similar device-accessing things.
17447
17448 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17449
17450         * testsuite/embed/Makefile.am:
17451           test->noinst, fix make test in buildbot.
17452
17453 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17454
17455         * ext/dvdread/stream_labels.c: new file
17456         * ext/dvdread/stream_labels.h: new file
17457         * ext/dvdread/Makefile.am:
17458         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17459           Extract audio stream label from DVD IFO files.
17460           It only dump them on the console for now, still have to
17461           make playbin aware of them.
17462
17463 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17464
17465         * gst/playback/gstplaybasebin.c: (setup_source):
17466           Fix hanging subs.
17467
17468 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17471         (gen_preroll_element), (remove_groups), (setup_subtitle),
17472         (gen_source_element), (setup_source):
17473         * gst/playback/gstplaybasebin.h:
17474           Multiple .sub files is just a stupid idea... Fix some threading
17475           mistakes. Interestingly, external .sub files cause playbin to
17476           hang, I don't know why... Parsing fixes contributed by Fran??ois
17477           Kooman <fkooman@tuxed.net>.
17478
17479 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17480
17481         * testsuite/embed/Makefile.am:
17482           Fix buildbot.
17483
17484 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17485
17486         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17487
17488         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17489         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17490         (gst_pngenc_set_property):
17491         * ext/libpng/gstpngenc.h:
17492           Add compression level property (#163323).
17493
17494 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * configure.ac:
17497         * examples/capsfilter/capsfilter1.c: (main):
17498         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17499         * ext/dvdread/Makefile.am:
17500         * ext/dvdread/demo-play:
17501         * ext/dvdread/demo-play.c:
17502         * gconf/gstreamer.schemas.in:
17503         * gst-libs/gst/gconf/gconf.c:
17504         * sys/v4l/TODO:
17505         * testsuite/Makefile.am:
17506         * testsuite/embed/Makefile.am:
17507         * testsuite/embed/embed.c: (cb_expose), (main):
17508           Remove all references to xvideosink, fix examples (#140845).
17509         * gst/playback/gstplaybasebin.c: (group_destroy):
17510           Apparently, disposal does not unlink - so do explicitely.
17511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17512           Add debug.
17513
17514 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17515
17516         * README: fix PKG_CONFIG_PATH instructions, what was there
17517         previously was breaking default search path, not nice. 
17518         Fixes #163358
17519
17520 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17521
17522         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17523         (gst_audioscale_chain):
17524           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17525           when resampling - how the ^@$^!@^! is this possible?!?
17526
17527 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17528
17529         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17530           Reset variables on READY.
17531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17532         (gst_matroska_mux_loop):
17533           Require data before writing header.
17534
17535 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17536
17537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17538
17539         * ext/mad/gstmad.c: (gst_mad_chain):
17540           Don't call mad_stream_sync() directly after recovering sync.
17541           Fixes #151661.
17542
17543 2005-01-09  Martin Eikermann  <meiker@upb.de>
17544
17545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17546
17547         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17548         (snapshot_handler), (gst_snapshot_sinkconnect),
17549         (gst_snapshot_chain):
17550           Allocate resources when required, fix recursive signal emission
17551           and fix caps. Fixes #161667.
17552
17553 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17554
17555         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17556
17557         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17558         (gst_pngdec_chain):
17559           Handle only 8-bppc (bits-per-pixel-component) images, better
17560           error handling and correct strides. Fixes #163177.
17561         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17562         (gst_pngenc_chain):
17563           Better error handling. Fixes #163348.
17564
17565 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17566
17567         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17568         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17569         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17570         (dvdnavsrc_uri_handler_init):
17571           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17572         * gst/playback/gstplaybasebin.c: (gen_source_element):
17573           Add MMS to streaming URIs.
17574
17575 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17576
17577         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17578         * sys/xvimage/xvimagesink.c:
17579         (gst_xvimagesink_navigation_send_event):
17580           Check for pad availability before sending event.
17581
17582 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17583
17584         * gst-plugins.spec.in:
17585           Add subparse.
17586
17587 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17588
17589         * configure.ac:
17590           Since we use functions from CVS, up requirement.
17591
17592 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17593
17594         * gst/playback/Makefile.am:
17595         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17596         (group_destroy), (group_commit), (group_is_muted),
17597         (gen_preroll_element), (add_stream), (unknown_type),
17598         (probe_triggered), (preroll_unlinked), (mute_stream),
17599         (silence_stream), (new_decoded_pad), (setup_substreams),
17600         (setup_source), (get_active_source), (mute_group_type),
17601         (muted_group_change_state), (set_active_source),
17602         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17603         (play_base_eos), (gst_play_base_bin_change_state):
17604         * gst/playback/gstplaybasebin.h:
17605         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17606         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17607         (gst_stream_info_dispose), (stream_info_mute_pad),
17608         (stream_info_change_state), (gst_stream_info_set_mute):
17609         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17610         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17611         (gst_stream_selector_init), (gst_stream_selector_dispose),
17612         (gst_stream_selector_get_linked_pad),
17613         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17614         (gst_stream_selector_get_linked_pads),
17615         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17616         * gst/playback/gststreamselector.h:
17617           Adding stream selection support plus required properties for
17618           applications to use this. Fully fixes #100931.
17619
17620 2005-01-08  Benjamin Otte  <otte@gnome.org>
17621
17622         * gst/games/gstpuzzle.c: (nav_event_handler):
17623           - handle nav events differently: forward every event no matter if it
17624             was handled or not.
17625           - translate events
17626           You can now cheat by using navigationtest ! puzzle and moving the
17627           mouse close to the edge of a tile. ;)
17628
17629 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17630
17631         * configure.ac:
17632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17633         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17634         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17635         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17636         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17637         (gst_ogm_parse_plugin_init):
17638         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17639         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17640         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17641         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17642         * ext/pango/gsttextoverlay.h:
17643         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17644         (gst_matroska_demux_handle_seek_event),
17645         (gst_matroska_demux_sync_streams),
17646         (gst_matroska_demux_parse_blockgroup),
17647         (gst_matroska_demux_subtitle_caps),
17648         (gst_matroska_demux_plugin_init):
17649         * gst/matroska/matroska-ids.h:
17650         * gst/playback/gstdecodebin.c: (close_pad_link):
17651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17652         (gen_preroll_element), (remove_groups), (add_stream),
17653         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17654         (setup_source):
17655         * gst/playback/gstplaybasebin.h:
17656         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17657         * gst/subparse/Makefile.am:
17658         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17659         (gst_subparse_base_init), (gst_subparse_class_init),
17660         (gst_subparse_init), (gst_subparse_formats),
17661         (gst_subparse_eventmask), (gst_subparse_event),
17662         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17663         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17664         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17665         (parse_mpsub_deinit), (parse_mpsub_init),
17666         (gst_subparse_buffer_format_autodetect),
17667         (gst_subparse_format_autodetect), (gst_subparse_loop),
17668         (gst_subparse_change_state), (gst_subparse_type_find),
17669         (plugin_init):
17670         * gst/subparse/gstsubparse.h:
17671         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17672         (plugin_init):
17673           Add subtitle support, .sub parser (supports SRT and MPsub),
17674           OGM text support, Matroska UTF-8 text support, deadlock fixes
17675           all over the place, subtitle awareness in decodebin/playbin
17676           and some fixes to textoverlay to handle subtitles in a stream
17677           correctly. Fixes #100931.
17678
17679 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17680
17681         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17682           Check for pad availability before doing a query on it.
17683
17684 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17685
17686         * ext/dv/gstdvdec.c:
17687           really fix bpp24/32 dvdec caps (classic rgba indeed)
17688         * gst/asfdemux/gstasfdemux.c:
17689         (gst_asf_demux_process_ext_content_desc):
17690           don't send text tags if they are empty (bis repetita)
17691
17692 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17693
17694         * ext/dv/gstdvdec.c:
17695          remove unneeded comment from dvdec
17696           (related to DV 4CC codes in AVI files)
17697           moved them in gstreamer/docs/random/mimetypes
17698         * gst/asfdemux/gstasfdemux.c:
17699         (gst_asf_demux_process_ext_content_desc):
17700          don't send text tags if they are empty
17701          fix mem leak on error path
17702         * gst/ffmpegcolorspace/avcodec.h:
17703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17704         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17705         (gst_ffmpegcsp_avpicture_fill):
17706         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17707         * gst/ffmpegcolorspace/imgconvert_template.h:
17708          adds BGR32 and BGRA32 to ffmpegcolorspace
17709           (still bad colors, fixing it on next commit)
17710           helps with dvdec outputing BGR32
17711
17712 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17713
17714         * ext/dv/gstdvdec.c:
17715          Fix audio caps i just broke (missing ',')
17716         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17717         (gst_matroska_mux_reset):
17718          Fix typo + add FIXME about old "x-gst-metadata" crap
17719
17720 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17721
17722         * ext/dv/demo-play.c: (main):
17723          xvideosink -> xvimagesink
17724         * ext/dv/gstdvdec.c:
17725          change rgb 32/32 caps to 24/32 (no alpha)
17726          change nb of channels to be a list (2 or 4, not 2)
17727          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17728         * gst/asfdemux/gstasfdemux.c:
17729         (gst_asf_demux_process_ext_content_desc):
17730          Add 'date/year' to extracted metadata list
17731
17732 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17733
17734         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17735           The return value of fixate_to does not imply that the requested
17736           value was set, so don't assume.
17737
17738 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17739
17740         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17741
17742         * ext/libpng/gstpngdec.c:
17743         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17744         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17745         * ext/libpng/gstpngenc.h:
17746           Alpha support (encoder; #163161), mime fixage.
17747
17748 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17749
17750         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17751
17752         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17753         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17754         (gst_faac_set_property), (gst_faac_get_property):
17755         * ext/faac/gstfaac.h:
17756           Allow for ADTS output (#153434).
17757
17758 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17759
17760         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17761           Fix against template (#150576).
17762
17763 2005-01-06  Benjamin Otte  <otte@gnome.org>
17764
17765         * gst/games/gstpuzzle.c: (draw_puzzle):
17766           don't draw a puzzle if either width or height of tiles would be 0.
17767
17768 2005-01-06  Benjamin Otte  <otte@gnome.org>
17769
17770         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17771         (gst_puzzle_class_init), (gst_puzzle_finalize):
17772           no memleaks, please
17773         (gst_puzzle_create), (gst_puzzle_init),
17774         (gst_puzzle_set_property), (gst_puzzle_setup):
17775           change initialization code around so we don't reshuffle on resize
17776         (draw_puzzle):
17777           fix another stupid typo
17778
17779 2005-01-06  Benjamin Otte  <otte@gnome.org>
17780
17781         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17782           fix stupid typo that borked copying on YUY2
17783
17784 2005-01-06  Benjamin Otte  <otte@gnome.org>
17785
17786         * gst/games/gstpuzzle.c: (draw_puzzle):
17787           fix edges when image sizes aren't multiples of tile sizes
17788
17789 2005-01-06  Benjamin Otte  <otte@gnome.org>
17790
17791         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17792           make RGB endianness work correctly
17793         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17794           refactor and fix race with initial shuffling
17795         (nav_event_handler):
17796           allow using the mouse to puzzle
17797         (draw_puzzle):
17798           insist on tiles having width and height as multiples of 4 to get
17799           clean YUV image handling
17800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17801         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17802           s/DEBUG/LOG/ for common messages
17803         (gst_xvimagesink_navigation_send_event):
17804           fix mouse event translation to not include screen PAR
17805         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17806           fix mouse event translation to actually work
17807
17808 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17809
17810         * gst/asfdemux/gstasfdemux.c:
17811         (gst_asf_demux_process_ext_content_desc):
17812          Extract TrackNumber metadata + clean up code
17813         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17814          Hope this is the good fix (var used unitialised)
17815
17816 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17817
17818         * ext/faad/gstfaad.c: (gst_faad_chain):
17819           Only increment timestamp if it's valid. Fixes raw AAC streams.
17820
17821 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17822
17823         * configure.ac:
17824         * gst/games/Makefile.am:
17825         * gst/games/gstpuzzle.c:
17826           add a puzzle game with...
17827         * gst/games/gstvideoimage.c:
17828         * gst/games/gstvideoimage.h:
17829           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17830           from videotestsrc and made into something that would be a nice
17831           library for a lot of other plugins.
17832
17833 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17834
17835         * configure.ac:
17836          don't compile faad plugin if a RC of 2.0 is found
17837          Fixes #155346 (and FC1 buildbot)
17838         * gst/asfdemux/gstasfdemux.c:
17839         (gst_asf_demux_process_ext_content_desc):
17840          try to make Solaris compiler happier
17841
17842 2005-01-06  Paul Jack  <pjack@sfaf.org>
17843
17844         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17845
17846         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17847           Fix segfault (#161667).
17848
17849 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17850
17851         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17852           Fix framerate reporting.
17853
17854 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17855
17856         * gst-libs/gst/riff/riff-ids.h:
17857         * gst/wavenc/riff.h:
17858          Add AMR (VBR and CBR) ids to riff.h audio codec list
17859         * gst/asfdemux/gstasfdemux.c:
17860         (gst_asf_demux_process_ext_content_desc),
17861         (gst_asf_demux_process_object):
17862           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17863
17864 2005-01-05  Martin Eikermann  <meiker@upb.de>
17865
17866         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17867
17868         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17869         (gst_dvd_demux_handle_discont):
17870         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17871         (gst_mpeg_demux_handle_discont):
17872           Recreate pads on new-media (#160730).
17873         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17874           Send discont even if manager changes timestamps (#161929).
17875
17876 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17877
17878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17879
17880         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17881           Fix invalid memory access (#159211).
17882
17883 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17884
17885         * examples/gstplay/player.c: (main):
17886           Don't iterate.
17887         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17888           Add visualizations.
17889         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17890         (gst_a52dec_handle_frame):
17891           Set duration.
17892         * ext/dvdnav/gst-dvd:
17893           Add audioconvert. Fixes #161325.
17894         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17895           Explicitely case to gint64. Possible valgrind error.
17896         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17897         (gst_play_tick_callback), (gst_play_change_state),
17898         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17899         (gst_play_set_location), (gst_play_get_location),
17900         (gst_play_seek_to_time), (gst_play_set_data_src),
17901         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17902         (gst_play_set_visualization), (gst_play_connect_visualization),
17903         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17904         (gst_play_new):
17905           Use playbin. Fixes #139749 and #147744.
17906         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17907           Add genre tag.
17908         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17909         (audioscale_get_type), (gst_audioscale_base_init),
17910         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17911         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17912         (gst_audioscale_link), (gst_audioscale_get_buffer),
17913         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17914         (gst_audioscale_init), (gst_audioscale_dispose),
17915         (gst_audioscale_chain), (gst_audioscale_set_property),
17916         (gst_audioscale_get_property), (plugin_init):
17917           Indent properly.
17918         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17919           Fix LPCM.
17920         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17921         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17922         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17923           Add more metadata (fixes #162656).
17924
17925 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17926
17927         * configure.ac:
17928           back to cvs
17929
17930 === release 0.8.7 ===
17931
17932 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17933
17934         * NEWS:
17935         * RELEASE:
17936         * configure.ac:
17937           releasing 0.8.7, "Hyperspace"
17938
17939 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17940
17941         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17942
17943         * gst/playback/gstplaybasebin.c:
17944          Fix for #162924 - free caps after use, not before
17945
17946 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17947
17948         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17949
17950         * gst/playback/gstplaybasebin.c:
17951         * gst/wavparse/gstwavparse.c:
17952           Fix for #154773 - fixes playback of small .wav files
17953
17954 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17955
17956         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17957
17958         * gst/audioscale/gstaudioscale.c:
17959           Fix for #162819 - make audioscale reusable
17960           Fixes playback of more than one file with playbin/totem
17961
17962 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * gst/ffmpegcolorspace/avcodec.h:
17965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17966         * gst/ffmpegcolorspace/imgconvert.c:
17967           clean up the mess that made me cry and avoid needless duplication
17968
17969 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17970
17971         * gst/ffmpegcolorspace/imgconvert.c:
17972           give some indication of why we're segfaulting
17973
17974 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17975
17976         * configure.ac:
17977           Fix indentation, fix v4l2 plugin detection.
17978         * ext/Makefile.am:
17979           Fix libmms location (Maciej, use diff -u!).
17980         * ext/alsa/gstalsa.c: (gst_alsa_init):
17981           Initialize caps cache to NULL.
17982         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17983           Only change state on audiosink if it exists.
17984
17985 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17986
17987         * gst/matroska/matroska-demux.c:
17988         * gst/matroska/matroska-ids.h:
17989         * gst/matroska/matroska-demux.h:
17990         Fix Vorbis streams failing to decode in some files, where cluster_time
17991         isn't 0, because then it doesn't send codec_priv before actual data.
17992         Remove time-based test and replace it with marker set on beginning of
17993         new stream
17994
17995 2004-12-28  David Schleef  <ds@schleef.org>
17996
17997         Merge patch from Ronald fixing problems with streaming
17998         text.
17999         * ext/cairo/gstcairo.c: (plugin_init):
18000         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18001         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18002         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18003         (gst_textoverlay_font_init), (gst_textoverlay_init),
18004         (gst_textoverlay_set_property):
18005         * ext/cairo/gsttextoverlay.h:
18006
18007 2004-12-27  David Schleef  <ds@schleef.org>
18008
18009         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18010         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18011         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18012         (gst_textoverlay_font_init), (gst_textoverlay_init),
18013         (gst_textoverlay_set_property): Improvements to actually
18014         render text as white on black outline on video, including
18015         font selection and horizontal/vertical alignment.  (Ronald's
18016         christmas present)
18017         * ext/cairo/gsttextoverlay.h:
18018
18019 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18020
18021         * ext/ogg/gstogg.c:
18022         * ext/ogg/gstogmparse.c:
18023           fix ogm[audio/video]parse plugin registration
18024           (riff won't load if bytestream is already loaded)
18025
18026 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18027
18028         * gst/audioconvert/gstchannelmix.c:
18029           fix for GLIB < 2.4
18030
18031 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18032
18033         * Makefile.am:
18034         * configure.ac:
18035           disable docs again until it actually passes make distcheck.
18036
18037 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18038
18039         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18040         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18041         (plugin_init):
18042           Add 3GP (variables name Q3GP because they can't start with a
18043           number). Add samr audio fourcc (used in .3gp files), decoder
18044           is work in progress. Also do a GST_WARNING instead of ERROR
18045           in case of unknown nodes, to decrease output.
18046
18047 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18048
18049         * Makefile.am:
18050           really fix dist
18051
18052 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18053
18054         * configure.ac:
18055         * ext/speex/gstspeexdec.h:
18056         * ext/speex/gstspeexenc.h:
18057           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18058           Fix detection code in configure.ac
18059
18060 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18061
18062         * gst/matroska/matroska-demux.c:
18063         (gst_matroska_demux_parse_blockgroup):
18064           Save position, so that queries give proper return values. Don't
18065           know how this could ever have worked before...
18066
18067 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18068
18069         * configure.ac:
18070           Put additional LAME check inside the conditional.  Fixes #152339
18071
18072 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18073
18074         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18075         (gst_avi_demux_stream_scan):
18076           Add some more debug. Fix logic error when setting movi offset
18077           while reading index.
18078
18079 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18080
18081         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18082         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18083         (gst_avi_demux_process_next_entry):
18084           Add some debugging. Better detection of broken indexes and the
18085           accompanying index recovery. No infinite loops on state changes
18086           when we're still in our loopfunction.
18087
18088 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18089
18090         * configure.ac:
18091           Fix up.
18092
18093 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18094
18095         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18096
18097         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18098           Normalizing the value before setting
18099         (gst_sunaudiomixer_get_volume):
18100           Normalizing the value after getting. Fixes bug# 161980
18101
18102 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18103
18104         * Makefile.am: Make sure docs gets disted
18105         * docs/Makefile.am: Make sure all needed files get disted
18106         * gst-plugins.spec.in: latest updates
18107
18108 2004-12-22  Wim Taymans  <wim@fluendo.com>
18109
18110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18111         Revert patch 1.38 as clock distribution over schedulers does
18112         not work correcly in the core yet.
18113
18114 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18115
18116         * sys/oss/README: remove this file, which predates my birth
18117           (and which content is by far outdated)
18118
18119 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18120
18121         * Makefile.am:
18122         * configure.ac:
18123         * docs/Makefile.am:
18124         * docs/libs/Makefile.am:
18125         * docs/libs/gst-plugins-libs-docs.sgml:
18126         * docs/libs/gst-plugins-libs-sections.txt:
18127         * docs/libs/tmpl/gstgconf.sgml:
18128         * docs/upload.mak:
18129         * docs/version.entities.in:
18130           Added boilerplate gtk-doc files for plugin-libs documentation.
18131
18132 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18133
18134         * gst/auparse/gstauparse.c: fix int and float audio caps
18135
18136 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18137
18138         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18139         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18140           g_assert() can be a macro, don't use #ifdef inside it.
18141
18142 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18143
18144         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18145
18146         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18147         (gst_videorate_init), (gst_videorate_chain),
18148         (gst_videorate_change_state):
18149           Event handling (fixes #159986).
18150
18151 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18152
18153         * gst-libs/gst/riff/riff-media.c:
18154         (gst_riff_create_video_caps_with_data):
18155           Add BLZ0 (Blizzard's version of DivX) fourcc.
18156
18157 2004-12-18  David Schleef  <ds@schleef.org>
18158
18159         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18160         portability fix.
18161
18162 2004-12-18  David Schleef  <ds@schleef.org>
18163
18164         * gst/tta/ttadec.h: Disable some header code that isn't used
18165         and clearly isn't portable.
18166
18167 2004-12-18  David Schleef  <ds@schleef.org>
18168
18169         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18170         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18171         (avcodec_get_pix_fmt), (avpicture_layout),
18172         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18173         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18174         Fix code to not use GCC extensions (and c99 extensions that
18175         Forte does not like.)
18176
18177 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18178
18179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18180
18181         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18182         (gst_deinterlace_chain):
18183           Rowstride fixes. Fixes #161039.
18184         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18185         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18186         (gst_video_crop_getcaps), (gst_video_crop_link),
18187         (gst_video_crop_i420), (gst_video_crop_chain),
18188         (gst_video_crop_change_state):
18189           Rework of negotiation. Actually works now. Fixes #158650.
18190
18191 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18192
18193         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18194           That was very stupid.
18195
18196 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18197
18198         * gst/matroska/matroska-demux.c:
18199         (gst_matroska_demux_parse_blockgroup):
18200           Fix possible crasher.
18201
18202 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18203
18204         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18205         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18206           Lace sizes can be zero.
18207
18208 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18209
18210         * ext/musepack/gstmusepackdec.cpp:
18211           Fetch error return values. Fixes #161624.
18212         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18213           Really EOS.
18214
18215 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18216
18217         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18218           Work for truncated (unfinished download etc.) files. Fixes #160514.
18219
18220 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18221
18222         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18223           Fix for integer overflow. Makes #156001 not crash. Probably masks
18224           the real bug.
18225
18226 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18227
18228         * gst/ac3parse/gstac3parse.c: (plugin_init):
18229           Parsers never have ranks. Fixes #159651.
18230
18231 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18232
18233         * gst/playback/gstdecodebin.c: (compare_ranks):
18234           make sure the facotries are ordered the same every time even if they
18235           have the same rank by using the name
18236         * gst/playback/gstdecodebin.c: (find_compatibles):
18237           make sure we don't add factories to the list twice
18238
18239 2004-12-16  David Schleef  <ds@schleef.org>
18240
18241         * configure.ac: look for musepack headers as musepack/*.h
18242         (fixes #159847)
18243         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18244         * ext/musepack/gstmusepackreader.h: same
18245
18246 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18247
18248         * gst-libs/gst/riff/riff-read.c:
18249         (gst_riff_read_strf_auds_with_data):
18250           Read extradata correctly (fixes #155879).
18251
18252 2004-12-16  David Schleef  <ds@schleef.org>
18253
18254         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18255         audio.  does _not_ attempt or allow conversion unless channels
18256         is 1 or 2.
18257
18258 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18259
18260         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18261
18262 2004-12-16  David Schleef  <ds@schleef.org>
18263
18264         * gst/audioscale/gstaudioscale.c: the resample library only
18265         handles 1 or 2 channels.  Change caps to compensate.
18266
18267 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18268
18269         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18270         (gst_matroska_demux_audio_caps):
18271           Some MPEG-AAC hacks, because else it doesn't work...
18272
18273 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18274
18275         * gst-libs/gst/riff/riff-media.c:
18276         (gst_riff_create_video_caps_with_data),
18277         (gst_riff_create_video_template_caps):
18278           Add h264.
18279
18280 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18281
18282         * gst-libs/gst/audio/Makefile.am:
18283           Try to fix buildbot.
18284
18285 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18286
18287         * gst/tcp/gstmultifdsink.c:
18288           Clean up and uniformize debugging.
18289
18290 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18291
18292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18293
18294         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18295         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18296         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18297         (gst_mpeg_demux_change_state):
18298           Reset on ready. Fixes 160276.
18299
18300 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18301
18302         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18303
18304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18305         (gst_ffmpegcsp_pad_link):
18306           Fix memleak (#154815).
18307
18308 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18309
18310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18311
18312         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18313         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18314         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18315         * ext/musicbrainz/gsttrm.h:
18316           Add support for using a proxy server when getting a trm id from
18317           the MusicBrainz database (#149613).
18318
18319 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18320
18321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18322
18323         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18324         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18325           Fix memleaks (#157233).
18326
18327 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18328
18329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18330
18331         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18332         * gst-libs/gst/resample/resample.h:
18333         * gst/audioscale/gstaudioscale.c:
18334           Fix memleak (#159215).
18335
18336 2004-12-16  Toni Willberg  <toniw@iki.fi>
18337
18338         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18339
18340         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18341         * sys/oss/oss_probe.c: (main):
18342           Check for mono/stereo support (similar to samplerate probing),
18343           fixes #159433. Also add missing copyright header to oss_probe.c.
18344
18345 2004-12-15  David Schleef  <ds@schleef.org>
18346
18347         * configure.ac: add audioresample and cairo plugins.  Remove
18348         HAVE_MMX stuff, because it's not used.
18349         * ext/Makefile.am: same
18350         * ext/audioresample/Makefile.am: You are not ready for an
18351         audio resampling element based on audioresample.
18352         * ext/audioresample/gstaudioresample.c:
18353         * ext/audioresample/gstaudioresample.h:
18354         * ext/cairo/Makefile.am: You are not ready for overlay elements
18355         based on cairo.  Don't look too closely, these elements kinda
18356         suck right now.
18357         * ext/cairo/gstcairo.c: new
18358         * ext/cairo/gsttextoverlay.c: new
18359         * ext/cairo/gsttextoverlay.h: new
18360         * ext/cairo/gsttimeoverlay.c: new
18361         * ext/cairo/gsttimeoverlay.h: new
18362         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18363         problem with compilers that don't support variadic macros.
18364
18365 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18366
18367         Reviewed by:  David Schleef  <ds@schleef.org>
18368
18369         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18370         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18371         bit.  Also ran indent-gst.
18372         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18373         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18374         (gst_sunaudiosrc_setparams):
18375
18376 2004-12-14  David Schleef  <ds@schleef.org>
18377
18378         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18379         output rate to 16000.  Should fix #160235.
18380
18381 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18382
18383         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18384         Add typefinding for mpeg2 pes streams
18385
18386 2004-12-13  David Schleef  <ds@schleef.org>
18387
18388         * configure.ac:  Applied patch from bug #143659, making default
18389         sources and sinks OS-dependent (for Solaris), and added code
18390         for OS/X.
18391         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18392
18393 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18394
18395         * gst-libs/gst/riff/riff-media.c:
18396           forgot to add h2.64 to avidemux template caps
18397
18398 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18399
18400         * gst/wavenc/riff.h:
18401         * gst-libs/gst/riff/riff-media.c:
18402         * gst-libs/gst/riff/riff-ids.h:
18403         * gst/avi/gstavimux.c
18404         add 4CC code for VideoSoft h264 in AVI (VSSH)
18405           fixes bug #160655
18406         remove s323 from riff, it's quicktime specific :(
18407
18408 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18409
18410         * gst/asfdemux/README
18411         * gst/wavenc/riff.h
18412         * gst-libs/gst/riff/riff-ids.h
18413         * gst-libs/gst/riff/riff-media.c
18414         * gst/qtdemux/qtdemux.c:
18415           add new 4CC codes for h263 related codecs
18416           fixes partially bug #155163
18417
18418 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18419
18420         * configure.ac: Update polyaudio requirement to 0.7
18421         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18422
18423 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18424
18425         * gst/interleave/deinterleave.c:
18426         fix my name's spelling! :)
18427
18428 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18429
18430         * AUTHORS ChangeLog
18431         * gst/auparse/gstauparse.c
18432         * gst/interleave/deinterleave.c
18433         * gst/law/:
18434                 alaw-decode.c alaw-encode.c
18435                 mulaw-decode.c mulaw-encode.c
18436         * gst/oneton/gstoneton.c
18437         * sys/osxaudio/:
18438                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18439         * sys/osxvideo/:
18440                 cocoawindow.h cocoawindow.m
18441                 osxvideosink.h osxvideosink.m
18442
18443         put the same mail address for Zaheer Abbas Merali everywhere
18444
18445 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18446
18447         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18448           Align by packetsize, and assert that we a packet available before
18449           playing. The first makes webstreams work (they often include
18450           trailing padding data in a packet), the second allows pausing a
18451           ASF stream in totem without getting demux errors afterwards.
18452
18453 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18454
18455         * ext/ogg/gstoggdemux.c: (get_relative):
18456           Check for non-NULL before accessing member (end-of-chain).
18457
18458 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18459
18460         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18461         (cdparanoia_set_property), (cdparanoia_get_property):
18462         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18463         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18464         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18465         (dvdreadsrc_init), (dvdreadsrc_set_property),
18466         (dvdreadsrc_get_property):
18467         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18468         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18469           Synchronize property names where not yet the case. Devices are
18470           now device=X, other versions are deprecated (but still exist).
18471           Also use g_free() unconditionally.
18472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18473         (setup_source), (gst_play_base_bin_get_property):
18474           Expose source.
18475
18476 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18477
18478         * configure.ac: move GCONF macro outside conditional for the am
18479           conditional. Fixes #160439
18480
18481 2004-12-08  David Schleef  <ds@schleef.org>
18482
18483         * tools/gst-visualise-m.m: Switch to elements that currently
18484         exist.
18485
18486 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18487
18488         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18489           We love wrong commas.
18490
18491 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18492
18493         * gst/matroska/matroska-demux.c:
18494         (gst_matroska_demux_handle_src_query):
18495           Don't set DEFAULT, unsupported - makes length display incorrectly
18496           in some cases.
18497
18498 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18499
18500         * gst/monoscope/README: remove blurb about files being GPL
18501         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18502         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18503           monoscope is now effectively LGPL licensed
18504
18505 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18506
18507         * gst/monoscope/README: Update information to be more correct
18508         * gst/monoscope/convolve.c: Relicense to LGPL
18509         * gst/monoscope/convolve.h: Relicense to LGPL
18510
18511 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18512
18513         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18514           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18516           set default_duration for mpeg1 audio
18517
18518 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18519
18520         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18521         * ext/alsa/gstalsa.h:
18522           refactor big chunks of the core caps negotiation code to make it
18523           a lot faster, because people claim it's really slow
18524           (actually, just cache the getcaps when the device is opened)
18525
18526 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18527
18528         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18529         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18530         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18531         (gst_a52dec_change_state), (plugin_init):
18532         * ext/a52dec/gsta52dec.h:
18533           Do something useful with timestamps. Make chain-based (since
18534           there's really no reason to be loopbased).
18535         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18536           Update current_byte/frame correctly.
18537
18538 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18539
18540         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18541         (gst_ape_demux_stream_init):
18542           Forward tags, too.
18543
18544 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18545
18546         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18547           Let's make sure we're done typefinding when detecting tags.
18548
18549 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18550
18551         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18552         (gst_ebml_read_init), (gst_ebml_read_use_event),
18553         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18554         (gst_ebml_read_seek), (gst_ebml_read_skip),
18555         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18556         (gst_ebml_read_master):
18557         * gst/matroska/ebml-read.h:
18558         * gst/matroska/matroska-demux.c:
18559         (gst_matroska_demux_parse_contents),
18560         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18561           Disgustingly evil hack for working around INTERRUPT events and
18562           their extremely annoying habit of being a pain in the ass. We
18563           simply peek a cluster before reading any of it.
18564
18565 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * ext/musepack/gstmusepackdec.cpp:
18568           There's also floating point libmusepacks.
18569
18570 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18571
18572         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18573         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18574           Set DURATION even if source buffer didn't. Also use increasing
18575           timestamps.
18576         * gst-libs/gst/riff/riff-media.c:
18577         (gst_riff_create_audio_caps_with_data):
18578           Block_align can have larger values than 8192.
18579
18580 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18581
18582         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18583         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18584         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18585         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18586           Fix caps.
18587
18588 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18589
18590         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18591           Fix logic bug.
18592
18593 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18594
18595         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18596           Yay, another one.
18597
18598 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18599
18600         * ext/esd/esdsink.c: (gst_esdsink_chain):
18601           Make error actually say something useful (fixes #156798).
18602         * gst-libs/gst/riff/riff-media.c:
18603         (gst_riff_create_video_caps_with_data),
18604         (gst_riff_create_video_template_caps):
18605           Add Intel Video 5.0 fourcc (IV50).
18606
18607 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18608
18609         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18610         detection on mono and stereo mp3 files.
18611
18612 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18613
18614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18615           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18616           the contained stream).
18617
18618 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18619
18620         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18621           Oops, remove debug.
18622
18623 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18624
18625         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18626
18627         * gst/law/alaw-decode.c: (alawdec_getcaps):
18628         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18629           Prevent warnings when negotiating caps (fixes #159338).
18630
18631 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18632
18633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18634         (gst_ffmpegcsp_chain):
18635           Remove old leftover that shouldn't be there...
18636
18637 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18638
18639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18640
18641         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18642           Don't forward DISCONT events (fixes #159684).
18643
18644 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18645
18646         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18647           Unlink manually since sometimes bin disposal (and therefore
18648           pad unlinking) is delayed, which will cause a new media file
18649           to not be able to start playing instantly.
18650
18651 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18652
18653         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18654           On mute of an unlinked stream, check for pad availability so
18655           we don't crash on unlinked pad.
18656
18657 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18658
18659         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18660         (gst_avi_demux_massage_index):
18661           Fix quite humiliating bug in omitting 0-sized index chunks but
18662           forgetting to count them for timestamps.
18663
18664 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18665
18666         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18667           Actually leave the loop if we failed to sync. Don't crash.
18668
18669 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18670
18671         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18672         (gst_dvd_demux_process_private):
18673         * gst/mpegstream/gstdvddemux.h:
18674           Fix crash (#159759). Doesn't work, though. :-(.
18675
18676 2004-11-28  Benjamin Otte  <otte@gnome.org>
18677
18678         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18679           more overwriting protection due to modifying channels one by one
18680           instead of all at once
18681
18682 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18683
18684         * gst/audioconvert/gstchannelmix.c:
18685         (gst_audio_convert_fill_normalize):
18686           Normalize using absolute values.
18687
18688 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18689
18690         * configure.ac:
18691         * ext/Makefile.am:
18692         * ext/directfb/Makefile.am:
18693         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18694         (gst_directfbvideosink_get_pixel_format),
18695         (gst_directfbvideosink_get_format_from_fourcc),
18696         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18697         (gst_directfbvideosink_sink_link),
18698         (gst_directfbvideosink_change_state),
18699         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18700         (gst_directfbvideosink_buffer_alloc),
18701         (gst_directfbvideosink_interface_supported),
18702         (gst_directfbvideosink_interface_init),
18703         (gst_directfbvideosink_navigation_send_event),
18704         (gst_directfbvideosink_navigation_init),
18705         (gst_directfbvideosink_set_property),
18706         (gst_directfbvideosink_get_property),
18707         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18708         (gst_directfbvideosink_base_init),
18709         (gst_directfbvideosink_class_init),
18710         (gst_directfbvideosink_get_type), (plugin_init):
18711         * ext/directfb/directfbvideosink.h: Adding a first version of
18712         directfbvideosink.
18713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18714         more.
18715
18716 2004-11-28  Benjamin Otte  <otte@gnome.org>
18717
18718         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18719           walk the samples backwards if out_channels > in_channels so we don't
18720           overwrite data
18721
18722 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * gst/audioconvert/Makefile.am:
18725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18726         (gst_audio_convert_link), (gst_audio_convert_change_state),
18727         (gst_audio_convert_channels):
18728         * gst/audioconvert/gstchannelmix.c:
18729         (gst_audio_convert_unset_matrix),
18730         (gst_audio_convert_fill_identical),
18731         (gst_audio_convert_fill_compatible),
18732         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18733         (gst_audio_convert_fill_others),
18734         (gst_audio_convert_fill_normalize),
18735         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18736         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18737         * gst/audioconvert/gstchannelmix.h:
18738           Implement a channel mixer.
18739
18740 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18741
18742         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18743         * ext/alsa/gstalsa.h:
18744         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18745         Make alsasink actually honor gst_element_set_clock and use that
18746         clock instead of its internal one.
18747
18748 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18749
18750         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18751         (gst_play_base_bin_change_state): nullify source and decoder when
18752         going from READY to NULL so that we don't try to do weird stuff with
18753         them when going from NULL to READY
18754         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18755         instead of g_object_unref
18756         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18757         it should be correct
18758         (gst_play_bin_change_state): don't call remove_sinks if we are
18759         currently disposing the object
18760
18761 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18762
18763         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18764           Don't forget bass if it's there. Else left channel is silent...
18765
18766 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18767
18768         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18769         (gst_a52dec_change_state):
18770           Don't do sample adjusting anymore, we use float audio now.
18771         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18772           Don't fixate to non-existing properties.
18773
18774 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18775
18776         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18777         (gst_a52dec_change_state):
18778           Advertise that we can do surround sound.
18779
18780 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18781
18782         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18783           Add buffer-frames=0.
18784         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18785         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18786         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18787         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18788         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18789         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18790         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18791         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18792         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18793         * ext/dvdread/dvdreadsrc.h:
18794           Add seeking, querying for bytes, sectors, title, angle and
18795           chapter. Handle multiple chapters. Relicense to LGPL because
18796           Billy agreed on that (thanks Billy!).
18797
18798 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18799
18800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18801         call parent dispose method
18802
18803 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18804
18805         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18806         (gst_audio_clock_get_internal_time):
18807         Fix active <-> inactive transitions: ensure time value always
18808         grows and avoid abrupt value changes.
18809
18810 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18811
18812         * configure.ac:
18813         * gst/tta/Makefile.am:
18814         * gst/tta/crc32.h:
18815         * gst/tta/filters.h:
18816         * gst/tta/gsttta.c:
18817         * gst/tta/gstttadec.c:
18818         * gst/tta/gstttadec.h:
18819         * gst/tta/gstttaparse.c:
18820         * gst/tta/gstttaparse.h:
18821         * gst/tta/ttadec.h:
18822           added TTA parser and decoder
18823
18824 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18825
18826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18827         (probe_triggered), (check_queue), (buffer_underrun),
18828         (buffer_running), (buffer_overrun), (gen_source_element),
18829         (setup_source):
18830         * gst/playback/gstplaybasebin.h:
18831           Implement buffering. Needs some more work.
18832
18833 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18834
18835         * ext/theora/theoradec.c: (theora_dec_chain):
18836           Fix ilog mask range overflow.
18837
18838 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18839
18840         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18841           Don't omit the last (which in case of dmix is the only :) )
18842           channel count. Don't set channels if <= 2.
18843
18844 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18845
18846         * gst/playback/gstplaybin.c: (gen_video_element),
18847         (gen_audio_element): Removed 2 obsolete comments
18848
18849 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18850
18851         * ext/vorbis/oggvorbisenc.c
18852         * ext/vorbis/vorbisenc.c :
18853           change description fields of those plugins to differentiate them
18854           (pitivi show Encoders by description, they had the same one)
18855
18856 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18857
18858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18859
18860         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18861         (gst_play_bin_set_property), (gen_video_element),
18862         (gen_audio_element):
18863           Refcounting fixes for provided audio-/videosinks.
18864
18865 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18866
18867         * gst/playback/gstplaybin.c: (gen_video_element),
18868         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18869           Don't reference all sinks, but only the video- and audiosinks.
18870           The vis. element should be disposed when we're done with it.
18871           We don't have any reason to keep it around. This fixes warnings
18872           when reusing playbin for playing multiple audio files with
18873           vis. enabled. Also release audio device on pause - idea stolen
18874           from Rhythmbox.
18875
18876 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18877
18878         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18879         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18880         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18881         * ext/alsa/gstalsaplugin.c: (plugin_init):
18882         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18883         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18884         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18885         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18886         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18887         (gst_faad_change_state), (plugin_init):
18888         * ext/faad/gstfaad.h:
18889         * ext/vorbis/vorbis.c: (plugin_init):
18890         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18891         * gst-libs/gst/audio/Makefile.am:
18892         * gst-libs/gst/audio/audio.c: (plugin_init):
18893         * gst-libs/gst/audio/multichannel.c:
18894         (gst_audio_check_channel_positions),
18895         (gst_audio_get_channel_positions),
18896         (gst_audio_set_channel_positions),
18897         (gst_audio_set_structure_channel_positions_list),
18898         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18899         (gst_audio_fixate_channel_positions):
18900         * gst-libs/gst/audio/multichannel.h:
18901         * gst-libs/gst/audio/testchannels.c: (main):
18902         * gst/audioconvert/gstaudioconvert.c:
18903         (gst_audio_convert_class_init), (gst_audio_convert_init),
18904         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18905         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18906         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18907         * gst/audioconvert/plugin.c: (plugin_init):
18908           Surround sound support.
18909
18910 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18911
18912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18913           Fix position for discont if we're close as well. Nitpicking, but
18914           saves a few milliseconds of extra waiting or skipping.
18915
18916 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18917
18918         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18919           We sometimes need parsers for playback, so add those too.
18920
18921 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18922
18923         * configure.ac:
18924         * gst/apetag/Makefile.am:
18925         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18926         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18927         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18928         (gst_ape_demux_get_src_query_types),
18929         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18930         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18931         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18932         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18933         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18934         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18935         (gst_ape_demux_change_state):
18936         * gst/apetag/apedemux.h:
18937         * gst/apetag/apetag.c: (plugin_init):
18938         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18939         (plugin_init):
18940           APE v1/2 tag reader plus typefind function.
18941
18942 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * configure.ac:
18945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18946         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18947           Remove hacks for older core. Require newer core version
18948           accordingly.
18949
18950 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18951
18952         * gst/cdxaparse/Makefile.am:
18953         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18954         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18955         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18956         * gst/cdxaparse/gstcdxaparse.h:
18957         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18958         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18959         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18960         (gst_cdxastrip_get_src_query_types),
18961         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18962         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18963         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18964         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18965         * gst/cdxaparse/gstcdxastrip.h:
18966           SVCD/VCD header stripping separated from CDXA image parsing.
18967         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18968         (plugin_init):
18969           Add VCD/SVCD header typefinding for VCD/SVCD.
18970         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18971         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18972         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18973         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18974         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18975         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18976         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18977         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18978         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18979         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18980         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18981         * sys/vcd/vcdsrc.h:
18982           Fix up, add seeking, querying, URI interface. Works in totem now.
18983
18984 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18985
18986         * configure.ac:
18987           back to CVS
18988
18989 === release 0.8.6 ===
18990
18991 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * NEWS:
18994         * RELEASE:
18995         * configure.ac:
18996         * po/af.po:
18997         * po/az.po:
18998         * po/cs.po:
18999         * po/en_GB.po:
19000         * po/hu.po:
19001         * po/it.po:
19002         * po/nb.po:
19003         * po/nl.po:
19004         * po/or.po:
19005         * po/sq.po:
19006         * po/sr.po:
19007         * po/sv.po:
19008         * po/uk.po:
19009           releasing 0.8.6, "IOU Love"
19010
19011 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19012
19013         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19014
19015         * gst/playback/gstplaybasebin.c:
19016           Fix unplayable files error handling.  Fixes #158365
19017
19018 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19019
19020         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19021
19022         * gst/typefind/gsttypefindfunctions.c:
19023           Fix broken mp3 typefinding.  Fixes #158375
19024
19025 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19026
19027         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19028
19029         * ext/ogg/gstoggdemux.c:
19030           Fix sync on broken files.  Fixes #158976
19031
19032 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19033
19034         patch by: Edward Hervey <bilboed@bilboed.com>
19035
19036         * ext/libpng/gstpngenc.c:
19037           Copy over buffer properties.  Fixes #158832
19038
19039 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19040
19041         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19042
19043         * ext/dvdread/dvdreadsrc.c:
19044           Fixes invalid reads (#158462)
19045
19046 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19047
19048         * sys/v4l/gstv4lsrc.c:
19049         * sys/v4l/gstv4lsrc.h:
19050         * sys/v4l/v4lsrc_calls.c:
19051           Probe less and cache it.  Fixes #159187.
19052
19053 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19054
19055         * gst/videorate/gstvideorate.c:
19056           Handle all video formats. Fixes #159186.
19057
19058 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19059         * gst/synaesthesia/gstsynaesthesia.c:
19060         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19061         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19062         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19063         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19064         (gst_synaesthesia_change_state), (plugin_init):
19065         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19066         Force 320x200 output, as that's the only thing the underlying
19067         synaesthesia implementation supports. Still needs to be made
19068         re-entrant.
19069
19070 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19071
19072         * configure.ac:
19073           Fix mpeg2enc configure check (similar to mplex check below).
19074
19075 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19076
19077         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19078
19079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19080           Fix for gcc-2.95 (fixes #158221).
19081
19082 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19083
19084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19085           Re-add clock distribution hack (until new core is released).
19086           Fixes #158125.
19087
19088 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19089         * configure.ac:
19090           fix mplex configure check segfaulting on some systems (bug #140994)
19091
19092 2004-11-13  Benjamin Otte  <otte@gnome.org>
19093
19094         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19095           add debugging
19096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19097           do a wait when we enter the loop func with no data available to
19098           write instead of getting into an 100% CPU loop by just returning and
19099           being called again by the scheduler
19100
19101 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19102
19103         * configure.ac:
19104         * ext/libvisual/visual.c: (gst_visual_get_type),
19105         (libvisual_log_handler), (gst_visual_getcaps),
19106         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19107         (plugin_init):
19108           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19109         * ext/smoothwave/Makefile.am:
19110         * ext/smoothwave/demo-osssrc.c: (main):
19111         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19112         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19113         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19114         (plugin_init):
19115         * ext/smoothwave/gstsmoothwave.h:
19116           Make gstsmoothwave a working element in the 20th century.
19117
19118         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19119           Fix incorrect link function
19120
19121 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * gst/volume/gstvolume.c:
19124           Allow buffer-frames=0.
19125
19126 2004-11-12 Iain <iaingnome@gmail.com>
19127
19128         * configure.ac: Check for polypaudio
19129
19130         * ext/Makefile.am: Build the polyp dir
19131
19132         * ext/polyp: The polypsink sources.
19133
19134 2004-10-30 Iain <iaingnome@gmail.com>
19135
19136         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19137         caps to reflect the new number of channels.
19138
19139 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19142           Fix for negotiation order problem. This would show when the
19143           ALSA loopfuction was called before any other function. ALSA
19144           wouldn't do anything because we're not negotiated yet, leading
19145           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19146
19147 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19148
19149         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19150
19151         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19152           No warnings (#157986).
19153
19154 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19155
19156         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19157           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19158
19159 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19160
19161         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19162           Signal no-more-pads (so it works in playbin).
19163
19164 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19165
19166         * ext/musepack/gstmusepackreader.cpp:
19167           Workaround for older core.
19168
19169 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19170
19171         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19172           Actually test for odd width/height rather than testing whether
19173           a temporary variable that was 0 before we subtracted 1 is now
19174           not equal to zero (which it always is).
19175
19176 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19177
19178         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19179         Fix compilation if HAVE_XVIDEO is not defined
19180
19181 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19182
19183         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19184         Fix compilation if HAVE_XVIDEO is not defined
19185
19186 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19187
19188         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19189         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19190         (gst_goom_change_state), (plugin_init):
19191         Use the bytestream adapter so goom doesn't depend on the input
19192         buffer size.
19193         Add a debug category
19194
19195 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19196
19197         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19198           Only set hardware parameters *after* negotiation. Before
19199           negotiation, it will set ANY and that seems to cause crashes
19200           (see e.g. #151288, #153227).
19201
19202 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19203
19204         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19205           This seems to be antique leftover. It needs to pass error
19206           checking.
19207         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19208         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19209         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19210         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19211           Fix GstXOverlay implementation (#151059).
19212
19213 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19214
19215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19216           Don't assert (#157853).
19217
19218 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19219
19220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19221           Fix bytes/samples confustion.
19222         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19223           Fix for underrun (#144389).
19224
19225 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19226
19227         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19228           Disable halfway-seek for pending release (since it needs a new
19229           core release).
19230
19231 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * sys/v4l/gstv4lsrc.c:
19234         * sys/v4l/gstv4lsrc.h:
19235         * sys/v4l/v4lsrc_calls.c:
19236           add autoprobe-fps property so we can separate autoprobing parts
19237
19238 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19239
19240         * sys/v4l/gstv4lsrc.c:
19241         * sys/v4l/v4lsrc_calls.c:
19242         initialise fourcc to catch unset fourcc's, and debug
19243
19244 2004-11-09  Wim Taymans  <wim@fluendo.com>
19245
19246         * gst/playback/README:
19247         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19248         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19249         (gst_play_bin_dispose), (gst_play_bin_set_property),
19250         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19251         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19252         (gst_play_bin_get_formats), (gst_play_bin_convert),
19253         (gst_play_bin_get_query_types), (gst_play_bin_query):
19254         Cleanups and some more documentation.
19255
19256 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19257
19258         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19259         (gst_cacasink_init), (gst_cacasink_chain):
19260         * ext/libcaca/gstcacasink.h:
19261         Cacasink inherits from VideoSink, so let that store the clock.
19262
19263 2004-11-09  Wim Taymans  <wim@fluendo.com>
19264
19265         * gst/playback/README:
19266         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19267         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19268         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19269         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19270         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19271         (setup_sinks):
19272         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19273         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19274         * gst/playback/gststreaminfo.h:
19275         Updated README.
19276         Only switch groups if all streams have muted (EOSed).
19277         Send Tags in sync with the stream playback instead of in
19278         the playback/preroll phase.
19279         Some cleanups, free the fakesrc elements.
19280
19281 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19282
19283         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19284           buffer-frames property was missing
19285         * ext/arts/gst_arts.c:
19286           rate missing from sinkcaps
19287         * ext/audiofile/gstafparse.c:
19288         * ext/audiofile/gstafsink.c:
19289         * ext/audiofile/gstafsrc.c:
19290         * ext/swfdec/gstswfdec.c:
19291           int audio doesn't know buffer-frames
19292         * ext/cdparanoia/gstcdparanoia.c:
19293           int audio doesn't know chunksize either
19294         * ext/nas/nassink.c:
19295           it's endianness, not endianess
19296         * gst-libs/gst/audio/audio.h:
19297           make float standard pad template caps really describe float
19298         * gst/law/mulaw.c: (linear_factory):
19299           signed only, please
19300         * gst/mpegstream/gstdvddemux.c:
19301           widths of 20 are not valid
19302
19303 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19304
19305         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19306
19307         * po/LINGUAS:
19308         * po/it.po:
19309           Add Italian
19310
19311 2004-11-08  Wim Taymans  <wim@fluendo.com>
19312
19313         * gst/playback/README:
19314         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19315         * gst/playback/gstplaybasebin.c: (probe_triggered),
19316         (gst_play_base_bin_change_state):
19317         Updated README, added more comments for fixmes etc..
19318
19319 2004-11-08  Wim Taymans  <wim@fluendo.com>
19320
19321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19322         We can remove this hack now.
19323
19324 2004-11-08  Wim Taymans  <wim@fluendo.com>
19325
19326         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19327         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19328         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19329         Only mix AYUV for maximum quality.
19330
19331 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19332
19333         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19334         (gst_ogg_demux_push), (gst_ogg_pad_push):
19335           Let's act as if we're synchronized now! :).
19336         * ext/theora/theoradec.c: (theora_dec_chain):
19337           Add some debug.
19338
19339 2004-11-08  Wim Taymans  <wim@fluendo.com>
19340
19341         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19342         (gst_alpha_set_property), (gst_alpha_sink_link),
19343         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19344         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19345         (gst_alpha_init_params), (gst_alpha_chain):
19346         Implement alpha functions for AYUV too, this increases
19347         accuracy quite a bit.
19348
19349 2004-11-08  Wim Taymans  <wim@fluendo.com>
19350
19351         * gst/ffmpegcolorspace/avcodec.h:
19352         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19353         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19354         (gst_ffmpegcsp_avpicture_fill):
19355         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19356         (gst_ffmpegcsp_caps_remove_format_info):
19357         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19358         (shrink12), (img_get_alpha_info), (deinterlace_line),
19359         (deinterlace_line_inplace):
19360         * gst/ffmpegcolorspace/imgconvert_template.h:
19361         Added AYUV colorspace and handle RGBA a bit more respectful.
19362
19363 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19364
19365         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19366           Actually always send a discont (cornercase when resending the
19367           same serial-tagged chain twice).
19368
19369 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19370
19371         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19372         (gst_ximagesink_finalize):
19373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19374         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19375
19376 2004-11-08  Wim Taymans  <wim@fluendo.com>
19377
19378         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19379         Don't segfault on NULL data.
19380
19381 2004-11-08  Wim Taymans  <wim@fluendo.com>
19382
19383         * gst/playback/gstdecodebin.c: (unlinked):
19384         * gst/playback/gstplay-marshal.list:
19385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19386         (gst_play_base_bin_init), (group_create), (get_active_group),
19387         (get_building_group), (group_destroy), (group_commit),
19388         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19389         (add_element_stream), (no_more_pads), (probe_triggered),
19390         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19391         (state_change), (setup_source), (gst_play_base_bin_get_property),
19392         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19393         (gst_play_base_bin_link_stream),
19394         (gst_play_base_bin_get_streaminfo):
19395         * gst/playback/gstplaybasebin.h:
19396         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19397         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19398         Add support for chained ogg files. Prepare for playlist
19399         support. This patch introduces the concept of pad groups, which
19400         together compose one playable media file.
19401
19402 2004-11-07  David Schleef  <ds@schleef.org>
19403
19404         * testsuite/gst-lint: Check for pad templates that aren't statically
19405         scoped.
19406
19407 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19408
19409         * configure.ac:
19410         * ext/Makefile.am:
19411         * ext/musepack/Makefile.am:
19412         * ext/musepack/gstmusepackdec.cpp:
19413         * ext/musepack/gstmusepackdec.h:
19414         * ext/musepack/gstmusepackreader.cpp:
19415         * ext/musepack/gstmusepackreader.h:
19416           Add musepack decoder.
19417         * ext/faad/gstfaad.c: (gst_faad_base_init):
19418           Make pad templates static.
19419         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19420         (plugin_init):
19421           Add musepack typefinder, make mp3 typefinding work halfway stream,
19422           which doesn't actually work yet because id3demux doesn't implement
19423           _get_length().
19424
19425 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19426
19427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19428         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19429           Fix interrupt event handling (#144436).
19430
19431 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19434           Hide unused glory.
19435
19436 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19437
19438         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19439
19440         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19441           Fix weird caps (#157548).
19442
19443 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19444
19445         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19446
19447         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19448           Add missing NULL terminator (#157543).
19449
19450 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19451
19452         * gst/tcp/gsttcp.h:
19453         * gst/tcp/gsttcpclientsink.c:
19454         * gst/tcp/gsttcpclientsrc.c:
19455         * gst/tcp/gsttcpserversink.c:
19456         * gst/tcp/gsttcpserversrc.c:
19457           ports can go up to 65535.  Move common defines to gsttcp.h
19458
19459 2004-11-05  Wim Taymans  <wim@fluendo.com>
19460
19461         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19462         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19463         Added two more colorspaces.
19464
19465 2004-11-05  Wim Taymans  <wim@fluendo.com>
19466
19467         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19468         (gst_ffmpegcsp_avpicture_fill):
19469         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19470         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19471         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19472         More stride fixes.
19473
19474 2004-11-05  Wim Taymans  <wim@fluendo.com>
19475
19476         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19477         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19478         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19479         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19480         (gst_videomixer_loop):
19481         More stride fixes.
19482
19483 2004-11-05  Benjamin Otte  <otte@gnome.org>
19484
19485         * ext/mad/gstmad.c: (gst_mad_chain):
19486           don't overflow data buffer. Flush not needed sync data when syncing
19487           failed.
19488
19489 2004-11-04  Wim Taymans  <wim@fluendo.com>
19490
19491         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19492         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19493         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19494         (gst_alpha_init_params), (gst_alpha_chain),
19495         (gst_alpha_change_state):
19496         Updated the chroma keying algorithm with something more
19497         sophisticated.
19498
19499 2004-11-03  Wim Taymans  <wim@fluendo.com>
19500
19501         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19502         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19503         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19504         Fix stride issues. Does not completely work for odd
19505         heights.
19506
19507 2004-11-03  Wim Taymans  <wim@fluendo.com>
19508
19509         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19510         (gst_alpha_chroma_key), (gst_alpha_chain):
19511         Fix stride issues. Does not completely work for odd
19512         heights.
19513
19514 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19515
19516         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19517         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19518         leak fixes
19519
19520 2004-11-03  Wim Taymans  <wim@fluendo.com>
19521
19522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19523         (gst_ffmpegcsp_avpicture_fill):
19524         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19525         (avpicture_alloc):
19526         * gst/ffmpegcolorspace/imgconvert_template.h:
19527         Use correct _fill function to get correct strides.
19528
19529 2004-11-02  David Schleef  <ds@schleef.org>
19530
19531         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19532         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19533         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19534         Change all g_print()s to debugging.  Add a bunch of consistency
19535         checks.
19536
19537 2004-11-02  Wim Taymans  <wim@fluendo.com>
19538
19539         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19540         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19541         (unlinked), (no_more_pads), (close_link):
19542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19543         (unknown_type), (add_element_stream), (new_decoded_pad),
19544         (removed_decoded_pad), (setup_source):
19545         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19546         (gst_stream_info_class_init), (gst_stream_info_init),
19547         (gst_stream_info_new), (gst_stream_info_dispose),
19548         (stream_info_mute_pad), (gst_stream_info_set_property),
19549         (gst_stream_info_get_property):
19550         * gst/playback/gststreaminfo.h:
19551         Fix playback of multiple files.
19552         a slightly different approach to handling dynamic pad removals.
19553         This one only looks at pads that we have linked.
19554
19555 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19556
19557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19558         free" warning from libc.
19559
19560 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19561
19562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19563         (get_unconnected_element), (remove_starting_from), (pad_removed),
19564         (close_link):
19565           Implement support for dynamic pad changing. We listen to "live"
19566           pad removals (i.e. while playing) and re-setup autoplugging
19567           after that. Playbasebin/playbin need some more work for this
19568           to finally work, but decodebin supports (and replugs) chained
19569           ogg now.
19570
19571 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19572
19573         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19574         (gst_alsa_finalize):
19575         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19576         (gst_cdaudio_finalize):
19577         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19578         (cdparanoia_finalize):
19579         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19580         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19581         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19582         (dvdreadsrc_finalize):
19583         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19584         (gst_flacdec_finalize):
19585         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19586         (gst_flacenc_finalize):
19587         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19588         (gst_gnomevfssink_finalize):
19589         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19590         (gst_gnomevfssrc_finalize):
19591         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19592         (gst_fameenc_finalize):
19593         * ext/nas/nassink.c: (gst_nassink_class_init),
19594         (gst_nassink_finalize):
19595         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19596         (gst_sdlvideosink_class_init):
19597         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19598         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19599         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19600         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19601         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19602         (gst_x_window_listener_dispose):
19603         * gst/audioscale/gstaudioscale.c:
19604         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19605         (play_on_demand_finalize):
19606         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19608         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19609         (cdplayer_finalize):
19610         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19611         (gst_glimagesink_class_init):
19612         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19613         (gst_osselement_finalize):
19614         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19615         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19616         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19617           Fixes a bunch of problems with finalize and dispose functions,
19618           either assumptions that dispose is only called once, or not calling
19619           the parent class dispose/finalize function
19620
19621 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19622
19623         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19624           added two api precondition guards
19625           use g_strdup with getenv to fix crash when using ENVVAR
19626
19627 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19628         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19629         (gst_esdsink_finalize):
19630         Use a finalize function, not dispose, and more importantly,
19631         call the parent class finalize function too
19632
19633 2004-11-01  Johan Dahlin  <johan@gnome.org>
19634
19635         * ext/ogg/gstoggdemux.c:
19636         * gst/tags/gstvorbistag.c:
19637         Plug leaks.
19638
19639 2004-10-31  Benjamin Otte  <otte@gnome.org>
19640
19641         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19642           lotsa memleaks today. But they're all small...
19643
19644 2004-10-31  Benjamin Otte  <otte@gnome.org>
19645
19646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19647           another memleak crushed
19648
19649 2004-10-31  Benjamin Otte  <otte@gnome.org>
19650
19651         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19652           fix memleak
19653
19654 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19655
19656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19657           Hack to prevent crash when going to READY inside signal handler
19658           while this function is active.
19659
19660 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19661
19662         * gst/ffmpegcolorspace/Makefile.am:
19663         * gst/ffmpegcolorspace/avcodec.h:
19664         * gst/ffmpegcolorspace/common.h:
19665         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19666         * gst/ffmpegcolorspace/dsputil.h:
19667         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19669         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19670         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19671         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19672         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19673         (gst_ffmpegcsp_avpicture_fill):
19674         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19676         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19677         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19678         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19679         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19680         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19681         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19682         * gst/ffmpegcolorspace/imgconvert.c:
19683         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19684         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19685         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19686         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19687         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19688         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19689         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19690         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19691         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19692         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19693         (grow21), (grow22), (grow41), (grow44), (conv411),
19694         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19695         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19696         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19697         (avpicture_free), (is_yuv_planar), (img_convert),
19698         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19699         (deinterlace_line_inplace), (deinterlace_bottom_field),
19700         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19701         * gst/ffmpegcolorspace/imgconvert_template.h:
19702         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19703         * gst/ffmpegcolorspace/mmx.h:
19704         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19705         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19706         (av_freep), (avcodec_get_context_defaults),
19707         (avcodec_alloc_context), (avcodec_init):
19708           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19709           handling plus update from ffmpeg CVS. Large clean-up.
19710
19711 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19712
19713         * gst/playback/Makefile.am:
19714           We need the marshallers for decodebin, too.
19715
19716 2004-10-30  David Schleef  <ds@schleef.org>
19717
19718         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19719           quicktime typefinding work with 64-bit offsets.
19720
19721 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19722
19723         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19724           Set EOS on the element when processing an EOS event.
19725         * ext/speex/gstspeexdec.h:
19726         * ext/speex/gstspeexenc.h:
19727           Only keep a const ptr to the mode
19728         * gst-libs/gst/riff/riff-media.c:
19729         (gst_riff_create_audio_caps_with_data),
19730         (gst_riff_create_audio_template_caps):
19731           Allow WMAV3, with up to 6 channels.
19732         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19733           Don't call gst_pad_set_event_function on a sink pad.
19734         * gst/mpegstream/gstdvddemux.c:
19735         (gst_dvd_demux_get_subpicture_stream),
19736         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19737           Copy the explicit caps that were set across to the cur_* pads,
19738           instead of trying to use a possibly non-existent negotiated caps.
19739           Reset the type of subpicture pads to UNKNOWN after calling
19740           init_stream, so that the caps get set.
19741
19742 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19743
19744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19745
19746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19747           Don't touch buffer if it is of size 0 (fixes #151064).
19748
19749 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19750
19751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19752           Synchronized discont handling.
19753
19754 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19755
19756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19757         (gst_ogg_demux_push):
19758           Make seeking sort-of exact again (fixes #156387).
19759
19760 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * gst/playback/gstplaybasebin.c: (unknown_type),
19763         (add_element_stream), (new_decoded_pad),
19764         (gst_play_base_bin_change_state):
19765         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19766         (gst_stream_info_init), (gst_stream_info_new),
19767         (gst_stream_info_dispose), (gst_stream_info_get_property):
19768         * gst/playback/gststreaminfo.h:
19769           Make caps explicitely available. Makes testing for unsupported
19770           types possible. Improves error reporting.
19771
19772 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19773
19774         * gst/audioconvert/gstaudioconvert.c:
19775         (gst_audio_convert_buffer_to_default_format):
19776           Really don't touch read-only buffers (#156563).
19777
19778 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19779
19780         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19781
19782         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19783           Fix memleak (#155223).
19784
19785 2004-10-29  Wim Taymans  <wim@fluendo.com>
19786
19787         * gst/tcp/.cvsignore:
19788         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19789         (gst_multifdsink_class_init), (gst_multifdsink_init),
19790         (gst_multifdsink_add), (gst_multifdsink_remove),
19791         (gst_multifdsink_remove_client_link), (is_sync_frame),
19792         (gst_multifdsink_new_client),
19793         (gst_multifdsink_handle_client_write),
19794         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19795         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19796         (gst_multifdsink_get_property):
19797         * gst/tcp/gstmultifdsink.h:
19798         Added burst on connect sync_method, deprecated sync_clients,
19799         streamlined the sync code some more.
19800
19801 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19802
19803         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19804         (gst_play_base_bin_change_state):
19805           Improve error reporting.
19806
19807 2004-10-28  Wim Taymans  <wim@fluendo.com>
19808
19809         * gst/tcp/Makefile.am:
19810         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19811         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19812         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19813         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19814         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19815         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19816         (gst_fdset_wait):
19817         Added more locks around fdset structures. Fixed/reworked
19818         the poll array resizing code.
19819         Added stress test for fdset.
19820
19821 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19822
19823         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19824         fix build
19825
19826 2004-10-28  Benjamin Otte  <otte@gnome.org>
19827
19828         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19829           fix link function to always query channels and query width for
19830           floats
19831         * configure.ac:
19832           add equalizer dir
19833         * gst/equalizer/Makefile.am:
19834         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19835         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19836         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19837         (arg_to_scale), (setup_filter),
19838         (gst_iir_equalizer_compute_frequencies),
19839         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19840         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19841         (plugin_init):
19842           add an equalizer
19843
19844 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19847
19848         * po/LINGUAS:
19849         * po/nb.po:
19850           Added Norwegian Bokmaal translation
19851
19852 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19853
19854         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19855           Don't break on options (fixes #156488).
19856
19857 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19858
19859         * configure.ac:
19860         * ext/cdaudio/Makefile.am:
19861         * sys/Makefile.am:
19862           fix build on older automake
19863
19864 2004-10-26  Wim Taymans  <wim@fluendo.com>
19865
19866         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19867         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19868         Allow a little margin when negotiating the framerate.
19869
19870 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19871
19872         * gst/level/gstlevel.c:
19873           synchonised naming of pads and pad-templates
19874
19875 2004-10-26  Wim Taymans  <wim@fluendo.com>
19876
19877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19878         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19879         (_find_streams_check), (gst_ogg_demux_push):
19880         Fix EOS again. Needs to be done in a better way. We should not
19881         remove the pad if there is no new chained stream.
19882
19883 2004-10-26 Iain <iaingnome@gmail.com>
19884
19885         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19886         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19887         of the caps.
19888         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19889         pad.
19890         (interleave_release_pad): Remove the pad.
19891         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19892         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19893         the set device.
19894         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19895         attrs
19896         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19897         (gst_xvimagesink_finalize): Free the par.
19898
19899 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19900
19901         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19902         (gst_avimux_stop_file):
19903           First calculate the rate, and only then use it. Hdr.rate is a
19904           multiple and not a derivative of hdr.scale. Scale is not the
19905           same as blockalign but is solely related to rate.
19906
19907 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19908
19909         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19910         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19911           Implement seeking.
19912
19913 2004-10-25  James Henstridge  <james@jamesh.id.au>
19914
19915         Reviewed by:  David Schleef  <ds@schleef.org>
19916
19917         * examples/gstplay/player.c: (got_stream_length), (main):
19918         * examples/seeking/cdplayer.c: (update_scale):
19919         * examples/seeking/seek.c: (format_value), (update_scale):
19920         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19921         (stop_seek):
19922         Build fixes on AMD64.
19923
19924 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19925
19926         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19927
19928         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19929         Fix for some v4l cards which hang in v4lsrc
19930
19931 2004-10-25  Wim Taymans  <wim@fluendo.com>
19932
19933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19934         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19935         Make sure to remove the pad when a new chain is
19936         encountered. Set some vars to NULL so we don't try
19937         to reference freed memory.
19938
19939 2004-10-25  Wim Taymans  <wim@fluendo.com>
19940
19941         * examples/seeking/Makefile.am:
19942         * examples/seeking/cdplayer.c: (update_scale):
19943         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19944         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19945         (format_value), (update_scale), (iterate), (start_seek),
19946         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19947         (print_usage), (main):
19948         Added some more examples, update others.
19949
19950 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19951
19952         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19953         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19954         * ext/theora/theoradec.c: (theora_dec_chain):
19955         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19956           Add codec-name metadata.
19957
19958 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19959
19960         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19961
19962         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19963         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19964         * ext/alsa/gstalsamixertrack.h:
19965         * po/POTFILES.in:
19966           ALSA mixer track label internationalization (#154054).
19967
19968 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19969
19970         * ext/theora/theoradec.c: (theora_dec_chain):
19971           Export bitrate as metadata.
19972
19973 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19974
19975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19976         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19977         * ext/alsa/gstalsamixertrack.h:
19978           Fix names, fix loop.
19979
19980 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19981
19982         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19983         (speex_dec_convert):
19984           sinkconvert function so oggdemux can get the file length (totem).
19985
19986 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19987
19988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19989
19990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19991           Don't push incomplete packets.
19992         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19993           Fix MPEG-4 audio typefinding.
19994
19995 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19996
19997         * sys/v4l/Makefile.am:
19998         * sys/v4l/gstv4l.c: (plugin_init):
19999         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20000         (gst_v4lelement_init), (gst_v4lelement_dispose),
20001         (gst_v4lelement_change_state):
20002         * sys/v4l/gstv4lelement.h:
20003         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20004         (gst_v4l_xoverlay_close), (idle_refresh),
20005         (gst_v4l_xoverlay_set_xwindow_id):
20006         * sys/v4l/gstv4lxoverlay.h:
20007         * sys/v4l/v4l-overlay_calls.c:
20008         * sys/v4l/v4l_calls.h:
20009         * sys/v4l2/Makefile.am:
20010         * sys/v4l2/gstv4l2.c: (plugin_init):
20011         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20012         (gst_v4l2element_init), (gst_v4l2element_dispose),
20013         (gst_v4l2element_change_state):
20014         * sys/v4l2/gstv4l2element.h:
20015         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20016         (gst_v4l2_xoverlay_close), (idle_refresh),
20017         (gst_v4l2_xoverlay_set_xwindow_id):
20018         * sys/v4l2/gstv4l2xoverlay.h:
20019         * sys/v4l2/v4l2-overlay_calls.c:
20020         * sys/v4l2/v4l2_calls.h:
20021           Remove client-side overlay handling, use the X-server v4l plugin
20022           for that. Nicer overlay, less code. Also make the plugin
20023           compileable without X (but then without overlay, obviously).
20024           Makes xwindowlistener obsolete, should we remove that?
20025
20026 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20027
20028         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20029         (gst_osssrc_src_query):
20030         * sys/oss/gstosssrc.h:
20031           OK, so people want offset in DEFAULT. This time, actually fix all
20032           cases.
20033         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20034           Add FPS properly.
20035
20036 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20037
20038         * gst/asfdemux/gstasfmux.c:
20039         * gst/avi/gstavimux.c:
20040           Framerate.
20041
20042 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20043
20044         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20045           Fix properties (channel, norm, frequency).
20046
20047 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20048
20049         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20050           Flag typo.
20051         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20052           No warnings.
20053
20054 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20055
20056         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20057           Fix hang.
20058
20059 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20060
20061         * sys/v4l2/gstv4l2element.h:
20062           Yet Another Hack (tm) for kernel header borkedness.
20063         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20064         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20065         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20066         (gst_v4l2src_change_state):
20067         * sys/v4l2/gstv4l2src.h:
20068         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20069         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20070           Fix caps, keep track of state, work.
20071
20072 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20073
20074         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20075           Quiet.
20076
20077 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20078
20079         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20080           Don't mix bytes and samples.
20081
20082 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20083
20084         * ext/ogg/gstoggmux.c:
20085           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20086           and theora. Any is incorrect.
20087         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20088           Fix caps.
20089         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20090         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20091         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20092         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20093         * sys/v4l/gstv4lmjpegsrc.h:
20094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20095         (gst_v4lsrc_change_state):
20096         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20097         (gst_v4lmjpegsrc_capture_stop):
20098           Fix caps. Keep track of internal state. Work.
20099
20100 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20101
20102         * ext/Makefile.am:
20103           Fix the build fixes.
20104
20105 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20106
20107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20108         (gst_ogg_demux_src_event), (_find_chain_seek),
20109         (gst_ogg_pad_push):
20110           Check for pad availability before using it.
20111         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20112           Fix parsing of chained ogg. Needs more work on the decoder side.
20113
20114 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20115
20116         * gst/spectrum/Makefile.am:
20117         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20118         (idle_func):
20119           Fix demo and reenable it. Yes, I'm currently playing with audio
20120           analysis tools
20121
20122 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20123
20124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20125           We love it if files that start at zero work too...
20126
20127 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20128
20129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20130           Handle files with missing EOS headers.
20131
20132 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20133
20134         * gst/tcp/gsttcpserversink.c:
20135         (gst_tcpserversink_handle_server_read),
20136         (gst_tcpserversink_init_send):
20137         Zero some variables first (need for accept not to return EINVAL)
20138
20139 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20142         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20143         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20144         (theora_dec_chain):
20145         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20146         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20147           Seeking and querying finetune.
20148
20149 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20150
20151         * configure.ac:
20152         * ext/Makefile.am:
20153         * ext/raw1394/Makefile.am:
20154           fix the build
20155
20156 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20159           Wrong return.
20160         * gst/playback/Makefile.am:
20161         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20162         * gst/playback/gstplay-marshal.list:
20163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20164           Fix marshallers.
20165
20166 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20167
20168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20169           Silence.
20170
20171 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20172
20173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20174         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20175         (gst_ogg_pad_push):
20176           Yay for non-lineair granulepos in theora.
20177
20178 2004-10-18  Wim Taymans  <wim@fluendo.com>
20179
20180         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20181         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20182         * ext/dv/gstdvdec.h:
20183         Make sure we renegotiate aspect ratio when the camera switches.
20184
20185 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20186
20187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20188         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20189           Start at zero.
20190         * ext/theora/theoradec.c: (theora_dec_chain):
20191           Skip headers. Bad idea for chained ogg, but fixes seeking.
20192
20193 2004-10-18  Wim Taymans  <wim@fluendo.com>
20194
20195         * configure.ac:
20196         I swear, this is the last time I touch this.
20197
20198 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20199
20200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20201         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20202         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20203           Faster seeking.
20204         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20205           Time-to-default conversion.
20206         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20207           Don't error on unknown packets, just skip. We should probably
20208           read them if we want to support chained ogg.
20209
20210 2004-10-18  Wim Taymans  <wim@fluendo.com>
20211
20212         * configure.ac:
20213         Added cdaudio to wrong list.
20214
20215 2004-10-18  Wim Taymans  <wim@fluendo.com>
20216
20217         * configure.ac:
20218         Revive cdaudio.
20219
20220 2004-10-18  Wim Taymans  <wim@fluendo.com>
20221
20222         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20223         (gst_dvdec_video_link), (gst_dvdec_push):
20224         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20225         (gst_smokeenc_resync), (gst_smokeenc_chain):
20226         Fix mimetype on smoke encoder.
20227         Add aspect ratio to dvdec. Not sure if these
20228         values are correct though....
20229
20230 2004-10-18  Wim Taymans  <wim@fluendo.com>
20231
20232         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20233         Fix vorbis property descriptions and ranges.
20234
20235 2004-10-18  Wim Taymans  <wim@fluendo.com>
20236
20237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20238         Really do nothing when no data is available.
20239         Go to the playing state when the stream is not seekable
20240         instead of failing.
20241
20242 2004-10-18  Wim Taymans  <wim@fluendo.com>
20243
20244         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20245         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20246         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20247         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20248         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20249         Added uri handler for cd://
20250         Port to new API.
20251
20252 2004-10-18  Wim Taymans  <wim@fluendo.com>
20253
20254         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20255         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20256         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20257         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20258         (remove_prerolls), (unknown_type), (add_element_stream),
20259         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20260         (gst_play_base_bin_remove_element),
20261         (gst_play_base_bin_link_stream):
20262         * gst/playback/gstplaybin.c: (gen_video_element),
20263         (gen_vis_element), (remove_sinks), (setup_sinks):
20264         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20265         (gst_stream_info_get_type), (gst_stream_info_class_init),
20266         (gst_stream_info_init), (gst_stream_info_new),
20267         (gst_stream_info_dispose), (stream_info_mute_pad),
20268         (gst_stream_info_set_property), (gst_stream_info_get_property):
20269         * gst/playback/gststreaminfo.h:
20270         Add sink padtemplate to decodebin.
20271         Added some more comments.
20272         Make queue size configurable in playbasebin.
20273         Added possibility to use elements as sinks (ex cdaudio).
20274
20275 2004-10-15  Wim Taymans  <wim@fluendo.com>
20276
20277         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20278         (gst_speexenc_chain):
20279         Fix speex timestamps so that it gets muxed properly.
20280
20281 2004-10-15  Wim Taymans  <wim@fluendo.com>
20282
20283         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20284         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20285         (gst_dv1394src_init), (gst_dv1394src_dispose),
20286         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20287         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20288         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20289         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20290         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20291         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20292         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20293         * ext/raw1394/gstdv1394src.h:
20294         Added conversion/query functions.
20295         Update buffer timestamps,
20296         Added signals.
20297         Added uri dv:// so it might play from the firewire in playbin.
20298         Fix a possible leak.
20299         Added debugging.
20300
20301 2004-10-15  Wim Taymans  <wim@fluendo.com>
20302
20303         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20304         (gst_dv1394src_init), (gst_dv1394src_set_property),
20305         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20306         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20307         * ext/raw1394/gstdv1394src.h:
20308         Added AV/C VTR control support needed for some cameras.
20309         Added automatic port detection.
20310         Added properties for selecting the channel.
20311         The configure.ac script is not yet updated to reflect the
20312         new libavc1394 and librom1394 dependencies.
20313
20314 2004-10-15  Wim Taymans  <wim@fluendo.com>
20315
20316         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20317         (qtdemux_parse), (gst_qtdemux_handle_esds):
20318         An esds box is not a container.
20319         Fix parsing of mp4v boxes.
20320         Do not try to renegotiate fps for each frame. Need to
20321         find a better method. This should fix mp4 playback.
20322
20323 2004-10-14  David Schleef  <ds@schleef.org>
20324
20325         * configure.ac: update for swfdec-0.3 and liboil-0.2
20326         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20327         * ext/swfdec/gstswfdec.h: same
20328         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20329         * gst/videotestsrc/videotestsrc.c: same
20330
20331 2004-10-14  Wim Taymans  <wim@fluendo.com>
20332
20333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20334         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20335         (is_sync_frame), (gst_multifdsink_new_client),
20336         (gst_multifdsink_handle_client_write),
20337         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20338         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20339         Turn warnings into info.
20340         Don't allow a state change in the streaming thread.
20341
20342 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20343
20344         * ext/vorbis/oggvorbisenc.c:
20345         * ext/vorbis/vorbisdec.c:
20346           fix template sample rate
20347
20348 2004-10-13  Wim Taymans  <wim@fluendo.com>
20349
20350         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20351         Decoding the header first fixes some problems in resyncing
20352         in more mp3s.
20353
20354 2004-10-12  Wim Taymans  <wim@fluendo.com>
20355
20356         * gst/playback/gstplaybin.c: (gen_video_element),
20357         (gen_vis_element), (remove_sinks), (setup_sinks):
20358         Added vis plugin support, need to configure the vis
20359         element to activate it.
20360
20361 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20362
20363         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20364         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20365           Some debug.
20366         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20367         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20368         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20369         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20370         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20371         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20372         * gst/avi/gstavidemux.h:
20373           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20374           recovery (where, if part of the index is broken, we will still read
20375           the rest of the index and recover the broken part by stream
20376           scanning). More broken media support. EOS workarounds. General AVI
20377           braindamage headache recovery. Aspirin included.
20378
20379 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20380
20381         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20382         (cdparanoia_event), (cdparanoia_query):
20383           Get rid of hideous lead-in.
20384
20385 2004-10-11  Wim Taymans  <wim@fluendo.com>
20386
20387         * gst/playback/gstplaybasebin.c: (setup_source):
20388         Wrong var used to get g_list_next.
20389
20390 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20391
20392         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20393         (cdparanoia_get), (cdparanoia_open):
20394           Report discid as metadata, add duration.
20395
20396 2004-10-11  Wim Taymans  <wim@fluendo.com>
20397
20398         * gst/playback/gstplaybasebin.c: (setup_source):
20399         Cleanup the previous pipeline a little earlier for the
20400         case that a source element provides raw data.
20401
20402 2004-10-11  Benjamin Otte  <otte@gnome.org>
20403
20404         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20405           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20406           consuming the last 128 bytes, even though it was valid mp3 data.
20407
20408 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20409
20410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20411         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20412         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20413         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20414
20415 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20416
20417         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20418         Fix for webcams that support only specific width or height
20419
20420 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20421
20422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20423
20424         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20425           Fix wrong discont event setup (fixes #154967).
20426
20427 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20428
20429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20430
20431         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20432           Error out on invalid data (fixes #154807).
20433
20434 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20435
20436         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20437
20438         * ext/dvdread/dvdreadsrc.c: (_read):
20439           Make titles > 0 work again (fixes #154834).
20440
20441 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20442
20443         * gst-libs/gst/riff/riff-media.c:
20444         (gst_riff_create_video_template_caps):
20445           WMV3 missing in template caps.
20446
20447 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20448
20449         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20450           OK, so the original code was too strict. It makes random AVI files
20451           hang for seconds upon opening, which is unacceptable and is far
20452           beyond the original goal of getting multiple chunks for one-chunk
20453           sounc stream files. So now do just that.
20454
20455 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20456
20457         * gst/playback/gstplaybasebin.c: (setup_source),
20458         (gst_play_base_bin_change_state):
20459           Actually clean up streaminfo if output fails. This would trigger
20460           if, for example, there was no CD in the drive. No preroll, so
20461           a streaminfo structure is created, but the subsequent state change
20462           of the thread fails.
20463         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20464           Don't change state if parent failed.
20465
20466 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20467
20468         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20469         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20470         (gen_video_element), (remove_sinks):
20471           Add small bits of code for screenshot handling.
20472
20473 2004-10-08  Wim Taymans  <wim@fluendo.com>
20474
20475         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20476         (gen_video_element), (gen_audio_element), (setup_sinks):
20477         Don't assume the user provided sinks are named "sink"...
20478
20479 2004-10-08  Wim Taymans  <wim@fluendo.com>
20480
20481         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20482         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20483         (gst_play_base_bin_link_stream):
20484         Do not try to autoplug sources that generate raw streams like
20485         cdparanoia.
20486         disconnect the preroll overrun signal when we don't need it anymore.
20487
20488 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20489
20490         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20491         Added reworked patch from #154903 from milosz derezynski (deadchip).
20492
20493 2004-10-08  Wim Taymans  <wim@fluendo.com>
20494
20495         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20496         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20497         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20498         (cdparanoia_convert), (cdparanoia_uri_get_type),
20499         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20500         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20501         * ext/cdparanoia/gstcdparanoia.h:
20502         This adds the cdda://<tracknum> uri.
20503
20504 2004-10-08  Wim Taymans  <wim@fluendo.com>
20505
20506         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20507         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20508         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20510         (unknown_type), (gst_play_base_bin_remove_element),
20511         (gst_play_base_bin_link_stream):
20512         * gst/playback/gstplaybasebin.h:
20513         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20514         (gst_play_bin_set_property), (gen_video_element),
20515         (gen_audio_element), (setup_sinks):
20516         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20517         (gst_stream_info_get_type), (gst_stream_info_class_init),
20518         (gst_stream_info_init), (gst_stream_info_new),
20519         (gst_stream_info_dispose), (stream_info_mute_pad),
20520         (gst_stream_info_set_property), (gst_stream_info_get_property):
20521         * gst/playback/gststreaminfo.h:
20522         Reuse the audio and video bins.
20523         Some internal cleanups in the stream selection code.
20524
20525 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20526
20527         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20528         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20529         * sys/ximage/ximagesink.h:
20530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20531         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20532         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20533         not coming from those elements. Moreover these elements should not keep
20534         the xid they have been given when in NULL state.
20535
20536 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20537
20538         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20539         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20540         * sys/ximage/ximagesink.h:
20541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20542         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20543         * sys/xvimage/xvimagesink.h:
20544           Actually only create a new toplevel window if we're not gonna
20545           embed it right after.
20546
20547 2004-10-07  Wim Taymans  <wim@fluendo.com>
20548
20549         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20550         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20551         * gst/playback/gstplaybin.c: (setup_sinks):
20552         Implement muting/unmuting of streams, mute streams that are not
20553         used.
20554
20555 2004-10-07  Wim Taymans  <wim@fluendo.com>
20556
20557         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20558         (plugin_init):
20559         Added lame audio/x-ac3 typefind function.
20560
20561 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20562
20563         * configure.ac:
20564           bump nano to cvs
20565
20566 === release 0.8.5 ===
20567
20568 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20569
20570         * NEWS:
20571         * RELEASE:
20572         * configure.ac:
20573           releasing 0.8.5, "Take You On"
20574
20575 2004-10-06  Wim Taymans  <wim@fluendo.com>
20576
20577         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20578         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20579         (no_more_pads), (close_link), (type_found):
20580         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20581         * gst/playback/gstplaybin.c: (gen_video_element):
20582         Do not signal the no_more_pads after the first pad when
20583         we are plugging a non dynamic element with multiple
20584         output pads (like swfdec, dvdec, ...).
20585
20586 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20587
20588         * configure.ac:
20589           bump for prerelease
20590
20591 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20592
20593         * gst/wavparse/gstwavparse.c:
20594           add ATRAC3 to STATIC CAPS to fix a warning
20595
20596         * gst/matroska/ebml-read.c:
20597         * gst-libs/gst/riff/riff-read.c:
20598           fix typos
20599
20600 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20601
20602         * gst-libs/gst/riff/riff-media.c:
20603           generate caps for ATRAC3 audio streams
20604
20605         * gst/realmedia/rmdemux.c:
20606           generate caps for ATRAC3 audio streams
20607
20608 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20609
20610         * gst/wavparse/Makefile.am
20611         * gst/wavparse/riff.h
20612         * gst/wavparse/wavparse.vcproj
20613           riff.h removal (unused and duplication with riff-ids.h)
20614
20615 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20616
20617         * gst/wavparse/gstwavparse.h
20618           remove duplicated defines for audio codec codes
20619
20620         * gst-libs/gst/riff/riff-ids.h
20621         * gst/wavenc/riff.h:
20622           add "4CC" code for ATRAC3 audio streams
20623           add "4CC" code for ITU_G721_ADPCM (unused for now)
20624
20625 2004-10-06  Wim Taymans  <wim@fluendo.com>
20626
20627         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20628         Actually _do_ negotiation. Pass gdouble as arg instead
20629         of guint64 for the framerate.
20630
20631 2004-10-06  Wim Taymans  <wim@fluendo.com>
20632
20633         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20634         (find_compatibles), (close_pad_link), (try_to_link_1),
20635         (no_more_pads), (close_link), (type_found):
20636         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20637         * gst/playback/gstplaybin.c: (gen_video_element),
20638         (gen_audio_element):
20639         Set state on newly added element to READY so that negotiation
20640         can happen ASAP.
20641         Addes some more debug info.
20642         Do not try to plug pads with multiple caps structures or ANY
20643         because it is too dangerous since we do not do dynamic
20644         replugging.
20645
20646 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20647
20648         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20649
20650         * po/LINGUAS:
20651         * po/or.po:
20652           add Oriya translation
20653
20654 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20655
20656         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20657           Prevent overwrite of size member. Makes audio sound crappy.
20658
20659 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20660
20661         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20662         Add rmvb to the list of known RealMedia extensions
20663
20664 2004-10-05  Wim Taymans  <wim@fluendo.com>
20665
20666         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20667         (mngdec_openstream), (mngdec_closestream),
20668         (mngdec_handle_sink_event), (mngdec_readdata),
20669         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20670         (mngdec_getcanvasline), (mngdec_refresh),
20671         (gst_mngdec_change_state):
20672         Set the framerate correctly.
20673
20674 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20677           There was something wrong with the index massaging.
20678
20679 2004-10-04  Wim Taymans  <wim@fluendo.com>
20680
20681         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20682         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20683         (gst_smokedec_chain):
20684         * ext/jpeg/gstsmokedec.h:
20685         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20686         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20687         * ext/jpeg/gstsmokeenc.h:
20688         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20689         (smokecodec_decode_new), (smokecodec_info_free),
20690         (smokecodec_set_quality), (smokecodec_get_quality),
20691         (smokecodec_set_threshold), (smokecodec_get_threshold),
20692         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20693         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20694         (smokecodec_encode), (smokecodec_parse_id),
20695         (smokecodec_parse_header), (smokecodec_decode):
20696         * ext/jpeg/smokecodec.h:
20697         * ext/jpeg/smokeformat.h:
20698         Updated smoke, new bitstream, allows embedding in ogg.
20699
20700 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20703           Fix seeking in some files. All this code is no longer needed (and
20704           actually breaks stuff) because we now synchronize the full index
20705           right when reading the header.
20706
20707 2004-10-04  Wim Taymans  <wim@fluendo.com>
20708
20709         * configure.ac:
20710         configure update for libmng.
20711
20712 2004-10-04  Wim Taymans  <wim@fluendo.com>
20713
20714         * ext/libmng/Makefile.am:
20715         * ext/libmng/gstmng.c: (plugin_init):
20716         * ext/libmng/gstmng.h:
20717         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20718         (gst_mngdec_base_init), (gst_mngdec_class_init),
20719         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20720         (gst_mngdec_loop), (gst_mngdec_get_property),
20721         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20722         (mngdec_closestream), (mngdec_handle_sink_event),
20723         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20724         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20725         (gst_mngdec_change_state):
20726         * ext/libmng/gstmngdec.h:
20727         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20728         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20729         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20730         (gst_mngenc_chain), (gst_mngenc_get_property),
20731         (gst_mngenc_set_property):
20732         * ext/libmng/gstmngenc.h:
20733         Added basic MNG decoder. Needs more work. The encoder does
20734         not work yet.
20735
20736 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20737
20738         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20739         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20740         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20741           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20742           no-more-pads.
20743
20744 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20745
20746         * configure.ac:
20747           you need at least 1.0.4 of speex
20748
20749 2004-10-04 Iain <iaingnome@gmail.com>
20750
20751         * ext/speex/gstspeexdec.h: Revert the includes changes.
20752
20753         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20754
20755 2004-09-30 Iain <iaingnome@gmail.com>
20756
20757         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20758         found during init or set as a property instead of hardcoding /dev/audio
20759
20760 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20761
20762         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20763         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20764         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20765         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20766         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20767         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20768         (gst_rmdemux_dump_data):
20769           Use debug category, fix EOS handling. filesrc ! rmdemux now
20770           works.
20771
20772 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20773
20774         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20775         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20776         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20777           Improve allocation, cutting and sorting of the index. How takes a
20778           few seconds instead of minutes.
20779
20780 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20781
20782         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20783           fixed compilation
20784
20785 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20786
20787         * gst-libs/gst/riff/riff-media.c:
20788         (gst_riff_create_video_caps_with_data),
20789         (gst_riff_create_video_template_caps):
20790           Add wing commander format mimetype/fourccs.
20791         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20792           Don't crash if some value is 0.
20793
20794 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20795
20796         * gst-libs/gst/riff/riff-media.c:
20797         (gst_riff_create_video_caps_with_data),
20798         (gst_riff_create_video_template_caps):
20799           Add DIB fourcc (raw, palettized 8-bit RGB).
20800         * gst-libs/gst/riff/riff-read.c:
20801         (gst_riff_read_strf_vids_with_data):
20802           Oops, fix strf_data reading bug.
20803         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20804           Use a non-NULL tag.
20805         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20806           Time for hacks. Sorry Dave. At least one quicktime movie (a
20807           trailer) that I've encountered contains multiple video tracks.
20808           One of those is the actual video track, the other are one-frame
20809           tracks (images). Unfortunately, the number of frames according
20810           to the trak header is 1 for each, so that doesn't help. So
20811           instead, I look at the duration and discard tracks with a
20812           duration shorter than 20% of the length of the stream. Better
20813           than nothing.
20814
20815 2004-10-01  Christian Schaller <christian@fluendo.com>
20816
20817         * ext/ivorbis/vorbis.c:
20818           Patch from Phil Blundell (Bug 152341)
20819
20820 2004-10-01  Wim Taymans  <wim@fluendo.com>
20821
20822         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20823         (speex_dec_get_formats), (speex_dec_convert),
20824         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20825         (speex_dec_chain), (gst_speexdec_get_property),
20826         (gst_speexdec_set_property):
20827         Small cleanups.
20828
20829 2004-10-01  Wim Taymans  <wim@fluendo.com>
20830
20831         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20832         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20833         (gst_wavparse_other), (gst_wavparse_loop),
20834         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20835         (gst_wavparse_srcpad_event):
20836         * gst/wavparse/gstwavparse.h:
20837         Added some more debugging info.
20838         Fix the case where the length of the file is 0.
20839         Make sure we seek to sample borders.
20840
20841 2004-10-01  Wim Taymans  <wim@fluendo.com>
20842
20843         * gst/playback/README:
20844         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20845         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20846         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20847         Add some debug info to decodebin, update README
20848
20849 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20850
20851         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20852           Don't use g_print(); use GST_DEBUG().
20853
20854 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20855
20856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20857         (gst_ogg_mux_queue_pads):
20858           Handle EOS properly.
20859
20860 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20861
20862         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20863
20864         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20865         (gst_faad_chain), (gst_faad_change_state):
20866         * ext/faad/gstfaad.h:
20867           Allow playback of raw (unframed) MPEG AAC files (#148993).
20868
20869 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20870
20871         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20872
20873         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20874           Throw error if we didn't recognize the stream. Fixes #152289.
20875
20876 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20877
20878         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20879           Fix negotiation.
20880
20881 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20882
20883         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20884
20885         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20886           Fix memleak.
20887
20888 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20889
20890         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20891
20892         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20893           Solve #152805.
20894         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20895           Solve 152806.
20896
20897 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20898
20899         * gst-libs/gst/riff/riff-media.c:
20900         (gst_riff_create_video_caps_with_data),
20901         (gst_riff_create_audio_caps_with_data):
20902           Add codec_data handling (like asfdemux used to do).
20903         * gst/asfdemux/gstasf.c: (plugin_init):
20904         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20905         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20906           Use riff-media for caps creation instead of our own (mostly
20907           broken) copy of its functions.
20908
20909 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20910
20911         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20912           Don't actually error out if we get another return value than
20913           -EINVAL. Opposite to what I first thought, drivers have random
20914           return values for this, although -EINVAL is the expected return
20915           value. Since this is not fatal, we shouldn't use
20916           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20917
20918 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20919
20920         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20921         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20922         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20923         (dvdreadsrc_get), (dvdreadsrc_open_file),
20924         (dvdreadsrc_change_state):
20925           Fix. Don't do one big huge loop around the whole DVD, that will
20926           cache all data and thus eat sizeof(dvd) (several GB) before we
20927           see something.
20928         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20929           Actually NULL'ify event after using it.
20930         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20931         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20932         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20933         (gst_ebml_read_seek), (gst_ebml_read_skip):
20934           Handle events.
20935         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20936         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20937         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20938           Fix timing (this will probably break if I seek using menus, but
20939           I didn't get there yet). VOBs and normal DVDs should now work.
20940           Add a mpeg2-only pad with high rank so this get autoplugged for
20941           MPEG-2 movies.
20942         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20943         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20944         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20945         (gst_mpeg_demux_get_audio_stream),
20946         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20947         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20948           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20949           MPEG-1 but use dvddemux for MPEG-2.
20950         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20951         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20952         (gst_mpeg_parse_parse_packhead):
20953           Timing. Only add pad template if it exists. Add sink template from
20954           class and not from ourselves. This means we will always use the
20955           correct sink template even if it is not the one defined in this
20956           file.
20957
20958 2004-09-29  Wim Taymans  <wim@fluendo.com>
20959
20960         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20961         (gst_mpeg_demux_parse_pes):
20962         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20963         Fix playback of mpeg again, timestamps where screwed up by
20964         patch 1.61.
20965
20966 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20967
20968         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20969           Only return true if we actually filled something in. Prevents
20970           player applications from showing a random length for flac files.
20971         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20972         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20973         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20974         (gst_riff_read_strf_vids_with_data),
20975         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20976           OK, ok, so I implemented event handling. Apparently it's normal
20977           that we receive random events at random points without asking
20978           for it.
20979         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20980         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20981         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20982         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20983         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20984         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20985         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20986         * gst/avi/gstavidemux.h:
20987           Implement non-lineair chunk handling and subchunk processing.
20988           The first solves playback of AVI files where the audio and video
20989           data of individual buffers that we read are not synchronized.
20990           This should not happen according to the wonderful AVI specs, but
20991           of course it does happen in reality. It is also a prerequisite for
20992           the second. Subchunk processing allows us to cut chunks in small
20993           pieces and process each of these pieces separately. This is
20994           required because I've seen several AVI files with incredibly large
20995           audio chunks, even some files with only one audio chunk for the
20996           whole file. This allows for proper playback including seeking.
20997           This patch is supposed to fix all AVI A/V sync issues.
20998         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20999         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21000           Work.
21001         * gst/modplug/gstmodplug.cc:
21002           Proper return value setting for the query() function.
21003         * gst/playback/gstplaybasebin.c: (setup_source):
21004           Being in non-playing state (after, e.g., EOS) is not necessarily
21005           a bad thing. Allow for that. This fixes playback of short files.
21006           They don't actually playback fully now, because the clock already
21007           runs. This means that small files (<500kB) with a small length
21008           (<2sec) will still not or barely play. Other files, such as mod
21009           or flx, will work correctly, however.
21010
21011 2004-09-28  Wim Taymans  <wim@fluendo.com>
21012
21013         * ext/speex/gstspeex.c: (plugin_init):
21014         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21015         (gst_speex_dec_class_init), (speex_dec_get_formats),
21016         (speex_get_event_masks), (speex_get_query_types),
21017         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21018         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21019         (gst_speexdec_get_property), (gst_speexdec_set_property),
21020         (speex_dec_change_state):
21021         * ext/speex/gstspeexdec.h:
21022         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21023         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21024         (gst_speexenc_base_init), (gst_speexenc_class_init),
21025         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21026         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21027         (gst_speexenc_src_query), (gst_speexenc_init),
21028         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21029         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21030         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21031         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21032         (gst_speexenc_chain), (gst_speexenc_get_property),
21033         (gst_speexenc_set_property), (gst_speexenc_change_state):
21034         * ext/speex/gstspeexenc.h:
21035         Rewrote speex encoder, make sure it can be embedded in ogg.
21036         Implemented speex decoder.
21037
21038 2004-09-28  Christian Schaller <christian@fluendo.com>
21039
21040         * configure.ac:
21041         Remove kioslave plugin. Markey is brewing a new working one
21042         * ext/Makefile.am: Remove kioslave plugin
21043         * ext/kio: remove
21044         * gst-plugins.spec.in: remove kio plugin from spec
21045
21046 2004-09-27  Wim Taymans  <wim@fluendo.com>
21047
21048         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21049         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21050         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21051         (gst_multifdsink_new_client),
21052         (gst_multifdsink_handle_client_write),
21053         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21054         (gst_multifdsink_handle_clients):
21055         * gst/tcp/gstmultifdsink.h:
21056         Make syncing to keyframes actually work for new clients and lagging
21057         clients.
21058
21059 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21060
21061         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21062         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21063         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21064         * gst/debug/gstnavigationtest.h:
21065           make navigationtest display button-press and button-release events
21066
21067 2004-09-26 Iain <iaingnome@gmail.com>
21068
21069         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21070         the channels have received a new media event.
21071         (interleave_buffered_loop): Compresses a new media event on all
21072         channels into one.
21073
21074 2004-09-26 Iain <iaingnome@gmail.com>
21075
21076         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21077         call the sinkpad's default event handler and not the srcpads. He also
21078         says this is confusing :)
21079         (gst_wavenc_stop_file): Company says that seek events only go upstream
21080         we should send a discontinuous downstream instead.
21081
21082 2004-09-25  Christian Schaller <christian@fluendo.com>
21083
21084         * Update SPEC file to be usable in conjunction with Fedora Core,
21085           Fedora.us and freshrpms packages
21086         * Fix typo in multifilesrc test Makefile
21087
21088 2004-09-24  Wim Taymans  <wim@fluendo.com>
21089
21090         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21091         Only signal the no_more_pads signal when we have
21092         added the stream to our list.
21093
21094 2004-09-24  Wim Taymans  <wim@fluendo.com>
21095
21096         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21097         (new_decoded_pad):
21098         * gst/playback/gstplaybasebin.h:
21099         * gst/playback/gstplaybin.c: (setup_sinks):
21100         Don't try to preroll or decode more than one audio/video
21101         track.
21102
21103 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21104
21105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21106           Throw error if we failed to find a suitable output. This should
21107           throw an error if we successfully set up a pipeline (e.g. because
21108           we recognized a media file) but found no decodable streams in it
21109           (e.g. because it contains only media stream types for which we
21110           have no decoders, or because it's not a media type).
21111
21112 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21113
21114         * ext/dirac/Makefile.am:
21115         * ext/dirac/gstdirac.cc:
21116         * ext/dirac/gstdiracdec.cc:
21117         * ext/dirac/gstdiracdec.h:
21118           Do something. Don't actually know if this works because I don't
21119           have a demuxer yet.
21120         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21121           Add channels=1 to caps returned from _getcaps().
21122         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21123         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21124         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21125         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21126         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21127         (gst_ogm_parse_change_state):
21128           Separate between audio/video so ogmaudioparse actually uses the
21129           audio pad templates. Both audio and video work now, including
21130           autoplugging. Also use sometimes-srcpad hack.
21131         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21132           Handle events better. Don't hang on infinite loops.
21133         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21134         (gst_avi_demux_init), (gst_avi_demux_reset),
21135         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21136         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21137         (gst_avi_demux_change_state):
21138         * gst/avi/gstavidemux.h:
21139           Improve A/V sync. Still not perfect.
21140         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21141         (gst_ebml_read_skip):
21142           Handle events better.
21143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21144         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21145         (qtdemux_audio_caps):
21146           Add IMA4. Improve event handling. Save offset after a seek when
21147           the headers are at the end of the file so that we don't end up in
21148           an infinite loop.
21149         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21150           Add low-priority typefind support for files with no length.
21151
21152 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21153
21154         * testsuite/multifilesink/Makefile.am:
21155         fix typo
21156
21157 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21158
21159         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21161         mistakes from thaytan's patches.
21162
21163 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21164
21165         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21166           For completeness, XSync in the destroy function as xvimage does.
21167
21168 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21169
21170         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21171            Correct caps negotiation
21172         * gst/volume/gstvolume.c: (volume_chain_float),
21173         (volume_chain_int16):
21174            Modify debug output to be little more informative
21175         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21177         (gst_xvimagesink_xvimage_destroy):
21178           Add XSync calls after detaching from the shared memory segment to
21179           avoid a crash.
21180
21181 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21182
21183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21184         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21185         * ext/vorbis/vorbis.c: (plugin_init):
21186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21187         (gst_vorbisenc_chain):
21188         * ext/vorbis/vorbisenc.h:
21189         remove explicit newmedia support from oggmux and vorbisenc
21190         add debug category to vorbisenc
21191         * gst/multifilesink/gstmultifilesink.c:
21192         (gst_multifilesink_class_init), (gst_multifilesink_init),
21193         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21194         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21195         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21196         (plugin_init):
21197         * gst/multifilesink/gstmultifilesink.h:
21198         add support for streamheader in multifilesink
21199
21200 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21203         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21204         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21205           Prevent infinite loops. More correct error reporting.
21206         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21207           Error out if negotiation fails.
21208         * gst/playback/gstplaybasebin.c: (setup_source),
21209         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21210         (gst_play_base_bin_found_tag):
21211           Error/tag forwarding. Pre-roll fixes for source errors on state
21212           changes (e.g. "file does not exist") to prevent hangs.
21213
21214 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21215
21216         * testsuite/multifilesink/Makefile.am:
21217         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21218         (gst_newmedia_class_init), (gst_newmedia_init),
21219         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21220         (newfile_signal), (test_signal), (main):
21221         * testsuite/multifilesink/multifilesrc_test.c: (main):
21222         * testsuite/multifilesink/oggtheora_test.c:
21223         (gst_newmedia_base_init), (gst_newmedia_class_init),
21224         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21225         (test_format), (newfile_signal), (test_signal), (main):
21226         * testsuite/multifilesink/oggvorbis_test.c:
21227         (gst_newmedia_base_init), (gst_newmedia_class_init),
21228         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21229         (test_format), (newfile_signal), (test_signal), (main):
21230         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21231         (gst_newmedia_class_init), (gst_newmedia_init),
21232         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21233         (newfile_signal), (test_signal), (main):
21234         New media tests
21235
21236 2004-09-20  Christian Schaller <christian@fluendo.com>
21237
21238         * Fix mikmod license to LGPL as they have relicensed
21239         * Move Dirac and Effectv into LGPL section of README_license
21240
21241 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21242
21243         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21244         (gst_mad_change_state):
21245           Allow for mp3 rate/channels changes. However, only very
21246           conservatively. Reason that we *have* to enable this is smiply
21247           because the mad find_sync() function is not good enough, it will
21248           regularly sync on random data as valid frames and therefore make
21249           us provide random caps as *final* caps of the stream. The best fix
21250           I could think of is to simply require several of the same stream
21251           changes in a row before we change caps.
21252           The actual testcase that works now is #
21253         * ext/ogg/Makefile.am:
21254         * ext/ogg/gstogg.c: (plugin_init):
21255         * ext/ogg/gstogmparse.c:
21256           OGM support (video only for now; I need an audio sample file).
21257         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21258         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21259         (gst_asf_demux_add_video_stream):
21260           WMV extradata.
21261         * gst/playback/gstplaybasebin.c: (unknown_type):
21262           Don't error out on single unknown-types after all. It's wrong.
21263           If we found type of video and audio but not of a subtitle stream,
21264           it will still error out (which is unwanted). Will find a better fix
21265           later on.
21266         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21267         (ogmaudio_type_find), (plugin_init):
21268           OGM support.
21269
21270 2004-09-20  Johan Dahlin  <johan@gnome.org>
21271
21272         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21273         after setting caps.
21274
21275 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21276
21277         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21278         * gst/wavenc/gstwavenc.h:
21279         Added newmedia support to wavenc
21280
21281 2004-09-17  Wim Taymans  <wim@fluendo.com>
21282
21283         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21284         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21285         (gst_fdset_fd_can_write), (gst_fdset_wait):
21286         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21287         (gst_multifdsink_init), (gst_multifdsink_add),
21288         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21289         (gst_multifdsink_remove_client_link),
21290         (gst_multifdsink_client_queue_buffer),
21291         (gst_multifdsink_handle_client_write),
21292         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21293         (gst_multifdsink_close), (gst_multifdsink_change_state):
21294         * gst/tcp/gstmultifdsink.h:
21295         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21296         (gst_tcpserversink_removed):
21297         Small cleanups in fdset.c
21298         Use a hastable to map fd to the client structure for faster
21299         lookup in _remove and get_stats.
21300         Added virtual function to close the fds.
21301         Handle clients even when the select/poll call was unblocked because
21302         of a command.
21303         Implement syncing to keyframe in the recovery procedure.
21304
21305 2004-09-16 Iain <iaingnome@gmail.com>
21306
21307         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21308         try caps.
21309
21310 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21311
21312         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21313           Caps are only set if the type of the stream is unknown, but this
21314           is initialized in ->init_stream(), so set to UNKNOWN after calling
21315           ->init_stream() so that capsnego starts.
21316
21317 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21318
21319         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21320         (gst_avi_demux_stream_data):
21321           Just hardcode for raw audio then. AVI audio sucks.
21322
21323 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21324
21325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21326         * gst/matroska/matroska-mux.c: (audiosink_templ),
21327         (gst_matroska_mux_audio_pad_link):
21328         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21329         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21330
21331 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21332
21333         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21334         (gst_avi_demux_stream_data):
21335           Try to fix a/v sync issues.
21336
21337 2004-09-15  David Schleef  <ds@schleef.org>
21338
21339         * configure.ac: remove NASM check, since we don't use it.  Update
21340         dirac check to 0.4
21341         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21343         Initialized variables.
21344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21345         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21346         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21347         SVQ3 format
21348
21349 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21350
21351         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21352         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21353         * gst/avi/gstavidemux.h:
21354           Fix for compressed audio (mp3) timestamp generation. How did this
21355           ever work?
21356
21357 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21358
21359         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21360           Volume is a double not a float.
21361
21362 2004-09-15  Wim Taymans  <wim@fluendo.com>
21363
21364         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21365         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21366         Don't close the fd in multifdsink as we didn't open it in the
21367         first place. Some cleanups.
21368
21369 2004-09-15  Wim Taymans  <wim@fluendo.com>
21370
21371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21373         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21374         Fix the case where the muxer would mark pages as delta
21375         frames when they are not (vorbis only ogg).
21376
21377 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21378
21379         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21380         (gst_play_base_bin_change_state):
21381           Handle the case where we failed to setup a clear pipeline. This
21382           will throw an error (or EOS, another nice case) and if you don't
21383           catch that, the app will wait for the signal forever (and thus
21384           hang).
21385
21386 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21387
21388         * ext/gnomevfs/gstgnomevfssink.c:
21389         (gst_gnomevfssink_uri_get_protocols):
21390         * ext/gnomevfs/gstgnomevfssrc.c:
21391         (gst_gnomevfssrc_uri_get_protocols):
21392         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21393         * ext/gnomevfs/gstgnomevfsuri.h:
21394           Use _uri_new() instead of _open(), so it doesn't take as long and
21395           Christophe's computer won't hang.
21396         * gst/playback/gstplaybasebin.c: (unknown_type):
21397           Throw error on unknown media type, so apps actually display it.
21398
21399 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21400
21401         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21402           this script to work on Solaris since bash shell handles echo
21403           differenly than bash.
21404
21405 2004-09-17  Wim Taymans  <wim@fluendo.com>
21406
21407         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21408         (setup_source), (gst_play_base_bin_set_property),
21409         (gst_play_base_bin_add_element):
21410         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21411         Some more work on making sure seeking pauses the pipeline and
21412         that changing the uri actually does something.
21413
21414 2004-09-17  Wim Taymans  <wim@fluendo.com>
21415
21416         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21417         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21418         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21419         (gst_tcpserversink_close):
21420         Be a bit more paranoid when freeing memory.
21421
21422 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21423
21424         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21425         (qtdemux_parse_trak):
21426           Don't crash by dividing by zero (see sample movie in #126922).
21427
21428 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21429
21430         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21431           Don't touch non-existing data (fixes crash on file in #140147).
21432
21433 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21434
21435         * gst/playback/gstplaybasebin.c:
21436         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21437           Handle double disposals, and proper change of URIs.
21438
21439 2004-09-13  Martin Eikermann <meiker@upb.de>
21440
21441         * gst/mpegstream/gstmpegparse.c:
21442           fix synchronistation for streams recorded from digital PCR
21443           fixes bug #119376
21444
21445 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21446
21447         * ext/gnomevfs/Makefile.am:
21448         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21449         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21450         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21451         (gst_gnomevfssink_uri_get_type),
21452         (gst_gnomevfssink_uri_get_protocols),
21453         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21454         (gst_gnomevfssink_uri_handler_init),
21455         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21456         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21457         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21458         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21459         (gst_gnomevfssrc_uri_get_type),
21460         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21461         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21462         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21463         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21464         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21465         * ext/gnomevfs/gstgnomevfsuri.h:
21466           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21467           of fake URIs to see which this version of Gnome-VFS likes, and
21468           uses that for the Gst-URI interface. Makes playbin support http://
21469           streams. Also fix up some stupid behaviour in gnomevfssrc.
21470
21471 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21474         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21475         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21476         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21477           Update mixer (to sync with other sessions) if we try to obtain
21478           a new value. This makes alsamixer work accross applications.
21479         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21480           Only call sync functions if we're running, else alsalib asserts.
21481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21482           Sometimes fails to compile. Possibly a gcc bug.
21483         * gst/playback/gstplaybin.c: (gen_video_element),
21484         (gen_audio_element):
21485           Add a reference to an application-provided object, because we lose
21486           this same reference if we add it to the bin. If we don't do this,
21487           we can only use this object once and thus crash if we go from
21488           ready to playing, back to ready and back to playing again.
21489           Also add an audioscale element because several cheap soundcards -
21490           like mine - don't support all samplerates.
21491         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21492         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21493           Fix wrong order or PAR calls. Makes automatically obtained PAR
21494           from the X server atually being used.
21495
21496 2004-09-12  David Schleef  <ds@schleef.org>
21497
21498         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21499         #151887, #152102, #152247.
21500         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21501         * examples/seeking/cdparanoia.c: same
21502         * examples/seeking/cdplayer.c: same
21503         * examples/seeking/seek.c: same
21504         * examples/seeking/spider_seek.c: same
21505         * examples/seeking/vorbisfile.c: same
21506         * examples/stats/mp2ogg.c: same
21507         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21508         (gst_esdsink_dispose): Dispose of element properly.
21509         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21510         fixes.
21511         * ext/nas/nassink.c: (gst_nassink_class_init),
21512         (gst_nassink_dispose): Dispose of element correctly.
21513         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21514         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21515         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21516         Fix 64-bit warning.
21517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21518         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21519         Fix 64-bit warning.
21520
21521 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21522
21523         * configure.ac : change speex detection as 1.1.6 now uses
21524           .pc/pkg-config and they changed their headers location.
21525
21526 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21527
21528         * gst/matroska/matroska-mux.h:
21529         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21530         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21531         (gst_matroska_mux_write_data):
21532           Write multiple blocks/frames per cluster.
21533                 Write meta-seek information (seek heads).
21534
21535 2004-09-09  Scott Wheeler <wheeler@kde.org>
21536
21537         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21538         (gst_play_bin_set_property), (gst_play_bin_get_property),
21539         (gen_audio_element), (gen_audio_element):
21540           Add a volume element / property to the pipeline.
21541
21542 2004-09-07  Wim Taymans  <wim@fluendo.com>
21543
21544         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21545         Copy timestamps from the master pad to the output buffers.
21546
21547 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21548
21549         * ext/raw1394/gstdv1394src.c:
21550           throw errors when applicable
21551
21552 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21553
21554         * gst/matroska/ebml-ids.h:
21555         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21556         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21557         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21558           automatically convert unix time <-> ebml time when reading/writing
21559           a date, use gst_ebml_write_uint to write CUETIME,
21560           not gst_ebml_write_date.
21561         * gst/matroska/matroska-ids.h:
21562         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21563         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21564         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21565         (gst_matroska_mux_write_data):
21566           Write track and segment UIDs, write muxing date, write
21567           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21568           Create cues for audio only files.
21569
21570 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21571
21572         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21573         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21574           Re-commit ALSA switches.
21575         * gst/adder/gstadder.c: (gst_adder_loop):
21576           64-bit fix (#151416).
21577         * gst/debug/progressreport.c: (gst_progressreport_report):
21578           64-bit fix (#151419).
21579         * gst/matroska/matroska-demux.c:
21580         (gst_matroska_demux_parse_contents):
21581           64-bit fix (#151420).
21582         * gst/playback/test3.c: (update_scale):
21583           64-bit fix (#151421).
21584
21585 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21586
21587         * configure.ac:
21588           bump nano to cvs
21589
21590 === release 0.8.4 ===
21591
21592 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21593
21594         * configure.ac: releasing 0.8.4, "Alias"
21595
21596 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * ext/theora/Makefile.am:
21599           fix makefile.  Fixes #151462.
21600
21601 2004-08-30  Wim Taymans  <wim@fluendo.com>
21602
21603         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21604         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21605         (gst_multifdsink_remove_client_link),
21606         (gst_multifdsink_client_queue_buffer),
21607         (gst_multifdsink_handle_client_write):
21608         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21609         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21610         Fix some memory leaks.
21611
21612 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21613
21614         Patch by: David Schleef
21615
21616         * configure.ac:
21617         * sys/Makefile.am:
21618           rename our detection macro for V4L2.  Fixes #151236.
21619
21620 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21621
21622         Patch by: David Schleef
21623
21624         * configure.ac:
21625           check to define LAMEPRESET.  Fixes #151232.
21626
21627 2004-08-27  David Schleef  <ds@schleef.org>
21628
21629         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21630         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21631         (gst_glimagesink_fixate):  Move local variable declarations to
21632         make gcc-2.95 happy.
21633
21634 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21635
21636         * configure.ac:
21637           bump nano for prerelease
21638
21639 2004-08-27  David Schleef  <ds@schleef.org>
21640
21641         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21642         * sys/sunaudio/gstsunaudiosrc.c:
21643         * sys/sunaudio/gstsunaudiosrc.h:
21644
21645 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21646
21647         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21648         handle EOS correctly
21649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21650         * gst/matroska/matroska-mux.h:
21651         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21652         VFW compatibility mode
21653
21654 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21655
21656         patch by: Zaheer Abbas Merali
21657
21658         * ext/ogg/gstoggmux.c:
21659         * ext/vorbis/vorbisenc.c:
21660         * ext/vorbis/vorbisenc.h:
21661           handle NEWMEDIA
21662
21663 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21664
21665         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21666         fix byte order reversion on little endian machines.
21667         * gst/matroska/matroska-mux.c: (audiosink_templ),
21668         (gst_matroska_mux_audio_pad_link):
21669         add TTA codec to the list of supported codecs.
21670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21671         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21672         (gst_matroska_mux_write_data):
21673         * gst/matroska/matroska-mux.h:
21674         write segment duration correctly, write muxing app string, fixes bugs
21675         #140897 and #140898.
21676         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21677         wait for all pads to be negotiated before starting to mux.
21678
21679 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21680
21681         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21682         * ext/lame/gstlame.h:
21683         Added new media support to lame
21684
21685 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21686
21687         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21688         send vorbis headers at the beginning of a stream, fixes bug #141554.
21689         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21690         bug #148950.
21691         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21692         (gst_matroska_demux_plugin_init):
21693         * gst/matroska/matroska-ids.h:
21694         enable demuxing of TTA audio streams, fixes bug #148951.
21695         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21696         enable typefinding for TTA audio files, fixes bug #148711.
21697         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21698         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21699         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21700
21701 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21702
21703         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21704         (gst_riff_read_element_data), (gst_riff_read_seek),
21705         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21706         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21707         <teuf@gnome.org>
21708
21709 2004-08-23 Iain <iaingnome@gmail.com>
21710
21711         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21712         tags. They appear to be handled differently to normal.
21713         (tag_list_to_id3_tag_foreach): Ditto.
21714
21715 2004-08-22  Wim Taymans  <wim@fluendo.com>
21716
21717         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21718         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21719         Make sure we never send -1 granulepos.
21720
21721 2004-08-20  Wim Taymans  <wim@fluendo.com>
21722
21723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21724         (gst_ogg_mux_loop):
21725         I will accept bitchslappings with non sharp objects.
21726
21727 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21728
21729         * configure.ac:
21730         Clean up the test for lame presets
21731
21732 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21733
21734         * configure.ac:
21735         * ext/lame/Makefile.am:
21736         * ext/lame/gstlame.c: (gst_lame_class_init),
21737         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21738         Only enable lame presets if version of lame has presets in API
21739
21740 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21741         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21742         * gst/udp/gstudpsrc.h:
21743           Don't call gst_pad_push in a get function. Fixes #150449
21744
21745 2004-08-18  Wim Taymans  <wim@fluendo.com>
21746
21747         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21748         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21749         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21750         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21751         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21752         (gst_fdset_wait):
21753         * gst/tcp/gstfdset.h:
21754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21755         (gst_multifdsink_client_queue_buffer),
21756         (gst_multifdsink_handle_client_write):
21757         * gst/tcp/gstmultifdsink.h:
21758         Some extra checks in gstfdset.
21759         Only use send() when the fd is a socket. Don't try to
21760         read from write only fds.
21761
21762 2004-08-18  Wim Taymans  <wim@fluendo.com>
21763
21764         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21765         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21766         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21767         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21768         (gst_fdset_wait):
21769         Add more locking and bounds checking.
21770
21771 2004-08-18  Wim Taymans  <wim@fluendo.com>
21772
21773         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21774         Realloc test fdset in the lock and right before starting
21775         the poll call. Bump the limit to 4096.
21776
21777 2004-08-17  David Schleef  <ds@schleef.org>
21778
21779         * sys/sunaudio/Makefile.am:
21780         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21781         of rates and channels.  Make debugging less obnoxious.
21782
21783         Patch from Balamurali Viswanathan implementing a mixer for
21784         Sun audio.  (bug #144091):
21785         * sys/sunaudio/gstsunelement.c:
21786         * sys/sunaudio/gstsunelement.h:
21787         * sys/sunaudio/gstsunmixer.c:
21788         * sys/sunaudio/gstsunmixer.h:
21789
21790 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21791
21792         * gst/audioscale/gstaudioscale.c:
21793         * gst/audioscale/gstaudioscale.h:
21794         made audioscale resample from any sample rate to any sample rate
21795
21796 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21797
21798         * ext/libpng/gstpngdec.c:
21799           error out on unsupported types
21800
21801 2004-08-17  Iain <iaingnome@gmail.com>
21802
21803         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21804         mid_side and loose_mid_side properties if its a stereo stream.
21805
21806 2004-08-17  Wim Taymans  <wim@fluendo.com>
21807
21808         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21809         (theora_get_formats), (theora_dec_src_convert),
21810         (theora_dec_sink_convert), (theora_dec_src_query),
21811         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21812         Add a debug line.
21813
21814 2004-08-17  Wim Taymans  <wim@fluendo.com>
21815
21816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21817         (gst_ogg_pad_push):
21818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21819         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21820         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21821         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21822         Mark delta units in the muxer.
21823         Try to decode the packet after an out-of-sync error from
21824         libogg.
21825
21826 2004-08-17  Wim Taymans  <wim@fluendo.com>
21827
21828         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21829         (gst_multifdsink_init), (gst_multifdsink_add),
21830         (gst_multifdsink_client_queue_buffer),
21831         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21832         * gst/tcp/gstmultifdsink.h:
21833         Added option to send a keyframe to clients as the first buffer.
21834         Make timeout property writable.
21835
21836 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21837
21838         patch by: Wim Taymans
21839
21840         * gst/tcp/gstfdset.c:
21841         * gst/tcp/gstmultifdsink.c:
21842           fix index comparison, should include 0
21843
21844 2004-08-16  Wim Taymans  <wim@fluendo.com>
21845
21846         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21847         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21848         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21849         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21850         (gst_fdset_wait):
21851           copy when reallocing for poll so the select arguments don't get
21852           changed during the call
21853
21854 2004-08-16  Wim Taymans  <wim@fluendo.com>
21855
21856         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21857         (gst_theora_enc_class_init), (theora_enc_sink_link),
21858         (theora_buffer_from_packet), (theora_enc_chain):
21859         Fix bug where buffers were not marked as keyframes
21860         correctly.
21861
21862 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21863
21864         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21865         (gst_lame_preset_get_type), (gst_lame_class_init):
21866         describe the enum values for vbr mode and presets more verbosely
21867
21868 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21869
21870         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21871         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21872         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21873         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21874         * ext/lame/gstlame.h:
21875         add preset property to lame so it can use lame presets
21876
21877 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21878
21879         * ext/lame/gstlame.c: (gst_lame_get_property):
21880         whoops forgot break, thanks teuf
21881
21882 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21883
21884         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21885         (gst_lame_class_init), (gst_lame_src_getcaps),
21886         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21887         (gst_lame_get_property), (gst_lame_setup):
21888         * ext/lame/gstlame.h:
21889         fix lame's broken vbr stuff, allow it to resample if need be, and also
21890         make xing header optional
21891
21892 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21893
21894         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21895         added getcaps function so samplerate doesnt get fixated to silly values
21896
21897 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21898
21899         * ext/lame/gstlame.c: (gst_lame_src_link):
21900         revert previous fix
21901
21902 2004-08-12  Johan Dahlin  <johan@gnome.org>
21903
21904         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21905         checks. Doesn't matter what state we are in. Interfaces are a
21906         compile time thing, not runtime. It also broke the python bindings.
21907
21908 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21909
21910         * ext/lame/gstlame.c: (gst_lame_src_link):
21911         made source pad link function check if sinkpad is ok..fixes the problem
21912         where core fixates the output rate of lame stupidly
21913
21914 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21915
21916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21917         * sys/v4l/v4l_calls.c:
21918         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21919           fix fixate function to handle nonsimple caps.
21920           remove bogus check in _link
21921           cleanups
21922
21923 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21924
21925         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21926         set default compression ratio parameter to 0.0 so bitrate parameter
21927         works :)
21928
21929 2004-08-11  David Schleef  <ds@schleef.org>
21930
21931         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21932
21933 2004-08-11  David Schleef  <ds@schleef.org>
21934
21935         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21936         before.
21937
21938 2004-08-11  David Schleef  <ds@schleef.org>
21939
21940         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21941
21942 2004-08-11  David Schleef  <ds@schleef.org>
21943
21944         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21945           license field
21946         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21947         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21948           LGPL.
21949         * gst/auparse/gstauparse.c: Fix plugin license field.
21950         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21951         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21952         * gst/rtp/gstrtp.c: Fix plugin license field.
21953
21954 2004-08-11  Wim Taymans  <wim@fluendo.com>
21955
21956         * gst/tcp/Makefile.am:
21957         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21958         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21959         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21960         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21961         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21962         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21963         (gst_fdset_fd_can_write), (gst_fdset_wait):
21964         * gst/tcp/gstfdset.h:
21965         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21966         (gst_multifdsink_class_init), (gst_multifdsink_init),
21967         (gst_multifdsink_add), (gst_multifdsink_remove),
21968         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21969         (gst_multifdsink_remove_client_link),
21970         (gst_multifdsink_handle_client_read),
21971         (gst_multifdsink_client_queue_data),
21972         (gst_multifdsink_client_queue_caps),
21973         (gst_multifdsink_client_queue_buffer),
21974         (gst_multifdsink_handle_client_write),
21975         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21976         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21977         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21978         (gst_multifdsink_close):
21979         * gst/tcp/gstmultifdsink.h:
21980         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21981         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21982         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21983         (gst_tcpserversink_close):
21984         * gst/tcp/gsttcpserversink.h:
21985         Abstracted away the select call, implemented poll (yes we ran into
21986         the 1024 limit in production).
21987
21988 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         * gst/tcp/gsttcp.c:
21991         * gst/tcp/gsttcpplugin.c:
21992           improve debuggging, remove assert
21993
21994 2004-08-10  Wim Taymans  <wim@fluendo.com>
21995
21996         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21997         (gst_client_status_get_type), (gst_multifdsink_class_init),
21998         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21999         (gst_multifdsink_handle_client_read),
22000         (gst_multifdsink_handle_client_write),
22001         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22002         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22003         (gst_multifdsink_get_property):
22004         * gst/tcp/gstmultifdsink.h:
22005         * gst/tcp/gsttcp-marshal.list:
22006         Starting to prepare for specifying buffer time in other units
22007         than buffers. Expose remove reason in signal.
22008
22009 2004-08-10  Wim Taymans  <wim@fluendo.com>
22010
22011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22012         (gst_multifdsink_remove), (gst_multifdsink_clear),
22013         (gst_multifdsink_remove_client_link),
22014         (gst_multifdsink_handle_client_read),
22015         (gst_multifdsink_client_queue_data),
22016         (gst_multifdsink_client_queue_buffer),
22017         (gst_multifdsink_handle_client_write),
22018         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22019         (gst_multifdsink_chain), (gst_multifdsink_close):
22020         * gst/tcp/gstmultifdsink.h:
22021         Added more debugging info. Changed the way clients are
22022         removed from the lists. Fixed a bug where a bad file descriptor
22023         could cause many clients to be removed.
22024
22025 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22026
22027         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22028           allow all pixel-aspect-ratios, not just 1:1
22029
22030 2004-08-09  David Schleef  <ds@schleef.org>
22031
22032         * sys/glsink/ARB_multitexture.h:  Remove old files.
22033         * sys/glsink/EXT_paletted_texture.h:
22034         * sys/glsink/NV_register_combiners.h:
22035         * sys/glsink/gstgl_nvimage.c:
22036         * sys/glsink/gstgl_pdrimage.c:
22037         * sys/glsink/gstgl_rgbimage.c:
22038         * sys/glsink/gstglsink.c:
22039         * sys/glsink/gstglsink.h:
22040         * sys/glsink/gstglxwindow.c:
22041         * sys/glsink/regcomb_yuvrgb.c:
22042
22043 2004-08-09  David Schleef  <ds@schleef.org>
22044
22045         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22046         GL sink plugin.  (Bug #147302)
22047
22048         * configure.ac: Test for OpenGL
22049         * sys/Makefile.am: Use test for OpenGL
22050         * sys/glsink/Makefile.am:
22051         * sys/glsink/glimagesink.c: rewrite
22052         * sys/glsink/glimagesink.h: rewrite
22053
22054 2004-08-09  David Schleef  <ds@schleef.org>
22055
22056         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22057         sane framerates.
22058         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22060         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22061
22062 2004-08-09  Wim Taymans  <wim@fluendo.com>
22063
22064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22065         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22066         (gst_multifdsink_client_remove),
22067         (gst_multifdsink_handle_client_read),
22068         (gst_multifdsink_handle_client_write),
22069         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22070         Do a bit more logging, make the client_read code more robust.
22071
22072 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22073
22074         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22075         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22076         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22077         (gst_jpegdec_init), (gst_jpegdec_chain):
22078         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22079         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22080           cleanups, debugging fixes and memleak plugging
22081
22082 2004-08-09  Wim Taymans  <wim@fluendo.com>
22083
22084         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22085         (theora_get_formats), (theora_dec_src_convert),
22086         (theora_dec_sink_convert), (theora_dec_src_query),
22087         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22088         (theora_dec_change_state):
22089         Don't crash on missing header packets.
22090
22091 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22092
22093         * po/LINGUAS:
22094         * po/sq.po:
22095           Added Albanian translation (Laurent Dhima)
22096         * po/cs.po:
22097           updated
22098
22099 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22100
22101         * ext/lame/gstlame.c:
22102           fix/add debugging
22103
22104 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22105
22106         * sys/ximage/ximagesink.c:
22107         * sys/xvimage/xvimagesink.c:
22108           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22109
22110 2004-08-06  Wim Taymans  <wim@fluendo.com>
22111
22112         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22113         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22114         (gst_multifdsink_client_remove),
22115         (gst_multifdsink_handle_client_read),
22116         (gst_multifdsink_handle_client_write),
22117         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22118         Make sure we don't try to read more from a client that what
22119         ioctl says us or we deadlock.
22120
22121 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22124         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22125         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22126           decouple running_time and n_frames so it can handle changing
22127           framerate while running
22128
22129 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * po/nl.po:
22132         * po/sv.po:
22133           updated translations
22134
22135 2004-08-04  Benjamin Otte  <otte@gnome.org>
22136
22137         * gst/videotestsrc/gstvideotestsrc.c:
22138         (gst_videotestsrc_get_capslist), (generate_capslist),
22139         (plugin_init):
22140           generate the list of supported caps at startup and reuse it instead
22141           of always generating it
22142
22143 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22144
22145         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22146           whoops, last checkin broke normal build
22147
22148 2004-08-03  Benjamin Otte  <otte@gnome.org>
22149
22150         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22151         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22152         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22153         (gst_alsa_mixer_get_option):
22154         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22155         (dvdnavsrc_print_event):
22156         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22158         (gst_ogg_mux_pad_unlink):
22159         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22160         (gst_multipart_mux_pad_unlink):
22161         * gst/videofilter/gstvideobalance.c:
22162         (gst_videobalance_colorbalance_set_value):
22163         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22164         (gst_videomixer_pad_unlink):
22165         * po/uk.po:
22166         * sys/oss/gstossmixer.c:
22167         * sys/v4l/gstv4lcolorbalance.c:
22168         * sys/v4l/gstv4ltuner.c:
22169         * sys/v4l/v4lsrc_calls.c:
22170         * sys/v4l2/gstv4l2colorbalance.c:
22171         * sys/v4l2/gstv4l2tuner.c:
22172           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22173
22174 2004-08-03  Benjamin Otte  <otte@gnome.org>
22175
22176         * examples/dynparams/filter.c: (ui_control_create):
22177         * examples/gstplay/player.c: (print_tag):
22178         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22179         * ext/gdk_pixbuf/gstgdkanimation.c:
22180         (gst_gdk_animation_iter_may_advance):
22181         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22182         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22183         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22184         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22186         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22187         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22188         * gst/sine/demo-dparams.c: (main):
22189         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22190         * testsuite/alsa/formats.c: (create_pipeline):
22191         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22192           fixes for G_DISABLE_ASSERT and friends
22193         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22194         (mp3_type_frame_length_from_header), (mp3_type_find),
22195         (plugin_init):
22196           require mp3 typefinding to have at least MIN_HEADERS valid headers
22197           add typefinding for AAC adts files
22198
22199 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22200
22201         * sys/ximage/ximagesink.c:
22202         (gst_ximagesink_calculate_pixel_aspect_ratio):
22203         * sys/xvimage/xvimagesink.c:
22204         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22205         Make sure we calculate pixel-aspect-ratio using floating point maths
22206
22207 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22208
22209         * po/uk.po:
22210           updated translation
22211
22212 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22213
22214         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22216           add debugging for display PAR calculation
22217
22218 2004-08-02  David Schleef  <ds@schleef.org>
22219
22220         * configure.ac: Fix mikmod CFLAGS.
22221
22222 2004-07-27  Benjamin Otte  <otte@gnome.org>
22223
22224         * gst/audioscale/gstaudioscale.c:
22225         - fix templates to only support S16, it's the only format that works
22226         - make caps nego code use try_set_caps_nonfixed and fixation instead
22227         of try_set_caps twice, which is not nice for autopluggers
22228         - change rank to secondary, so autopluggers can pick it up after
22229         audioconvert
22230
22231 2004-08-02  Iain <iain@prettypeople.org>
22232
22233         * gst/interleave/interleave.c (interleave_init),
22234         (interleave_request_new_pad),
22235         (interleave_pad_removed),
22236         (interleave_buffered_loop): Use the real pad count, not the artificial
22237         one.
22238
22239 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22240
22241         * configure.ac: bump nano back to development
22242
22243 === release 0.8.3 ===
22244
22245 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * configure.ac: releasing 0.8.3, "Water"
22248
22249 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22250
22251         * sys/xvimage/xvimagesink.c:
22252         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22253         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22254         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22255         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22256         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22257         * sys/xvimage/xvimagesink.h:
22258           apply similar PAR fixes as to ximagesink
22259
22260 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22261
22262         patch from: Benjamin Otte
22263
22264         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22265           add link function to lame.  Fixes #148986.
22266
22267 2004-08-02  Johan Dahlin  <johan@gnome.org>
22268
22269         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22270         fix debugging log
22271
22272 2004-07-30  David Schleef  <ds@schleef.org>
22273
22274         * gst/videomixer/Makefile.am: Fix things that should have been
22275         fixed in the last checkin.
22276
22277 2004-07-30  David Schleef  <ds@schleef.org>
22278
22279         * gst/multipart/Makefile.am: Fix things that should have been
22280         fixed in the last checkin.
22281
22282 2004-07-30  David Schleef  <ds@schleef.org>
22283
22284         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22285
22286 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22287
22288         * configure.ac:
22289           bump nano for prerelease
22290         * po/af.po:
22291         * po/az.po:
22292         * po/cs.po:
22293         * po/en_GB.po:
22294         * po/hu.po:
22295         * po/nl.po:
22296         * po/sr.po:
22297         * po/sv.po:
22298         * po/uk.po:
22299           updates
22300
22301 2004-07-30  Wim Taymans  <wim@fluendo.com>
22302
22303         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22304         (gst_multifdsink_add), (gst_multifdsink_remove),
22305         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22306         (gst_multifdsink_client_remove),
22307         (gst_multifdsink_handle_client_write),
22308         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22309         * gst/tcp/gstmultifdsink.h:
22310         Recover from a select with a bad file descriptor by removing
22311         the client.
22312
22313 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22314
22315         * configure.ac:
22316           fix requirement of core
22317         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22318         (gst_play_pipeline_setup):
22319           don't use colorspace element.  do use hermescolorspace element.
22320           make macro to get a colorspace element.
22321           mark strings for translation.
22322         * po/POTFILES.in:
22323           add play.c
22324         * po/af.po:
22325         * po/az.po:
22326         * po/cs.po:
22327         * po/en_GB.po:
22328         * po/hu.po:
22329         * po/nl.po:
22330         * po/sr.po:
22331         * po/sv.po:
22332         * po/uk.po:
22333           update translations
22334
22335 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22336
22337         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22338         fix default for newmedia flag
22339
22340 2004-07-30  Wim Taymans  <wim@fluendo.com>
22341
22342         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22343         (gst_theora_dec_init), (theora_get_formats),
22344         (theora_dec_src_convert), (theora_dec_sink_convert),
22345         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22346         (theora_dec_chain), (theora_dec_set_property),
22347         (theora_dec_get_property):
22348         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22349         (gst_theora_enc_class_init), (gst_theora_enc_init),
22350         (theora_enc_sink_link), (theora_enc_chain),
22351         (theora_enc_set_property), (theora_enc_get_property):
22352         Added cropping option to theora decoder.
22353         Added border option to theora encoder.
22354
22355 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22356
22357         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22358         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22359         (gst_pngenc_set_property):
22360         * ext/libpng/gstpngenc.h:
22361         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
22362
22363 2004-07-30  Wim Taymans  <wim@fluendo.com>
22364
22365         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22366         (theora_enc_sink_link), (theora_enc_chain),
22367         (theora_enc_set_property), (theora_enc_get_property):
22368         Fix encoding of non-multiple-of-16 video.
22369
22370 2004-07-29  David Schleef  <ds@schleef.org>
22371
22372         * configure.ac: make test for audiofile more strict
22373
22374 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22375
22376         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22377           give different names to typefind functions
22378
22379 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22380
22381         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22382         (gst_ximagesink_calculate_pixel_aspect_ratio),
22383         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22384         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22385         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22386         (gst_ximagesink_get_property), (gst_ximagesink_init):
22387         * sys/ximage/ximagesink.h:
22388           allocate PAR's dynamically.
22389           use autodetected PAR if no object-set PAR is given.
22390           add workaround for directfb's X not setting physical size.
22391           fix to xvimagesink will follow tomorrow.
22392
22393 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22394
22395         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22396         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22397         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22398         (gst_shout2send_class_init), (gst_shout2send_init),
22399         (set_shout_metadata), (gst_shout2send_set_metadata),
22400         (gst_shout2send_chain), (gst_shout2send_set_property),
22401         (gst_shout2send_get_property), (gst_shout2send_connect),
22402         (gst_shout2send_change_state):
22403         * ext/shout2/gstshout2.h:
22404         - fix for sending mp3 audio to icecast2 server, if pad link function not
22405         called before PAUSED state
22406         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22407         - added tagging support for mp3 audio broadcasted
22408         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22409         debug info
22410
22411 2004-07-28  Wim Taymans  <wim@fluendo.com>
22412
22413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22414         (gst_ogg_demux_push):
22415         Return query failure when we don't know the length of
22416         an ogg stream insteda of returning TRUE with a bogus value.
22417
22418 2004-07-28  Wim Taymans  <wim@fluendo.com>
22419
22420         * ext/theora/theoradec.c: (theora_get_formats),
22421         (theora_dec_src_convert), (theora_dec_sink_convert),
22422         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22423         (theora_dec_chain):
22424         Don't screw up the 1 Chroma for 1 luma sample situation when we
22425         have an odd offset/width by adding a black border in those cases.
22426
22427 2004-07-28  Wim Taymans  <wim@fluendo.com>
22428
22429         * ext/theora/theoradec.c: (theora_get_formats),
22430         (theora_dec_src_convert), (theora_dec_sink_convert),
22431         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22432         (theora_dec_chain):
22433         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22434         Added first attempt at cropping of the image as required by the
22435         theora spec. We need more properties in the caps (offset_x,
22436         offset_y,stride) to implement this correctly.
22437
22438 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22439
22440         * ext/dvdnav/README:
22441           Update the README to use dvddemux
22442         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22443           Ensure getcaps returns a subset of the template caps
22444         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22445         (gst_mpeg2subt_init):
22446           Ensure getcaps returns a subset of the template caps
22447         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22448         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22449         (gst_dvd_demux_get_subpicture_stream),
22450         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22451         * gst/mpegstream/gstdvddemux.h:
22452           Set the explicit caps on the current_video pad before pushing
22453           anything
22454         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22455         (gst_mpeg_demux_get_audio_stream):
22456           Free caps used to gst_pad_set_explicit_caps, which takes a const
22457           GstCaps *
22458
22459 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22460
22461         * configure.ac: update GStreamer requirement to 0.8.4 because of
22462           GstFraction.
22463
22464 2004-07-28  Wim Taymans  <wim@fluendo.com>
22465
22466         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22467         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22468         Add the pad to the element after setting up the caps. This
22469         makes it a lot easier to autoplug.
22470
22471 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22472
22473         * gst/median/gstmedian.c:
22474         * gst/mpeg2subt/gstmpeg2subt.c:
22475         * gst/mpegaudioparse/gstmpegaudioparse.c:
22476         * gst/mpegstream/gstdvddemux.c:
22477         * gst/mpegstream/gstmpegdemux.c:
22478         * gst/mpegstream/gstmpegpacketize.c:
22479         * gst/rtjpeg/gstrtjpeg.c:
22480         * gst/rtjpeg/gstrtjpegdec.c:
22481         * gst/rtjpeg/gstrtjpegenc.c:
22482         * gst/sine/gstsinesrc.c:
22483         * gst/smooth/gstsmooth.c:
22484         * gst/smpte/gstsmpte.c:
22485         * gst/smpte/gstsmpte.h:
22486         * gst/stereo/gststereo.c:
22487         * gst/videofilter/gstgamma.c:
22488         * gst/videofilter/gstvideobalance.c:
22489         * gst/videofilter/gstvideofilter.c:
22490         * gst/videofilter/gstvideoflip.c:
22491         * gst/videoscale/gstvideoscale.c:
22492         * gst/videoscale/videoscale.c:
22493         * gst/videotestsrc/gstvideotestsrc.c:
22494         * gst/videotestsrc/videotestsrc.c:
22495         * gst/wavenc/gstwavenc.c:
22496         * gst/wavparse/gstwavparse.c:
22497           fix local includes and 64 bits constants
22498
22499 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22500
22501         * win32/gst.sln:
22502         * gst-libs/gst/*/*.vcproj:
22503         * gst/*/*.vcproj:
22504           more working plugins
22505
22506 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22507
22508         * testsuite/alsa/Makefile.am:
22509         * testsuite/alsa/srcstate.c:
22510         add test for alsasrc changing state
22511
22512 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22513
22514         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22515         (gst_silence_get):
22516         * gst/silence/gstsilence.h:
22517         fix silence generation for 16bit raw audio
22518
22519 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22520
22521         * gst/matroska/matroska-demux.c:
22522         (gst_matroska_demux_parse_metadata),
22523         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22524         * gst/mpegaudio/common.c:
22525         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22526         (gst_videoscale_getcaps), (gst_videoscale_link),
22527         (gst_videoscale_src_fixate), (gst_videoscale_init),
22528         (gst_videoscale_finalize):
22529         * gst/videoscale/gstvideoscale.h:
22530         * gst/videotestsrc/gstvideotestsrc.c:
22531         (gst_videotestsrc_get_capslist):
22532         * gst/wavenc/gstwavenc.c:
22533         * sys/oss/gstossmixer.c: (fill_labels):
22534         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22535         (gst_ximagesink_handle_xevents),
22536         (gst_ximagesink_calculate_pixel_aspect_ratio),
22537         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22538         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22539         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22540         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22541         (gst_ximagesink_init), (gst_ximagesink_class_init):
22542         * sys/ximage/ximagesink.h:
22543         * sys/xvimage/xvimagesink.c:
22544         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22545         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22546         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22547         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22548         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22549         * sys/xvimage/xvimagesink.h:
22550           first batch of pixel aspect ratio commits.
22551
22552 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22555         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22556         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22557           handle stride, needs work if we want to move stride handling
22558           upstream, but works correctly for our purposes.
22559
22560 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22561
22562         * gst/videoscale/README:
22563           add testing examples
22564         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22565         (gst_videoscale_chain):
22566         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22567         (gst_videoscale_get_size):
22568           add get_size function that handles stride like videotestsrc.
22569           fixes conversion for YUV formats for as much as I can test them.
22570
22571 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22572
22573         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22574         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22576         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22577         (gst_xvimagesink_xvimage_put):
22578           further cleanups, logging, error handling and synchronizing
22579
22580 2004-07-27  Wim Taymans  <wim@fluendo.com>
22581
22582         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22583         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22584         (gst_videomixer_pad_set_property),
22585         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22586         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22587         (gst_videomixer_class_init), (gst_videomixer_init),
22588         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22589         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22590         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22591         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22592         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22593         (gst_videomixer_loop), (plugin_init):
22594         Be a nicer negotiation citizen and provide a getcaps function on
22595         the srcpad. This also fixes a crash when resizing.
22596
22597 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22598
22599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22600         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22601
22602 2004-07-27  Wim Taymans  <wim@fluendo.com>
22603
22604         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22605         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22606         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22607         (gst_pngenc_set_property):
22608         * ext/libpng/gstpngenc.h:
22609         Added snapshot property to pngenc.
22610         removed g_print from pngdec
22611
22612 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22613
22614         * gst/ac3parse/ac3parse.vcproj
22615         * gst/adder/adder.vcproj
22616         * gst/alpha/alpha.vcproj
22617         * gst/alpha/alphacolor.vcproj
22618         * gst/asfdemux/asf.vcproj
22619         * gst/audioconvert/audioconvert.vcproj
22620         * gst/audiorate/audiorate.vcproj
22621         * gst/audioscale/audioscale.vcproj
22622         * gst/auparse/auparse.vcproj
22623         * gst/avi/avi.vcproj
22624         * gst/cdxaparse/cdxaparse.vcproj
22625         * gst/chart/chart.vcproj
22626         * gst/colorspace/colorspace.vcproj
22627         * gst/cutter/cutter.vcproj
22628         * gst/debug/debug.vcproj
22629         * gst/debug/efence.vcproj
22630         * gst/debug/navigationtest.vcproj
22631         * gst/deinterlace/deinterlace.vcproj
22632         * gst/effectv/effectv.vcproj
22633         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22634         * gst/filter/filter.vcproj
22635         * gst/flx/flxdec.vcproj
22636         * gst/goom/goom.vcproj
22637         * gst/interleave/interleave.vcproj
22638         * gst/law/alaw.vcproj
22639         * gst/law/mulaw.vcproj
22640         * gst/matroska/matroska.vcproj
22641         * gst/median/median.vcproj
22642         * gst/mixmatrix/mixmatrix.vcproj
22643         * gst/mpeg1sys/mpeg1systemencode.vcproj
22644         * gst/mpeg1videoparse/mp1videoparse.vcproj
22645         * gst/mpeg2sub/mpeg2subt.vcproj
22646         * gst/mpegaudio/mpegaudio.vcproj
22647         * gst/mpegaudioparse/mpegaudioparse.vcproj
22648         * gst/mpegstream/mpegstream.vcproj
22649         * gst/multifilesink/multifilesink.vcproj
22650         * gst/multipart/multipart.vcproj
22651         * gst/oneton/oneton.vcproj
22652         * gst/overlay/overlay.vcproj
22653         * gst/passthrough/passthrough.vcproj
22654         * gst/qtdemux/qtdemux.vcproj
22655         * gst/realmedia/rmdemux.vcproj
22656         * gst/rtjpeg/rtjpeg.vcproj
22657         * gst/rtp/rtp.vcproj
22658         * gst/silence/silence.vcproj
22659         * gst/sine/sinesrc.vcproj
22660         * gst/smooth/smooth.vcproj
22661         * gst/smpte/smpte.vcproj
22662         * gst/spectrum/spectrum.vcproj
22663         * gst/speed/speed.vcproj
22664         * gst/stereo/stereo.vcproj
22665         * gst/switch/switch.vcproj
22666         * gst/tags/tagedit.vcproj
22667         * gst/tcp/tcp.vcproj
22668         * gst/typefind/typefindfunctions.vcproj
22669         * gst/udp/udp.vcproj
22670         * gst/videobox/videobox.vcproj
22671         * gst/videocrop/videocrop.vcproj
22672         * gst/videodrop/videodrop.vcproj
22673         * gst/videofilter/gamma.vcproj
22674         * gst/videofilter/videobalance.vcproj
22675         * gst/videofilter/videofilter.vcproj
22676         * gst/videofilter/videoflip.vcproj
22677         * gst/videoflip/videoflip.vcproj
22678         * gst/videomixer/videomixer.vcproj
22679         * gst/videorate/videorate.vcproj
22680         * gst/videoscale/videoscale.vcproj
22681         * gst/videotestsrc/videotestsrc.vcproj
22682         * gst/virtualdub/virtualdub.vcproj
22683         * gst/volenv/volenv.vcproj
22684         * gst/volume/volume.vcproj
22685         * gst/wavenc/wavenc.vcproj
22686         * gst/wavparse/wavparse.vcproj
22687         * gst/y4m/y4menc.vcproj
22688         * gst-libs/gst/audio/audio.vcproj
22689         * gst-libs/gst/audio/audiofilter.vcproj
22690         * gst-libs/gst/colorbalance/colorbalance.vcproj
22691         * gst-libs/gst/idct/idtc.vcproj
22692         * gst-libs/gst/media-info/media-info.vcproj
22693         * gst-libs/gst/mixer/mixer.vcproj
22694         * gst-libs/gst/navigation/navigation.vcproj
22695         * gst-libs/gst/play/play.vcproj
22696         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22697         * gst-libs/gst/resample/resample.vcproj
22698         * gst-libs/gst/riff/riff.vcproj
22699         * gst-libs/gst/tuner/tuner.vcproj
22700         * gst-libs/gst/video/video.vcproj
22701         * gst-libs/gst/xoverlay/xoverlay.vcproj
22702           avoid problems with math.h, fix release dependancy
22703           rename GStreamer-0.8.lib to libgstreamer.lib
22704
22705 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22706
22707         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22709         the atom is not available we have to unlock the mutex. Fixes #148023
22710
22711 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22712
22713         * gst-libs/gst/media-info/media-info.h:
22714           issue for a vararg macro with MSVC
22715
22716 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22717
22718         * gst/effectv/effectv.vcproj
22719         * gst-libs/gst/idct/idct.vcproj:
22720         * gst-libs/gst/media-info/media-info.vcproj:
22721         * gst-libs/gst/navigation/navigation.vcproj:
22722         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22723         * gst-libs/gst/video/video.vcproj:
22724         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22725           fixes for build problems
22726
22727 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22728
22729         * gst-libs/gst/audio/audio.def:
22730         * gst-libs/gst/audio/riff.def:
22731           add some definitions needed by plugins
22732
22733 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22734
22735         * gst/asfdemux/gstasfmux.c
22736           Fix some 64 bits constants to be glib friendly
22737
22738 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22739
22740         * gst/ac3parse/gstac3parse.c
22741         * gst/audioscale/gstaudioscale.c
22742         * gst/auparse/gstauparse.c
22743         * gst/colorspace/gstcolorspace.c
22744         * gst/colorspace/yuv2rgb.h
22745           local include fixes
22746
22747 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22748
22749         * win32/gst.sln
22750           add more plugins to the build
22751
22752 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22753
22754         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22755         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22756
22757 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22758
22759         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22760         (gst_level_set_property), (gst_level_get_property),
22761         (gst_level_base_init), (gst_level_class_init):
22762           add debugging categories.  cleanups.
22763
22764 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22765
22766         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22767         (gst_videoscale_planar411), (gst_videoscale_planar400),
22768         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22769         (gst_videoscale_scale_nearest_str1),
22770         (gst_videoscale_scale_nearest_str2),
22771         (gst_videoscale_scale_nearest_str4),
22772         (gst_videoscale_scale_nearest_16bit),
22773         (gst_videoscale_scale_nearest_24bit):
22774           fixed stride issues
22775           tested with 320x240 -> 321, 322, 324 x240
22776           tested with YV12, I420, YUY2, UYVY
22777           fixed packed422rev (don't think it could have worked before)
22778           by testing with UYVY
22779
22780 2004-07-26  Benjamin Otte  <otte@gnome.org>
22781
22782         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22783         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22784         (plugin_init):
22785           add debugging category, add error checks like checking return values
22786           of setup calls, make sure it still works after
22787           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22788
22789 2004-07-26  Wim Taymans  <wim@fluendo.com>
22790
22791         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22792         (gst_mpeg_demux_get_audio_stream),
22793         (gst_mpeg_demux_process_private):
22794         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22795         Check for error codes from the negotiation functions. Make sure
22796         we really set the pad caps when a new pad is created.
22797
22798 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22799
22800         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22801         (gst_ffmpeg_caps_to_pix_fmt):
22802         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22804         (gst_ffmpegcolorspace_pad_link):
22805           don't make function do two things at the same time without reason.
22806
22807 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22808
22809         * gst/ac3parse/ac3parse.vcproj
22810         * gst/adder/adder.vcproj
22811         * gst/alpha/alpha.vcproj
22812         * gst/alpha/alphacolor.vcproj
22813         * gst/asfdemux/asf.vcproj
22814         * gst/audioconvert/audioconvert.vcproj
22815         * gst/audiorate/audiorate.vcproj
22816         * gst/audioscale/audioscale.vcproj
22817         * gst/auparse/auparse.vcproj
22818         * gst/avi/avi.vcproj
22819         * gst/cdxaparse/cdxaparse.vcproj
22820         * gst/chart/chart.vcproj
22821         * gst/colorspace/colorspace.vcproj
22822         * gst/cutter/cutter.vcproj
22823         * gst/debug/debug.vcproj
22824         * gst/debug/efence.vcproj
22825         * gst/debug/navigationtest.vcproj
22826         * gst/deinterlace/deinterlace.vcproj
22827         * gst/effectv/effectv.vcproj
22828         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22829         * gst/filter/filter.vcproj
22830         * gst/flx/flxdec.vcproj
22831         * gst/goom/goom.vcproj
22832         * gst/interleave/interleave.vcproj
22833         * gst/law/alaw.vcproj
22834         * gst/law/mulaw.vcproj
22835         * gst/matroska/matroska.vcproj
22836         * gst/median/median.vcproj
22837         * gst/mixmatrix/mixmatrix.vcproj
22838         * gst/mpeg1sys/mpeg1systemencode.vcproj
22839         * gst/mpeg1videoparse/mp1videoparse.vcproj
22840         * gst/mpeg2sub/mpeg2subt.vcproj
22841         * gst/mpegaudio/mpegaudio.vcproj
22842         * gst/mpegaudioparse/mpegaudioparse.vcproj
22843         * gst/mpegstream/mpegstream.vcproj
22844         * gst/multifilesink/multifilesink.vcproj
22845         * gst/multipart/multipart.vcproj
22846         * gst/oneton/oneton.vcproj
22847         * gst/overlay/overlay.vcproj
22848         * gst/passthrough/passthrough.vcproj
22849         * gst/qtdemux/qtdemux.vcproj
22850         * gst/realmedia/rmdemux.vcproj
22851         * gst/rtjpeg/rtjpeg.vcproj
22852         * gst/rtp/rtp.vcproj
22853         * gst/silence/silence.vcproj
22854         * gst/sine/sinesrc.vcproj
22855         * gst/smooth/smooth.vcproj
22856         * gst/smpte/smpte.vcproj
22857         * gst/spectrum/spectrum.vcproj
22858         * gst/speed/speed.vcproj
22859         * gst/stereo/stereo.vcproj
22860         * gst/switch/switch.vcproj
22861         * gst/tags/tagedit.vcproj
22862         * gst/tcp/tcp.vcproj
22863         * gst/typefind/typefindfunctions.vcproj
22864         * gst/udp/udp.vcproj
22865         * gst/videobox/videobox.vcproj
22866         * gst/videocrop/videocrop.vcproj
22867         * gst/videodrop/videodrop.vcproj
22868         * gst/videofilter/gamma.vcproj
22869         * gst/videofilter/videobalance.vcproj
22870         * gst/videofilter/videofilter.vcproj
22871         * gst/videofilter/videoflip.vcproj
22872         * gst/videoflip/videoflip.vcproj
22873         * gst/videomixer/videomixer.vcproj
22874         * gst/videorate/videorate.vcproj
22875         * gst/videoscale/videoscale.vcproj
22876         * gst/videotestsrc/videotestsrc.vcproj
22877         * gst/virtualdub/virtualdub.vcproj
22878         * gst/volenv/volenv.vcproj
22879         * gst/volume/volume.vcproj
22880         * gst/wavenc/wavenc.vcproj
22881         * gst/wavparse/wavparse.vcproj
22882         * gst/y4m/y4menc.vcproj
22883           more plugins supported under windows
22884
22885 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22886
22887         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22888         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22889         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22891         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22892           Add debugging statements.  Use the sizes as returned by the
22893           *CreateImage calls.
22894
22895 2004-07-26  Johan Dahlin  <johan@gnome.org>
22896
22897         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22898         the pad is negotiated.
22899
22900         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22901
22902 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22903
22904         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22905         * gst-libs/gst/idct/idct.vcproj:
22906         * gst-libs/gst/media-info/media-info.vcproj:
22907         * gst-libs/gst/mixer/mixer.vcproj:
22908         * gst-libs/gst/navigation/navigation.vcproj:
22909         * gst-libs/gst/play/play.vcproj:
22910         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22911         * gst-libs/gst/resample/resample.vcproj:
22912         * gst-libs/gst/tuner/tuner.vcproj:
22913         * gst-libs/gst/video/video.vcproj:
22914         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22915           more plugins supported under windows
22916
22917 2004-07-25 Iain <iain@prettypeople.org>
22918
22919         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22920         pad now rather than when the pad is created because state changes wipe
22921         explicit caps (fixes #148043).
22922
22923 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22924
22925         reviewed by Benjamin Otte  <otte@gnome.org>
22926
22927         * ext/mad/gstmad.c:
22928           fix mad plugin crashing on Sun (fixes #148289)
22929
22930 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22931
22932         * gst/avi/avi.def:
22933         * gst/avi/avi.vcproj:
22934         * gst/matroska/matroska.def:
22935         * gst/matroska/matroska.vcproj:
22936           remove unused .def files
22937
22938 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22939
22940         * gst-libs/gst/audio/gstaudiofilter.c:
22941           Clean the local include
22942
22943 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22944
22945         * win32/gst.sln:
22946         * gst-libs/gst/audio/audio.def:
22947         * gst-libs/gst/audio/audio.vcproj:
22948         * gst-libs/gst/audio/audiofilter.vcproj:
22949         * gst-libs/gst/audio/riff.def:
22950         * gst-libs/gst/audio/riff.vcproj:
22951         * gst-libs/gst/gst-libs.def:
22952         * gst-libs/gst/gst-libs.vcproj:
22953         * gst/avi/avi.vcproj:
22954         * gst/avi/avi.vcproj:
22955           Copy the files where needed after building, cleaner projects
22956
22957 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22958
22959         * gst/matroska/ebml-write.c:
22960           Fix some 64 bits constants to be glib friendly
22961
22962 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22963
22964         * win32/gst.sln:
22965         * gst-libs/gst/gst-libs.def:
22966         * gst-libs/gst/gst-libs.vcproj:
22967         * gst/matroska/matroska.def:
22968         * gst/matroska/matroska.vcproj:
22969           Add the preliminary canvas to build plugins on Win32
22970
22971 2004-07-23  Benjamin Otte  <otte@gnome.org>
22972
22973         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22974           don't enfore negotiation from source side, it breaks
22975           sinesrc ! audioconvert ! osssink
22976
22977 2004-07-22  David Schleef  <ds@schleef.org>
22978
22979         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22980         for ELF files, since they can easily be recognized as audio/mpeg.
22981         (bug #147441)
22982
22983 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22984
22985         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22986         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22987         (gst_videoscale_scale_nearest_24bit),
22988         (gst_videoscale_scale_nearest_16bit):
22989           fix 16bit and 24bit for stride (24bit might need testing)
22990           don't pretend we do more than one algorithm
22991
22992 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22993
22994         * configure.ac:
22995         * gst/Makefile.am:
22996         * gst/multifilesink/Makefile.am:
22997         * gst/multifilesink/gstmultifilesink.c:
22998         (gst_multifilesink_get_formats),
22999         (gst_multifilesink_get_query_types), (_do_init),
23000         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23001         (gst_multifilesink_init), (gst_multifilesink_dispose),
23002         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23003         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23004         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23005         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23006         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23007         (gst_multifilesink_uri_get_type),
23008         (gst_multifilesink_uri_get_protocols),
23009         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23010         (gst_multifilesink_uri_handler_init), (plugin_init):
23011         * gst/multifilesink/gstmultifilesink.h:
23012         * testsuite/Makefile.am:
23013         * testsuite/multifilesink/Makefile.am:
23014         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23015         (gst_newmedia_class_init), (gst_newmedia_init),
23016         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23017         (newfile_signal), (test_signal), (main):
23018         multifilesink plugin for creating new files every time a new media
23019         discontinuity event occurs
23020
23021 2004-07-22  Wim Taymans  <wim@fluendo.com>
23022
23023         * gst/alpha/Makefile.am:
23024         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23025         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23026         (gst_alpha_color_init), (gst_alpha_color_set_property),
23027         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23028         (transform), (gst_alpha_color_chain),
23029         (gst_alpha_color_change_state), (plugin_init):
23030         Stupid plugin to to RGBA to AYUV conversion because none of
23031         the colorspace plugins can handle that yet.
23032
23033 2004-07-22  Wim Taymans  <wim@fluendo.com>
23034
23035         * examples/seeking/seek.c: (update_scale), (main):
23036         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23037         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23038         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23039         (gst_decode_bin_init), (gst_decode_bin_dispose),
23040         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23041         (no_more_pads), (close_link), (type_found),
23042         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23043         (plugin_init):
23044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23045         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23046         (gst_play_base_bin_dispose), (queue_overrun),
23047         (gen_preroll_element), (remove_prerolls), (unknown_type),
23048         (no_more_pads), (new_stream), (setup_source),
23049         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23050         (play_base_eos), (gst_play_base_bin_change_state),
23051         (gst_play_base_bin_add_element),
23052         (gst_play_base_bin_remove_element),
23053         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23054         (gst_play_base_bin_unlink_stream),
23055         (gst_play_base_bin_get_streaminfo):
23056         * gst/playback/gstplaybin.c: (gen_video_element),
23057         (gen_audio_element):
23058         * gst/playback/gststreaminfo.h:
23059         More playback updates, attempt to fix things after the state change
23060         breakage.
23061
23062 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23063
23064         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23065         (gst_videoscale_scale_nearest_16bit):
23066           comment algorithm
23067
23068 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23069
23070         * gst/videotestsrc/gstvideotestsrc.c:
23071         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23072         (gst_videotestsrc_init), (gst_videotestsrc_get),
23073         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23074         (gst_videotestsrc_get_property):
23075         * gst/videotestsrc/gstvideotestsrc.h:
23076         * gst/videotestsrc/videotestsrc.c:
23077         * gst/videotestsrc/videotestsrc.h:
23078           cleanup and commenting
23079
23080 2004-07-21  Wim Taymans  <wim@fluendo.com>
23081
23082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23083         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23084         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23085         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23086         (_find_chain_get_unknown_part), (_find_streams_check),
23087         (gst_ogg_demux_push), (gst_ogg_pad_push):
23088         * ext/theora/theoradec.c: (theora_get_formats),
23089         (theora_dec_src_convert), (theora_dec_sink_convert),
23090         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23091         (theora_dec_chain):
23092         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23093         (vorbis_dec_convert), (vorbis_dec_src_query),
23094         (vorbis_dec_src_event), (vorbis_dec_event):
23095         More seeking fixes, oggdemux now supports seeking to time and
23096         uses the downstream element to convert granulepos to time.
23097         Seeking in theora-only ogg files now works.
23098
23099 2004-07-21  Wim Taymans  <wim@fluendo.com>
23100
23101         * ext/theora/theoradec.c: (gst_theora_dec_init),
23102         (theora_get_formats), (theora_get_event_masks),
23103         (theora_get_query_types), (theora_dec_src_convert),
23104         (theora_dec_sink_convert), (theora_dec_src_query),
23105         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23106         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23107         (vorbis_get_event_masks), (vorbis_get_query_types),
23108         (gst_vorbis_dec_init), (vorbis_dec_convert),
23109         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23110         Added query/convert/formats functions to vorbis and theora decoders
23111         so that the outside world can use them too. Fixed seeking on an
23112         ogg/theora/vorbis file by disabling the seeking seeking on the
23113         theora srcpad.
23114
23115 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23116
23117         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23118         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23119         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23120         images creation for both elements. We don't create the image on caps
23121         nego or renego, we just destroy the internal one if present if it does
23122         not match the needs. The chain function takes care of creating a new
23123         image when needed.
23124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23125         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23126         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23127         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23128         the image format information. The buffer pool checks for the context
23129         image format and discard images with different formats.
23130         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23131
23132 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23133
23134         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23135         (gst_ffmpegcolorspace_chain):
23136           no point in doing any chaining if the pad we want to push from
23137           isn't usable.
23138
23139 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23140
23141         * gst-libs/gst/riff/riff-media.c:
23142         (gst_riff_create_audio_caps_with_data):
23143           Fix double end-to-native symbol conversion (#148021).
23144
23145 2004-07-20  David Schleef  <ds@schleef.org>
23146
23147         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23148         Don't use an Atom that doesn't exist.
23149
23150 2004-07-20  Wim Taymans  <wim@fluendo.com>
23151
23152         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23153         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23154         (gst_multifdsink_client_remove),
23155         (gst_multifdsink_handle_client_write),
23156         (gst_multifdsink_queue_buffer):
23157         * gst/tcp/gstmultifdsink.h:
23158         More multifdsink stats. Avoid deadlock by releasing locks
23159         before sending out a signal.
23160
23161 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23162
23163         * po/LINGUAS:
23164         * po/hu.po:
23165           added Hungarian translation (Laszlo Dvornik)
23166
23167 2004-07-20  Wim Taymans  <wim@fluendo.com>
23168
23169         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23170         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23171         (gst_multifdsink_handle_client_write),
23172         (gst_multifdsink_queue_buffer):
23173         * gst/tcp/gsttcp-marshal.list:
23174         Fixed the stupid marshal definition.
23175
23176 2004-07-20  Wim Taymans  <wim@fluendo.com>
23177
23178         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23179         (gst_multifdsink_init), (gst_multifdsink_add),
23180         (gst_multifdsink_client_remove),
23181         (gst_multifdsink_handle_client_write),
23182         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23183         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23184         (gst_multifdsink_init_send):
23185         * gst/tcp/gstmultifdsink.h:
23186         Added more stats, added timeout for a client, fixed some typos
23187         and added some comments.
23188
23189 2004-07-20  Wim Taymans  <wim@fluendo.com>
23190
23191         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23192         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23193         (gst_multifdsink_client_remove),
23194         (gst_multifdsink_handle_client_write):
23195         * gst/tcp/gstmultifdsink.h:
23196         * gst/tcp/gsttcp-marshal.list:
23197         Added get_stats method that returns a GValueArray of
23198         stats values.
23199
23200 2004-07-19  Benjamin Otte  <otte@gnome.org>
23201
23202         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23203           make sure longname, description and author are valid UTF-8
23204
23205 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23206
23207         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23208         (gst_ximagesink_set_property):
23209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23210         (gst_xvimagesink_set_property):
23211           make sure SYNCHRONOUS is respected after getting the X context
23212
23213 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23214
23215         * gst/matroska/matroska-demux.c:
23216         (gst_matroska_demux_handle_src_event),
23217         (gst_matroska_demux_parse_blockgroup):
23218         * gst/matroska/matroska-ids.h:
23219           add BlockReference tag and ignore it to clear out log.
23220           ignore NAVIGATION events to clear out log.
23221
23222 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23223
23224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23225         (gst_matroska_demux_add_stream):
23226         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23227           add debug categories
23228
23229 2004-07-16  Wim Taymans  <wim@fluendo.com>
23230
23231         * ext/libpng/Makefile.am:
23232         * ext/libpng/gstpng.c: (plugin_init):
23233         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23234         (gst_pngdec_get_type), (gst_pngdec_base_init),
23235         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23236         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23237         * ext/libpng/gstpngdec.h:
23238         Added png decoder.
23239
23240 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23241
23242         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23243         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23244         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23245         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23246         (gst_ximagesink_buffer_alloc):
23247         * sys/ximage/ximagesink.h:
23248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23249         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23250         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23251         (gst_xvimagesink_buffer_alloc):
23252         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23253         again. Using internal data pointer of the x(v)image to store image's
23254         data to be coherent with the buffer alloc mechanism. Investigated the
23255         image destruction code to be sure that everything gets freed correctly.
23256
23257 2004-07-16  Wim Taymans  <wim@fluendo.com>
23258
23259         * gst-libs/gst/riff/riff-read.c:
23260         (gst_riff_read_strf_vids_with_data),
23261         (gst_riff_read_strf_auds_with_data):
23262         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23263         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23264         Make sure we don't create 0 sized subbuffers in riff-read.
23265         Signal the no more pads signal after reading the avi header.
23266
23267 2004-07-16  Wim Taymans  <wim@fluendo.com>
23268
23269         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23270         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23271         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23272         (gst_decode_bin_init), (gst_decode_bin_dispose),
23273         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23274         (no_more_pads), (close_link), (type_found),
23275         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23276         (gst_decode_bin_change_state), (plugin_init):
23277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23278         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23279         (gst_play_base_bin_dispose), (queue_overrun),
23280         (gen_preroll_element), (remove_prerolls), (unknown_type),
23281         (no_more_pads), (new_stream), (setup_source),
23282         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23283         (play_base_eos), (gst_play_base_bin_change_state),
23284         (gst_play_base_bin_add_element),
23285         (gst_play_base_bin_remove_element),
23286         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23287         (gst_play_base_bin_unlink_stream),
23288         (gst_play_base_bin_get_streaminfo):
23289         * gst/playback/gstplaybasebin.h:
23290         Better error recovery. Added configurable preroll queue size. Faster
23291         detection of no-more-pads.
23292
23293 2004-07-16  Wim Taymans  <wim@fluendo.com>
23294
23295         * gst-libs/gst/video/video.h:
23296         Added 32 bits RGBA. Not sure if we should use another mime-type
23297         for alpha rgb. Currently the presence of the alpha_mask property
23298         signals an alpha channel.
23299
23300 2004-07-16  Wim Taymans  <wim@fluendo.com>
23301
23302         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23304         FPS seems to be 0.0 to MAX everywhere else.
23305
23306 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23307
23308         * gst-libs/gst/riff/riff-media.c:
23309         (gst_riff_create_video_caps_with_data):
23310           mp42/mp43 (no caps) exist too.
23311         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23312           Set pixel_width/height; we've got them in-caps.
23313         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23314         * gst/wavparse/gstwavparse.c: (plugin_init):
23315           Both are valid primary.
23316         * sys/oss/gstossmixer.c:
23317           Remove i18n hack and enable translations.
23318
23319 2004-07-15  Benjamin Otte  <otte@gnome.org>
23320
23321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23322         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23323           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23324
23325 2004-07-15  Benjamin Otte  <otte@gnome.org>
23326
23327         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23328         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23329         (gst_alsa_close_audio):
23330           disable some of the debugging code for now. Writing debugging to a
23331           buffer is broken in current alsalib releases.
23332
23333 2004-07-12  Benjamin Otte  <otte@gnome.org>
23334
23335         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23336           use bufferpools
23337
23338 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23339
23340         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23341         (theora_dec_src_query), (theora_dec_event):
23342         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23343           add debugging categories.  Remove \n's.
23344
23345 2004-07-13  Johan Dahlin  <johan@gnome.org>
23346
23347         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23348         (gst_play_bin_get_property): Impl.
23349
23350 2004-07-13  Wim Taymans  <wim@fluendo.com>
23351
23352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23353         When trying to find the stream length, seek back N pages
23354         instead of just one, where N is the number of streams in
23355         the current chain.
23356
23357 2004-07-13  Wim Taymans  <wim@fluendo.com>
23358
23359         * gst-libs/gst/riff/riff-media.c:
23360         (gst_riff_create_audio_caps_with_data),
23361         (gst_riff_create_audio_caps),
23362         (gst_riff_create_audio_template_caps):
23363         * gst-libs/gst/riff/riff-media.h:
23364         * gst-libs/gst/riff/riff-read.c:
23365         (gst_riff_read_strf_vids_with_data),
23366         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23367         * gst-libs/gst/riff/riff-read.h:
23368         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23369         (gst_avi_demux_add_stream):
23370         Set codec_data on caps for avidemuxer.
23371
23372 2004-07-12  David Schleef  <ds@schleef.org>
23373
23374         * configure.ac: Fix test for Objective C
23375
23376 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23377         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23378         (gst_gdk_pixbuf_chain):
23379           Add svg and pcx to template caps, and ensure that getcaps returns a
23380           subset of the template caps.
23381           Copy each row manually for output, as gdkpixbuf may pad the
23382           rowstride to a 32-bit word boundary.
23383
23384 2004-07-12  Wim Taymans  <wim@fluendo.com>
23385
23386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23387         (gst_riff_create_video_template_caps):
23388         Fix the template caps to include some more media types.
23389
23390 2004-07-12  Wim Taymans  <wim@fluendo.com>
23391
23392         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23393         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23394         (compare_ranks), (print_feature), (gst_decode_bin_init),
23395         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23396         (try_to_link_1), (new_pad), (close_link), (type_found),
23397         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23398         (gst_decode_bin_change_state), (plugin_init):
23399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23400         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23401         (gst_play_base_bin_dispose), (queue_overrun),
23402         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23403         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23404         (gst_play_base_bin_get_property), (play_base_eos),
23405         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23406         (gst_play_base_bin_remove_element),
23407         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23408         (gst_play_base_bin_unlink_stream),
23409         (gst_play_base_bin_get_streaminfo):
23410         * gst/playback/gstplaybasebin.h:
23411         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23412         (gst_play_bin_class_init), (gst_play_bin_init),
23413         (gst_play_bin_dispose), (gst_play_bin_set_property),
23414         (gst_play_bin_get_property), (gen_video_element),
23415         (gen_audio_element), (remove_sinks), (setup_sinks),
23416         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23417         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23418         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23419         (gst_play_bin_query), (plugin_init):
23420         * gst/playback/test4.c: (main):
23421         More fixes on reusing of the element.
23422
23423 2004-07-11  Benjamin Otte  <otte@gnome.org>
23424
23425         * ext/mad/gstmad.c: (normal_seek):
23426           allow seeking for other methods than just SET
23427
23428 2004-07-11  Andy Wingo  <wingo@pobox.com>
23429
23430         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23431         float, "any" caps -> buffer_frames=[0,MAX].
23432
23433         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23434         doesn't intersect our caps with the template any more. Do it
23435         ourselves.
23436         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23437
23438 2004-07-09  Wim Taymans  <wim@fluendo.com>
23439
23440         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23441         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23442         (compare_ranks), (print_feature), (gst_decode_bin_init),
23443         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23444         (try_to_link_1), (new_pad), (close_link), (type_found),
23445         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23446         (gst_decode_bin_change_state), (plugin_init):
23447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23448         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23449         (gst_play_base_bin_dispose), (queue_overrun),
23450         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23451         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23452         (gst_play_base_bin_get_property), (play_base_eos),
23453         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23454         (gst_play_base_bin_remove_element),
23455         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23456         (gst_play_base_bin_unlink_stream),
23457         (gst_play_base_bin_get_streaminfo):
23458         * gst/playback/gstplaybasebin.h:
23459         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23460         (gst_play_bin_class_init), (gst_play_bin_init),
23461         (gst_play_bin_dispose), (gst_play_bin_set_property),
23462         (gst_play_bin_get_property), (gen_video_element),
23463         (gen_audio_element), (remove_sinks), (setup_sinks),
23464         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23465         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23466         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23467         (gst_play_bin_query), (plugin_init):
23468         * gst/playback/test4.c: (main):
23469         Work on object reuse and seeking.
23470
23471 2004-07-09  Wim Taymans  <wim@fluendo.com>
23472
23473         * examples/seeking/seek.c: (iterate):
23474         Don't consume all CPU in the idle loop.
23475
23476 2004-07-09  Wim Taymans  <wim@fluendo.com>
23477
23478         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23479         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23480         Add pad to element *after* setting the pad functions so that
23481         the scheduler can use the correct ones.
23482
23483 2004-07-09  Wim Taymans  <wim@fluendo.com>
23484
23485         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23486         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23487         Sync to keyframe after seek
23488
23489 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23490
23491         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23492         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23493         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23494         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23495         * ext/libvisual/visual.c: (gst_visual_change_state):
23496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23497         * ext/theora/theoradec.c: (theora_dec_change_state):
23498         * ext/theora/theoraenc.c: (theora_enc_change_state):
23499         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23500         * gst-libs/gst/navigation/navigation.c:
23501         * gst/adder/gstadder.c: (gst_adder_change_state):
23502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23503         (gst_audio_convert_get_buffer):
23504         * gst/multipart/multipartdemux.c:
23505         (gst_multipart_demux_change_state):
23506         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23507         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23508         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23509         * gst/videoscale/gstvideoscale.c:
23510         (gst_videoscale_handle_src_event):
23511         * gst/volume/gstvolume.c: (volume_chain_int16):
23512           don't assert in state change, this should be done by the base
23513           GstElement class.
23514           various debugging fixes.
23515
23516 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23517
23518         * configure.ac:
23519         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23520         (gst_play_dispose), (gst_play_set_location),
23521         (gst_play_set_data_src), (gst_play_set_video_sink),
23522         (gst_play_set_audio_sink), (gst_play_set_visualization),
23523         (gst_play_connect_visualization), (gst_play_get_sink_element),
23524         (gst_play_get_all_by_interface):
23525         * gst-libs/gst/play/play.h:
23526           add new method to get elements implementing an interface.
23527           add various error logging
23528
23529 2004-07-08  Wim Taymans  <wim@fluendo.com>
23530
23531         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23532         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23533         (make_playerbin_pipeline), (query_durations_elems),
23534         (query_durations_pads), (query_positions_elems),
23535         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23536         (main):
23537         Added playbin seeking example.
23538
23539 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23540
23541         * gst-libs/gst/play/play.c: (gst_play_set_location),
23542         (gst_play_set_data_src), (gst_play_set_video_sink),
23543         (gst_play_set_audio_sink), (gst_play_set_visualization),
23544         (gst_play_connect_visualization), (gst_play_get_framerate):
23545           use a macro to look up elements from hash table
23546
23547 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23548
23549         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23550         (gst_play_get_length_callback), (gst_play_set_location),
23551         (gst_play_seek_to_time), (gst_play_set_data_src),
23552         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23553         (gst_play_set_visualization), (gst_play_connect_visualization),
23554         (gst_play_get_sink_element):
23555         - add debugging info
23556         - fix looking up sink elements by iterating over complete caps
23557         - put everything except for source and autoplugger in a complete bin
23558
23559 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23560
23561         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23563         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23564         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23565         * ext/alsa/gstalsasink.h:
23566         - add debugging info
23567         - clean up schizophrenia of data/buffer/event
23568         - fix double event unref error
23569
23570 2004-07-08  Wim Taymans  <wim@fluendo.com>
23571
23572         * gst/playback/Makefile.am:
23573         Add headers to noinst
23574
23575 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23576
23577         * tools/gst-launch-ext-m.m:
23578         * tools/gst-launch-ext.1.in:
23579           convert to the third millenium
23580
23581 2004-07-07  David Schleef  <ds@schleef.org>
23582
23583         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23584
23585 2004-07-07  Wim Taymans  <wim@fluendo.com>
23586
23587         * gst/playback/Makefile.am:
23588         * gst/playback/README:
23589         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23590         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23591         (compare_ranks), (print_feature), (gst_decode_bin_init),
23592         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23593         (try_to_link_1), (new_pad), (close_link), (type_found),
23594         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23595         (plugin_init):
23596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23597         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23598         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23599         (gen_preroll_element), (no_more_pads), (new_stream),
23600         (setup_source), (gst_play_base_bin_set_property),
23601         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23602         (gst_play_base_bin_add_element),
23603         (gst_play_base_bin_remove_element),
23604         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23605         (gst_play_base_bin_unlink_stream),
23606         (gst_play_base_bin_get_streaminfo):
23607         * gst/playback/gstplaybasebin.h:
23608         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23609         (gst_play_bin_class_init), (gst_play_bin_init),
23610         (gst_play_bin_dispose), (gst_play_bin_set_property),
23611         (gst_play_bin_get_property), (gen_video_element),
23612         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23613         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23614         (gst_play_bin_get_formats), (gst_play_bin_convert),
23615         (gst_play_bin_get_query_types), (gst_play_bin_query),
23616         (plugin_init):
23617         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23618         (gst_stream_info_get_type), (gst_stream_info_class_init),
23619         (gst_stream_info_init), (gst_stream_info_new),
23620         (gst_stream_info_dispose), (gst_stream_info_set_property),
23621         (gst_stream_info_get_property):
23622         * gst/playback/gststreaminfo.h:
23623         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23624         (main):
23625         * gst/playback/test2.c: (main):
23626         * gst/playback/test3.c: (update_scale), (main):
23627         More playbin fixes. Added README. Do better element filtering.
23628         Added base class to preroll media. Added test apps.
23629
23630 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23631
23632         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23633         * ext/mpeg2dec/gstmpeg2dec.h:
23634           various debugging improvements.  Reset stream to next picture
23635           instead of sequence header, otherwise seeks cannot work.
23636
23637 2004-07-07  Wim Taymans  <wim@fluendo.com>
23638
23639         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23640         (gst_video_box_class_init), (gst_video_box_set_property),
23641         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23642         Use pad_alloc where possible.
23643
23644 2004-07-07  Wim Taymans  <wim@fluendo.com>
23645
23646         * sys/oss/gstosselement.c: (gst_osselement_reset),
23647         (gst_osselement_parse_caps):
23648         * sys/oss/gstosselement.h:
23649         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23650         Fix offset on osssrc.
23651
23652 2004-07-07  Wim Taymans  <wim@fluendo.com>
23653
23654         * ext/theora/theora.c: (plugin_init):
23655         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23656         (theora_dec_src_query), (theora_dec_chain):
23657         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23658         (theora_enc_sink_link), (theora_buffer_from_packet),
23659         (theora_push_packet), (theora_enc_chain):
23660         Fix theora granulepos calculation.
23661         Fix overflow in duration/position calculation.
23662         Bump rank to PRIMARY for theoradec.
23663         Use granulepos of last packet to calculate position.
23664         Set keyframe flag on buffers when needed.
23665
23666 2004-07-06  David Schleef  <ds@schleef.org>
23667
23668         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23669         serious?  (Fixed, obviously.)
23670
23671 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23672
23673         * po/LINGUAS:
23674         * po/cs.po:
23675           added Czech translation (Miloslav Trmac)
23676
23677 2004-07-05  Wim Taymans  <wim@fluendo.com>
23678
23679         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23680         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23681         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23682         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23683         (close_link), (type_found), (gst_decode_bin_set_property),
23684         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23685         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23686         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23687         (gst_decode_bin_query), (plugin_init):
23688         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23689         (gst_play_bin_class_init), (gst_play_bin_init),
23690         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23691         (get_video_element), (new_pad), (setup_source),
23692         (gst_play_bin_set_property), (gst_play_bin_get_property),
23693         (gst_play_bin_change_state), (gst_play_bin_add_element),
23694         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23695         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23696         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23697         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23698         * gst/playback/test.c: (main):
23699         More fixes, cleaned up playbin, make it use decodebin. Added
23700         threaded property to playbin.
23701
23702 2004-07-05  Wim Taymans  <wim@fluendo.com>
23703
23704         * configure.ac:
23705         * gst/playback/Makefile.am:
23706         * gst/playback/decodetest.c: (main):
23707         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23708         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23709         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23710         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23711         (close_link), (type_found), (gst_decode_bin_set_property),
23712         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23713         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23714         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23715         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23716         (plugin_init):
23717         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23718         (gst_play_bin_class_init), (gst_play_bin_init),
23719         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23720         (collect_sink_pads), (find_compatibles), (close_pad_link),
23721         (try_to_link_1), (new_pad), (close_link), (type_found),
23722         (setup_source), (gst_play_bin_set_property),
23723         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23724         (compare_ranks), (gst_play_bin_collect_factories),
23725         (gst_play_bin_change_state), (gst_play_bin_add_element),
23726         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23727         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23728         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23729         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23730         * gst/playback/test.c: (main):
23731         Added some playback helper elements and some test apps, very alpha
23732         still.
23733
23734 2004-07-04  Benjamin Otte  <otte@gnome.org>
23735
23736         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23737           only restart audio when we indeed have an xrun to fix repeated
23738           xruns. Fix suggested by Giuliano Pochini.
23739
23740 2004-07-03  David Schleef  <ds@schleef.org>
23741
23742         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23743         call to gst_debug_log() if debugging is disabled (bug #145118)
23744
23745 2004-07-03  Benjamin Otte  <otte@gnome.org>
23746
23747         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23748           use our own functions for restarting the alsa device.
23749         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23750           I should apply patches myself - use MIN for the third argument, not
23751           the second, this fixes seeking
23752
23753 2004-07-02  David Schleef  <ds@schleef.org>
23754
23755         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23756         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23757         do with the logic.
23758
23759 2004-07-02  David Schleef  <ds@schleef.org>
23760
23761         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23762         output buffers.  Fix logic mistake.  (bug #144866)
23763
23764 2004-07-02  David Schleef  <ds@schleef.org>
23765
23766         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23767         on X.  (bug #144753)
23768
23769 2004-07-02  David Schleef  <ds@schleef.org>
23770
23771         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23772         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23773         (bug #144624)
23774         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23775         (gst_osselement_rate_probe_check): Add another workaround for
23776         buggy drivers (bug #145336)
23777
23778 2004-07-02  David Schleef  <ds@schleef.org>
23779
23780         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23781         Most systems don't have MSG_NOSIGNAL.
23782
23783 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * Makefile.am:
23786         * gst-libs/gst/colorbalance/Makefile.am:
23787         * gst-libs/gst/mixer/Makefile.am:
23788         * gst-libs/gst/play/Makefile.am:
23789         * gst-libs/gst/tuner/Makefile.am:
23790           (hopefully) fix both install and dist and make error message useful.
23791           needs testing across automakes.
23792
23793 2004-07-02  Benjamin Otte  <otte@gnome.org>
23794
23795         * ext/ogg/gstogg.c: (plugin_init):
23796           we require bytestream now
23797         * ext/ogg/gstoggdemux.c:
23798           huge diff to implement chain setup in a fast and generic way. This
23799           improves tag reading and startup of huge files (read: Theora videos)
23800           quite a bit. It probably contains bugs, too, so please test.
23801           Seeking is not improved to the fast method.
23802
23803 2004-06-29  Wim Taymans  <wim@fluendo.com>
23804
23805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23806         * ext/ogg/gstoggmux.c:
23807         Fix memleak in oggdemux when running unconnected pads.
23808         doc update in mux, start working on keyframe mode.
23809
23810 2004-06-29  Benjamin Otte  <otte@gnome.org>
23811
23812         * sys/oss/gstosssink.c:
23813         * sys/oss/gstosssrc.c:
23814           advertise correct template caps - we indeed do non-native endianness
23815           and 8bit audio has no endianness
23816         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23818           avoid (wrong) duplications in getcaps function and return
23819           template caps
23820
23821 2004-06-29  Wim Taymans  <wim@fluendo.com>
23822
23823         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23824         (gst_multifdsink_class_init), (gst_multifdsink_add),
23825         (gst_multifdsink_remove), (gst_multifdsink_clear),
23826         (gst_multifdsink_client_remove),
23827         (gst_multifdsink_handle_client_read),
23828         (gst_multifdsink_client_queue_data),
23829         (gst_multifdsink_client_queue_caps),
23830         (gst_multifdsink_client_queue_buffer),
23831         (gst_multifdsink_handle_client_write),
23832         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23833         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23834         (gst_multifdsink_init_send), (gst_multifdsink_close):
23835         Fix wrong GList iteration that could crash the server when
23836         more then 2 clients disconnect at the same time. Read all the
23837         pending commands in one batch to recover from command storms under
23838         very heavy load.
23839
23840 2004-06-28  Wim Taymans  <wim@fluendo.com>
23841
23842         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23843         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23844         (gst_videomixer_pad_set_property),
23845         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23846         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23847         (gst_videomixer_class_init), (gst_videomixer_init),
23848         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23849         (pad_zorder_compare), (gst_videomixer_sort_pads),
23850         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23851         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23852         (gst_videomixer_update_queues), (gst_videomixer_loop),
23853         (plugin_init):
23854         Avoid divide by zero, choose masterpad as the pad with the highest
23855         framerate.
23856
23857 2004-06-27  Julien Moutte  <julien@moutte.net>
23858
23859         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23860         (gst_ximagesink_xwindow_new):
23861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23862         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23863         function directly. We might want to call it from somewhere else one day.
23864
23865 2004-06-27  Julien Moutte  <julien@moutte.net>
23866
23867         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23868         (gst_ximagesink_xwindow_new):
23869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23870         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23871         window decorations.
23872
23873 2004-06-27  Wim Taymans  <wim@fluendo.com>
23874
23875         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23876         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23877         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23878         (gst_dvdec_set_property), (gst_dvdec_get_property):
23879         * ext/dv/gstdvdec.h:
23880         Implement drop_factor property to lower the framerate with
23881         a factor.
23882
23883 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23884
23885         * gst-libs/gst/colorbalance/Makefile.am:
23886         * gst-libs/gst/mixer/Makefile.am:
23887         * gst-libs/gst/play/Makefile.am:
23888         * gst-libs/gst/tuner/Makefile.am:
23889           unbreak Company's fix that didn't install the -enum.h files
23890
23891 2004-06-27  Wim Taymans  <wim@fluendo.com>
23892
23893         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23894         (gst_dvdec_change_state):
23895         * ext/dv/gstdvdec.h:
23896         Fix timestamp, duration and offset of the buffers.
23897
23898 2004-06-27  Wim Taymans  <wim@fluendo.com>
23899
23900         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23901         (gst_multifdsink_class_init), (gst_multifdsink_add),
23902         (gst_multifdsink_remove), (gst_multifdsink_clear),
23903         (gst_multifdsink_client_remove),
23904         (gst_multifdsink_handle_client_read),
23905         (gst_multifdsink_client_queue_data),
23906         (gst_multifdsink_client_queue_caps),
23907         (gst_multifdsink_client_queue_buffer),
23908         (gst_multifdsink_handle_client_write),
23909         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23910         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23911         (gst_multifdsink_init_send), (gst_multifdsink_close):
23912         * gst/tcp/gstmultifdsink.h:
23913         * gst/tcp/gsttcpserversink.c:
23914         (gst_tcpserversink_handle_server_read),
23915         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23916         More multifdsink fixes, more recovery policy fixes.
23917         Removed stupid g_print
23918
23919 2004-06-26  Wim Taymans  <wim@fluendo.com>
23920
23921         * gst/tcp/Makefile.am:
23922         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23923         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23924         (gst_multifdsink_class_init), (gst_multifdsink_init),
23925         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23926         (gst_multifdsink_handle_client_read),
23927         (gst_multifdsink_client_queue_data),
23928         (gst_multifdsink_client_queue_caps),
23929         (gst_multifdsink_client_queue_buffer),
23930         (gst_multifdsink_handle_client_write),
23931         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23932         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23933         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23934         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23935         (gst_multifdsink_close), (gst_multifdsink_change_state):
23936         * gst/tcp/gstmultifdsink.h:
23937         * gst/tcp/gsttcpplugin.c: (plugin_init):
23938         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23939         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23940         (gst_tcpserversink_handle_server_read),
23941         (gst_tcpserversink_handle_select),
23942         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23943         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23944         * gst/tcp/gsttcpserversink.h:
23945         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23946         one of the locks, added recovery policy to multifdsink.
23947
23948 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23949
23950         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23951           fix decision for when getting frames with same timestamp
23952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23953         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23954         (gst_v4lsrc_get_property):
23955         * sys/v4l/gstv4lsrc.h:
23956           add latency offset property
23957
23958 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23959
23960         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23961         (plugin_init):
23962           fix debugging. add category.
23963
23964 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23967           fix wrong offsets
23968
23969 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23970
23971         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23972         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23973         (gst_alsa_src_change_state):
23974           return a time that is in sync with the element's processing
23975
23976 2004-06-25  Wim Taymans  <wim@fluendo.com>
23977
23978         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23979         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23980         (gst_tcpserversink_client_remove),
23981         (gst_tcpserversink_handle_client_read),
23982         (gst_tcpserversink_client_queue_data),
23983         (gst_tcpserversink_client_queue_caps),
23984         (gst_tcpserversink_client_queue_buffer),
23985         (gst_tcpserversink_handle_client_write),
23986         (gst_tcpserversink_queue_buffer),
23987         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23988         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23989         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23990         (gst_tcpserversink_close):
23991         * gst/tcp/gsttcpserversink.h:
23992         Serversink rewrite. Really do non blocking writes to clients and
23993         maintain an internal queue to handle slower clients while not
23994         disturbing fast clients.
23995
23996 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23997
23998         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23999           better debug, don't override OFFSET and OFFSET_END
24000
24001 2004-06-25  Iain <iain@prettypeople.org>
24002
24003         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24004         name=source for the wavparse pipeline.
24005
24006 2004-06-24  Johan Dahlin  <johan@gnome.org>
24007
24008         * ext/theora/theoraenc.c (theora_enc_chain): Call
24009         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24010         streamheader caps are set correctly.
24011
24012 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24013
24014         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24015         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24016           respect minimum bitrate; same could be done for max bitrate
24017
24018 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24019
24020         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24021         (gst_vorbisenc_setup):
24022           fix sample rate range
24023
24024 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24025
24026         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24027         (gst_oggvorbisenc_setup):
24028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24029         (gst_vorbisenc_setup):
24030           resolve ambiguities in code and description
24031
24032 2004-06-24  Wim Taymans  <wim@fluendo.com>
24033
24034         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24035         * ext/alsa/gstalsa.h:
24036         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24037         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24038         Use alsa trigger_tstamp to get the timestamp of the first
24039         sample in the buffer for more precise sync. Some cleanups.
24040
24041 2004-06-24  Wim Taymans  <wim@fluendo.com>
24042
24043         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24044         (gst_audiorate_init), (gst_audiorate_chain),
24045         (gst_audiorate_set_property), (gst_audiorate_get_property):
24046         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24047         (gst_videorate_chain):
24048         Added some logging, fixed an overflow bug in videorate.
24049
24050 2004-06-24  Benjamin Otte  <otte@gnome.org>
24051
24052         * ext/kio/Makefile.am:
24053           fix for builddir != srcdir and distcheck
24054
24055 2004-06-24  Benjamin Otte  <otte@gnome.org>
24056
24057         * gst-libs/gst/colorbalance/Makefile.am:
24058         * gst-libs/gst/mixer/Makefile.am:
24059         * gst-libs/gst/play/Makefile.am:
24060         * gst-libs/gst/tuner/Makefile.am:
24061         * gst/tcp/Makefile.am:
24062         * sys/dxr3/Makefile.am:
24063           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24064           tarball.
24065           Also add all *.list files that were missing.
24066         * Makefile.am:
24067           add a distcheck hook to ensure the above doesn't happen again.
24068
24069 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24070
24071         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24072
24073 2004-06-23  Colin Walters  <walters@redhat.com>
24074
24075         * m4/Makefile.am: Distribute gst-fionread.m4.
24076
24077 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24078
24079         * configure.ac: back to dev
24080
24081 2004-06-23  Wim Taymans  <wim@fluendo.com>
24082
24083         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24084         (gst_alsa_xrun_recovery):
24085         * ext/alsa/gstalsa.h:
24086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24087         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24088         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24089         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24090         (gst_alsa_src_loop):
24091         Add clock to alsasrc. Take new capture timestamp when
24092         restarting after an overrun. Split up some functions between
24093         alsasrc and alsasink.
24094
24095 === release 0.8.2 ===
24096
24097 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24098
24099         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24100         (gst_alsa_change_state), (gst_alsa_update_avail),
24101         (gst_alsa_xrun_recovery):
24102         * ext/alsa/gstalsa.h:
24103         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24104           merge back changes from release
24105
24106 2004-06-23  Wim Taymans  <wim@fluendo.com>
24107
24108         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24109         (gst_audiorate_init), (gst_audiorate_chain),
24110         (gst_audiorate_set_property), (gst_audiorate_get_property):
24111         Implement sample dropping and notify
24112
24113 2004-06-22  Wim Taymans  <wim@fluendo.com>
24114
24115         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24116         (theora_enc_sink_link), (theora_buffer_from_packet),
24117         (theora_push_packet), (theora_enc_chain):
24118         Some cleanups, make sure the timestamps are correct.
24119
24120 2004-06-22  Wim Taymans  <wim@fluendo.com>
24121
24122         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24123         (gst_alsa_change_state), (gst_alsa_update_avail),
24124         (gst_alsa_xrun_recovery):
24125         * ext/alsa/gstalsa.h:
24126         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24127         Cleanups, take queued samples into account when reporting
24128         the time.
24129
24130 2004-06-22  Wim Taymans  <wim@fluendo.com>
24131
24132         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24133         (gst_videorate_init):
24134         Initialize the property as well.
24135
24136 2004-06-22  Wim Taymans  <wim@fluendo.com>
24137
24138         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24139         (gst_videorate_init), (gst_videorate_chain),
24140         (gst_videorate_set_property), (gst_videorate_get_property):
24141         Add property to make videorate silent.
24142         Add property to prefer new frames over old ones.
24143
24144 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24145
24146         * sys/osxvideo/Makefile.am:
24147         Workaround so that the osxvideo .so file gets linked with the
24148         Cocoa, OpenGL and QuickTime frameworks
24149
24150 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24151
24152         * sys/osxaudio/Makefile.am:
24153         Workaround so that the osxaudio .so file gets linked with the
24154         CoreAudio framework
24155
24156 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24157
24158         * configure.ac:
24159         Whoops, my fault...fixed build issues
24160
24161 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24162
24163         * configure.ac:
24164         Add objective-c support if running in Darwin/Mac OS X
24165         * sys/Makefile.am:
24166         * sys/osxvideo:
24167         * sys/osxvideo/Makefile.am:
24168         * sys/osxvideo/osxvideosink.h:
24169         * sys/osxvideo/osxvideosink.m:
24170         * sys/osxvideo/cocoawindow.h:
24171         * sys/osxvideo/cocoawindow.m:
24172         Add osxvideosink, a cocoa-based osx video sink
24173
24174
24175 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24176         * ext/dvdnav/gst-dvd:
24177         Grab the gconf key from the right spot
24178         * gst/debug/gstnavseek.c: (gst_navseek_init),
24179         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24180         (gst_navseek_chain):
24181         * gst/debug/gstnavseek.h:
24182           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24183           and loop parameters of a segment seek.
24184         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24185         (gst_videotestsrc_get_event_masks),
24186         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24187         * gst/videotestsrc/gstvideotestsrc.h:
24188           Add seeking support to videotestsrc
24189           Initialise the timestamp_offset variable.
24190
24191 2004-06-18  Wim Taymans  <wim@fluendo.com>
24192
24193         * ext/sidplay/gstsiddec.cc:
24194         Fix negotiation and set correct end offset.
24195
24196 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24197
24198         * configure.ac: branch and prerelease
24199
24200 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24203         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24204         (gst_tcpclientsrc_init_receive):
24205         * gst/tcp/gsttcpclientsrc.h:
24206           read caps when connecting to server for GDP so we set them correctly
24207
24208 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24209
24210         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24211           notify drops and duplicates
24212         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24213           no good reason to limit ourselves to 100x100
24214
24215 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24216
24217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24218         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24219         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24220         (gst_v4lsrc_get_property):
24221         * sys/v4l/gstv4lsrc.h:
24222         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24223         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24224         (gst_v4l_set_audio):
24225         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24226         (gst_v4lsrc_try_capture):
24227         * sys/v4l/v4lsrc_calls.h:
24228           change try_palette to more general try_capture
24229           add autoprobe option so we can turn off autoprobing
24230           various fixes
24231
24232 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24233
24234         * configure.ac:
24235           add videorate
24236         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24237         (gst_ximagesink_class_init):
24238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24239         (gst_xvimagesink_class_init):
24240           run them as finalize, not dispose, since dispose can be invoked
24241           multiple times
24242
24243 2004-06-17  Wim Taymans  <wim@fluendo.com>
24244
24245         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24246         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24247         * ext/alsa/gstalsa.h:
24248         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24249         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24250         (gst_alsa_src_change_state):
24251         * ext/alsa/gstalsasrc.h:
24252         Make the xrun code timestamp and offset the buffers correctly.
24253         moved the clock to the base class, use alsa methods to get time.
24254         Do correct timestamping on outgoing buffers.
24255
24256 2004-06-17  Wim Taymans  <wim@fluendo.com>
24257
24258         * gst/audiorate/Makefile.am:
24259         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24260         (gst_audiorate_base_init), (gst_audiorate_class_init),
24261         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24262         (gst_audiorate_set_property), (gst_audiorate_get_property),
24263         (gst_audiorate_change_state), (plugin_init):
24264         Added an audiorate converter that fills in gaps.
24265
24266 2004-06-17  Johan Dahlin  <johan@gnome.org>
24267
24268         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24269
24270 2004-06-16  Wim Taymans  <wim@fluendo.com>
24271
24272         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24274         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24275         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24276         (gst_v4lsrc_get_property):
24277         * sys/v4l/gstv4lsrc.h:
24278         Added a copy mode to v4lsrc where it will output a copied version
24279         of its internal hardware buffer.
24280         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24281         can't | them.
24282
24283 2004-06-16  Wim Taymans  <wim@fluendo.com>
24284
24285         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24286         Timestamp fixes.
24287
24288 2004-06-16  Wim Taymans  <wim@fluendo.com>
24289
24290         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24291         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24292         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24293         (gst_v4lsrc_get_property):
24294         * sys/v4l/gstv4lsrc.h:
24295         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24296         Added a sync mode enum property to control v4lsrc timestamp method
24297         Removed the use-fixed-fps property and moved functionality in
24298         the enum.
24299         Don't error on an error value from v4l-conf, it might not always
24300         be a real error.
24301
24302 2004-06-16  Wim Taymans  <wim@fluendo.com>
24303
24304         * gst/videorate/Makefile.am:
24305         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24306         (gst_videorate_base_init), (gst_videorate_class_init),
24307         (gst_videorate_getcaps), (gst_videorate_link),
24308         (gst_videorate_init), (gst_videorate_chain),
24309         (gst_videorate_set_property), (gst_videorate_get_property),
24310         (gst_videorate_change_state), (plugin_init):
24311         Added a video timestamp corrector.
24312
24313 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24314
24315         fixed a potential leak with previous commit
24316
24317         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24318
24319 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24320
24321         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24322         Added missing refcount, fixes bug #144425
24323         Cheers Tim for finding the bug
24324
24325 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24326
24327         * sys/v4l/gstv4l.c: (plugin_init):
24328         * sys/v4l/gstv4lcolorbalance.c:
24329         * sys/v4l/gstv4lcolorbalance.h:
24330         * sys/v4l/gstv4lelement.c:
24331         * sys/v4l/gstv4lelement.h:
24332         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24333         * sys/v4l/gstv4lmjpegsink.h:
24334         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24335         * sys/v4l/gstv4lmjpegsrc.h:
24336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24337         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24338         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24339         * sys/v4l/gstv4lsrc.h:
24340         * sys/v4l/gstv4ltuner.c:
24341         * sys/v4l/gstv4ltuner.h:
24342         * sys/v4l/gstv4lxoverlay.c:
24343         * sys/v4l/gstv4lxoverlay.h:
24344         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24345         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24346         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24347         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24348         (gst_v4l_set_audio):
24349         * sys/v4l/v4l_calls.h:
24350         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24351         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24352         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24353         (gst_v4lmjpegsink_playback_init),
24354         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24355         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24356         (gst_v4lmjpegsink_playback_stop),
24357         (gst_v4lmjpegsink_playback_deinit):
24358         * sys/v4l/v4lmjpegsink_calls.h:
24359         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24360         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24361         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24362         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24363         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24364         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24365         * sys/v4l/v4lmjpegsrc_calls.h:
24366         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24367         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24368         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24369         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24370         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24371         (gst_v4lsrc_try_palette):
24372         * sys/v4l/v4lsrc_calls.h:
24373           bunch of paranoia cleanups
24374
24375 2004-06-14  David Schleef  <ds@schleef.org>
24376
24377         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24378         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24379         Send discont events and change timestamps appropriately when
24380         we get a seek event.  (bug #144240)
24381         * ext/cdparanoia/gstcdparanoia.h:
24382
24383 2004-06-14  Benjamin Otte  <otte@gnome.org>
24384
24385         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24386           snd_pcm_hw_params_set_rate  since the latter fails for no good
24387           reason on some setups.
24388
24389 2004-06-14  David Schleef  <ds@schleef.org>
24390
24391         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24392         standard.  Thank you for playing.
24393
24394 2004-06-14  Wim Taymans  <wim@fluendo.com>
24395
24396         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24397         Patch 1.3 broke the ordering of the colorspace info and
24398         made the plugin basically work by coincidence, reordered
24399         the info.
24400
24401 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24402
24403         * ext/lame/gstlame.c:
24404         * ext/mad/gstmad.c:
24405           sync caps.  Make sure mad can only output a list of rates, not
24406           a full range.  In the future, have three caps lists for each of the
24407           mpeg versions.  Change mpegversion to a double as well.
24408
24409 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24410
24411         * gst/volume/.cvsignore:
24412         * gst/volume/Makefile.am:
24413         * gst/volume/demo.c: (value_changed_callback), (idler),
24414         (setup_gui), (main):
24415           added small demo app
24416
24417 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24418         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24419         * ext/esd/esdsink.h:
24420         Close the esd connection on pause, because esd will just wait -
24421         blocking all other esd clients indefinitely.
24422
24423 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24424
24425         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24426           previous commit with GST_DEBUG
24427
24428 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24429
24430         * configure.ac:
24431           add a header check for a dvdread header in dvdnav.  Fixes #133002
24432
24433 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24434
24435         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24436         * gst/tcp/gsttcpclientsink.h:
24437         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24438         * gst/tcp/gsttcpclientsrc.h:
24439         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24440         (gst_tcpserversink_handle_server_read),
24441         (gst_tcpserversink_init_send):
24442         * gst/tcp/gsttcpserversink.h:
24443         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24444         * gst/tcp/gsttcpserversrc.h:
24445         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24446         version of IP)
24447
24448 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24449
24450         * configure.ac:
24451         Added ogg library so that OSX detects libtheora properly
24452
24453 2004-06-11  Wim Taymans  <wim@fluendo.com>
24454
24455         * ext/theora/theoradec.c: (theora_dec_chain),
24456         (theora_dec_change_state):
24457         Don't try to decode frames before we received a keyframe.
24458
24459 2004-06-11  Wim Taymans  <wim@fluendo.com>
24460
24461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24462         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24463         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24464         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24465         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24466         Added property to set the maximum delay of a page.
24467
24468 2004-06-10  Wim Taymans  <wim@fluendo.com>
24469
24470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24471         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24472         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24473         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24474         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24475         Added max-delay property to control the maximum amount
24476         of data to put in one page.
24477
24478 2004-06-10  Wim Taymans  <wim@fluendo.com>
24479
24480         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24481         (gst_theora_enc_init), (theora_enc_sink_link),
24482         (theora_buffer_from_packet), (theora_enc_set_property),
24483         (theora_enc_get_property):
24484         Set duration on encoded buffer, added some more properties
24485
24486 2004-06-10  Wim Taymans  <wim@fluendo.com>
24487
24488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24489         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24490         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24491         * ext/theora/theoraenc.c: (theora_enc_chain):
24492         Fix refcounting bugs
24493
24494 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24495
24496         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24497         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24498         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24499         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24500         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24501         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24502         (gst_asf_demux_change_state):
24503         * gst/asfdemux/gstasfdemux.h:
24504           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24505           feels like. I think we should set a new requirement for demuxers
24506           from now on to implement sane loop functions, data loops, query
24507           and seek functions before first commit into CVS. And this commit
24508           fixes all of the above.
24509
24510 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24511
24512         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24513           vorbis comments are properly encoded in UTF-8 before adding them
24514           to a GstTagList
24515
24516 2004-06-09  Benjamin Otte  <otte@gnome.org>
24517
24518         * ext/alsa/gstalsa.c: (add_channels):
24519           handle min <= max correctly
24520         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24521         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24522           add fixation functions so we fixate correctly. No preferring of alaw
24523           anymore because it's the first structure.
24524         * ext/alsa/gstalsa.h:
24525         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24526         (gst_alsa_hw_params_dump):
24527           add functions to ease debugging in alsalib
24528         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24529         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24530         (gst_alsa_start_audio):
24531           only specify hw params if we really setup a format (fixes #134007 -
24532           or at least works around it)
24533
24534 2004-06-09  Wim Taymans  <wim@fluendo.com>
24535
24536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24537         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24538         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24539         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24540         (gst_ogg_mux_loop):
24541         Use stream caps to setup the initial pages in the ogg stream.
24542         Correctly set the streamheader caps on the srcpad.
24543
24544 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24545
24546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24547         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24548         (gst_v4lsrc_getcaps):
24549         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24550         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24551           add querying of fps lists for webcams.  Negotiating to a framerate
24552           now works.
24553
24554 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24555
24556         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24557         (theora_push_buffer), (theora_push_packet),
24558         (theora_set_header_on_caps), (theora_enc_chain):
24559           mark buffers and put on streamheader, raw theora streaming
24560           now works too, whee
24561
24562 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24563
24564         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24565         (gst_tcp_gdp_read_caps):
24566           do a looping read for caps and GDP headers too
24567
24568 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24569
24570         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24571         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24572           return EOS instead of NULL in _get
24573
24574 2004-06-08  Wim Taymans  <wim@fluendo.com>
24575
24576         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24577         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24578         (gst_tcp_gdp_write_caps):
24579         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24580         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24581         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24582         Memory leak fixes
24583
24584 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24585
24586         * ext/vorbis/Makefile.am:
24587         * ext/vorbis/vorbis.c: (plugin_init):
24588         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24589         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24590         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24591         (vorbis_parse_change_state):
24592         * ext/vorbis/vorbisparse.h:
24593           adding a vorbisparse element that marks the buffers, streaming
24594           raw vorbis using GDP now works, whee
24595
24596 2004-06-08  Wim Taymans  <wim@fluendo.com>
24597
24598         * ext/jpeg/Makefile.am:
24599         * ext/jpeg/README:
24600         * ext/jpeg/gstjpeg.c: (plugin_init):
24601         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24602         (gst_smokedec_base_init), (gst_smokedec_class_init),
24603         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24604         * ext/jpeg/gstsmokedec.h:
24605         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24606         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24607         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24608         (gst_smokeenc_resync), (gst_smokeenc_chain),
24609         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24610         * ext/jpeg/gstsmokeenc.h:
24611         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24612         (smokecodec_flush_destination), (smokecodec_term_destination),
24613         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24614         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24615         (smokecodec_term_source), (smokecodec_encode_new),
24616         (smokecodec_decode_new), (smokecodec_info_free),
24617         (smokecodec_set_quality), (smokecodec_get_quality),
24618         (smokecodec_set_threshold), (smokecodec_get_threshold),
24619         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24620         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24621         (smokecodec_parse_header), (smokecodec_decode):
24622         * ext/jpeg/smokecodec.h:
24623         Added a new simple jpeg based codec
24624
24625 2004-06-08  Wim Taymans  <wim@fluendo.com>
24626
24627         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24628         (gst_multipart_mux_loop):
24629         Fix memory leak
24630
24631 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24632
24633         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24634         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24635         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24636         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24637         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24638         * gst/tcp/gsttcpserversink.h:
24639           take streamheader into account
24640
24641 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24642
24643         * gst/level/Makefile.am:
24644         * gst/level/gstlevel.c: (gst_level_class_init):
24645           clean up marshal generation
24646
24647 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24648
24649         * gst/tcp/Makefile.am:
24650         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24651         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24652         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24653         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24654         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24655         (gst_tcpclientsrc_get_property):
24656         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24657         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24658         (gst_tcpserversink_handle_client_read),
24659         (gst_tcpserversink_handle_client_write),
24660         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24661         * gst/tcp/gsttcpserversink.h:
24662           add signals client-added and client-removed
24663         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24664         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24665         (gst_tcpserversrc_get_property):
24666         uniformized, change default protocol to NONE
24667         * gst/tcp/gsttcp-marshal.list: added
24668 2004-06-07  Benjamin Otte  <otte@gnome.org>
24669
24670         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24671           handle discont events if they happen before caps nego
24672
24673 2004-06-07  Wim Taymans  <wim@fluendo.com>
24674
24675         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24676         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24677         (gst_multipart_demux_plugin_init):
24678         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24679         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24680         (gst_multipart_mux_change_state):
24681         Small updates, fix a memleak
24682
24683 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24684
24685         * configure.ac: OSS portability
24686         * ext/arts/gst_arts.c: idem
24687         * sys/oss/gstosselement.c: idem
24688         * sys/oss/gstossmixer.c: idem
24689         * sys/oss/gstosssink.c: idem
24690         * sys/oss/gstosssrc.c: idem
24691         * sys/oss/oss_probe.c: idem
24692           - check for soundcard.h in different places for some BSD
24693
24694 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24695
24696         * AUTHORS:
24697         Add me to the authors file
24698         * configure.ac:
24699         Increase the libdv requirement to >= version 0.100
24700         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24701         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24702         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24703         * ext/dv/gstdvdec.h:
24704         Add support for the new_media flag when sending DISCONT events
24705         Make the querying work when video pad is not linked
24706
24707 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24708
24709         reviewed by Benjamin Otte  <otte@gnome.org>
24710
24711         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24712           create a NULL-initialized array of pads, so we don't think they
24713           exist already. (fixes #143130)
24714
24715 2004-06-07  Benjamin Otte  <otte@gnome.org>
24716
24717         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24718         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24719         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24720           don't use // coments
24721
24722 2004-06-07  Benjamin Otte  <otte@gnome.org>
24723
24724         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24725           cast to GstClockTime to get higher granularity
24726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24727           use gst_element_set_time_delay to get the exact time
24728         * ext/mad/gstmad.c: (gst_mad_chain):
24729           use the negotiated rate instead of the current frame's rate which
24730           might be wrong because of bit errors. This avoids emitting totally
24731           bogus timestamps and screwing sync.
24732         (fixes #143454)
24733
24734 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24735
24736         reviewed by Benjamin Otte  <otte@gnome.org>
24737
24738         * gst/adder/gstadder.c: (gst_adder_loop):
24739           properly error out when no negotiation has happened yet. (fixes
24740           #143032)
24741
24742 2004-06-06  Benjamin Otte  <otte@gnome.org>
24743
24744         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24745           forward correctly transformed offset in discont events. Based on
24746           patch by Arwed v. Merkatz. (fixes #142851)
24747
24748 2004-06-06  David Schleef  <ds@schleef.org>
24749
24750         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24751         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24752         problems on several systems.
24753
24754 2004-06-06  Benjamin Otte  <otte@gnome.org>
24755
24756         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24757           use explicit caps on the srcpad
24758         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24759           properly error out if caps couldn't be set (fixes #142764)
24760
24761 2004-06-06  Benjamin Otte  <otte@gnome.org>
24762
24763         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24764         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24765         (gst_alsa_start_audio):
24766           - don't call set_periods_integer anymore, it breaks the
24767           configuration randomly
24768           - call snd_pcm_hw_params_set_access directly instead of using masks
24769           - don't fail if the sw_params can't be set, just use the default
24770           params and hope it works. Alsalib has weird issues when you touch
24771           sw_params and does no proper error reporting about what failed.
24772         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24773         (gst_alsa_close_audio):
24774           make our alsa debugging go via gst debugging and not conditionally
24775           defined
24776         * ext/alsa/gstalsa.h:
24777           add ALSA_DEBUG_FLUSH macro
24778         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24779         (plugin_init):
24780           wrap alsa errors to be printed via the gst debugging system and not
24781           spammed to stderr
24782
24783 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24784
24785         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24786         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24787         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24788         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24789         (qtdemux_parse_trak):
24790         * gst/qtdemux/qtdemux.h:
24791           Bitch. Also known as seeking, querying & co.
24792         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24793         (gst_osssink_change_state):
24794         * sys/oss/gstosssink.h:
24795           Resyncing is for weenies, this hack is no longer needed and was
24796           broken anyway (since it - unintendedly - always leaves resync to
24797           TRUE).
24798
24799 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24800
24801         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24802         * gst/tcp/gsttcpclientsrc.h: idem
24803           - define MSG_NOSIGNAL if not done
24804           - include unistd.h for off_t
24805           (fixes #143749)
24806
24807 2004-06-05  Benjamin Otte  <otte@gnome.org>
24808
24809         * configure.ac:
24810         * ext/kio/Makefile.am:
24811           check for qt's moc preprocessor explicitly and use it
24812
24813 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24814
24815         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24816           don't get a signal for EPIPE on socket writes
24817           (somebody check if this works on other platforms)
24818
24819 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24820
24821         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24822         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24823           check error condition on available samples correctly
24824
24825 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24826
24827         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24828           avoid a segfault
24829         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24830         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24831         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24832         (gst_tcpserversrc_gdp_read_header):
24833          use ssize_t over size_t since the former is signed and thus the
24834          check for error codes can work
24835
24836 2004-06-02  Wim Taymans  <wim@fluendo.com>
24837
24838         reviewed by: Johan
24839
24840         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24841         (gst_multipart_mux_loop):
24842         Oops
24843
24844 2004-06-02  Wim Taymans  <wim@fluendo.com>
24845
24846         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24847         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24848         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24849         (gst_multipart_mux_change_state):
24850         Added configurable boundary specifier, added the value as a
24851         caps field as well.
24852
24853 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24854
24855         * gst/tcp/gsttcp.c:
24856         * gst/tcp/gsttcpclientsrc.c:
24857         * gst/tcp/gsttcpclientsrc.h:
24858         * gst/tcp/gsttcpserversrc.c:
24859           - portability fix, to compile on OSX
24860             (fixes #143146)
24861
24862         * sys/osxaudio/gstosxaudioelement.c:
24863         * sys/osxaudio/gstosxaudiosink.c:
24864         * sys/osxaudio/gstosxaudiosrc.c:
24865           - compilation warnings on OSX
24866             (fixes #143153)
24867
24868 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24869
24870         * ext/vorbis/vorbisdec.c : sign warning fixes
24871
24872         * gst-libs/gst/mixer/mixertrack.c :
24873           do no use defines which are glib 2.4 specific
24874
24875 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24876
24877         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24878           buffer since libflac doesn't expect it (reports a sync error when
24879           it encounters that)
24880
24881
24882 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24883
24884         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24885         * gst-libs/gst/mixer/mixertrack.c:
24886         (gst_mixer_track_get_property), (get_mixer_track_init),
24887         (get_mixer_track_get_property): Added property accessors
24888         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24889         * gst-libs/gst/mixer/mixeroptions.c:
24890         (gst_mixer_options_get_values): Added
24891         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24892         * gst-libs/gst/mixer/mixer.c: Fixed comment
24893
24894
24895 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24896
24897         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24898           improve error messages on open
24899
24900
24901 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24902
24903         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24904           check if v4l-conf is in path
24905
24906 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24907
24908         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24909           change assert to a more readable error message
24910
24911 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24912
24913         * gst-libs/gst/tuner/tunerchannel.h:
24914           - add a freq_multiplicator field to make the conversion
24915             between internal frequency unit and Hz
24916         * sys/v4l/gstv4lelement.c:
24917         * sys/v4l2/gstv4l2element.c:
24918           - change default video device to /dev/video0
24919         * sys/v4l/v4l_calls.c:
24920         * sys/v4l2/v4l2_calls.c:
24921           - we only expose frequency to the user in Hz instead of
24922             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24923
24924 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24925         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24926           Initialise b_o_s and e_o_s variables
24927         * gst-libs/gst/riff/riff-media.c:
24928         (gst_riff_create_video_caps_with_data):
24929           Add some unusual fourcc's from mplayer avi's
24930         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24931           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24932           autoplugging.
24933
24934 2004-05-28  Wim Taymans  <wim@fluendo.com>
24935
24936         * configure.ac:
24937         * gst/alpha/Makefile.am:
24938         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24939         (gst_alpha_get_type), (gst_alpha_base_init),
24940         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24941         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24942         (gst_alpha_chroma_key), (gst_alpha_chain),
24943         (gst_alpha_change_state), (plugin_init):
24944         A plugin to add an alpha channel to I420 video. Can optionally do
24945         chroma keying.
24946         * gst/multipart/Makefile.am:
24947         * gst/multipart/multipart.c: (plugin_init):
24948         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24949         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24950         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24951         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24952         (gst_multipart_demux_change_state),
24953         (gst_multipart_demux_plugin_init):
24954         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24955         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24956         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24957         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24958         (gst_multipart_mux_pad_unlink),
24959         (gst_multipart_mux_request_new_pad),
24960         (gst_multipart_mux_handle_src_event),
24961         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24962         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24963         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24964         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24965         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24966         send multipart jpeg images to a browser.
24967         * gst/videobox/Makefile.am:
24968         * gst/videobox/README:
24969         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24970         (gst_video_box_get_type), (gst_video_box_base_init),
24971         (gst_video_box_class_init), (gst_video_box_init),
24972         (gst_video_box_set_property), (gst_video_box_get_property),
24973         (gst_video_box_sink_link), (gst_video_box_i420),
24974         (gst_video_box_ayuv), (gst_video_box_chain),
24975         (gst_video_box_change_state), (plugin_init):
24976         Crops or adds borders around an image. can do alpha channel
24977         borders as well.
24978         * gst/videomixer/Makefile.am:
24979         * gst/videomixer/README:
24980         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24981         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24982         (gst_videomixer_pad_get_sink_event_masks),
24983         (gst_videomixer_pad_get_property),
24984         (gst_videomixer_pad_set_property),
24985         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24986         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24987         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24988         (gst_videomixer_base_init), (gst_videomixer_class_init),
24989         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24990         (gst_videomixer_handle_src_event),
24991         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24992         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24993         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24994         (gst_videomixer_loop), (gst_videomixer_get_property),
24995         (gst_videomixer_set_property), (gst_videomixer_change_state),
24996         (plugin_init):
24997         Generic video mixer plugin, can handle multiple inputs all with
24998         different framerates and video sizes. Is fully alpha channel
24999         aware.
25000
25001 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25002
25003         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25004           Select first track as master track. Not sure how else to handle
25005           that...
25006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25007           Discard discont events. Should fix #142962.
25008
25009 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25010
25011         * ext/alsa/Makefile.am:
25012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25013         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25014         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25015         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25016         (gst_alsa_mixer_get_option):
25017         * ext/alsa/gstalsamixer.h:
25018         * ext/alsa/gstalsamixeroptions.c:
25019         (gst_alsa_mixer_options_get_type),
25020         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25021         (gst_alsa_mixer_options_new):
25022         * ext/alsa/gstalsamixeroptions.h:
25023         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25024         * ext/alsa/gstalsamixertrack.h:
25025           Add enumerations (as GstMixerOptions). Make correct distinction
25026           between input/output tracks. Add capture/playback private flag.
25027           Use flag to decide on whether to set capture or playback volumes
25028           or switches. Use playback and record switches.
25029         * gst-libs/gst/mixer/Makefile.am:
25030         * gst-libs/gst/mixer/mixer-marshal.list:
25031         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25032         (gst_mixer_set_option), (gst_mixer_get_option),
25033         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25034         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25035         * gst-libs/gst/mixer/mixer.h:
25036         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25037         (gst_mixer_options_class_init), (gst_mixer_options_init),
25038         (gst_mixer_options_dispose):
25039         * gst-libs/gst/mixer/mixeroptions.h:
25040           Add GstMixerOptions.
25041         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25042           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25043           broken device detection on computers with multiple OSS sound
25044           cards.
25045
25046 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25047
25048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25049           fixate nicely even when the peer is not negotiating
25050
25051 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25052
25053         * gst/audioconvert/gstaudioconvert.c:
25054         (gst_audio_convert_parse_caps):
25055           make sure we don't allow depth > width
25056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25057           fixate endianness to G_BYTE_ORDER as default
25058         * gst/audioscale/gstaudioscale.c:
25059           we don't handle another endianness as host-endianness
25060
25061 2004-05-25  David Schleef  <ds@schleef.org>
25062
25063         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25064
25065 2004-05-24  Benjamin Otte  <otte@gnome.org>
25066
25067         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25068         (gst_oggvorbisenc_setup):
25069           properly fail when we can't setup the vorbis encoder due to
25070           unsupported settings
25071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25072         (gst_vorbisenc_setup):
25073           same
25074         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25075           fix case where warnings occured when one pad was unlinked while the
25076           other's link function was called
25077
25078 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25079
25080         * gst/tcp/Makefile.am:
25081           use GST_ENABLE_NEW
25082
25083 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25084
25085         * gst-libs/gst/resample/private.h:
25086           don't use optimizations that are #if 0'ed
25087
25088 2004-05-24  Wim Taymans  <wim@fluendo.com>
25089
25090         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25091         Fix potential division by zero error and hopefully get
25092         the position query right to get correct timestamps on avi
25093         audio.
25094
25095 2004-05-24  Wim Taymans  <wim@fluendo.com>
25096
25097         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25098         (gst_videoscale_scale_nearest_str2),
25099         (gst_videoscale_scale_nearest_str4),
25100         (gst_videoscale_scale_nearest_32bit),
25101         (gst_videoscale_scale_nearest_24bit),
25102         (gst_videoscale_scale_nearest_16bit):
25103         Fix the scaling algorithm and avoid a buffer overflow.
25104         removed the while loop in the scaling function as it
25105         was used for point sampling only.
25106
25107 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25108
25109         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25110         (gst_id3_tag_class_init), (gst_id3_tag_init),
25111         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25112         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25113         (gst_id3_tag_send_tag_event):
25114           lots of fixes to make id3mux work and id3demux work correctly
25115
25116 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25117
25118         * ext/Makefile.am:
25119           add rules to build shout2send (was removed by accident
25120           when this module was no more marked experimental/broken)
25121
25122 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25123
25124         * ext/shout2/gstshout2.c:
25125         * ext/shout2/gstshout2.h:
25126           adding a "connection problem" signal to shout2send
25127           (fixes #142954)
25128
25129 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25130
25131         * ext/kio/kioreceiver.cpp:
25132         * ext/kio/kioreceiver.h:
25133           fix sign comparison issues
25134
25135 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25136
25137         * gst/cdxaparse/gstcdxaparse.c:
25138         * gst/cdxaparse/gstcdxaparse.h:
25139           some renaming
25140           add some checks/sanity
25141           prepare for seek addition
25142
25143         * sys/sunaudio/gstsunaudio.c:
25144           remove exported dupe init function
25145
25146 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25147
25148         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25149         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25150           Fix format conversion and position querying.
25151         * gst/debug/progressreport.c: (gst_progressreport_report):
25152           Don't output a bogus total value that we didn't query.
25153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25154           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25155           only a blank window after xine has been used.
25156
25157 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25158
25159         * m4/as-arts.m4:
25160           sync with upstream version to fix test on FC2
25161           readd with -ko to preserve Id header
25162
25163 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25164
25165         * configure.ac:
25166           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25167         * gst/tcp/gsttcpclientsrc.c: idem
25168         * gst/tcp/gsttcpserversink.c: idem
25169         * gst/tcp/gsttcpserversrc.c: idem
25170         * m4/gst-fionread.m4: idem
25171
25172         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25173
25174         * configure.ac: enable speex plugin for speex 1.1.5+
25175         * ext/speex/gstspeexenc.c: fix cast warning
25176
25177         * ext/esd/README: fix typo
25178
25179 2004-05-20  David Schleef  <ds@schleef.org>
25180
25181         * configure.ac: Minor cosmetic change to convince the buildbot to
25182         reautogen.
25183         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25184         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25185         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25186         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25187         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25188         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25189         More hacking.  Plays audio now.
25190
25191 2004-05-20  David Schleef  <ds@schleef.org>
25192
25193         * configure.ac:
25194         * sys/Makefile.am:
25195
25196 2004-05-20  David Schleef  <ds@schleef.org>
25197
25198         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25199         * sys/osxaudio/gstosxaudio.c:
25200         * sys/osxaudio/gstosxaudioelement.c:
25201         * sys/osxaudio/gstosxaudioelement.h:
25202         * sys/osxaudio/gstosxaudiosink.c:
25203         * sys/osxaudio/gstosxaudiosink.h:
25204         * sys/osxaudio/gstosxaudiosrc.c:
25205         * sys/osxaudio/gstosxaudiosrc.h:
25206
25207 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25208
25209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25210         (gst_vorbisenc_chain):
25211           put the codec headers on the caps as streamheader as well as
25212           pushing them out
25213
25214 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25215
25216         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25217         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25218         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25219         split up push_packet into two functions
25220
25221 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25222
25223         * gst/tcp/.cvsignore:
25224           ignore enums
25225         * gst/tcp/Makefile.am:
25226         * gst/tcp/README:
25227         * gst/tcp/gsttcp.c:
25228         * gst/tcp/gsttcp.h:
25229         * gst/tcp/gsttcpclientsink.c:
25230         * gst/tcp/gsttcpclientsink.h:
25231         * gst/tcp/gsttcpclientsrc.c:
25232         * gst/tcp/gsttcpclientsrc.h:
25233         * gst/tcp/gsttcpplugin.c:
25234         * gst/tcp/gsttcpserversink.c:
25235         * gst/tcp/gsttcpserversink.h:
25236         * gst/tcp/gsttcpserversrc.c:
25237         * gst/tcp/gsttcpserversrc.h:
25238           add new tcp elements
25239
25240 2004-05-19  Wim Taymans  <wim@fluendo.com>
25241
25242         * gst/law/mulaw-conversion.c: (mulaw_encode):
25243         Fix overflow bug in ulaw encoding.
25244
25245 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25246
25247         * ext/mad/gstmad.c: (gst_mad_handle_event):
25248           don't unref the event twice
25249
25250 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25251
25252         * configure.ac:
25253           remove -Wno-sign-compare
25254
25255 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25256
25257         * configure.ac:
25258           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25259           if you want to work against glib 2.2 and 2.4
25260
25261 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25262
25263         * gst/tcp/Makefile.am:
25264         * gst/tcp/gsttcp.c:
25265         * gst/tcp/gsttcp.h:
25266         * gst/tcp/gsttcpsink.h:
25267         * gst/tcp/gsttcpsrc.h:
25268           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25269
25270 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25271
25272         * gst/debug/tests.c: (md5_get_value):
25273           fix segfault on gst-inspect
25274
25275 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25276
25277         * gst/debug/testplugin.c:
25278         * gst/debug/tests.c:
25279         * gst/debug/tests.h:
25280           add new extensible and configurable testing element. Current tests
25281           include buffer count, stream length, timestamp/duration matching and
25282           md5.
25283         * gst/debug/Makefile.am:
25284         * gst/debug/gstdebug.c: (plugin_init):
25285           add infrastructure for new element
25286
25287 2004-05-19  Johan Dahlin  <johan@gnome.org>
25288
25289         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25290         ending of the array. Fixes gst-inspect segfault on ppc.
25291
25292 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25293
25294         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25295
25296         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25297
25298 2004-05-18  David Schleef  <ds@schleef.org>
25299
25300         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25301         warnings (bugs, actually) noticed by gcc but not forte.
25302
25303 2004-05-18  David Schleef  <ds@schleef.org>
25304
25305         * sys/sunaudio/Makefile.am:
25306         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25307
25308 2004-05-18  David Schleef  <ds@schleef.org>
25309
25310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25311         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25312         to allow qtdemux to use non-seekable streams. (bug #142272)
25313
25314 2004-05-18  David Schleef  <ds@schleef.org>
25315
25316         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25317         (gst_resample_sinc_ft_float): Remove use of static temporary
25318         buffer.  This code was obviously not supposed to last long, but
25319         it's stuck in our ABI, so it required a little hack to make it
25320         ABI-compatible.  Fixes #142585.
25321         * gst-libs/gst/resample/resample.h: same.
25322
25323 2004-05-18  David Schleef  <ds@schleef.org>
25324
25325         * configure.ac: Add sunaudio
25326         * examples/Makefile.am: make gstplay depend on gconf
25327         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25328         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25329         (convert_table_lookup), (img_convert): remove c99-isms
25330         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25331           unsigned, to fix a warning on Solaris
25332         * gst/mpeg1sys/systems.c: bcopy->memcpy
25333         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25334         * sys/Makefile.am: Add sunaudio
25335
25336 2004-05-18  Wim Taymans  <wim@fluendo.com>
25337
25338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25339         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25340         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25341         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25342         (gst_ogg_mux_loop):
25343         Fix an ugly memleak where the muxer didn't flush enough ogg
25344         pages. This also resulted in badly muxed ogg files.
25345
25346 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25347
25348         * gst/asfdemux/asfheaders.c :
25349         * gst/asfdemux/asfheaders.h :
25350         * gst/asfdemux/gstasfdemux.c :
25351           - fix ASF_OBJ_PADDING guid
25352           - add 3 new object guids (language list, metadata,
25353             extended stream properties)
25354           - add a function to parse extended header objects
25355
25356 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25357
25358         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25359           remove leftover debugging g_print
25360
25361 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25362
25363         * ext/mad/gstmad.c: (gst_mad_handle_event):
25364           Fix for when the first format in a discont event is not a
25365           byte-based one. Should fix #137710.
25366
25367 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25368
25369         * m4/a52.m4 : fix compilation with -Wall -Werror
25370         * m4/libfame.m4 : idem
25371         * m4/libmikmod.m4 : idem
25372
25373 2004-05-17  Benjamin Otte  <otte@gnome.org>
25374
25375         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25376           signal the new tags before giving up the reference
25377
25378 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25379
25380         * ext/shout2/gstshout2.c:
25381           use application/ogg instead of application/x-ogg (patch by Patrick
25382           Guimond, fixes #142432)
25383         * sys/oss/gstosselement.c: (gst_osselement_reset),
25384         (gst_osselement_sync_parms):
25385           don't set fragment size unless specified (fixes #142493)
25386
25387 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25388
25389         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25390           fixes #142664
25391
25392 2004-05-17  Benjamin Otte  <otte@gnome.org>
25393
25394         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25395           compute offsets correctly for internal buffers so timestamps are set
25396           correctly when we can't seek. Also handle cases where there are no
25397           offsets. (based on a patch by David Moore, fixes #142507)
25398
25399 2004-05-17  Benjamin Otte  <otte@gnome.org>
25400
25401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25402           use correct variable when determining amount of data to skip so we
25403           don't skip into the void and segfault
25404
25405 2004-05-16  Benjamin Otte  <otte@gnome.org>
25406
25407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25408           Hi, I'm a memleak
25409
25410 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25411
25412         * gst/asfdemux/gstasfdemux.c:
25413           - fix a mem leak and always propagate tags
25414           - add WMV3 to known video codecs (but no decoder yet)
25415           - replace "surplus data" at end of audio header for what
25416             it is : codec specific data
25417           - fix a typo
25418
25419 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25420
25421         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25422
25423         * gst-libs/gst/audio/audioclock.c:
25424           Fix wrong return type (#142205).
25425
25426 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25427
25428         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25429           Ignore CRCs by default (fixes #142566).
25430
25431 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25432
25433         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25434         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25435         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25436         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25437         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25438         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25439           Fix for cases where we fail to attach to a mixer.
25440
25441 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25442
25443         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25444           Don't touch events after not owning them anymore.
25445         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25446         (gst_wavparse_fmt), (gst_wavparse_other),
25447         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25448         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25449         (gst_wavparse_srcpad_event):
25450         * gst/wavparse/gstwavparse.h:
25451           Add seeking, fix querying.
25452
25453 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25454
25455         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25456           - process comments even if they don't end with \0\0
25457             g_convert would ignore them if present and works well without them
25458
25459 2004-05-16  Benjamin Otte  <otte@gnome.org>
25460
25461         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25462           simplify caps
25463
25464 2004-05-16  Benjamin Otte  <otte@gnome.org>
25465
25466         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25467           don't write to memory we might not write to - g_convert does that
25468           for us anyway (fixes #142613)
25469         (gst_asf_demux_audio_caps):
25470           comment out gst_util_dump_mem
25471
25472 2004-05-16  Benjamin Otte  <otte@gnome.org>
25473
25474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25475           compute correct expected timestamps after seek (broken since
25476           last commit)
25477         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25478           rename element and debugging category to gdkpixbufscale
25479
25480 2004-05-16  Benjamin Otte  <otte@gnome.org>
25481
25482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25483           add error checking to snd_pcm_delay and remove duplicate call to
25484           snd_pcm_delay that caused issues (see inline code comments)
25485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25486           make more readable and fix return value when snd_pcm_delay fails
25487         (fixes #142586)
25488
25489 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25490         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25491         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25492         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25493         (gst_pixbufscale_link), (gst_pixbufscale_init),
25494         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25495         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25496         (gst_pixbufscale_get_property), (pixbufscale_init):
25497         * ext/gdk_pixbuf/pixbufscale.h:
25498         Add these files I forgot earlier
25499
25500 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25501         * ext/gdk_pixbuf/Makefile.am:
25502         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25503         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25504         Add new pixbufscale element to scale RGB video
25505         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25506         and HYPER interpolation correctly.
25507         * ext/theora/theoraenc.c: (theora_enc_chain),
25508         Discard buffer and return if explicit caps could not be set
25509         (theora_enc_get_property):
25510         Make _get return kbps for the bitrate consistent with
25511         the _set function.
25512
25513
25514 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25515
25516         * ext/libvisual/visual.c: (gst_visual_chain):
25517           add missing visual_audio_analyze
25518
25519 2004-05-14  David Schleef  <ds@schleef.org>
25520
25521         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25522         is killed while we're playing.
25523         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25524         gst_element_no_more_pads().
25525
25526 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25527
25528         * gst-libs/gst/riff/riff-read.c :
25529           - fix INFO tag extraction in RIFF/AVI files
25530             because gst_event_unref (event) also freed taglist
25531           - avoid a mem leak
25532
25533 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25534
25535         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25536         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25537
25538         * gst/auparse/gstauparse.c :
25539           - add code (commented for now) to support audio/x-adpcm on src pad
25540             (we have no decoder for those layout yet)
25541
25542         * gst/cdxaparse/gstcdxaparse.c :
25543         * gst/cdxaparse/gstcdxaparse.h :
25544           - partial rewrite using RiffRead (ripped iain's wavparse code)
25545
25546         * gst/rtp/gstrtpL16enc.c : typo
25547         * gst/rtp/gstrtpgsmenc.c : typo
25548
25549 2004-05-13  Benjamin Otte  <otte@gnome.org>
25550
25551         * configure.ac:
25552           check for exact version of libvisual, it's not supposed to be
25553           API/ABI stable yet
25554
25555 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25556
25557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25558           signal no-more-pads
25559
25560 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25561
25562         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25563         Report which format was used for GST_FORMAT_DEFAULT
25564         * gst/debug/Makefile.am:
25565         * gst/debug/gstdebug.c: (plugin_init):
25566         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25567         (gst_progressreport_class_init), (gst_progressreport_init),
25568         (gst_progressreport_report), (gst_progressreport_set_property),
25569         (gst_progressreport_get_property), (gst_progressreport_chain),
25570         (gst_progressreport_plugin_init):
25571         Add progressreport element for testing.
25572
25573 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25574
25575         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25576         * sys/v4l/gstv4lsrc.h:
25577         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25578         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25579         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25580         (gst_v4lsrc_grab_frame):
25581           add more debugging
25582           send a discont at start
25583
25584 2004-05-12  Colin Walters  <walters@redhat.com>
25585
25586         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25587         inflooping if we can't find a chunk.  Or in other words, don't blow
25588         chunks if we don't have a chunk to blow.
25589
25590 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25591         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25592         Remove old debug output
25593         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25594         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25595         (gst_dvdec_set_property), (gst_dvdec_get_property):
25596         Change the quality setting to an enum, so it works from gst-launch
25597         Don't renegotiate a non-linked pad. Allows audio only decoding.
25598         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25599         (gst_deinterlace_link), (gst_deinterlace_init):
25600         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25601         (gst_videodrop_link):
25602         Some caps negotiation fixes
25603
25604 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25605
25606         * ext/tarkin/gsttarkin.c :
25607           - Change RANK from NONE to PRIMARY
25608         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25609           - Change RANK from NONE to MARGINAL
25610         * ext/divx/gstdivxenc.c :
25611           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25612
25613 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25614
25615         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25616         (gst_vorbisenc_push_packet):
25617           copy a function that was added between 1.0 and 1.0.1 until we
25618           depend on worthwhile features of post-1.0
25619
25620 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25621
25622         * configure.ac:
25623           enable shout2 by default
25624         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25625         (gst_shout2send_base_init), (gst_shout2send_init),
25626         (gst_shout2send_connect), (gst_shout2send_change_state):
25627         * ext/shout2/gstshout2.h:
25628           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25629           #142262)
25630         * ext/theora/theora.c: (plugin_init):
25631           don't set rank on encoders
25632
25633 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25634
25635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25636           Use codec_data property instead of flag1 and flag2 for wma
25637
25638 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25639
25640         * gst/cdxaparse/gstcdxaparse.c :
25641           - Add mpegversion to CAPS to make it link
25642           - Rank is as GST_RANK_SECONDARY instead of NONE
25643         * gst/auparse/gstauparse.c :
25644           - Document all audio encoding we can encounter from Solaris 9
25645             headers and libsndfile information.
25646           - Increase max. rate from 48000 to 192000 (to match other elements)
25647           - Don't try to play junk data between header and samples
25648
25649 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25650
25651         * ext/libvisual/visual.c: (gst_visual_getcaps):
25652           use the right caps depending on endianness (I hope)
25653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25654           use GST_RANK_NONE for all non-decoding elements or spider gets
25655           mighty confused
25656
25657 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25658
25659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25660           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25661
25662 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25663
25664         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25665         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25666         (gst_switch_loop), (gst_switch_get_type):
25667           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25668           HEADERS. Had to be said.
25669
25670 2004-05-10  David Schleef  <ds@schleef.org>
25671
25672         * configure.ac: Add prototype Dirac support.
25673         * ext/Makefile.am:
25674         * ext/dirac/Makefile.am:
25675         * ext/dirac/gstdirac.cc:
25676         * ext/dirac/gstdiracdec.cc:
25677
25678 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25679
25680         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25681         (gst_auparse_init), (gst_auparse_chain),
25682         (gst_auparse_change_state):
25683           Hack around spider. Remove me some day please.
25684
25685 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25686
25687         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25688           Fix for some uninitialized variables in previous patch, also
25689           makes it work. Fixes #142286 while we're at it.
25690
25691 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25692
25693         * gst/auparse/gstauparse.c:
25694                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25695                 only unsupported formats are ADPCM/CCITT G.72x
25696                 reviewed by Ronald
25697         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25698
25699 2004-05-10  Wim Taymans  <wim@fluendo.com>
25700
25701         * ext/vorbis/Makefile.am:
25702         * ext/vorbis/README:
25703         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25704         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25705         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25706         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25707         (gst_oggvorbisenc_convert_sink),
25708         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25709         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25710         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25711         (get_constraints_string), (update_start_message),
25712         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25713         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25714         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25715         * ext/vorbis/oggvorbisenc.h:
25716         * ext/vorbis/vorbis.c: (plugin_init):
25717         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25718         (raw_caps_factory), (gst_vorbisenc_class_init),
25719         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25720         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25721         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25722         * ext/vorbis/vorbisenc.h:
25723         Added a raw vorbis encoder to be used with the oggmuxer.
25724         We still need the old encoder for some gnome applications,
25725         read the README to find out how that works.
25726         The raw encoder is called "rawvorbisenc" until 0.9.
25727
25728 2004-05-10  Wim Taymans  <wim@fluendo.com>
25729
25730         * ext/ogg/gstogg.c: (plugin_init):
25731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25732         (gst_ogg_print):
25733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25734         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25735         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25736         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25737         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25738         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25739         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25740         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25741         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25742         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25743         Added an ogg muxer.
25744         Small typo fixes in the demuxer.
25745
25746 2004-05-10  Wim Taymans  <wim@fluendo.com>
25747
25748         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25749         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25750         (theora_enc_change_state), (theora_enc_set_property),
25751         (theora_enc_get_property):
25752         Mark the last packet with an EOS flag which is not really needed
25753         in gstreamer.
25754         Do some better video framerate initialisation.
25755         Update the buffer timestamp.
25756
25757 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25758
25759         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25760         Return the result of the parent state change call
25761
25762 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25763
25764         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25765         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25766         * gst/law/alaw-encode.c : (idem)
25767         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25768         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25769         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25770
25771 2004-05-09  Benjamin Otte  <otte@gnome.org>
25772
25773         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25774           don't use a fixed buffer size when writing variable length data to
25775           it. Fixes memory corruption and makes alsasrc work
25776
25777 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25778
25779         * ext/gnomevfs/gstgnomevfssink.c:
25780         (_gst_boolean_allow_overwrite_accumulator),
25781         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25782           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25783           RUN_LAST, and don't use that to set the accumulator value because
25784           then it's always FALSE.
25785
25786 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25787
25788         * gst-libs/gst/riff/riff-media.c:
25789         (gst_riff_create_video_caps_with_data),
25790         (gst_riff_create_audio_caps),
25791         (gst_riff_create_audio_template_caps):
25792         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25793           Fix for unaligned RIFF files (i.e. where all the chunks together
25794           in a LIST chunk are not of the same size as the size given in
25795           the LIST chunk header). Fixes several odd WAVE files. Also fix
25796           ADPCM (block_align property) in audio, so that wavparse based
25797           on this works now as it used to stand-alone.
25798
25799 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25800
25801         reviewed by Benjamin Otte  <otte@gnome.org>
25802
25803         * ext/a52dec/gsta52dec.c:
25804         * ext/divx/gstdivxdec.c:
25805         * ext/divx/gstdivxenc.c:
25806         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25807         * ext/faac/gstfaac.c: (gst_faac_base_init):
25808         * ext/faad/gstfaad.c: (gst_faad_base_init):
25809         * ext/ivorbis/vorbisfile.c:
25810         * ext/lame/gstlame.c:
25811         * ext/libfame/gstlibfame.c:
25812         * ext/mpeg2enc/gstmpeg2enc.cc:
25813         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25814         * ext/sidplay/gstsiddec.cc:
25815         * ext/speex/gstspeexdec.c:
25816         * ext/speex/gstspeexenc.c:
25817         * ext/xvid/gstxviddec.c:
25818         * ext/xvid/gstxvidenc.c:
25819           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25820           (fixes #142193)
25821
25822 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25823
25824         * ext/alsa/gstalsa.c: (device_list),
25825         (gst_alsa_class_probe_devices):
25826         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25827           Fix alsa oddness in mixer after the combination of using mixer
25828           in source/sink elements and using hw:x,y instead of just hw:x.
25829
25830 2004-05-09  Benjamin Otte  <otte@gnome.org>
25831
25832         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25833         (gst_wavparse_create_sourcepad):
25834           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25835           sourcepads
25836
25837 2004-05-09  Benjamin Otte  <otte@gnome.org>
25838
25839         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25840           allow discont events before caps nego
25841
25842 2004-05-08  Benjamin Otte  <otte@gnome.org>
25843
25844         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25845           don't leak events
25846
25847 2004-05-08  Benjamin Otte  <otte@gnome.org>
25848
25849         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25850         (gst_level_change_state), (gst_level_init):
25851         * gst/level/gstlevel.h:
25852           figure out if we're initialized directly instead of keeping a
25853           variable that's wrong in 90% of cases
25854           don't initialize pads and then leak them and use a new unitialized
25855           pad. (fixes #142084)
25856           these were bugs so n00bish I didn't find them for an hour :/
25857
25858 2004-05-08 Iain <iain@prettypeople.org>
25859
25860         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25861         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25862         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25863         return the length that was read.
25864         (gst_riff_read_strf_auds): Allow fmt tags as well.
25865
25866 2004-05-07  David Schleef  <ds@schleef.org>
25867
25868         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25869         signed char assumption in faad.h.
25870
25871 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25872
25873         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25874           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25875
25876 2004-05-07  Colin Walters  <walters@redhat.com>
25877
25878         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25879         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25880         function.
25881         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25882         Add dispose function.
25883
25884 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25885         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25886           Fix caps nego and pad templates. RGB mode caps should
25887           work now.
25888         * ext/dvdnav/gst-dvd:
25889           Move mpeg2dec inside the thread because otherwise the
25890           queue rejects cap changes mid-stream
25891         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25892         (gst_mpeg2dec_flush_decoder):
25893           For mpeg2dec > 0.4.0, call the flush function instead of
25894           manually extracting all in-flight frames.
25895         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25896         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25897           Change mime type video/dv go video/x-dv to match the
25898           rest of gst-plugins
25899
25900 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25901
25902         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25904         (gst_alsa_sink_class_init):
25905         * ext/alsa/gstalsasink.h:
25906         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25907         (gst_alsa_src_class_init):
25908         * ext/alsa/gstalsasrc.h:
25909           Make alsasink/src a subclass of alsamixer so that mixer stuff
25910           shows up in gst-rec. Needs some finetuning.
25911
25912 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25913
25914         * ext/lame/gstlame.c: (gst_lame_chain):
25915           simplify
25916         * ext/mad/gstmad.c: (gst_mad_handle_event):
25917           fix event leak
25918         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25919           be able to detect mp3 files < 4096 bytes
25920
25921 2004-05-06  Wim Taymans  <wim@fluendo.com>
25922
25923         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25924         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25925         (theora_enc_set_property), (theora_enc_get_property):
25926         Also encode the first frame, cleanup some code.
25927
25928 2004-05-06  Wim Taymans  <wim@fluendo.com>
25929
25930         * ext/mpeg2enc/gstmpeg2enc.cc:
25931         Forward events first before deciding that negotiation was
25932         not performed.
25933
25934 2004-05-06  Wim Taymans  <wim@fluendo.com>
25935
25936         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25937         First process the events before deciding that negotiation
25938         was not performed.
25939
25940 2004-05-06  Wim Taymans  <wim@fluendo.com>
25941
25942         * ext/theora/Makefile.am:
25943         * ext/theora/theora.c: (plugin_init):
25944         * ext/theora/theoradec.c: (theora_dec_change_state):
25945         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25946         (gst_theora_enc_class_init), (gst_theora_enc_init),
25947         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25948         (theora_enc_chain), (theora_enc_change_state),
25949         (theora_enc_set_property), (theora_enc_get_property):
25950         Added a theora encoder, grouped the encoder and decoder into the
25951         same plugin.
25952
25953 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25954
25955         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25956         (gst_jpegenc_chain):
25957         fix DURATION on outgoing buffers
25958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25959         debug using time formats
25960         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25962         (gst_xvimagesink_sink_link):
25963         windows with width/height 0 generate X errors, so don't allow them
25964
25965 2004-05-05  Wim Taymans  <wim@fluendo.com>
25966
25967         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25968         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25969         (gst_mpeg2dec_negotiate_format):
25970         * ext/mpeg2dec/gstmpeg2dec.h:
25971           removed the static pad template so that we can add the
25972           more accurate framerate value to the caps.
25973
25974
25975 2004-05-04  Benjamin Otte  <otte@gnome.org>
25976
25977         * configure.ac:
25978           check for kdemacros.h, too (should fix #141821)
25979         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25980           don't crash if no header was sent, but nicely error out (fixes part
25981           of #141554)
25982
25983 2004-05-04  Wim Taymans  <wim@fluendo.com>
25984
25985         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25986         parent dispose function to avoid segfault on destroy.
25987
25988 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25989
25990         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25991         (plugin_init):
25992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25993         (gst_xvimagesink_sink_link):
25994         clean up debugging caps
25995         also recreate xvimage when format has changed
25996
25997 2004-05-04  Benjamin Otte  <otte@gnome.org>
25998
25999         * ext/libvisual/Makefile.am:
26000         * ext/libvisual/visual.c: (gst_visual_class_init),
26001         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26002         (gst_visual_srclink), (gst_visual_chain),
26003         (gst_visual_change_state), (plugin_init):
26004           use a GstAdapter to correctly adapt buffer sizes - allows using a
26005           framerate
26006
26007 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26008
26009         * sys/v4l/gstv4lelement.h:
26010         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26012         (gst_v4lsrc_buffer_free):
26013         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26014         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26015         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26016         (gst_v4lsrc_requeue_frame):
26017         move some debugging categories around
26018         query for fps index and set accordingly if found
26019
26020 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26021
26022         * ext/lame/gstlame.c:
26023         correct defaults that lame_init puts out of range
26024
26025 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26026
26027         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26028         (gst_divxenc_class_init):
26029         fix range since -1 is the default
26030         * gst/mpeg1sys/gstmpeg1systemencode.c:
26031         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26032         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26033         (gst_rtjpegdec_chain):
26034         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26035         (gst_rtjpegenc_chain):
26036         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26037         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26038         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26039         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26040         * sys/v4l/gstv4lsrc.c:
26041         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26042         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26043         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26044         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26045         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26046           remove gst_info calls
26047
26048 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26049
26050         * Makefile.am:
26051         * po/af.po:
26052         * po/az.po:
26053         * po/en_GB.po:
26054         * po/nl.po:
26055         * po/sr.po:
26056         * po/sv.po:
26057           Updated translations
26058
26059 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26060
26061         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26062           refactor/comment code
26063
26064 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * gst/asfdemux/Makefile.am:
26067         * gst/asfdemux/asfheaders.c:
26068         * gst/asfdemux/asfheaders.h:
26069         * gst/asfdemux/gstasf.c: (plugin_init):
26070         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26071         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26072         (gst_asf_demux_setup_pad):
26073         * gst/asfdemux/gstasfdemux.h:
26074         * gst/asfdemux/gstasfmux.c:
26075         * gst/asfdemux/gstasfmux.h:
26076           Add tagging support to demuxer, split out registration in its own
26077           file instead of in demux (hacky), and prevent having some tables
26078           in our memory multiple times (in asfheaders.h).
26079
26080 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26081
26082         * gst/matroska/matroska-demux.c:
26083         (gst_matroska_demux_parse_metadata):
26084         * gst/matroska/matroska-ids.h:
26085           Basic tag reading support.
26086
26087 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26088
26089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26090           Really detect ac-3 audio.
26091         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26092           really detect matroska files (off-by-1).
26093
26094 2004-04-30  David Schleef  <ds@schleef.org>
26095
26096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26097         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26098         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26099         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26100         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26101         hackage -- parse a lot more atoms, extract a few tags.  One might even
26102         mistake this for tag support.  Maybe it is.
26103         * gst/qtdemux/qtdemux.h:
26104
26105 2004-04-30  Colin Walters  <walters@verbum.org>
26106
26107         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26108
26109 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26110
26111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26112         (gst_ffmpegcolorspace_getcaps):
26113           remove broken nego fix
26114
26115 2004-04-30  Benjamin Otte  <otte@gnome.org>
26116
26117         * configure.ac:
26118         * ext/Makefile.am:
26119         * ext/libvisual/Makefile.am:
26120         * ext/libvisual/visual.c:
26121           add initial support for libvisual (http://libvisual.sourceforge.net)
26122           libvisual is still quite alpha, so expect crashes in there :)
26123
26124 2004-04-29  David Schleef  <ds@schleef.org>
26125
26126         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26127         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26128         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26129         code; you will no longer respect me.
26130
26131 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26132
26133         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26134         * ext/alsa/gstalsa.h :
26135         change alsa pcm device discovery to find more than 1 device
26136         per card. code review by Ronald.
26137
26138 2004-04-29  David Schleef  <ds@schleef.org>
26139
26140         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26141         Add a check for a driver bug on FreeBSD.  (bug #140565)
26142
26143 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26144
26145         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26146         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26147         (gst_jpegenc_getcaps):
26148           move format setting to inner loop
26149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26150         (gst_ffmpegcolorspace_getcaps):
26151           use GST_PAD_CAPS if available so that we use already negotiated
26152           caps
26153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26154         (qtdemux_parse_moov), (qtdemux_parse):
26155           extra debugging
26156         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26157         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26158           move hardcoded path to DEFINE
26159
26160 2004-04-28  David Schleef  <ds@schleef.org>
26161
26162         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26163         (bug #140064)
26164
26165 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26166
26167         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26168           Don't probe for playback device if we're a source element. Fixes
26169           #139658.
26170
26171 2004-04-29  Benjamin Otte  <otte@gnome.org>
26172
26173         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26174         (gst_id3_tag_chain):
26175           rewrite buffer offset
26176
26177 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26178
26179         * configure.ac:
26180         * ext/Makefile.am:
26181         * ext/dts/Makefile.am:
26182         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26183         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26184         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26185         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26186         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26187         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26188         (plugin_init):
26189         * ext/dts/gstdtsdec.h:
26190           New DTS decoder.
26191         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26192         (gst_faad_srcconnect):
26193           Add ESDS atom handling (.m4a).
26194
26195 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26196
26197         * ext/divx/gstdivxdec.c: (plugin_init):
26198           Remove comment that makes no sense.
26199         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26200           Fix for obvious typo that resulted in warnings during gst-register.
26201         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26202         (gst_xviddec_sink_link):
26203           Fix caps negotiation a bit better.
26204         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26205           We call this 'codec_data', not 'esds'.
26206
26207 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26208
26209         * gst/monoscope/gstmonoscope.c:
26210           make sure we only provide 256x128
26211         * gst/monoscope/monoscope.c: (monoscope_init):
26212           assert size of 256x128
26213
26214 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26215
26216         * Makefile.am:
26217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26218         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26219           fixate to max width and height of device
26220
26221 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26222
26223         * Makefile.am:
26224         * sys/v4l/gstv4l.c:
26225         * sys/v4l/gstv4lsrc.c:
26226         * sys/v4l/v4l_calls.c:
26227         * sys/v4l/v4lsrc_calls.c:
26228           fix for qc-usb driver which fakes having more than one buffer
26229           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26230           buffer_free override
26231           add debugging
26232
26233 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26234
26235         * Makefile.am:
26236         * gst/videotestsrc/gstvideotestsrc.c:
26237         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26238         (gst_videotestsrc_init), (gst_videotestsrc_get),
26239         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26240         * gst/videotestsrc/gstvideotestsrc.h:
26241           add num-buffers property
26242
26243         2004-04-26  Benjamin Otte  <otte@gnome.org>
26244
26245         * ext/mad/gstid3tag.c: (plugin_init):
26246           set id3mux rank to NONE so it doesn't confuse spider
26247           require audio/mpeg,mpegversion=1 in id3mux
26248
26249 2004-04-26  Benjamin Otte  <otte@gnome.org>
26250
26251         * configure.ac:
26252           detect faad correctly as non-working if it's indeed non-working
26253
26254 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26255
26256         * Makefile.am:
26257         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26258         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26259         fix _getcaps so it only negotiates to its supported format
26260
26261 2004-04-25  Benjamin Otte  <otte@gnome.org>
26262
26263         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26264           fix memleak
26265
26266 2004-04-23  Benjamin Otte  <otte@gnome.org>
26267
26268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26269           audio/x-raw-int with height rules! not. Now it's depth.
26270
26271 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26272
26273         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26274         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26275         (gst_wavparse_loop):
26276           Missing variable initialization. Add handling of DVI ADPCM. Fix
26277           mis-parsing of LIST chunks. This works around a bug where we mis-
26278           parse non-aligning LIST chunks (so LIST chunks where the contents
26279           don't align with the actual LIST size). The correct fix is to use
26280           rifflib, I'm not going to fix wavparse - too much work. All this
26281           fixes #104878.
26282
26283 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26284
26285         reviewed by Benjamin Otte  <otte@gnome.org>
26286
26287         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26288           fix shoutcast not working (fixes #140844)
26289
26290 2004-04-22  Benjamin Otte  <otte@gnome.org>
26291
26292         * ext/hermes/gsthermescolorspace.c:
26293         (gst_hermes_colorspace_caps_remove_format_info):
26294         * gst/colorspace/gstcolorspace.c:
26295         (gst_colorspace_caps_remove_format_info):
26296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26297         (gst_ffmpegcolorspace_caps_remove_format_info):
26298           s/gst_caps_simplify/gst_caps_do_simplify/
26299
26300 2004-04-22  Benjamin Otte  <otte@gnome.org>
26301
26302         * gst-libs/gst/riff/riff-media.c:
26303         (gst_riff_create_video_caps_with_data):
26304           mpegversion is an int
26305         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26306           don't try to create pad templates with NULL caps, use any caps
26307           instead.
26308
26309 2004-04-20  David Schleef  <ds@schleef.org>
26310
26311         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26312         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26313         (bug #140384)
26314
26315 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26316
26317         reviewed by David Schleef
26318
26319         * ext/mad/gstid3tag.c: Add stdlib.h
26320         * gst/rtp/gstrtpgsmenc.c: same
26321         * gst/tags/gstid3tag.c: same
26322         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26323         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26324         GST_DISABLE_LOADSAVE use.
26325         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26326         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26327         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26328         atol(3)).
26329         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26330         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26331         strtoul(3)).
26332         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26333         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26334         $(ID3_CFLAGS).
26335         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26336         $(LIBFAME_CFLAGS).
26337
26338 2004-04-20  David Schleef  <ds@schleef.org>
26339
26340         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26341         last checkin.  Same idea.
26342
26343 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26344
26345         reviewed by David Schleef
26346
26347         * configure.ac: bump required gstreamer version to 0.8.1.1
26348         because of following changes [--ds]
26349
26350         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26351         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26352         (gst_riff_read_header):  Use GST_READ_UINT*
26353         macros to access possibly unaligned memory.
26354
26355         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26356         (mp3_type_find):  Use GST_READ_UINT*
26357         macros to access possibly unaligned memory.
26358         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26359         (speex_type_find): Likewise
26360
26361         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26362
26363         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26364         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26365         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26366         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26367         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26368         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26369         macros to access possibly unaligned memory.
26370
26371         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26372         Likewise.
26373
26374         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26375         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26376
26377         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26378         Likewise.
26379
26380         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26381         (gst_mpeg2subt_chain_subtitle): Likewise.
26382
26383         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26384         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26385         Likewise.
26386
26387         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26388         Likewise.
26389
26390         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26391         Likewise.
26392
26393         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26394         Likewise.
26395
26396 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26397
26398         * configure.ac:
26399           update required version of GStreamer because of GST_TIME_FORMAT
26400
26401 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26402
26403         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26404           remove leftover g_print
26405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26406           don't try setting only a subset of the caps. We don't want to kill
26407           autoplugging on purpose
26408
26409 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26410
26411         * sys/ximage/ximagesink.c: (plugin_init):
26412         * sys/xvimage/xvimagesink.c: (plugin_init):
26413           add debugging categories
26414
26415 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26416
26417         * po/en_GB.po:
26418         * po/LINGUAS:
26419           Adding en_GB translation (Gareth Owen)
26420
26421 2004-04-20  David Schleef  <ds@schleef.org>
26422
26423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26424         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26425         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26426         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26427         A number of new features and hacks to extract the esds atom and
26428         put it into the caps.  (bug #137724)
26429
26430 2004-04-19  David Schleef  <ds@schleef.org>
26431
26432         * gconf/Makefile.am: Fix for non-GNU make
26433         * gst-libs/gst/Makefile.am: Change directory order to handle
26434         GstPlay linking with gstinterfaces
26435         * gst-libs/gst/audio/make_filter: make use of tr portable
26436         * gst-libs/gst/play/Makefile.am: Add intended \
26437         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26438         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26439         function prototype instead of void *.
26440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26441         macro.
26442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26443         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26444         * gst/videofilter/make_filter: make use of tr portable
26445         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26446
26447 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26448
26449         * po/LINGUAS:
26450         * po/uk.po:
26451           Added Ukrainian translation (Maxim V. Dziumanenko)
26452
26453 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26454
26455         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26456         (gst_gsmdec_link), (gst_gsmdec_chain):
26457           Fix capsnego, simplify chain function slightly.
26458         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26459           Add GSM.
26460
26461 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26462
26463         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26464         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26465         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26466           Hack to make wavparse work with spider (always -> sometimes pad).
26467           Fixes #135862 && #140411.
26468
26469 2004-04-18  Benjamin Otte  <otte@gnome.org>
26470
26471         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26472         (gst_osselement_rate_probe_check),
26473         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26474           get rid of \n in debug output
26475
26476 2004-04-17  Iain <iain@prettypeople.org>
26477
26478         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26479         not just EOS.
26480
26481 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26482
26483         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26484         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26485         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26486         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26487         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26488         (gst_id3_tag_change_state), (plugin_init):
26489           deprecate id3tag element and replace with id3demux/id3mux.
26490           great side effect: this ugly file is now even uglier, yay!
26491         * ext/mad/gstmad.h:
26492           remove non-available function
26493           update for new get_type
26494
26495 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26496
26497         * configure.ac:
26498           require mpeg2dec >= 0.4.0
26499
26500 2004-04-17  Benjamin Otte  <otte@gnome.org>
26501
26502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26503         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26504         (gst_xvimagesink_set_xwindow_id):
26505           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26506           assorted cleanup fixes.
26507
26508 2004-04-16  David Schleef  <ds@schleef.org>
26509
26510         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26511         * sys/xvimage/xvimagesink.h: same
26512
26513 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26514
26515         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26516           Fix GST_ELEMENT_ERROR with (NULL)
26517
26518 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26519
26520         * gst-libs/gst/riff/riff-media.c:
26521         (gst_riff_create_video_caps_with_data):
26522           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26523
26524 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * gst-libs/gst/riff/riff-media.c:
26527         (gst_riff_create_video_caps_with_data),
26528         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26529         (gst_riff_create_video_template_caps),
26530         (gst_riff_create_audio_template_caps):
26531         * gst-libs/gst/riff/riff-media.h:
26532         * gst-libs/gst/riff/riff-read.c:
26533         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26534         * gst-libs/gst/riff/riff-read.h:
26535         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26536           Add MS RLE support. I added some functions to read out strf chunks
26537           into strf chunks and the data behind it. This is usually color
26538           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26539           caps creation. Lastly, add ADPCM (similar to wavparse - which
26540           should eventually be rifflib based).
26541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26542         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26543         * gst/matroska/matroska-demux.h:
26544           Remove placeholders for some prehistoric tagging system. Didn't add
26545           support for any tag system really anyway.
26546         * gst/qtdemux/qtdemux.c:
26547           Add support for audio/x-m4a (MPEG-4) through spider.
26548         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26549         (gst_wavparse_loop):
26550           ADPCM support (#135862). Increase max. buffer size because we
26551           cannot split buffers for ADPCM (screws references) and I've seen
26552           files with 2048 byte chunks. 4096 seems safe for now.
26553
26554 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26555
26556         * configure.ac: bump nano to 1
26557
26558 === release 0.8.1 ===
26559
26560 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26561
26562         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26563
26564 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26567           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26568           Fixes #140058
26569
26570 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26571
26572         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26573           lower rank of dvddemux so that it's not used for mpeg playback.
26574
26575 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26576
26577         * configure.ac:
26578           save libs correctly when checking mad
26579
26580 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26581
26582         * ext/mad/gstid3tag.c: (plugin_init):
26583           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26584
26585 2004-04-13  David Schleef  <ds@schleef.org>
26586
26587         * common/m4/gst-feature.m4: Call -config scripts with
26588         --plugin-libs if it is supported.
26589         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26590         JPEG images are image/jpeg.
26591         * gst/debug/Makefile.am:
26592         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26593         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26594         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26595         (gst_negotiation_plugin_init): Add a property that acts like
26596         filter caps.
26597         * testsuite/gst-lint:  Move license checking to be a standard
26598         test.
26599
26600 2004-04-13  David Schleef  <ds@schleef.org>
26601
26602         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26603         patch from Sebastien Cote (bug #139958)
26604
26605 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26606
26607         * examples/gstplay/Makefile.am:
26608         * examples/gstplay/player.c: (main):
26609           make the commandline player example use gconf settings
26610
26611 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26612
26613         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26614         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26615         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26616           init/end library during state transition, not object
26617           creation/disposal.  get rid of custom dispose handler.
26618
26619
26620 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26621
26622         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26623         be a symlink
26624
26625 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26626
26627         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26628           Handle JUNK chunks inside data section. Prevents warnings.
26629
26630 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26633         (gst_riff_create_video_template_caps):
26634           Add MS video v1.
26635         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26636         (gst_avi_demux_stream_data):
26637           Add support for "rec-list" chunks.
26638
26639 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26642           Fix another codecname mismatch.
26643
26644 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26645
26646         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26647           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26648           so that MJPEG plays back.
26649
26650 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26653         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26654         * gst/mpeg1videoparse/gstmp1videoparse.h:
26655           Fix for some slight mis-cuts in buffer parsing, and for some
26656           potential overflows or faults-causers. Adds disconts. Also fixes
26657           #139105 while we're at it.
26658
26659 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * configure.ac:
26662         * sys/v4l2/gstv4l2element.h:
26663           Workaround for missing struct v4l2_buffer declaration in Suse 9
26664           and Mandrake 10 linux/videodev2.h header file (#135919).
26665
26666 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26667
26668         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26669           Bail out if no filename was given.
26670
26671 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26672
26673         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26674         (gst_v4l2_fourcc_from_structure):
26675           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26676           Y41B somewhere).
26677
26678 2004-04-09  Benjamin Otte  <otte@gnome.org>
26679
26680         * ext/gnomevfs/gstgnomevfssink.c:
26681         (_gst_boolean_allow_overwrite_accumulator),
26682         (gst_gnomevfssink_class_init):
26683           fix erase signal - if any handler returns false the file will not be
26684           overwritten. If no handler is connected, the file will not be
26685           overwritten either.
26686           renamed signal to "allow-overwrite"
26687         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26688           free string when adding it to ID3 failed
26689         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26690           unref event when done
26691         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26692           free caps
26693         * gst/typefind/gsttypefindfunctions.c:
26694         (mpeg_video_stream_type_find):
26695           fix invalid read
26696
26697 2004-04-08  David Schleef  <ds@schleef.org>
26698
26699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26700         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26701
26702 2004-04-08  David Schleef  <ds@schleef.org>
26703
26704         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26705         we don't support (bug #139532)
26706
26707 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26708
26709         * ext/mad/gstmad.c: (gst_mad_handle_event),
26710         (gst_mad_check_caps_reset), (gst_mad_chain),
26711         (gst_mad_change_state):
26712           only set explicit caps if they haven't been set before for
26713           this stream.  MPEG-audio sample rate/channels aren't allowed
26714           to change in-stream.
26715           Fixes #139382
26716
26717 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26718
26719         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26720         (_gst_boolean_did_something_accumulator),
26721         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26722         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26723         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26724         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26725         (gst_gnomevfssink_change_state):
26726           Fix erase signal. Don't erase by default. Remove handoff signal.
26727           Remove erase property. Don't segfault. General cleanup.
26728
26729 2004-04-07  Benjamin Otte  <otte@gnome.org>
26730
26731         * gst-libs/gst/gconf/test-gconf.c: (main):
26732           add missing gst_init
26733
26734 2004-04-07  Benjamin Otte  <otte@gnome.org>
26735
26736         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26737           free the mutexes, too
26738
26739 2004-04-07  Benjamin Otte  <otte@gnome.org>
26740
26741         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26742           actually free the URI string
26743         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26744           compute offset correctly when passing discont events
26745         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26746           don't leak discont events
26747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26748           add some missing breaks so caps aren't copied randomly
26749         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26750           if we realloc memory, we better use it
26751
26752 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26753
26754         * ext/mad/gstmad.c: (normal_seek):
26755           fix GST_FORMAT_TIME usage
26756
26757 2004-04-05  David Schleef  <ds@schleef.org>
26758
26759         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26760         a deprecated function (hack!)
26761
26762 2004-04-05  Benjamin Otte  <otte@gnome.org>
26763
26764         * ext/esd/esdmon.c: (gst_esdmon_get):
26765           fix nonterminated vararg and memleak
26766
26767 2004-04-05  Benjamin Otte  <otte@gnome.org>
26768
26769         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26770         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26771         (gst_ladspa_set_property), (gst_ladspa_get_property),
26772         (gst_ladspa_instantiate), (gst_ladspa_activate),
26773         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26774           clean up debugging
26775
26776 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26777
26778         reviewed by Benjamin Otte  <otte@gnome.org>
26779
26780         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26781           check for broken LADSPA parameters (fixes #138635)
26782
26783 2004-04-05  Benjamin Otte  <otte@gnome.org>
26784
26785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26786           advertise buffer-frames correctly on sinkpads
26787
26788 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26789
26790         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26791         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26792         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26793         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26794         (gst_mad_check_caps_reset), (gst_mad_chain):
26795         add more debugging, only reset caps when we're not in error state
26796
26797 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26798
26799         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26800
26801 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26802
26803         reviewed by Benjamin Otte  <otte@gnome.org>
26804
26805         * configure.ac:
26806           fix == in test(1) operator
26807
26808 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26809
26810         reviewed by Benjamin Otte  <otte@gnome.org>
26811
26812         * configure.ac:
26813           fix --export-symblos-regex to a working regex.
26814
26815 2004-04-04  Benjamin Otte  <otte@gnome.org>
26816
26817         * sys/oss/.cvsignore:
26818           add for oss_probe
26819
26820 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26821
26822         reviewed by Benjamin Otte  <otte@gnome.org>
26823
26824         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26825           add missing 'new_media' argument (fixes #138168)
26826         * gst/matroska/matroska-demux.c:
26827         (gst_matroska_demux_handle_seek_event):
26828           add vararg terminator (fixes #138169)
26829
26830 2004-04-02  David Schleef  <ds@schleef.org>
26831
26832         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26833         disted (bug #138914)
26834
26835 2004-04-01  Benjamin Otte  <otte@gnome.org>
26836
26837         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26838         (gst_alsa_close_audio):
26839           handle case better where a soundcard can't pause
26840         * ext/ogg/gstoggdemux.c:
26841           don't crash when we get events but don't have pads yet
26842
26843 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26844
26845         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26846           throw an error if we couldn't probe any caps.
26847
26848 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26849
26850         * ext/dvdnav/gst-dvd:
26851         Add a really simple sample DVD player
26852
26853 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26854
26855         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26856         (gst_a52dec_push), (gst_a52dec_handle_event),
26857         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26858         (gst_a52dec_change_state):
26859         * ext/a52dec/gsta52dec.h:
26860           Use a debug category, Output timestamps correctly
26861           Emit tag info, Handle events, tell liba52dec about cpu
26862           capabilities so it can use MMX etc.
26863         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26864           Fix a crasher accessing invalid memory
26865         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26866         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26867         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26868         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26869         (dvdnavsrc_query):
26870           Some support for byte-format seeking.
26871           Small fixes for still frames and menu button overlays
26872         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26873         (gst_mpeg2dec_alloc_buffer):
26874           Use a debug category. Adjust the report level of several items to
26875           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26876           so it doesn't lose the GstBuffer pointer
26877         * gst/debug/Makefile.am:
26878         * gst/debug/gstdebug.c: (plugin_init):
26879         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26880         (gst_navseek_base_init), (gst_navseek_class_init),
26881         (gst_navseek_init), (gst_navseek_seek),
26882         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26883         (gst_navseek_get_property), (gst_navseek_chain),
26884         (gst_navseek_plugin_init):
26885         * gst/debug/gstnavseek.h:
26886           Add the navseek debug element for seeking back and forth in a
26887           video stream using arrow keys.
26888         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26889         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26890         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26891         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26892         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26893         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26894         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26895         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26896         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26897         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26898         * gst/mpeg2sub/gstmpeg2subt.h:
26899           Pretty much a complete rewrite. Now a loopbased element. May still
26900           require work to properly synchronise subtitle buffers.
26901         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26902         (gst_dvd_demux_send_subbuffer):
26903         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26904           Don't attempt to create subbuffers of size 0
26905           Reduce a couple of error outputs to warnings.
26906         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26907         (gst_y4mencode_chain):
26908         Output the y4m frame header correctly.
26909
26910 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26911
26912         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26913           throw errors instead of allowing SIGFPE
26914
26915 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26916
26917         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26918         (gst_gconf_render_bin_from_key):
26919           leak plugging and style fixing
26920
26921 2004-03-31  David Schleef  <ds@schleef.org>
26922
26923         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26924         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26925         (bug #138225)
26926         * gst/debug/Makefile.am:
26927         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26928         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26929         plugin.
26930         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26931         (gst_negotiation_base_init), (gst_negotiation_class_init),
26932         (gst_negotiation_init), (gst_negotiation_getcaps),
26933         (gst_negotiation_pad_link), (gst_negotiation_chain),
26934         (gst_negotiation_set_property), (gst_negotiation_get_property),
26935         (gst_negotiation_plugin_init):  New element to talk about random
26936         negotiation things happening in a pipeline.
26937
26938 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26941           fix integer addition with help of Stefan Kost
26942
26943 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26944
26945         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26946
26947 2004-03-30  David Schleef  <ds@schleef.org>
26948
26949         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26950         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26951         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26952         (bug #137504)
26953         * ext/mpeg2dec/gstmpeg2dec.h:
26954
26955 2004-03-30  David Schleef  <ds@schleef.org>
26956
26957         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26958
26959 2004-03-30  David Schleef  <ds@schleef.org>
26960
26961         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26962         Michael Petullo) to handle .mov
26963
26964 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26965
26966         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26967         (gst_osselement_rate_check_rate):
26968           probe caps correctly for sound cards that only support one format
26969
26970 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26971
26972         * ext/kio/kiosrc.cpp: (process_events):
26973           update handling event processing if inside KDE - untested
26974
26975 2004-03-29  David Schleef  <ds@schleef.org>
26976
26977         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26978         by 2 to not interfere with other colorspaces.
26979         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26980         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26981         one to not interfere with ffmpeg_colorspace.
26982
26983 2004-03-29  David Schleef  <ds@schleef.org>
26984
26985         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26986         aren't in the caps.
26987         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26988         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26989
26990 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26991
26992         * gst-libs/gst/riff/riff-media.c:
26993           fail on error, don't try to set stuff on NULL caps
26994
26995 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26996
26997         * configure.ac:
26998         * ext/Makefile.am:
26999         * ext/kio/Makefile.am:
27000         * ext/kio/kioreceiver.cpp:
27001         * ext/kio/kioreceiver.h:
27002         * ext/kio/kiosrc.cpp:
27003         * ext/kio/kiosrc.h:
27004           add experimental kiosrc plugin
27005         * ext/alsa/gstalsaplugin.c: (plugin_init):
27006           initialize debugging category only when we're sure registering the
27007           plugins worked.
27008
27009 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27010
27011         * examples/gstplay/player.c: (main):
27012         * gst-libs/gst/play/play.c: (gst_play_class_init),
27013         (gst_play_set_location), (gst_play_set_data_src),
27014         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27015         (gst_play_set_visualization), (gst_play_connect_visualization):
27016           check return values of element_set_state and return FALSE where
27017           failed
27018
27019 2004-03-29  Benjamin Otte  <otte@gnome.org>
27020
27021         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27022           try harder to check if an event is really a discont
27023
27024 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27025
27026         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27027         * po/az.po:
27028
27029 2004-03-28  Benjamin Otte  <otte@gnome.org>
27030
27031         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27032         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27033         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27034           get rid of non-standard "..." ranges in case statements.
27035
27036 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27037
27038         * gst/mpegstream/gstmpegdemux.c:
27039         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27040         specific functionality split to the new dvddemux element.
27041         * gst/mpegstream/gstdvddemux.c:
27042         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27043         streams, derived from mpegdemux.
27044         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27045         up. SCR based timestamp rewriting can be turned off (will probably
27046         completely disappear soon).
27047         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27048         hacking. General cleanup. All printf statements replaced by
27049         debugging messages. Almost complete libdvdnav support.
27050         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27051         by events. New properties for audio and subpicture languages.
27052         (dvdnavsrc_update_highlight): Now uses events.
27053         (dvdnavsrc_user_op): Cleaned up.
27054         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27055         based). Lots of cleanup, and propper support for most libdvdnav
27056         events.
27057         (dvdnavsrc_make_dvd_event): New function.
27058         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27059         (dvdnavsrc_make_clut_change_event): New function.
27060
27061 2004-03-26  Benjamin Otte  <otte@gnome.org>
27062
27063         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27064           fix bug where typefinding would claim it's theora whenever less then
27065           7 bytes of data were available
27066
27067 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27068
27069         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27070         (gst_alawdec_base_init), (gst_alawdec_class_init),
27071         (gst_alawdec_init), (gst_alawdec_chain):
27072         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27073         (gst_alawenc_base_init), (gst_alawenc_class_init),
27074         (gst_alawenc_init), (gst_alawenc_chain):
27075         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27076         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27077         (gst_mulawdec_init), (gst_mulawdec_chain):
27078         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27079         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27080         (gst_mulawenc_init), (gst_mulawenc_chain):
27081           Fix capsnego in all four, remove the unused property functions and
27082           simplify the chain functions slightly. I guess we could use macros
27083           or something similar for those, since the code is so similar, but
27084           I'm currently too lazy...
27085
27086 2004-03-24  David Schleef  <ds@schleef.org>
27087
27088         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27089         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27090         (gst_osselement_get_format_structure),
27091         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27092         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27093         (gst_osselement_rate_int_compare): Add code to handle rate probing
27094         (bug #120883)
27095         * sys/oss/gstosselement.h: same
27096         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27097         Use rate probing provided by osselement.
27098         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27099
27100 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27101
27102         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27103         (gst_xvidenc_get_property):
27104           ulong/int mess-up.
27105
27106 2004-03-24  David Schleef  <ds@schleef.org>
27107
27108         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27109         (gst_speexdec_init):
27110         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27111         (gst_speexenc_init):  Create the pad template correctly (from
27112         the static pad template, not a NULL pointer.)
27113
27114 2004-03-25  Benjamin Otte  <otte@gnome.org>
27115
27116         * gst/debug/Makefile.am:
27117         * gst/debug/breakmydata.c:
27118           add element that quasi-randomly changes bytes in the stream.
27119           Intended use is robustness checking of demuxers and decoders in
27120           media tests.
27121
27122 2004-03-24  Benjamin Otte  <otte@gnome.org>
27123
27124         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27125         (gst_alsa_probe_hw_params):
27126         * ext/alsa/gstalsa.h:
27127           debugging output fixes
27128
27129 2004-03-24  Benjamin Otte  <otte@gnome.org>
27130
27131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27132           don't g_return_if_fail if element is PLAYING, fail silently as every
27133           other element.
27134         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27135           only fix needed for cast lvalue issues in gst-plugins
27136         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27137           add proxy_getcaps
27138
27139 2004-03-24  Benjamin Otte  <otte@gnome.org>
27140
27141         * gst/level/gstlevel.c: (gst_level_init):
27142           add proxying getcaps function, so level doesn't advertise impossible
27143           caps
27144
27145 2004-03-24  David Schleef  <ds@schleef.org>
27146
27147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27148         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27149         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27150         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27151         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27152         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27153         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27154         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27155         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27156         messages.  Divide the chunk size by the compression ratio
27157         (needed for MACE audio)
27158
27159 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27160
27161         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27162           Fix buffer overflow read error.
27163
27164 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27165
27166         * ext/alsa/gstalsa.h:
27167           Remove unused entry.
27168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27169           Add cinepak.
27170         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27171         (gst_videodrop_link), (gst_videodrop_chain):
27172           Fix, sort of. Was horribly broken with new capsnego. Bah...
27173
27174 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27175
27176         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27177         (plugin_init):
27178         Add a monkeysaudio typefind function
27179
27180 2004-03-23  Johan Dahlin  <johan@gnome.org>
27181
27182         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27183         (gst_play_video_fixate): Check so the structure has the field
27184         before trying to fixate them, this makes it possible to have
27185         fakesinks for video and audio output without printing errors on
27186         the output console.
27187
27188 2004-03-22  David Schleef  <ds@schleef.org>
27189
27190         * sys/oss/Makefile.am:
27191         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27192         (check_rate), (add_rate):  Rate probing test app.
27193
27194 2004-03-21  Benjamin Otte  <otte@gnome.org>
27195
27196         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27197         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27198           add a fixation function that pretty much does the right thing (fixes
27199           #137556)
27200
27201 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27202
27203         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27204
27205 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27206
27207         reviewed by: Benjamin Otte  <otte@gnome.org>
27208
27209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27210           terminate gst_event_new_discontinuous correctly (fixes parts of
27211           #137711)
27212
27213 2004-03-19  David Schleef  <ds@schleef.org>
27214
27215         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27216         since it doesn't depend on X, and it's part of our ABI.
27217
27218 2004-03-19  Iain <iain@prettypeople.org>
27219
27220         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27221         is_int in the structure, not the local variable.
27222
27223 2004-03-19  David Schleef  <ds@schleef.org>
27224
27225         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27226         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27227         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27228         Improvements in caps negotiation.
27229
27230 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27231
27232         * po/LINGUAS:
27233         * po/af.po:
27234           adding Afrikaans (Petri Jooste)
27235
27236 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27237
27238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27239         (gst_ffmpegcolorspace_chain):
27240         throw error instead of g_critical (#137588)
27241
27242 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27243
27244         * Makefile.am:
27245         * configure.ac:
27246           dist common and m4 correctly
27247         * po/sv.po:
27248
27249 2004-03-17  David Schleef  <ds@schleef.org>
27250
27251         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27252         (bug #137348)
27253
27254 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27255
27256         * po/LINGUAS:
27257         * po/sv.po:
27258           adding Swedish translation (Christian Rose)
27259
27260 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27261
27262         * Makefile.am: use release.mak
27263
27264 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27265
27266         * common/ChangeLog:
27267         * common/gst-autogen.sh:
27268           add some explanation about the version detection
27269         * configure.ac:
27270           fix X check
27271
27272 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27273
27274         * configure.ac: bump nano to 1
27275
27276 === release 0.8.0 ===
27277
27278 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27279
27280         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27281
27282 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27283
27284         * configure.ac:
27285           update libtool version
27286         * gst-libs/gst/media-info/Makefile.am:
27287           actually use libtool version
27288
27289 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27290
27291         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27292
27293 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27294
27295         * configure.ac:
27296         * gst-plugins.spec.in:
27297         * pkgconfig/Makefile.am:
27298         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27299         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27300         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27301         * pkgconfig/gstreamer-libs.pc.in:
27302         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27303         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27304         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27305         * pkgconfig/gstreamer-plugins.pc.in:
27306           remove @VERSION@ from some of the pc files since core and plugins
27307           are decoupled.
27308           created gstreamer-plugins.pc as it's a better name, but keeping
27309           -libs around for now to get fixes upstream done first.
27310
27311 2004-03-15  Julien MOUTTE <julien@moutte.net>
27312
27313         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27314         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27315         * gst-libs/gst/play/play.h:
27316
27317 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27318
27319         * *.c, *.cc: don't mix tabs and spaces
27320
27321 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27322
27323         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27324           use the new ffmpegcolorspace
27325         * gst-plugins.spec.in:
27326           package new colorspace and media-info
27327         * configure.ac:
27328         * pkgconfig/Makefile.am:
27329           fix some more disting issues
27330         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27331         * pkgconfig/gstreamer-media-info.pc.in:
27332           generate media-info pc files
27333
27334 2004-03-15  Johan Dahlin  <johan@gnome.org>
27335
27336         * *.h: Revert indenting
27337
27338 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27339
27340         * configure.ac:
27341           adding ffmpegcolorspace element
27342         * gst/ffmpegcolorspace/Makefile.am:
27343         * gst/ffmpegcolorspace/avcodec.h:
27344         * gst/ffmpegcolorspace/common.h:
27345         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27346         * gst/ffmpegcolorspace/dsputil.h:
27347         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27348         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27349         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27350         (gst_ffmpeg_caps_to_pix_fmt):
27351         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27353         (gst_ffmpegcolorspace_caps_remove_format_info),
27354         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27355         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27356         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27357         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27358         (gst_ffmpegcolorspace_set_property),
27359         (gst_ffmpegcolorspace_get_property),
27360         (gst_ffmpegcolorspace_register):
27361         * gst/ffmpegcolorspace/imgconvert.c:
27362         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27363         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27364         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27365         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27366         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27367         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27368         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27369         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27370         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27371         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27372         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27373         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27374         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27375         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27376         (img_get_alpha_info), (deinterlace_line),
27377         (deinterlace_line_inplace), (deinterlace_bottom_field),
27378         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27379         * gst/ffmpegcolorspace/imgconvert_template.h:
27380         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27381         * gst/ffmpegcolorspace/mmx.h:
27382         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27383           adding ffmpegcolorspace element supplied by Ronald after cleaning
27384           up and pulling in the right bits of upstream source.
27385           I'm sure a better C/compiler wizard could do some cleaning up (for
27386           example use GLIB's malloc stuff), but as a first pass this
27387           works very well
27388
27389 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27390
27391         * ext/alsa/gstalsa.h:
27392           I assume Ronald forgot to commit the change to have cardname
27393           as a struct member.  Expect some public spanking at the next
27394           opportunity.
27395
27396 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27397
27398         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27399         (gst_alsa_open_audio), (gst_alsa_close_audio):
27400         * ext/alsa/gstalsa.c:
27401           Don't open the device if we're a mixer (= padless).
27402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27403         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27404         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27405           Open mixer during state change rather than during object
27406           initialization. Also, get a device name. Currently in a somewhat
27407           hackish fashion, but I didn't really find something better.
27408
27409 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27410
27411         * *.c, *.h: run gst-indent
27412
27413 2004-03-14  Benjamin Otte  <otte@gnome.org>
27414
27415         * gst/modplug/gstmodplug.cc:
27416         * gst/modplug/gstmodplug.h:
27417           set correct timestamps on outgoing buffers
27418
27419 2004-03-14  Benjamin Otte  <otte@gnome.org>
27420
27421         * gst/modplug/gstmodplug.cc:
27422           handle events - don't do crap when a discont arrives that's not
27423           necessary
27424           This allows correct loading and playback of mods in Rhythmbox
27425
27426 2004-03-14  Benjamin Otte  <otte@gnome.org>
27427
27428         * configure.ac:
27429         * gst-libs/gst/gconf/Makefile.am:
27430         * pkgconfig/Makefile.am:
27431           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27432           they get rebuilt properly
27433         * configure.ac:
27434           when checking for vorbis, try pkgconfig first.
27435         * gst/modplug/gstmodplug.cc:
27436           add fixate function
27437
27438 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27441           Fix for obvious mistake, where we first shift the offset and then
27442           read a samplesize element assuming the old offset. Note that this
27443           part still has something weird, i.e. my movies containing those
27444           don't actually play well, but at least there's something that looks
27445           like sound now.
27446
27447 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27448         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27449         (plugin_init):
27450         Add a typefind function for speex format
27451
27452 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27453
27454         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27455         (gst_asf_demux_setup_pad):
27456           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27457           instead of 0. Reason is simple: some elements have a fps range
27458           of 1-max instead of 0-max. So now ASF video actually works.
27459
27460 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27461
27462         * po/LINGUAS:
27463         * po/sr.po:
27464           adding serbian as a language
27465
27466 2004-03-13  Benjamin Otte  <otte@gnome.org>
27467
27468         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27469           return taglist correctly from _get function, don't gst_pad_push it.
27470           (fixes #137042)
27471
27472 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27473         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27474
27475 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27476
27477         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27478         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27479         (gst_alsa_mixer_track_new):
27480         * ext/alsa/gstalsamixertrack.h:
27481           Fix ancient leftovers... MixerTrack is a GObject.
27482
27483 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27484
27485         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27486         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27487           Don't block during probing...
27488
27489 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27490
27491         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27492         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27493         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27494         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27495         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27496         (gst_alsa_open_audio), (gst_alsa_close_audio):
27497         * ext/alsa/gstalsa.h:
27498           Add propertyprobe interface implementation, add some device-name
27499           property, all this so that it looks good in gnome-volume-control.
27500
27501 2004-03-12  David Schleef  <ds@schleef.org>
27502
27503         * configure.ac: the Hermes library controls hermescolorspace, not
27504         colorspace.
27505         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27506         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27507         not /* */
27508         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27509         * ext/sdl/sdlvideosink.h: ditto.
27510         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27511
27512 2004-03-12  Benjamin Otte  <otte@gnome.org>
27513
27514         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27515         (gst_x_overlay_got_xwindow_id):
27516         * gst-libs/gst/xoverlay/xoverlay.h:
27517           replace XID with unsigned long to get rid of the xlibs dependency in
27518           XOverlay (fixes #137004)
27519
27520 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27521         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27522         (gst_agingtv_setup):
27523         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27524         (gst_dicetv_base_init), (gst_dicetv_class_init),
27525         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27526         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27527         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27528         (gst_edgetv_setup), (gst_edgetv_rgb32):
27529         * gst/effectv/gsteffectv.c:
27530         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27531         (gst_quarktv_set_property):
27532         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27533         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27534         (gst_revtv_setup), (gst_revtv_rgb32):
27535         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27536         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27537         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27538         (gst_shagadelictv_rgb32):
27539         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27540         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27541         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27542         * gst/effectv/gstwarp.c:
27543         Port everything that can be ported to videofilter and fix up the caps.
27544         Can someone with a big-endian machine please check these?
27545
27546 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27547
27548         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27549         (gst_osssink_chain), (gst_osssink_change_state):
27550           Latest fixes for A/V sync, audio playback and such. This is about
27551           all... MPEG playback issues are mostly related to the async build-
27552           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27553
27554 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27555
27556         patch from: Stephane Loeuillet
27557
27558         * configure.ac:
27559           use pkg-config for some libraries, falling back to the old .m4 way
27560           (fixes #131270)
27561         * m4/libdv.m4:
27562           removed
27563
27564 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27565
27566         * configure.ac:
27567         * tools/Makefile.am:
27568         * tools/Makefile.in:
27569         * tools/gst-launch-ext-m.m:
27570         * tools/gst-launch-ext.1.in:
27571         * tools/gst-visualise-m.m:
27572         * tools/gst-visualise.1:
27573         * tools/gst-visualise.1.in:
27574           reorganizing generation of script tools
27575
27576 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * ext/divx/gstdivxdec.c:
27579           Downgrade priority. We prefer ffdec_mpeg4.
27580         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27581         (gst_faad_chain), (gst_faad_change_state):
27582           Fix capsnego. Doesn't work for some sounds because we don't have
27583           a 5:1 to stereo element.
27584         * ext/xvid/gstxvid.c: (plugin_init):
27585           Add priority.
27586         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27587         (gst_osssink_change_state):
27588           Add discont handling.
27589
27590 2004-03-09  Colin Walters  <walters@verbum.org>
27591
27592         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27593         conversion.
27594
27595 2004-03-09  Benjamin Otte  <otte@gnome.org>
27596
27597         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27598           the signals take 2 arguments
27599
27600 2004-03-09  David Schleef  <ds@schleef.org>
27601
27602         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27603         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27604         * ext/alsa/gstalsa.h:
27605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27606
27607 2004-03-09  Benjamin Otte  <otte@gnome.org>
27608
27609         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27610         (gst_mikmod_change_state):
27611         * ext/mikmod/gstmikmod.h:
27612           make mikmod's loop function not loop infinitely and call
27613           gst_element_yield anymore
27614         * gst/modplug/gstmodplug.cc:
27615           fix pad negotiation (fixes #136590)
27616
27617 2004-03-09  David Schleef  <ds@schleef.org>
27618
27619         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27620         doesn't conflict with the internal colorspace plugin.
27621         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27622         satisfy the crappy-ass shell shipped by a certain vendor.
27623         * gst/videofilter/make_filter: same (bug #135299)
27624
27625 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27626
27627         * configure.ac: bump nano to 1
27628
27629 === release 0.7.6 ===
27630
27631 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * configure.in: releasing 0.7.6, "There"
27634
27635 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27636
27637         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27638         * pkgconfig/gstreamer-play.pc.in:
27639           synchronize the two
27640
27641 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27642
27643         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27644         (cdparanoia_open), (cdparanoia_event):
27645           fix/add error handling
27646         * po/POTFILES.in:
27647           add cdparanoia source
27648         * tools/Makefile.am:
27649           make scripts executable
27650
27651 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27652
27653         * configure.ac:
27654         * ext/vorbis/Makefile.am:
27655         * sys/Makefile.am:
27656           remove id3types, vorbisfile and xvideosink from the build (#133783)
27657
27658 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27659
27660         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27661           Fix metadata read crash (#136537).
27662
27663 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27664
27665         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27666         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27667           adding mime types, fixing the one-stop function
27668
27669 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27670
27671         * ext/nas/nassink.c and /ext/nas/nassink.h:
27672         More NAS love from Arwed von Merkatz
27673         So lets all sing 'Can you feel the NAS tonight'
27674
27675 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27676
27677         * tools/gst-launch-ext.in:
27678         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27679
27680 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27681
27682         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27683         (gst_mpeg2dec_init):
27684         remove the user_data pad for now, because it is being used in
27685         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27686         If someone knows how to fix this properly, please do.
27687
27688 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27689
27690         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27691         (gst_osssink_get_time):
27692         add a warning, IMO this won't get triggered anymore, remove later
27693
27694 2004-03-07  David Schleef  <ds@schleef.org>
27695
27696         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27697         format (bug #136470)
27698
27699 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27700
27701         * gst-libs/Makefile.am:
27702         * gst-libs/gst/media-info/Makefile.am:
27703         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27704         (error_callback), (gst_media_info_error_create),
27705         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27706         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27707         * gst-libs/gst/media-info/media-info-priv.h:
27708         * gst-libs/gst/media-info/media-info-test.c: (main):
27709         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27710         (gst_media_info_class_init), (gst_media_info_instance_init),
27711         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27712         (gst_media_info_read_idler), (gst_media_info_read):
27713         * gst-libs/gst/media-info/media-info.h:
27714         fixed, should work now
27715
27716 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27717
27718         * ext/nas/nassink.c:
27719         A bunch of NAS fixes from Arwed von Merkatz
27720
27721 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27722
27723         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27724         (qtdemux_parse_trak):
27725           Fix crash (j might be greater than n_samples, in which case we're
27726           writing outside the allocated space for the array) and memleak.
27727
27728 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27729
27730         * sys/oss/gstosssink.c: (gst_osssink_chain):
27731           And another caller that couldn't handle delay < 0 (unsigned
27732           integer overflow). Video now continues playing on an audio
27733           buffer underrun, and the clock continues working. Audio still
27734           stalls.
27735
27736 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27737
27738         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27739         (gst_osssink_get_time):
27740           get_delay() may return values lower than 0. In those cases, we
27741           should not actually cast to *unsigned* int64, that will break
27742           stuff horribly. In my case, it screwed up A/V sync in movies
27743           in totem rather badly.
27744
27745 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27746
27747         * ext/faac/gstfaac.c: (gst_faac_chain):
27748         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27749         * ext/libpng/gstpngenc.c: (user_write_data):
27750         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27751         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27752         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27753         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27754         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27755         of any buffer), should fix some leaks. I hope I didn't unref buffers
27756         that shouldn't be...
27757
27758 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27759
27760         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27761         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27762         (error_callback), (gmi_reset), (gmi_seek_to_track),
27763         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27764         (gmip_find_type_post), (gmip_find_stream_post),
27765         (gmip_find_track_streaminfo_post):
27766         * gst-libs/gst/media-info/media-info-priv.h:
27767         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27768         (info_print), (main):
27769         * gst-libs/gst/media-info/media-info.c:
27770         (gst_media_info_error_create), (gst_media_info_error_element),
27771         (gst_media_info_instance_init), (gst_media_info_get_property),
27772         (gst_media_info_new), (gst_media_info_set_source),
27773         (gst_media_info_read_idler), (gst_media_info_read):
27774         * gst-libs/gst/media-info/media-info.h:
27775           first pass at making this work again.  This seems to work on
27776           tagged ogg/vorbis and mp3 files.
27777
27778 2004-03-06  Benjamin Otte  <otte@gnome.org>
27779
27780         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27781           fix huge leak: gst_buffer_merge doesn't unref the first argument
27782           itself.
27783
27784 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27785
27786         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27787           report layer/mode/emphasis
27788
27789 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27790
27791         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27792
27793 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27794
27795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27796           signal serial
27797
27798 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27799
27800         * ext/vorbis/vorbis.c: (plugin_init):
27801         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27802         (gst_vorbis_dec_init), (vorbis_dec_event):
27803         add debug category
27804         make vorbisdec handle _BYTE and _TIME queries
27805
27806 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27807
27808         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27809           from the xing header
27810
27811 2004-03-06  Benjamin Otte  <otte@gnome.org>
27812
27813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27814         (gst_audio_convert_link), (gst_audio_convert_change_state),
27815         (gst_audio_convert_buffer_from_default_format):
27816           do conversions from/to float correctly, fix some caps nego errors,
27817           export correct supported caps in template and getcaps, use correct
27818           caps in try_set_caps functions
27819
27820 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27821
27822         For some reason, I only committed a ChangeLog entry yesterday and
27823         not the corresponding code...
27824         * ext/mad/gstmad.c: Fix detection of Xing headers
27825         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27826
27827 2004-03-06  Benjamin Otte  <otte@gnome.org>
27828
27829         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27830         (gst_ogg_demux_src_query):
27831           make sure to handle the case where there's no current chain
27832           gracefully.
27833
27834 2004-03-05  David Schleef  <ds@schleef.org>
27835
27836         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27837         Add fixate function. (bug #131128)
27838         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27839         (gst_sdlvideosink_fixate):  Add fixate function.
27840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27841         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27842         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27843         Fix missing break that was causing ulaw to be interpreted as
27844         raw int.
27845
27846 2004-03-05  David Schleef  <ds@schleef.org>
27847
27848         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27849         Fix code that ignores return value of gst_buffer_merge().
27850         (bug #114560)
27851         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27852         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27853         * testsuite/gst-lint:  Check for above.
27854
27855 2004-03-05  David Schleef  <ds@schleef.org>
27856
27857         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27858         caps and throw an element error.  (bug #136334)
27859
27860 2004-03-05  David Schleef  <ds@schleef.org>
27861
27862         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27863         (gst_faad_chain): Fix negotiation.
27864         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27865         key and button events.
27866         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27867         dung heap of code.
27868         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27869         depends on gconf
27870         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27871         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27872         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27873         function to encourage better negotiation, particularly between
27874         audioconvert and osssink.
27875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27876         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27877         more important.
27878         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27879         typefinding.
27880         * gst/vbidec/vbiscreen.c:  Add glib header
27881         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27882
27883 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27884
27885         * ext/mad/gstmad.c: Fix detection of Xing headers
27886         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27887
27888 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27889
27890         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27891         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27892           debug updates
27893
27894 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27895
27896         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27897         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27898         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27899         files, and report the parsed length as a GST_TAG_DURATION tag.
27900         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27901
27902 2004-03-05  Benjamin Otte  <otte@gnome.org>
27903
27904         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27905           convert channels correctly. convert correctly to unsigned.
27906
27907 2004-03-05  Julien MOUTTE <julien@moutte.net>
27908
27909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27910         we have a window before clearing it.
27911
27912 2004-03-05  Julien MOUTTE <julien@moutte.net>
27913
27914         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27915         have a window before clearing it.
27916
27917 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27918
27919         * gconf/gstreamer.schemas.in:
27920         * gst-libs/gst/gconf/Makefile.am:
27921           version installation path the same way as for 0.6
27922         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27923         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27924         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27925           remove comment that was fixed
27926
27927 2004-03-05  David Schleef  <ds@schleef.org>
27928
27929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27930         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27931         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27932         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27933         Add prototype code for handling seeking and querying.
27934
27935 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27936
27937         * examples/gstplay/player.c: (main):
27938           Initialize variables to NULL. Prevents a segfault because the
27939           (uninitialized) variable is not NULL, resulting in a crash on
27940           trying to reach error->message.
27941
27942 2004-03-05  Benjamin Otte  <otte@gnome.org>
27943
27944         * gst/audioconvert/gstaudioconvert.c:
27945         (gst_audio_convert_buffer_to_default_format):
27946         make float=>int conversion work correctly even in cornercases.
27947
27948 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27949
27950         * debian/README.Debian:
27951         * debian/build-deps:
27952         * debian/changelog:
27953         * debian/control:
27954         * debian/control.in:
27955         * debian/copyright:
27956         * debian/gstreamer-a52dec.files:
27957         * debian/gstreamer-aa.files:
27958         * debian/gstreamer-alsa.files:
27959         * debian/gstreamer-alsa.manpages:
27960         * debian/gstreamer-arts.files:
27961         * debian/gstreamer-artsd.files:
27962         * debian/gstreamer-audiofile.files:
27963         * debian/gstreamer-avifile.files:
27964         * debian/gstreamer-cdparanoia.files:
27965         * debian/gstreamer-colorspace.files:
27966         * debian/gstreamer-doc.files:
27967         * debian/gstreamer-dv.files:
27968         * debian/gstreamer-dvd.files:
27969         * debian/gstreamer-esd.files:
27970         * debian/gstreamer-festival.files:
27971         * debian/gstreamer-flac.files:
27972         * debian/gstreamer-gconf.conffiles:
27973         * debian/gstreamer-gconf.files:
27974         * debian/gstreamer-gconf.postinst:
27975         * debian/gstreamer-gnomevfs.files:
27976         * debian/gstreamer-gsm.files:
27977         * debian/gstreamer-http.files:
27978         * debian/gstreamer-jack.files:
27979         * debian/gstreamer-jpeg.files:
27980         * debian/gstreamer-mad.files:
27981         * debian/gstreamer-mikmod.files:
27982         * debian/gstreamer-misc.files:
27983         * debian/gstreamer-mpeg2dec.files:
27984         * debian/gstreamer-oss.files:
27985         * debian/gstreamer-plugin-apps.files:
27986         * debian/gstreamer-plugin-apps.manpages:
27987         * debian/gstreamer-plugin-libs-dev.files:
27988         * debian/gstreamer-plugin-libs.files:
27989         * debian/gstreamer-plugin-template.postinst:
27990         * debian/gstreamer-plugin-template.postrm:
27991         * debian/gstreamer-sdl.files:
27992         * debian/gstreamer-sid.files:
27993         * debian/gstreamer-vorbis.files:
27994         * debian/gstreamer-x.files:
27995         * debian/mk.control:
27996         * debian/rules:
27997         Debian package info not maintained here.
27998
27999 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28000
28001         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28002         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28003         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28004         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28005         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28006         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28007         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28008         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28009         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28010         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28011         * gst-libs/gst/colorbalance/colorbalance.c:
28012         (gst_color_balance_class_init):
28013         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28014         (gst_color_balance_channel_class_init):
28015         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28016         * gst-libs/gst/play/play.c: (gst_play_class_init):
28017         * gst-libs/gst/propertyprobe/propertyprobe.c:
28018         (gst_property_probe_iface_init):
28019         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28020         * gst-libs/gst/tuner/tunerchannel.c:
28021         (gst_tuner_channel_class_init):
28022         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28023         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28024         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28025         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28026         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28027         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28028         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28030         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28031           fix signals to use - instead of _
28032         * ext/libcaca/gstcacasink.h:
28033         * ext/sdl/sdlvideosink.h:
28034           fix header rename
28035
28036 2004-03-04  David Schleef  <ds@schleef.org>
28037
28038         * testsuite/gst-lint:  Add a check for bad signal names.
28039
28040 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28041
28042         reviewed by David Schleef
28043
28044         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28045         modified the alpha channel and caused a warning. (bug #136192)
28046
28047 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28048
28049         * gst-plugins.spec.in:
28050         Change names of plugins to actually be correct. Try to keep things
28051         alphabetical to avoid getting beat up by Thomas
28052
28053 2004-03-03  Julien MOUTTE <julien@moutte.net>
28054
28055         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28056         Using ximagesink as a default if no gconf key found. We should
28057         probably consider using alsasink instead of osssink for the audio
28058         part.
28059
28060 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28061
28062         * configure.ac:
28063           fix --with-plugins, don't think it ever worked before
28064         * gst-plugins.spec.in:
28065           even more updates
28066
28067 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28068
28069         * ext/sdl/sdlvideosink.h:
28070         * sys/ximage/ximagesink.h:
28071         * sys/xvideo/xvideosink.h:
28072         * sys/xvimage/xvimagesink.h:
28073           Fix for move of gstvideosink.h -> videosink.h.
28074
28075 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28076
28077         * gst-libs/gst/xwindowlistener/Makefile.am:
28078           this is a plugin library, not a library
28079
28080 2004-03-01  David Schleef  <ds@schleef.org>
28081
28082         * AUTHORS:  Added some names.  Add yourself if you're still
28083         missing.
28084
28085 2004-03-01  David Schleef  <ds@schleef.org>
28086
28087         * MAINTAINERS: Add
28088
28089 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28090
28091         * gst-plugins.spec.in: clean up spec file
28092
28093 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28094
28095         * gst-libs/gst/video/Makefile.am:
28096         * gst-libs/gst/video/gstvideosink.c:
28097         * gst-libs/gst/video/gstvideosink.h:
28098           rename gstvideosink.h to videosink.h to match other headers
28099         * gst/mixmatrix/Makefile.am:
28100           fix plugin filename
28101         * gst/tags/Makefile.am: fix plugin filename
28102
28103 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28104
28105         * gst/tags/Makefile.am: fix plugin filename
28106
28107 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28108
28109         * examples/gstplay/player.c: (got_time_tick), (main):
28110           add error handler
28111           display time_tick more readably
28112         * gst/mixmatrix/Makefile.am:
28113           fix plugin file name
28114
28115 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28116
28117         * sys/oss/gstosselement.c: (gst_osselement_probe),
28118         (device_combination_append), (gst_osselement_class_probe_devices):
28119         * sys/oss/gstosselement.h:
28120           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28121           on my system using alsa oss emulation, fixes bug #135597
28122
28123 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28124
28125         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28126         (gst_videodrop_chain), (gst_videodrop_change_state):
28127         * gst/videodrop/gstvideodrop.h:
28128           Work based on timestamp of input data, not based on the expected
28129           framerate from the input. The consequence is that this element now
28130           not only scales framerates, but also functions as a framerate
28131           corrector or framerate stabilizer/constantizer.
28132
28133 2004-02-27  David Schleef  <ds@schleef.org>
28134
28135         patches from jmmv@menta.net (Julio M. Merino Vidal)
28136
28137         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28138         GST_ELEMENT_ERROR call (bug #135634)
28139         * gst/interleave/interleave.c: (interleave_buffered_loop),
28140         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28141         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28142         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28143         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28144         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28145         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28146         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28147         Fix GST_ELEMENT_ERROR call.
28148         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28149         GST_ELEMENT_ERROR call.
28150
28151 2004-02-27  Benjamin Otte  <otte@gnome.org>
28152
28153         * gst-libs/gst/audio/audio.h:
28154           add macro to make sure header isn't included twice
28155         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28156           don't use gst_buffer_free
28157         * gst/playondemand/filter.func:
28158           don't use gst_data_free. Free data only once.
28159
28160 2004-02-26  David Schleef  <ds@schleef.org>
28161
28162         * gst-libs/gst/colorbalance/Makefile.am:
28163         * gst-libs/gst/mixer/Makefile.am:
28164         * gst-libs/gst/tuner/Makefile.am:
28165         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28166         should not be disted, -marshal.h files should not be installed,
28167         and -enum.h files _should_ be installed.  Fix to make this the
28168         case.
28169
28170 === release 0.7.5 ===
28171
28172 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28173
28174         * configure.ac: release 0.7.5, "Under The Sea"
28175
28176 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28177
28178         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28179         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28180         * gst/videoscale/gstvideoscale.c:
28181         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28182           assorted debug/warning fixes
28183
28184 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28187         (gst_videoscale_init), (gst_videoscale_chain),
28188         (gst_videoscale_set_property), (plugin_init):
28189         * gst/videoscale/gstvideoscale.h:
28190         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28191         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28192         (gst_videoscale_planar400), (gst_videoscale_packed422),
28193         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28194         (gst_videoscale_24bit), (gst_videoscale_16bit),
28195         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28196         (gst_videoscale_scale_plane_slow),
28197         (gst_videoscale_scale_point_sample),
28198         (gst_videoscale_scale_nearest),
28199         (gst_videoscale_scale_nearest_str2),
28200         (gst_videoscale_scale_nearest_str4),
28201         (gst_videoscale_scale_nearest_32bit),
28202         (gst_videoscale_scale_nearest_24bit),
28203         (gst_videoscale_scale_nearest_16bit):
28204         add debugging category and use it properly
28205         fix use of GST_PTR_FORMAT
28206
28207 2004-02-25  Andy Wingo  <wingo@pobox.com>
28208
28209         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28210         push only when channel->buffer is NULL. Prevents segfaults doing
28211         the state change after a nonlocal exit, like a scheme exception.
28212
28213         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28214         Handle the case where the intersected caps is empty.
28215
28216 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28217
28218         * gst/law/mulaw-decode.c: (mulawdec_link):
28219         * gst/law/mulaw.c: (plugin_init):
28220           fix mulawdec so it actually works again
28221
28222 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28223
28224         reviewed by: David Schleef  <ds@schleef.org>
28225
28226         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28227         (gst_gamma_init), (gst_gamma_set_property),
28228         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28229         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28230         for RGB, with separate r g and b correction factors. (#131167)
28231
28232 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28233
28234         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28235           only signal tags for bitrate if they're > 0 (#134894)
28236
28237 2004-02-24  David Schleef  <ds@schleef.org>
28238
28239         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28240         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28241         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28242         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28243         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28244         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28245         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28246         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28247         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28248         category.  Attempt to fix timestamp calculation.
28249
28250 2004-02-24  Johan Dahlin  <johan@gnome.org>
28251
28252         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28253
28254 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28255
28256         * configure.ac:
28257         * gconf/Makefile.am:
28258         * gconf/gstreamer.schemas:
28259         * gst-libs/gst/gconf/Makefile.am:
28260         * gst-libs/gst/gconf/gconf.c:
28261           version gconf schemas and install locations
28262
28263 2004-02-23  Benjamin Otte  <otte@gnome.org>
28264
28265         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28266         (gst_xine_input_subclass_init):
28267           call parent dispose.
28268           change pad template for CD reader correctly
28269         * ext/xine/Makefile.am:
28270         * ext/xine/gstxine.h:
28271         * ext/xine/xine.c: (plugin_init):
28272         * ext/xine/xineaudiosink.c:
28273           wrap audio sinks, too
28274         * gst-libs/gst/resample/private.h:
28275         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28276         (gst_resample_reinit), (gst_resample_scale),
28277         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28278         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28279         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28280         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28281         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28282         * gst-libs/gst/resample/resample.h:
28283         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28284         (gst_audioscale_class_init), (gst_audioscale_link),
28285         (gst_audioscale_get_buffer), (gst_audioscale_init),
28286         (gst_audioscale_chain), (gst_audioscale_set_property),
28287         (gst_audioscale_get_property):
28288         * gst/audioscale/gstaudioscale.h:
28289           s/resample_*/gst_resample_*/i to not clobber namespaces
28290
28291 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28292
28293         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28294         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28295         (gst_riff_create_video_template_caps),
28296         (gst_riff_create_audio_template_caps),
28297         (gst_riff_create_iavs_template_caps):
28298         * gst-libs/gst/riff/riff-media.h:
28299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28300         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28301         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28302         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28304         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28305         (gst_matroska_demux_plugin_init): First batch implementing audio and
28306         video codec tags in demuxers.
28307
28308 2004-02-22  Benjamin Otte  <otte@gnome.org>
28309
28310         * ext/xine/Makefile.am:
28311         * ext/xine/gstxine.h:
28312         * ext/xine/xine.c: (plugin_init):
28313         * ext/xine/xineinput.c:
28314           add input plugin wrapper. Playback from files, http, mms and cdda
28315           works.
28316         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28317           remove leftover G_GNUC_UNUSED
28318         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28319         (gst_asf_demux_identify_guid):
28320           improve debugging output
28321
28322 2004-02-22  Benjamin Otte  <otte@gnome.org>
28323
28324         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28325
28326         * autogen.sh:
28327           replace test -e with test -x for mkinstalldirs to be more portable.
28328           (fixes #134816)
28329
28330 2004-02-22  Benjamin Otte  <otte@gnome.org>
28331
28332         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28333
28334         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28335           set rank to PRIMARY
28336         * gst/volume/gstvolume.c: (plugin_init):
28337           set rank to NONE
28338         fixes #134960
28339
28340 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28341
28342         reviewed by Benjamin Otte  <otte@gnome.org>
28343
28344         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28345           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28346
28347 2004-02-22  Benjamin Otte  <otte@gnome.org>
28348
28349         * configure.ac:
28350           export [_]*{gst,Gst,GST}.* symbols from plugins
28351
28352 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28353
28354         reviewed by: Benjamin Otte  <otte@gnome.org>
28355
28356         * ext/lame/gstlame.c: (add_one_tag):
28357         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28359         (gst_vorbisenc_metadata_set1):
28360         * gst/tags/gstid3tag.c:
28361         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28362           apply fixes from bugs #135042 (lame can't write tags) and #133817
28363           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28364
28365 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28366
28367         * configure.ac: Export only gst_plugin_desc from plugins.
28368          Note that this change only makes any effect with Linux using libtool
28369          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28370          fine. And don't try to have several versions of libtool in different
28371          directories.
28372
28373 2004-02-20  Andy Wingo  <wingo@pobox.com>
28374
28375         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28376         interleave respectively.
28377
28378         * gst/interleave/deinterleave.c: New plugin: deinterleave
28379         (replaces on oneton).
28380         * gst/interleave/interleave.c: New plugin: interleave.
28381         * gst/interleave/plugin.h: Support file.
28382         * gst/interleave/plugin.c: Support file.
28383
28384         * configure.ac: Remove intfloat and oneton, add interleave.
28385
28386         * ext/sndfile/gstsf.c: Handle events better.
28387
28388         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28389         and float2int operation. int2float has scheduling problems as
28390         noted in in2float_chain.
28391
28392 2004-02-20  Benjamin Otte  <otte@gnome.org>
28393
28394         * ext/xine/Makefile.am:
28395         * ext/xine/gstxine.h:
28396         * ext/xine/xine.c:
28397         * ext/xine/xineaudiodec.c:
28398         * ext/xine/xinecaps.c:
28399           add first version of xine plugin wrapper. Currently only wraps the
28400           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28401         * configure.ac:
28402         * ext/Makefile.am:
28403           add xine plugin wrapper, disabled by default. Use --enable-xine to
28404           build. Note that it'll segfault on gst-register if you don't remove
28405           the goom and tvtime post plugins from xine.
28406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28407         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28408           add extradata parsing for QDM2.
28409           change around debugging prints.
28410
28411 2004-02-19  Benjamin Otte  <otte@gnome.org>
28412
28413         * ext/lame/gstlame.c: (gst_lame_chain):
28414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28415           use gst_tag_list_insert when you want to insert tags
28416
28417 2004-02-18  David Schleef  <ds@schleef.org>
28418
28419         * configure.ac:  Move massink to gst-rotten
28420         * ext/Makefile.am:
28421         * ext/mas/Makefile.am:
28422         * ext/mas/massink.c:
28423         * ext/mas/massink.h:
28424
28425 2004-02-18  David Schleef  <ds@schleef.org>
28426
28427         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28428         typefinding, since it seems to be worse than nothing.
28429         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28430         atom to recognize .mp4 and .m4a files as video/quicktime.
28431
28432 2004-02-18  David Schleef  <ds@schleef.org>
28433
28434         * gst/sine/demo-dparams.c: (quit_live),
28435         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28436         Use double dparams, not float.
28437         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28438         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28439         sync'd elements don't really work correctly.
28440         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28441         (volume_update_volume), (volume_get_property):  Change dparam
28442         to double.
28443
28444 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28445
28446         * sys/ximage/ximagesink.c:
28447         (gst_ximagesink_xwindow_update_geometry),
28448         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28449         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28450         (gst_ximagesink_init): Rework the way software video scaling works. So
28451         now we check on each chain call if the video frames are feeling the
28452         window. If not we try to renegotiate caps. On failure we memorize that
28453         and we won't try again for that PLAYING sessions.
28454         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28455         failure.
28456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28457         synchronous flag.
28458
28459 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28460
28461         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28462           break up _link so we can give a better debug message for errors
28463
28464 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28465
28466         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28467           set up debug category
28468
28469 2004-02-18  Julien MOUTTE <julien@moutte.net>
28470
28471         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28472         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28473         the way renegotiation work. The event handling function is not taking
28474         care of external windows and renegotiate method check for pad flags
28475         NEGOTIATING. Should fix : #133209
28476
28477 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28478
28479         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28480         pad is negotiating before trying renegotiation.
28481
28482 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28483
28484         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28485           pass on all possible mime types as typefind hints
28486
28487 2004-02-17  Julien MOUTTE <julien@moutte.net>
28488
28489         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28491         possible SHM leak if we crash. All other apps using XShm are doing
28492         that.
28493
28494 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28495
28496         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28497         (gst_ximagesink_expose): Renegotiate size on expose.
28498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28499         size on expose.
28500
28501 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28502
28503         * testsuite/alsa/sinesrc.c:
28504           cosmetic fix to fix compile issue with gcc 2.95.4
28505
28506 2004-02-16  Julien MOUTTE <julien@moutte.net>
28507
28508         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28509         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28510         failed opening the audio device.
28511         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28512         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28513         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28514         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28515         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28516         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28517         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28518         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28519         Removing some useless g_return_if_fail like wingo suggested.
28520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28521         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28522         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28523         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28524         (gst_xvimagesink_update_colorbalance),
28525         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28526         (gst_xvimagesink_xcontext_clear),
28527         (gst_xvimagesink_get_fourcc_from_caps),
28528         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28529         (gst_xvimagesink_set_xwindow_id),
28530         (gst_xvimagesink_colorbalance_list_channels),
28531         (gst_xvimagesink_colorbalance_set_value),
28532         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28533         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28534
28535 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28536
28537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28538           throw error when not negotiated instead of asserting
28539
28540 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28541
28542         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28543         correct data refcounting.
28544
28545 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28546
28547         * gst/switch/gstswitch.c: (gst_switch_change_state),
28548         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28549         change, mostly the EOS flag.
28550
28551 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28552
28553         * examples/gstplay/player.c: (got_eos), (main): Adding some
28554         output for debugging.
28555         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28556         timeouts if we go to any state different from PLAYING.
28557         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28558         more EOS bugs in riff lib.
28559
28560 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28561
28562         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28563         visualization until i find a way to fix switch correctly.
28564         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28565         EOS arrives.
28566         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28567         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28568         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28569         Reworked switch to get a more correct behaviour with events and refing
28570         of data stored in sinkpads.
28571         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28572         we don't pull from a pad in EOS.
28573
28574 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28575
28576         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28577           remove v1 tag even if we can't read it (makes sure we don't detect
28578           it again)
28579
28580 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28581
28582         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28583         (gst_alsa_xrun_recovery):
28584         * ext/alsa/gstalsa.h:
28585           try xrun recovery when wait failed. Make xrun recovery function
28586           return TRUE/FALSE to indicate success. (might fix #134354)
28587
28588 2004-02-13  David Schleef  <ds@schleef.org>
28589
28590         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28591         (dynparm_value_changed), (main): Convert from float to double.
28592         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28593
28594 2004-02-13  David Schleef  <ds@schleef.org>
28595
28596         * gst/silence/gstsilence.c: (gst_silence_class_init),
28597         (gst_silence_set_clock), (gst_silence_get),
28598         (gst_silence_set_property), (gst_silence_get_property):
28599         * gst/silence/gstsilence.h: Add sync property.
28600         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28601         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28602         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28603         * gst/sine/gstsinesrc.h: Add sync property.
28604
28605 2004-02-13  David Schleef  <ds@schleef.org>
28606
28607         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28608         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28609
28610 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28611
28612         * configure.ac:
28613         * ext/Makefile.am:
28614         * gst-libs/ext/Makefile.am:
28615           move ffmpeg plugin to gst-ffmpeg module
28616
28617 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28618
28619         * configure.ac: use GST_ARCH to detect architecture
28620
28621 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28622
28623         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28624
28625 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28626
28627         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28628           classify LADSPA plugins based on number of src/sink pads
28629           (#133663, Stefan Kost)
28630         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28631           fix dparams registration
28632           (#133528, Stefan Kost)
28633         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28634           fix use of isprint and use g_ascii_isprint instead
28635           (#133316, Stefan Kost)
28636
28637 2004-02-11  David Schleef  <ds@schleef.org>
28638
28639         Convert a few inner loops to use liboil.  This is currently
28640         optional, and is only enabled if liboil is present (duh!).
28641         * configure.ac: Check for liboil-0.1
28642         * gst/intfloat/Makefile.am:
28643         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28644         (gst_int2float_chain_gint16):
28645         * gst/videofilter/Makefile.am:
28646         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28647         (tablelookup_u8), (gst_videobalance_planar411):
28648         * gst/videotestsrc/Makefile.am:
28649         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28650         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28651         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28652         (paint_hline_RGB565), (paint_hline_xRGB1555):
28653
28654 2004-02-11  David Schleef  <ds@schleef.org>
28655
28656         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28657         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28658         (gst_colorspace_getcaps), (gst_colorspace_link),
28659         (gst_colorspace_base_init), (gst_colorspace_init),
28660         (gst_colorspace_chain), (gst_colorspace_change_state),
28661         (plugin_init): Merge Ronald's patch (bug #117897) and update
28662         for new caps and negotiation.  Seems to work, although it
28663         shows off bugs in lcs.
28664
28665 2004-02-11  David Schleef  <ds@schleef.org>
28666
28667         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28668         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28669
28670 2004-02-11  David Schleef  <ds@schleef.org>
28671
28672         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28673         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28674         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28675         Add server and port properties
28676
28677 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28678
28679         * m4/a52.m4:
28680         * m4/aalib.m4:
28681         * m4/as-ffmpeg.m4:
28682         * m4/as-liblame.m4:
28683         * m4/as-slurp-ffmpeg.m4:
28684         * m4/check-libheader.m4:
28685         * m4/esd.m4:
28686         * m4/freetype2.m4:
28687         * m4/gconf-2.m4:
28688         * m4/glib.m4:
28689         * m4/gst-alsa.m4:
28690         * m4/gst-artsc.m4:
28691         * m4/gst-ivorbis.m4:
28692         * m4/gst-matroska.m4:
28693         * m4/gst-sdl.m4:
28694         * m4/gst-shout2.m4:
28695         * m4/gst-sid.m4:
28696         * m4/gtk.m4:
28697         * m4/libdv.m4:
28698         * m4/libfame.m4:
28699         * m4/libmikmod.m4:
28700         * m4/ogg.m4:
28701         * m4/vorbis.m4:
28702           fix underquotedness of macros (#133800)
28703         * m4/as-avifile.m4:
28704         * m4/xmms.m4:
28705           removed because no longer used
28706
28707 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28708
28709         * configure.ac:
28710           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28711           by autopoint (fixes #132996)
28712
28713 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28714
28715         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28716         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28717         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28718         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28719           fix memleaks
28720
28721 2004-02-11  David Schleef  <ds@schleef.org>
28722
28723         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28724         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28725         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28726         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28727         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28728         (gst_jpegenc_class_init), (gst_jpegenc_init),
28729         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28730         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28731         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28732         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28733
28734 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28735
28736         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28737         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28738         * ext/mikmod/gstmikmod.h:
28739           fix caps negotiation in mikmod
28740         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28741           output debug information
28742
28743 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28744
28745         * gst-libs/gst/colorbalance/Makefile.am:
28746         * gst-libs/gst/navigation/Makefile.am:
28747         * gst-libs/gst/xoverlay/Makefile.am:
28748           remove unused GST_OPT_CFLAGS from Makefiles
28749           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28750
28751 2004-02-07  David Schleef  <ds@schleef.org>
28752
28753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28754         push events to pads that haven't been created (#133508)
28755
28756 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28757
28758         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28759         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28760         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28761         (gst_dvdec_loop), (gst_dvdec_change_state):
28762         Second attempt at committing a working dvdec element.
28763
28764 2004-02-06  David Schleef  <ds@schleef.org>
28765
28766         Build fixes for OS X: (see #129600)
28767         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28768         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28769         (gst_riff_read_strf_iavs):
28770         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28771         (gst_avi_demux_stream_odml):
28772         * gst/playondemand/Makefile.am:
28773         * gst/rtp/rtp-packet.c:
28774
28775 2004-02-05  David Schleef  <ds@schleef.org>
28776
28777         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28778         last change, because it Just Doesn't Compile.
28779
28780 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28781
28782         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28783           skip undecodable id3v2 tag instead of keeping it
28784
28785 2004-02-05  David Schleef  <ds@schleef.org>
28786
28787         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28788         Unref leaked buffer.  (Noticed by Ronald)
28789
28790 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28791
28792         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28793         Sync requires with other checks.  >= vs =.
28794
28795 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28796
28797         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28798         (gst_dvdec_video_link), (gst_dvdec_loop):
28799         * ext/dv/gstdvdec.h:
28800           rework the caps negotiation so that dvdec works again instead
28801           of just segfaulting.
28802
28803 === release 0.7.4 ===
28804
28805 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28806
28807         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28808         * configure.ac: changed for release
28809
28810 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28811
28812         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28813         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28814         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28815         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28816           reworked patch by David Lehn to fix libdir and includedir for
28817           uninstalled libraries
28818           removed play and gconf from gstreamer-libs since they have their
28819           own pkgconfig files
28820
28821 2004-02-04  David Schleef  <ds@schleef.org>
28822
28823         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28824         memleak.
28825
28826 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28827
28828         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28829           use correct GST_TAG_ENCODER tag
28830
28831 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28832
28833         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28834           be sure to stop the clock when going to paused
28835         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28836           reset number of transmitted when going to ready.
28837         fixes #132935
28838
28839 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28840
28841         reviewed by Benjamin Otte
28842
28843         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28844           extract track count (fixes #133410)
28845
28846 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28847
28848         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28849           that should be !=, not == (fixes #132519)
28850
28851 2004-02-04  David Schleef  <ds@schleef.org>
28852
28853         Make sure set_explicit_caps() is called before adding pad.
28854         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28855         * gst/id3/gstid3types.c: (gst_id3types_loop):
28856         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28857         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28858
28859 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28860
28861         * configure.ac:
28862           bump nano to 2, first prerelease
28863           put back AM_PROG_LIBTOOL
28864
28865 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28866
28867         * testsuite/alsa/Makefile.am:
28868           these are user test apps, not automatic testsuite tests
28869
28870 2004-02-04  David Schleef  <ds@schleef.org>
28871
28872         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28873         * gst/mpeg1videoparse/gstmp1videoparse.c:
28874         (mp1videoparse_parse_seq):
28875         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28877         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28878         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28879         (gst_xvideosink_getcaps):
28880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28881         * testsuite/gst-lint: more tests
28882
28883 2004-02-04  David Schleef  <ds@schleef.org>
28884
28885         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28886         with the code that they would expand to.
28887         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28888         (gst_flacdec_get_src_query_types),
28889         (gst_flacdec_get_src_event_masks):
28890         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28891         (gst_gnomevfssrc_get_query_types),
28892         (gst_gnomevfssrc_get_event_mask):
28893
28894 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28895
28896         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28897         (gst_sinesrc_dispose):
28898           fix memleak by properly disposing sinesrc
28899
28900 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28901
28902         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28903         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28904         an overlay to redraw the image because it has been exposed.
28905         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28906         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28907         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28908         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28909         interface
28910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28911         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28912         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28913         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28914         interface
28915
28916 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28917
28918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28919           more memleak fixage
28920
28921 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28922
28923         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28924         * gst/typefind/gsttypefindfunctions.c:
28925           fix memleaks shown by gst-typefind
28926
28927 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28928
28929         * common/glib-gen.mak:
28930           add hack rule to touch .Plo files
28931         * gst-libs/gst/colorbalance/Makefile.am:
28932         * gst-libs/gst/mixer/Makefile.am:
28933         * gst-libs/gst/play/Makefile.am:
28934         * gst-libs/gst/tuner/Makefile.am:
28935           remove glib_root variable
28936
28937 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28938
28939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28940           set explicit caps before adding the element, so the autopluggers can
28941           plug correctly.
28942         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28943         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28944         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28945         (dv_type_find):
28946           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28947           argument.
28948
28949 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28950
28951         * gst-libs/gst/colorbalance/Makefile.am:
28952         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28953         * gst-libs/gst/colorbalance/colorbalance.c:
28954         * gst-libs/gst/colorbalance/colorbalance.h:
28955         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28956         * gst-libs/gst/mixer/Makefile.am:
28957         * gst-libs/gst/mixer/mixer-marshal.list:
28958         * gst-libs/gst/mixer/mixer.c:
28959         * gst-libs/gst/mixer/mixer.h:
28960         * gst-libs/gst/mixer/mixermarshal.list:
28961         * gst-libs/gst/play/Makefile.am:
28962         * gst-libs/gst/play/play.h:
28963         * gst-libs/gst/tuner/Makefile.am:
28964         * gst-libs/gst/tuner/tuner-marshal.list:
28965         * gst-libs/gst/tuner/tuner.c:
28966         * gst-libs/gst/tuner/tuner.h:
28967         * gst-libs/gst/tuner/tunermarshal.list:
28968           use new glib-gen.mak snippet to clean up Makefile.am
28969           fix various bugs in Makefile.am's
28970
28971 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28972
28973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28974           handle chain parsing correctly in the multichain case
28975         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28976         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28977         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28978         (theora_dec_chain):
28979           handle events and queries correctly
28980
28981 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28982
28983         * .cvsignore:
28984         Ignore generated file _stdint.h.
28985
28986 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28987
28988         * gst-libs/gst/colorbalance/Makefile.am:
28989         * gst-libs/gst/colorbalance/colorbalance.h:
28990         * gst-libs/gst/mixer/Makefile.am:
28991         * gst-libs/gst/mixer/mixer.h:
28992         * gst-libs/gst/play/Makefile.am:
28993         * gst-libs/gst/play/play.h:
28994         * gst-libs/gst/tuner/Makefile.am:
28995         * gst-libs/gst/tuner/tuner.h:
28996         Generate enum type code with glib-mkenums.
28997         * gst-libs/gst/colorbalance/.cvsignore:
28998         * gst-libs/gst/mixer/.cvsignore:
28999         * gst-libs/gst/play/.cvsignore:
29000         * gst-libs/gst/tuner/.cvsignore:
29001         Ignore generated files.
29002
29003 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29004
29005         * gst-libs/gst/audio/.cvsignore:
29006         Ignore generated file.
29007         * gst-libs/gst/audio/Makefile.am:
29008         Do not install example filter.
29009
29010 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29011
29012         * examples/switch/.cvsignore:
29013         Ignore generated file.
29014
29015 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29016
29017         * common/m4/ax_create_stdint_h.m4:
29018         * configure.ac:
29019           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29020           _stdint.h.
29021         * Makefile.am:
29022           remove generated _stdint.h in DISTCLEANFILES
29023         * ext/a52dec/gsta52dec.c:
29024           include _stdint.h for a52dec. (should fix #133064)
29025
29026 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29027
29028         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29029         (gst_tag_to_vorbis_comments):
29030         Add replaygain support to vorbistag
29031
29032 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29033         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29034         (gst_ffmpeg_caps_to_extradata):
29035           Fix SVQ3 caps flag properties
29036           Use glib macro for bytes swap
29037
29038 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29039
29040         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29041         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29042         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29043         * ext/sndfile/gstsf.c: (plugin_init):
29044         * gst/avi/gstavi.c: (plugin_init):
29045         * sys/dxr3/dxr3init.c: (plugin_init):
29046         * sys/oss/gstossaudio.c: (plugin_init):
29047         * sys/v4l/gstv4l.c: (plugin_init):
29048         * sys/v4l2/gstv4l2.c: (plugin_init):
29049           remove textdomain calls
29050         * po/nl.po:
29051           update Dutch translation
29052
29053 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29054
29055         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29056         (gst_play_set_audio_sink): Moving volume in the audio thread for
29057         instantaneous volume change. Maybe i will add another volume in front
29058         of visualization later, not sure yet though.
29059
29060 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29061
29062         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29063         (gst_ximagesink_handle_xevents): Better X events handling, only take
29064         the latest events for configure and motion.
29065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29066
29067 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29068
29069         reviewed by: David Schleef  <ds@schleef.org>
29070
29071         Fix memory leaks:
29072         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29073         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29074
29075 2004-02-02  David Schleef  <ds@schleef.org>
29076
29077         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29078         of lines.
29079         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29080         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29081         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29082         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29083         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29084         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29085         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29086         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29087         (gst_float2_2_int_link):
29088         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29089         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29090         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29091         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29092         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29093         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29094         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29095         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29096         * testsuite/gst-lint: Add tests for bzero and ;;
29097
29098 2004-02-02  David Schleef  <ds@schleef.org>
29099
29100         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29101
29102 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29103
29104         * ext/aalib/gstaasink.c: (gst_aasink_open):
29105         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29106         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29107         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29108         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29109         (gst_afsink_close_file):
29110         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29111         (gst_afsrc_close_file):
29112         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29113         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29114         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29115         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29116         * ext/esd/esdmon.c: (gst_esdmon_get):
29117         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29118         * ext/faac/gstfaac.c: (gst_faac_chain):
29119         * ext/faad/gstfaad.c: (gst_faad_chain):
29120         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29121         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29122         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29123         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29124         (gst_flacdec_loop):
29125         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29126         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29127         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29128         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29129         (gst_gnomevfssink_close_file):
29130         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29131         (gst_gnomevfssrc_open_file):
29132         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29133         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29134         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29135         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29136         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29137         * ext/mad/gstmad.c: (gst_mad_chain):
29138         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29139         * ext/mpeg2dec/gstmpeg2dec.c:
29140         * ext/mpeg2enc/gstmpeg2enc.cc:
29141         * ext/mplex/gstmplex.cc:
29142         * ext/mplex/gstmplexibitstream.cc:
29143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29144         (gst_ogg_demux_push):
29145         * ext/raw1394/gstdv1394src.c:
29146         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29147         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29148         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29149         (gst_sf_loop):
29150         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29151         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29152         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29153         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29155         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29156         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29157         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29158         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29159         (gst_riff_read_element_data), (gst_riff_read_seek),
29160         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29161         * gst/adder/gstadder.c: (gst_adder_loop):
29162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29163         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29164         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29165         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29166         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29167         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29168         * gst/goom/gstgoom.c: (gst_goom_chain):
29169         * gst/id3/gstid3types.c: (gst_id3types_loop):
29170         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29171         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29172         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29173         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29174         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29175         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29176         (gst_ebml_read_float), (gst_ebml_read_header):
29177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29178         (gst_matroska_demux_parse_blockgroup):
29179         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29180         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29181         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29182         * gst/silence/gstsilence.c: (gst_silence_get):
29183         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29184         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29185         * gst/speed/gstspeed.c: (speed_loop):
29186         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29187         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29188         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29189         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29190         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29191         (gst_wavparse_loop):
29192         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29193         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29194         (dxr3audiosink_close):
29195         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29196         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29197         (dxr3videosink_close), (dxr3videosink_write_data):
29198         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29199         * sys/oss/gstosssink.c: (gst_osssink_chain):
29200         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29201         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29202         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29204         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29205         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29206         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29207         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29208         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29209         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29210         (gst_v4l_set_audio):
29211         * sys/v4l/v4l_calls.h:
29212         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29213         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29214         (gst_v4lmjpegsink_playback_init),
29215         (gst_v4lmjpegsink_playback_start):
29216         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29217         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29218         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29219         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29220         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29221         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29222         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29223         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29224         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29225         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29226         (gst_v4l2_get_output), (gst_v4l2_set_output),
29227         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29228         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29229         (gst_v4l2_set_attribute):
29230         * sys/v4l2/v4l2_calls.h:
29231         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29232         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29233         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29234         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29235         (gst_v4l2src_capture_stop):
29236         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29237         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29238         (gst_ximagesink_chain):
29239         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29240         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29241         (gst_xvideosink_xwindow_new):
29242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29243         (gst_xvimagesink_chain):
29244
29245 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29246
29247         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29248         (gst_volume_get_volume), (volume_class_init), (volume_init),
29249         (volume_chain_int16), (volume_update_volume):
29250         * gst/volume/gstvolume.h:
29251           make code more readable by removing magic numbers
29252           make mixer interface export 0-100 range
29253           make it internally map to 0.0-1.0 range so users don't distort
29254           output by putting the sliders at full volume
29255
29256 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29257
29258         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29259         (gst_play_state_change), (gst_play_seek_to_time):
29260         block the tick callback for 0.5 secs after doing a seek
29261
29262 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29263
29264         * gst-libs/gst/play/play.c: (gst_play_new):
29265           check for GError
29266
29267 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29268
29269         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29270         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29271         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29272         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29274         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29275
29276 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29277
29278         * configure.ac:
29279         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29280           check for a function added in vorbis 1.1
29281
29282 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29283
29284         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29285         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29286           really start/stop clock only on PLAYING <=> PAUSED
29287         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29288           remove \n from debugging lines
29289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29290           make it work when seeking does not
29291         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29292           reset on DISCONT
29293
29294 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29295
29296         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29297           start clock on PAUSED=>PLAYING, not later
29298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29299           extract correct time for different discont formats
29300         (gst_alsa_sink_get_time):
29301           don't segfault when no format is negotiated yet, just return 0
29302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29303         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29304         (gst_ogg_pad_push):
29305           handle flush and discont events correctly
29306         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29307           handle discont events correctly
29308
29309 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29310
29311         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29312         (gst_play_error_create), (gst_play_error_plugin),
29313         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29314         * gst-libs/gst/play/play.h:
29315           add error handling during creation
29316         * examples/gstplay/player.c: (main):
29317           use new gst_play_new
29318
29319
29320 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29321
29322         * ext/theora/theoradec.c: (theora_dec_chain):
29323           make comments work
29324         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29325         (vorbis_dec_src_event), (vorbis_dec_chain):
29326           add encoder tag, fix tag reading to be more error tolerant, change
29327           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29328           gst_pad_event_default.
29329         * gst/tags/gstvorbistag.c:
29330         (gst_tag_list_from_vorbiscomment_buffer):
29331           undefine function specific define at end of function
29332
29333 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29334
29335         * ext/flac/gstflac.c: (plugin_init):
29336         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29337         * ext/flac/gstflacdec.h:
29338         * ext/flac/gstflacenc.h:
29339           Fix typos
29340
29341 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29342
29343         * examples/gstplay/player.c: s/gstplay.h/play.h/
29344
29345 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29346
29347         * gst-libs/gst/play/Makefile.am:
29348         * gst-libs/gst/play/gstplay.c:
29349         * gst-libs/gst/play/gstplay.h:
29350         * gst-libs/gst/play/play.c:
29351           more surgery, operation complete
29352
29353 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29354
29355         * gst-libs/gst/play/play.old.c:
29356         * gst-libs/gst/play/play.old.h:
29357           after CVS surgery by moving, remove
29358         * gst-libs/gst/play/playpipelines.c:
29359           remove
29360
29361         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29362           add negotiation error
29363
29364 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29365
29366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29367         (gst_ogg_demux_push):
29368           add some seeking debug info
29369           send a flush when seeking
29370
29371 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29372
29373         * configure.ac:
29374           use AC_C_INLINE
29375         * configure.ac:
29376         * ext/Makefile.am:
29377         * ext/theora/Makefile.am:
29378         * ext/theora/theoradec.c:
29379           add theora video decoder. Does just do simple decoding for now and
29380           has been tested against Theora cvs only. It only works when theora
29381           is compiled with --enable-static.
29382         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29383           always reset packetno on DISCONT
29384
29385 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29386
29387         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29388           Fix audio.
29389
29390 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29391
29392         * gst/mpegaudioparse/gstmpegaudioparse.c:
29393         (mp3_type_frame_length_from_header):
29394           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29395
29396 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * ext/esd/esdsink.c: (gst_esdsink_init):
29399           Since we have static pad template caps, we don't need to negotiate;
29400           either the core errors out or we know the format.
29401
29402 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29403
29404         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29405         (gst_riff_read_seek):
29406         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29407         (gst_ebml_read_seek):
29408           Fix event handling.
29409
29410 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29411
29412         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29413           removee video/x-theora from vp3 decoder, it doesn't handle raw
29414           theora streams
29415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29416           fix bug with finalizing element that never went to PAUSED
29417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29418           length and position queries were swapped
29419         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29420         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29421         (vorbis_dec_src_event):
29422           implement querying time and bytes
29423
29424 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29425
29426         * just about every source file:
29427           gst_element_error -> GST_ELEMENT_ERROR
29428
29429 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29430
29431         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29432         emiting FLUSH and even before DISCONT.
29433         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29434         get the best instant seeking as possible yay!
29435
29436 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29437
29438         * gst/mpeg1videoparse/gstmp1videoparse.c:
29439         (gst_mp1videoparse_real_chain):
29440           Committed wrong version last week... Grr... Didn't notice until now.
29441
29442 2004-01-29  Julien MOUTTE <julien@moutte.net>
29443
29444         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29446         have_xwindow_id signal in xwindow_create.
29447
29448 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29449
29450         * ext/ogg/gstoggdemux.c:
29451           lots of changes - mainly support for chained bitstreams, seeking,
29452           querying and bugfixes of course
29453         * ext/vorbis/Makefile.am:
29454         * ext/vorbis/vorbisdec.c:
29455         * ext/vorbis/vorbisdec.h:
29456           add vorbisdec raw vorbis decoder
29457         * ext/vorbis/vorbis.c: (plugin_init):
29458           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29459         * gst/intfloat/Makefile.am:
29460         * gst/intfloat/float22int.c:
29461         * gst/intfloat/float22int.h:
29462         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29463           add float2intnew plugin. It converts multichannel interleaved float to
29464           multichannel interleaved int. The name should probably be changed.
29465         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29466         (plugin_init):
29467           add typefinding for raw theora video so oggdemux can detect it.
29468
29469 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29470
29471         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29472         sink element first.
29473         * gst/videoscale/gstvideoscale.c:
29474         (gst_videoscale_handle_src_event): Fixing src event handler.
29475
29476 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29477
29478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29479         (gst_v4lsrc_open), (gst_v4lsrc_close),
29480         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29481         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29482         * sys/v4l/gstv4lsrc.h:
29483         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29484         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29485           Implement resizing... Hack. But that's why v4l is b0rked...
29486
29487 2004-01-28  Julien MOUTTE <julien@moutte.net>
29488
29489         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29490         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29491         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29492         (gst_ximagesink_xwindow_destroy):
29493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29494         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29495         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29496         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29497         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29498         correctly cleaning the image created to check xshm calls on succes,
29499         added a lot of XSync calls in X11 functions, and fixed a segfault when
29500         no image format was defined before negotiation happened.
29501
29502 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29503
29504         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29505           use gst_element_get_time to get correct time
29506
29507 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29508
29509         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29510         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29511         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29513         (gst_xvimagesink_check_xshm_calls),
29514         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29515         X plugins are now able to detect that XShm calls will fail even if the
29516         server claims that it has XShm support (remote displays most of the
29517         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29518         so that we use non XShm functions. This feature is almost useless for
29519         xvimagesink as Xv is not supported on remote displays anyway, but
29520         it might happen than even on the local display XShm calls fail.
29521
29522 2004-01-27  David Schleef  <ds@schleef.org>
29523
29524         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29525         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29526         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29527         changed esdsink to only use 44100,16,2, since esd sucks at rate
29528         conversion and esdsink has had difficulty negotiating.
29529
29530 2004-01-27  Julien MOUTTE <julien@moutte.net>
29531
29532         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29533         (gst_play_seek_to_time): Fixing the way to get current position.
29534
29535 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29536
29537         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29538           use gst_element_get_time to get correct time
29539
29540 2004-01-27  Julien MOUTTE <julien@moutte.net>
29541
29542         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29543         fix ever... Inverting 2 lines of code make spider autoplug correctly
29544         tagged mp3 !
29545
29546 2004-01-27  David Schleef  <ds@schleef.org>
29547
29548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29549         Use gst_pad_try_set_caps_nonfixed().
29550
29551 2004-01-27  David Schleef  <ds@schleef.org>
29552
29553         * gst/ac3parse/gstac3parse.c: update to checklist 5
29554         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29555         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29556         * gst/audioscale/gstaudioscale.c: same
29557         * gst/auparse/gstauparse.c: same
29558         * gst/avi/gstavidemux.c: same
29559
29560 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29561
29562         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29563           stop processing after EOS
29564
29565 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29566
29567         * gst/asfdemux/asfheaders.h:
29568         * gst/asfdemux/gstasfdemux.c:
29569         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29570         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29571         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29572           lot's of fixes to make data extraction simpler and get the code
29573           architecture and compiler independant. Add debugging category
29574         * gst/goom/gstgoom.c: (gst_goom_change_state):
29575           reset channel count on PAUSED=>READY, not READY=>PAUSED
29576
29577 2004-01-26  Colin Walters  <walters@verbum.org>
29578
29579         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29580         code to pull a bigger buffer in iradio mode.  This as a side effect
29581         makes typefinding work.
29582
29583 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29584
29585         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29586         Fix SVQ3 decoding on PPC
29587
29588 2004-01-26  Julien MOUTTE <julien@moutte.net>
29589
29590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29591         that one managed to stay there... Fixed.
29592
29593 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29594
29595         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29596         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29597         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29598         (qtdemux_video_caps):
29599         * gst/qtdemux/qtdemux.h:
29600         Add SVQ3 specific flags to qtdemux and ffmpeg
29601
29602 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29603
29604         * gst-libs/gst/audio/audio.h:
29605           remove buffer-frames from audio caps
29606         * gst/audioconvert/gstaudioconvert.c:
29607           fix plugin to really work.
29608
29609 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29610
29611         * gst-libs/gst/mixer/mixer.c:
29612         * gst-libs/gst/propertyprobe/propertyprobe.c:
29613         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29614         (gst_tuner_find_channel_by_name):
29615         * gst-libs/gst/tuner/tuner.h:
29616           Add gtk-doc style comments. Also fix a function name.
29617
29618 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29619
29620         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29621         (gst_divxdec_negotiate):
29622           Fix for new capsnego - also fixes gst-player with divxdec.
29623
29624 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29625
29626         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29627         (gst_play_identity_handoff), (gst_play_set_location),
29628         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29629         try in visualization implementation. Still have an issue with switch
29630         blocking when pulling from video_queue and only audio comes out of
29631         spider.
29632         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29633         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29634         release method. And check if the pad is usable before pulling.
29635
29636 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29639         (gst_videobalance_init),
29640         (gst_videobalance_colorbalance_list_channels),
29641         (gst_videobalance_colorbalance_set_value),
29642         (gst_videobalance_colorbalance_get_value),
29643         (gst_videobalance_update_properties),
29644         (gst_videobalance_update_tables_planar411),
29645         (gst_videobalance_planar411):
29646         * gst/videofilter/gstvideobalance.h:
29647           Implement lookup-tables. +/- 10x faster.
29648
29649 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29650
29651         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29652         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29653           The index reading was broken. The rest worked fine, but the whole
29654           goal of my rewrite was to make avidemux readable, and this was
29655           not at all readable. Please use typed variables.
29656
29657 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29658
29659         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29660           Additional pad usability check.
29661         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29662         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29663         (gst_mp1videoparse_real_chain):
29664           Fix MPEG video stream parsing. The original plugin had several
29665           issues, including not timestamping streams where the source was
29666           not timestamped (this happens with PTS values in mpeg system
29667           streams, but MPEG video is also a valid stream on its own so
29668           that needs timestamps too). We use the display time code for that
29669           for now. Also, if one incoming buffer contains multiple valid
29670           frames, we push them all on correctly now, including proper EOS
29671           handling. Lastly, several potential segfaults were fixed, and we
29672           properly sync on new sequence/gop headers to include them in next,
29673           not previous frames (since they're header for the next frame, not
29674           the previous). Also see #119206.
29675         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29676         (bpf_from_header):
29677           Move caps setting so we only do it after finding several valid
29678           MPEG-1 fraes sequentially, not right after the first one (which
29679           might be coincidental).
29680         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29681         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29682         (plugin_init):
29683           Add unsynced MPEG video stream typefinding, and change some
29684           probability values so we detect streams rightly. The idea is as
29685           follows: I can have an unsynced system stream which contains
29686           video. In the current code, I would randomly get a type for either
29687           system or video stream type found, because the probabilities are
29688           being calculated rather randomly. I now use fixed values, so we
29689           always prefer system stream if that was found (and that is how it
29690           should be). If no system stream was found, we can still identity                the stream as video-only.
29691
29692 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29693
29694         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29695         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29696           don't write to buffer. Extract data without the need of
29697           __attribute__ ((packed))
29698
29699 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29700
29701         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29702         (mpeg1_sys_type_find):
29703           Fix MPEG-1 stream typefinding.
29704
29705 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29706
29707         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29708           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29709
29710 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29711
29712         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29713         * ext/esd/gstesd.c: (plugin_init):
29714           private debugging, better error reporting
29715
29716 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29717
29718         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29719         (gst_riff_read_init), (gst_riff_read_change_state):
29720         * gst-libs/gst/riff/riff-read.h:
29721           Remove stuff fromold metadata system.
29722
29723 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29724
29725         * ext/ogg/gstoggdemux.c:
29726           Fix wrong file comment.
29727         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29728         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29729           Add metadata reading properly.
29730
29731 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29732
29733         * ext/Makefile.am:
29734           Fix nas DIST_SUBDIRS
29735           Uraeus:
29736           Fix bug where make distcheck doesn't get run on adding stuff to
29737           the build.
29738
29739 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29740
29741         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29742         * ext/divx/gstdivxdec.h:
29743           Fix divx3 ("msmpeg4") playback using divxdec.
29744
29745 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29746
29747         * gst/typefind/gsttypefindfunctions.c:
29748         (mp3_type_frame_length_from_header): fix bug in length computation
29749         (mp3_type_find): improve debugging output
29750
29751 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29752
29753         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29754         (gst_play_set_location), (gst_play_seek_to_time),
29755         (gst_play_set_audio_sink), (gst_play_set_visualization),
29756         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29757         the pipeline from scratch. Visualization is back and switch went out as
29758         i realized it was not possible to use the way i wanted.
29759         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29760         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29761         clearing in state change from READY to NULL. So that one can clean the
29762         X ressources keeping the element.
29763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29764         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29765         (gst_xvimagesink_colorbalance_set_value),
29766         (gst_xvimagesink_colorbalance_get_value),
29767         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29768         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29769         change from READY to NULL and fixed some stupid bugs in colorbalance
29770         get/set values. Also added the following feature : when nobody tries to
29771         set some values to the colorbalance levels before the xcontext is
29772         grabbed, then when creating channels list from Xv attributes we set the
29773         internal values to the Xv defaults. This way we handle buggy Xv drivers
29774         that set default hue values far from the middle of the range (Thanks
29775         to Jon Trowbridge for pointing that issue).
29776         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29777         colorbalance levels have been set before xcontext is grabbed.
29778
29779 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29782           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29783           it might block operations (which is bad for a mixer).
29784
29785 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29786
29787         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29788         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29789         (gmip_find_type_pre):
29790         * gst-libs/gst/media-info/media-info-priv.h:
29791         * gst-libs/gst/media-info/media-info.c:
29792         (gst_media_info_instance_init), (gst_media_info_read_idler):
29793         add fakesink to get caps on decoder src pad again
29794         fix callback prototype to match new have_type signal signature
29795
29796 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29797
29798         * gst/adder/gstadder.c: (gst_adder_link):
29799           fix non-compile and cut-n-paste code
29800
29801 2004-01-21  David Schleef  <ds@schleef.org>
29802
29803         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29804         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29805         (gst_swfdec_init), (gst_swfdec_change_state):
29806         * ext/swfdec/gstswfdec.h:
29807         Fix negotiation.
29808         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29809         (gst_adder_request_new_pad): Fix negotiation.
29810         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29811         Add a fixate function.
29812         * gst/intfloat/gstfloat2int.c:
29813         * gst/intfloat/gstfloat2int.h:
29814         * gst/intfloat/gstint2float.c:
29815         * gst/intfloat/gstint2float.h:
29816         Completely rewrite the negotiation.  Doesn't quite work yet,
29817         due to some buffer-frames problem.
29818
29819 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29820
29821         * ext/gnomevfs/gstgnomevfssrc.c:
29822         * sys/v4l2/v4l2_calls.h:
29823           fix includes for distcheck
29824
29825 2004-01-21  Christian Schaller <uraeus@gnome.org>
29826
29827         * ext/nas/
29828         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29829         based on earlier patch from Laurent Vivier
29830
29831 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29832
29833         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29834         Fix wma caps property
29835         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29836         Fix typo (flags1 and flags2)
29837
29838 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29839
29840         * gst-libs/gst/media-info/media-info-priv.c:
29841         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29842         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29843         (gmip_find_stream), (gmip_find_track_metadata),
29844         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29845         (gmip_find_track_format):
29846         * gst-libs/gst/media-info/media-info-priv.h:
29847         * gst-libs/gst/media-info/media-info-test.c: (main):
29848         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29849         (gst_media_info_read_idler), (gst_media_info_read):
29850         * gst-libs/gst/media-info/media-info.h:
29851           register debugging category and use it for debugging
29852
29853 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29854
29855         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29856         (gst_vorbisfile_new_link):
29857           signal streaminfo through tags
29858
29859 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * ext/mplex/gstmplex.cc:
29862         * ext/mplex/gstmplexibitstream.cc:
29863           g++ doesn't like NULL in our i18n/error macros, should be
29864           either (NULL) or ("").
29865
29866 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29867
29868         * sys/dxr3/dxr3audiosink.c:
29869         * sys/dxr3/dxr3init.c:
29870         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29871         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29872           Fix more error error error errors (missing includes here).
29873
29874 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29875
29876         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29877           fix thomas' error errors.
29878
29879 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29880
29881         * ext/mpeg2enc/gstmpeg2enc.cc:
29882           fix error errors.
29883
29884 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29887         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29888           Fix for new error system.
29889
29890 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29891
29892         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29893           fix for new error reporting
29894
29895 2004-01-20  David Schleef  <ds@schleef.org>
29896
29897         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29898         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29899         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29900         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29901         and neither is 100+, most likely.
29902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29903         (gst_xvimagesink_getcaps): same
29904
29905 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29906
29907         * configure.ac:
29908           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29909           clashes with ffmpeg.
29910
29911 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29912
29913         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29914         (gst_switch_init): Fixed switch element : proxying link and setting
29915         caps from src to sink on request.
29916
29917 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29918
29919         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29920         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29921         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29922         fix element_error
29923
29924 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29925
29926         * sys/v4l/v4l_calls.h:
29927         * sys/v4l2/v4l2_calls.h:
29928           element_error fixes
29929
29930 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29931
29932         * gst-libs/gst/gst-i18n-plugin.h:
29933           add locale.h
29934           remove config.h inclusion
29935
29936 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29937
29938         * autogen.sh:
29939           adding autopoint invocation
29940         * Makefile.am:
29941         * configure.ac:
29942         * gst-libs/gst/gettext.h:
29943           adding gettext bits
29944         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29945         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29946         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29947         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29948         (gst_gnomevfssink_close_file):
29949         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29950         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29951         * gst-libs/gst/gst-i18n-plugin.h:
29952         * gst/avi/gstavi.c: (plugin_init):
29953         * sys/dxr3/dxr3init.c: (plugin_init):
29954         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29955         * sys/oss/gstossaudio.c: (plugin_init):
29956         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29957         * sys/v4l/gstv4l.c: (plugin_init):
29958         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29959         * sys/v4l2/gstv4l2.c: (plugin_init):
29960         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29961         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29962         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29963         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29964         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29965         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29966           make sure locale and translation domain are set
29967           fix translated strings
29968         * po/.cvsignore:
29969         * po/LINGUAS:
29970         * po/Makevars:
29971         * po/POTFILES.in:
29972         * po/nl.po:
29973           put translation files into place
29974         * sys/xvideo/imagetest.c: (main):
29975         * ext/dv/demo-play.c: (main):
29976           fix unnecessary translations
29977
29978 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29979
29980         * ext/sndfile/gstsf.c:
29981         * gst/avi/gstavimux.c:
29982         * ext/audiofile/gstafsink.c:
29983         * ext/audiofile/gstafsrc.c:
29984         * ext/gnomevfs/gstgnomevfssink.c:
29985         * ext/gnomevfs/gstgnomevfssrc.c:
29986         * sys/oss/gstosselement.c:
29987         * sys/v4l/v4l_calls.h:
29988           fix i18n include
29989
29990 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29991
29992         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29993         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29994         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29995         (gst_v4l2_get_output), (gst_v4l2_set_output),
29996         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29997         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29998         (gst_v4l2_set_attribute):
29999         update to new error handling
30000
30001 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30002
30003         * ext/sidplay/gstsiddec.cc:
30004         * gst/modplug/gstmodplug.cc:
30005           parenthese NULL because C++ seems angry about it
30006
30007 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30008
30009         * gst-libs/gst/gst-i18n-plugin.h:
30010           add skeleton i18n stuff, but needs to be further implemented
30011
30012 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30013
30014         * examples/gstplay/player.c: (main):
30015         * ext/aalib/gstaasink.c: (gst_aasink_open):
30016         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30018         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30019         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30020         (gst_afsink_close_file):
30021         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30022         (gst_afsrc_close_file):
30023         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30024         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30025         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30026         * ext/esd/esdmon.c: (gst_esdmon_get):
30027         * ext/esd/esdsink.c: (gst_esdsink_chain):
30028         * ext/faac/gstfaac.c: (gst_faac_chain):
30029         * ext/faad/gstfaad.c: (gst_faad_chain):
30030         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30031         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30032         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30033         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30034         (gst_flacdec_loop):
30035         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30036         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30039         (gst_gnomevfssink_close_file):
30040         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30041         (gst_gnomevfssrc_open_file):
30042         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30043         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30044         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30045         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30046         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30047         * ext/mad/gstmad.c: (gst_mad_chain):
30048         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30049         * ext/mpeg2dec/gstmpeg2dec.c:
30050         * ext/mpeg2enc/gstmpeg2enc.cc:
30051         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30052         * ext/mplex/gstmplex.cc:
30053         * ext/mplex/gstmplexibitstream.cc:
30054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30055         (gst_ogg_demux_push), (gst_ogg_pad_push):
30056         * ext/raw1394/gstdv1394src.c:
30057         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30058         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30059         * ext/sidplay/gstsiddec.cc:
30060         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30061         (gst_sf_loop):
30062         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30063         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30064         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30066         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30067         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30068         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30069         * gst-libs/gst/Makefile.am:
30070         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30071         (gst_riff_read_element_data), (gst_riff_read_seek),
30072         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30073         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30074         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30075         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30076         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30077         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30078         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30079         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30080         * gst/goom/gstgoom.c: (gst_goom_chain):
30081         * gst/id3/gstid3types.c: (gst_id3types_loop):
30082         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30083         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30084         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30085         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30086         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30087         (gst_ebml_read_float), (gst_ebml_read_header):
30088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30089         (gst_matroska_demux_parse_blockgroup):
30090         * gst/modplug/gstmodplug.cc:
30091         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30092         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30093         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30094         * gst/silence/gstsilence.c: (gst_silence_get):
30095         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30096         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30097         * gst/speed/gstspeed.c: (speed_loop):
30098         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30099         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30100         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30101         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30102         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30103         (gst_wavparse_loop):
30104         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30105         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30106         (dxr3audiosink_close):
30107         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30108         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30109         (dxr3videosink_close), (dxr3videosink_write_data):
30110         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30111         * sys/oss/gstosselement.h:
30112         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30113         (gst_osssink_chain):
30114         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30115         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30116         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30117         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30118         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30119         (gst_v4l_enable_overlay):
30120         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30121         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30122         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30123         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30124         (gst_v4l_set_audio):
30125         * sys/v4l/v4l_calls.h:
30126         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30127         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30128         (gst_v4lmjpegsink_playback_init),
30129         (gst_v4lmjpegsink_playback_start):
30130         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30131         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30132         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30133         (gst_v4lmjpegsrc_requeue_frame):
30134         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30135         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30136         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30137         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30138         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30139         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30140         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30141         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30142         (gst_v4l2src_capture_stop):
30143         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30144         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30145         (gst_ximagesink_chain):
30146         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30147         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30148         (gst_xvideosink_xwindow_new):
30149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30150         (gst_xvimagesink_chain):
30151         use new error signal, function and categories
30152
30153 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30154
30155         * configure.ac:
30156         * ext/Makefile.am:
30157         * ext/musicbrainz/gsttrm.c:
30158         * ext/musicbrainz/gsttrm.h:
30159         * ext/musicbrainz/Makefile.am:
30160         Add a trm plugin
30161
30162 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30163
30164         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30165         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30166         synchronous property for debugging.
30167         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30169         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30170         smaller block, fixing indent.
30171
30172 2004-01-16  David Schleef  <ds@schleef.org>
30173
30174         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30175         property affects the video stream.
30176         * sys/xvimage/xvimagesink.c:
30177         * sys/xvimage/xvimagesink.h:
30178         Add synchronous property for debugging.  Should probably be
30179         disabled in non-CVS builds.  Make sure that the Xv attribute
30180         exists before we set it (crash!).  Fix a silly float bug that
30181         caused colorbalance to just not work.
30182
30183 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30184
30185         * tools/gst-launch-ext.in - update for new plugins
30186
30187 2004-01-16  David Schleef  <ds@schleef.org>
30188
30189         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30190         already-freed caps.
30191
30192 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30193
30194         * Update spec for new colorspace plugin and libcaca plugin
30195         * Fix compilation of libcaca plugin (clock -> id)
30196
30197 2004-01-16  Julien MOUTTE <julien@moutte.net>
30198
30199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30200         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30201         (gst_xvimagesink_set_xwindow_id),
30202         (gst_xvimagesink_colorbalance_set_value),
30203         (gst_xvimagesink_colorbalance_get_value),
30204         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30205         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30206         correct colorbalance properties. They can now be set when the element
30207         is still in NULL state. The values will be committed to the Xv Port
30208         when xcontext is initialized.
30209         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30210         brightness int values in the GstXvImagesink structure.
30211
30212 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30213
30214         * gst-libs/gst/Makefile.am:
30215           restructure so having local patches works easier.
30216
30217 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30218
30219         * ext/mpeg2enc/Makefile.am:
30220         * ext/mpeg2enc/gstmpeg2enc.cc:
30221         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30222           Bugfix with respect to EOS handling.
30223
30224 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30225
30226         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30227           Link with right caps (else, it segfaults).
30228         * ext/mplex/gstmplexjob.cc:
30229           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30230
30231 2004-01-15  David Schleef  <ds@schleef.org>
30232
30233         * gst-libs/gst/audio/Makefile.am:
30234         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30235         from the template.
30236         * gst-libs/gst/audio/gstaudiofilter.c:
30237         * gst-libs/gst/audio/gstaudiofilter.h:
30238         Add bytes_per_sample and size and n_samples calculation.
30239         * gst-libs/gst/audio/gstaudiofilterexample.c:
30240         Remove, now autogenerated.
30241         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30242         Moved from gstaudiofilterexample, object name changed, code added
30243         so that it actually works.
30244         * gst-libs/gst/audio/make_filter:
30245         Script to build an audiofilter subclass from the template.
30246         * gst/colorspace/Makefile.am:
30247         * gst/colorspace/yuv2yuv.c:
30248         Remove file, since it's GPL, and we don't use it.
30249
30250 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30251
30252         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30254         them use the buffer free function to test how the buffer was allocated.
30255
30256 2004-01-15  David Schleef  <ds@schleef.org>
30257
30258         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30259         that handles osssink fallback.
30260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30261         (gst_audio_convert_getcaps):
30262         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30263         Add audio/x-qdm2 for QDM2 audio.
30264         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30265         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30266         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30267         Decrease minimum size to 16x16.
30268         * gst/wavparse/gstwavparse.c:
30269         Convert disabled pad template caps to new caps.
30270         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30272         (gst_xvimagesink_chain): Throw element error when display cannot
30273         be opened.  Increase minimum framerate to 1.0.  Check the data
30274         free function on a buffer to make sure it is the type we expect
30275         before manipulating it.
30276
30277 2004-01-15  Julien MOUTTE <julien@moutte.net>
30278
30279         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30280         (gst_videobalance_colorbalance_set_value): Implement passthru if
30281         settings are in the middle.
30282         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30283
30284 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30285
30286         * gst/videofilter/Makefile.am:
30287         * gst/volume/Makefile.am:
30288           Since we use videofilter symbols, link to it.
30289
30290 2004-01-15  Julien MOUTTE <julien@moutte.net>
30291
30292         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30293         mixer interface type to HARDWARE.
30294         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30295         type to SOFTWARE.
30296         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30297         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30298         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30299         (gst_volume_interface_init), (gst_volume_list_tracks),
30300         (gst_volume_set_volume), (gst_volume_get_volume),
30301         (gst_volume_set_mute), (gst_volume_mixer_init),
30302         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30303         (volume_init): Implementing mixer interface.
30304         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30305         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30306         (gst_osselement_change_state): Removing some trailing commas in
30307         structures.
30308         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30309         interface type to HARDWARE.
30310         * sys/v4l/gstv4lcolorbalance.c:
30311         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30312         type to HARDWARE.
30313         * sys/v4l2/gstv4l2colorbalance.c:
30314         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30315         interface type to HARDWARE.
30316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30317         same code than ximagesink for event handling.
30318
30319 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30320
30321         * ext/snapshot/Makefile.am:
30322         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30323         (gst_snapshot_chain):
30324         * ext/snapshot/gstsnapshot.h:
30325           This has to be a joke... Snapshot should be connected to a tee,
30326           colorspace element before it and EOS after that, where the other
30327           src of the tee receives normal data.
30328           The current way is *wrong*.
30329
30330 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30331
30332         * ext/hermes/gsthermescolorspace.c:
30333           Fix another compile error. Same as below.
30334
30335 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30336
30337         * gst/colorspace/gstcolorspace.c:
30338         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30339         (gst_colorspace_i420_to_yv12):
30340           Fix compiling... Didn't test if it actually works.
30341
30342 2004-01-15  David Schleef  <ds@schleef.org>
30343
30344         * configure.ac:
30345         * gst/colorspace/Makefile.am:
30346         * gst/colorspace/gstcolorspace.c:
30347         * gst/colorspace/gstcolorspace.h:
30348         * gst/colorspace/yuv2rgb.c:
30349         * gst/colorspace/yuv2rgb.h:
30350         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30351         code and GPL code.  Fix for new caps negotiation.  Rewrite
30352         much of the format handling code, and some of the conversion
30353         code.  Basically, rewrote almost everything.  This element
30354         handles I420, YV12 to RGB conversions.
30355         * ext/hermes/Makefile.am:
30356         * ext/hermes/gsthermescolorspace.c:
30357         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30358         Remove non-Hermes related code.  This element handles lots of
30359         RGB to RGB conversions, but no YUV.
30360         * ext/hermes/gstcolorspace.c:
30361         * ext/hermes/gstcolorspace.h:
30362         * ext/hermes/rgb2yuv.c:
30363         * ext/hermes/yuv2rgb.c:
30364         * ext/hermes/yuv2rgb.h:
30365         * ext/hermes/yuv2rgb_mmx16.s:
30366         * ext/hermes/yuv2yuv.c:
30367         * ext/hermes/yuv2yuv.h:
30368         Remove old code.
30369
30370 2004-01-14  Colin Walters  <walters@verbum.org>
30371
30372         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30373         they've already been.
30374
30375 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30376
30377         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30378           assume tag mode when pad is not connected
30379
30380 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30381
30382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30383           Don't update the time of the clock
30384         (gst_alsa_sink_loop):
30385           sync to the clock given to alsasink, not the own clock
30386         * sys/oss/gstosssink.c: (gst_osssink_chain):
30387           sync to the clock
30388         (gst_osssink_change_state):
30389           activate the clock
30390         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30392           remove bogus code that made DISCONT events unhandled
30393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30394           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30395           #131502)
30396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30397         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30398         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30399           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30400           2nd warning in bug #131502)
30401
30402 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30403
30404         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30405         (gst_videobalance_colorbalance_set_value),
30406         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30407         for colorbalance interface implementation.
30408         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30409         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30410         (gst_ximagesink_dispose), (gst_ximagesink_init),
30411         (gst_ximagesink_class_init): Adding DISPLAY property.
30412         * sys/ximage/ximagesink.h: Adding display_name to store display.
30413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30414         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30415         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30416         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30417         properties (they still need polishing though for gst-launch use : no
30418         xcontext yet, i ll do that tomorrow).
30419         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30420
30421 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30422
30423         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30424         (gst_play_set_location), (gst_play_set_visualization): Preparing
30425         switch integration, adding videobalance in the pipeline.
30426
30427 2004-01-14  Julien MOUTTE <julien@moutte.net>
30428
30429         * gst-libs/gst/colorbalance/colorbalance.c:
30430         (gst_color_balance_class_init): Adding a default type.
30431         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30432         the type.
30433         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30434         (gst_videobalance_dispose), (gst_videobalance_class_init),
30435         (gst_videobalance_init), (gst_videobalance_interface_supported),
30436         (gst_videobalance_interface_init),
30437         (gst_videobalance_colorbalance_list_channels),
30438         (gst_videobalance_colorbalance_set_value),
30439         (gst_videobalance_colorbalance_get_value),
30440         (gst_videobalance_colorbalance_init): Implementing colorbalance
30441         interface.
30442         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30443         list.
30444         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30445         bug which was triggering a BadAccess X error when setting an overlay
30446         before pad was really negotiated.
30447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30448         Using the colorbalance type macro.
30449
30450 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30451
30452         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30453         (gst_flacenc_chain):
30454           handle tags correctly
30455         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30456           extract ID3v1 tags correctly
30457
30458 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30459
30460         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30461         (plugin_init):
30462           Improve matroska typefinding for odd-typed headers...
30463
30464 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30465
30466         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30467           Fix for using incremental number on padnames.
30468
30469 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30470
30471         * ext/divx/gstdivxdec.c:
30472         * ext/divx/gstdivxenc.c:
30473           Set category to divx4linux instead of divx (too generic).
30474         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30475         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30476         (gst_wavparse_loop), (gst_wavparse_change_state):
30477         * gst/wavparse/gstwavparse.h:
30478           fix parsing of WAV files with non-standard fmt-tag size and fix
30479           skipping of unrecognized chunks... Someone please fix this thing
30480           to use rifflib so all this is automated.
30481         * sys/v4l/Makefile.am:
30482         * sys/v4l2/Makefile.am:
30483           Add X_CFLAGS because we depend on X (for overlay).
30484
30485 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30486
30487         * ext/mpeg2dec/gstmpeg2dec.c:
30488           Don't issue a timestamp unless we tagged the frame
30489           with a PTS.
30490
30491 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30492
30493         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30494           Query the audio element to get the time, not the clock. We're
30495           interested in the element's time here.
30496
30497 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30498
30499         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30501         * ext/esd/esdsink.c: (gst_esdsink_chain):
30502         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30503         * ext/mas/massink.c: (gst_massink_chain):
30504         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30506         (gst_matroska_demux_parse_metadata):
30507         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30508         (gst_mpeg_parse_release_locks):
30509         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30510         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30511         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30512         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30513         (gst_osssink_change_state):
30514         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30515         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30516         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30517         (gst_xvideosink_release_locks):
30518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30519           use element time.
30520         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30521         (gst_alsa_clock_stop):
30522         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30523         (gst_audio_clock_get_internal_time):
30524           simplify for use with new clocking code.
30525         * testsuite/alsa/Makefile.am:
30526         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30527           fix testsuite for new caps system
30528
30529 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30530
30531         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30532         * ext/flac/gstflacenc.c: (add_one_tag):
30533           length is already host endian, no need to convert. Fixes playback of
30534           tagged files on PPC. (bug #128384)
30535
30536 2004-01-13  Julien MOUTTE <julien@moutte.net>
30537
30538         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30539         colorbalance interface stating if it is hardware based or software
30540         based.
30541         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30542         Removing a trailing comma.
30543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30544         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30545         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30546         the documentation seems to be wrong on the -1000 to 1000 interval.
30547
30548 2004-01-12  David Schleef  <ds@schleef.org>
30549
30550         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30551         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30552         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30553         Fix negotiation.  Add a bufferalloc function for the sink pad,
30554         and generally clean up some of the code.
30555
30556 2004-01-12  Julien MOUTTE <julien@moutte.net>
30557
30558         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30559         (gst_color_balance_channel_dispose): Adding safety check in dispose
30560         method.
30561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30562         (gst_xvimagesink_xcontext_clear),
30563         (gst_xvimagesink_interface_supported),
30564         (gst_xvimagesink_colorbalance_list_channels),
30565         (gst_xvimagesink_colorbalance_set_value),
30566         (gst_xvimagesink_colorbalance_get_value),
30567         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30568         Adding colorbalance interface support to set XV parameters such as
30569         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30570         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30571         interface.
30572
30573 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30574
30575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30576         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30577         (gst_audio_convert_init), (gst_audio_convert_set_property),
30578         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30579         (gst_audio_convert_link),
30580         (gst_audio_convert_buffer_to_default_format),
30581         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30582           - implement _getcaps and use it
30583           - improve linking
30584           - remove float caps since no float conversion is actually done
30585           - remove properties and arguments that were to be used for rate
30586             conversion
30587
30588 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30589
30590         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30591         (gst_audio_structure_set_int):
30592         * gst-libs/gst/audio/audio.h:
30593           add helper functions for _getcaps matching the standard audio
30594           templates
30595
30596 2004-01-12  David Schleef  <ds@schleef.org>
30597
30598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30599         Test that pad is negotiated before getting its caps.
30600
30601 2004-01-12  Julien MOUTTE <julien@moutte.net>
30602
30603         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30604         analyzing the pads of an element the bin is mostly in READY state so
30605         no caps were negotiated. This helper function needs to work with
30606         _get_caps directly then. I was not freeing them though, added that to
30607         fix the mem leak.
30608
30609 2004-01-12  Julien MOUTTE <julien@moutte.net>
30610
30611         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30613         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30614         than the free_func.
30615
30616 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30617
30618         * sys/oss/gstossaudio.c: (plugin_init):
30619         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30620         * sys/oss/gstosselement.h:
30621           make an oss debugging category
30622           make failure more descriptive
30623
30624 2004-01-11  David Schleef  <ds@schleef.org>
30625
30626         * ext/ffmpeg/gstffmpeg.c:
30627         * ext/ffmpeg/gstffmpegcodecmap.c:
30628         * ext/ffmpeg/gstffmpegdec.c:
30629         * ext/ffmpeg/gstffmpegenc.c:
30630         * ext/ffmpeg/gstffmpegprotocol.c:
30631         * ext/gdk_pixbuf/gstgdkanimation.c:
30632         * ext/jpeg/gstjpeg.c:
30633         * ext/libpng/gstpng.c:
30634         * ext/mpeg2dec/perftest.c:
30635         * ext/speex/gstspeex.c:
30636         * gst-libs/gst/resample/dtos.c:
30637         * gst/intfloat/gstintfloatconvert.c:
30638         * gst/oneton/gstoneton.c:
30639         * gst/rtjpeg/RTjpeg.c:
30640         * gst/rtp/gstrtp.c:
30641         * sys/dxr3/dxr3init.c:
30642         * sys/glsink/gstgl_nvimage.c:
30643         * sys/glsink/gstgl_pdrimage.c:
30644         * sys/glsink/gstglsink.c:
30645         * testsuite/gst-lint:
30646         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30647
30648 2004-01-11  David Schleef  <ds@schleef.org>
30649
30650         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30651         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30652         * ext/gdk_pixbuf/gstgdkanimation.c:
30653         (gst_gdk_animation_iter_create_pixbuf):
30654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30655         (gst_gdk_pixbuf_chain):
30656         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30657         * ext/jack/gstjack.c: (gst_jack_change_state):
30658         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30659         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30660         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30661         * gst/videofilter/gstvideofilter.c:
30662         (gst_videofilter_set_output_size):
30663         Remove all usage of gst_pad_get_caps(), and replace it with
30664         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30665
30666 2004-01-11  David Schleef  <ds@schleef.org>
30667
30668         * configure.ac:
30669         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30670         * ext/divx/gstdivxdec.c:
30671         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30672         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30673         handle images that span multiple buffers.  Now work with both
30674         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30675         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30676         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30677         video/video.h changes
30678         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30679         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30680         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30681         of GstData free function.
30682         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30683         same.
30684
30685 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30686
30687         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30688         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30689         (gst_v4l2element_get_property):
30690         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30691           add norm, channel and frequency properties.
30692         * sys/v4l2/gstv4l2tuner.c:
30693           fixes for tuner interface changes
30694         * sys/v4l2/gstv4l2element.h:
30695         * sys/v4l2/gstv4l2src.c:
30696         * sys/v4l2/gstv4l2src.h:
30697         * sys/v4l2/v4l2src_calls.c:
30698         * sys/v4l2/v4l2src_calls.h:
30699           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30700
30701 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30702
30703         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30704         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30705         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30706         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30707         * gst-libs/gst/tuner/tuner.h:
30708           GObjects aren't const.
30709           Add find_by_name functions.
30710           Add checks to _changed functions.
30711         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30712         (gst_v4l_tuner_get_norm):
30713           Fixes for above.
30714
30715 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30716
30717         * gst-libs/gst/video/video.h:
30718           Fix caps template names to be understandable.
30719           Prefix everything with GST_VIDEO.
30720         * ext/aalib/gstaasink.c:
30721         * ext/divx/gstdivxdec.c:
30722         * ext/divx/gstdivxenc.c:
30723         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30724         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30725         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30726         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30727         * ext/libcaca/gstcacasink.c:
30728         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30729         * ext/snapshot/gstsnapshot.c:
30730         * ext/swfdec/gstswfdec.c:
30731         * ext/xvid/gstxviddec.c:
30732         * ext/xvid/gstxvidenc.c:
30733         * gst/chart/gstchart.c:
30734         * gst/deinterlace/gstdeinterlace.c:
30735         * gst/effectv/gsteffectv.c:
30736         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30737         * gst/goom/gstgoom.c:
30738         * gst/median/gstmedian.c:
30739         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30740         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30741         * gst/overlay/gstoverlay.c:
30742         * gst/smooth/gstsmooth.c:
30743         * gst/smpte/gstsmpte.c:
30744         * gst/synaesthesia/gstsynaesthesia.c:
30745         * gst/videocrop/gstvideocrop.c:
30746         * gst/videodrop/gstvideodrop.c:
30747         * gst/y4m/gsty4mencode.c:
30748         * sys/qcam/gstqcamsrc.c:
30749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30750           Make them work with new video.h file.
30751         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30752         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30754         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30755           Make it work with new buffer allocation system.
30756
30757 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30758
30759         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30760         pad_alloc_buffer implementation to use ->srcpad
30761         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30762         pad_alloc_buffer implementation to use ->srcpad
30763         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30764         pad_alloc_buffer implementation to use ->srcpad
30765         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30766         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30767         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30768         a reference to everything we need.
30769         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30771         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30772         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30773         a reference to everything we need.
30774         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30775
30776 2004-01-11  David Schleef  <ds@schleef.org>
30777
30778         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30779         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30780         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30781         structure members.
30782         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30783         value during a resize/renegotiation.
30784         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30785         gst_pad_alloc_buffer();
30786         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30787         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30788         structure members.
30789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30790         Fix for rename of buffer private structure members.
30791         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30792         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30793         Fix for rename of buffer private structure members.
30794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30795         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30796         Fix for rename of buffer private structure members.
30797
30798 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30799
30800         reviewed by: David Schleef <ds@schleef.org>
30801
30802         * gst/videofilter/Makefile.am:
30803         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30804         from the patch by ds to fit in with recent make_filter changes.
30805
30806 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30807
30808         * configure.ac: Adding examples/switch/Makefile
30809         * examples/Makefile.am: Adding examples/switch
30810         * examples/switch/Makefile.am: Adding switcher example.
30811         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30812         (switch_timer), (main): Adding an example demonstrating switch usage
30813         with 2 videotestsrc showing different patterns.
30814         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30815         (gst_switch_init): Fixing switch with the new caps system.
30816
30817 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30818
30819         * gst-libs/gst/video/video.h:
30820           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30821           They should probably be like
30822           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30823
30824 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30825
30826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30827         (qtdemux_parse_trak):
30828           fix audio chunk size/timestamp calculation
30829
30830 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30831
30832         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30833           fix SVQ3 caps
30834
30835 2004-01-11  Steve Baker  <steve@stevebaker.org>
30836
30837         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30838         (gst_agingtv_base_init), (gst_agingtv_class_init),
30839         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30840         (gst_agingtv_set_property), (gst_agingtv_get_property):
30841         Port agingTV to videofilter
30842
30843 2004-01-09  Julien MOUTTE <julien@moutte.net>
30844
30845         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30846         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30847
30848 2004-01-09  Julien MOUTTE <julien@moutte.net>
30849
30850         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30851         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30852         * gst-libs/gst/xoverlay/xoverlay.c:
30853         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30854         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30855         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30856         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30857         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30858         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30859         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30860         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30861         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30862         interface implementation to handle xid being 0 and fix some bugs
30863         triggered by Benjamin's testcase.
30864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30865         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30866         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30867         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30868         interface implementation to handle xid being 0 and fix some bugs
30869         triggered by Benjamin's testcase.
30870
30871 2004-01-09  David Schleef  <ds@schleef.org>
30872
30873         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30874         mouse pointer events.  It works.
30875
30876 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30877
30878         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30879           Use explicit caps - fix capsnego.
30880         * ext/xvid/gstxviddec.c:
30881         * ext/xvid/gstxvidenc.c:
30882           Remove macro-inside-macro which caused compile errors.
30883         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30884           Error out if it's not a RIFF file. Else we error out without
30885           gst_element_error() which is not good...
30886
30887 2004-01-08  David Schleef  <ds@schleef.org>
30888
30889         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30890         Fix pad_link function to handle formats that ffmpeg returns
30891         as multiple caps structures.
30892         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30893         Only complain if source buffer is _smaller_ than expected.
30894         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30895         (gst_videoscale_handle_src_event): Resize navigation events
30896         when passing them upstream.
30897         * gst/videotestsrc/gstvideotestsrc.c:
30898         * gst/videotestsrc/gstvideotestsrc.h:
30899         * gst/videotestsrc/videotestsrc.c:
30900         * gst/videotestsrc/videotestsrc.h:
30901         Rewrite many of the buffer painting functions to handle odd
30902         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30903         been verified to work with my video card.
30904         * testsuite/gst-lint:  Add check for elements calling
30905         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30906
30907 2004-01-08  David Schleef  <ds@schleef.org>
30908
30909         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30910         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30911
30912 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30913
30914         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30915         configure event is not emiting the desired size signal. That fixes
30916         aspect ratio issues with gst-player.
30917
30918 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30919
30920         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30921           Fix capsnego.
30922
30923 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30924
30925         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30926         public method to fire size signal.
30927
30928 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30929
30930         * examples/gstplay/Makefile.am: Adding the interface library.
30931         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30932         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30933         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30934         GST_IS_X_OVERLAY before signal connect.
30935         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30936         Removing the have_video_size signal.
30937         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30938         and associated public method.
30939         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30940         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30941         signal.
30942         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30943         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30944         signal.
30945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30946         Using XOverlay public method to fire size signal.
30947
30948 2004-01-07  David Schleef  <ds@schleef.org>
30949
30950         * gst/videofilter/Makefile.am:
30951         * gst/videofilter/gstvideotemplate.c:
30952         * gst/videofilter/make_filter:
30953         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30954         Convert make_filter to /bin/sh script.
30955
30956 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30957
30958         * gst/modplug/gstmodplug.cc: fix element description
30959
30960 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30961
30962         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30963         (got_video_size): Adding some new lines in g_print calls.
30964         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30965         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30966         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30967         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30968         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30969         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30970         Complete code review, reverting some stuff i disagree with, adding
30971         some fixes : time synchronization on invalid timestamps, renegotiation
30972         of private window.
30973         * sys/ximage/ximagesink.h:
30974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30975         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30976         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30977         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30978         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30979         (gst_xvimagesink_buffer_new),
30980         (gst_xvimagesink_navigation_send_event),
30981         (gst_xvimagesink_set_xwindow_id),
30982         (gst_xvimagesink_get_desired_size),
30983         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30984         stuff i disagree with, adding some fixes : Renegotiation of private
30985         window, implementing get_desired_size.
30986
30987 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30988
30989         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30990         (gst_afsink_handle_event):
30991         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30992         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30993         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30994         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30995         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30996           Fix for instantiate-test (see core). Also remove dead code from
30997           jpegenc (which still needs fixing, but that's lower on my TODO
30998           list...).
30999         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31000           Never return NULL as caps.
31001
31002 2004-01-07  David Schleef  <ds@schleef.org>
31003
31004         * configure.ac:
31005         * ext/Makefile.am:
31006         * ext/librfb/Makefile.am:
31007         * ext/librfb/gstrfbsrc.c:
31008         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31009         is the protocol used by VNC.
31010
31011 2004-01-07  David Schleef  <ds@schleef.org>
31012
31013         * gst/videofilter/gstvideotemplate.c:
31014         * gst/videofilter/gstvideotemplate.h:
31015         * gst/videofilter/make_filter:
31016         Merge videotemplate header into source file.
31017         * gst/effectv/Makefile.am:
31018         * gst/effectv/gsteffectv.c: (plugin_init):
31019         * gst/effectv/gstwarp.c:
31020         Make warpTV a subclass of videofilter.
31021
31022 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31023
31024         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31025           Add guard against invalid utf-8 conversions in mad. Just in case.
31026
31027 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31028
31029         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31030           Fix for bug shown by poisoning
31031
31032 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31033
31034         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31035         (gst_v4lmjpegsrc_buffer_free):
31036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31037         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31038         (gst_v4lsrc_buffer_free):
31039           Fix for removed bufferpools.
31040
31041 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31042
31043         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31044         Fix caps negotiation.
31045
31046         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31047         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31048         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31049         (dvdnavsrc_event):
31050         * ext/mpeg2dec/gstmpeg2dec.c:
31051         * gst-libs/gst/navigation/navigation.c:
31052         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31053         * gst-libs/gst/navigation/navigation.h:
31054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31055         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31057         Super-simple first version of mouse and keyboard events. Clicking
31058         on a DVD menu now works, although it may not take you where you
31059         expected.
31060
31061         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31062         * gst/videotestsrc/gstvideotestsrc.c:
31063         (gst_videotestsrc_src_fixate):
31064         These fixate functions were broken - they never actually
31065         fixated :)
31066
31067 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31068
31069         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31070         (gst_icecastsend_init):
31071           fix for new caps system.
31072         * gst-libs/gst/mixer/mixertrack.h:
31073         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31074           Add 'master track' flag (for tools like ACME that only want to
31075           change the main volume).
31076
31077 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31078
31079         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31080         (gst_xvid_csp_to_caps):
31081         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31082         * ext/xvid/gstxvidenc.c:
31083         ifdef out ARGB type when it isn't available
31084         in xvidcore 1.0.0beta2
31085
31086 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31087
31088         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31089           When we have received a new SCR right in the first buffer after
31090           a seek (so in the same cycle that handles the discont), we should
31091           handle the buffer instead of unreffing it, else we lose data.
31092
31093 2004-01-06  Iain <iain@prettypeople.org>
31094
31095         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31096           buffer-frames caps too.
31097
31098         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31099           caps that we need, don't destroy them all and rebuild them. And when
31100           creating src pads, use the src pad template rather than the sink...
31101
31102 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31103
31104         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31105           Add pad to element *after* setting functions such as event handler.
31106           Without this, the scheduler (opt) will link pads, set the event
31107           handler from the default event function (dispatcher in gstpad.c)
31108           and *after* that, we will set our own event function, which will
31109           thus never be used (and thus mpegdemux doesn't handle events).
31110
31111 2004-01-04  David Schleef  <ds@schleef.org>
31112
31113         Fix the fixate functions to handle new prototype:
31114         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31115         * gst/videotestsrc/gstvideotestsrc.c:
31116         (gst_videotestsrc_src_fixate):
31117         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31118         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31120
31121 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31122
31123         * sys/ximage/ximagesink.h:
31124         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31125         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31126         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31127         (gst_ximagesink_xoverlay_init):
31128           assorted fixes to make (re)embedding work
31129         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31130         (gst_ximagesink_get_desired_size):
31131           implement desired size additions to XOverlay
31132
31133 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31134
31135         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31136         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31137         (gst_x_overlay_got_desired_size):
31138         * gst-libs/gst/xoverlay/xoverlay.h:
31139           Add optional "desired size" signal and querying.
31140
31141 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31142
31143         * gst/matroska/matroska-demux.c:
31144         (gst_matroska_demux_parse_blockgroup):
31145           Fix EBML-laced block parsing. Diffs are relative to previous
31146           lace, not the first lace. Thanks to Mosu from the Matroska
31147           team for detecting this.
31148         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31149         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31150         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31151         (gst_wavparse_change_state):
31152         * gst/wavparse/gstwavparse.h:
31153           Quickfix for capsnego.
31154
31155 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31156
31157         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31158           Fix indenting, fix pad creation.
31159
31160 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31161
31162         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31163         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31164         (gst_xviddec_sink_link):
31165           Implement src_getcaps() so proper size caps is negotiated.
31166
31167 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31168
31169         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31170           Finish flac decoder on EOS. See #116178.
31171
31172 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31173
31174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31175         (gst_matroska_demux_add_stream):
31176         * gst/matroska/matroska-ids.h:
31177           Add getcaps() function to fix capsnego...
31178
31179 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31180
31181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31182         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31183         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31184           Fix more integer overflows. Again, see #126967.
31185
31186 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31187
31188         * ext/mpeg2dec/gstmpeg2dec.c:
31189           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31190           #130416.
31191
31192 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31193
31194         * configure.ac:
31195         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31196         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31197         * ext/xvid/gstxvid.h:
31198         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31199         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31200         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31201         (gst_xviddec_change_state):
31202         * ext/xvid/gstxviddec.h:
31203         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31204         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31205         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31206         (gst_xvidenc_link), (gst_xvidenc_set_property),
31207         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31208         * ext/xvid/gstxvidenc.h:
31209           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31210
31211 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31212
31213         * gst/rtp/rtp-packet.c:
31214           Add sys/types.h include, since OS X doesn't define in_addr_t
31215           in netinet/in.h, like it does on Linux (see #129600).
31216
31217 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31218
31219         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31220
31221         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31222           Correct logic of dispose function (see #129306).
31223
31224 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31225
31226         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31227         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31228         (gst_mpeg_parse_init):
31229         * gst/mpegstream/gstmpegparse.h:
31230           Remove clock (which was never provided, i.e. dead code), and
31231           also fix integer overflows at high PTS values (see #126967).
31232
31233 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31234
31235         * ext/flac/gstflacdec.c:
31236         * ext/libpng/gstpngenc.h:
31237         * ext/mikmod/gstmikmod.h:
31238           OS X fixes (see #126628).
31239
31240 2004-01-02  David Schleef  <ds@schleef.org>
31241
31242         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31243         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31244         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31245         (gst_mpeg_parse_class_init): Move pad template registration
31246         to class_init, since the derived class (mpegdemux) doesn't
31247         want them.
31248
31249 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31250
31251         * sys/ximage/Makefile.am:
31252         * sys/xvideo/Makefile.am:
31253         * sys/xvimage/Makefile.am:
31254           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31255           after installation (see #127664).
31256
31257 2004-01-02  David Schleef  <ds@schleef.org>
31258
31259         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31260         (gst_ffmpegenc_connect):  Negotiation fixes.
31261         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31262         Remove inappropriate gst_caps_free().
31263         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31264         Reenable Ronald's internal resize code, since the core handles
31265         it correctly now.
31266
31267 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31268
31269         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31270         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31271         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31272           Fix pad template stuff.
31273
31274 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31275
31276         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31277         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31278           fix signed integer reading/writing.
31279
31280 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31281
31282         * ext/alsa/README:
31283           Remove outdated document
31284
31285 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31286
31287         * gst/cutter/gstcutter.c: (gst_cutter_init):
31288           src pad was being created twice - oops.
31289
31290 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31291
31292         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31293           Comment out internal resize. It doesn't handle the resulting
31294           XEvent internally, does another try_set_caps() which leads to
31295           a really nice loop.
31296           Real fix will come when Julien and Dave are awake. ;).
31297
31298 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31299
31300         * ext/mpeg2enc/gstmpeg2enc.cc:
31301           fix const/nonconst compile issue.
31302
31303 2004-01-02  David Schleef  <ds@schleef.org>
31304
31305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31306         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31307         Add fixate function and a check for bad formats.
31308
31309 2004-01-01  David Schleef  <ds@schleef.org>
31310
31311         Negotiation fixes:
31312         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31313         (gst_audiofilter_init):
31314         * gst/debug/efence.c: (gst_efence_init):
31315         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31316         (gst_deinterlace_init):
31317         * gst/volume/gstvolume.c: (volume_connect):
31318
31319 2004-01-01  David Schleef  <ds@schleef.org>
31320
31321         Convert elements to use gst_pad_use_explicit_caps() where
31322         appropriate:
31323         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31324         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31325         (gst_afparse_open_file):
31326         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31327         (gst_afsrc_open_file):
31328         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31329         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31330         (gst_ffmpegdec_chain):
31331         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31332         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31334         (gst_gdk_pixbuf_chain):
31335         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31336         (gst_jpegdec_chain):
31337         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31338         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31339         (gst_mikmod_negotiate):
31340         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31341         (gst_mpeg2dec_negotiate_format):
31342         * ext/mpeg2enc/gstmpeg2enc.cc:
31343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31344         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31345         (gst_speexdec_sinkconnect):
31346         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31347         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31348         (gst_vorbisfile_new_link):
31349         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31350         (gst_ac3parse_chain):
31351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31352         (gst_asf_demux_setup_pad):
31353         * gst/auparse/gstauparse.c: (gst_auparse_init),
31354         (gst_auparse_chain):
31355         * gst/id3/gstid3types.c: (gst_id3types_loop):
31356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31357         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31358         (mp1videoparse_parse_seq):
31359         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31360         (bpf_from_header):
31361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31362         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31363         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31364         (gst_mpeg_parse_send_data):
31365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31366         (gst_qtdemux_add_stream):
31367         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31368         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31369         (gst_wavparse_parse_fmt):
31370
31371 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31372
31373         * configure.ac:
31374           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31375           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31376           it therefore uses the wrong include paths. Too bad... Note
31377           that 1.6.1.93 is not release yet. ;).
31378           Also add a check for mplex, which is now using the lib'ified
31379           mplex from mjpegtools, too.
31380         * ext/ffmpeg/gstffmpegcodecmap.c:
31381           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31382           issues. I don't think ffmpeg handles 3ivx correctly, so this
31383           probably won't work. But it won't hurt either.
31384         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31385         (gst_ffmpegdec_chain):
31386         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31387         (gst_ffmpegenc_chain_audio):
31388           Fix memleak in audio encoding. Close codec if open fails, this
31389           calls the cleanup routines so we can re-use the context.
31390         * ext/mpeg2enc/gstmpeg2enc.cc:
31391           Fix pad template names/types, fix memory issue with getcaps().
31392         * ext/mpeg2enc/gstmpeg2encoder.cc:
31393         * ext/mpeg2enc/gstmpeg2encoder.hh:
31394           Fix compile issue with new caps system (const thingy).
31395         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31396         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31397           We read a first frame right on initing, so that we have a caps
31398           when we init the output. This caps is cached in padprivate and
31399           read as first frame.
31400         * ext/mplex/Makefile.am:
31401         * ext/mplex/gstmplex.cc:
31402         * ext/mplex/gstmplex.h:
31403         * ext/mplex/gstmplex.hh:
31404         * ext/mplex/gstmplexibitstream.cc:
31405         * ext/mplex/gstmplexibitstream.hh:
31406         * ext/mplex/gstmplexjob.cc:
31407         * ext/mplex/gstmplexjob.hh:
31408         * ext/mplex/gstmplexoutputstream.cc:
31409         * ext/mplex/gstmplexoutputstream.hh:
31410           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31411           had issues, didn't do capsnego, supported only a subset of the
31412           mplex features and required a mplex fork in our local CVS. Plus
31413           that it worked agaist a very old mplex version. Rewriting was
31414           faster than updating it.
31415         * gst-libs/ext/Makefile.am:
31416         * gst-libs/ext/mplex/INSTRUCT:
31417         * gst-libs/ext/mplex/Makefile.am:
31418         * gst-libs/ext/mplex/README:
31419         * gst-libs/ext/mplex/TODO:
31420         * gst-libs/ext/mplex/ac3strm_in.cc:
31421         * gst-libs/ext/mplex/audiostrm.hh:
31422         * gst-libs/ext/mplex/audiostrm_out.cc:
31423         * gst-libs/ext/mplex/aunit.hh:
31424         * gst-libs/ext/mplex/bits.cc:
31425         * gst-libs/ext/mplex/bits.hh:
31426         * gst-libs/ext/mplex/buffer.cc:
31427         * gst-libs/ext/mplex/buffer.hh:
31428         * gst-libs/ext/mplex/fastintfns.h:
31429         * gst-libs/ext/mplex/format_codes.h:
31430         * gst-libs/ext/mplex/inputstrm.cc:
31431         * gst-libs/ext/mplex/inputstrm.hh:
31432         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31433         * gst-libs/ext/mplex/mjpeg_logging.cc:
31434         * gst-libs/ext/mplex/mjpeg_logging.h:
31435         * gst-libs/ext/mplex/mjpeg_types.h:
31436         * gst-libs/ext/mplex/mpastrm_in.cc:
31437         * gst-libs/ext/mplex/mpegconsts.cc:
31438         * gst-libs/ext/mplex/mpegconsts.h:
31439         * gst-libs/ext/mplex/mplexconsts.hh:
31440         * gst-libs/ext/mplex/multplex.cc:
31441         * gst-libs/ext/mplex/outputstream.hh:
31442         * gst-libs/ext/mplex/padstrm.cc:
31443         * gst-libs/ext/mplex/padstrm.hh:
31444         * gst-libs/ext/mplex/stillsstream.cc:
31445         * gst-libs/ext/mplex/stillsstream.hh:
31446         * gst-libs/ext/mplex/systems.cc:
31447         * gst-libs/ext/mplex/systems.hh:
31448         * gst-libs/ext/mplex/vector.cc:
31449         * gst-libs/ext/mplex/vector.hh:
31450         * gst-libs/ext/mplex/videostrm.hh:
31451         * gst-libs/ext/mplex/videostrm_in.cc:
31452         * gst-libs/ext/mplex/videostrm_out.cc:
31453         * gst-libs/ext/mplex/yuv4mpeg.cc:
31454         * gst-libs/ext/mplex/yuv4mpeg.h:
31455         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31456         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31457           We don't fork mjpegtools' mplex in our CVS anymore.
31458         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31459         (gst_avi_demux_add_stream):
31460         * gst/avi/gstavidemux.h:
31461           Add getcaps() function for proper caps nego. This makes some
31462           parts of AVI playback/reading work.
31463         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31464           Resize window on new capsnego. This is probably wrong, but
31465           I'm still committing it because with current capsnego, the
31466           first successfull capsnego is auto-fixated, therefore rounded
31467           down to the lowest values in the caps. this results in a 16x16
31468           XWindow that is not reized when real capsnego finishes.
31469           Dave, I see more cases of this, do you know a proper solution?
31470         * tools/gst-launch-ext.in:
31471           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31472
31473 2003-12-31  David Schleef  <ds@schleef.org>
31474
31475         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31476         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31477           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31478
31479 2003-12-30  David Schleef  <ds@schleef.org>
31480
31481         * ext/ffmpeg/gstffmpegcolorspace.c:
31482         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31483         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31484         (gst_ffmpegcsp_chain): Negotiation fixes
31485         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31486         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31487         (gst_audio_convert_link), (gst_audio_convert_channels):
31488         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31489         (gst_audioscale_link), (gst_audioscale_get_buffer),
31490         (gst_audioscale_chain): Negotiation fixes
31491         * gst/audioscale/gstaudioscale.h:
31492         * gst/videofilter/gstvideofilter.c:
31493         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31494         (gst_videofilter_link), (gst_videofilter_init),
31495         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31496         (gst_videofilter_find_format_by_structure):
31497         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31498         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31499         (gst_videoscale_link):
31500         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31501         (videoscale_find_by_structure), (gst_videoscale_setup):
31502         * gst/videoscale/videoscale.h: Negotiation fixes
31503         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31504         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31505         function, restrict resizing to a multiple of 4 (hack until
31506         everyone supports odd sizes correctly).
31507
31508 2003-12-29  Colin Walters  <walters@verbum.org>
31509
31510         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31511         signed.
31512
31513 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31514
31515         * ext/sndfile/gstsf.c: (gst_sf_loop):
31516           Fix warning about discarding const qualifier
31517
31518 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31519
31520         * gst/cutter/gstcutter.c:
31521         * gst/videoscale/gstvideoscale.c:
31522         * gst/volenv/gstvolenv.c:
31523         * gst-libs/gst/audio/audio.c:
31524         * gst-libs/gst/video/video.c:
31525           Fix warnings
31526
31527 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31528
31529         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31530           Don't send ALSA debugging to stderr.
31531         * ext/alsa/gstalsa.h:
31532           Use GST_WARNING instead of g_warning when ALSA functions fail.
31533
31534 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31535
31536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31537           Free XVAdapterInfo correctly.
31538
31539 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31540
31541         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31542         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31543           Make id3tag use correct caps nego.
31544
31545 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31546
31547         * ext/ivorbis/vorbis.c:
31548         * ext/ivorbis/vorbisenc.h:
31549         * ext/ivorbis/vorbisfile.c:
31550           Modify so that it uses the new caps things
31551
31552 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31553
31554         * testsuite/spider/spider1.c: (main):
31555         * testsuite/spider/spider2.c: (main):
31556         * testsuite/spider/spider3.c: (main):
31557           Make tests compile again. They probably don't work.
31558
31559 2003-12-24  Colin Walters  <walters@verbum.org>
31560
31561         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31562         we can't fixate the caps anymore.
31563
31564 2003-12-23  David Schleef  <ds@schleef.org>
31565
31566         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31567         * sys/oss/gstosssink.c: (gst_osssink_init),
31568         (gst_osssink_sink_fixate): Add fixate function.
31569
31570 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31571
31572         * ext/ffmpeg/gstffmpegcodecmap.c:
31573         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31574         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31575         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31576         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31577         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31578         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31579         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31580           fix typo in RGB masks, and move back to "old" colorspace
31581           capsnego code until whoever wrote this new crap has actually
31582           tested it so that it works.
31583           And yes, this works, keep it that way please.
31584
31585 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31586
31587         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31588         (gst_divxdec_init), (gst_divxdec_negotiate):
31589         * ext/divx/gstdivxdec.h:
31590         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31591         (gst_divxenc_init):
31592         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31593         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31594         * ext/mpeg2enc/gstmpeg2enc.cc:
31595         * ext/mpeg2enc/gstmpeg2encoder.cc:
31596         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31597         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31598         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31599         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31600         (dxr3spusink_init):
31601         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31602         (dxr3videosink_init):
31603           Fix caps breakage after Dave's caps branch merge.
31604
31605 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31606
31607         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31608           Fix for 24bpp display.
31609
31610 2003-12-23  Colin Walters  <walters@verbum.org>
31611
31612         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31613         a GnomeVFSHandle directly.
31614
31615 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31616
31617         * gst/volume/Makefile.am:
31618         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31619         (volume_base_init), (volume_init):
31620           Reenable volume element and fix to work with new caps stuff.
31621           Rhythmbox needs this.
31622
31623 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31624
31625         * gst/qtdemux/qtdemux.c: (plugin_init):
31626           qtdemux requires bytestream
31627
31628 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31629
31630         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31631           Fix remaining caps handling errors due to CAPS merge.
31632
31633 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31634
31635         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31636         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31637         (gst_faad_srcconnect):
31638           Port to new caps system.
31639
31640 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31641
31642         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31643         (got_video_size), (main): using g_print instead of g_message.
31644         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31645         signal which was not emitted because of "switch" element added to the
31646         bin but not connected. (Removing from the bin temporarily)
31647
31648 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31649
31650         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31651         find X development files. I don't understand the previous tests and
31652         they fail on my debian/ppc unstable. This one works.
31653         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31654         exiting.
31655         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31656         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31657         (gst_play_set_visualization): Add some safety checks in set_ methods
31658         and state_change. This was throwing some ugly CRITICAL messages when
31659         pipeline was getting disposed and casts were failing.
31660
31661 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31662
31663         * configure.ac:
31664           Improve mpeg2enc detection. This is for distributions that do
31665           ship mjpegtools, but without mpeg2enc. Also does object check
31666           for might there ever be ABI incompatibility.
31667         * ext/mpeg2enc/gstmpeg2enc.cc:
31668           Add Andrew as second maintainer (he's helping me), and also add
31669           an error if no caps was set. This happens if I pull before capsnego
31670           and that's something I should solve sometime else.
31671         * gst/matroska/matroska-demux.c:
31672         (gst_matroska_demux_parse_blockgroup):
31673           Fix time parsing.
31674         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31675         (gst_matroska_mux_track_header):
31676           Add caps to templates.
31677         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31678           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31679         * gst/mpegstream/gstmpegdemux.c:
31680           Remove layer since it causes warnings about unfixed caps.
31681         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31682           Fix obvious typo (we error out if caps were set, we should of
31683           course error out if *no* caps were set).
31684         * sys/oss/gstosselement.c: (gst_osselement_convert):
31685           Fix format conversion, we confused bits/bytes.
31686         * sys/oss/gstosselement.h:
31687           Improve documentation for 'bps'.
31688         * sys/v4l/TODO:
31689           Remove stuff about plugins that need removing - this was done
31690           ages ago.
31691         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31692         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31693         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31694         (gst_v4lsrc_src_query):
31695         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31696         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31697           Add get_query_types(), get_formats() and query() functions.
31698
31699 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31700
31701         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31702           * moved CVS to freedesktop.org