gst/playback/gstplaybin.c: Remove playbin's override of the set_clock vmethod. It...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4         Remove playbin's override of the set_clock vmethod. It's irrelevant
5         after Wim's commit on the 19th.
6
7 2007-03-22  Wim Taymans  <wim@fluendo.com>
8
9         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11         * ext/gnomevfs/gstgnomevfssrc.h:
12         Don't cache file sizes. Fixes #341078.
13
14 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
15
16         * gst/playback/gstplaybin.c: (add_sink):
17           Use GST_PTR_FORMAT to log caps. 
18
19 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
20
21         Patch by: Young-Ho Cha <ganadist at chollian net>
22
23         * gst/subparse/samiparse.c: (handle_start_font):
24           Special-case some more colour names that pango doesn't handle by
25           default. Fixes #420578.
26
27 2007-03-20  Michael Smith  <msmith@fluendo.com>
28
29         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
30           If we get a zero-sized input buffer, don't pass it to libvorbis, as
31           that marks EOS internally. After that, libvorbis will buffer all
32           input data, and encode none of it, eventually leading to memory
33           exhaustion.
34
35 2007-03-19  Wim Taymans  <wim@fluendo.com>
36
37         * gst/playback/gstdecodebin.c: (remove_fakesink):
38         Don't post STATE_DIRTY anymore.
39
40         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
41         (gst_play_bin_change_state):
42         Remove stream_time reset in seek handling, core does that now.
43         Disable clocking for live pipelines by forcing a NULL clock to the
44         complete pipeline, core is too smart now for our previous hack.
45         We can always autoplug in PAUSED now.
46
47 2007-03-17  David Schleef  <ds@schleef.org>
48
49         * REQUIREMENTS:  Update this file, change the formatting to make
50         it more consistent, plus more machine readable.
51
52 2007-03-16  Michael Smith  <msmith@fluendo.com>
53
54         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
55         (strip_width_64), (append_with_other_format):
56           Previous fix was too simplistic, and broke the tests. Use a better
57           approach; only strip 64 from widths for integer audio.
58
59 2007-03-16  Michael Smith  <msmith@fluendo.com>
60
61         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
62         (gst_audio_convert_transform_caps):
63           We don't support 64 bit integer audio, so don't try to claim we can.
64           Stops us producing caps don't match our template caps.
65           Update comments.
66
67 2007-03-15  Michael Smith  <msmith@fluendo.com>
68
69         * gst/audioresample/gstaudioresample.c:
70         (audioresample_check_discont), (audioresample_transform):
71           Don't trigger discontinuities for very small imperfections; a filter
72           flush will sound bad, and many plugins have rounding errors leading
73           to these.
74
75 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
76
77         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
78         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
79         Add min-ptime property to RTP base audio payloader. Patch by
80         olivier.crete@collabora.co.uk.
81         Fixes #415001
82
83         Indentation/whitespace/documentation fixes.
84
85 2007-03-14  Julien MOUTTE  <julien@moutte.net>
86
87         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
88         (audioresample_transform_size), (audioresample_do_output),
89         (audioresample_transform), (audioresample_pushthrough): Handle
90         discontinuous streams.
91         * gst/audioresample/gstaudioresample.h:
92         * tests/check/elements/audioresample.c:
93         (test_discont_stream_instance), (GST_START_TEST),
94         (audioresample_suite): Add a test for discontinuous streams.
95         * win32/common/config.h: Updated.
96
97 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
98
99         * po/af.po:
100         * po/az.po:
101         * po/cs.po:
102         * po/en_GB.po:
103         * po/it.po:
104         * po/nb.po:
105         * po/nl.po:
106         * po/or.po:
107         * po/sq.po:
108         * po/sr.po:
109         * po/sv.po:
110         * po/uk.po:
111         * po/vi.po:
112           Update translations from translation project.
113
114 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
115
116         * gst/audioresample/debug.h:
117         * gst/audioresample/resample.c: (resample_init):
118           Since I really am not interested in a debug line for each sample
119           being processed, move the library's debugging to its own category,
120           libaudioresample
121
122 2007-03-13  Michael Smith  <msmith@fluendo.com>
123
124         * ext/theora/theoradec.c: (theora_handle_type_packet):
125           Since the plugin doesn't support anything other than 4:2:0 right
126           now, post an error and fail if we get something else. Won't matter
127           until libtheora supports the other pixel formats, but hopefully
128           that'll be soon...
129
130 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
131
132         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
133         Use gst_guint64_to_gdouble for conversion.
134         * win32/MANIFEST:
135         Add new files to the win32 MANIFEST.
136         * win32/common/libgstaudio.def:
137         * win32/common/libgstpbutils.def:
138         Add new exported functions.
139         * win32/vs6/gst_plugins_base.dsw:
140         * win32/vs6/libgstdecodebin.dsp:
141         * win32/vs6/libgstplaybin.dsp:
142         Change the link to libgstpbutils.lib.
143         * win32/vs6/libgstdecodebin2.dsp:
144         Add a new project for decodebin2.
145         * win32/vs6/libgstpbutils.dsp:
146         Add a new project for pbutils.
147
148 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
149
150         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
151           Also accept partial dates with only year and month,
152           like 1999-12-00 (fixes #410396 even more).
153
154         * tests/check/libs/tag.c: (GST_START_TEST):
155           Add unit test for the above.
156
157 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
158
159         * tests/check/elements/subparse.c: (GST_START_TEST),
160         (subparse_suite):
161           Add unit test for MPL2 subtitle format (#413799).
162
163 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
164
165         Patch by: Kamil Pawlowski  <kamilpe gmail com>
166
167         * gst/subparse/Makefile.am:
168         * gst/subparse/gstsubparse.c:
169         (gst_sub_parse_data_format_autodetect),
170         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
171         (gst_subparse_type_find):
172         * gst/subparse/gstsubparse.h:
173         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
174         * gst/subparse/mpl2parse.h:
175           Add support for MPL2 subtitle format (#413799).
176
177 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
178
179         * configure.ac:
180           We require core CVS for the new buffer metadata copy functions.
181
182 2007-03-09  Wim Taymans  <wim@fluendo.com>
183
184         * gst-libs/gst/tag/gstid3tag.c:
185         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
186         Fixes #414496.
187
188         Patch by: Alex Lancaster <alexl at users sourceforge net>
189
190 2007-03-09  Wim Taymans  <wim@fluendo.com>
191
192         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
193         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
194         Improve adapter usage and comments.
195
196 2007-03-09  Wim Taymans  <wim@fluendo.com>
197
198         * ext/pango/gsttextrender.c: (gst_text_render_chain):
199         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
200         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
201         Use new metadata copy function.
202
203         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
204         (gst_ffmpegcsp_transform):
205         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
206         Basetransform copied the metadata for us.
207
208 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
209
210         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
211         (gst_text_overlay_video_event):
212           Some more logging. Only accept newsegment events in TIME format and
213           send a WARNING message if they are not in TIME format.
214
215         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
216         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
217         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
218         * gst/subparse/gstsubparse.h:
219           No need to allocate GstSegment structure dynamically, just put it
220           into the instance structure; ignore newsegment events in BYTE
221           format and in particular don't let it overwrite our saved TIME
222           segment from the last seek.
223
224 2007-03-09  Michael Smith  <msmith@fluendo.com>
225
226         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
227           Replace AC3 typefinder with one that isn't terrible, and actually
228           works usefully.
229
230 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
231
232         * gst/audioconvert/gstaudioconvert.c:
233         (gst_audio_convert_transform):
234           fix error category and translatable string
235           
236
237 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
238
239         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
240         * pkgconfig/gstreamer-plugins-base.pc.in:
241           Fix up utils => pbutils here too.
242
243 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
244
245         * gst/subparse/gstsubparse.c: (handle_buffer):
246           Break out of loop in chain function as soon as possible if we get
247           a non-OK flow return.
248
249 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
250
251         * tests/check/elements/alsa.c: (GST_START_TEST):
252         Unref the mixer if the state change fails too (if the
253         alsa devices are inaccessible, for example)
254
255 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
256
257         * tests/check/Makefile.am:
258         Don't test libvisual elements in the states check, because libvisual
259         seems to leak internally.
260
261         Re-enable the alsa and states tests now that there's new suppressions
262         in gst.supp.
263
264         * tests/check/elements/alsa.c: (GST_START_TEST):
265         Don't leak the alsamixer we instantiated.
266
267 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
268
269         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
270         (gst_ximagesink_change_state), (gst_ximagesink_reset),
271         (gst_ximagesink_finalize):
272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
273         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
274         Move some cleanup stuff from the state change handler into a _reset()
275         function that can be called from _finalize(). This ensures that things
276         get freed even if (for some reason) the NULL->READY state transition
277         fails in the parent class.
278         Even if a parent state change fails, process our downward state change
279         logic instead of bailing out early.
280         Free the correct xcontext pointer in ximagesink's xcontext_clear.
281
282 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
283
284         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
285         Extra log line.
286
287         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
288         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
289         Use pango_font_description_set_family_static instead of 
290         pango_font_description_set_family to save a string copy (it was
291         leaking due to the strdup anyway)
292
293         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
294         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
295         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
296         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
297         Chain up in finalize.
298
299 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
300
301         * gst-libs/gst/interfaces/mixertrack.c:
302         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
303         (gst_mixer_track_set_property):
304           API: add "untranslated-label" property which should be set by
305           implementations at construct time (#414645).
306
307         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
308         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
309           Set "untranslated-label" when constructing mixer track objects.
310
311         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
312           Unit test to check the above.
313
314 2007-03-07  Wim Taymans  <wim@fluendo.com>
315
316         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
317         Fix confusing debug message.
318
319 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
320
321         * gst-plugins-base.doap:
322         update doap file with new version
323
324 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
325
326         * configure.ac:
327         Back to CVS
328
329 === release 0.10.12 ===
330
331 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
332
333         * configure.ac:
334           releasing 0.10.12, "Zombie Horde"
335
336 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
337
338         * configure.ac:
339         Bump version to 0.10.11.4 pre-release
340
341 2007-03-06  Wim Taymans  <wim@fluendo.com>
342
343         * gst-libs/gst/audio/gstbaseaudiosink.c:
344         (gst_base_audio_sink_async_play):
345         Fix regression that made GStreamer skip the first samples of audio.
346         Fixes #414684.
347
348 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
349
350         * configure.ac:
351         Bump version to 0.10.11.3 pre-release
352
353 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
354
355         * po/POTFILES.in:
356           Update paths for the rename from utils to pbutils to fix the build.
357
358 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
359
360         * gst-libs/gst/pbutils/Makefile.am:
361           Change directory to install headers in from gst/utils to gst/pbutils
362           as well.
363
364 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
365
366         * configure.ac:
367         * docs/libs/gst-plugins-base-libs-docs.sgml:
368         * docs/libs/gst-plugins-base-libs-sections.txt:
369         * gst-libs/gst/Makefile.am:
370         * gst-libs/gst/interfaces/mixer.c:
371         * gst-libs/gst/pbutils/Makefile.am:
372         * gst-libs/gst/pbutils/descriptions.c:
373         (gst_pb_utils_get_source_description),
374         (gst_pb_utils_get_sink_description),
375         (gst_pb_utils_get_decoder_description),
376         (gst_pb_utils_get_encoder_description),
377         (gst_pb_utils_get_element_description),
378         (gst_pb_utils_add_codec_description_to_tag_list),
379         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
380         * gst-libs/gst/pbutils/descriptions.h:
381         * gst-libs/gst/pbutils/install-plugins.c:
382         * gst-libs/gst/pbutils/install-plugins.h:
383         * gst-libs/gst/pbutils/missing-plugins.c:
384         (gst_missing_uri_source_message_new),
385         (gst_missing_uri_sink_message_new),
386         (gst_missing_element_message_new),
387         (gst_missing_decoder_message_new),
388         (gst_missing_encoder_message_new),
389         (gst_missing_plugin_message_get_description):
390         * gst-libs/gst/pbutils/missing-plugins.h:
391         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
392         * gst-libs/gst/pbutils/pbutils.h:
393         * gst-libs/gst/utils/Makefile.am:
394         * gst-libs/gst/utils/base-utils.c:
395         * gst-libs/gst/utils/base-utils.h:
396         * gst-libs/gst/utils/descriptions.c:
397         * gst-libs/gst/utils/descriptions.h:
398         * gst-libs/gst/utils/install-plugins.c:
399         * gst-libs/gst/utils/install-plugins.h:
400         * gst-libs/gst/utils/missing-plugins.c:
401         * gst-libs/gst/utils/missing-plugins.h:
402         * gst-plugins-base.spec.in:
403         * gst/playback/Makefile.am:
404         * gst/playback/gstdecodebin.c:
405         * gst/playback/gstdecodebin2.c:
406         * gst/playback/gstplaybasebin.c: (setup_subtitle),
407         (gen_source_element):
408         * gst/playback/gstplaybin.c: (plugin_init):
409         * tests/check/Makefile.am:
410         * tests/check/libs/pbutils.c: (GST_START_TEST),
411         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
412         * tests/check/libs/utils.c:
413           rename utils to pbutils
414
415 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
416
417         * docs/plugins/Makefile.am:
418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
420         * docs/plugins/inspect/plugin-decodebin2.xml:
421         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
422         Add documentation for decodebin2 that indicates that the API
423         is still unstable.
424
425 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
426
427         * configure.ac:
428         Update to 0.10.11.2 (0.10.12 pre-release)
429
430 2007-03-01  Wim Taymans  <wim@fluendo.com>
431
432         * gst-libs/gst/audio/gstbaseaudiosink.c:
433         (gst_base_audio_sink_async_play):
434         base time is irrelevant here.
435
436 2007-03-01  Wim Taymans  <wim@fluendo.com>
437
438         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
439         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
440         Improve debugging.
441
442         * gst-libs/gst/audio/gstbaseaudiosink.c:
443         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
444         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
445         Improve latency and clock slaving calculations.
446         Improve slave clock calibration.
447
448         * gst-libs/gst/audio/gstringbuffer.c:
449         (gst_ring_buffer_commit_full):
450         When we are asked to render N sample to 0 bytes, return N.
451
452 2007-03-01  Wim Taymans  <wim@fluendo.com>
453
454         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
455         (gst_alsasink_write), (gst_alsasink_reset):
456         * ext/alsa/gstalsasink.h:
457         Remove unused dispose function.
458         Rename lock to not interfere with alsasrc lock.
459
460         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
461         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
462         (gst_alsasrc_read), (gst_alsasrc_reset):
463         * ext/alsa/gstalsasrc.h:
464         Implement finalize function.
465         Use lock to protect alsa access.
466         Implement _reset.
467         Fine tune sw params.
468
469 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
470
471         * configure.ac:
472           Convert to new AG_GST style.
473
474 2007-02-28  Wim Taymans  <wim@fluendo.com>
475
476         Patch by: Ed Catmur <ed at catmur dot co dot uk>
477
478         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
479         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
480         Fix race condition when rapidly switching visualisations in playbin.
481         Fixes #401029.
482
483 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
484
485         * tests/check/Makefile.am:
486         Include local stuff before system installed things in LDFLAGS and
487         CFLAGS.
488
489 2007-02-28  Wim Taymans  <wim@fluendo.com>
490
491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
492         Improve debugging.
493
494 2007-02-28  Wim Taymans  <wim@fluendo.com>
495
496         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
497         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
499         Fix duration and timestamping, taking latency into account.
500         Implement latency query.
501
502 2007-02-28  Wim Taymans  <wim@fluendo.com>
503
504         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
505         (gst_audio_clock_new):
506         Fix clock name.
507
508         * gst-libs/gst/audio/gstbaseaudiosink.c:
509         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
510         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
511         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
512         (gst_base_audio_src_create):
513         Improve latency query code.
514         Use proper clock names.
515
516 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
517
518         * tests/check/generic/states.c: (GST_START_TEST):
519           Copy the states.c test from core again
520         * tests/check/Makefile.am:
521           ignore cdio and cdparanoiasrc
522
523 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
524
525         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
526         (double_hq), (audio_convert_get_func_index), (check_default),
527         (audio_convert_prepare_context), (audio_convert_convert):
528           Also make valgrind happy and avoid copying data in some cases.
529
530 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
531
532         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
533         (double_hq), (audio_convert_get_func_index),
534         (audio_convert_prepare_context), (audio_convert_convert):
535         * gst/audioconvert/gstaudioconvert.c:
536         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
537         (gst_audio_convert_transform_caps):
538         * tests/check/elements/audioconvert.c: (GST_START_TEST),
539         (audioconvert_suite):
540           Don't run inplace if that overwrites source data as we go. Add more
541           tests. Fixes #339837 even more.
542
543 2007-02-27  Julien MOUTTE  <julien@moutte.net>
544
545         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
546         (msg_segment_done): Fix various seeking bugs (Slider was not
547         updating when doing a non flushing seek, Reverse playback 
548         on segment seek was wrong).
549
550 2007-02-26  Wim Taymans  <wim@fluendo.com>
551
552         * tests/examples/seek/seek.c: (stop_seek):
553         When we stop scrubbing, don't leave the pipeline PLAYING when we
554         requested a PAUSED state.
555
556 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
557
558         Patch by: René Stadler <mail at renestadler de>
559
560         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
561           Parse date strings in vorbis comments that have an invalid (zero)
562           month or day (#410396).
563
564         * tests/check/libs/tag.c: (GST_START_TEST):
565           Test case for the above.
566
567 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
568
569         Patch by: Loïc Minier <lool+gnome at via ecp fr>
570
571         * configure.ac:
572         * ext/alsa/Makefile.am:
573         * gst/audiotestsrc/Makefile.am:
574           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
575
576 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
577
578         * gst/playback/gstplaybin.c:
579           Improve docs: point out that the application needs to assist playbin
580           with buffering.
581
582 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * gst-libs/gst/utils/install-plugins.c:
585         * gst-libs/gst/utils/missing-plugins.c:
586         * tests/check/libs/utils.c: (missing_msg_check_getters):
587           Change GStreamer marker prefix in detail string from 'gstreamer.net'
588           to just 'gstreamer'. Document the caps string component of the
589           decoder/encoder detail a bit better, since not everyone will be
590           familiar with the GStreamer media type/caps system (but they better
591           enjoy nested itemized lists).
592
593 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
594
595         * gst-libs/gst/netbuffer/gstnetbuffer.c:
596         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
597           Fix copying of GstNetBuffer (would crash before, or at least lead to
598           invalid memory access, #410772), for now by copying the GstBuffer copy
599           code from the core over here so we can copy the GstBuffer fields on a
600           provided buffer instance (of type GstNetBuffer in this case). Would be
601           better to fix this with some support by the core though (and in the long
602           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
603
604         * tests/check/Makefile.am:
605           Enable unit test for GstNetBuffer.
606
607 2007-02-22  Andy Wingo  <wingo@pobox.com>
608
609         * gst-libs/gst/audio/gstbaseaudiosink.c
610         (gst_base_audio_sink_init): Disable pull-mode activation until we
611         figure out how to make audio sinks go to PLAYING.
612
613 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
614
615         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
616         (double_hq), (audio_convert_get_func_index),
617         (audio_convert_prepare_context), (audio_convert_convert):
618         * gst/audioconvert/audioconvert.h:
619         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
620         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
621         * gst/audioconvert/gstchannelmix.h:
622         * tests/check/elements/audioconvert.c: (GST_START_TEST):
623           Add float as an intermediate format, as well as float mixing. Enable
624           test that was failing before. Fixes #339837
625
626 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
627
628         * tests/examples/seek/seek.c: (do_seek):
629         Undo the previous commit: -1 as a stop time implies that the stop
630         time is the end of file, clearing any previously configured segment.
631
632 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
633
634         * tests/examples/seek/seek.c: (do_seek):
635         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
636
637 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
638
639         * gst/volume/gstvolume.c: (volume_process_int16),
640         (volume_process_int16_clamp), (volume_set_caps):
641           Unbreak volume, value remains gint.
642
643 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
644
645         * gst/volume/gstvolume.c: (volume_choose_func),
646         (volume_update_real_volume), (gst_volume_set_volume),
647         (gst_volume_init), (volume_process_double), (volume_process_float),
648         (volume_process_int16), (volume_process_int16_clamp),
649         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
650         * gst/volume/gstvolume.h:
651           Extend float audio support (double) and some int->uint cleanups.
652
653 2007-02-20  Edward Hervey  <edward@fluendo.com>
654
655         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
656         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
657         (sort_end_pads), (gst_decode_group_expose),
658         (gst_decode_group_hide):
659         Don't free groups from the streaming threads. Just put them aside and
660         free them in dispose.
661
662 2007-02-20  Edward Hervey  <edward@fluendo.com>
663
664         * gst/playback/gstdecodebin2.c: (connect_element),
665         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
666         (sort_end_pads), (gst_decode_group_expose):
667         Handle dynamic pads within groups.
668         Sort pads before exposing them in order to make playbin happy.
669         There still is a race with the multiqueue filling up. This should be
670         solved separately.
671         Fixes #398721
672
673 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
674
675         * gst-libs/gst/utils/base-utils.c:
676         * gst-libs/gst/utils/descriptions.c:
677         * gst-libs/gst/utils/install-plugins.c:
678         * gst-libs/gst/utils/missing-plugins.c:
679           Some more docs (and descriptions for two subtitle formats).
680
681 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
682
683         * gst-libs/gst/audio/audio.c:
684           Fix documentation.
685
686 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
687
688         Patch by: Yves Lefebvre  <ivanohe abacom com>
689
690         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
691           Don't leak caps. Fixes #408278.
692
693 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
694
695         * ext/cdparanoia/gstcdparanoiasrc.h:
696         * ext/ogg/gstoggdemux.h:
697         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
698         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
699         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
700         * gst-libs/gst/audio/audio.h:
701         * gst-libs/gst/audio/gstaudiofilter.h:
702         * gst-libs/gst/interfaces/videoorientation.h:
703         * gst/adder/gstadder.h:
704           More docs coverage and some ChangeLog surgery (add missing names)
705
706 2007-02-15  Wim Taymans  <wim@fluendo.com>
707
708         * sys/ximage/ximagesink.c:
709         (gst_ximagesink_calculate_pixel_aspect_ratio):
710         * sys/xvimage/xvimagesink.c:
711         (gst_xvimagesink_calculate_pixel_aspect_ratio):
712         Small constifications.
713
714 2007-02-15  Wim Taymans  <wim@fluendo.com>
715
716         * gst-libs/gst/audio/gstbaseaudiosink.c:
717         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
718         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
719         (gst_base_audio_sink_async_play),
720         (gst_base_audio_sink_change_state):
721         Answer latency query.
722         Use configured latency when syncing.
723         Fix clock slaving.
724
725         * gst-libs/gst/audio/gstbaseaudiosrc.c:
726         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
727         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
728         Fix possible memleak.
729         Implement latency query.
730         Small cleanups.
731
732 2007-02-15  Wim Taymans  <wim@fluendo.com>
733
734         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
735         Ignore errors in reset, these are not fatal. They also grab the element
736         lock which is already taking when this function is called. Fixes
737         #405451.
738
739 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
740
741         * configure.ac:
742           Remove 'tests/examples/xerror/Makefile' from output files again.
743
744 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
745
746         * configure.ac:
747         * docs/plugins/Makefile.am:
748           Also crossref against gst-plugins-base-libs.
749
750 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
751
752         * configure.ac:
753         * docs/libs/Makefile.am:
754         * docs/plugins/Makefile.am:
755           Add crossreferences to glib/gobject/gstream docs.
756
757         * gst-libs/gst/audio/audio.h:
758           Source formatting.
759
760         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
761           Add own debug category.
762
763 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
764
765         Patch by: René Stadler <mail at renestadler de>
766
767         * gst-libs/gst/tag/gstvorbistag.c:
768           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
769           (#403597).
770
771 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/playback/gstplaybasebin.c: (setup_source):
774           When we have external subtitles and wait for the subtitle decodebin
775           to get up and running, we set up a (sync) bus handler for the
776           subtitle decodebin, so we can stop waiting when it posts an error
777           message. However, we should do that before we set the subtitle
778           decodebin's state to playing, otherwise things are racy and we might
779           miss error messages posted before we had a chance to set up the bus.
780           This should finally fix totem hanging on .txt pseudo-subtitle files.
781           
782 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
783
784         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
785           Use gst_gdouble_to_guint64 for conversions.
786         * win32/common/config.h.in:
787           Add a define for GST_INSTALL_PLUGINS_HELPER
788         * win32/common/libgstaudio.def:
789         * win32/common/libgstcdda.def:
790         * win32/common/libgstnetbuffer.def:
791         * win32/common/libgstrtp.def:
792         * win32/common/libgutils.def:
793           Add new exported functions.
794         * win32/vs6/gst_plugins_base.dsw:
795         * win32/vs6/libgstdecodebin.dsp:
796         * win32/vs6/libgstnetbuffer.dsp:
797         * win32/vs6/libgstplaybin.dsp:
798         * win32/vs6/libgstrtp.dsp:
799         * win32/vs6/libgstvorbis.dsp:
800         * win32/vs6/libgstcdda.dsp:
801         * win32/vs6/libgstgdp.dsp:
802         * win32/vs6/libgstutils.dsp:
803           Update and add new project files.
804
805 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
806
807         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
808         (subrip_remove_unhandled_tags), (parse_subrip):
809           For SubRip (.srt) subtitles, ignore all markup tags we don't
810           handle (like font tags, for example).
811
812         * tests/check/elements/subparse.c:
813           Add test for this.
814
815 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst/playback/gstdecodebin.c: (add_fakesink),
818         (gst_decode_bin_change_state):
819         * gst/playback/gstdecodebin2.c: (add_fakesink),
820         (gst_decode_bin_change_state):
821           Don't error out if there is no fakesink in the NULL to READY state
822           change, since when decodebin is re-used, we're only adding the
823           fakesink element in READY to PAUSED.
824
825         * tests/check/elements/decodebin.c:
826         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
827         (decodebin_suite):
828           Minimal unit test to make sure we can use the same decodebin
829           instance twice (at least with audiotestsrc input).
830
831 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
832
833         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
834           Try to get devic-name from device string first, and from handle only
835           as fallback (seems to yield better results and is more robust
836           against buggy probing code on the application side).
837
838 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
839
840         Based on patch by: Julien Puydt <julien.puydt at laposte net>
841
842         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
843         (gst_alsa_find_device_name):
844         * ext/alsa/gstalsa.h:
845         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
846         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
847           Improve device-name detection a bit, especially in the case where
848           the device is not actually open (#405020, #405024). Move common code
849           into gstalsa.c instead of duplicating it.
850
851 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
852
853         * gst/audioconvert/gstaudioconvert.c:
854           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
855
856 2007-02-06  Julien MOUTTE  <julien@moutte.net>
857
858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
859         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
860         (gst_xvimagesink_interface_supported),
861         (gst_xvimagesink_probe_get_properties),
862         (gst_xvimagesink_probe_probe_property),
863         (gst_xvimagesink_probe_needs_probe),
864         (gst_xvimagesink_probe_get_values),
865         (gst_xvimagesink_property_probe_interface_init),
866         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
867         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
868         (gst_xvimagesink_get_type):
869         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
870         for XVAdaptors so that one can choose the adaptor to use with 
871         gstreamer-properties.
872
873 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
874
875         * gst/audioconvert/gstaudioconvert.c:
876           Also mention that a conversion from double to float is suboptimal still.
877
878 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * gst-libs/gst/audio/gstaudiofilter.c:
881         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
882           Clear our formats structure and free the caps contained in it when
883           shutting down.
884
885 2007-02-05  Andy Wingo  <wingo@pobox.com>
886
887         * gst-libs/gst/audio/gstbaseaudiosink.c
888         (gst_base_audio_sink_callback): Update basesink->offset so that we
889         pull monotonically increasing offsets instead of, um, seeking back
890         to 0 each time. Fixes alsasrc ! alsasink!
891
892 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * gst/videoscale/gstvideoscale.c:
895           A width and height of 1 makes us crash, so increase minimum size to
896           2x2 pixels until someone feels like fixing this (#404512).
897
898 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
901           Add small test to make sure request pads are cleaned up properly
902           even if oggmux never changes state out of NULL.
903
904 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
905
906         * tests/check/libs/utils.c: (GST_START_TEST):
907           Fix unit test. Turns out things work much better when you
908           NULL-terminate string arrays. Should make p5 build bot happy again.
909
910 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
911
912         * gst-libs/gst/audio/Makefile.am:
913         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
914         (gst_audio_filter_template_base_init),
915         (gst_audio_filter_template_class_init),
916         (gst_audio_filter_template_init),
917         (gst_audio_filter_template_set_property),
918         (gst_audio_filter_template_get_property),
919         (gst_audio_filter_template_setup),
920         (gst_audio_filter_template_filter),
921         (gst_audio_filter_template_filter_inplace), (plugin_init):
922           Oops, forgot to commit fixed-up example.
923
924 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * docs/libs/gst-plugins-base-libs-sections.txt:
927         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
928         (gst_audio_filter_class_init), (gst_audio_filter_init),
929         (gst_audio_filter_set_caps),
930         (gst_audio_filter_class_add_pad_templates):
931         * gst-libs/gst/audio/gstaudiofilter.h:
932           Port GstAudioFilter to 0.10. This change technically breaks
933           API and ABI (and thus also every library developer's heart),
934           but seems justifiable on the grounds that the base class was
935           completely unusable before (ie. would crash immediately when
936           actually used). Fixes #403963 (and eventually also #403572).
937           Also document all of this a bit.
938
939 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * gst-libs/gst/utils/install-plugins.c:
942         (gst_install_plugins_spawn_child):
943         * tests/check/libs/utils.c:
944         (test_base_utils_install_plugins_do_callout):
945           Lowering log level to see why things fail on the p5 build bot;
946           fix some typos in unit test messages.
947
948 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
949
950         * tests/check/libs/utils.c:
951         (test_base_utils_install_plugins_do_callout):
952           Don't hard-code temp directory for test helper; use GLib functions
953           to write out file and do error checking etc.
954
955 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
956
957         * gst-libs/gst/utils/Makefile.am:
958         * gst-libs/gst/utils/base-utils.h:
959         * gst-libs/gst/utils/install-plugins.c:
960         (gst_install_plugins_context_set_xid),
961         (gst_install_plugins_context_new),
962         (gst_install_plugins_context_free),
963         (gst_install_plugins_get_helper),
964         (gst_install_plugins_spawn_child),
965         (gst_install_plugins_return_from_status),
966         (gst_install_plugins_installer_exited),
967         (gst_install_plugins_async), (gst_install_plugins_sync),
968         (gst_install_plugins_return_get_name),
969         (gst_install_plugins_installation_in_progress):
970         * gst-libs/gst/utils/install-plugins.h:
971           API: add API for applications to initiate installation of missing
972           plugins, ie. gst_install_plugins_async() primarily.
973           Based on libgimme-codec by Ryan Lortie.
974
975         * configure.ac:
976           Add --with-install-plugins-helper configure option so distros can specify
977           the path of the helper script or program to call when plugin installation
978           is requested (distros: please do any argument munging in this helper
979           script instead of patching GStreamer to pass arguments differently
980           to another program directly).
981
982         * docs/libs/gst-plugins-base-libs-docs.sgml:
983         * docs/libs/gst-plugins-base-libs-sections.txt:
984           Build and document new API.
985
986         * tests/check/libs/utils.c: (result_cb),
987         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
988         (libgstbaseutils_suite):
989           Some simple checks for the new API.
990
991 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * tests/check/elements/audioconvert.c: (test_float_conversion):
994           Add small test for 32bit float <=> 64bit float conversion (works
995           only one way so far, 32=>64 produces structured noise).
996
997 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * gst/audioconvert/gstaudioconvert.c:
1000         (set_structure_widths_32_and_64), (make_lossless_changes):
1001           We don't support floats with a width of 40, 48 or 56 bits.
1002
1003 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1004
1005         * gst/audioconvert/audioconvert.c: (float), (double),
1006         (audio_convert_get_func_index):
1007         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1008         (make_lossless_changes):
1009           Support for 64-bit float audio in audioconvert (#339837)
1010
1011 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         Patch by: Holger Wansing  <linux wansing-online de>
1014
1015         * po/LINGUAS:
1016         * po/de.po:
1017           Add German translation (#352069).
1018
1019 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1020
1021         reviewed by: Wim Taymans <wim@fluendo.com>
1022
1023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1024         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1025         Use newly added GstCollectPads API to free the allocated resources in
1026         the GstOggPad structures (#402393).
1027
1028 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1029
1030         * gst/playback/gstplaybin.c: (gen_vis_element):
1031           Add audioresample+audioconvert in front of the visualisation
1032           element, so that elements like libvisual 0.4 that don't support all
1033           samplerates can work.
1034
1035           Fixes: #402505
1036
1037 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1038
1039         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1040         (gst_play_base_bin_get_streaminfo_value_array):
1041           Take some locks and make a copy of the streaminfo value array we
1042           maintain while holding the lock, so that the application can
1043           retrieve the stream-info as a value array in a thread-safe way.
1044
1045 2007-01-30  Wim Taymans  <wim@fluendo.com>
1046
1047         * gst/audioconvert/gstaudioconvert.c:
1048         Don't fail on 0 sized buffers. Fixes #396835.
1049
1050 2007-01-29  David Schleef  <ds@schleef.org>
1051
1052         * gst/typefind/gsttypefindfunctions.c:
1053           Detect BBCD as video/x-dirac, so we can play raw dirac
1054           streams.
1055
1056 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * ext/theora/theoraenc.c: (theora_enc_chain):
1059           Check return value of theora_encode_header(), or we might try to
1060           allocate a random number of bytes. theora_encode_header() can fail
1061           if libtheora has been compiled with encoding support disabled.
1062           Fixes #398110.
1063
1064 2007-01-29  Wim Taymans  <wim@fluendo.com>
1065
1066         * tests/check/gst/.cvsignore:
1067         Do as buildbot says.
1068
1069 2007-01-29  Wim Taymans  <wim@fluendo.com>
1070
1071         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1072         Fix strides in libvisual. Gst uses X strides.
1073         Inspired by: <ed at catmur dot co dot uk> and 
1074         <tim at centricular dot net>
1075         Fixes #401118.
1076
1077 2007-01-27  Wim Taymans  <wim@fluendo.com>
1078
1079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1080         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1081         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1082         (gst_ogg_demux_perform_seek),
1083         (gst_ogg_demux_bisect_forward_serialno),
1084         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1085         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1086         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1087         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1088         * ext/ogg/gstoggdemux.h:
1089         Properly propagate streaming errors when we are scanning the file for
1090         chains so that we don't crash when shut down. Might fix some crashers
1091         when quickly switching oggs in RB such as #332503 and #378436.
1092
1093 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1094
1095         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1096           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1097           error code as well.
1098
1099 2007-01-25  Wim Taymans  <wim@fluendo.com>
1100
1101         * gst/playback/gstplaybasebin.c: (remove_source):
1102         Don't try to disconnect a signal from a finalized object.
1103
1104 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1107           Cast lock macro parameters to make sure we're actually accessing the
1108           lock member at the right class level. Free list itself in _dispose()
1109           as well and NULL it in case dispose gets called multiple times.
1110
1111 2007-01-25  Edward Hervey  <edward@fluendo.com>
1112
1113         * gst/playback/gstdecodebin2.c:
1114         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1115         Free GstDecodeGroups no longer used.
1116         (gst_decode_group_expose):
1117         Don't unlock too many times !
1118         (deactivate_free_recursive):
1119         Free iterator once we're done with it.
1120         Fix for recursively deactivating elements (stop at ghostpads).
1121
1122 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1123
1124         * gst/playback/gstplaybin.c: (handoff):
1125           Fix up caps on the frame buffer before we save it and potentially
1126           make it accessible to other threads via g_object_get; also use
1127           gst_buffer_replace() instead of gst_mini_object_replace().
1128
1129 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1132           Make getting the current frame thread-safe.
1133
1134 2007-01-25  Edward Hervey  <edward@fluendo.com>
1135
1136         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1137         (gst_decode_group_new), (gst_decode_group_free):
1138         Set queues to bigger sizes to cope with HD contents.
1139         Fix some mutex freeing and add comment about MT safe methods.
1140
1141 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1142
1143         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1144         (gst_text_overlay_text_event):
1145           Don't unnecessarily ref (and then leak) upstream events if the text
1146           pad is not linked. Fixes #399948.
1147
1148         * tests/check/gst-plugins-base.supp:
1149           Add suppression for pango on edgy/x86 for textoverlay test.
1150
1151 2007-01-24  Wim Taymans  <wim@fluendo.com>
1152
1153         * gst-libs/gst/rtp/gstrtpbuffer.h:
1154         Add some more fixed payloads.
1155
1156 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1159           Error out properly if we get an error from libogg while reading the
1160           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1161
1162 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1163
1164         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1165           Don't leak mutex.
1166
1167         * tests/check/elements/playbin.c:
1168         (test_sink_usage_video_only_stream),
1169         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1170         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1171         (test_missing_suburisource_handler),
1172         (test_missing_primary_decoder), (playbin_suite):
1173           Run all tests once with decodebin and once with decodebin2.
1174           One test does not pass yet with decodebin2.
1175
1176 2007-01-23  Edward Hervey  <edward@fluendo.com>
1177
1178         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1179         Fix the cases where oggmux doesn't properly figure out that all
1180         sinkpads have gone EOS, and therefore doesn't push out the remaining
1181         buffers and the final EOS event.
1182         Fixes #363379
1183
1184 2007-01-23  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         Don't lock on navigation event push, just on keysym to string.
1189         Fixes #397673 again.
1190
1191 2007-01-22  Edward Hervey  <edward@fluendo.com>
1192
1193         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1194         (get_current_group), (group_demuxer_event_probe),
1195         (gst_decode_group_expose), (deactivate_free_recursive),
1196         (gst_decode_group_free):
1197         Cleanups.
1198         Don't forget to emit 'no-more-pads' once a group is exposed.
1199         Cleanup elements from a DecodeGroup once we remove it.
1200         Protect call to gst_decode_group_expose() with the decodebin lock.
1201
1202 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1203
1204         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1206         Looking at Xorg code i can't figure out if that XKeysymToString
1207         function is thread sensible or not. Lock it just in case as
1208         recommended by Radek Doulik <rodo at ximian dot com>.
1209
1210 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1211
1212         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1214         Lock that X Call as well. Fixes #397673.
1215
1216 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1217
1218         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1219           Don't go into an endless loop if the file starts with 00 00 01 2X,
1220           like quicktime redirect files might. Fixes #396042.
1221
1222         * tests/check/Makefile.am:
1223         * tests/check/gst/.cvsignore:
1224         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1225         (typefindfunctions_suite):
1226           Add unit test for the above.
1227
1228 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1231           On second thought, use "depth" field rather than "bpp" field.
1232
1233 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1236           Camtasia caps apparently need a bpp field (#398875).
1237
1238 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1239
1240         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1241         (gen_source_element), (gst_play_base_bin_change_state):
1242           Attempt at a better error message in case we don't have the required
1243           URI handler installed; post missing-plugin message also when we're
1244           missing an URI handler for the subtitle URI; clean up properly also
1245           when an error occurs and we never made it to PAUSED state.
1246
1247         * tests/check/elements/playbin.c: (GST_START_TEST),
1248         (playbin_suite):
1249           Check that we're also getting a missing-plugin messsage for a
1250           missing subtitle URI handler (and clean up properly).
1251
1252 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1255           Plug a few reference leaks.
1256
1257 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1260           Lower probability a bit if the marker isn't right at the start,
1261           to decrease the chance of false positives.
1262
1263 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1264
1265         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1266           Small mpeg2 system stream typefinding improvement: make typefinder
1267           probe a bit into the stream instead of just looking for a marker
1268           at the beginning. Fixes #397810.
1269
1270 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * gst/audioconvert/gstchannelmix.c:
1273           Remove compatibility cruft for prehistoric GLib versions.
1274
1275 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1276
1277         * gst/playback/Makefile.am:
1278         * gst/playback/gstdecodebin.c: (close_pad_link):
1279         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1281         (gst_play_base_bin_handle_message_func), (unknown_type):
1282           Let decodebin be the element to post missing-plugin messages for
1283           missing decoders (rather than playbin); make playbin implement
1284           GstBin::handle_message so we can suppress missing-plugin messages
1285           for types we're not handling on purpose (don't want to bring up an
1286           installer in those cases).
1287
1288 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1291         * gst-libs/gst/tag/gstvorbistag.c:
1292         (gst_tag_list_to_vorbiscomment_buffer):
1293         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1294           Fix potentially unaligned access (#397207).
1295
1296 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1297
1298         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1299         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1300         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1301         (main):
1302           Allow to toggle looping while it plays. Fix callback prototype. Clean
1303           up code a bit more. Add copyright header.
1304
1305 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1306
1307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1308           Red and blue mask was swapped (spotted by Dan Williams).
1309
1310 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1311
1312         * gst-libs/gst/tag/gstid3tag.c:
1313         * gst-libs/gst/tag/gstvorbistag.c:
1314           Use new beats-per-minute tag from core.
1315
1316 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1317
1318         * po/POTFILES.in:
1319           Add new files with translatable strings, so they actually make it
1320           into the template file one day.
1321
1322 2007-01-12  Andy Wingo  <wingo@pobox.com>
1323
1324         * gst-libs/gst/audio/gstbaseaudiosink.c
1325         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1326         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1327         stuff, as the base class handles this now. Actually tell the ring
1328         buffer to start.
1329         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1330         How did this work before? Maybe I'm not as awesome a programmer as
1331         I think.
1332
1333         * gst-libs/gst/audio/gstbaseaudiosrc.c
1334         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1335         of a pad function.
1336
1337 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1340           Remove more fields so that the application can better blacklist
1341           formats that have been tried before.
1342
1343 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         * gst-libs/gst/audio/mixerutils.h:
1346           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1347           used when compiling with c++ compilers as well.
1348
1349 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         * gst/typefind/gsttypefindfunctions.c:
1352           Fix comment.
1353
1354 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * gst/playback/gstplaybin.c: (post_missing_element_message),
1357         (gen_video_element), (gen_text_element), (gen_audio_element),
1358         (gen_vis_element):
1359           Post missing-plugin messages also when we error out because
1360           converters, textoverlay or auto*sinks are missing (#161922).
1361
1362 2007-01-10  Wim Taymans  <wim@fluendo.com>
1363
1364         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1365         (is_demuxer_element), (new_caps):
1366         * gst/playback/gstplaybasebin.c: (source_new_pad):
1367         Fix the case where we try to ref a NULL element when we delay a link
1368         because of unfixed caps.
1369         Set the state of autoplugged decodebins to PAUSED.
1370         RTSP now works in playbin, we can remove it from the blacklist.
1371
1372 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1373
1374         * gst/playback/Makefile.am:
1375         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1376         (unknown_type), (setup_subtitle), (gen_source_element):
1377         * gst/playback/gstplaybin.c: (plugin_init):
1378           Post missing-plugin messages on the bus for missing sources and
1379           missing decoders/demuxers/depayloaders; fix error code used when
1380           we're missing an URI handler source; for media types that we are not
1381           handling on purpose at the moment, don't print "don't know how to
1382           handle xyz" messages to the terminal or post missing-plugin
1383           messages on the bus.
1384
1385         * tests/check/elements/playbin.c: (create_playbin),
1386         (GST_START_TEST), (gst_codec_src_uri_get_type),
1387         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1388         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1389         (gst_codec_src_init_type), (gst_codec_src_base_init),
1390         (gst_codec_src_create), (gst_codec_src_class_init),
1391         (gst_codec_src_init), (plugin_init), (playbin_suite):
1392           Add some tests for the missing-plugin stuff.
1393
1394 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * configure.ac:
1397         * gst-libs/gst/Makefile.am:
1398         * gst-libs/gst/utils/Makefile.am:
1399         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1400         * gst-libs/gst/utils/base-utils.h:
1401         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1402         (find_format_info), (caps_are_rtp_caps),
1403         (gst_base_utils_get_source_description),
1404         (gst_base_utils_get_sink_description),
1405         (gst_base_utils_get_decoder_description),
1406         (gst_base_utils_get_encoder_description),
1407         (gst_base_utils_get_element_description),
1408         (gst_base_utils_add_codec_description_to_tag_list),
1409         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1410         * gst-libs/gst/utils/descriptions.h:
1411         * gst-libs/gst/utils/missing-plugins.c:
1412         (missing_structure_get_type), (copy_and_clean_caps),
1413         (gst_missing_uri_source_message_new),
1414         (gst_missing_uri_sink_message_new),
1415         (gst_missing_element_message_new),
1416         (gst_missing_decoder_message_new),
1417         (gst_missing_encoder_message_new),
1418         (missing_structure_get_string_detail),
1419         (missing_structure_get_caps_detail),
1420         (gst_missing_plugin_message_get_installer_detail),
1421         (gst_missing_plugin_message_get_description),
1422         (gst_is_missing_plugin_message):
1423         * gst-libs/gst/utils/missing-plugins.h:
1424           API: add new libgstbaseutils library with functions
1425           - to create and parse missing-plugins messages
1426           - that provide (translated) descriptions for caps/decoders/sources/etc.
1427           Closes #392393.
1428
1429         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1430         * pkgconfig/gstreamer-plugins-base.pc.in:
1431           Add new lib.
1432
1433         * docs/libs/gst-plugins-base-libs-docs.sgml:
1434         * docs/libs/gst-plugins-base-libs-sections.txt:
1435           Generate docs for new lib and API.
1436
1437         * tests/check/Makefile.am:
1438         * tests/check/libs/.cvsignore:
1439         * tests/check/libs/utils.c: (missing_msg_check_getters),
1440         (GST_START_TEST), (libgstbaseutils_suite):
1441           Add some basic unit tests.
1442
1443 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         * ext/ogg/Makefile.am:
1446           Dist gstoggdemux.h to fix 'make distcheck'.
1447
1448         * sys/v4l/Makefile.am:
1449           Fix 'make distcheck' even more.
1450
1451 2007-01-09  Wim Taymans  <wim@fluendo.com>
1452
1453         * docs/plugins/Makefile.am:
1454         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1455         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1456         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1457         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1458         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1459         (gst_ogg_demux_perform_seek):
1460         * ext/ogg/gstoggdemux.h:
1461         Added docs.
1462         Add some more comments.
1463         Small cleanups.
1464
1465 2007-01-09  Wim Taymans  <wim@fluendo.com>
1466
1467         * ext/theora/theoradec.c:
1468         * ext/vorbis/vorbisdec.c:
1469         * gst-libs/gst/audio/gstringbuffer.c:
1470         (gst_ring_buffer_commit_full):
1471         * gst-libs/gst/audio/gstringbuffer.h:
1472         * gst-libs/gst/rtp/gstrtpbuffer.c:
1473         * gst-libs/gst/tag/gstvorbistag.c:
1474         Small documentation updates/fixes
1475
1476 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1477
1478         * configure.ac:
1479           Require core CVS HEAD for Andy's basesrc/sink API additions.
1480
1481 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1482
1483         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1484
1485         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1486         (plugin_init):
1487           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1488           on flac.sf.net (there appear to be other versions of the first
1489           ogg page in the wild) (#391365).
1490
1491 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * configure.ac:
1494           Check if localtime_r() is available.
1495
1496         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1497           If localtime_r() is not available, fall back to localtime(). Should
1498           fix build on MingW (#393310).
1499
1500 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1501
1502         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1503         * gst/subparse/gstsubparse.h:
1504           Remove spurious 1000 subtrahend when calculating the timestamp from
1505           the frame number and the frame rate . Also, use the frames/second
1506           value specified in the first line of the file, if one is specified
1507           there. Should fix #357503.
1508
1509         * tests/check/elements/subparse.c: (do_test),
1510         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1511         (subparse_suite):
1512           Add some basic unit tests for the microdvd subtitle format.
1513
1514 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1515
1516         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1517         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1518         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1519         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1520         (gst_xvimagesink_set_xwindow_id),
1521         (gst_xvimagesink_set_event_handling),
1522         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1523         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1524         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1525         Fixes : #390076.
1526         Add an adaptor property to select a specific XV adaptor.
1527         * sys/xvimage/xvimagesink.h:
1528
1529 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1530
1531         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1532         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1533         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1534         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1535         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1536         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1537         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1538         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1539         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1540         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1541         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1542         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1543         Use flow_lock much more to protect every access to xwindow.
1544         Try to catch erros while creating images in case some drivers are
1545         just generating an XError when the requested image is too big.
1546         Should fix : #354698, #384008, #384060.
1547         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1548         Implement some stress testing of setting window xid.
1549
1550 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1551
1552         * win32/common/libgsaudio.def:
1553           Add new exported function.
1554         * win32/common/libgstogg.dsp:
1555           Add gstoggaviparse.c to the build.
1556         * win32/common/libgstvideoscale.dsp:
1557           Add vs_4tap.c to the build.
1558         * win32/common/libgstvorbis.dsp:
1559           Add vorbistag.c to the build.
1560         
1561 2007-01-06  Andy Wingo  <wingo@pobox.com>
1562
1563         * gst-libs/gst/audio/gstbaseaudiosink.c
1564         (gst_base_audio_sink_class_init)
1565         (gst_base_audio_sink_init): 
1566         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1567         to baseaudiosink, and tell basesink that we can work in pull mode.
1568         This way the ring buffer thread drives the pipeline directly, if
1569         pull mode is possible. There is some lingering nastiness regarding
1570         capsnego, however.
1571         (gst_base_audio_sink_callback): Implement the callback to pull
1572         data. This interface is a bit light, though -- it should get a
1573         GstFlowReturn return value at least.
1574
1575 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1576
1577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1578         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1579         * gst/playback/gstdecodebin2.c:
1580         (gst_decode_group_check_if_blocked):
1581           Printf format and missing argument fixes.
1582
1583 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1584
1585         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1586         (gst_ogm_parse_change_state):
1587         Activate pads before adding them to the element.
1588
1589 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * tests/examples/seek/scrubby.c: (main):
1592         * tests/examples/seek/seek.c: (main):
1593           Call g_thread_init() first thing in main() (see #391278).
1594
1595 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1596
1597         * tests/check/Makefile.am:
1598         * tests/check/libs/.cvsignore:
1599         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1600         (netbuffer_suite):
1601           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1602           for the time being, since it's broken, see #393099.
1603
1604 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         * tests/check/Makefile.am:
1607           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1608
1609 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1610
1611         * configure.ac:
1612           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1613           so that GST_BASE_CFLAGS can go inbetween them, making sure
1614           we use uninstalled gst-libs headers
1615         * docs/libs/Makefile.am:
1616         * ext/alsa/Makefile.am:
1617         * ext/cdparanoia/Makefile.am:
1618         * ext/gnomevfs/Makefile.am:
1619         * ext/libvisual/Makefile.am:
1620         * ext/ogg/Makefile.am:
1621         * ext/theora/Makefile.am:
1622         * ext/vorbis/Makefile.am:
1623         * gst-libs/gst/audio/Makefile.am:
1624         * gst-libs/gst/cdda/Makefile.am:
1625         * gst-libs/gst/interfaces/Makefile.am:
1626         * gst-libs/gst/riff/Makefile.am:
1627         * gst-libs/gst/rtp/Makefile.am:
1628         * gst-libs/gst/tag/Makefile.am:
1629         * gst/adder/Makefile.am:
1630         * gst/audioconvert/Makefile.am:
1631         * gst/audiorate/Makefile.am:
1632         * gst/audioresample/Makefile.am:
1633         * gst/playback/Makefile.am:
1634         * gst/tcp/Makefile.am:
1635         * gst/videoscale/Makefile.am:
1636         * gst/volume/Makefile.am:
1637         * sys/ximage/Makefile.am:
1638         * sys/xvimage/Makefile.am:
1639         * tests/icles/Makefile.am:
1640           adapt
1641
1642 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1643
1644         * gst-libs/gst/interfaces/xoverlay.c:
1645         (gst_x_overlay_handle_events):
1646         * gst-libs/gst/interfaces/xoverlay.h:
1647         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1648         (gst_ximagesink_set_xwindow_id),
1649         (gst_ximagesink_set_event_handling),
1650         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1651         (gst_ximagesink_get_property), (gst_ximagesink_init),
1652         (gst_ximagesink_class_init):
1653         * sys/ximage/ximagesink.h:
1654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1655         (gst_xvimagesink_set_xwindow_id),
1656         (gst_xvimagesink_set_event_handling),
1657         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1658         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1659         (gst_xvimagesink_class_init):
1660         * sys/xvimage/xvimagesink.h:
1661         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1662         Add a method to the XOverlay interface to allow disabling of 
1663         event handling in x[v]imagesink elements. This will let X events
1664         propagate to parent windows which can be usefull in some cases.
1665         Be carefull that the application is then responsible of pushing
1666         navigation events and expose events to the video sink.
1667         Fixes: #387138.
1668
1669 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1670
1671         * gst-libs/gst/tag/gstvorbistag.c:
1672         * tests/check/libs/tag.c: (GST_START_TEST):
1673           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1674           (fixes #392070).
1675
1676 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1677
1678         * configure.ac:
1679         * docs/Makefile.am:
1680         * docs/design/Makefile.am:
1681           Dist design docs.
1682
1683 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1684
1685         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1686         typo. Fixes: #390063.
1687
1688 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1689
1690         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1692         caps leak.
1693         * win32/common/config.h: Updated.
1694
1695 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1696
1697         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1698         (setup_gdpdepay_streamheader):
1699         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1700         (setup_gdppay_streamheader):
1701           Fix the dp tests, but activating the pads for the streamheader tests
1702           too and cleaning up conditionaly
1703
1704 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1705
1706         * gst/ffmpegcolorspace/avcodec.h:
1707         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1708         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1709         (gst_ffmpegcsp_avpicture_fill):
1710         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1711         (img_get_alpha_info):
1712         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1713         other end of the word. Fixes: #387073.
1714
1715         Add some inconsequential branch hints in a couple of places.
1716
1717 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1718
1719         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1720         (gst_ffmpeg_caps_to_smpfmt):
1721           The "signed" field in raw audio caps is of boolean type, trying to
1722           extract the value with _get_int() will fail (fix to keep in sync with
1723           the copy in gst-ffmpeg)
1724
1725 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1726
1727         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1728         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1729         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1730         (cleanup_gdpdepay):
1731         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1732         * tests/check/elements/subparse.c: (teardown_subparse):
1733         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1734         * tests/check/elements/videorate.c: (cleanup_videorate):
1735         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1736         * tests/check/elements/volume.c: (cleanup_volume):
1737         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1738         (cleanup_vorbisdec):
1739         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1740         (cleanup_vorbistag):
1741           consistent pad (de)activation
1742
1743 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1744
1745         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1746           Forgot to register the extensions.
1747
1748 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1749
1750         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1751         (plugin_init):
1752           Add typefinder for VIVO files (my christmas present to the 90s).
1753
1754 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1755
1756         * gst/playback/gstdecodebin.c: (type_found):
1757           Special-case the text/plain media type: we only want to recognise it
1758           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1759           parser, but not if the entire stream is of text/plain type. If the
1760           entire stream is text/plain, we should just error out.
1761
1762           This fixes playback of audio files with lyrics in totem. Totem can't
1763           distinguish between text files and subtitle files and passes any
1764           .txt file with the same basename as the main file to playbin as
1765           suburi, and playbin will then throw a 'subtitle found, but no video
1766           stream' error, which isn't entirely helpful. See #380342.
1767
1768           Also, with this change we'll show a slightly more correct error
1769           message in case totem passes a playlist file to us (although a
1770           custom error message wording instead of the default text would
1771           probably not be a bad idea either).
1772
1773           Same problem also needs to be fixed for playbin+decodebin2.
1774
1775         * tests/check/Makefile.am:
1776         * tests/check/elements/decodebin.c: (src_handoff_cb),
1777         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1778         (decodebin_suite):
1779           Add simple unit test for decodebin for the above.
1780
1781 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1785           Refuse to change state to READY when we failed to create any of the
1786           required elements in our instance init function.
1787
1788 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * docs/libs/gst-plugins-base-libs-sections.txt:
1791           Small docs fixes/updates.
1792
1793         * gst-libs/gst/video/gstvideosink.h:
1794           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1795           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1796           removed from the base sink API between 0.9.6 and 0.9.7).
1797           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1798           accessor macros, so we don't do a runtime GObject type check every
1799           time we use them.
1800
1801 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1802
1803         * Makefile.am:
1804         * gst-plugins-base.doap:
1805         * gst-plugins-base.spec.in:
1806           add doap file
1807
1808 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         Patch by: Jens Granseuer <jensgr at gmx net>
1811
1812         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1813         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1814         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1815         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1816         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1817           Declare variables at the beginning of a block. Fixes #383195.
1818
1819 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1820
1821         * configure.ac:
1822         Bump version nano - back to CVS.
1823
1824
1825 === release 0.10.11 ===
1826
1827 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1828
1829         * configure.ac:
1830           releasing 0.10.11, "Dumb things"
1831
1832 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1833
1834         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1835         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1836         Handle the case where an element has multiple pads with 
1837         unfixed caps as well as still possibly producing more dynamic 
1838         pads by storing each case as a distinct entry in the dynamic list.
1839         Fixes #38223 again.
1840
1841 2006-12-04  Wim Taymans  <wim@fluendo.com>
1842
1843         * gst/playback/gstdecodebin.c: (close_pad_link):
1844         Fix #382223, add more dynamic caps handling.
1845
1846 2006-12-04  Wim Taymans  <wim@fluendo.com>
1847
1848         reviewed by: <delete if not using a buddy>
1849
1850         * gst-libs/gst/audio/gstringbuffer.h:
1851         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1852         (gst_netaddress_set_ip4_interface),
1853         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1854         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1855         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1856         (gst_netaddress_get_ttl):
1857         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1858         * gst/playback/gstdecodebin.c: (close_pad_link):
1859         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1860         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1861         * win32/common/config.h:
1862
1863 2006-12-01  Michael Smith  <msmith@fluendo.com>
1864
1865         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1866           Delete bad debug code.
1867           Fixes #381219
1868
1869 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1870
1871         * gst/videoscale/vs_4tap.c:
1872         * win32/MANIFEST:
1873         * win32/common/config.h:
1874         * win32/vs8/libgstvideoscale.vcproj:
1875         Fix compilation on win32 under VS8
1876         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1877         Partially fixes #381175
1878
1879 2006-11-30  Michael Smith  <msmith@fluendo.com>
1880
1881         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1882         (GST_START_TEST):
1883           It would be very bad if, after a discont buffer, we thought every
1884           single following buffer was also discont. So, add to the test to
1885           ensure that this isn't the case.
1886           
1887         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1888           ... it was the case. So fix it.
1889
1890 2006-11-28  Wim Taymans  <wim@fluendo.com>
1891
1892         * gst/playback/gstplaybasebin.c: (check_queue_event):
1893         Improve debug.
1894
1895         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1896         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1897         padtemplate caps. Refixes #357577.
1898
1899 2006-11-28  Wim Taymans  <wim@fluendo.com>
1900
1901         * gst/playback/gstplaybasebin.c: (check_queue_event),
1902         (queue_threshold_reached), (queue_out_of_data),
1903         (gen_preroll_element):
1904         Add event probe to see when EOS is in a queue and we can disable the
1905         underrun signals. Fixes #357577.
1906
1907 2006-11-28  Edward Hervey  <edward@fluendo.com>
1908
1909         * gst/playback/Makefile.am:
1910         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1911         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1912         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1913         (gst_decode_bin_init), (gst_decode_bin_dispose),
1914         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1915         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1916         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1917         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1918         (connect_element), (expose_pad), (type_found),
1919         (pad_added_group_cb), (pad_removed_group_cb),
1920         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1921         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1922         (are_raw_caps), (multi_queue_overrun_cb),
1923         (multi_queue_underrun_cb), (gst_decode_group_new),
1924         (get_current_group), (group_demuxer_event_probe),
1925         (gst_decode_group_control_demuxer_pad),
1926         (gst_decode_group_control_source_pad),
1927         (gst_decode_group_check_if_blocked),
1928         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1929         (gst_decode_group_hide), (gst_decode_group_free),
1930         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1931         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1932         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1933         (plugin_init):
1934         New decodebin2 element.
1935         Closes #370092
1936         * gst/playback/gstplay-marshal.list:
1937         Added marshallers for new signals in decodebin2
1938         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1939         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1940         is set.
1941
1942 2006-11-28  Wim Taymans  <wim@fluendo.com>
1943
1944         * gst/playback/gstplaybasebin.c: (setup_source),
1945         (gst_play_base_bin_change_state):
1946         Disable rtsp:// uris for the release, it's not good enough yet.
1947         Remove unused var.
1948
1949 2006-11-26  Wim Taymans  <wim@fluendo.com>
1950
1951         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1952         (theora_dec_push_forward), (theora_dec_push_reverse),
1953         (theora_handle_data_packet), (theora_dec_decode_buffer),
1954         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1955         (theora_dec_chain_forward), (theora_dec_chain):
1956         Implement reverse playback.
1957
1958         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1959         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1960         (vorbis_dec_chain_forward):
1961         Clear buffers used for reverse playback in _reset.
1962         No need to set the eos flag, we clip samples using the segment.
1963
1964 2006-11-24  Wim Taymans  <wim@fluendo.com>
1965
1966         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1967         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1968         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1969         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1970         Some cleanups.
1971         Handle continued pages in reverse mode.
1972
1973 2006-11-24  Wim Taymans  <wim@fluendo.com>
1974
1975         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1976         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1977         (vorbis_dec_flush_decode):
1978         Small cleanups.
1979         Don't try to add invalid timestamps.
1980         Clipping will unref the buffer.
1981
1982 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1983
1984         * gst/adder/gstadder.h:
1985         * gst/audiotestsrc/gstaudiotestsrc.h:
1986           remove obsolete _factory_init protos
1987
1988 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1989
1990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1991           Fix spacing in debug message.
1992
1993 2006-11-23  Wim Taymans  <wim@fluendo.com>
1994
1995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1996         (gst_ogg_demux_chain):
1997         Don't just ignore return values from _pad_push().
1998         Small debug improvements.
1999
2000 2006-11-23  Michael Smith  <msmith@fluendo.com>
2001
2002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2003           If our incoming buffer is marked as DISCONT, then increment the page
2004           number (so that the discontinuity is marked in the final ogg
2005           bitstream) and flush the previous page.
2006
2007 2006-11-22  Michael Smith  <msmith@fluendo.com>
2008
2009         * ext/theora/gsttheoraenc.h:
2010         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2011         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2012         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2013         (theora_enc_chain), (theora_enc_change_state):
2014           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2015
2016         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2017         (GST_START_TEST), (theoraenc_suite):
2018           Enable discontinuity test, fix it.
2019
2020 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2021
2022         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2023         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2024         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2025         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2026         (gst_text_overlay_change_state):
2027         * ext/pango/gsttextoverlay.h:
2028           Some textoverlay fixes: for one, in the video chain function,
2029           actually wait for a text buffer to come in if there is none at the
2030           moment and there should be one; also, deal more gracefully with
2031           incoming buffers that do not have a timestamp or duration; discard
2032           text buffer when not needed any longer. Fixes #341681.
2033
2034         * tests/check/Makefile.am:
2035         * tests/check/elements/.cvsignore:
2036         * tests/check/elements/textoverlay.c:
2037         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2038         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2039         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2040         (test_video_waits_for_text_send_text_newsegment_thread),
2041         (test_video_waits_for_text_shutdown_element),
2042         (test_render_continuity_push_video_buffers_thread),
2043         (textoverlay_suite):
2044           Add some unit tests for textoverlay.
2045
2046 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2049           Avoid integer underflow when the found probability for mp3 is
2050           smaller than the 'penalty' we subtract if there's not a clean
2051           mp3 header sync at offset 0.
2052
2053 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2054
2055         * docs/libs/gst-plugins-base-libs-sections.txt:
2056           Add some new symbols to the docs
2057
2058 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2059
2060         * tests/check/Makefile.am:
2061         * tests/check/elements/ffmpegcolorspace.c:
2062         (ffmpegcolorspace_suite):
2063           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2064           (for now not for valgrinding though, since it takes too long).
2065
2066 2006-11-20  Wim Taymans  <wim@fluendo.com>
2067
2068         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2069         (gst_ffmpeg_pixfmt_to_caps):
2070         Fix RGBA32 caps. Fixes #357038.
2071
2072 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2073
2074         * gst-libs/gst/interfaces/mixertrack.h:
2075           Add FIXME so we can add some padding here in 0.11
2076
2077 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2078
2079         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2080           Fix GstBaseRTPAudioPayload structure so the whole GObject
2081           inheritance business actually works (parent class instance structure
2082           must always come first in the derived class instance structure).
2083
2084 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2085
2086         * gst/videotestsrc/Makefile.am:
2087         * tests/check/Makefile.am:
2088           Make sure our checks and the videotestsrc plugin link against the
2089           local uninstalled gst libs and not any installed gst libs that
2090           might happen to exist as well.
2091
2092         * tests/check/elements/adder.c: (message_received),
2093         (test_event_message_received), (test_play_twice_message_received):
2094         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2095           Fix compiler warnings when compiling against core with disabled
2096           debugging system.
2097
2098 2006-11-16  Michael Smith  <msmith@fluendo.com>
2099
2100         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2101         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2102           Fix audiorate, so that it accurately sets offsets and timestamps.
2103           Doesn't change the fundamental algorithmic decisions; so should be
2104           safe.
2105
2106         * tests/check/Makefile.am:
2107           Enable audiorate test now that it passes.
2108
2109 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2110
2111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2112           clear xv when going to NULL, remove // commented non-existant proto
2113
2114         * tests/examples/seek/seek.c: (main):
2115           add missing tooltip description for scrub and play_scrub
2116
2117 2006-11-14  David Schleef  <ds@schleef.org>
2118
2119         * configure.ac:
2120           Bump liboil requirement to 0.3.8.
2121         * gst-libs/gst/riff/riff-media.c:
2122           Add Dirac fourcc.
2123         * gst/videoscale/vs_image.h:
2124         * gst/videoscale/vs_scanline.h:
2125           Use liboil's stdint.h.
2126         * gst/videotestsrc/videotestsrc.c:
2127           Remove liboil related ifdef's, since they aren't needed now, and
2128           won't work with future versions.
2129
2130 2006-11-14  David Schleef  <ds@schleef.org>
2131
2132         * gst/videoscale/Makefile.am:
2133         * gst/videoscale/gstvideoscale.c:
2134         * gst/videoscale/gstvideoscale.h:
2135         * gst/videoscale/vs_4tap.c:
2136         * gst/videoscale/vs_4tap.h:
2137         * gst/videoscale/vs_image.c:
2138         * gst/videoscale/vs_image.h:
2139         * gst/videoscale/vs_scanline.c:
2140         * gst/videoscale/vs_scanline.h:
2141           Add a 4-tap image scaler.  Theoretically looks much prettier.
2142           The tap calculation could use some improvement.
2143
2144 2006-11-14  Wim Taymans  <wim@fluendo.com>
2145
2146         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2147
2148         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2149         (gst_riff_parse_strf_iavs):
2150         * gst/subparse/gstsubparse.c: (convert_encoding):
2151         * gst/tcp/gstmultifdsink.c:
2152         (gst_multi_fd_sink_handle_client_write):
2153         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2154         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2155         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2156         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2157         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2158         (gst_ximagesink_ximage_new):
2159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2160         Various gsize and gssize printf fixes. Fixes #372507.
2161
2162 2006-11-13  Wim Taymans  <wim@fluendo.com>
2163
2164         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2165         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2166         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2167         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2168         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2169         * ext/vorbis/vorbisdec.h:
2170         First stab at vorbis reverse playback.
2171
2172 2006-11-13  Wim Taymans  <wim@fluendo.com>
2173
2174         * gst-libs/gst/audio/gstbaseaudiosink.c:
2175         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2176         * gst-libs/gst/audio/gstbaseaudiosink.h:
2177         Make the clock sync code more accurate wrt resampling and playback
2178         at different rates.
2179         
2180         * gst-libs/gst/audio/gstringbuffer.c:
2181         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2182         * gst-libs/gst/audio/gstringbuffer.h:
2183         Use better algorithm to interpolate sample rates. 
2184
2185 2006-11-13  Michael Smith  <msmith@fluendo.com>
2186
2187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2188           Improve a debug line slightly.
2189
2190         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2191           Call gst_riff_init() in plugin_init, to avoid getting errors from
2192           the debug system (unrelated changes to another plugin made this turn
2193           up; not sure why).
2194
2195 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2196
2197         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2198
2199         * win32/common/libgsttag.def:
2200           Add missing symbol (#366492).
2201
2202 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2203
2204         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2205           Don't unref a NULL pad.
2206
2207 2006-11-09  Wim Taymans  <wim@fluendo.com>
2208
2209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2210         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2211         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2212         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2213         (gst_ogg_demux_loop):
2214         Implement first stab at reverse playback.
2215
2216 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2217
2218         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2219         (gst_riff_create_video_template_caps):
2220           add h263/h264 variants to the caps, Fixes #363118
2221
2222 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2225         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2226           Use g_strerror instead of strerror so we get UTF-8.
2227
2228 2006-11-03  David Schleef  <ds@schleef.org>
2229
2230         * ext/ogg/gstoggdemux.c:
2231         * ext/ogg/gstoggmux.c:
2232           Add/remove KW-DIRAC header here, since it is ogg-specific.
2233
2234 2006-11-03  Michael Smith  <msmith@fluendo.com>
2235
2236         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2237           Recognise more mpeg4 elementary video streams.
2238
2239 2006-11-02  Edward Hervey  <edward@fluendo.com>
2240
2241         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2242         Lower the probability of mp3 typefinding functions if we don't find a
2243         valid mp3 header at the start of the file.
2244         Closes #369482
2245
2246 2006-11-02  Wim Taymans  <wim@fluendo.com>
2247
2248         * ext/theora/gsttheoradec.h:
2249         * ext/theora/theoradec.c: (gst_theora_dec_init),
2250         (theora_dec_sink_event), (theora_dec_chain_forward),
2251         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2252         (theora_dec_chain):
2253         Document and partially implement an algorithm for doing reverse playback
2254         of theora video.
2255
2256 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2257
2258         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2259
2260         * win32/common/config.h:
2261         * win32/common/interfaces-enumtypes.c:
2262         * win32/common/libgsttag.def:
2263         * win32/vs8/gst-plugins-base.sln:
2264         * win32/vs8/libgstaudioresample.vcproj:
2265         * win32/vs8/libgstinterfaces.vcproj:
2266         * win32/vs8/libgstogg.vcproj:
2267         * win32/vs8/libgstriff.vcproj:
2268         * win32/vs8/libgsttag.vcproj:
2269         * win32/vs8/libgsttheora.vcproj:
2270         * win32/vs8/libgstvideoscale.vcproj:
2271         * win32/vs8/libgstvorbis.vcproj:
2272           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2273           to libgsttag.def; add missing dependencies for some vs8 projects;
2274           re-arrange placement of .def files in vs8 projects (#366334).
2275
2276 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         * ext/ogg/gstogg.c:
2279           Remove unused variable.
2280
2281         * ext/ogg/gstoggdemux.c:
2282           Fix Wim's surname in plugin description.
2283
2284 2006-10-31  Wim Taymans  <wim@fluendo.com>
2285
2286         * gst-plugins-base.spec.in:
2287         spec new .h file. Fixes #368310.
2288
2289 2006-10-31  Michael Smith  <msmith@fluendo.com>
2290
2291         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2292         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2293         (gst_multi_fd_sink_get_stats),
2294         (gst_multi_fd_sink_remove_client_link),
2295         (gst_multi_fd_sink_queue_buffer),
2296         (gst_multi_fd_sink_handle_clients):
2297         * gst/tcp/gstmultifdsink.h:
2298           Make using the remove or clear signals threadsafe.
2299           Make calling get-stats with an invalid fd not segfault.
2300           Fixes 368273.
2301
2302 2006-10-31  Wim Taymans  <wim@fluendo.com>
2303
2304         * gst-libs/gst/rtp/Makefile.am:
2305         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2306         (gst_base_rtp_audio_payload_init):
2307         Fix and activate base audio payloader.
2308
2309 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2310
2311         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2312         (plugin_init):
2313           Add typefinder for QuickTime Image Files (see #366156).
2314
2315 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2318           Another typo fix (#366212).
2319
2320 2006-10-27  Wim Taymans  <wim@fluendo.com>
2321
2322         * gst/volume/gstvolume.c: (volume_transform_ip):
2323         Use stream time to synchronize volume property instead of rather random
2324         timestamps. This is needed when gnonlin does its time shifting.
2325
2326 2006-10-27  Wim Taymans  <wim@fluendo.com>
2327
2328         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2329
2330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2331         Remove the pad from the element in release_pad. Fixes #364812.
2332
2333 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2334
2335         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2337           Explicitly create our custom buffer classes at a thread-safe
2338           location as well, since g_type_class_ref() doesn't seem to be
2339           entirely thread-safe either (#365501; also see #349410).
2340
2341 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2344         (gst_riff_parse_info):
2345           If strings in INFO chunk are not UTF-8, do something similar to
2346           what we do for ID3v1 tags: check a number of environment variables
2347           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2348           character sets to try, otherwise try the current locale and/or fall
2349           back on ISO-8859-1. Fixes #360552.
2350
2351 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2352
2353         * gst/videotestsrc/gstvideotestsrc.c:
2354         (gst_video_test_src_pattern_get_type),
2355         (gst_video_test_src_set_pattern):
2356         * gst/videotestsrc/gstvideotestsrc.h:
2357         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2358         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2359         (gst_video_test_src_checkers8):
2360         * gst/videotestsrc/videotestsrc.h:
2361           Add a bunch of exciting new checkers patterns.
2362
2363 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2364
2365         * gst/subparse/Makefile.am:
2366         * gst/subparse/gstsubparse.c:
2367         (gst_sub_parse_data_format_autodetect),
2368         (gst_sub_parse_format_autodetect), (handle_buffer),
2369         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2370         * gst/subparse/gstsubparse.h:
2371         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2372         (parse_tmplayer):
2373         * gst/subparse/tmplayerparse.h:
2374           Add support for TMPlayer-type subtitles (#362845).
2375
2376         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2377         (GST_START_TEST), (subparse_suite):
2378           Add some basic unit tests for the above.
2379
2380 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2381
2382         * tests/check/elements/audiorate.c: (test_injector_base_init),
2383         (test_injector_class_init), (test_injector_chain),
2384         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2385         (GST_START_TEST), (audiorate_suite):
2386           More tests for audiorate: inject buffers to check behaviour when
2387           buffers overlap.
2388
2389 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2390
2391         * tests/check/Makefile.am:
2392         * tests/check/elements/.cvsignore:
2393         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2394         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2395           Add some basic unit tests for audiorate. Disabled at the moment
2396           since it doesn't pass yet (see bug #363119).
2397
2398 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2399
2400         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2401         (parse_subrip), (handle_buffer):
2402           Add missing closing tags for markup and fix broken markup,
2403           otherwise pango won't render anything (fixes #357531). Also,
2404           make sure the text we send out is always NUL-terminated
2405           (better safe than sorry etc.).
2406
2407         * tests/check/elements/subparse.c: (test_srt_do_test),
2408         (test_srt):
2409           Some more tests for .srt incl. tests for the above stuff.
2410
2411 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2412
2413         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2415         Patch by: Stefan Kost  <ensonic@users.sf.net>
2416         Try to redraw borders only when needed. Apparently this consumes
2417         resources on small devices... :-O (#363607)
2418
2419 2006-10-20  Michael Smith  <msmith@fluendo.com>
2420
2421         * gst/tcp/gstmultifdsink.c:
2422         (gst_multi_fd_sink_client_queue_buffer):
2423           If caps change, then update the client's idea of the caps so that we
2424           don't end up re-sending streamheaders for every single buffer after
2425           the caps change.
2426
2427 2006-10-20  Michael Smith  <msmith@fluendo.com>
2428
2429         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2430         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2431           Set caps on pushed buffers; fix up refcounting of caps objects.
2432
2433 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2434
2435         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2436         (plugin_init):
2437           Typefind mmsh header data packet to application/x-mmsh (#362625).
2438
2439 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2440
2441         * tests/check/Makefile.am:
2442         * tests/check/elements/.cvsignore:
2443         * tests/check/elements/subparse.c: (buffer_from_static_string),
2444         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2445         (GST_START_TEST), (subparse_suite):
2446           Add very simple unit test for subparse.
2447
2448 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2449
2450         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2451         (parse_subrip):
2452           Strip trailing newlines from subtitle text output.
2453
2454 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2455
2456         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2457         (gst_sub_parse_change_state):
2458           Fix memleak; clear subparse->textbuf n state change function.
2459
2460 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2461
2462         * gst/subparse/gstsubparse.c:
2463         (gst_sub_parse_data_format_autodetect):
2464           Don't require subrip (.srt) files to start with a chunk number of 1.
2465
2466 2006-10-18  Wim Taymans  <wim@fluendo.com>
2467
2468         * gst-libs/gst/audio/gstbaseaudiosink.c:
2469         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2470         * gst-libs/gst/audio/gstbaseaudiosink.h:
2471         Extract rate from the NEWSEGMENT event.
2472         Use commit_full to also take rate adjustment into account when writing
2473         samples to the ringbuffer.
2474         
2475         * gst-libs/gst/audio/gstringbuffer.c:
2476         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2477         (gst_ring_buffer_read):
2478         * gst-libs/gst/audio/gstringbuffer.h:
2479         Added _commit_full() to also take rate into account.
2480         Use simple interpolation algorithm to resample audio.
2481         API: gst_ring_buffer_commit_full()
2482
2483         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2484         * tests/examples/seek/seek.c: (segment_done):
2485         Don't try to seek with 0.0 rate, just pause instead.
2486         Remove bogus debug line.
2487
2488 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2489
2490         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2491         (setup_source):
2492           Catch async errors when starting up the subtitle bin, so we can
2493           stop waiting and continue with the main film instead of hanging
2494           forever. Fixes #339366.
2495
2496         * tests/check/elements/playbin.c: (playbin_suite):
2497           Enable unit test for the above.
2498
2499 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         * tests/check/Makefile.am:
2502         * tests/check/elements/.cvsignore:
2503         * tests/check/elements/playbin.c: (GST_START_TEST),
2504         (gst_red_video_src_uri_get_type),
2505         (gst_red_video_src_uri_get_protocols),
2506         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2507         (gst_red_video_src_uri_handler_init),
2508         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2509         (gst_red_video_src_create), (gst_red_video_src_class_init),
2510         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2511           Some small and basic unit tests for playbin; not very useful yet,
2512           but at least a start.
2513
2514 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2515
2516         * gst/playback/gstplaybin.c: (setup_sinks):
2517           The old pad activation spiel.
2518
2519 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2520
2521         * gst/playback/gstplaybasebin.c: (setup_source):
2522           Don't hang forever if the subbin already fails to start up in 
2523           the state change to PAUSED (#339366).
2524
2525 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2526
2527         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2528         (gst_tuner_set_channel), (gst_tuner_get_channel),
2529         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2530         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2531         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2532         (gst_tuner_find_channel_by_name):
2533           Fix some function guards, add some more function guards.
2534
2535 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2536
2537         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2538         (remove_element_chain):
2539         Don't return a pad from get_our_ghost_pad unless it is actually the
2540         one we want.
2541         Change a cast in remove_element_chain slightly.
2542
2543 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2544
2545         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2546         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2547         Segment seeking needs to use the rate and set stop to -1.
2548
2549 2006-10-13  Wim Taymans  <wim@fluendo.com>
2550
2551         * gst-libs/gst/audio/gstbaseaudiosink.c:
2552         (gst_base_audio_sink_setcaps):
2553         Don't crash when ringbuffer is not yet created.
2554         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2555         Fixes #361634.
2556
2557         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2558         * gst/playback/gststreamselector.c:
2559         (gst_stream_selector_request_new_pad):
2560         Activate pads befre adding them to running elements.
2561
2562 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2563
2564         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2565         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2566         updater when we start grabing the slider. Don't wait for the
2567         pipeline to be PAUSED.
2568
2569 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2570
2571         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2572         (gst_mixer_set_volume), (gst_mixer_get_volume),
2573         (gst_mixer_set_mute), (gst_mixer_set_option),
2574         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2575         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2576         (gst_mixer_option_changed):
2577           Guard mixer interface functions against bogus arguments.
2578
2579 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2580
2581         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2582         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2583         (msg_state_changed), (main): Use state-changed messages to trigger
2584         start/stop of scale update timer. Indeed the scale slider was
2585         jumping here and there because the update timer was activated 
2586         before seek completed. This fixes instant applying of rate changes
2587         by pressing the spinbutton like a crazy man !
2588
2589 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2590
2591         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2592
2593         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2594         (gst_basertppayload_finalize):
2595           Fix two small memory leaks (#361456).
2596
2597 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2598
2599         * tests/examples/seek/seek.c: (do_seek),
2600         (rate_spinbutton_changed_cb): When changing spinbutton we try
2601         to change the rate on the fly.
2602
2603 2006-10-10  Wim Taymans  <wim@fluendo.com>
2604
2605         * gst-libs/gst/riff/riff-ids.h:
2606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2607         (gst_riff_create_audio_template_caps):
2608         Add WMS caps.
2609
2610 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2611
2612         Patch by: Josep Torre Valles <josep@fluendo.com>
2613
2614         * ext/gnomevfs/gstgnomevfssink.c:
2615         * ext/gnomevfs/gstgnomevfssrc.c:
2616         Fix URI interface implementation return type.
2617         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2618         Fix what looks like a copy/paste issue when assigning values.
2619         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2620         (gst_audio_filter_template_get_type):
2621         Cast to prevent Forte warnings.
2622         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2623         Fix URI interface implementation return type.
2624         gst_pad_query_position requires a signed integer pointer as
2625         3rd parameter, GstClockTime is unsigned.
2626         * gst/audioconvert/audioconvert.c:
2627         Fix integer overflow when treated as signed.
2628         * gst/audioresample/resample.c: (resample_add_input_data):
2629         Cast to prevent warnings on Forte.
2630         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2631         Fix integer overflow when treated as signed.
2632         * gst/ffmpegcolorspace/imgconvert_template.h:
2633         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2634         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2635         (cleanup_decodebin):
2636         Who initialises a guint to -1!
2637         Cast function pointers to prevent warnings on Forte.
2638         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2639         (queue_threshold_reached):
2640         Cast function pointers correctly to prevent warnings on Forte.
2641         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2642         Cast function pointers correctly to prevent warnings on Forte.
2643         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2644         Obvious change to unsigned, 0xEF > max signed char.
2645         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2646         GstClockTime is unsigned, initialise correctly.
2647         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2648         Cast so pointer arithemetic doesn't cause warnings on Forte.
2649         * gst/videorate/gstvideorate.c:
2650         Use correct return value.
2651         * tests/examples/seek/scrubby.c:
2652         GstClockTime is unsigned, initialise correctly.
2653
2654 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2655
2656         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2657
2658         * gst/typefind/gsttypefindfunctions.c:
2659           Recognise XML files and XML-like files shorter than 256 bytes as
2660           well (fixes #359237).
2661
2662 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2663
2664         Patch by: Renato Filho <renato.filho@indt.org.br>
2665         
2666         * gst/typefind/gsttypefindfunctions.c:
2667         Added typefind functions to video/x-nuv media.
2668         
2669 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2670
2671         * gst-libs/gst/interfaces/xoverlay.c:
2672         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2673           Some more guards against invalid input.
2674
2675 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2676
2677         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2678         Useless goto.
2679         * tests/examples/seek/seek.c: (do_seek),
2680         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2681         seek example to experiment with rates != 1.0 (reverse playback !)
2682
2683 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2684
2685         * gst-libs/gst/interfaces/xoverlay.c:
2686           Unref message in doc-example (spotted by Robert McQueen)
2687
2688 2006-10-06  Wim Taymans  <wim@fluendo.com>
2689
2690         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2691         (mpeg1_parse_header), (mpeg1_sys_type_find):
2692         printf fix.
2693
2694 2006-10-06  Wim Taymans  <wim@fluendo.com>
2695
2696         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2697         (close_pad_link):
2698         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2699         Activate dynamic pads before adding them to the element.
2700
2701 2006-10-06  Michael Smith  <msmith@fluendo.com>
2702
2703         * gst-libs/gst/floatcast/floatcast.h:
2704           Fix obviously-bogus macros; use the correct types.
2705
2706 2006-10-06  Wim Taymans  <wim@fluendo.com>
2707
2708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2709         (gst_base_rtp_depayload_change_state):
2710         Also call parent state change function to activate pads.
2711
2712         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2713         (mpeg1_parse_header), (mpeg1_sys_type_find):
2714         Add some more debug info in mpeg typefinding.
2715
2716 2006-10-06  Michael Smith  <msmith@fluendo.com>
2717
2718         * ext/theora/theoradec.c: (theora_dec_chain):
2719           Zero byte theora packets are valid and well-defined; don't warn on
2720           them.
2721
2722 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2723
2724         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2725         (gst_multi_fd_sink_get_stats), (find_limits),
2726         (gst_multi_fd_sink_queue_buffer):
2727           API: add dropped_buffers to the get-stats GValueArray
2728
2729 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2730
2731         * ext/alsa/gstalsadeviceprobe.c:
2732         (gst_alsa_device_property_probe_get_values):
2733         * ext/alsa/gstalsasink.c: (set_hwparams):
2734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2735         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2737         (gst_ogg_mux_process_best_pad):
2738         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2739         (gst_ogg_parse_chain):
2740         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2741         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2742         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2743         (gst_vorbis_enc_buffer_check_discontinuous):
2744         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2745         * gst-libs/gst/audio/gstbaseaudiosink.c:
2746         (gst_base_audio_sink_render):
2747         * gst-libs/gst/cdda/gstcddabasesrc.c:
2748         (gst_cdda_base_src_handle_track_seek):
2749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2750         (gst_base_rtp_depayload_push_full):
2751         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2752         * gst/audioresample/resample.c: (resample_input_pushthrough):
2753         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2754         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2755         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2756         (wavpack_type_find):
2757         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2758         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2759         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2760         * tests/check/elements/volume.c: (GST_START_TEST):
2761           Printf format fixes.
2762
2763 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2764
2765         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2766           Fix a simple mistake (see the docs)
2767           Fixes #359580
2768
2769 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * docs/plugins/Makefile.am:
2772         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2773         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2774         * docs/plugins/gst-plugins-base-plugins.args:
2775         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2776         * docs/plugins/inspect/plugin-adder.xml:
2777         * docs/plugins/inspect/plugin-alsa.xml:
2778         * docs/plugins/inspect/plugin-audioconvert.xml:
2779         * docs/plugins/inspect/plugin-audiorate.xml:
2780         * docs/plugins/inspect/plugin-audioresample.xml:
2781         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2782         * docs/plugins/inspect/plugin-cdparanoia.xml:
2783         * docs/plugins/inspect/plugin-decodebin.xml:
2784         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2785         * docs/plugins/inspect/plugin-gdp.xml:
2786         * docs/plugins/inspect/plugin-gnomevfs.xml:
2787         * docs/plugins/inspect/plugin-libvisual.xml:
2788         * docs/plugins/inspect/plugin-ogg.xml:
2789         * docs/plugins/inspect/plugin-pango.xml:
2790         * docs/plugins/inspect/plugin-playbin.xml:
2791         * docs/plugins/inspect/plugin-subparse.xml:
2792         * docs/plugins/inspect/plugin-tcp.xml:
2793         * docs/plugins/inspect/plugin-theora.xml:
2794         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2795         * docs/plugins/inspect/plugin-video4linux.xml:
2796         * docs/plugins/inspect/plugin-videorate.xml:
2797         * docs/plugins/inspect/plugin-videoscale.xml:
2798         * docs/plugins/inspect/plugin-videotestsrc.xml:
2799         * docs/plugins/inspect/plugin-volume.xml:
2800         * docs/plugins/inspect/plugin-vorbis.xml:
2801         * docs/plugins/inspect/plugin-ximagesink.xml:
2802         * docs/plugins/inspect/plugin-xvimagesink.xml:
2803           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2804
2805 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2806
2807         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2808
2809         * ext/vorbis/Makefile.am:
2810         * ext/vorbis/vorbis.c: (plugin_init):
2811         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2812         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2813         * ext/vorbis/vorbisparse.h:
2814         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2815         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2816         (gst_vorbis_tag_parse_packet):
2817         * ext/vorbis/vorbistag.h:
2818           Add new vorbistag element which derives from vorbisparse
2819           and is essentially the same as well, only that it implements
2820           the GstTagSetter interface and can modify the stream's
2821           vorbiscomment on the fly (#335635).
2822
2823         * tests/check/Makefile.am:
2824         * tests/check/elements/.cvsignore:
2825         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2826         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2827         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2828         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2829           Add unit test for new vorbistag element.
2830
2831 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2832
2833         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2834         (vorbis_parse_push_headers), (vorbis_parse_chain):
2835           Set BOS flag in packet structure to fix 'jump depends
2836           on unitialized value' errors in valgrind; various minor
2837           clean-ups.
2838
2839 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2840
2841         * gst/playback/gstdecodebin.c: (close_pad_link):
2842         Fix typo in a debug statement.
2843
2844         * gst/playback/gstplaybasebin.c: (probe_triggered),
2845         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2846         (gen_source_element), (source_new_pad), (analyse_source),
2847         (setup_source):
2848         When handling no_more_pads in new_decoded_pad, make sure to treat
2849         subtitle pads correctly. Fixes playback with subtitle files.
2850
2851         Move a recurring message to LOG level.
2852
2853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2854         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2855         which ends up as -1 when cast to an int. Make the logic handle the
2856         max value as an unsigned mask and only change the colorkey when it's
2857         a value we recognise.
2858
2859 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2860
2861         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2862         Removed empty * between paragraphs
2863
2864 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2865
2866         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2867         * gst-libs/gst/rtp/README:
2868         Moved some documentation into .c file
2869
2870 2006-09-29  Wim Taymans  <wim@fluendo.com>
2871
2872         * gst/playback/gstdecodebin.c: (no_more_pads):
2873         Fix compilation.
2874
2875 2006-09-29  Wim Taymans  <wim@fluendo.com>
2876
2877         * gst/playback/gstdecodebin.c: (new_caps):
2878         Remove g_print
2879
2880         * gst/playback/gstplaybin.c:
2881         Add some docs.
2882
2883 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2884
2885         * tests/check/Makefile.am:
2886           Re-enable cddabasesrc test to see if it works again
2887           now.
2888
2889 2006-09-29  Wim Taymans  <wim@fluendo.com>
2890
2891         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2892         (gen_source_element):
2893         Handle invalid URIs a bit more gracefully.
2894
2895 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2896
2897         * tests/check/pipelines/oggmux.c:
2898           Remove obsolete comment.
2899
2900 2006-09-29  Michael Smith  <msmith@fluendo.com>
2901
2902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2903         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2904         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2905         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2906         (gst_ogg_mux_collected):
2907           Commit patch from James "Doc" Livingston, adds proper EOS handling
2908           in oggmux. GStreamer can, for the first time ever, create a valid
2909           Ogg file! Yay!
2910
2911         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2912         (oggmux_suite):
2913           Reenable tests now that they pass.
2914
2915 2006-09-29  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2918         Stop reading commands when EOF (we read 0) as well.
2919
2920 2006-09-28  Wim Taymans  <wim@fluendo.com>
2921
2922         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2923         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2924         (find_dynamic), (unlinked), (close_link):
2925         Implement delayed caps linking needed for element with a lot of
2926         different caps on the src pads that get fixed at runtime.
2927         Improve management of dynamic elements.
2928
2929         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2930         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2931         (gen_preroll_element), (remove_groups), (unknown_type),
2932         (add_element_stream), (no_more_pads_full), (no_more_pads),
2933         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2934         (new_decoded_pad), (setup_subtitle), (array_has_value),
2935         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2936         (analyse_source), (remove_decoders), (make_decoder),
2937         (remove_source), (setup_source), (finish_source), (prepare_output),
2938         (gst_play_base_bin_change_state):
2939         * gst/playback/gstplaybasebin.h:
2940         Use more _CAST instead of full type checking casts.
2941         Small cleanups, plug some leaks.
2942         Handle dynamic sources.
2943         Add some helper functions to create lists of strings used for
2944         blacklisting and other stuff.
2945         Refactor some code dealing with analysing the source.
2946         Re-enable sources without pads (like cd:// or other selfcontained
2947         elements).
2948
2949 2006-09-28  Wim Taymans  <wim@fluendo.com>
2950
2951         * gst-libs/gst/audio/gstbaseaudiosink.c:
2952         (gst_base_audio_sink_render):
2953         When we have a timestamp, we can still perform clipping.
2954         When we have no clock, we must play the sample ASAP.
2955
2956 2006-09-28  Wim Taymans  <wim@fluendo.com>
2957
2958         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2959         Set caps on outgoing buffers.
2960
2961         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2962         (gst_video_rate_event), (gst_video_rate_chain):
2963         * gst/videorate/gstvideorate.h:
2964         Fix videorate some more. Fixes #357977
2965
2966 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2967
2968         * tests/check/elements/adder.c: (adder_suite):
2969           Don't set timeout to 6 seconds when we're running
2970           in valgrind ... (and how is 6 seconds longer than
2971           the default anyway?)
2972
2973 2006-09-28  Wim Taymans  <wim@fluendo.com>
2974
2975         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2976         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2977         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2978         Keep sink and src segment to keep track of time and support more
2979         input formats.
2980         Fix bogus next_offset and run_time calculation, don't understand how
2981         this could have worked before. Fixes #357976.
2982         Remove some unneeded vars.
2983
2984 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2985
2986         * gst/playback/gstplaybin.c: (remove_sinks):
2987           Only remove visualisation from visbin if there is a visbin (or:
2988           don't throw warnings when closing totem without playing a file).
2989
2990 2006-09-27  Wim Taymans  <wim@fluendo.com>
2991
2992         * gst-libs/gst/audio/gstbaseaudiosink.c:
2993         (gst_base_audio_sink_render):
2994         Add some more info in a WARNING.
2995
2996         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2997         (gst_base_audio_src_create):
2998         Handle PAUSE in create function, use new -core addition to
2999         wait for playing. Fixes pausing and resuming capture from an
3000         audiosrc.
3001
3002         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3003         (gst_ring_buffer_read):
3004         Constify some more.
3005         Caller supports interrupted reads now.
3006
3007 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3008
3009         * tests/check/Makefile.am:
3010           Another attempt to make the gen64 buildbot happy.
3011
3012 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3013
3014         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3015
3016         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3017         (gst_visual_chain), (gst_visual_change_state):
3018           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3019           correctly. Fixes #357800
3020
3021 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3022
3023         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3024           Add timeout to _get_state() so we see which pipeline it is
3025           that causes trouble on the gen64 build bot.
3026
3027 2006-09-27  Wim Taymans  <wim@fluendo.com>
3028
3029         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3030         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3031         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3032         (gst_base_rtp_depayload_set_gst_timestamp):
3033         the source pad always uses fixed caps.
3034
3035 2006-09-27  Wim Taymans  <wim@fluendo.com>
3036
3037         * docs/libs/gst-plugins-base-libs-docs.sgml:
3038         * docs/libs/gst-plugins-base-libs-sections.txt:
3039         * gst-libs/gst/audio/gstaudioclock.c:
3040         * gst-libs/gst/audio/gstaudioclock.h:
3041         * gst-libs/gst/audio/gstaudiosink.c:
3042         * gst-libs/gst/audio/gstaudiosink.h:
3043         * gst-libs/gst/audio/gstaudiosrc.c:
3044         * gst-libs/gst/audio/gstbaseaudiosink.c:
3045         (gst_base_audio_sink_render):
3046         * gst-libs/gst/audio/gstbaseaudiosink.h:
3047         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3048         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3049         * gst-libs/gst/audio/gstringbuffer.h:
3050         Added docs for the audio libs.
3051
3052 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3053
3054         * tests/check/Makefile.am:
3055           Temporarily disable test that fails on the bots for unknown reasons.
3056
3057 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3058
3059         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3060         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3061         Moved AudioCodecType into priv
3062         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3063
3064 2006-09-25  Wim Taymans  <wim@fluendo.com>
3065
3066         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3067         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3068         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3069         (new_pad):
3070         Cleanups and small leak fixes.
3071         Added Depayloaders to valid list of autopluggable elements.
3072
3073 2006-09-25  Wim Taymans  <wim@fluendo.com>
3074
3075         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3076         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3077         (gen_video_element), (gen_text_element), (gen_audio_element),
3078         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3079         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3080         Detect NO_PREROLL state change returns and disable clock distribution to
3081         the sinks so that sync is disabled.
3082         Avoid some type checking and do simple casts instead.
3083         Small cleanups, fix some FIXMEs.
3084         Be more robust when linking user specified elements, catch an report
3085         errors. Fixes #357404.
3086         Fix some leaks in the error paths.
3087
3088 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3089
3090         * ChangeLog:
3091           ChangeLog surgery for missing bug-number
3092
3093 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3094
3095         Patch by: Peter Kjellerstedt  <pkj at axis com>
3096
3097         * gst/playback/test.c:
3098           Fix compilation with uClibc and -Werror (#357591).
3099
3100 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3101
3102         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3103           Parse dates that are followed by a time as well (#357532).
3104
3105         * tests/check/libs/tag.c: (test_vorbis_tags):
3106           Add unit test for this.
3107
3108 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3111         (gst_audio_convert_transform_caps):
3112         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3113         * gst/videotestsrc/videotestsrc.h:
3114           A few array const-ifications.
3115
3116 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3117
3118         * tests/check/Makefile.am:
3119           See if this makes the build bots happy.
3120
3121         * tests/check/libs/cddabasesrc.c:
3122           UTF8-ise my name.
3123
3124 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3125
3126         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3127
3128         * gst/subparse/samiparse.c: (handle_start_font),
3129         (fix_invalid_entities):
3130           More case-insensitivity for certain tags; recognise entities with
3131           decimal codes as special entities as well (#357330).
3132
3133 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3134
3135         * gst-libs/gst/Makefile.am:
3136           Need to build tag directory before cdda.
3137
3138 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3139
3140         * docs/libs/gst-plugins-base-libs-sections.txt:
3141         * gst-libs/gst/cdda/Makefile.am:
3142         * gst-libs/gst/cdda/gstcddabasesrc.c:
3143         (gst_cdda_base_src_base_init):
3144         * gst-libs/gst/cdda/gstcddabasesrc.h:
3145         * gst-libs/gst/tag/tag.h:
3146         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3147         (gst_tag_register_musicbrainz_tags):
3148           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3149           depend on libgsttag. This is required so we can extract/read tags like
3150           DISCID without depending on libgstcddabasesrc (which used to register
3151           them).
3152
3153         * gst-libs/gst/tag/gstvorbistag.c:
3154           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3155           tags (also see #347848).
3156
3157         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3158           Log vorbis comments we are actually writing. Const-ify array.
3159
3160 2006-09-23  Wim Taymans  <wim@fluendo.com>
3161
3162         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3163         Improve buffering a bit by avoiding a deadlock because we cannot assume
3164         the underrun is always called.
3165
3166 2006-09-23  Wim Taymans  <wim@fluendo.com>
3167
3168         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3169
3170         * gst-libs/gst/riff/riff-ids.h:
3171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3172         (gst_riff_create_audio_template_caps):
3173         Added MPEG-4 AAC and id and caps. Fixes #357289
3174         Added WMA9 Lossless id.
3175
3176 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3177
3178         * ext/gnomevfs/gstgnomevfssrc.c:
3179           Fix misleading docs addition.
3180
3181         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3182           Get rid of compiler warning the right way.
3183
3184 2006-09-22  Wim Taymans  <wim@fluendo.com>
3185
3186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3187         (gst_base_rtp_depayload_finalize),
3188         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3189         (gst_base_rtp_depayload_push_full),
3190         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3191         (gst_base_rtp_depayload_process),
3192         (gst_base_rtp_depayload_set_gst_timestamp),
3193         (gst_base_rtp_depayload_queue_release):
3194         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3195         Small cleanups.
3196         Fix some leaks.
3197         Refactored the process method and added methods to push from the process
3198         vmethod.
3199         Use _scale functions.
3200         API: gst_base_rtp_depayload_push_ts
3201         API: gst_base_rtp_depayload_push
3202
3203         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3204         timestamps are uint.
3205
3206 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3207
3208         * gst-libs/gst/interfaces/xoverlay.c:
3209           Remove unused statement from doc example.
3210
3211 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3212
3213         * gst-libs/gst/interfaces/videoorientation.c:
3214         (gst_video_orientation_iface_init),
3215         (gst_video_orientation_get_hflip),
3216         (gst_video_orientation_get_vflip),
3217         (gst_video_orientation_get_hcenter),
3218         (gst_video_orientation_get_vcenter),
3219         (gst_video_orientation_set_hflip),
3220         (gst_video_orientation_set_vflip),
3221         (gst_video_orientation_set_hcenter),
3222         (gst_video_orientation_set_vcenter):
3223           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3224           in ChangeLog)
3225
3226 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3227
3228         * tests/check/Makefile.am:
3229         * tests/check/elements/.cvsignore:
3230         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3231         (create_rgb_conversions), (rgb_conversion_free),
3232         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3233         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3234           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3235           but disable for now since it doesn't pass (something wrong with
3236           RGBA somewhere).
3237
3238 2006-09-21  Wim Taymans  <wim@fluendo.com>
3239
3240         * gst/playback/gstplaybasebin.c: (group_commit),
3241         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3242         (queue_out_of_data), (gen_preroll_element),
3243         (preroll_remove_overrun), (probe_triggered):
3244         Refactor handling of overrun detection.
3245         Separate handling of group completion and deadlock detection when doing
3246         network buffering. This should fix some deadlocks that were not detected
3247         because the group was completed.
3248         Add more comments, improve debugging.
3249
3250 2006-09-21  Wim Taymans  <wim@fluendo.com>
3251
3252         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3253         * tests/check/libs/audio.c:
3254         Some more compilation fixes.
3255
3256 2006-09-21  Wim Taymans  <wim@fluendo.com>
3257
3258         * gst-libs/gst/audio/gstringbuffer.c:
3259         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3260         (gst_ring_buffer_read):
3261         Early morning compilation fix.
3262
3263 2006-09-20  Wim Taymans  <wim@fluendo.com>
3264
3265         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3266         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3267         * tests/check/elements/videorate.c: (GST_START_TEST):
3268         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3269         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3270         Fix some warnings.
3271
3272 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3273
3274         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3275         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3276         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3277           Handcrafted merge to help CVS understanding what I changed and what
3278           not.
3279
3280 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3281
3282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3283         (gst_xvimagesink_get_times):
3284           change colorkey behaviour back according to #354773 comment 6/7
3285
3286 2006-09-19  Michael Smith  <msmith@fluendo.com>
3287
3288         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3289         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3290         (gst_multi_fd_sink_recover_client),
3291         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3292         (gst_multi_fd_sink_get_property):
3293         * gst/tcp/gstmultifdsink.h:
3294           Implement stubbed out properties unit-type, units-soft-max,
3295           units-max, to allow specifying maximum sizes in units other than
3296           buffers.
3297           Fixes #355935
3298
3299 2006-09-19  Wim Taymans  <wim@fluendo.com>
3300
3301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3302         (gst_riff_create_audio_template_caps):
3303         Reorder the audio formats a bit for clarity.
3304         Detect and create caps for MSGSM and MSN (WAV49).
3305         Fixes #356596.
3306
3307         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3308         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3309         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3310         Small cleanups, move error handling out of normal flow for clarity.
3311
3312 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3313
3314         * docs/libs/gst-plugins-base-libs-docs.sgml:
3315         * docs/libs/gst-plugins-base-libs.types:
3316         * gst-libs/gst/interfaces/Makefile.am:
3317         * gst-libs/gst/interfaces/videoorientation.c:
3318         (gst_video_orientation_get_type),
3319         (gst_video_orientation_iface_init),
3320         (gst_video_orientation_get_hflip),
3321         (gst_video_orientation_get_vflip),
3322         (gst_video_orientation_get_hcenter),
3323         (gst_video_orientation_get_vcenter),
3324         (gst_video_orientation_set_hflip),
3325         (gst_video_orientation_set_vflip),
3326         (gst_video_orientation_set_hcenter),
3327         (gst_video_orientation_set_vcenter):
3328         * gst-libs/gst/interfaces/videoorientation.h:
3329           API: Add new interface to control video orientation (fixes #354908)
3330
3331 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3332
3333         * gst/videotestsrc/gstvideotestsrc.c:
3334           Use G_UNLIKELY in _create and log one more detail.
3335           
3336         (gst_video_test_src_get_times), (gst_video_test_src_create):
3337         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3338           Use gst_util_uint64_scale_int in _get_times().
3339
3340 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3341
3342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3343           Give better warning message (add object and detail).
3344
3345 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3346
3347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3348         (gst_xvimagesink_get_times):
3349           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3350           #354773), use gst_util_uint64_scale_int in _get_times()
3351
3352 2006-09-18  Michael Smith  <msmith@fluendo.com>
3353
3354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3355           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3356           always true, leading to dropping all timestamps.
3357
3358 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3359
3360         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3361         (gst_visual_chain), (gst_visual_change_state):
3362           update to work also with libvisual 0.4 API, fix double unref (#355914)
3363           
3364         * tools/gst-launch-ext.1.in:
3365         * tools/gst-visualise.1.in:
3366           remove references to old man-pages
3367
3368         * tests/examples/seek/seek.c: (main):
3369           add real meadi-buttons, add tool-tips for the seek-options, arrange
3370           seek options in a table
3371
3372 2006-09-18  Michael Smith  <msmith@fluendo.com>
3373
3374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3375         (gst_ogg_mux_push_buffer):
3376           Don't generate out-of-order timestamps from oggmux, instead clamp
3377           output timestamps to be >= the previously output ts.
3378           Fixes #355595
3379
3380 2006-09-18  Michael Smith  <msmith@fluendo.com>
3381
3382         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3383         (gst_multi_fd_sink_class_init):
3384           Updates, fixes, and typo corrections for multifdsink. No functional
3385           changes.
3386
3387 2006-09-17  Michael Smith  <msmith@fluendo.com>
3388
3389         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3390           Don't crash on truncated files - check that we got an 8 byte buffer
3391           before trying to memcmp it.
3392
3393 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3394
3395         * gst/playback/gstplaybasebin.c: (get_active_source):
3396           Make stream-switching appear instant to the application
3397           (ie. make sure that a g_object_get on 'current-foo' returns
3398           the stream previously set with g_object_set(). Totem needs
3399           this to update stream-related meta-info (like audio-codec)
3400           correctly when switching streams.
3401
3402 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3403
3404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3405         (gst_alsa_mixer_ensure_track_list):
3406           Try harder to guess which mixer track is the master mixer
3407           track (instead of just taking the first one that has a pvolume).
3408           Fixes #342228.
3409
3410 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3411
3412         reviewed by: <delete if not using a buddy>
3413
3414         * gst-libs/gst/audio/audio.h:
3415         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3416
3417 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3418
3419         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3420         (gst_audio_convert_transform_caps):
3421           Get structure-name just once.
3422
3423 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3424
3425         * tests/check/elements/audioresample.c: (GST_START_TEST):
3426         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3427         * tests/check/elements/volume.c: (GST_START_TEST):
3428         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3429         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3430         (test_pipeline), (GST_START_TEST):
3431         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3432         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3433           Fix big batch of compiler warnings.
3434
3435 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3436
3437         * ext/gnomevfs/gstgnomevfssrc.c:
3438           Add docs about icydemux usage in connection with gnomevfssrc
3439
3440         * ext/libvisual/visual.c:
3441         * ext/ogg/gstoggaviparse.c:
3442         * ext/ogg/gstoggdemux.c:
3443         * ext/ogg/gstoggmux.c:
3444         * ext/ogg/gstoggparse.c:
3445         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3446         * gst-libs/gst/audio/gstaudiosink.c:
3447         * gst-libs/gst/audio/gstaudiosrc.c:
3448         * gst/audiorate/gstaudiorate.c:
3449           More G_OBJECT macro fixing.
3450
3451         * gst/audiotestsrc/gstaudiotestsrc.h:
3452           Fix wrong info in header due to copy & paste
3453
3454 2006-09-15  Wim Taymans  <wim@fluendo.com>
3455
3456         * gst-libs/gst/audio/gstbaseaudiosink.c:
3457         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3458         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3459         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3460         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3461         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3462         Do the delay calculation in the source/sink base classes as this is
3463         specific for the capture/playback mode.
3464         Try to fixate a bit better, like round depth up to a multiple of 8
3465         bigger than width.
3466         Handle underruns correctly by marking DISCONT on buffers and adjusting
3467         timestamps to handle the gap.
3468         Set offset/offset_end correctly on buffers.
3469
3470         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3471         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3472         (gst_ring_buffer_read):
3473         Remove resync and underrun recovery from the ringbuffer.
3474         Fix ringbuffer read code on under/overrun.
3475
3476 2006-09-15  Wim Taymans  <wim@fluendo.com>
3477
3478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3479         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3480         (queue_threshold_reached), (gst_play_base_bin_set_property),
3481         (gst_play_base_bin_get_property):
3482         * gst/playback/gstplaybasebin.h:
3483         Don't use a 0 low watermark when buffering, it is catching starvation
3484         way too late. Instead, use a 3 second queue with 30 and 95
3485         percent low/high watermarks. 
3486         Added queue-min-threshold property to configure low watermark.
3487         Use new _buffering message API.
3488         Make queue_threshold variable big enough to store a uint64 time value.
3489         API: playbin::queue-min-threshold property.
3490
3491 2006-09-15  Wim Taymans  <wim@fluendo.com>
3492
3493         * configure.ac:
3494         We require 0.10.10.1 now because of _wait_preroll().
3495
3496         * gst-libs/gst/audio/gstbaseaudiosink.c:
3497         (gst_base_audio_sink_render):
3498         Use gst_base_sink_wait_preroll().
3499
3500 2006-09-15  Wim Taymans  <wim@fluendo.com>
3501
3502         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3503         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3504         Use DEBUG_OBJECT more.
3505
3506 === release 0.10.10 ===
3507
3508 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3509
3510         patch by: Michael Smith <msmith at fluendo dot com>
3511
3512         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3513         (gst_multi_fd_sink_client_queue_buffer),
3514         (gst_multi_fd_sink_new_client):
3515         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3516         (multifdsink_suite):
3517           Fix implementation of sync-method 'next-keyframe'
3518           Closes #354594
3519
3520 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3521
3522         patch by: Wim Taymans <wim at fluendo dot com>
3523
3524         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3525         This patch removes the RANDOM flag that was incorrectly introduced with
3526         revision 1.91.  Fixes #354590
3527
3528 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3529
3530         * tests/check/Makefile.am:
3531           Random variation in Makefile line to see if it makes the
3532           gen64-base-full bot any happier.
3533
3534 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3537           Disable test that fails at the moment (killed after timeout).
3538
3539 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3540
3541         Patch by: James Livingston  <doclivingston at gmail.com>
3542
3543         * tests/check/Makefile.am:
3544         * tests/check/pipelines/.cvsignore:
3545         * tests/check/pipelines/oggmux.c: (get_page_codec),
3546         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3547         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3548         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3549         (test_theora_vorbis), (oggmux_suite):
3550           Add simple unit test for oggmux from #337026 with checking for the
3551           EOS flags disabled for the time being.
3552
3553 2006-09-04  Wim Taymans  <wim@fluendo.com>
3554
3555         patch by: Alessandro Dessina <alessandro nnva org>
3556
3557         * ext/ogg/gstoggmux.c:
3558         Add cmml caps to oggmux. Fixes #353912
3559
3560 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3561
3562         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3563           Returning a return value often helps. In this case, we
3564           don't need the return value anyway, so just get rid of it.
3565           Should make build bots much happier.
3566
3567 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3570         (paint_get_structure), (gst_video_test_src_get_size),
3571         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3572         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3573         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3574         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3575         * gst/videotestsrc/videotestsrc.h:
3576           Add support for AYUV and the various RGBA formats. Initialise
3577           fields of paintinfo structs allocated on the stack.
3578
3579         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3580         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3581         (check_rgb_buf), (videotestsrc_suite):
3582           Add unit tests for videotestsrc's RGB output.
3583
3584 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3585
3586         * gst/videotestsrc/gstvideotestsrc.c:
3587         (gst_video_test_src_pattern_get_type),
3588         (gst_video_test_src_set_pattern):
3589         * gst/videotestsrc/gstvideotestsrc.h:
3590         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3591         (gst_video_test_src_black), (gst_video_test_src_white),
3592         (gst_video_test_src_red), (gst_video_test_src_green),
3593         (gst_video_test_src_blue):
3594         * gst/videotestsrc/videotestsrc.h:
3595           Add more uni-colour patterns ("white", "red", "green", and "blue").
3596
3597 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3598
3599         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3600           Fix stride for YVYU, should be word-aligned (#353658).
3601
3602 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3603
3604         * gst/adder/gstadder.c: (gst_adder_src_event):
3605           Fix build.
3606
3607 2006-08-31  Edward Hervey  <edward@fluendo.com>
3608
3609         * gst/adder/gstadder.c: (forward_event_func),
3610         (gst_adder_src_event), (gst_adder_collected),
3611         (gst_adder_change_state):
3612         * gst/adder/gstadder.h:
3613         Remember the start position asked in the incoming seeks, so we can
3614         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3615         of assuming it will always be 0).
3616
3617 2006-08-31  Edward Hervey  <edward@fluendo.com>
3618
3619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3620         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3621         (gst_ogg_demux_loop):
3622         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3623
3624 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3625
3626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3627         (gst_ffmpegcsp_get_unit_size):
3628           Return FALSE instead of returning a random false unit
3629           size when the format isn't known/supported (even if
3630           this shouldn't happen under normal circumstances).
3631
3632 2006-08-29  Wim Taymans  <wim@fluendo.com>
3633
3634         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3635
3636         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3637         (gst_gnome_vfs_src_start):
3638         Try harder to get the size from a uri by using _info_uri() when
3639         _info_from_handle() does not give us enough info. 
3640         Also follow symlinks when getting the size.
3641         Partially Fixes #332864.
3642
3643 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3644
3645         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3646
3647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3648         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3649         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3650         (gst_alsa_mixer_set_record):
3651         * ext/alsa/gstalsamixertrack.c:
3652         (gst_alsa_mixer_track_update_alsa_capabilities),
3653         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3654         (gst_alsa_mixer_track_update):
3655         * ext/alsa/gstalsamixertrack.h:
3656           Improve and fix mixer track handling, in particular better handling
3657           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3658           separate track objects for tracks that have both capture and playback
3659           volume (and label them differently as well so they're not mistakenly
3660           assumed to be duplicates); classify mixer tracks that only affect
3661           the audible volume of something (rather than the capture volume)
3662           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3663           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3664           (following the meaning documented in the mixer interface header
3665           file); add support for alsa's exclusive cswitch groups; update/sync
3666           state/flags better if mixer settings are changed by another
3667           application. Fixes #336075.
3668
3669 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3670
3671         * gst/playback/gstplaybin.c:
3672           Improve docs: add section about BUFFERING messages sent by playbin.
3673
3674 2006-08-29  Michael Smith  <msmith@fluendo.com>
3675
3676         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3677         (gst_vorbis_enc_buffer_check_discontinuous),
3678         (gst_vorbis_enc_chain):
3679           Ignore explicit DISCONT marked on buffers (which is often spurious,
3680           particularly when using multiple segments), in favour of solely
3681           using the timestamps/durations.
3682
3683 2006-08-29  Edward Hervey  <edward@fluendo.com>
3684
3685         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3686         Don't rely on incoming buffers offset anymore, since it is completely
3687         broken when using multiple segments.
3688         Instead convert the incoming buffers timestamp to running time, and
3689         then convert that value to the offsets.
3690         Also inform GstSegment of the last outputted stop position, which is
3691         needed if we received several segments with an unknown stop value.
3692
3693 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3694
3695         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3696           fix buffer unreffing on a header push failure
3697
3698 2006-08-28  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3701         (gst_audio_rate_chain):
3702         Make the metadata of the buffer writable before changing its
3703         flags.
3704
3705 2006-08-28  Wim Taymans  <wim@fluendo.com>
3706
3707         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3708         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3709         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3710         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3711         Fix audiorate some more.
3712         Reset and resync counters on flush and READY.
3713         Handle the DISCONT flag correctly.
3714         Use GstSegment to track position.
3715         Fail when not negotiated.
3716         Fixes #353234.
3717
3718 2006-08-25  Michael Smith  <msmith@fluendo.com>
3719
3720         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3721           Fix spelling.
3722           Remove accidently included debug line.
3723
3724 2006-08-25  Wim Taymans  <wim@fluendo.com>
3725
3726         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3727         Small cleanups.
3728         If a buffer is received with no caps, make the buffer metadata
3729         writable and set the caps, making sure that we don't screw up the
3730         refcounts.
3731
3732 2006-08-25  Michael Smith  <msmith@fluendo.com>
3733
3734         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3735         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3736           Fix memory leaks and misleading debug messages, add a couple of
3737           comments.
3738
3739         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3740         (gst_multi_fd_sink_render):
3741           Do not use gst_buffer_make_writable() in a basesink render method,
3742           as it may incorrectly unref the buffer. Instead, use convoluted
3743           dance to avoid copying the buffer except when we need to.
3744
3745 2006-08-25  Michael Smith  <msmith@fluendo.com>
3746
3747         * ext/vorbis/vorbisenc.c:
3748         (gst_vorbis_enc_buffer_check_discontinuous):
3749           Allow very small discontinuities in the timestamps. These we can't
3750           do anything useful with anyway (because vorbis's timestamps have
3751           only sample granularity), and are commonly produced by elements with
3752           minor bugs. Allow up to 1/2 a sample out.
3753           Fixes #351742.
3754
3755 2006-08-24  Wim Taymans  <wim@fluendo.com>
3756
3757         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3758         (play_scrub_toggle_cb), (main):
3759         Add a checkbox to enable play scrubbing. Makes it possible to disable
3760         normal scrubbing.
3761
3762 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3763
3764         * tests/check/elements/.cvsignore:
3765           make buildbot happy
3766
3767 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3768
3769         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3770         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3771         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3772         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3773         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3774         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3775         (gst_ogm_text_parse_strip_trailing_zeroes),
3776         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3777         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3778           Refactor ogm parse, do better input checking, misc. clean-ups.
3779           Cache incoming events and push them once the source pad has
3780           been created. Don't pass unterminated strings to sscanf().
3781           Strip trailing zeroes from subtitle text output, since they
3782           are not valid UTF-8. Don't push vorbiscomment packets on
3783           the subtitle text pad. Output perfect streams if possible.
3784
3785 2006-08-23  Wim Taymans  <wim@fluendo.com>
3786
3787         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3788         Waits for tasks to settle down so that we clean up correctly for 
3789         valgrind.
3790
3791 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3794           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3795           actually return return value in taglists_are_equal.
3796
3797 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3800           Fix crash due to broken bitstream parsing on x86-64: can't make
3801           any assumptions about sizeof(struct) due to alignment/packing
3802           differences on different architectures. Fixes #351790.
3803
3804 2006-08-22  Wim Taymans  <wim@fluendo.com>
3805
3806         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3807         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3808         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3809         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3810         (gst_riff_parse_info):
3811         Protect public functions against bad input.
3812         Do some cleanups.
3813         Fix documentation.
3814
3815 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * gst-libs/gst/riff/riff-ids.h:
3818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3819           Add voxware audio IDs (even if we can't play it) (#351795).
3820
3821 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3822
3823         * gst-libs/gst/riff/riff-media.c:
3824         (gst_riff_create_video_template_caps),
3825         (gst_riff_create_audio_template_caps),
3826         (gst_riff_create_iavs_template_caps):
3827           Const-ify some arrays and use G_N_ELEMENTS instead
3828           of wasting oodles of RAM on terminator bits.
3829
3830 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3831
3832         * gst-libs/gst/tag/gstvorbistag.c:
3833         (gst_tag_list_to_vorbiscomment_buffer):
3834         * tests/check/libs/tag.c: (GST_START_TEST):
3835           And the same for _to_vorbiscomment_buffer(): allow
3836           id_data_len == 0 for speex.
3837
3838 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3839
3840         * configure.ac:
3841         * docs/plugins/Makefile.am:
3842         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3843         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3844         * docs/plugins/inspect/plugin-gdp.xml:
3845         * gst/gdp/Makefile.am:
3846         * tests/check/Makefile.am:
3847           Move GDP plugin to -base from -bad.  Closes #347783.
3848
3849 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3850
3851         * gst-libs/gst/tag/gstvorbistag.c:
3852         (gst_tag_list_from_vorbiscomment_buffer):
3853           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3854           Also add some checks to make sure we don't memcmp() beyond the end of
3855           vorbiscomment buffer if the ID to check for is larger than the buffer.
3856
3857         * tests/check/libs/tag.c: (GST_START_TEST):
3858           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3859
3860 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3861
3862         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3863         (gst_vorbis_enc_set_metadata):
3864           Use vorbis comment utility functions from libgsttag
3865           instead of re-inventing the wheel (partially fixes #347091).
3866
3867 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3868
3869         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3870         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3871         as some that won't.
3872
3873 2006-08-21  Wim Taymans  <wim@fluendo.com>
3874
3875         * docs/libs/Makefile.am:
3876         * docs/libs/gst-plugins-base-libs-sections.txt:
3877         * docs/libs/gst-plugins-base-libs.types:
3878         Don't try to GObject scan the netbuffer as it's not a GObject.
3879         Fixes #351308.
3880
3881         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3882         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3883         Document GstNetBuffer.
3884
3885 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3888         (audioconvert_suite):
3889           Add testcase for caps-size-explosion
3890
3891 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3892
3893         * gst/audioconvert/gstaudioconvert.c:
3894         (gst_audio_convert_get_unit_size), (set_structure_widths):
3895           Lower debug, use g_assert in _get_unit_size
3896
3897         * gst/audioresample/gstaudioresample.c:
3898         (audioresample_get_unit_size):
3899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3900         (gst_ffmpegcsp_get_unit_size):
3901         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3902           use g_assert in _get_unit_size
3903
3904 2006-08-18  Wim Taymans  <wim@fluendo.com>
3905
3906         * docs/libs/gst-plugins-base-libs-sections.txt:
3907         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3908         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3909         (gst_rtp_buffer_get_payload_buffer):
3910         * gst-libs/gst/rtp/gstrtpbuffer.h:
3911         Document GstRTPBuffer.
3912         Added function to efficiently strip payload headers.
3913         API: gst_rtp_buffer_get_payload_subbuffer()
3914
3915 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3918         (gst_tag_to_vorbis_comments):
3919           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3920           tags and deserialise them properly as well (#347091).
3921           Add some more gtk-doc blurbs and also some g_return_if_fail().
3922
3923         * tests/check/libs/tag.c: (GST_START_TEST),
3924         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3925           More tests.
3926
3927 2006-08-17  Wim Taymans  <wim@fluendo.com>
3928
3929         * ext/ogg/Makefile.am:
3930         * ext/ogg/gstogg.c: (plugin_init):
3931         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3932         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3933         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3934         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3935         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3936         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3937         Added ogg-in-avi parser element. Fixes #140139.
3938
3939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3940         Fixed a bug in oggdemux debug code.
3941
3942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3943         (gst_riff_create_audio_template_caps):
3944         Recognise Ogg in the AVI extensible wave format.
3945
3946 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3947
3948         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3949           Make buffer durations add up (duration should be next_ts-ts for
3950           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3951           from CVS.
3952
3953         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3954         (test_buffer_timestamps), (cddabasesrc_suite):
3955           Add unit test for the above.
3956
3957         * tests/check/Makefile.am:
3958           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3959           to see what happens.
3960
3961 2006-08-16  Wim Taymans  <wim@fluendo.com>
3962
3963         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3964         (gst_alsasink_open):
3965         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3966         (gst_alsasrc_open):
3967         Avoid setting and using a NULL device name.
3968         Print more info when we fail to open a device.
3969
3970 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * docs/libs/gst-plugins-base-libs-sections.txt:
3973         * gst-libs/gst/tag/tag.h:
3974         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3975           API: add gst_tag_parse_extended_comment() (#351426).
3976
3977         * tests/check/Makefile.am:
3978         * tests/check/libs/.cvsignore:
3979         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3980           Add unit test for gst_tag_parse_extended_comment().
3981
3982 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3983
3984         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3986           Fix leak (#351502).
3987
3988 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3992         * docs/plugins/gst-plugins-base-plugins.args:
3993         * gst/playback/gstplaybin.c:
3994           Document playbin.
3995           
3996         * docs/plugins/inspect/plugin-adder.xml:
3997         * docs/plugins/inspect/plugin-alsa.xml:
3998         * docs/plugins/inspect/plugin-audioconvert.xml:
3999         * docs/plugins/inspect/plugin-audiorate.xml:
4000         * docs/plugins/inspect/plugin-audioresample.xml:
4001         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4002         * docs/plugins/inspect/plugin-cdparanoia.xml:
4003         * docs/plugins/inspect/plugin-decodebin.xml:
4004         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4005         * docs/plugins/inspect/plugin-gnomevfs.xml:
4006         * docs/plugins/inspect/plugin-ogg.xml:
4007         * docs/plugins/inspect/plugin-pango.xml:
4008         * docs/plugins/inspect/plugin-playbin.xml:
4009         * docs/plugins/inspect/plugin-subparse.xml:
4010         * docs/plugins/inspect/plugin-tcp.xml:
4011         * docs/plugins/inspect/plugin-theora.xml:
4012         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4013         * docs/plugins/inspect/plugin-video4linux.xml:
4014         * docs/plugins/inspect/plugin-videorate.xml:
4015         * docs/plugins/inspect/plugin-videoscale.xml:
4016         * docs/plugins/inspect/plugin-videotestsrc.xml:
4017         * docs/plugins/inspect/plugin-volume.xml:
4018         * docs/plugins/inspect/plugin-vorbis.xml:
4019         * docs/plugins/inspect/plugin-ximagesink.xml:
4020         * docs/plugins/inspect/plugin-xvimagesink.xml:
4021           Update to CVS version.
4022
4023 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4024
4025         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4026         (gst_play_bin_set_property), (gst_play_bin_get_property),
4027         (value_list_append_structure_list),
4028         (gst_play_bin_handle_redirect_message),
4029         (gst_play_bin_handle_message):
4030           API: GstPlayBin::connection-speed
4031           Add "connection-speed" property; re-order redirect messages with
4032           multiple redirect locations depending on the minimum bitrate if
4033           that information is available and a connection speed is set
4034           (#350399).
4035
4036 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * gst/playback/gstplaybin.c:
4039           Update max volume to the same value that the volume element uses.
4040
4041 2006-08-14  Wim Taymans  <wim@fluendo.com>
4042
4043         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4044         Less uglyness..
4045
4046 2006-08-14  Wim Taymans  <wim@fluendo.com>
4047
4048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4049         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4050         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4051         Add some more debug info.
4052         Don't crash when a seek failed.
4053         Actually return the result of the seek instead of TRUE.
4054         Ignore multiple BOS pages with the same serial so that we don't create
4055         the same stream multiple times.
4056         Post an error when we fail to do the initial seek.
4057
4058 2006-08-13  Wim Taymans  <wim@fluendo.com>
4059
4060         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4061         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4062         Small code cleanup.
4063
4064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4065         (gst_alsa_mixer_new):
4066         Remove hack that always set the device to hw:0*.
4067         Properly find the card name for whatever device was configured.
4068         Do some better debugging.
4069         Fixes #350784.
4070
4071         * ext/alsa/gstalsamixerelement.c:
4072         (gst_alsa_mixer_element_set_property),
4073         (gst_alsa_mixer_element_change_state):
4074         Cleanups.
4075         Handle setting of a NULL device name better.
4076
4077 2006-08-11  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/adder/gstadder.c:
4080         Don't clip float values. Fixes #350900.
4081
4082 2006-08-11  Andy Wingo  <wingo@pobox.com>
4083
4084         * gst/tcp/gsttcp.c: Really fix the build?
4085
4086         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4087         fixes the build.
4088
4089 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4090
4091         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4092           Float caps shouldn't have a "signed" field.
4093
4094 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4097           Implement SEEKING query in its most basic form, so that we can
4098           at least check if we're seekable or not (#350655).
4099
4100 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4103           The checks here are not even close to anything that would
4104           justify MAXIMUM probability, lowering to POSSIBLE until someone
4105           fixes the checks (case at hand: quicktime redirection files
4106           might start with 00 00 01 XX and pass the checks here just
4107           fine, see #350399).
4108
4109 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         Patch by: Sjoerd Simons  <sjoerd at luon net>
4112
4113         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4114           Better detection for multipart/x-mixed-replace: accept leading
4115           whitespaces before the boundary marker as well (as our very own
4116           multipartmux used to produce) (#349068).
4117
4118 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         Patch by: Young-Ho Cha  <ganadist at chollian net>
4121
4122         * gst-libs/gst/riff/riff-ids.h:
4123         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4124         (gst_riff_create_audio_template_caps):
4125           Detect DTS audio streams (#350157).
4126
4127 2006-08-05  Andy Wingo  <wingo@pobox.com>
4128
4129         * ext/theora/gsttheoraparse.h:
4130         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4131         (theora_parse_dispose, theora_parse_set_property)
4132         (theora_parse_get_property, theora_parse_munge_granulepos)
4133         (theora_parse_push_buffer, theora_parse_change_state):
4134         API: GstTheoraParse::synchronization-points
4135         Add a property 'synchronization-points' to fix badly synchronized oggs.
4136
4137 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         * tests/check/Makefile.am:
4140         * tests/check/libs/.cvsignore:
4141         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4142         (fixed_caps_have_channel_positions), (GST_START_TEST),
4143         (audio_suite), (main):
4144           Add a few tests for the channel position stuff in libgstaudio.
4145
4146 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4147
4148         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4149         (gst_alsa_detect_channels):
4150         * ext/alsa/gstalsasink.c:
4151           Add support for cards that (only) do more than 8 channels,
4152           like the Delta 44 (#345188).
4153
4154         * gst-libs/gst/audio/multichannel.c:
4155         (gst_audio_check_channel_positions):
4156         * gst-libs/gst/audio/multichannel.h:
4157           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4158           unspecified channel position and cannot be combined with any
4159           of the other audio channel positions; adjust position layout
4160           checks accordingly (#345188).
4161
4162 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4163
4164         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4165           Recognise ancient RealAudio files (see #349779).
4166
4167 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4168
4169         Patch by: Jens Granseuer  <jensgr at gmx net>
4170
4171         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4172           Add typefinder for Interplay's MVE format (#348973).
4173
4174 2006-08-02  Wim Taymans  <wim@fluendo.com>
4175
4176         Patch by: Marcel Moreaux <marcelm at luon dot net>
4177
4178         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4179         (gst_base_rtp_depayload_add_to_queue):
4180         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4181         Handle RTP sequence number rollover.
4182         Disable jitterbuffer by default.
4183
4184 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4185
4186         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4187         (audioresample_set_caps):
4188         Don't leak references to the incoming caps. Clean them up when
4189         stopping.
4190
4191         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4192         (gst_video_scale_finalize):
4193         Don't leak our temporary pixel buffer.
4194
4195         * tests/check/Makefile.am:
4196         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4197         (GST_START_TEST), (simple_launch_lines_suite):
4198
4199         Fix leaks and re-enable the test for valgrind checking.
4200
4201 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4202
4203         Patch by: Sjoerd Simons  <sjoerd at luon net>
4204
4205         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4206         (plugin_init):
4207           Add typefind function for multipart/x-mixed-replace (#348916).
4208
4209 2006-07-28  Wim Taymans  <wim@fluendo.com>
4210
4211         * gst/adder/gstadder.c: (gst_adder_setcaps),
4212         (gst_adder_query_duration):
4213         Fix leak in duration query.
4214         Reflow some docs and notes.
4215
4216 2006-07-28  Michael Smith  <msmith@fluendo.com>
4217
4218         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4219         (vorbisenc_suite):
4220           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4221           aspect of it.
4222
4223 2006-07-28  Michael Smith  <msmith@fluendo.com>
4224
4225         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4226         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4227         (gst_vorbis_enc_push_buffer),
4228         (gst_vorbis_enc_buffer_check_discontinuous),
4229         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4230         * ext/vorbis/vorbisenc.h:
4231           Handle discontinuities in the input vorbis stream correctly,
4232           so that the output is properly timestamped (and has good granulepos
4233           values). Needs some oggmux fixes too.
4234
4235 2006-07-27  Wim Taymans  <wim@fluendo.com>
4236
4237         patch by: Kai Vehmanen <kv2004 eca cx>
4238
4239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4240         (gst_base_rtp_depayload_chain),
4241         (gst_base_rtp_depayload_handle_sink_event),
4242         (gst_base_rtp_depayload_change_state):
4243         Don't send multiple newsegments with different formats.
4244         Fixes #348677.
4245
4246 2006-07-26  Wim Taymans  <wim@fluendo.com>
4247
4248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4249         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4250         Make seeking in ogg more accurate again by doing the more correct
4251         granuletime to stream time conversion.
4252
4253 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4254
4255         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4256         (gst_multi_fd_sink_new_client):
4257           debug a little more understandably
4258           do not use goto as a substitute for break, especially if
4259           break is also being used
4260
4261 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4264         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4265           Remove GLib-2.6 compatibility cruft.
4266
4267 2006-07-24  Wim Taymans  <wim@fluendo.com>
4268
4269         * gst-libs/gst/audio/gstbaseaudiosink.c:
4270         (gst_base_audio_sink_render):
4271         Don't try to align a sample to an unknown value.
4272
4273 2006-07-24  Wim Taymans  <wim@fluendo.com>
4274
4275         * gst-libs/gst/audio/gstbaseaudiosink.c:
4276         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4277         When the audio clock is slaved to another clock, never try to align
4278         samples but trust the rate interpolation algorithm.
4279
4280 2006-07-24  Wim Taymans  <wim@fluendo.com>
4281
4282         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4283         Don't try to calculate silence samples, base class does this much
4284         better now.
4285
4286         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4287         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4288         (gst_ring_buffer_acquire):
4289         Calculate silence samples correctly.
4290
4291         * gst-libs/gst/audio/gstringbuffer.h:
4292         Add _CAST macro.
4293
4294 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4297           Limit search for the first markup tag to the first few kB of
4298           the file. If we don't find one there, it's highly unlikely that
4299           this is an XML(-ish) file.
4300
4301 2006-07-21  Andy Wingo  <wingo@pobox.com>
4302
4303         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4304         test to the one in vorbisenc. Also commented out.
4305
4306         * tests/check/pipelines/vorbisenc.c: 
4307         (test_discontinuity): New test, commented out until Mike lands
4308         some elite vorbisenc patches.
4309
4310         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4311         Bufferstraw was actually factored out of these tests. Now we share
4312         code yay.
4313
4314         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4315         for bufferstraw addition to gstcheck.
4316
4317 2006-07-21  Wim Taymans  <wim@fluendo.com>
4318
4319         * ext/theora/theoradec.c: (clip_buffer):
4320         Better clipping.
4321
4322 2006-07-21  Wim Taymans  <wim@fluendo.com>
4323
4324         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4325         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4326         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4327         Fix leak.
4328         Avoid type casting when we can.
4329
4330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4331         Fix mem leak.
4332
4333 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4334
4335         * ext/alsa/gstalsamixerelement.c:
4336         (gst_alsa_mixer_element_change_state):
4337           Make state change fail if the specified device can't be opened
4338           for some reason.
4339
4340 2006-07-20  Wim Taymans  <wim@fluendo.com>
4341
4342         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4343         (cb_newpad), (main):
4344         Example of a small audio/video player using decodebin.
4345
4346 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4347
4348         * gst-libs/gst/riff/riff-ids.h:
4349           Add 'fact' chunk id
4350
4351 2006-07-19  Wim Taymans  <wim@fluendo.com>
4352
4353         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4354         (gst_base_rtp_depayload_chain),
4355         (gst_base_rtp_depayload_change_state):
4356         Don't assert when not negotiated but post a meaningfull 
4357         error message. Fixes #347918.
4358
4359         * gst-libs/gst/rtp/gstbasertppayload.c:
4360         Add comment about better default MTU size.
4361
4362         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4363         Small cleanups, start docs.
4364
4365 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4366
4367         Patch by: Martin Szulecki
4368
4369         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4370           If "device-name" is requested and the device is not
4371           open, try to temporarily open it to obtain this
4372           information (#342494).
4373
4374 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4375
4376         * gst-libs/gst/tag/gstid3tag.c:
4377           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4378
4379         * gst-libs/gst/tag/gsttageditingprivate.h:
4380         * gst-libs/gst/tag/gstvorbistag.c:
4381           Some more random const-ifications.
4382
4383 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4384
4385         * gst-libs/gst/riff/riff-ids.h:
4386         * gst-libs/gst/riff/riff-media.c:
4387         (gst_riff_create_video_template_caps):
4388           Add more FOURCCs (sort list to make stuff easier to find),
4389           add comment what those 16 bytes in struct _gst_riff_strh according to
4390           one avi-dumper are
4391
4392 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * gst-libs/gst/audio/multichannel.c:
4395         (gst_audio_check_channel_positions),
4396         (gst_audio_fixate_channel_positions):
4397           Const-ify two arrays.
4398
4399 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4400
4401         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4402           Fix typo, so that alsasink also advertises 8 channels
4403           if that's supported (tags: can, worms, open, alsa, ph34r).
4404
4405 2006-07-17  Wim Taymans  <wim@fluendo.com>
4406
4407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4408         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4409         *sigh*, when is the compiler going to warn when the comments
4410         are out-of-sync with the code.. Refix case of busted theora
4411         headers with 0 granule pos.
4412
4413 2006-07-14  Wim Taymans  <wim@fluendo.com>
4414
4415         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4416         (gst_base_rtp_depayload_wait),
4417         (gst_base_rtp_depayload_change_state),
4418         (gst_base_rtp_depayload_set_property),
4419         (gst_base_rtp_depayload_get_property):
4420         Fix 99% cpu load by waiting for absolute times on the
4421         clock. Fixes #347300.
4422
4423 2006-07-14  Andy Wingo  <wingo@pobox.com>
4424
4425         * ext/theora/gsttheoraparse.h: 
4426         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4427         (theora_parse_push_headers, theora_parse_clear_queue)
4428         (theora_parse_drain_queue_prematurely, )
4429         (theora_parse_sink_event, theora_parse_change_state): Queue events
4430         until we initialized our state, like in vorbisparse.
4431
4432         * ext/vorbis/vorbisparse.h: 
4433         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4434         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4435         (vorbis_parse_drain_queue_prematurely, )
4436         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4437         until we have initialized our state. Fixes seeking after an
4438         initial pad block.
4439
4440 2006-07-14  Andy Wingo  <wingo@pobox.com>
4441
4442         Patch by: Iain Holmes <iaingnome@gmail.com>
4443         
4444         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4445
4446 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4447
4448         * configure.ac:
4449         Bump nano back to CVS
4450
4451 === release 0.10.9 ===
4452
4453 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4454
4455         * configure.ac:
4456           releasing 0.10.9, "I walk the line"
4457
4458 2006-07-14  Michael Smith  <msmith@fluendo.com>
4459
4460         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4461           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4462           (commonly happens when running this test under valgrind) when trying
4463           to remove the buffer probe.
4464
4465 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4466
4467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4468         Fix missing g_unlock from the previous commit
4469
4470 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4471
4472         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4473         (gst_ximagesink_change_state):
4474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4475         (gst_xvimagesink_change_state):
4476         Implement a locking order to ensure we always take the object lock
4477         before the x_lock and never vice-versa.
4478
4479 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4480
4481         * gst/playback/gstdecodebin.c: (find_compatibles):
4482         Fix a caps leak when linking (#347304)
4483
4484         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4485         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4486         (gst_ximagesink_change_state):
4487         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4488         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4489         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4490         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4491         Don't leak shared memory resources. Use the object lock to protect
4492         against the xcontext disappearing while returning a buffer from the
4493         pipeline. (#347304)
4494
4495 2006-07-12  Edward Hervey  <edward@fluendo.com>
4496
4497         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4498         (vorbis_handle_comment_packet):
4499         gst_tag_list_merge() returns a new object. Take that into account when
4500         using it. This avoids memleak.
4501         Revert previous commit which is not needed.
4502
4503 2006-07-12  Edward Hervey  <edward@fluendo.com>
4504
4505         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4506         Reset the decoder in finalize so that all fields get cleared.
4507
4508 2006-07-12  Wim Taymans  <wim@fluendo.com>
4509
4510         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4511         (gst_base_audio_src_set_clock),
4512         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4513         Don't try to post an error message when setting the clock fails
4514         as this can happen when adding an element to a bin which will then
4515         deadlock. Fixes #347296.
4516
4517 2006-07-12  Edward Hervey  <edward@fluendo.com>
4518
4519         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4520         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4521         (vorbis_handle_type_packet):
4522         Post tag messages on the bus even if we're not initialized.
4523         If we're not initialized, we still postpone the event pushing of tags.
4524
4525 2006-07-12  Wim Taymans  <wim@fluendo.com>
4526
4527         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4528         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4529         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4530         Revert last two changes that broke the freeze.
4531
4532 2006-07-12  Wim Taymans  <wim@fluendo.com>
4533
4534         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4535         basesink calculates silence sample correctly for us.
4536
4537 2006-07-12  Wim Taymans  <wim@fluendo.com>
4538
4539         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4540         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4541         Calculate correct silence samples so we don't fill our ringbuffer
4542         with noise.
4543
4544 2006-07-12  Edward Hervey  <edward@fluendo.com>
4545
4546         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4547         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4548         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4549         * ext/vorbis/vorbisdec.h:
4550         Delay sending events (newsegment, tags) until the decoder is properly
4551         initialized.
4552         Fixes #347295
4553
4554 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4555
4556         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4557         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4558           Patch from #347221 adding a test for audioconvert
4559           channel remappings.
4560
4561 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4564         (gst_ssa_parse_parse_line):
4565           Don't include the terminating NUL in the buffer size,
4566           it's only there for extra paranoia (would add random
4567           '*' characters at the end of each subtitle since the
4568           terminator itself is not valid UTF-8 technically).
4569           Also fix indenting after boilerplate macro.
4570
4571 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4572
4573         * gst/playback/gstdecodebin.c: (close_pad_link):
4574           Also emit 'unknown-type' signal (which should really be
4575           called unhandled-type) if we found potential decoders/demuxers
4576           in the registry but none of them worked in the end (as in the
4577           case where the plugins don't exist any longer but are still
4578           listed in the registry). Fixes #329798.
4579
4580 2006-07-08  Andy Wingo  <wingo@pobox.com>
4581
4582         * theoraparse.c (theora_parse_push_buffer)
4583         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4584         Add some more debugging. Fix granulepos reconstruction in the face
4585         of discontinuities.
4586
4587 2006-07-06  Wim Taymans  <wim@fluendo.com>
4588
4589         * gst-libs/gst/audio/gstbaseaudiosink.c:
4590         (gst_base_audio_sink_class_init),
4591         (gst_base_audio_sink_provide_clock):
4592         Use gobject_class instead of G_OBJECT_CLASS (klass)
4593
4594         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4595         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4596         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4597         (gst_base_audio_src_get_time),
4598         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4599         (gst_base_audio_src_create_ringbuffer):
4600         Fix latency and buffer-time constants and properties ala basesink.
4601         Implement pull based scheduling. Fixes #346527.
4602         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4603         one segment.
4604         Refuse slaving to another clock instead of silently not working.
4605         Only provide a clock when we are actually able to do so.
4606         Various small cleanups and compiler hints.
4607
4608 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         Patch by: Lutz Mueller <lutz at topfrose de>
4611
4612         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4613         (plugin_init):
4614           Add typefinding for text/html (#346581).
4615
4616 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4619         (xml_check_first_element), (xml_type_find), (smil_type_find):
4620           Fix SMIL typefinding, make xml_check_first_element() more
4621           useful.
4622
4623 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4624
4625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4626         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4627         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4628         * gst/playback/gstplaybasebin.h:
4629           Protect list of elements with a subtitle-encoding property and
4630           the subtitle encoding member itself with a lock of their own
4631           instead of using the object lock. This prevents a dead-lock in
4632           the element-remove callback in some circumstances when shutting
4633           down playbin.
4634
4635 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4636
4637         * win32/common/libgsttag.def:
4638         Export some new functions.
4639         * win32/vs6/libgstogg.dsp:
4640         Add a link to libgsttag-0.10.lib.
4641
4642 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4643
4644         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4645           Some const-ification.
4646
4647 2006-07-04  Wim Taymans  <wim@fluendo.com>
4648
4649         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4650         Improve checking if we are dealing with a stream. Added some
4651         more uris that need buffering.
4652
4653 2006-07-03  Edward Hervey  <edward@fluendo.com>
4654
4655         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4656         Remove unused variable.
4657
4658 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4659
4660         * Makefile.am:
4661           include lcov.mak
4662         * configure.ac:
4663           add GCOV_LIBS to GST_LIBS
4664
4665 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4666
4667         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4668
4669         * ext/alsa/gstalsasrc.c:
4670           Add 32 bps to template caps and increase channels range
4671           from [1,2] to [1,MAX]. See #346326.
4672
4673 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4676           Recognise 'WMVA' video codec fourcc (#345879).
4677           
4678 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4679          
4680         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4681           Fixed nasty memory leak
4682
4683 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4684
4685         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4686         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4687           fix logging
4688
4689 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4690
4691         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4692         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4693         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4694         Protect remove_fakesink using a mutex, so that we don't try and
4695         remove the fakesink simultaneously from multiple threads.
4696
4697         When going from READY to PAUSED, restore the fakesink, so that
4698         it is there when decodebin gets reused.
4699
4700 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4701
4702         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4703         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4704         * gst-libs/gst/rtp/gstbasertppayload.c:
4705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4706         * gst/tcp/gstmultifdsink.c:
4707         * gst/tcp/gsttcpclientsink.c:
4708         * gst/tcp/gsttcpclientsrc.c:
4709         * gst/tcp/gsttcpserversink.c:
4710         * gst/tcp/gsttcpserversrc.c:
4711         * gst/videorate/gstvideorate.c:
4712         * gst/videotestsrc/gstvideotestsrc.c:
4713         * sys/v4l/gstv4ljpegsrc.c:
4714         * sys/v4l/gstv4lmjpegsink.c:
4715         * sys/v4l/gstv4lsrc.c:
4716         * tests/examples/seek/scrubby.c:
4717         * tests/examples/seek/seek.c:
4718           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4719
4720 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4723           Second field in GEnumValue shouldn't be a description,
4724           but a stringified version of the enum value.
4725
4726 2006-06-22  Wim Taymans  <wim@fluendo.com>
4727
4728         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4729         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4730         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4731         Avoid type checking in buffer casts.
4732         Avoid caps copy in buffer_alloc when we can.
4733         Use pad_peer_accept.
4734
4735 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4736
4737         * gst-libs/gst/tag/tag.h:
4738           Oops, make that 'Since: 0.10.9'.
4739
4740 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4741
4742         * docs/libs/gst-plugins-base-libs-sections.txt:
4743         * gst-libs/gst/tag/tag.h:
4744         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4745         (gst_tag_image_type_get_type):
4746           API: add GstTagImageType enum to describe images contained
4747           in image tags (#345641).
4748
4749 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4752           Fix warnings with gst-inspect: "buffers-min" property
4753           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4754           typo in property description.
4755
4756 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4757
4758         Patch by: Cody Russell <bratsche at gnome org>
4759
4760         * gst/audioresample/gstaudioresample.c:
4761         (gst_audioresample_class_init):
4762         * gst/playback/gststreamselector.c:
4763         (gst_stream_selector_class_init):
4764         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4765         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4766         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4767         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4768         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4769         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4770         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4771         * gst/videotestsrc/gstvideotestsrc.c:
4772         (gst_video_test_src_class_init):
4773         * gst/volume/gstvolume.c: (gst_volume_class_init):
4774           Avoid unnecessary class cast check in class_init
4775           functions (#337747).
4776
4777 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4778
4779         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4780         (gst_text_overlay_video_chain):
4781           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4782           and doesn't validate its input either (and neither did
4783           textoverlay it seems). Let's do that then and fix #345206.
4784
4785 2006-06-19  Wim Taymans  <wim@fluendo.com>
4786
4787         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4788         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4789         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4790         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4791         (find_syncframe), (find_limits), (assign_value),
4792         (count_burst_unit), (gst_multi_fd_sink_new_client),
4793         (gst_multi_fd_sink_handle_client_write),
4794         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4795         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4796         (gst_multi_fd_sink_change_state):
4797         * gst/tcp/gstmultifdsink.h:
4798         Added shiny new burst-on-connect methods.
4799         Add properties to control the minimal amount of data queued.
4800         Small cleanups.
4801         API: bytes-min property
4802         API: time-min property
4803         API: buffers-min property
4804         API: burst-unit property
4805         API: burst-value property
4806         API: add-full signal
4807
4808         * gst/tcp/gsttcp-marshal.list:
4809         Added new marshaller code for the new signal.
4810
4811         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4812         (multifdsink_suite):
4813         Added testcases for new burst methods.
4814
4815 2006-06-19  Edward Hervey  <edward@fluendo.com>
4816
4817         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4818         Implement clipping for accurate seeking.
4819         Closes #345225
4820
4821 2006-06-19  Wim Taymans  <wim@fluendo.com>
4822
4823         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4824
4825         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4826         (gst_video_scale_transform):
4827         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4828
4829 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * configure.ac:
4832           Fix --disable-external (can't set conditionals conditionally,
4833           #343602).
4834
4835 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * tests/check/elements/audioresample.c: (test_reuse),
4838         (audioresample_suite):
4839           Add test case for bug #342789 fixed below.
4840
4841 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * gst/audioresample/gstaudioresample.c:
4844         (gst_audioresample_class_init), (gst_audioresample_init),
4845         (audioresample_start), (audioresample_stop),
4846         (gst_audioresample_set_property), (gst_audioresample_get_property):
4847           Implement GstBaseTransform::start and ::stop so that audioresample
4848           can clear its internal state properly and be reused instead of
4849           causing non-negotiated errors with playbin under some circumstances
4850           (#342789).
4851
4852         * tests/check/elements/audioresample.c: (setup_audioresample),
4853         (cleanup_audioresample):
4854           Need to set element state here so that ::start and ::stop are
4855           called.
4856
4857 2006-06-16  Wim Taymans  <wim@fluendo.com>
4858
4859         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4860
4861         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4862         Parse extra data better, apparently it's right behind
4863         the normal strf header size. Fixes #343500.
4864
4865 2006-06-16  Wim Taymans  <wim@fluendo.com>
4866
4867         * ext/alsa/gstalsasink.c: (set_hwparams):
4868         If we fail to set the buffer_time and period_time alsa
4869         parameters, post a warning and leave alsa select a 
4870         default instead of failing. Fixes #342085
4871
4872 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4873
4874         * docs/libs/gst-plugins-base-libs-sections.txt:
4875         * gst-libs/gst/cdda/gstcddabasesrc.h:
4876           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4877           out in the header file and shouldn't be listed in the docs.
4878
4879         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4880           Must dereference pointer to fourcc in the debug statement.
4881
4882 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4883
4884         * docs/libs/Makefile.am:
4885         * docs/libs/gst-plugins-base-libs-docs.sgml:
4886         * docs/libs/gst-plugins-base-libs-sections.txt:
4887         * docs/libs/gst-plugins-base-libs.types:
4888         add remaining symbols into correct setions
4889         
4890         * gst-libs/gst/audio/gstringbuffer.c:
4891         fix incomplete docs
4892         
4893         * gst-libs/gst/audio/gstringbuffer.h:
4894         comment out not yet implemented function
4895         
4896         
4897         * gst-libs/gst/floatcast/floatcast.h:
4898         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4899         add short descriptions
4900         
4901         
4902         * gst-libs/gst/interfaces/propertyprobe.c:
4903         fix return value docs   
4904         
4905         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4906         simplify debug logging
4907         
4908         * gst-libs/gst/riff/riff-read.h:
4909         sync function prototype and docs
4910         
4911         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4912         remove left over symbol
4913
4914 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         * autogen.sh:
4917         * configure.ac:
4918         * docs/Makefile.am:
4919           Use GST_PLUGIN_DOCS macro in configure.ac, add
4920           --enable-plugin-docs default to autogen.sh and use
4921           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4922
4923 2006-06-15  Wim Taymans  <wim@fluendo.com>
4924
4925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4926         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4927         (gst_ogg_demux_loop):
4928         Combine GstFlowReturn from the source pads to give a
4929         meaningfull result to the upstream peer or to stop the
4930         processing task in case of errors.
4931
4932 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * gst/playback/gststreaminfo.c: (cb_probe):
4935           Try GST_TAG_CODEC as fallback when extracting the
4936           codec name; more debug info.
4937
4938 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4939
4940         * ext/ogg/Makefile.am:
4941         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4942           Extract language tags from ogm subtitle streams, so that
4943           the subtitle menu choices are labelled correctly in
4944           Totem (fixes #344708).
4945
4946 2006-06-14  Wim Taymans  <wim@fluendo.com>
4947
4948         Patch by: Alessandro Decina <alessandro at nnva dot org>
4949
4950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4951         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4952         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4953         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4954         Fix various leaks. Fixes #343699.
4955         Add x-smoke mime type.
4956
4957 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         * gst-libs/gst/riff/riff-ids.h:
4960           Add IDs for 'bext' chunks (see #343837).
4961
4962 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         Patch by: Young-Ho Cha  <ganadist at chollian net>
4965
4966         * gst/subparse/samiparse.c: (sami_context_pop_state),
4967         (handle_start_font), (end_sami_element):
4968           Honour font face tags in SAMI subtitles (#344503).
4969
4970 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4971
4972         * po/POTFILES.in:
4973           add missing files containing translatable strings
4974
4975 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4976
4977         * docs/libs/tmpl/.cvsignore:
4978           we don't want those *.sgml files in CVS either
4979
4980 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4981
4982         * docs/libs/.cvsignore:
4983         * tests/check/elements/.cvsignore:
4984         * tests/check/libs/.cvsignore:
4985           ignore more
4986
4987 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4988
4989         * docs/libs/Makefile.am:
4990           also commiting the changed Makefile.am (added more libs to the
4991           doc-build)
4992
4993 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4994
4995         * docs/libs/gst-plugins-base-libs-docs.sgml:
4996         * docs/libs/gst-plugins-base-libs-sections.txt:
4997         * docs/libs/gst-plugins-base-libs.types:
4998           first batch of reordering things, add index & hierarchy
4999
5000 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5001
5002         * configure.ac:
5003           use GST_PKG_CHECK_MODULES, cleans up output
5004
5005 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5006
5007         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5008           Add support for burn:// URIs (#343385); const-ify things a bit,
5009           use G_N_ELEMENTS instead of hard-coded array size.
5010
5011 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5012
5013         Patch by: Young-Ho Cha  <ganadist at chollian net>
5014
5015         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5016           Fix up broken entities before passing them to libxml *sigh*.
5017           (#343303).
5018           
5019 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5020
5021         * configure.ac:
5022           back to TRUNK
5023
5024 === release 0.10.8 ===
5025
5026 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5027
5028         * configure.ac:
5029           releasing 0.10.8, "Moar gij ziet mij nie"
5030
5031 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5032
5033         * configure.ac:
5034         * po/af.po:
5035         * po/az.po:
5036         * po/cs.po:
5037         * po/en_GB.po:
5038         * po/hu.po:
5039         * po/it.po:
5040         * po/nb.po:
5041         * po/nl.po:
5042         * po/or.po:
5043         * po/sq.po:
5044         * po/sr.po:
5045         * po/sv.po:
5046         * po/uk.po:
5047         * po/vi.po:
5048         * win32/common/config.h:
5049           0.10.7.2 prerelease
5050
5051 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5052
5053         * docs/libs/tmpl/gstaudio.sgml:
5054         * docs/libs/tmpl/gstcolorbalance.sgml:
5055         * docs/libs/tmpl/gstmixer.sgml:
5056         * docs/libs/tmpl/gstringbuffer.sgml:
5057         * docs/libs/tmpl/gsttuner.sgml:
5058         * docs/libs/tmpl/gstxoverlay.sgml:
5059         * gst-libs/gst/audio/audio.c:
5060         * gst-libs/gst/audio/gstringbuffer.c:
5061         * gst-libs/gst/interfaces/colorbalance.c:
5062         * gst-libs/gst/interfaces/mixer.c:
5063         * gst-libs/gst/interfaces/tuner.c:
5064         * gst-libs/gst/interfaces/xoverlay.c:
5065           move last template doc snippets to source code and delete them
5066
5067 2006-06-06  Michael Smith  <msmith@fluendo.com>
5068
5069         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5070         (theora_parse_drain_queue):
5071           Mark DELTA_UNIT on non-keyframes.
5072
5073 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5074
5075         * gst-libs/gst/audio/gstbaseaudiosink.c:
5076         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5077         * gst-libs/gst/audio/gstbaseaudiosink.h:
5078         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5079         (gst_ring_buffer_samples_done):
5080         * gst-libs/gst/audio/gstringbuffer.h:
5081         Document better the fact that latency_time and buffer_time are values
5082         stored in microseconds, and not the usual GStreamer nanoseconds.
5083         Change the variables (compatibly) that store them from GstClockTime 
5084         to guint64 to make it more clear that they're not storing clock times.
5085         Also, remove the bogus property description that says the user can
5086         specify -1 to get the default value, since that's never been the case.
5087
5088         When computing the default segment size for the ring buffer, make it
5089         an integer number of samples.
5090
5091         When the sub-class indicates a delay greater than the number of
5092         samples we've written return 0 from the audio sink get_time method.
5093
5094 2006-06-02  Michael Smith  <msmith@fluendo.com>
5095
5096         * tests/check/elements/audioconvert.c: (set_channel_positions),
5097         (get_float_mc_caps), (get_int_mc_caps):
5098         * tests/check/elements/audioresample.c:
5099         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5100         * tests/check/elements/videorate.c:
5101         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5102         * tests/check/elements/volume.c:
5103         * tests/check/elements/vorbisdec.c:
5104         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5105           Don't busy-wait in tests; this was causing test timeouts very
5106           frequently when running under valgrind.
5107
5108 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5109
5110         * gst/tcp/README:
5111         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5112         (gst_multi_fd_sink_remove_client_link),
5113         (gst_multi_fd_sink_client_queue_caps),
5114         (gst_multi_fd_sink_client_queue_buffer),
5115         (gst_multi_fd_sink_handle_client_write),
5116         (gst_multi_fd_sink_render):
5117         * gst/tcp/gstmultifdsink.h:
5118           make multifdsink properly deal with streamheader:
5119           - streamheader is taken from caps
5120           - buffers marked with IN_CAPS are not sent
5121           - streamheaders are sent, on connection, from the caps of the
5122             buffer where the client gets positioned to
5123           - further streamheader changes are done every time the client
5124             will receive a buffer with different caps
5125         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5126         (gst_multifdsink_create_streamheader):
5127           add tests for this
5128
5129 2006-06-02  Michael Smith  <msmith@fluendo.com>
5130
5131         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5132           Reinstate limit on channel count. Vorbis does not define the meaning
5133           of > 6 channels, so they're just independent channels. Gstreamer
5134           currently has no mechanism to represent N independent channels.
5135
5136 2006-06-02  Michael Smith  <msmith@fluendo.com>
5137
5138         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5139           Don't arbitrarily restrict channel counts and rate in vorbis.
5140           In terms of effects likely on real-world files, this fixes 96kHz
5141           playback of vorbis.
5142
5143 2006-06-02  Michael Smith  <msmith@fluendo.com>
5144
5145         * gst/audioconvert/audioconvert.c: (float):
5146           More correct float->int conversion.
5147
5148 2006-06-02  Michael Smith  <msmith@fluendo.com>
5149
5150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5151           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5152           value. Fixes g-critical on trying to play back ogg containing
5153           unknown codec.
5154
5155 2006-06-02  Wim Taymans  <wim@fluendo.com>
5156
5157         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5158         (setup_source):
5159         * gst/playback/gstplaybasebin.h:
5160         Make the subtitle detection work from any thread so we don't
5161         deadlock. Fixes #343397.
5162
5163 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5164
5165         * gst/volume/Makefile.am:
5166           Seriously, it's not *that* hard to get compilation right.  Even
5167           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5168
5169 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5170
5171         * gst/volume/gstvolume.c: (volume_choose_func),
5172         (volume_update_real_volume), (gst_volume_class_init),
5173         (gst_volume_init), (volume_process_float), (volume_process_int16),
5174         (volume_process_int16_clamp), (volume_set_caps),
5175         (volume_transform_ip), (plugin_init):
5176         * gst/volume/gstvolume.h:
5177         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5178         another property desc., remove unused param from process function
5179         
5180         * tests/check/elements/volume.c: (volume_suite):
5181         reactivate the passthrough test
5182
5183 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5184
5185         * ext/alsa/gstalsamixerelement.h:
5186         * ext/alsa/gstalsamixeroptions.h:
5187         * ext/alsa/gstalsamixertrack.h:
5188         * ext/gnomevfs/gstgnomevfssink.h:
5189         * ext/gnomevfs/gstgnomevfssrc.h:
5190         * ext/theora/gsttheoradec.h:
5191         * ext/theora/gsttheoraenc.h:
5192         * ext/theora/gsttheoraparse.h:
5193         * ext/vorbis/vorbisparse.h:
5194         * gst-libs/gst/audio/gstaudioclock.h:
5195         * gst-libs/gst/audio/gstaudiofilter.h:
5196         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5197         * gst/audioconvert/gstaudioconvert.h:
5198         * gst/audioresample/gstaudioresample.h:
5199         * gst/audiotestsrc/gstaudiotestsrc.h:
5200         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5201         * gst/playback/gststreamselector.h:
5202         * gst/tcp/gstmultifdsink.h:
5203         * gst/tcp/gsttcpclientsink.h:
5204         * gst/tcp/gsttcpclientsrc.h:
5205         * gst/tcp/gsttcpserversink.h:
5206         * gst/tcp/gsttcpserversrc.h:
5207         * gst/videorate/gstvideorate.h:
5208         * gst/videoscale/gstvideoscale.h:
5209         * gst/videotestsrc/gstvideotestsrc.h:
5210         * gst/volume/gstvolume.h:
5211         * sys/v4l/gstv4ljpegsrc.h:
5212         * sys/v4l/gstv4lmjpegsink.h:
5213         * sys/v4l/gstv4lmjpegsrc.h:
5214         * sys/v4l/gstv4lsrc.h:
5215         * sys/ximage/ximagesink.h:
5216         * sys/xvimage/xvimagesink.h:
5217         * tests/old/testsuite/alsa/sinesrc.h:
5218         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5219
5220 2006-05-31  Wim Taymans  <wim@fluendo.com>
5221
5222         * ext/libvisual/visual.c: (gst_visual_reset),
5223         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5224         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5225         Handle DISCONT.
5226         Use running time before doing QoS.
5227         Handle mono too.
5228
5229 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5230
5231         * docs/libs/Makefile.am:
5232           set a magic variable to indicate we know the docs are incomplete
5233
5234 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5235
5236         * win32/common/libgstvideo.def:
5237           export gst_video_calculate_display_ratio
5238         * win32/vs6/libgstvideoscale.dsp:
5239           add link to libgstvideo-0.10.lib
5240
5241 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * gst/playback/gstplaybasebin.c: (gen_source_element):
5244           Throw a more comprehensible error for rtsp:// URIs (rather
5245           than erroring out with a negotiation error later on) until
5246           we fix playbin to handle rtspsrc etc.
5247
5248 2006-05-30  Wim Taymans  <wim@fluendo.com>
5249
5250         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5251         (gst_text_overlay_text_event):
5252         Added some FIXMEs.
5253
5254 2006-05-30  Wim Taymans  <wim@fluendo.com>
5255
5256         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5257         (gst_adder_request_new_pad), (gst_adder_release_pad):
5258         * gst/adder/gstadder.h:
5259         Implement release_request_pad.
5260         Make padcounter atomic.
5261
5262         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5263         Added check for release_pad in adder.
5264
5265 2006-05-30  Wim Taymans  <wim@fluendo.com>
5266
5267         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5268         Fix build again.
5269
5270 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5271
5272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5273         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5274         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5275         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5276         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5277         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5278         (gst_ogg_demux_bisect_forward_serialno),
5279         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5280         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5281           add more debugging
5282           clean up printf formats for granulepos and serialno
5283
5284 2006-05-30  Michael Smith  <msmith@fluendo.com>
5285
5286         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5287         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5288         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5289         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5290         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5291         * ext/vorbis/vorbisenc.h:
5292           Multi-channel caps negotiation, so we can do proper multichannel
5293           vorbis encoding, negotiated through audioconvert.
5294
5295 2006-05-30  Wim Taymans  <wim@fluendo.com>
5296
5297         * tests/check/elements/adder.c: (test_event_message_received),
5298         (test_play_twice_message_received), (GST_START_TEST),
5299         (adder_suite):
5300         Added check to show that #339935 is fixed with ongoing
5301         adder and collectpads fixes.
5302
5303 2006-05-29  Wim Taymans  <wim@fluendo.com>
5304
5305         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5306         Don't leak pad name.
5307
5308 2006-05-29  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst/adder/gstadder.c: (gst_adder_query_duration),
5311         (forward_event_func), (forward_event), (gst_adder_src_event):
5312         Fix adder seeking.
5313         Make query/seeking code threadsafe.
5314
5315         * tests/check/Makefile.am:
5316         * tests/check/elements/adder.c: (test_event_message_received),
5317         (GST_START_TEST), (test_play_twice_message_received):
5318         Fix adder test case.
5319
5320 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         Patch by: Young-Ho Cha  <ganadist at chollian net>
5323
5324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5325         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5326         (set_encoding_element), (decodebin_element_added_cb),
5327         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5328         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5329         * gst/playback/gstplaybasebin.h:
5330           Add 'subtitle-encoding' property to playbin, so applications can
5331           force a subtitle encoding for non-UTF8 subtitles (#342268).
5332
5333         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5334         (gst_sub_parse_set_property):
5335           Rename recently-added 'encoding' property to 'subtitle-encoding'
5336           (so it can be proxied by playbin/decodebin in a generic way
5337           with less danger of false positives).
5338
5339 2006-05-29  Michael Smith  <msmith@fluendo.com>
5340
5341         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5342         (append_with_other_format), (set_structure_widths),
5343         (gst_audio_convert_transform_caps):
5344           Patch from #341562: give more specific audio caps in get_caps, so
5345           that basetransform  can make better decisions on what caps to
5346           negotiate.
5347
5348 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5349
5350         * tests/check/elements/volume.c:
5351         make it compile again
5352
5353 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5354
5355         * tests/check/elements/volume.c: (volume_suite):
5356         disable test until #343196 gets resolved
5357
5358 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5359
5360         * gst/adder/gstadder.c: (gst_adder_get_type):
5361         Make it easier to copy&paste
5362         
5363         * gst/volume/Makefile.am:
5364         * gst/volume/gstvolume.c: (volume_update_real_volume),
5365         (gst_volume_set_volume), (gst_volume_set_mute),
5366         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5367         (volume_transform_ip), (volume_update_mute),
5368         (volume_update_volume):
5369         * gst/volume/gstvolume.h:
5370         Add own debug category, move duplicate code to helper function, fix
5371         property texts, add more comments and prepare ffor liboil-goodness
5372         
5373         * tests/check/Makefile.am:
5374         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5375         add test for mute and passtrough case, be a bit more verbose to track
5376         failure
5377         
5378         * tests/check/generic/states.c: (GST_START_TEST):
5379         catch elements that fail to instantiate
5380
5381 2006-05-28  Edward Hervey  <edward@fluendo.com>
5382
5383         * tests/check/pipelines/simple-launch-lines.c:
5384         * tests/check/pipelines/theoraenc.c:
5385         * tests/check/pipelines/vorbisenc.c:
5386         Comment out tests using parse_launch() if core was built without
5387         parsing capabilities.
5388
5389 2006-05-27  Edward Hervey  <edward@fluendo.com>
5390
5391         * tests/check/Makefile.am:
5392         Extra bonus points for whoever explains to ensonic that you are meant
5393         to test unit tests thoroughly before commiting them, especially if
5394         you know it's going to break.
5395         De-activated element/adder tests.
5396
5397 2006-05-27  Edward Hervey  <edward@fluendo.com>
5398
5399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5400         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5401         Marking caps conversion issues as GST_WARNING is way too verbose,
5402         Moving them to GST_LOG.
5403
5404 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * README:
5407           Replace current README (containing the release notes from
5408           some 0.9.x version) with a proper README taken from the core.
5409
5410 2006-05-26  Wim Taymans  <wim@fluendo.com>
5411
5412         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5413         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5414         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5415         (vorbis_dec_change_state):
5416         Small cleanups.
5417         Add some FIXMEs
5418         Clip output samples to segment boundaries.
5419
5420 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5421
5422         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5423         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5424         Improve the errors produced on bad output, including some human
5425         readable description strings.
5426         Handle the (theoretical for ximagesink) case where the XServer 
5427         has a different idea about the size required for a particular 
5428         frame and gives us too small a memory allocation.
5429
5430 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5431
5432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5433         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5434         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5435         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5436         Improve the errors produced on bad output, including some human 
5437         readable description strings.
5438         Handle RGB Xv formats properly by transforming them into our 
5439         big-endian caps description.
5440         Use gst_caps_truncate to ensure that we never try and choose a
5441         non-fixed caps in buffer_alloc.
5442         Handle the case where the XServer has a different idea about the size
5443         required for a particular frame and gives us too small a memory
5444         allocation.
5445         Use -1 to indicate 'no image format', because 0 is a valid XServer
5446         image format number.
5447         Put RGB Xv formats at the end of the caps, so that we always prefer
5448         YUV format frames.
5449         Iterate the available Xv Encodings to determine the maximum width and
5450         height, and then return that in our caps.
5451         (Closes #315312, #337544)
5452
5453 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5454
5455         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5456         When there is only one unfinished pad and it receives an event that
5457         doesn't match our requirements, we need to set alldone=FALSE so that
5458         the fakesink is not removed yet.
5459
5460 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5461
5462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5463           Use gst_type_find_helper_for_buffer() to find the type
5464           of stream from the first packet.
5465
5466         * configure.ac:
5467           Bump requirements to core CVS (needed for vorbis
5468           typefinding to work).
5469
5470 2006-05-24  Edward Hervey  <edward@fluendo.com>
5471
5472         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5473         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5474         contain.  Else they play perfectly fine with qtdemux.
5475
5476 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5477
5478         * ext/theora/theoradec.c:
5479         * ext/theora/theoraenc.c:
5480         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5481         * gst/audiorate/gstaudiorate.c:
5482           make more debug catagories static
5483         
5484         * tests/check/Makefile.am:
5485         * tests/check/elements/adder.c: (message_received),
5486         (test_event_message_received), (GST_START_TEST),
5487         (test_play_twice_message_received), (adder_suite):
5488           added test case for using element twice, extra bonus points for anyone
5489           who can make these test run reliably
5490
5491 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5492
5493         * ext/theora/theoradec.c: (theora_dec_chain):
5494           Make work with time-stamped input buffers that do not
5495           have a granulepos in BUFFER_OFFSET_END (like theora
5496           buffers coming from matroskademux). Fixes #342448.
5497
5498 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5499
5500         Patch by: Peter Kjellerstedt  <pkj at axis com>
5501
5502         * gst/tcp/Makefile.am:
5503           fdstresstest doesn't need Gtk+, fix compilation if 
5504           gtk is not available (#342566).
5505
5506 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5507          
5508         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5509           80 line columns
5510           Removed redundant floor()
5511
5512 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5513
5514         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5515           On second thought, just skip JUNK chunks automatically, so
5516           the caller doesn't have to handle this. Fixes #342345.
5517           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5518           not GST_FLOW_ERROR.
5519
5520 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5523           Don't bail out on JUNK chunks with a size of 0 (would try to
5524           pull_range 0 bytes before, which sources don't like too much).
5525           See #342345.
5526
5527 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5528
5529         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5531         Use the gstutil scaling function to preserve 64 bits while calculating
5532         output width and height from the display-aspect-ratio. (A continuation
5533         of #341542)
5534
5535 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5536
5537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5538         (gst_xvimagesink_buffer_alloc):
5539         * sys/xvimage/xvimagesink.h:
5540         When performing buffer allocations, remember the caps and image format
5541         we return so that if the same caps are asked for next time we can
5542         return them immediately without doing any caps intersections.
5543
5544 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5545          
5546         * gst-libs/gst/rtp/README:
5547           Some new documentation
5548         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5549           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5550         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5551         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5552           New RTP audio base payloader class. Supports frame or sample based
5553           codecs.  Not enabled in Makefile.am until approved.
5554
5555 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * tests/check/elements/alsa.c: (test_device_property_probe):
5558           Fix test case: don't try to free NULL GValueArray when there
5559           are no devices.
5560
5561 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5562
5563         * tests/check/Makefile.am:
5564         * tests/check/elements/alsa.c: (test_device_property_probe),
5565         (alsa_suite), (main):
5566           Add simple test that runs a device property probe on alsasrc,
5567           alsasink and alsamixer. Disable valgrind check for now (too
5568           many leaks in libasound, and valgrind ignored my suppressions
5569           additions).
5570
5571 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5572
5573         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5574         (gst_alsa_device_property_probe_probe_property),
5575         (gst_alsa_device_property_probe_needs_probe),
5576         (gst_alsa_device_property_probe_get_values),
5577         (gst_alsa_type_add_device_property_probe_interface):
5578         * ext/alsa/gstalsadeviceprobe.h:
5579         * ext/alsa/gstalsamixerelement.c:
5580         (gst_alsa_mixer_element_init_interfaces):
5581         * ext/alsa/gstalsamixerelement.h:
5582           Clean up and simplify alsa device probing. Make it actually work
5583           for multiple classes. Don't cache results any longer.
5584
5585         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5586         (gst_alsasink_init):
5587         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5588         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5589         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5590           Make alsasink and alsasrc implement the GstPropertyProbe interface
5591           for device probing (#342181).
5592           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5593
5594 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5595
5596         * gst/subparse/samiparse.c: (handle_start_font):
5597           Don't ignore return value of strtol (++compiler_happiness).
5598
5599 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         Patch by: Young-Ho Cha  <ganadist chollian net>
5602
5603         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5604         (gst_sub_parse_class_init), (gst_sub_parse_init),
5605         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5606         (convert_encoding):
5607         * gst/subparse/gstsubparse.h:
5608           Add 'encoding' property (#341681).
5609
5610         * gst/subparse/samiparse.c: (characters_sami):
5611           Output is pango markup, so we need to escape text
5612           between tags (#342143).
5613
5614 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5615
5616         * gst-libs/gst/audio/multichannel.c:
5617         (gst_audio_check_channel_positions):
5618           It's okay to have caps with channels=1 and a channel position
5619           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5620           (deinterleavers might want to keep the position in the caps,
5621           so that they can be re-interleaved again properly later).
5622           Leave check for unexpected 2-channel layouts intact for now.
5623
5624 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5625
5626         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5627         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5628         basesrc can do its job correctly.
5629
5630 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5631
5632         * ext/alsa/Makefile.am:
5633         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5634         (gst_alsa_detect_formats), (get_channel_free_structure),
5635         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5636         (gst_alsa_probe_supported_formats):
5637         * ext/alsa/gstalsa.h:
5638         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5639           Refactor and improve caps probing code: probe signedness
5640           when we probe the supported formats/widths; set endianness
5641           to the one we actually probed for (ie. cpu endianness).
5642           
5643         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5644         (gst_alsasrc_close):
5645         * ext/alsa/gstalsasrc.h:
5646           Implement caps probing for alsasrc.
5647
5648 2006-05-15  Wim Taymans  <wim@fluendo.com>
5649
5650         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5651         (theora_dec_src_query), (theora_dec_src_event),
5652         (theora_dec_sink_event), (theora_handle_comment_packet),
5653         (theora_handle_data_packet), (theora_dec_change_state):
5654         Cleanups, add some G_LIKELY.
5655         Use segment helpers instead of our own wrong code.
5656         Clear queued buffers on seek and READY.
5657
5658         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5659         (vorbis_dec_convert), (vorbis_dec_src_query),
5660         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5661         (vorbis_handle_comment_packet), (vorbis_dec_push),
5662         (vorbis_handle_data_packet), (vorbis_dec_chain),
5663         (vorbis_dec_change_state):
5664         * ext/vorbis/vorbisdec.h:
5665         Remove old useless packetno variable.
5666         Do position query properly.
5667         Add some G_LIKELY.
5668         Do cleanup of queued buffers in new helper function
5669         and use it.
5670
5671 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5674           Query supported sample rates. Fixes #341732.
5675
5676 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5677
5678         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5679         (gst_decode_bin_change_state): Make decodebin reusable
5680         when going from PAUSE_TO_READY and then back to PAUSED.
5681         Fixes #331678.
5682
5683 2006-05-15  Wim Taymans  <wim@fluendo.com>
5684
5685         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5686         (vorbis_dec_convert), (vorbis_dec_src_query),
5687         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5688         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5689         (vorbis_dec_clean_queued), (vorbis_dec_push),
5690         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5691         Cleanups. Use refcounting and DEBUG_OBJECT.
5692         Reset segment on flush, use code methods instead of our
5693         own wrong version.
5694         Fix potential memleak.
5695
5696 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5697
5698         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5699         (gst_alsasink_init):
5700         * ext/alsa/gstalsasink.h:
5701           Don't leak allocated snd_output_t structure if there's
5702           more than one alsasink instance at a time (#341873).
5703           Also fix GObject macros in header file.
5704           
5705 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         * gst/subparse/gstsubparse.c:
5708         (gst_sub_parse_data_format_autodetect):
5709           Don't use libxml functions in the typefinding code.
5710
5711 2006-05-15  Wim Taymans  <wim@fluendo.com>
5712
5713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5714         Fix seeking performance in the case where a non-header 
5715         packet has a 0 granulepos (busted theora case). 
5716         Fixes #341719
5717         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5718          the first place, you limelight stealer you)
5719
5720 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5721
5722         * gst/subparse/gstsubparse.c:
5723         (gst_sub_parse_data_format_autodetect):
5724           Improve SAMI typefinding: handle case where there are
5725           whitespaces or newlines in front of the first <SAMI>
5726           tag (#169936).
5727
5728 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * configure.ac:
5731           Build video4linux plugin even if there's no XVIDEO, just
5732           without implementing the GstXOverlay interface (#334002).
5733          
5734 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5735
5736         * configure.ac:
5737         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5738         (plugin_init):
5739           Add tentative support for libvisual-0.4 (#336881).
5740
5741 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5742
5743         Patch by: Young-Ho Cha <ganadist at chollian net>
5744
5745         * gst/subparse/samiparse.c: (handle_start_font):
5746           Need to map "silver" colour explicitly (#169936).
5747
5748 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5749
5750         Patch by: Young-Ho Cha  <ganadist at chollian net>
5751
5752         * gst/subparse/Makefile.am:
5753         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5754         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5755         (gst_sub_parse_format_autodetect), (feed_textbuf),
5756         (gst_subparse_type_find), (plugin_init):
5757         * gst/subparse/gstsubparse.h:
5758         * gst/subparse/samiparse.c:
5759         * gst/subparse/samiparse.h:
5760           Add support for SAMI subtitles (#169936).
5761
5762 2006-05-14  Michael Smith  <msmith@fluendo.com>
5763
5764         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5765           Fix #341696: crash when mixing L+R+C to mono or stereo.
5766         * tests/check/Makefile.am:
5767         * tests/check/elements/audioconvert.c: (set_channel_positions),
5768         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5769         (audioconvert_suite):
5770           Add test for the above, including some generic framework bits for
5771           testing multichannel things.
5772
5773 === release 0.10.7 ===
5774
5775 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5776
5777         * configure.ac:
5778           releasing 0.10.7, "Leave the gun"
5779
5780 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5781
5782         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5784         Fix the build.
5785
5786 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5787
5788         * docs/libs/gst-plugins-base-libs-docs.sgml:
5789         * docs/libs/gst-plugins-base-libs-sections.txt:
5790         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5791         * gst-libs/gst/video/video.h:
5792         * gst/videoscale/Makefile.am:
5793         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5795         * tests/check/Makefile.am:
5796         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5797         (main):
5798           Fix integer overflow problem with pixel-aspect-ratio calculations
5799           in videoscale and xvimagesink (#341542)
5800
5801 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5802
5803         * gst-libs/gst/tag/gstid3tag.c:
5804           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5805
5806 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5807
5808         * win32/MANIFEST:
5809           update win32 files listing
5810
5811 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5812
5813         patch by: Sjoerd Simons (sjoerd@luon.net)
5814
5815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5816         (group_create), (group_destroy), (add_stream),
5817         (gst_play_base_bin_get_property),
5818         (gst_play_base_bin_get_streaminfo_value_array):
5819         * gst/playback/gstplaybasebin.h:
5820           API: GstPlayBaseBin::stream-info-value-array property
5821           use a more bindings-friendly way of exposing streaminfo
5822           using a GValueArray.  Tested in ipython.
5823           Closes #341114
5824
5825 2006-05-11  Wim Taymans  <wim@fluendo.com>
5826
5827         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5828         (queue_underrun_cb), (queue_filled_cb):
5829         Also catch queue underruns but don't do anything yet.
5830         Refactor and comment queue enlarging code a bit.
5831
5832         * gst/playback/gstplaybasebin.c: (queue_overrun),
5833         (queue_threshold_reached), (queue_out_of_data),
5834         (gen_preroll_element):
5835         If a queue over/underruns check that we don't create nasty
5836         deadlocks when the min-threshold is not reached but the
5837         max-bytes is. In those cases disable max-bytes when we
5838         know that the queue is fed timed data.
5839         Add more comments.
5840
5841 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5842
5843         * gst/playback/gstplaybin.c: (gen_audio_element):
5844           Make playbin automatically plug an 'audioresample'
5845           element before the audio sink as well. This solves
5846           problems with sinks that only accept a very specific
5847           sample rate, like esdsink (e.g. #340379).
5848
5849 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5850
5851         * gst/playback/gstplaybasebin.c: (gen_source_element):
5852           Make http sources send special headers so that we receive
5853           icecast metadata if the http stream is an icecast stream
5854           (otherwise the server will just ignore them). This also
5855           means that from now on users will need the 'icydemux'
5856           element from gst-plugins-good installed if they want to
5857           listen to icecast radio streams. (#341432, #333657).
5858
5859 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5860
5861         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5862         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5863           remove stupid example from docs - it should come with a simple
5864           C program instead.
5865           Clean up/fix docs
5866         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5867         (fail_if_can_read), (GST_START_TEST),
5868         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5869           add a test for changing streamheader which exposes a bug in
5870           multifdsink
5871
5872 2006-05-11  Michael Smith  <msmith@fluendo.com>
5873
5874         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5875         (gst_gnome_vfs_src_received_headers_callback):
5876         * ext/gnomevfs/gstgnomevfssrc.h:
5877           Don't set icy-caps unless we have a sane interval value. Move
5878           interval to a local variable; we never use it outside this function.
5879
5880 2006-05-11  Wim Taymans  <wim@fluendo.com>
5881
5882         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5884         Register special buffer types along with the objects so
5885         that they are not registered at runtime from N different
5886         streaming threads since they are not threadsafe.
5887
5888 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5889
5890         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5891         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5892           add two more tests, one doing streamheader
5893
5894 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5895
5896         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5897           clean up the bufqueue when shutting down
5898         * tests/check/Makefile.am:
5899         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5900         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5901         (main):
5902           add a test for the leak that was just fixed
5903
5904 2006-05-10  Wim Taymans  <wim@fluendo.com>
5905
5906         * gst/adder/gstadder.c: (gst_adder_setcaps),
5907         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5908         (gst_adder_src_event), (gst_adder_sink_event),
5909         (gst_adder_class_init), (gst_adder_finalize),
5910         (gst_adder_request_new_pad), (gst_adder_collected):
5911         * gst/adder/gstadder.h:
5912         Updated some docs. Added comments and FIXMEs all over the place.
5913         Improve debugging info.
5914         Fix leak on finalize by not calling the parent.
5915         Implement duration query.
5916         Make event forwarding threadsafe.
5917         Correctly send NEWSEGMENT at start and after flush.
5918         Handle EOS correctly.
5919         Post error when not negotiated.
5920
5921         * tests/check/elements/adder.c: (GST_START_TEST):
5922         Added FIXME in the test.
5923
5924 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5925
5926         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5927         (gst_text_overlay_halign_get_type),
5928         (gst_text_overlay_wrap_mode_get_type):
5929         * ext/theora/theoradec.c: (theora_handle_type_packet),
5930         (theora_handle_data_packet):
5931         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5932         (theora_enc_sink_setcaps), (theora_enc_chain):
5933         * gst-libs/gst/cdda/gstcddabasesrc.c:
5934         (gst_cdda_base_src_mode_get_type):
5935         * gst/audiotestsrc/gstaudiotestsrc.c:
5936         (gst_audiostestsrc_wave_get_type):
5937         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5938         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5939         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5940         (gst_sync_method_get_type), (gst_unit_type_get_type),
5941         (gst_client_status_get_type):
5942         * gst/videoscale/gstvideoscale.c:
5943         (gst_video_scale_method_get_type):
5944         * gst/videotestsrc/gstvideotestsrc.c:
5945         (gst_video_test_src_pattern_get_type):
5946         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5947         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5948         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5949         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5950         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5951         (paint_setup_RGB565), (paint_setup_xRGB1555):
5952           Const-ify GEnumValue and GFlagsValue arrays. Use
5953           GST_ROUND_UP_* macros instead of home-made ones.
5954
5955 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5956
5957         * configure.ac:
5958           Require core CVS for the new newsegment stuff.
5959
5960 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5961
5962         Patch by: Sjoerd Simons  <sjoerd at luon net>
5963
5964         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5965           Register nick for enum value (#341160).
5966
5967 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5968
5969         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5970         (plugin_init):
5971          backout typefind patch #340375
5972          
5973         * tests/check/elements/adder.c: (message_received),
5974         (GST_START_TEST), (adder_suite):
5975           redo, signal-handling of test
5976
5977 2006-05-09  Wim Taymans  <wim@fluendo.com>
5978
5979         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5980         (gst_adder_collected):
5981         * gst/adder/gstadder.h:
5982         Remove bogus segment merging and forwarding, we don't
5983         care about timestamps anyway and we just produce a
5984         continuous stream. 
5985         Also create a nice NEWSEGMENT event when we start.
5986         Use _scale_int some more.
5987
5988 2006-05-09  Edward Hervey  <edward@fluendo.com>
5989
5990         * tests/icles/stress-xoverlay.c:
5991         Fix if core was built without parsing support.
5992
5993 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5996           Add SEDG (Samsung MPEG-4) fourcc.
5997
5998 2006-05-09  Edward Hervey  <edward@fluendo.com>
5999
6000         * tests/icles/stress-xoverlay.c:
6001         * tests/examples/volume/volume.c:
6002         Fix if core was built without parsing support.
6003
6004         * tests/examples/seek/seek.c:
6005         Disable the parse_launch example if core was built without parsing
6006         support.
6007
6008 2006-05-08  Edward Hervey  <edward@fluendo.com>
6009
6010         * autogen.sh: (CONFIGURE_DEF_OPT): 
6011         libtoolize on Darwin/MacOSX is called glibtoolize
6012
6013 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6014
6015         * tests/check/Makefile.am:
6016         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6017           Disable the adder test, until the build-slaves posses the kindness to 
6018           either like it or to give valid reason for not doing so 
6019
6020 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6021
6022         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6023         (adder_suite):
6024           Shuffle NULL state change around and raise timeout more
6025
6026 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6027
6028         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6029         (mp4_type_find), (plugin_init):
6030           Add typefind to distinguish between "audio/x-m4a" and new type
6031           "video/mp4". Fixes #340375
6032
6033         * tests/check/elements/adder.c: (adder_suite):
6034           Raise timeout to make buildbot happy
6035
6036 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6037
6038         * gst/adder/gstadder.c: (gst_adder_sink_event),
6039         (gst_adder_request_new_pad), (gst_adder_change_state):
6040         * gst/adder/gstadder.h:
6041         * tests/check/Makefile.am:
6042         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6043         (adder_suite), (main):
6044           Add sink-event handling to adder. It tries to merge incomming
6045           newsegment-events. Added test to check if segment_done is comming
6046           through. Fixes #340060
6047
6048 2006-05-05  Andy Wingo  <wingo@pobox.com>
6049
6050         * ext/theora/theoraparse.c (gst_theora_parse_init)
6051         (theora_parse_src_convert, theora_parse_src_query):
6052         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6053         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6054         query functions on the source pads of the theora and vorbis parse
6055         elements. Fixes position querying when doing a remux.
6056
6057 2006-05-05  Michael Smith  <msmith@fluendo.com>
6058
6059         * ext/theora/theoraparse.c: (parse_granulepos),
6060         (theora_parse_drain_queue_prematurely),
6061         (theora_parse_queue_buffer), (theora_parse_sink_event):
6062           Fix flushing.
6063           Fix invalid granulepos outputs when starting with a non-keyframe.
6064
6065 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6066
6067         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6068         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6069         Rearrange MPEG system stream detection, fixing some memleaks in the
6070         process.
6071         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6072         they clean up their data correctly.
6073         Remove unused ogganx caps and move the 'is_annodex' check to inside
6074         the 'is_ogg' if statement.
6075
6076 2006-05-05  Wim Taymans  <wim@fluendo.com>
6077
6078         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6079         Properly remove ghostpads. Fixes #340392
6080
6081 2006-05-04  David Schleef  <ds@schleef.org>
6082
6083         * gst/typefind/gsttypefindfunctions.c:
6084
6085 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6086
6087         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6088         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6089
6090         When typefinding an MP3 in push-based mode, don't penalise the
6091         probability down to 74% when we found 5 valid frames just because we
6092         can't peek the end of the file.
6093
6094         Make the probability for detecting MPEG Transport Streams based on the
6095         number of sequential headers we successfully detected.
6096
6097 2006-05-03  Wim Taymans  <wim@fluendo.com>
6098
6099         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6100         (vorbis_dec_push), (vorbis_dec_chain):
6101         Still produce an error when we receive an empty packet.
6102
6103 2006-05-03  Wim Taymans  <wim@fluendo.com>
6104
6105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6106         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6107         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6108         Mark buffers with DISCONT after seek and after activating new
6109         chains.
6110
6111         * ext/theora/gsttheoradec.h:
6112         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6113         (theora_get_query_types), (theora_dec_sink_event),
6114         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6115         (theora_dec_change_state):
6116         Fix frame counter.
6117         Detect and mark DISCONT buffers.
6118
6119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6120         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6121         (vorbis_dec_change_state):
6122         * ext/vorbis/vorbisdec.h:
6123         Use GstSegment.
6124         Detect and mark DISCONT buffers.
6125         Don't crash on 0 sized buffers.
6126
6127 2006-05-03  Wim Taymans  <wim@fluendo.com>
6128
6129         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6130         (volume_transform_ip):
6131         Increase "volume" property to 10.0. Fixes #340369.
6132         Set the process function to NULL when capsnego fails so that
6133         we properly error out.
6134
6135 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6136
6137         * gst/playback/gstplaybin.c: (add_sink):
6138         * gst/playback/test.c: (main):
6139         * gst/playback/test5.c: (dump_element_stats):
6140         * gst/playback/test6.c: (main):
6141           free caps using gst_caps_unref, don't leak caps-strings
6142
6143 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6146         (plugin_init):
6147           Refine musepack typefinding a bit. Return MAXIMUM
6148           probability when we detect stream version 7 to make
6149           sure the mpeg audio typefinder doesn't trump us.
6150
6151 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6154           Protect against unexpected NULL strf_data buffer.
6155
6156 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6157
6158         * tests/check/elements/audioconvert.c: (verify_convert),
6159         (GST_START_TEST):
6160           interpret the out[] buffer in the order the bytes are actually
6161           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6162           Other tests should use BYTE_ORDER since the array is filled in
6163           with actual values
6164
6165 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6166
6167         * tests/check/elements/audioconvert.c: (verify_convert),
6168         (GST_START_TEST):
6169           when a test fails, give an indication of which it is
6170
6171 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6172
6173         * gst-libs/gst/cdda/gstcddabasesrc.c:
6174           compile fix; strtol() needs <stdlib.h>
6175
6176 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6177
6178         * ext/alsa/gstalsamixerelement.c:
6179         * ext/alsa/gstalsasrc.c:
6180         * ext/cdparanoia/gstcdparanoiasrc.c:
6181         * ext/gnomevfs/gstgnomevfssink.c:
6182         * ext/gnomevfs/gstgnomevfssrc.c:
6183         * ext/ogg/gstoggdemux.c:
6184         * ext/ogg/gstoggmux.c:
6185         * ext/ogg/gstoggparse.c:
6186         * ext/ogg/gstogmparse.c:
6187         * ext/pango/gstclockoverlay.c:
6188         * ext/pango/gsttextoverlay.c:
6189         * ext/pango/gsttextrender.c:
6190         * ext/pango/gsttimeoverlay.c:
6191         * ext/theora/theoradec.c:
6192         * ext/theora/theoraenc.c:
6193         * ext/vorbis/vorbisdec.c:
6194         * ext/vorbis/vorbisenc.c:
6195         * gst-libs/gst/audio/gstaudiofilter.c:
6196         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6197         * gst/audioconvert/gstaudioconvert.c:
6198         * gst/audiorate/gstaudiorate.c:
6199         * gst/audioresample/gstaudioresample.c:
6200         * gst/audiotestsrc/gstaudiotestsrc.c:
6201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6202         * gst/playback/gstdecodebin.c:
6203         * gst/playback/gstplaybin.c:
6204         * gst/playback/gststreamselector.c:
6205         * gst/subparse/gstsubparse.c:
6206         * gst/tcp/gstmultifdsink.c:
6207         * gst/tcp/gsttcpclientsink.c:
6208         * gst/tcp/gsttcpclientsrc.c:
6209         * gst/tcp/gsttcpserversink.c:
6210         * gst/tcp/gsttcpserversrc.c:
6211         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6212         * gst/videorate/gstvideorate.c:
6213         * gst/videoscale/gstvideoscale.c:
6214         * gst/videotestsrc/gstvideotestsrc.c:
6215         * gst/volume/gstvolume.c:
6216         * sys/v4l/gstv4ljpegsrc.c:
6217         * sys/v4l/gstv4lmjpegsink.c:
6218         * sys/v4l/gstv4lmjpegsrc.c:
6219         * sys/v4l/gstv4lsrc.c:
6220         * sys/ximage/ximagesink.c:
6221         * sys/xvimage/xvimagesink.c:
6222         * tests/check/libs/cddabasesrc.c:
6223           make GstElementDetails const
6224
6225 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6226
6227         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6228         (gst_adder_init):
6229           send events from src-pad to all sink-pads fixes #338657
6230
6231 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6232
6233         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6234         (alsasink_parse_spec):
6235           query width capabilities from alsa, fixes #338919
6236
6237 2006-04-28  Wim Taymans  <wim@fluendo.com>
6238
6239         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6240         (gst_multi_fd_sink_remove_client_link):
6241         * gst/tcp/gstmultifdsink.h:
6242         Fix race condition in multifdsink that can lead to spurious 
6243         duplicate clients. this patch adds a new signal that is fired when
6244         multifdsink has removed all references to the fd.
6245         Fixes #339574.
6246         Updated documentation.
6247         API: client-fd-removed signal added
6248
6249 2006-04-28  Michael Smith  <msmith@fluendo.com>
6250
6251         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6252           When asking g_value_array_new to prealloc elements, we may as well
6253           ask for the right number of elements.
6254
6255 2006-04-28  Wim Taymans  <wim@fluendo.com>
6256
6257         * gst-libs/gst/audio/gstbaseaudiosink.c:
6258         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6259         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6260         patch to make timestamp checking more tollerant to rounding 
6261         errors given that real discontinuities are to be marked on
6262         buffers. Fixes some asf files and #338778.
6263         Also avoid some crashers when we receive an event in the 
6264         NULL state.
6265
6266 2006-04-28  Michael Smith  <msmith@fluendo.com>
6267
6268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6269         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6270         (gst_gnome_vfs_src_get_property),
6271         (gst_gnome_vfs_src_send_additional_headers_callback),
6272         (gst_gnome_vfs_src_received_headers_callback),
6273         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6274         (gst_gnome_vfs_src_stop):
6275         * ext/gnomevfs/gstgnomevfssrc.h:
6276           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6277           proper shared support within icydemux.
6278
6279 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6280
6281         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6282         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6283           fix up docs
6284           fix a leak when no caps negotiated
6285           fix counting of input frames
6286         * tests/check/elements/.cvsignore:
6287         * tests/check/elements/videorate.c: (assert_videorate_stats),
6288         (GST_START_TEST), (videorate_suite):
6289           add tests for these
6290
6291 2006-04-28  Wim Taymans  <wim@fluendo.com>
6292
6293         * gst-libs/gst/audio/gstringbuffer.c:
6294         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6295         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6296         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6297         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6298         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6299         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6300         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6301         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6302         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6303         Check arguments passed to public functions instead of
6304         crashing.
6305
6306 2006-04-28  Wim Taymans  <wim@fluendo.com>
6307
6308         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6309         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6310         GstBaseAudioSrc must be live or it does not work.
6311
6312         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6313         Don't set live to TRUE as this is the default in the parentclass.
6314
6315 2006-04-28  Wim Taymans  <wim@fluendo.com>
6316
6317         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6318         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6319         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6320         fixation cases better. Fixes #338991
6321
6322 2006-04-28  Wim Taymans  <wim@fluendo.com>
6323
6324         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6325         Handle 0/1 framerate correctly Fixes #331901.
6326
6327 2006-04-28  Wim Taymans  <wim@fluendo.com>
6328
6329         * tests/check/elements/audioconvert.c: (get_float_caps),
6330         (GST_START_TEST), (audioconvert_suite):
6331         Added check for correct clipping when doing float samples
6332         in audioconvert.
6333
6334 2006-04-28  Wim Taymans  <wim@fluendo.com>
6335
6336         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6337         (gst_video_rate_chain):
6338         Print more debugging info.
6339
6340 2006-04-28  Wim Taymans  <wim@fluendo.com>
6341
6342         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6343         (resample_set_state_from_caps):
6344         Add support for other formats audioresample can handle such as
6345         32 bits in and float and 64 bits float. Fixes #301759
6346
6347 2006-04-28  Wim Taymans  <wim@fluendo.com>
6348
6349         * gst/audioconvert/audioconvert.c: (float):
6350         correctly clip float samples > 1.0. Fixes #338718
6351
6352 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         Patch by: Young-Ho Cha  <ganadist at chollian net>
6355
6356         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6357         (gst_text_overlay_render_text):
6358           Don't strip newlines from the text. Also, center lines
6359           within multi-line paragraphs (#339405).
6360
6361 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6364           Fix wavpack typefinding to work in more cases (don't peek
6365           for chunks of multiple hundred kBs at once, but process
6366           things step-by-step in smaller units). Fixes #339786.
6367
6368 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6369
6370         * configure.ac:
6371           back to HEAD
6372
6373 === release 0.10.6 ===
6374
6375 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6376
6377         * configure.ac:
6378           releasing 0.10.6, "Chao"
6379
6380 2006-04-26  David Schleef  <ds@schleef.org>
6381
6382         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6383           Fixes #338897.
6384
6385 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6386
6387         * configure.ac:
6388         * win32/common/config.h:
6389           new prerelease
6390
6391 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6392
6393         patch by: Wim Taymans
6394
6395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6396         (gst_ogg_demux_perform_seek):
6397           make sure correct newsegments are sent, so that the decoder
6398           and the demuxer agree on timestamps.  Fixes playback of a lot
6399           of Ogg files that do not start from 0.  Fixes #339833.
6400
6401 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6402
6403         Patch by: Edward Hervey  <edward@fluendo.com>
6404
6405         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6406         * tests/check/Makefile.am:
6407         * tests/check/elements/videorate.c: (assert_videorate_stats),
6408         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6409         (videorate_suite), (main):
6410           Fix an infinite loop if frames are passed in with wrongly ordered
6411           timestamps.  Fixes #339013.
6412
6413 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6414
6415         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6416
6417         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6418           fix typefinding on some ISO files.  Fixes #339212.
6419
6420 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6421
6422         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6423
6424         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6425           add another H264 fourcc.  Fixes #339047.
6426
6427 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6428
6429         Patch by: Jan Schmidt
6430
6431         * gst/playback/gststreamselector.c:
6432         (gst_stream_selector_bufferalloc):
6433           Restore old StreamSelector behaviour.
6434           Fixes #338419.
6435
6436 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6437
6438         * configure.ac:
6439         * win32/common/config.h:
6440           prerelease
6441
6442 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6445
6446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6447         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6448           Fix some memory leaks: on finalize, free buffers left in the queue
6449           before destroying the queue; in _push(), unref rtp_buf even if
6450           the process vfunc returned a NULL buffer as output buffer (#337548);
6451           demote some recuring debug messages to LOG level.
6452
6453 2006-04-11  Wim Taymans  <wim@fluendo.com>
6454
6455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6456         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6457         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6458         (gst_ogg_demux_loop):
6459         More cleanups.
6460         Respect segment stop when emiting EOS or SEGMENT_DONE.
6461         Fixes (#337945).
6462
6463 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         * gst/playback/gststreamselector.c:
6466         (gst_stream_selector_get_property):
6467           Don't leak pad name.
6468
6469 2006-04-10  Michael Smith  <msmith@fluendo.com>
6470
6471         * tests/check/Makefile.am:
6472         * tests/check/gst-plugins-base.supp:
6473           Suppress an old libtheora bug (fixed in more recent versions), so 
6474           that FC4 buildslaves can pass.
6475
6476 2006-04-10  Wim Taymans  <wim@fluendo.com>
6477
6478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6479         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6480         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6481         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6482         (gst_ogg_demux_loop):
6483         Don't leak events.
6484         Remember what error we got when finding chains, if we
6485         were shutdown, that would not be an error.
6486
6487 2006-04-10  Wim Taymans  <wim@fluendo.com>
6488
6489         * gst-libs/gst/audio/gstbaseaudiosink.c:
6490         (gst_base_audio_sink_event):
6491         Starting the ringbuffer when we did not acquire it can cause
6492         a deadlock, is pointless and causes nasty things for
6493         subclasses. 
6494         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6495
6496 2006-04-10  Wim Taymans  <wim@fluendo.com>
6497
6498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6499         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6500         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6501         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6502         (gst_ogg_demux_deactivate_current_chain),
6503         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6504         (gst_ogg_demux_bisect_forward_serialno),
6505         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6506         Add some more debugging.
6507
6508 2006-04-10  Wim Taymans  <wim@fluendo.com>
6509
6510         * ext/theora/theoradec.c: (theora_dec_src_event),
6511         (theora_handle_data_packet):
6512         Some more debug info.
6513
6514         * tests/examples/seek/seek.c: (start_seek), (main):
6515         Print element messages too.
6516
6517 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6518
6519         * gst/audioresample/debug.h:
6520           replace debug macros with variable number of parameters
6521           by a simple alias to gstreamer standard debug macros 
6522          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6523           supported by MSVC 6.0 and 7.1)
6524         * gst/audioresample/resample.h:
6525           define M_PI and rint for WIN32
6526         * win32/common/libgstaudio.def:
6527         * win32/common/libgstriff.def:
6528         * win32/common/libgsttag.def:
6529         * win32/common/libgstvideo.def:
6530           add new exported functions
6531         * win32/vs6:
6532           update project files
6533
6534 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6535
6536         * ext/alsa/gstalsamixeroptions.c:
6537         (gst_alsa_mixer_options_class_init):
6538         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6541         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6542         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6543         * gst-libs/gst/audio/gstaudiofilter.c:
6544         (gst_audio_filter_class_init):
6545         * gst-libs/gst/audio/gstaudiosink.c:
6546         (gst_audioringbuffer_class_init):
6547         * gst-libs/gst/audio/gstaudiosrc.c:
6548         (gst_audioringbuffer_class_init):
6549         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6550         * gst-libs/gst/interfaces/colorbalancechannel.c:
6551         (gst_color_balance_channel_class_init):
6552         * gst-libs/gst/interfaces/mixeroptions.c:
6553         (gst_mixer_options_class_init):
6554         * gst-libs/gst/interfaces/mixertrack.c:
6555         (gst_mixer_track_class_init):
6556         * gst-libs/gst/interfaces/tunerchannel.c:
6557         (gst_tuner_channel_class_init):
6558         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6559         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6560         (gst_netbuffer_class_init):
6561         * gst-libs/gst/rtp/gstbasertppayload.c:
6562         (gst_basertppayload_class_init):
6563         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6565         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6566         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6567         * gst/playback/gststreamselector.c:
6568         (gst_stream_selector_class_init):
6569         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6570         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6571         * sys/v4l/gstv4lcolorbalance.c:
6572         (gst_v4l_color_balance_channel_class_init):
6573         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6574         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6575         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6576         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6577         (gst_v4l_tuner_norm_class_init):
6578         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6580         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6581         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6582
6583 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6584
6585         * ext/pango/gsttextrender.h:
6586         * gst-libs/gst/audio/gstaudiosink.h:
6587         * gst-libs/gst/audio/gstaudiosrc.h:
6588         * gst-libs/gst/audio/gstbaseaudiosink.h:
6589         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6590         * gst-libs/gst/audio/gstringbuffer.h:
6591         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6592         * gst-libs/gst/rtp/gstbasertppayload.h:
6593         * gst-libs/gst/video/gstvideofilter.h:
6594         * gst-libs/gst/video/gstvideosink.h:
6595         * gst/playback/gstplaybasebin.h:
6596         * gst/tcp/gstmultifdsink.h:
6597         * sys/v4l/gstv4lelement.h:
6598         Fix broken GObject macros
6599
6600 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6601
6602         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6603         More debug to trace why my USB headset is not working with gst
6604
6605 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6606
6607         * gst/playback/gstplaybasebin.c: (group_destroy):
6608         Clean up our group elements properly in the case where it never 
6609         got committed - it still got added unconditionally to the bin.
6610
6611 2006-04-07  Wim Taymans  <wim@fluendo.com>
6612
6613         * ext/theora/theoradec.c: (theora_dec_sink_event),
6614         (theora_handle_data_packet), (theora_dec_chain):
6615         Unref unhandled events.
6616         Protect against empty buffers.
6617         Perform QoS on running time.
6618
6619 2006-04-07  Michael Smith  <msmith@fluendo.com>
6620
6621         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6622         (gst_vorbis_enc_chain):
6623           Remove leaks from vorbisenc.
6624           Mostly minor changes, the only significant one is that now the
6625           buffers we set as 'streamheader' on the caps are copies of the
6626           original buffers, to avoid circular refcounting problems.
6627
6628 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6629
6630         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6631           Don't remove our mute-probe if someone else already did so.
6632           Don't set a 2nd one if there is already one pending on the pad.
6633
6634         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6635         (do_playbin_seek):
6636           When a seek fails, ensure that playbin is still set back to playing.
6637           
6638         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6639         (mpeg_ts_type_find), (plugin_init):
6640           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6641
6642 2006-04-06  Andy Wingo  <wingo@pobox.com>
6643
6644         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6645         (gst_video_rate_init): Caps-related parameters should not be reset
6646         by a flush -- move their inits to the instance init function.
6647         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6648         is not OK, just return the result.
6649
6650         * gst/audiotestsrc/gstaudiotestsrc.c
6651         (gst_audio_test_src_class_init)
6652         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6653         broken by Stefan's commit on 24 March.
6654
6655         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6656         buffers being pushed out. Fixes oggmux ! multifdsink.
6657
6658 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6661         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6662         * ext/vorbis/vorbisdec.h:
6663         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6664         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6665         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6666         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6667         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6668         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6669         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6670         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6671         (gst_vorbis_enc_buffer_from_packet),
6672         (gst_vorbis_enc_buffer_from_header_packet),
6673         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6674         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6675         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6676         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6677         (gst_vorbis_enc_change_state):
6678         * ext/vorbis/vorbisenc.h:
6679           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6680           vorbisenc adhere to the official nomenclature; use boilerplate
6681           macro.
6682
6683 2006-04-04  Andy Wingo  <wingo@pobox.com>
6684
6685         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6686         Whoops, fix bug introduced. Bad hacker!
6687         
6688         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6689         Properly handle the case where you get EOS before any buffers are
6690         received. Use gst_buffer_make_metadata_writable where appropriate.
6691
6692         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6693         is often negative -- make it signed so as not to wrap around.
6694         Fixes segfaults introduced on 9 March.
6695
6696 2006-04-03  Wim Taymans  <wim@fluendo.com>
6697
6698         * ext/theora/gsttheoradec.h:
6699         * ext/theora/theoradec.c: (theora_dec_src_event):
6700         Don't try to store a gdouble in a gboolean.
6701         Small cleanups.
6702
6703 2006-04-03  Michael Smith  <msmith@fluendo.com>
6704
6705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6706           Oggmux sucks.
6707           Make it suck slightly less by writing out the final page.
6708           Still can't encode a vorbis-in-ogg file correctly, though.
6709
6710 2006-04-03  Andy Wingo  <wingo@pobox.com>
6711
6712         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6713         a g_print.
6714
6715         * ext/theora/theora.c (plugin_init): Register theoraparse.
6716
6717         * ext/theora/gsttheoraparse.h: 
6718         * ext/theora/theoraparse.c: New files implementing a theora
6719         parser. Now we can properly remux ogg/theora+vorbis, yay.
6720
6721         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6722
6723 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6724
6725         * gst/audiotestsrc/gstaudiotestsrc.c:
6726           Fixed the sample pipeline (see #323798)
6727
6728 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6729
6730         * configure.ac:
6731         * win32/common/config.h:
6732         * win32/common/config.h.in:
6733           use AS_VERSION and AS_NANO
6734           more cleanups
6735
6736 2006-03-31  Andy Wingo  <wingo@pobox.com>
6737
6738         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6739         uninitialized variable return that would happen.
6740         
6741         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6742         uninitialized variable return that would never happen.
6743
6744         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6745         (vorbis_parse_sink_event): Add an event function to flush our
6746         state on a seek, and to drain buffers on a premature EOS.
6747         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6748         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6749         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6750         (vorbis_parse_drain_queue): Queue up buffers until we can set
6751         their timestamps and granulepos values.
6752
6753         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6754         and keep track of data needed for deriving granulepos and
6755         timestamps for buffers.
6756
6757 2006-03-29  Wim Taymans  <wim@fluendo.com>
6758
6759         Patch by: j^ <j at bootlab dot org>
6760
6761         * ext/alsa/gstalsamixerelement.c:
6762         (gst_alsa_mixer_element_class_init):
6763         * ext/alsa/gstalsasink.c:
6764         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6765         * ext/ogg/gstoggdemux.c:
6766         * ext/ogg/gstoggmux.c:
6767         * ext/ogg/gstoggparse.c:
6768         * ext/pango/gstclockoverlay.c:
6769         * ext/pango/gsttextoverlay.c:
6770         * ext/pango/gsttextrender.c:
6771         * ext/pango/gsttimeoverlay.c:
6772         * ext/theora/theoradec.c:
6773         * ext/theora/theoraenc.c:
6774         * ext/vorbis/vorbisdec.c:
6775         * ext/vorbis/vorbisenc.c:
6776         * gst/audioconvert/gstaudioconvert.c:
6777         * gst/subparse/gstsubparse.c:
6778         * gst/tcp/gstmultifdsink.c:
6779         * gst/tcp/gsttcpclientsink.c:
6780         * gst/tcp/gsttcpclientsrc.c:
6781         * gst/tcp/gsttcpserversink.c:
6782         * gst/tcp/gsttcpserversrc.c:
6783           better/unified long descriptions
6784           Fixes #336477
6785
6786 2006-03-29  Wim Taymans  <wim@fluendo.com>
6787
6788         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6789         (stop_seek):
6790         Don't let double and triple clicks mess up our state.
6791
6792 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst/playback/gstplaybin.c: (gen_video_element),
6795         (gen_text_element), (gen_audio_element), (gen_vis_element):
6796           Error out gracefully when we can't create any of the usual
6797           conversion elements for some reason. Also, don't try to
6798           create an audioscale (sic) element that's not used anyway.
6799
6800 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6801
6802         * gst/playback/gstplaybasebin.c: (setup_source):
6803           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6804           element for a particular protocol, that's confusing for users.
6805           Instead, post a RESOURCE_FAILED error, so that our own error
6806           message is actually shown in totem etc. (#336303).
6807
6808 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6809
6810         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6811
6812         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6813         (gst_gnome_vfs_src_get_icy_metadata):
6814           Fix some minor memory leaks (#336194).
6815
6816 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6817
6818         * ext/gnomevfs/gstgnomevfs.c:
6819         (gst_gnome_vfs_location_to_uri_string):
6820         * ext/gnomevfs/gstgnomevfs.h:
6821         * ext/gnomevfs/gstgnomevfssink.c:
6822         (gst_gnome_vfs_sink_set_property):
6823         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6824           Make gnomevfssink accept filenames as well as URIs for the
6825           "location" property, just like gnomevfssrc does (and
6826           filesrc/filesink do) (#336190).
6827
6828 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6829
6830         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6831           set to NULL before unreffing, fixes a valgrind leak.
6832           Why was this not triggering the error that an object needs to
6833           be NULL before unreffing ?
6834         * win32/common/config.h:
6835           update
6836
6837 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6838
6839         * gst/subparse/gstsubparse.c: (convert_encoding),
6840         (gst_sub_parse_change_state):
6841         * gst/subparse/gstsubparse.h:
6842           Text subtitle files may or may not be UTF-8. If it's not, we
6843           don't really want to see '?' characters in place of non-ASCII
6844           characters like accented characters. So let's assume the input
6845           is UTF-8 until we come across text that is clearly not. If it's
6846           not UTF-8, we don't really know what it is, so try the following:
6847           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6848           is set; if not, check (b) if the current locale encoding is
6849           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6850           the current locale encoding is UTF-8 and the environment variable
6851           was not set to any particular encoding. Not perfect, but better
6852           than nothing (and better than before, I think) (fixes #172848).
6853
6854 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6855
6856         * configure.ac:
6857           update core requirement to 0.10.4.1 because of async_playback
6858           vmethod on GstBaseSink
6859
6860 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6861
6862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6863         * gst/adder/gstadder.c: (gst_adder_init):
6864         use DEBUG_FUNCPTR for collectpads
6865
6866 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6867
6868         * docs/plugins/Makefile.am:
6869         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6870         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6871         * ext/cdparanoia/gstcdparanoiasrc.c:
6872         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6873         (gst_gnome_vfs_sink_class_init):
6874         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6876         * ext/ogg/gstoggmux.c:
6877         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6878         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6879         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6880         * ext/pango/gsttextoverlay.c:
6881         * ext/pango/gsttextrender.c:
6882         * ext/theora/theoradec.c:
6883         * ext/theora/theoraenc.c:
6884         * ext/vorbis/vorbisdec.c:
6885         * ext/vorbis/vorbisenc.c:
6886         * gst-libs/gst/audio/gstaudiofilter.c:
6887         (gst_audio_filter_base_init):
6888         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6889         (gst_audio_filter_template_base_init):
6890         * gst/adder/gstadder.c: (gst_adder_get_type):
6891         * gst/adder/gstadder.h:
6892         * gst/audioconvert/gstaudioconvert.c:
6893         * gst/audiotestsrc/gstaudiotestsrc.c:
6894         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6895         (gst_audio_test_src_create):
6896         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6897         * gst/playback/gstdecodebin.c:
6898         * gst/playback/gstplaybin.c:
6899         * gst/playback/gststreamselector.c:
6900         (gst_stream_selector_base_init):
6901         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6902         * gst/volume/gstvolume.c:
6903         * sys/v4l/gstv4lmjpegsink.c:
6904         * sys/v4l/gstv4lmjpegsrc.c:
6905         * tests/check/libs/cddabasesrc.c:
6906         * tests/old/examples/gob/gst-identity2.gob:
6907           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6908           define GstElementDetails at the top
6909
6910 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6911
6912         * win32/common/libgstinterfaces.def:
6913         Add a lot of export functions for gst-python
6914         * win32/vs6/libgstinterfaces.dsp:
6915         Add a missing include folder in the project configuration
6916         
6917 2006-03-23  Wim Taymans  <wim@fluendo.com>
6918
6919         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6920         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6921         (gst_base_audio_src_change_state):
6922         Fix audio sources, forgot to make the ringbuffer
6923         startable...
6924
6925 2006-03-23  Wim Taymans  <wim@fluendo.com>
6926
6927         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6928         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6929         (gst_base_audio_src_change_state):
6930         unparent instead of unref the ringbuffer.
6931
6932 2006-03-23  Wim Taymans  <wim@fluendo.com>
6933
6934         * gst-libs/gst/audio/gstbaseaudiosink.c:
6935         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6936         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6937         Implement new async_play vmethod to start slaving and allow
6938         playback start in case of async PLAY state changes. 
6939
6940         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6941         Enable QoS with new method in base class.
6942
6943 2006-03-23  Wim Taymans  <wim@fluendo.com>
6944
6945         Patch by: Julien MOUTTE <julien at moutte dot net>
6946
6947         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6948         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6949         Partially handle 0 framerate, only EOS after the first frame
6950         is missing.
6951
6952 2006-03-23  Wim Taymans  <wim@fluendo.com>
6953
6954         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6955
6956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6957         (gst_riff_create_video_template_caps):
6958         * gst/ffmpegcolorspace/avcodec.h:
6959         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6960         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6961         (gst_ffmpegcsp_avpicture_fill):
6962         * gst/ffmpegcolorspace/imgconvert.c:
6963         Patch for support of YVU9 AVI files (#334822)
6964
6965 2006-03-22  Edward Hervey  <edward@fluendo.com>
6966
6967         * docs/design/design-decodebin.txt:
6968         Added design document for new decodebin
6969         (Target Caps): text/x-pango-markup is also a default target caps.
6970
6971 2006-03-22  Wim Taymans  <wim@fluendo.com>
6972
6973         * gst-libs/gst/audio/gstbaseaudiosink.c:
6974         (gst_base_audio_sink_dispose):
6975         Since we _parent the ringbuffer, we also need to
6976         _unparent instead of a plain _unref.
6977
6978 2006-03-22  Wim Taymans  <wim@fluendo.com>
6979
6980         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6981         (stop_seek), (scrub_toggle_cb), (main):
6982         Add scrub checkbox.
6983
6984 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6987         (gst_ogg_parse_chain):
6988           Fix very inefficient usage of linked lists (#335365).
6989
6990 2006-03-21  Edward Hervey  <edward@fluendo.com>
6991
6992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6993         * gst/playback/gstplaybin.c: (handoff):
6994         * gst/playback/gststreamselector.c:
6995         (gst_stream_selector_set_property):
6996         gcc 4.1 unreferenced pointer fixes.
6997         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6999         gst_buffer_ref() now takes a GstBuffer*.
7000
7001 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7002
7003         * sys/xvimage/xvimagesink.c:
7004         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7005         by Jan Schmidt.
7006
7007 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7010         (id3v1_type_find), (apetag_type_find), (plugin_init):
7011           Can't do tag preferences via probability, as tags would then
7012           lose against types that are recognised with MAXIMUM probability
7013           (like .wav); so let all tag typefinders return MAXIMUM themselves
7014           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7015           that we can prefer APE to ID3v1 (fixes #335028).
7016           
7017 2006-03-17  Wim Taymans  <wim@fluendo.com>
7018
7019         * gst-libs/gst/audio/gstbaseaudiosink.c:
7020         (gst_base_audio_sink_change_state):
7021         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7022         (gst_ring_buffer_may_start):
7023         * gst-libs/gst/audio/gstringbuffer.h:
7024         Only start playback if we are playing.
7025         should fix #330748.
7026
7027 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7028
7029         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7030         * win32/common/config.h:
7031           Revert accidental commits to these files.
7032
7033 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7036
7037         * tests/Makefile.am:
7038           Don't try to build tests in tests/icles if we
7039           don't have X (#323852)
7040
7041 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         * gst-libs/gst/tag/gstid3tag.c:
7044           Add TXXX frame identifiers for replaygain stuff as used
7045           by some taggers (see #323721).
7046
7047 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7048
7049         * gst/playback/gststreamselector.c:
7050         (gst_stream_selector_set_property),
7051         (gst_stream_selector_bufferalloc):
7052           Preserve the existing buggy streamselector behaviour by performing
7053           a fallback buffer allocation when downstream isn't linked yet.
7054           This should really be fixed in playbin by blocking pads until it's
7055           linked them.
7056           Also, use gst_pad_alloc_buffer instead of
7057           gst_pad_alloc_buffer_and_set.
7058
7059 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7060
7061         * gst-libs/gst/tag/gstid3tag.c:
7062           Don't crash on unknown ID3v2 TXXX frames.
7063           
7064 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7065
7066         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7067           Chain up to the parent finalize method.
7068           Add 32-bit sample size to the template caps.
7069
7070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7071         (gst_riff_create_video_template_caps):
7072           Add the fourcc that the VMWare codec uses.
7073           
7074         * gst/playback/gststreamselector.c:
7075         (gst_stream_selector_set_property),
7076         (gst_stream_selector_bufferalloc),
7077         (gst_stream_selector_request_new_pad):
7078           For the active pad, forward buffer-alloc requests, otherwise
7079           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7080           having to memcpy every frame when used by playbin.
7081
7082         * gst/tcp/gstmultifdsink.c:
7083         (gst_multi_fd_sink_handle_client_write):
7084           Get negotiated caps from the sink pad, rather than the sink
7085           pad's peer.
7086
7087 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7088
7089         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7090         
7091         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7092           Don't forget to set src->callbacks_pushed to FALSE again when
7093           popping them, otherwise re-activation in a different mode won't
7094           work (#334620).
7095
7096 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7097
7098         Patch by: Sebastien Moutte  <sebastien moutte net>
7099
7100         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7101         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7102         (gst_ffmpeg_smpfmt_to_caps):
7103           Replace __VA_ARGS__ caps creation macros with varargs functions.
7104           Makes things compile on MSVC (#320765), looks nicer, and we can
7105           tell the compiler to check for the NULL terminator.
7106
7107 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7110
7111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7112           Make sure the buffer we copy into is really always big
7113           enough, this time for real (#333488).
7114           
7115 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7116
7117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7118           Add support for 24bpp DIB (#305279).
7119
7120 2006-03-14  Wim Taymans  <wim@fluendo.com>
7121
7122         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7123         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7125         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7126         (gst_video_scale_init), (gst_video_scale_src_event):
7127         Re-enable QoS after the release.
7128         Rework videoscale to use the base class src_event handler.
7129
7130 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * configure.ac:
7133           back to CVS.
7134
7135 === release 0.10.5 ===
7136
7137 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7138
7139         * configure.ac:
7140           releasing 0.10.5, "Net"
7141
7142 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7143
7144         * docs/plugins/Makefile.am:
7145           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7146           
7147 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7148
7149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7151         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7152           Add cdparanoiasrc to docs.
7153
7154         * gst-libs/gst/cdda/gstcddabasesrc.c:
7155           More GstCddaBaseSrc docs.
7156
7157 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         * docs/libs/gst-plugins-base-libs-sections.txt:
7160         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7161         * gst-libs/gst/tag/tag.h:
7162           API: libgsttag: new method gst_tag_from_id3_user_tag().
7163
7164 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7165
7166         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7167           NULL-terminate array of mpeg4 video file extensions.
7168           Fixes crash on PPC (#334226).
7169
7170 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7171
7172         * ext/gnomevfs/gstgnomevfssrc.c:
7173         (gst_gnome_vfs_src_check_get_range):
7174           gnome_vfs_uri_is_local() alone is not a good indicator
7175           whether we can operate in pull-mode with a specific URI,
7176           as it returns FALSE for file:// URIs that point to an
7177           NFS-mounted path. Be more conservative here: whitelist
7178           local files, blacklist http URIs and use the old
7179           mechanism for anything else (fixes #334216).
7180
7181 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7182
7183         * configure.ac:
7184           back to trunk
7185
7186 === release 0.10.4 ===
7187
7188 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7189
7190         * configure.ac:
7191           releasing 0.10.4, "Power"
7192
7193 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7194
7195         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7196         Disable max-lateness by setting it to -1 for now, so that 
7197         we can bed QoS stuff in thoroughly between now and the next
7198         release.
7199
7200 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         Patch by: Fabrizio Gennari
7203
7204         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7205           Make sure we don't read beyond the palette buffer in case of
7206           broken or manipulated files (#333488)
7207
7208 2006-03-10  Edward Hervey  <edward@fluendo.com>
7209
7210         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7211         Fix for variable not initialized.
7212
7213 2006-03-09  Wim Taymans  <wim@fluendo.com>
7214
7215         * ext/libvisual/visual.c: (gst_visual_get_type),
7216         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7217         (gst_visual_chain):
7218         Small cleanups.
7219
7220         * ext/theora/gsttheoradec.h:
7221         * ext/theora/theoradec.c: (gst_theora_dec_init),
7222         (gst_theora_dec_reset), (_theora_granule_time),
7223         (theora_dec_src_convert), (theora_dec_sink_convert),
7224         (theora_dec_src_query), (theora_dec_src_event),
7225         (theora_dec_sink_event), (theora_handle_comment_packet),
7226         (theora_handle_header_packet), (theora_dec_push),
7227         (theora_handle_data_packet), (theora_dec_chain),
7228         (theora_dec_change_state):
7229         Add simple QoS.
7230
7231 2006-03-09  Wim Taymans  <wim@fluendo.com>
7232
7233         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7234         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7235         Some cleanups.
7236
7237 2006-03-09  Wim Taymans  <wim@fluendo.com>
7238
7239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7240         Don't try to activate NULL chains.
7241
7242 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7245           Fix invalid memory access to region before peek'd data (#332964).
7246
7247 2006-03-09  Wim Taymans  <wim@fluendo.com>
7248
7249         Patch by: Christophe Fergeau
7250
7251         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7252         * ext/pango/gsttextrender.c: (gst_text_render_init):
7253         * gst/adder/gstadder.c: (gst_adder_init):
7254         Don't leak padtemplates, closes #333510.
7255
7256 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7259           Fix invalid memory access: make sure string passed to
7260           regexec() is NUL-termianted.
7261
7262 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7265         (mp3_type_find):
7266           Refactor mpeg/audio typefinding to make it more maintainable
7267           and easier to fine-tune. Make probing into middle of the file
7268           work properly (fixes #333900, also see #152688).
7269
7270 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/typefind/gsttypefindfunctions.c:
7273         (utf8_type_find_have_valid_utf8_at_offset):
7274           Remove part from previous commit that was bogus:
7275           g_utf8_validate() does in fact not accept embedded
7276           zeroes, so we don't need to check for those (thanks
7277           to Mike for the hint).
7278
7279 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7280
7281         * gst/typefind/gsttypefindfunctions.c:
7282         (utf8_type_find_count_embedded_zeroes),
7283         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7284           Make plain/text typefinder more conservative: firstly, check
7285           for embedded zeroes, which are perfectly valid UTF-8 characters,
7286           but also a fairly good sign that something is not a plain text
7287           file; secondly, probe into the middle of the file if possible.
7288           If we can't probe into the middle, limit the probability value
7289           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7290
7291 2006-03-08  Michael Smith  <msmith@fluendo.com>
7292
7293         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7294           Make typefind function name for mpeg4 video unique.
7295
7296 2006-03-08  Wim Taymans  <wim@fluendo.com>
7297
7298         * ext/libvisual/visual.c: (gst_visual_init),
7299         (gst_visual_clear_actors), (gst_visual_dispose),
7300         (gst_visual_reset), (gst_visual_src_setcaps),
7301         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7302         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7303         (gst_visual_chain), (gst_visual_change_state):
7304         Cleanups, post nice errors.
7305         Handle sink and src events.
7306         Implement simple QoS.
7307
7308         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7309         Use new basesink methods to configure max-lateness.
7310         Small doc update.
7311
7312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7313         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7314         Debug statement cleanups.
7315
7316         * gst/volume/gstvolume.c: (gst_volume_class_init):
7317         Simple cleanup.
7318
7319 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7320
7321         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7322         (gst_text_overlay_init), (gst_text_overlay_set_property),
7323         (gst_text_overlay_get_property):
7324           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7325           as string type properties, but mark them deprecated. Add
7326           'halignment' and 'valignment' properties that use enums
7327           instead of strings.
7328
7329 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         Patch by: Fabrizio Gennari
7332
7333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7334           Allow palettes with less than 256 colours in AVI files
7335           (#333488)
7336
7337 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7338
7339         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7340         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7341         pad. We were releasing the queued text buffer when we should keep
7342         it until video pad gets EOS or discard the text buffer because it's
7343         too old. That was eating the last subtitle buffer. Add some more
7344         debug.
7345
7346 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7349         (gst_text_overlay_video_chain):
7350           Fix invalid memory access (we can't access a buffer after it's been
7351           pushed downstream without taking a reference); fix memory leak (if
7352           there's no text to render, bail out before allocating stuff).
7353
7354 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7357         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7358         * ext/pango/gsttextoverlay.h:
7359           If input is plain text, escape it before passing it to
7360           pango_layout_set_markup().
7361
7362 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7365           Don't ignore flow return from gst_pad_push().
7366
7367 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         Patch by: Fabrizio Gennari
7370
7371         * ext/libvisual/visual.c: (gst_visual_getcaps),
7372         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7374         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7375         (gst_vorbisenc_convert_sink):
7376         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7377         (gst_audio_duration_from_pad_buffer):
7378         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7379         (gst_audio_filter_chain):
7380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7381         (gst_base_rtp_depayload_setcaps):
7382         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7383         (gst_video_get_size):
7384         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7385           Don't leak references returned by gst_pad_get_parent()
7386           (#333663)
7387
7388 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7389
7390         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7391           change location param details
7392         * gst/volume/gstvolume.c: (plugin_init):
7393           correct plugin description
7394
7395 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7398         (gst_gnome_vfs_src_check_get_range):
7399           Override GstBaseSrc::check_get_range() in order to avoid opening
7400           the resource just to check whether we can operate in pull-mode or
7401           not - we can predict that pretty well from the URI alone. Should
7402           fix problems with last.fm (#331690). (Requires latest core CVS).
7403
7404 2006-03-06  Wim Taymans  <wim@fluendo.com>
7405
7406         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7407         (gst_video_sink_class_init):
7408         Throw away frames that are later than 20 ms.
7409
7410 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         Patch by: Fabrizio Gennari
7413
7414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7415           Set depth on WMA caps (#333545)
7416
7417 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7418
7419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7420         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7421           put Theora BOS pages before others.  This hardcodes
7422           the Ogg/Theora I profile, but hey.
7423
7424 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7425
7426         * ext/ogg/README:
7427           updated with some examples
7428         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7429         (granulepos_add), (theora_buffer_from_packet):
7430         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7431         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7432         (gst_vorbisenc_chain):
7433           implement strategy from ext/ogg/README
7434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7435         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7436         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7437         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7438           Fix muxer so that oggz-validate is happy with all streams;
7439           except for no eos mark, and the BOS page ordering
7440         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7441         (check_buffer_granulepos):
7442         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7443           update tests to check for OFFSET being set as requested
7444           fixed type of granulepos, it's not a ClockTime
7445
7446 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7447
7448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7449         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7450         Check that the xvimage we are creating has a correct size
7451         before returning it. (#314897)
7452
7453 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7454
7455         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7456           Give id3 and ape tag typefinders a rank slightly higher
7457           than PRIMARY to ensure they're always run before any of
7458           the other typefinders (in particular wav and mp3) (#324186).
7459
7460 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7461
7462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7463           Add support for '3IVD' fourcc (#333403).
7464
7465 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7466
7467         * configure.ac:
7468           Bump requirements to GStreamer CVS for the new error enum.
7469
7470         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7471           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7472           space left on the device (fixes #333352).
7473
7474 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7475
7476         * win32/vs6:
7477           add a project file for libgstvolume
7478           update the workspace
7479
7480 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7481
7482         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7483         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7484         (GST_START_TEST):
7485           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7486           Set IN_CAPS on header buffers
7487
7488 2006-03-02  Wim Taymans  <wim@fluendo.com>
7489
7490         * docs/plugins/Makefile.am:
7491         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7493         Add audioresample to docs.
7494
7495         * gst/audioconvert/gstaudioconvert.c:
7496         Add revision date.
7497
7498         * gst/audioresample/gstaudioresample.c:
7499         (gst_audioresample_base_init), (gst_audioresample_class_init),
7500         (gst_audioresample_init), (gst_audioresample_dispose),
7501         (audioresample_get_unit_size), (audioresample_transform_caps),
7502         (resample_set_state_from_caps), (audioresample_transform_size),
7503         (audioresample_set_caps), (audioresample_event),
7504         (audioresample_do_output), (audioresample_transform),
7505         (audioresample_pushthrough), (gst_audioresample_set_property),
7506         (gst_audioresample_get_property), (plugin_init):
7507         * gst/audioresample/gstaudioresample.h:
7508         Added docs.
7509         Small code cleanups.
7510
7511 2006-03-02  Wim Taymans  <wim@fluendo.com>
7512
7513         * docs/plugins/Makefile.am:
7514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7516         Added videoscale to docs.
7517
7518         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7519         (gst_video_rate_swap_prev), (gst_video_rate_event),
7520         (gst_video_rate_chain):
7521         Fix typo in docs.
7522
7523         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7524         (gst_video_scale_init), (gst_video_scale_prepare_size),
7525         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7526         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7527         * gst/videoscale/gstvideoscale.h:
7528         Added docs, examples.
7529         Some code cleanups.
7530         Post errors instead of g_warning.
7531
7532 2006-03-02  Wim Taymans  <wim@fluendo.com>
7533
7534         * docs/libs/gst-plugins-base-libs-docs.sgml:
7535         * docs/libs/gst-plugins-base-libs-sections.txt:
7536         * docs/libs/gst-plugins-base-libs.types:
7537         * docs/plugins/Makefile.am:
7538         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7539         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7540         Added some more docs to libs and plugins.
7541
7542         * gst-libs/gst/audio/gstringbuffer.c:
7543         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7544         * gst-libs/gst/audio/gstringbuffer.h:
7545         Document ringbuffer some more.
7546
7547         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7548         (gst_video_rate_setcaps), (gst_video_rate_reset),
7549         (gst_video_rate_init), (gst_video_rate_flush_prev),
7550         (gst_video_rate_swap_prev), (gst_video_rate_event),
7551         (gst_video_rate_chain), (gst_video_rate_change_state):
7552         * gst/videorate/gstvideorate.h:
7553         Fix videorate to use segments.
7554         Make it work with 0/1 framerates (closes #331903)
7555         Handle EOS correctly.
7556         Added docs.
7557
7558 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7559
7560         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7561         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7562         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7563           In state change function, first chain up to parent class,
7564           then handle downwards state change stuff. Remove some
7565           commented out cruft from 0.8 code.
7566
7567 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7570         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7571         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7572         (gst_ogm_parse_chain):
7573           Don't remove/re-add source pad if the new caps are the same as
7574           the old caps anyway (#333042). When removing source pad, don't
7575           unref it afterwards - we didn't ref it when adding. Sprinkle some
7576           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7577           after using gst_pad_get_parent(). Return downstream flow return
7578           value in chain function.
7579
7580 2006-03-02  Wim Taymans  <wim@fluendo.com>
7581
7582         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7583         * docs/plugins/gst-plugins-base-plugins.args:
7584         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7585         * docs/plugins/gst-plugins-base-plugins.interfaces:
7586         * docs/plugins/gst-plugins-base-plugins.signals:
7587         Fix hierarchy, added some more elements to the docs.
7588
7589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7590         (gst_ffmpegcsp_get_type):
7591         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7592         Fix docs for ffmpegcolorspace.
7593
7594 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7595
7596         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7597         (apetag_type_find), (ape_type_find), (plugin_init):
7598           Some typefinding fine-tuning:
7599           - rank ID3/APE tags in order of preference via probabilities, so that
7600             ID3v2 > APEv2 > APEv1 > ID3v1.
7601           - three or four bytes don't really justify MAXIMUM probability,
7602             change those to 'very likely' (musepack and monkeysaudio).
7603
7604 2006-03-01  Wim Taymans  <wim@fluendo.com>
7605
7606         * docs/plugins/Makefile.am:
7607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7609         * ext/alsa/gstalsamixer.c:
7610         * ext/alsa/gstalsamixer.h:
7611         * ext/alsa/gstalsamixerelement.c:
7612         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7613         * ext/alsa/gstalsamixerelement.h:
7614         * ext/alsa/gstalsasink.c:
7615         * ext/alsa/gstalsasink.h:
7616         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7617         (gst_alsasrc_init):
7618         * ext/alsa/gstalsasrc.h:
7619         Added alsa docs.
7620         Small code cleanups.
7621
7622 2006-03-01  Wim Taymans  <wim@fluendo.com>
7623
7624         * ext/theora/Makefile.am:
7625         Dist new header too,
7626
7627 2006-03-01  Wim Taymans  <wim@fluendo.com>
7628
7629         * docs/plugins/Makefile.am:
7630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7632         * ext/gnomevfs/gstgnomevfssink.h:
7633         * ext/gnomevfs/gstgnomevfssrc.h:
7634         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7635         * ext/vorbis/vorbisdec.h:
7636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7637         * ext/vorbis/vorbisenc.h:
7638         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7639         (vorbis_parse_chain), (vorbis_parse_change_state):
7640         * ext/vorbis/vorbisparse.h:
7641         * gst/audioconvert/gstaudioconvert.h:
7642         * gst/tcp/gsttcpserversink.h:
7643         * gst/videotestsrc/gstvideotestsrc.c:
7644         * gst/videotestsrc/gstvideotestsrc.h:
7645         * gst/volume/gstvolume.c:
7646         * gst/volume/gstvolume.h:
7647         Fix some more docs.
7648         Added docs for vorbisdec and vorbisparse.
7649         Fix vorbisparse.
7650
7651 2006-03-01  Wim Taymans  <wim@fluendo.com>
7652
7653         * docs/plugins/Makefile.am:
7654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7656         * ext/pango/gstclockoverlay.h:
7657         * ext/pango/gsttextoverlay.h:
7658         * ext/pango/gsttextrender.h:
7659         * ext/pango/gsttimeoverlay.h:
7660         * ext/theora/gsttheoradec.h:
7661         * ext/theora/gsttheoraenc.h:
7662         * ext/theora/theoradec.c:
7663         * ext/theora/theoraenc.c:
7664         * gst/audioconvert/gstaudioconvert.h:
7665         * gst/audiotestsrc/gstaudiotestsrc.h:
7666         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7667         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7668         * gst/tcp/gstmultifdsink.h:
7669         Updated/added documentation.
7670
7671         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7672         (gst_text_overlay_halign_get_type),
7673         (gst_text_overlay_wrap_mode_get_type),
7674         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7675         (gst_text_overlay_init), (gst_text_overlay_set_property),
7676         (gst_text_overlay_get_property):
7677         Fix up properties to be enums instead of string to make bindings,
7678         introspection and automatic GUI creation possible.
7679         Add getters for the properties.
7680
7681 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7682
7683         * gst/audiotestsrc/gstaudiotestsrc.c:
7684           added defines of M_PI and M_PI_2
7685         * gst/ffmpegcolorspace/avcodec.h:
7686           removed #include "stdint.h" for win32 as _stdint.h is 
7687           autogenerated to win32/common
7688         * win32/common/libgstaudio.def:
7689         * win32/common/libgsttag.def:
7690           added some exports
7691         * win32/vs6:
7692           some project files bugs corrected
7693         * win32/vs7:
7694           project files are reset to the default vs7 configuration 
7695           (they link to msvcr71.dll using default optimizations)
7696           
7697 2006-02-28  Wim Taymans  <wim@fluendo.com>
7698
7699         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7700         Fix some docs.
7701
7702 2006-02-28  Edward Hervey  <edward@fluendo.com>
7703
7704         * ext/alsa/gstalsasrc.c:
7705         Set proper class on the ElementDetails:
7706         Source/Audio instead of Src/Audio/
7707
7708 2006-02-28  Edward Hervey  <edward@fluendo.com>
7709
7710         * gst/videoscale/vs_scanline.c:
7711         (vs_scanline_resample_nearest_RGBA):
7712         Revert optimization in videoscale. It should go in liboil and have
7713         an appropriate liboil function.
7714
7715 2006-02-28  Wim Taymans  <wim@fluendo.com>
7716
7717         * gst-libs/gst/audio/gstbaseaudiosink.c:
7718         (gst_base_audio_sink_provide_clock):
7719         Don't try to provide a clock in the NULL state.
7720
7721 2006-02-28  Wim Taymans  <wim@fluendo.com>
7722
7723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7724         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7725         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7726         (gst_ogg_demux_deactivate_current_chain),
7727         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7728         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7729         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7730         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7731         Use GstSegment infrastructure to remove duplicated code
7732         and handle more seek cases correctly.
7733
7734 2006-02-28  Wim Taymans  <wim@fluendo.com>
7735
7736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7737         (gst_ffmpegcsp_transform):
7738         Don't ignore return code from ffmpeg convert function.
7739
7740         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7741         Split out some long statements to ease debugging.
7742
7743 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7744
7745         * ext/libvisual/visual.c: (gst_visual_init),
7746         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7747         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7748         being able to renegotiate the size. Instead, use the negotiation
7749         algorithm from the goom plugin to pick an initial output caps. 
7750
7751         Also, allow theoretical libvisual plugins that might support non-GL 
7752         output even if they also do GL.
7753
7754 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7755
7756         * ext/libvisual/visual.c: (gst_visual_init),
7757         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7758         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7759         possible negotiation issues.
7760
7761 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7762
7763         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7764
7765 2006-02-24  Michael Smith  <msmith@fluendo.com>
7766
7767         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7768         (cmml_type_find), (plugin_init):
7769           Fix CMML type find function to not require a specific minor version
7770           of the CMML header.
7771
7772           Add an MPEG4 video elementary stream typefind function.
7773
7774 2006-02-04  Michael Smith  <msmith@fluendo.com>
7775
7776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7777         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7778         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7779         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7780         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7781         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7782           Annodex support in ogg demuxer. Doesn't do very much without the
7783           other annodex patches (to come).
7784
7785 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7788
7789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7790           Pick up palette for MS video v1 (#327028)
7791
7792 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7793
7794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7795         (gst_ffmpegcsp_caps_remove_format_info),
7796         (gst_ffmpegcsp_get_unit_size):
7797           The 'palette_data' field from incoming RGB caps shouldn't be
7798           proxied on outgoing YUV caps; also, restrict unit size
7799           adjustment in case of paletted data only to the unit that
7800           actually has a palette. Fixes #330711.
7801
7802 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7803
7804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7805         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7806         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7807         (gst_ffmpegcsp_get_unit_size):
7808           Plug some memory leaks.
7809
7810 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7811
7812         * sys/ximage/Makefile.am:
7813         * sys/xvimage/Makefile.am:
7814           Add some _CFLAGS and _LIBS that seem to be missing
7815           and/or required for Cygwin (see #317048).
7816
7817 2006-02-22  Wim Taymans  <wim@fluendo.com>
7818
7819         * ext/alsa/gstalsasrc.c:
7820         Fix description as pointed out by caugier.
7821
7822 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7823
7824         Reviewed by : Edward Hervey  <edward@fluendo.com>
7825
7826         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7827         (qt_type_find):
7828         Better 3gp typefinding (#331526).
7829
7830 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7833           Don't send EOS event here, the base class will send one for us.
7834
7835         * gst/playback/gstplaybasebin.c: (prepare_output):
7836           Subpictures without video stream aren't allowed either.
7837         
7838         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7839           Fix debug statement copy'n'paste-o.
7840
7841 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7842
7843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7844           Fix issues with mixer keeping state when muting/unmuting
7845           and when changing the volume whilst muted (see #331763
7846           and #331765).
7847
7848 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7849
7850         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7851         (parse_subrip), (gst_sub_parse_format_autodetect):
7852           Set right caps given that we send escaped text. Also,
7853           honour <i></i>, <b></b> and <u></u> markers that can be found
7854           in .srt files (fixes #310202).
7855
7856 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         * gst-libs/gst/audio/mixerutils.c:
7859         (element_factory_rank_compare_func):
7860           Make order in which elements are tried more determinable.
7861
7862 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7863
7864         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7865         (remove_element_chain), (cleanup_decodebin),
7866         (gst_decode_bin_change_state): Make decodebin reusable by
7867         fixing remove_element_chain first and then introduce a
7868         cleaner in state change to ->NULL. (Closes #331678)
7869
7870 2006-02-19  Wim Taymans  <wim@fluendo.com>
7871
7872         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7873         use 0666 mask when creating files so umask gets applied
7874         correctly. Fixes #331295.
7875
7876 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7877
7878         * gst/subparse/Makefile.am:
7879         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7880         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7881         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7882         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7883         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7884         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7885         * gst/subparse/gstssaparse.h:
7886         * gst/subparse/gstsubparse.c: (plugin_init):
7887           Add very basic parser for SSA subtitle streams (as often
7888           found in matroska files).
7889
7890 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7891
7892         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7893           That should be text/x-pango-markup, not text/x-pango-layout.
7894
7895 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7896
7897         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7898         Polishing.
7899
7900 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7901
7902         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7903         (gst_text_overlay_finalize), (gst_text_overlay_init),
7904         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7905         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7906         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7907         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7908         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7909         Fix state change deadlock.
7910
7911 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7912
7913         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7914         (gst_text_overlay_finalize), (gst_text_overlay_init),
7915         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7916         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7917         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7918         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7919         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7920         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7921         and subtitles files.
7922
7923 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7924
7925         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7926         should be considered as raw.
7927
7928 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7929
7930         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7931         (cb_probe):
7932         * gst/playback/gststreaminfo.h: Introduce language informations.
7933
7934 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7935
7936         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7937         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7938         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7939         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7940         Set shared memory segments to be deleted as soon as we have attached,
7941         that way they get cleaned up automatically if we crash.
7942
7943 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7944
7945         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7946         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7947         functions are called with lock held.
7948
7949 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7950
7951         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7952         (gst_text_overlay_finalize), (gst_text_overlay_init),
7953         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7954         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7955         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7956         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7957         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7958         (gst_text_overlay_change_state): Refactoring of textoverlay
7959         without collectpads. This now supports sparse subtitles coming
7960         from a demuxer instead of a sub file. Seeking is still broken 
7961         though. Need to discuss with wtay some more on how to handle
7962         seeking correctly.
7963         * ext/pango/gsttextoverlay.h:
7964         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7965         subtitles coming from the demuxer.
7966
7967 2006-02-17  Wim Taymans  <wim@fluendo.com>
7968
7969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7970         (gst_vorbisenc_convert_sink):
7971         Use some more scaling functions.
7972
7973 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7974
7975         * ext/cdparanoia/gstcdparanoiasrc.c:
7976         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7977         (gst_cd_paranoia_paranoia_callback),
7978         (gst_cd_paranoia_src_signal_is_being_watched),
7979         (gst_cd_paranoia_src_read_sector):
7980         * ext/cdparanoia/gstcdparanoiasrc.h:
7981           Add back 'transport-error' and 'uncorrected-error' signals and
7982           make them actually be fired when bad stuff happens (#319340).
7983
7984 2006-02-17  Wim Taymans  <wim@fluendo.com>
7985
7986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7987         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7988         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7989         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7990         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7991         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7992         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7993         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7994         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7995         (gst_ring_buffer_clear):
7996         Small cleanups.
7997         Added some G_LIKELY.
7998
7999 2006-02-17  Wim Taymans  <wim@fluendo.com>
8000
8001         * gst-libs/gst/audio/TODO:
8002         Update TODO
8003
8004         * gst-libs/gst/audio/gstbaseaudiosink.c:
8005         (gst_base_audio_sink_get_offset):
8006         When trying to play samples ASAP and we don't have a
8007         previous sample, try to play at position 0 instead of
8008         an invalid position.
8009
8010 2006-02-17  Wim Taymans  <wim@fluendo.com>
8011
8012         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8013         (gst_alsasink_reset):
8014         Also release lock when we get an error in _reset();
8015         fix an error message.
8016
8017 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8018
8019         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8020         (gst_alsasink_init), (get_channel_free_structure),
8021         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8022         (gst_alsasink_close):
8023         * ext/alsa/gstalsasink.h:
8024           Add support for more than 2 channels (#326720).
8025
8026 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8027
8028         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8029           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8030           with 4 or 6 channels, assume a default channel layout to make things
8031           work (not sure there's anything else we can do in those cases).
8032
8033 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         * gst-libs/gst/audio/multichannel.c:
8036           Minor docs fix.
8037
8038         * gst-libs/gst/riff/Makefile.am:
8039         * gst-libs/gst/riff/riff-ids.h:
8040         * gst-libs/gst/riff/riff-media.c:
8041         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8042           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8043           channels and a channel layout map.
8044           
8045 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8046
8047         Reviewed by Edward Hervey  <edward@fluendo.com>
8048
8049         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8050         C-level optimization of the RGBA nearest neighbour function.
8051         Eventually this might end up in liboil with vectorized versions.
8052
8053 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8054
8055         * gst-libs/gst/audio/multichannel.c:
8056         (gst_audio_get_channel_positions):
8057           When we have more than 2 channels, but no channel layout is
8058           specified in the caps, return some default channel layout
8059           to the caller and warn about about a possibly buggy element
8060           (could be buggy filtercaps as well of course) (#317038).
8061
8062 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8063
8064         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8065           Add gst-libs/gst/cdda to list of lib search paths.
8066
8067 2006-02-15  Andy Wingo  <wingo@pobox.com>
8068
8069         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8070         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8071         to the Lord Jesus that I do not have to touch the ogg muxer ever
8072         again.
8073
8074 2006-02-15  Edward Hervey  <edward@fluendo.com>
8075
8076         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8077         quicktime movie files can also contain 'uuid' atoms.
8078
8079 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8080
8081         * gst/audioconvert/plugin.c: (plugin_init):
8082           Register the GstAudioChannelPosition enum type with the type
8083           system in the plugin_init function, so that it is known before
8084           any element actually makes use of multi-channel stuff. This is
8085           required for example if one wants to be able to deserialise/use
8086           a caps string with channel positions before any pipeline has
8087           been setup and started, like with gst-launch.
8088
8089 2006-02-14  Wim Taymans  <wim@fluendo.com>
8090
8091         * gst-libs/gst/audio/gstringbuffer.c:
8092         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8093         (gst_ring_buffer_samples_done), (wait_segment),
8094         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8095         Add some compiler G_(UN_)LIKELY help.
8096         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8097         make sure they can exit their functions. Should fix #330748
8098
8099 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8100
8101         * Makefile.am:
8102         * configure.ac:
8103         * win32/MANIFEST:
8104         * win32/common/_stdint.h:
8105           Windows does not have long long; copy the generated _stdint.h
8106         * win32/common/interfaces-enumtypes.c:
8107         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8108         (gst_mixer_track_flags_get_type),
8109         (gst_tuner_channel_flags_get_type):
8110         * win32/common/multichannel-enumtypes.c:
8111         (gst_audio_channel_position_get_type):
8112           update
8113
8114 2006-02-13  Wim Taymans  <wim@fluendo.com>
8115
8116         * gst-libs/gst/audio/gstbaseaudiosink.c:
8117         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8118         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8119         Always sync on first sample we receive when starting.
8120
8121 2006-02-13  Wim Taymans  <wim@fluendo.com>
8122
8123         * gst/playback/gstplaybin.c: (gen_vis_element):
8124         Update vis bin docs.
8125         Move queue after tee so we don't queue video buffers but
8126         audio samples instead. Fixes problems where the video queue
8127         is filled and the audio queue empty.
8128
8129 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8132           No need to push an EOS event here, GstBaseSrc will do that for us
8133           when we return FLOW_UNEXPECTED.
8134           
8135 2006-02-12  Wim Taymans  <wim@fluendo.com>
8136
8137         * gst-libs/gst/audio/gstbaseaudiosink.c:
8138         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8139         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8140         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8141         Use scale functions when possible.
8142         Fix error messages.
8143         Free clockid when after waiting for EOS.
8144         Use G_(UN_)LIKLY when it makes sense.
8145         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8146
8147 2006-02-12  Edward Hervey  <edward@fluendo.com>
8148
8149         * gst/playback/gstplaybasebin.c: (prepare_output): 
8150         Remove stray semi-colon (fixes #330888).
8151
8152 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8153
8154         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8156         Fix up the XShm call testing so that we catch errors, and don't
8157         cause new ones by attempting to detach from a segment we failed
8158         to attach to. Fixes #312439.
8159
8160 2006-02-10  Edward Hervey  <edward@fluendo.com>
8161
8162         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8163         Added flv file typefind (video/x-flv).
8164
8165 2006-02-10  Edward Hervey  <edward@fluendo.com>
8166
8167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8168         (gst_riff_create_video_template_caps):
8169         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8170         Also added the caps to the default set of riff video caps.
8171
8172 2006-02-09  Andy Wingo  <wingo@pobox.com>
8173
8174         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8175         time and the end time of the last packet in the page.
8176         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8177         on the pages in our queue, set the duration as well. Reflow a
8178         debug statement.
8179         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8180         Fixes bad muxing order.
8181
8182 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8183
8184         * gst-libs/gst/rtp/gstbasertppayload.c:
8185         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8186           update seqnum before setting it on the packet; this makes sure
8187           that the timestamp and seqnum properties match after pushing
8188           a buffer
8189
8190 2006-02-09  Andy Wingo  <wingo@pobox.com>
8191
8192         * gst-libs/gst/audio/gstringbuffer.c
8193         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8194         overflow after 13.5 hours of recording. Kapow!
8195
8196         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8197         the buffer size -- we don't care about underrun/overrun reporting
8198         right now, just need to return a useful value.
8199
8200 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8201
8202         * configure.ac:
8203           Back to CVS
8204
8205 === release 0.10.3 ===
8206
8207 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8208
8209         * configure.ac:
8210           releasing 0.10.3, "Under Pressure"
8211
8212 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * configure.ac:
8215         Drat. Bump libtool version number for new API.
8216         Prelease 0.10.2.3 (of 0.10.3)
8217
8218 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8219
8220         * configure.ac:
8221         * win32/common/config.h:
8222         0.10.2.2 prerelease (of 0.10.3).
8223
8224 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8225
8226         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8227           Revert Andy's newsegment change pending a more correct
8228           fix.
8229
8230 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8231
8232         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8233         (qt_type_find), (plugin_init):
8234           detect more files as 3gp
8235           group and reorder the iso file formats
8236
8237 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * ext/vorbis/vorbis.c: (plugin_init):
8240           Register musicbrainz tags, so apps don't have to.
8241
8242 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8243
8244         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8245         (gst_tag_to_vorbis_tag):
8246           Make sure we called gst_tag_register_musicbrainz_tags()
8247           before possibly mapping a vorbiscomment string from/to a
8248           musicbrainz tag.
8249
8250 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8251
8252         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8253           In case we can't find the required number of consecutive
8254           mpeg audio frames to positively identify an MPEG audio
8255           stream, check if there's at least a valid mpeg audio
8256           frame right at offset 0 and if so suggest mpeg/audio
8257           caps with a very low probability (#153004).
8258
8259 2006-02-07  Andy Wingo  <wingo@pobox.com>
8260
8261         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8262         a TIME segment if we get timestamped buffers. Requires recent
8263         fixes in core to work properly.
8264
8265 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8266
8267         * gst/playback/gstplaybasebin.c: (prepare_output):
8268           Don't print the URI as part of the error message, it
8269           makes error dialogs look rather ugly, especially if
8270           the URI is very long or has characters in it that
8271           need escaping.
8272
8273 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8274
8275         * gst/playback/gstplaybasebin.c: (prepare_output):
8276           Error out if we have only text or subtitles, but nothing
8277           else. Also error out if we have subtitles but no video
8278           stream.
8279
8280 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8281
8282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8283           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8284           Post an error message on the bus when we encounter an
8285           error, which will hopefully be more meaningful than the
8286           'Internal Flow Error' message users get to see if we
8287           just return GST_FLOW_ERROR.
8288
8289 2006-02-07  Andy Wingo  <wingo@pobox.com>
8290
8291         * configure.ac (GST_MAJORMINOR): Update core version req to
8292         0.10.2.2, for the collectpads API addition (#330244).
8293
8294 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8295
8296         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8297           Return FALSE from plugin_init() when GnomeVFS can't
8298           be initialised for some reason (#328423).
8299
8300 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8301
8302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8303         Stick to seeking theory until i find the bug.
8304         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8305
8306 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8307
8308         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8309         (theora_enc_finalize), (theora_enc_sink_setcaps),
8310         (theora_set_header_on_caps), (theora_enc_chain),
8311         (theora_enc_change_state):
8312         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8313           Make theoraenc and the tests leak free. Like, really.
8314
8315 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8316
8317         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8318         (theora_enc_finalize), (theora_enc_sink_setcaps):
8319           Add a finalize method to ensure we clean up state even if
8320           someone omitted the state change back to NULL.
8321
8322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8323         (gst_vorbisenc_chain):
8324           Free some more leaked bits.
8325
8326         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8327         (stop_pipeline):
8328           Wait for state changes to happen if they're ASYNC.
8329
8330           This ought to teach those fancy pants buildbots a lesson.
8331
8332 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8333
8334         * gst-libs/gst/tag/gstid3tag.c:
8335           Add mapping for ID3 International Standard Recording Code
8336           tag "TSRC"
8337
8338 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8339
8340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8341           Don't leak tag names.
8342
8343 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * docs/libs/gst-plugins-base-libs-docs.sgml:
8346         * docs/libs/gst-plugins-base-libs-sections.txt:
8347         * gst-libs/gst/tag/gstid3tag.c:
8348         * gst-libs/gst/tag/gstvorbistag.c:
8349         * gst-libs/gst/tag/tags.c:
8350           Split libgsttag docs into multiple sections.
8351
8352 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * docs/libs/Makefile.am:
8355         * docs/libs/gst-plugins-base-libs-docs.sgml:
8356         * docs/libs/gst-plugins-base-libs-sections.txt:
8357         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8358         * gst-libs/gst/tag/gstvorbistag.c:
8359         * gst-libs/gst/tag/tag.h:
8360         * gst-libs/gst/tag/tags.c:
8361           Add libgsttag to the docs.
8362
8363 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8364
8365         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8366         (gst_text_overlay_init), (gst_text_overlay_src_event),
8367         (gst_text_overlay_collected): Fix clockoverlay.
8368
8369 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * docs/libs/compiling.sgml:
8372           Fix typo: it's pkg-config, not pkg-gconfig
8373
8374         * docs/libs/gst-plugins-base-libs-docs.sgml:
8375         * docs/libs/gst-plugins-base-libs-sections.txt:
8376         * docs/libs/tmpl/gstgconf.sgml:
8377           There is no libgstgconf in 0.10, remove it
8378           from the docs.
8379
8380 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8381
8382         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8383         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8384         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8385         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8386         (gst_sub_parse_class_init), (gst_sub_parse_init),
8387         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8388         (parse_mpsub), (parser_state_init), (handle_buffer),
8389         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8390         * gst/subparse/gstsubparse.h: Introduce seeking code.
8391
8392 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8393
8394         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8395           Add comment about LANGUAGE tag inconsistency (we want
8396           ISO-639-1, but extract three-letter identifiers?)
8397
8398         * po/POTFILES.in:
8399           Add two translatable files.
8400
8401 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8402
8403         * gst-libs/gst/tag/Makefile.am:
8404         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8405         * gst-libs/gst/tag/tag.h:
8406         * gst-libs/gst/tag/tags.c:
8407         (gst_tag_register_musicbrainz_tags_internal),
8408         (gst_tag_register_musicbrainz_tags):
8409           Forward-port some tags stuff from the 0.8 branch. This is
8410           mostly the addition of musicbrainz tags and their mapping
8411           to vorbistags, and a vorbistag mapping of the language tag.
8412
8413 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8414
8415         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8416         refactoring.
8417
8418 2006-02-04  David Schleef  <ds@schleef.org>
8419
8420         * ext/ogg/gstoggmux.c:
8421         * gst/typefind/gsttypefindfunctions.c:
8422           Add Dirac typefinding and add dirac format to oggmux.
8423
8424 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8425
8426         * gst/playback/gstdecodebin.c: (try_to_link_1):
8427           Don't put essential function call into
8428           g_return_*() macro, otherwise it'll all be
8429           replaced by NOOPs when compiling with
8430           G_DISABLE_CHECKS defined.
8431
8432 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8433
8434         * ext/ogg/gstoggdemux.c:
8435         * ext/ogg/gstoggparse.c:
8436         * gst/tcp/gsttcpserversink.c:
8437         * sys/v4l/v4lsrc_calls.c:
8438         * sys/v4l/v4lsrc_calls.h:
8439         Just make it compile with --disable-gst-debug.
8440
8441 2006-02-03  Wim Taymans  <wim@fluendo.com>
8442
8443         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8444         (gst_alsasink_class_init), (gst_alsasink_init),
8445         (gst_alsasink_write), (gst_alsasink_reset):
8446         * ext/alsa/gstalsasink.h:
8447         Add lock to protect alsa calls.
8448         Implement reset to flush samples ASAP, does not work
8449         with dmix though.
8450
8451 2006-02-02  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst-libs/gst/audio/gstbaseaudiosink.c:
8454         (gst_base_audio_sink_provide_clock):
8455         Ugh.. getting late I guess...
8456
8457 2006-02-02  Wim Taymans  <wim@fluendo.com>
8458
8459         * gst-libs/gst/audio/gstbaseaudiosink.c:
8460         (gst_base_audio_sink_provide_clock),
8461         (gst_base_audio_sink_set_property),
8462         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8463         Don't try to provide a clock when we are not negotiated since
8464         we might not be able to make it run.
8465
8466 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8467
8468         * gst/playback/gstdecodebin.c: (try_to_link_1):
8469           Unlinking two source pads is ... hard.
8470
8471 2006-02-02  Wim Taymans  <wim@fluendo.com>
8472
8473         * gst-libs/gst/audio/TODO:
8474         Updated.
8475
8476         * gst-libs/gst/audio/gstbaseaudiosink.c:
8477         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8478         On EOS, wait till the last sample is played before posting EOS.
8479
8480 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8481
8482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8483           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8484           setting queue_delay to zero. Also avoid thread being started if
8485           queue_delay is zero.
8486
8487 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8488
8489         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8490           Make test work again by connecting fakesinks to each decoded pad,
8491           which makes the pipeline wait until each fakesink has a buffer
8492           queued before going to PAUSED state. At that point we know the
8493           decodebin pads are negotiated.
8494
8495 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8498         (gst_cdda_base_src_handle_event):
8499         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8500           Pass unhandled queries to the parent class's query function.
8501
8502 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8503
8504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8505         (gst_ogg_pad_src_query):
8506         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8507         * ext/theora/theoradec.c: (theora_dec_src_query),
8508         (theora_dec_sink_query):
8509         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8510         (vorbis_dec_sink_query):
8511         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8512         (gst_vorbisenc_sink_query):
8513         * gst/adder/gstadder.c: (gst_adder_query):
8514           Pass unhandled queries upstream instead of just
8515           dropping them (#326447). Also, fix supported
8516           query types list for some elements.
8517
8518 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8519
8520         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8521         (paris_type_find), (ilbc_type_find), (plugin_init):
8522           Fix typefinding for audio/x-au, audio/x-paris and
8523           audio/iLBC-sh. We cannot use the START_WITH macros
8524           here, because there can only be one typefind factory
8525           with the same name (caps), so the second one would
8526           replace the first one and the first one would never
8527           be called when doing typefinding (see #161712).
8528           
8529
8530 2006-01-31  Wim Taymans  <wim@fluendo.com>
8531
8532         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8533         (vorbis_handle_header_packet), (vorbis_dec_push),
8534         (vorbis_handle_data_packet):
8535         Use scale_int when we can, add some more scaling.
8536         Check packettype before parsing it.
8537
8538 2006-01-31  Wim Taymans  <wim@fluendo.com>
8539
8540         * ext/theora/theoradec.c: (_theora_granule_time),
8541         (theora_dec_src_convert), (theora_dec_sink_convert):
8542         Call right _scale functions.
8543         Use parameter instead of some other random value.
8544
8545 2006-01-31  Wim Taymans  <wim@fluendo.com>
8546
8547         * ext/theora/theoradec.c: (_theora_granule_frame),
8548         (_theora_granule_time), (_inc_granulepos),
8549         (theora_dec_src_convert), (theora_dec_sink_convert),
8550         (theora_handle_type_packet), (theora_handle_data_packet),
8551         (theora_dec_chain):
8552         Use higher precision timestamps calculation.
8553         Convert some other conversions to _scale.
8554
8555 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * gst/audiotestsrc/gstaudiotestsrc.c:
8558         (gst_audio_test_src_create_sine_table), (plugin_init):
8559         * gst/volume/gstvolume.c: (plugin_init):
8560           initialize gst_controller before using
8561
8562 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8563
8564         * tests/check/pipelines/theoraenc.c:
8565         * tests/check/pipelines/vorbisenc.c:
8566         Define constant using G_GINT64_CONSTANT to avoid errors when
8567         passing it around - otherwise it gets truncated to 32 bits.
8568
8569         Fixes failing tests.
8570
8571 2006-01-31  Andy Wingo  <wingo@pobox.com>
8572
8573         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8574         caps being set doesn't have a framerate value. Basically a stopgap
8575         measure.
8576
8577         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8578         technically correct enough to put into core though.
8579         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8580         DURATION. Fixes theoraenc ! oggmux.
8581
8582         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8583         fraction, not double.
8584
8585 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8586
8587         * win32/vs7:
8588         add vs7 project files created by Sergey Scobich
8589
8590 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8591
8592         * win32/vs8:
8593         add vs8 project files created by Sergey Scobich
8594         
8595 2006-01-30  Andy Wingo  <wingo@pobox.com>
8596
8597         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8598         timestamp + duration, not just timestamp -- ogg pages should be
8599         ordered by stop time. Necessary fix given the change in vorbis
8600         timestamps.
8601
8602         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8603         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8604         (granulepos_add): New function, handles the messiness of adjusting
8605         granulepos values.
8606         (theora_buffer_from_packet):
8607         (theora_enc_chain):
8608         (theora_enc_sink_event): Use granulepos_add, not +.
8609
8610         * tests/check/pipelines/theoraenc.c
8611         (check_buffer_granulepos_from_starttime): Just check the frame
8612         count, not the actual granulepos -- we can't dictate to the
8613         encoder when it should be placing keyframes.
8614
8615 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8616
8617         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8618           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8619           play an http:// stream from a server that's not serving
8620
8621 2006-01-30  Andy Wingo  <wingo@pobox.com>
8622
8623         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8624         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8625         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8626         available.
8627
8628         * ext/theora/gsttheoraenc.h:
8629         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8630         although theoraenc was timestamping correctly. Added handling of
8631         streams that start with nonzero timestamps.
8632
8633         * tests/check/Makefile.am:
8634         * tests/check/pipelines/theoraenc.c: New file, basically does same
8635         tests as vorbisenc.
8636
8637         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8638
8639 2006-01-30  Wim Taymans  <wim@fluendo.com>
8640
8641         * gst-libs/gst/audio/gstaudiosink.c:
8642         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8643         (gst_audioringbuffer_pause):
8644         Implement pause that does not wait for completion.
8645
8646         * gst-libs/gst/audio/gstbaseaudiosink.c:
8647         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8648         Don't drop buffers when going to PAUSED but perform preroll on
8649         remaining samples now that core base class supports this.
8650
8651         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8652         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8653         (gst_ring_buffer_commit):
8654         Pause should not signal waiters.
8655         Implement return value of _commit correctly.
8656
8657 2006-01-30  Andy Wingo  <wingo@pobox.com>
8658
8659         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8660
8661         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8662         updated to timestamp from the first sample, not the last.
8663         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8664         special care of granulepos and timestamp for header packets.
8665         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8666         when the first buffer has a nonzero timestamp.
8667
8668         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8669         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8670         case when the first audio buffer we get has a nonzero timestamp.
8671         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8672         properly timestamp vorbis buffers with the time of the first
8673         sample, not the last.
8674         
8675         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8676         vorbis_granule_time_copy -- now it takes the granule/subgranule
8677         offset into account.
8678
8679         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8680         timestamps, durations, and granulepos on buffers produced by
8681         vorbisenc.
8682
8683 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8684
8685         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8686         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8687           Patch from Eric Jonas to support conversions to/from UYVY 
8688           (Fixes: #324626)
8689
8690 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8691
8692         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8693         (setup_subtitle), (setup_source), (set_active_source):
8694         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8695         (gen_text_element), (gen_audio_element), (gen_vis_element),
8696         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8697
8698 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8699
8700         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8701         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8702                 use gst_guint64_to_gdouble to be compliant with vs6
8703         * gst/playback/gstdecodebin.c: (try_to_link_1)
8704         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8705                 use G_GINT64_CONSTANT for int64 constants
8706         * win32/common/libgstinterfaces.def:
8707                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8708         * win32/vs6:
8709                 update and add new project files
8710                 
8711 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8712
8713         * Makefile.am:
8714         * win32/MANIFEST:
8715         * win32/common/interfaces-enumtypes.c:
8716         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8717         (gst_mixer_track_flags_get_type),
8718         (gst_tuner_channel_flags_get_type):
8719         * win32/common/interfaces-enumtypes.h:
8720         * win32/common/multichannel-enumtypes.c:
8721         (gst_audio_channel_position_get_type):
8722         * win32/common/multichannel-enumtypes.h:
8723           add a win32-update rule like in core, and copy over enumtypes files
8724
8725 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8726
8727         * win32/MANIFEST:
8728         * win32/common/config.h:
8729         * win32/common/config.h.in:
8730           add config files just like in core
8731
8732 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8733
8734         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8735           Make gcc-4.1 happy (part of #327357).
8736
8737 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8738
8739         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8740         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8741         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8742         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8743         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8744         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8745           Update all error messages.  All of them should either use
8746           the default translated message, or actually provide a
8747           translatable string.
8748           Make the string for channel count problems meaningful.
8749
8750 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8751
8752         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8753           check for and throw RESOURCE_BUSY
8754
8755 2006-01-27  David Schleef  <ds@schleef.org>
8756
8757         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8758           checked in this change -- it requires liboil features not
8759           in 0.3.6.  Revert parts.
8760
8761 2006-01-27  David Schleef  <ds@schleef.org>
8762
8763         * REQUIREMENTS:
8764         * configure.ac: update liboil requirement to 0.3.6
8765         * gst/videoscale/Makefile.am:
8766         * gst/videoscale/vs_scanline.c: liboilify
8767
8768 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8769
8770         * ext/libvisual/visual.c: (get_buffer):
8771           When pad_alloc returns a GstFlowReturn other
8772           than GST_FLOW_OK, make sure it is passed upstream.
8773
8774 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8775
8776         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8777         (gst_alsasink_class_init):
8778           Free the device name string.
8779
8780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8781         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8782         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8783           Don't remove a pad from the collectpads structure until it
8784           is released - it's a request pad, and may receive data again
8785           if the element gets moved back to PLAYING state.
8786
8787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8788           Ensure we turn on double buffering on the Xv port, and
8789           set the colour key to something dark and mysterious that
8790           isn't black.
8791
8792 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8793
8794         * ext/alsa/gstalsaplugin.c: (plugin_init):
8795         * ext/cdparanoia/gstcdparanoiasrc.c:
8796         (gst_cd_paranoia_src_base_init), (plugin_init):
8797         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8799           - a library should not call setlocale. see "Libraries" node in
8800             gettext manual
8801           - make sure all plugins that use translation do bindtextdomain
8802             to point to the localedir
8803         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8804         (setup_sinks), (plugin_init):
8805           all this, and check for NULL when creating sinks
8806
8807 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8808
8809         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8810         (plugin_init): Make typefinding of subtitles work again.
8811
8812 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8813
8814         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8815         (mp3_type_frame_length_from_header), (mp3_type_find),
8816         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8817         (plugin_init):
8818           Backport a bunch of typefinding fixes from the 0.8 branch.
8819           Also, improve wavpack typefinding: if we can't peek the
8820           entire wavpack block, try to parse the bits we can get and
8821           see if we find what we're looking for in those.
8822
8823 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8824
8825         * sys/ximage/ximagesink.c:
8826         (gst_ximagesink_calculate_pixel_aspect_ratio):
8827         * sys/xvimage/xvimagesink.c:
8828         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8829         more cases of pixel aspect ratio.
8830
8831 2006-01-26  Edward Hervey  <edward@fluendo.com>
8832
8833         * gst/playback/gstdecodebin.c: (pad_probe):
8834         Also consider the flush-start and tag events as unblockers
8835         for the pad probes.
8836
8837 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8838
8839         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8840         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8841         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8842         On the fly visualisation switch, works disabling, enabling as
8843         well but it won't be able to enable vis in a playbin that was
8844         created with no visualisation.
8845
8846 2006-01-25  Wim Taymans  <wim@fluendo.com>
8847
8848         * gst-libs/gst/audio/gstbaseaudiosink.c:
8849         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8850         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8851         resume after pause.
8852
8853 2006-01-25  Wim Taymans  <wim@fluendo.com>
8854
8855         * gst-libs/gst/audio/gstbaseaudiosink.c:
8856         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8857         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8858         Improve debugging.
8859         Post error when caps cannot be parsed.
8860         Resync on discontinuity in the stream.
8861         Clip samples to segment boundaries.
8862         return WRONG_STATE sooner when we are flushing.
8863
8864         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8865         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8866         Make audiosrc operate in TIME.
8867         Set TIMESTAMP and DURATION on buffers.
8868
8869 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8870
8871         * tests/examples/seek/seek.c: (main):
8872           Output tag messages as well.
8873
8874 2006-01-23  Edward Hervey  <edward@fluendo.com>
8875
8876         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8877         (free_pad_probes), (remove_fakesink), (pad_probe),
8878         (close_pad_link), (gst_decode_bin_change_state):
8879         Replace GstPadBlockCallback with pad probes that detect
8880         first buffer AND eos before removing fakesink.
8881         Fixes hang with demuxers doing EOS while pre-rolling.
8882         Solves #328279
8883
8884 2006-01-23  Andy Wingo  <wingo@pobox.com>
8885
8886         * ext/alsa/gstalsasink.c:
8887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8888         (gst_base_rtp_depayload_setcaps),
8889         (gst_base_rtp_depayload_add_to_queue),
8890         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8891         
8892         Patch by: Jens Granseuer <jensgr at gmx dot net>
8893
8894 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8895
8896         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8897         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8898         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8899         frames. We might get a frame destroyed after changing state to
8900         NULL, adding a safety check on xcontext.
8901
8902 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * gst-libs/gst/interfaces/xoverlay.c:
8905           Fix prepare-xwindow-id code example in the docs - we need to
8906           ignore all messages that aren't element messages as well.
8907           
8908 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8909
8910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8911           I think one day i'll completely undestand how caps negotiation
8912           is supposed to work. This refactoring handles buffer_alloc
8913           called with caps we can't handle. We definitely don't want a
8914           set_caps with those caps, so we define and allocate a buffer
8915           we would like to receive.
8916
8917 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8918
8919         * gst/playback/gstplaybasebin.c: (setup_source):
8920           Free iterator when done.
8921
8922 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8923
8924         * gst-libs/gst/audio/gstbaseaudiosink.c:
8925         (gst_base_audio_sink_render):
8926           Fix playback of non-synchronised streams by assuming a rate
8927           of 1.0 instead of a random one.
8928
8929           Makes this work again:
8930
8931           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8932           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8933           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8934           audioresample ! alsasink
8935
8936 === release 0.10.2 ===
8937
8938 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8939
8940         * configure.ac:
8941           releasing 0.10.2, "Then the devil is six"
8942
8943 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8944
8945         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8946         * gst/playback/gststreamselector.c:
8947         (gst_stream_selector_set_property):
8948           Comment out broken code that connects to the state-changed signal.
8949           At this point, changing current stream selection is broken, but 
8950           stuff like gst-launch playbin current-audio=1 works and filters
8951           to the chosen stream.
8952
8953 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8954
8955         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8956           Fix #327216 (null dereference in vorbisdec)
8957
8958 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8961           Post taglist actually on bus instead of just freeing it
8962           (fixes #327114 and totem bug #327080).
8963
8964         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8965           Use gst_element_found_tags_for_pad(), so that the tags
8966           are sent downstream as an event as well.
8967
8968 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8969
8970         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8971         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8972         (gst_ximagesink_buffer_alloc):
8973         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8974         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8975         (gst_xvimagesink_buffer_alloc):
8976           move all regularly occurring messages to GST_LOG level
8977           add some more object logs
8978
8979 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8980
8981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8982           fix a silly segfault
8983
8984 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * docs/libs/gst-plugins-base-libs-docs.sgml:
8987         * docs/libs/gst-plugins-base-libs-sections.txt:
8988         * gst-libs/gst/audio/mixerutils.c:
8989         * gst-libs/gst/audio/mixerutils.h:
8990           Add docs for mixerutils stuff.
8991
8992 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * gst/playback/gstplaybasebin.c: (setup_source):
8995           Fix playback for sources that emit raw audio or
8996           raw video streams (e.g.: cd audio sources) (#325984).
8997
8998 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8999
9000         * gst-libs/gst/audio/mixerutils.c:
9001         (gst_audio_mixer_filter_do_filter):
9002           actually save the element we create
9003
9004 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9005
9006         * gst-libs/gst/cdda/gstcddabasesrc.c:
9007         (gst_cdda_base_src_handle_track_seek):
9008           No need to post a tag message on the bus when seeking
9009           within the same track, only post it when the current
9010           track changes.
9011
9012 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9013
9014         * gst/playback/gstplaybasebin.c: (group_destroy),
9015         (probe_triggered), (new_decoded_pad), (mute_group_type),
9016         (set_active_source):
9017         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9018         * gst/playback/gststreamselector.c:
9019         (gst_stream_selector_base_init),
9020         (gst_stream_selector_set_property),
9021         (gst_stream_selector_request_new_pad):
9022           Reenable stream selection. These mechanisms need a complete overhaul
9023           in the face of 0.8->0.10 changes though.
9024
9025 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9026
9027         * ext/ogg/gstoggdemux.c:
9028           Change the pad template to src_%d to match the pads that 
9029           are created from it. decodebin needs this information in order
9030           to decide that oggdemux is capable of producing multiple pads
9031           (and hence needs queues inserted).
9032
9033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9034         (gst_ogg_mux_collected):
9035           Make debug output more useful by using GST_PTR_FORMAT.
9036
9037 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9038
9039         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9042           Set depth and width for alaw/mulaw (fixes #326601).
9043
9044 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9045
9046         * tests/icles/Makefile.am:
9047           don't build the tests if we don't have the libs
9048
9049 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9052         (gst_cd_paranoia_paranoia_callback):
9053           Don't try to free NULL pointers.
9054
9055 2006-01-10  Edward Hervey  <edward@fluendo.com>
9056
9057         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9058         (gst_audio_rate_change_state), (plugin_init):
9059         Add debugging category.
9060         Fix type issues.
9061         Add case for incoming buffers without valid offset/offset_end.
9062
9063 2006-01-10  Michael Smith  <msmith@fluendo.com>
9064
9065         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9066           Don't leak GCond in audio sources.
9067
9068 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9069
9070         * gst/playback/gstplaybin.c: (gen_audio_element):
9071           Don't leak an autoaudiosink/alsasink when we generate
9072           a new audio element. (old code, I guess)
9073
9074 2006-01-10  Michael Smith  <msmith@fluendo.com>
9075
9076         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9077           Support float audio in audiorate.
9078           Use width rather than depth for selecting sample width.
9079
9080 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9081
9082         * gst/videotestsrc/videotestsrc.h:
9083           Use GLib types here (that way we don't have to include the
9084           generated _stdint.h header, which makes life easier for win32
9085           folks that don't use autotools for the build) (#325990, patch
9086           by: Sergey Scobich).
9087
9088 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9089
9090         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9091         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9092         (gst_ring_buffer_pause), (wait_segment):
9093         * gst-libs/gst/audio/gstringbuffer.h:
9094           Name (private) union, makes Forte compiler happy (this time
9095           for real) (#324900).
9096
9097 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9098
9099         * gst-libs/gst/audio/Makefile.am:
9100           Link against libgstinterfaces, needed for mixer
9101           and property probe stuff.
9102
9103 2006-01-09  Edward Hervey  <edward@fluendo.com>
9104
9105         * gst-libs/gst/Makefile.am:
9106
9107 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         * gst-libs/gst/audio/Makefile.am:
9110         * gst-libs/gst/audio/mixerutils.c:
9111         (gst_audio_mixer_filter_do_filter),
9112         (gst_audio_mixer_filter_check_element),
9113         (gst_audio_mixer_filter_probe_feature),
9114         (element_factory_rank_compare_func),
9115         (gst_audio_default_registry_mixer_filter):
9116         * gst-libs/gst/audio/mixerutils.h:
9117           Add gst_audio_default_registry_mixer_filter() utility
9118           function.
9119
9120 2006-01-03  Michael Smith  <msmith@fluendo.com>
9121
9122         * gst/audioresample/resample.h:
9123           As before, but for o_buf
9124
9125 2006-01-03  Michael Smith  <msmith@fluendo.com>
9126
9127         * gst/audioresample/resample.h:
9128           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9129           since we do arithmetic on it.
9130
9131 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9134         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9135         (gst_ring_buffer_pause), (wait_segment):
9136         * gst-libs/gst/audio/gstringbuffer.h:
9137           Sun's Forte compiler doesn't seem to like anonymous structs,
9138           so use same setup as in GstBaseSrc (fixes #324900).
9139
9140 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9141
9142         * configure.ac:
9143         * gst/volume/Makefile.am:
9144         * gst/volume/demo.c:
9145           move old example to tests/examples/volume/volune.c
9146         * tests/examples/Makefile.am:
9147         * tests/examples/seek/seek.c: (main):
9148           change window-close event from "delete-event" to "destroy"
9149         * tests/examples/volume/Makefile.am:
9150         * tests/examples/volume/volume.c: (value_changed_callback),
9151         (setup_gui), (message_received), (eos_message_received), (main):
9152           fix event handling and bus usage
9153
9154 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9155
9156         * gst/audiotestsrc/gstaudiotestsrc.c:
9157         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9158         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9159         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9160         (gst_audio_test_src_create_square),
9161         (gst_audio_test_src_create_saw),
9162         (gst_audio_test_src_create_triangle),
9163         (gst_audio_test_src_create_silence),
9164         (gst_audio_test_src_create_white_noise),
9165         (gst_audio_test_src_create_pink_noise),
9166         (gst_audio_test_src_init_sine_table),
9167         (gst_audio_test_src_create_sine_table),
9168         (gst_audio_test_src_change_wave),
9169         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9170         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9171         * gst/audiotestsrc/gstaudiotestsrc.h:
9172           update to basesrc changes, implement segmented seeking and eos
9173           handling, add a 'sine-tab' waveform for performance critical playback
9174
9175 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * po/POTFILES.in:
9178           ... and this time the other modified file that I missed last time.
9179
9180 2005-12-29  Michael Smith  <msmith@fluendo.com>
9181
9182         * gst/playback/gstdecodebin.c: (new_pad):
9183           Fix non-C89 variable declaration not at the start of a block. Should
9184           help some compilers.
9185
9186 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9187
9188         * tests/check/Makefile.am:
9189           And now fix 'make distcheck' (builddir != srcdir)
9190
9191 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9192
9193         * configure.ac:
9194         * ext/cdparanoia/Makefile.am:
9195         * ext/cdparanoia/gstcdparanoia.c:
9196         * ext/cdparanoia/gstcdparanoia.h:
9197         * ext/cdparanoia/gstcdparanoiasrc.c:
9198         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9199         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9200         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9201         (gst_cd_paranoia_paranoia_callback),
9202         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9203         (gst_cd_paranoia_src_set_property),
9204         (gst_cd_paranoia_src_get_property), (plugin_init):
9205         * ext/cdparanoia/gstcdparanoiasrc.h:
9206           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9207           plugin again (there are still fixes required to playbin to make
9208           cdda:// uris work there).
9209
9210 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * tests/check/Makefile.am:
9213           Fix test case compilation.
9214
9215 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9216
9217         * gst-libs/gst/cdda/gstcddabasesrc.c:
9218         (gst_cdda_base_src_update_duration),
9219         (gst_cdda_base_src_calculate_cddb_id):
9220           An integer is not a string. Fix access to uninitialised variable.
9221
9222         * tests/check/Makefile.am:
9223           Add cddabasesrc unit test; also actually enable the vorbis test.
9224
9225         * tests/check/generic/states.c:
9226           Blacklist new cd audio elements as well.
9227
9228         * tests/check/libs/cddabasesrc.c:
9229           Unit test for GstCddaBaseSrc (discid calculation mostly).
9230
9231 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9232
9233         * docs/libs/Makefile.am:
9234         * docs/libs/gst-plugins-base-libs-docs.sgml:
9235         * docs/libs/gst-plugins-base-libs-sections.txt:
9236         * docs/libs/gst-plugins-base-libs.types:
9237           Add docs for libgstcdda/GstCddaBaseSrc.
9238
9239         * gst-libs/gst/interfaces/mixertrack.h:
9240           Do one struct member per line with a semicolon at the end, that way
9241           even gtk-doc might parse it without complaining.
9242
9243 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         * configure.ac:
9246         * gst-libs/gst/Makefile.am:
9247         * gst-libs/gst/cdda/Makefile.am:
9248         * gst-libs/gst/cdda/base64.c:
9249         * gst-libs/gst/cdda/base64.h:
9250         * gst-libs/gst/cdda/gstcddabasesrc.c:
9251         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9252         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9253         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9254         (gst_cdda_base_src_get_property),
9255         (gst_cdda_base_src_get_track_from_sector),
9256         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9257         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9258         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9259         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9260         (gst_cdda_base_src_uri_get_protocols),
9261         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9262         (gst_cdda_base_src_uri_handler_init),
9263         (gst_cdda_base_src_setup_interfaces),
9264         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9265         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9266         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9267         (gst_cdda_base_src_add_tags),
9268         (gst_cdda_base_src_add_index_associations),
9269         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9270         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9271         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9272         (gst_cdda_base_src_create):
9273         * gst-libs/gst/cdda/gstcddabasesrc.h:
9274         * gst-libs/gst/cdda/sha1.c:
9275         * gst-libs/gst/cdda/sha1.h:
9276           Add new libgstcdda with GstCddaBaseSrc class.
9277
9278 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         * ext/gnomevfs/gstgnomevfssink.h:
9281           Use GstBaseSinkClass as parent_class member for class struct, not
9282           GstBaseSink.
9283
9284 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         Patch by: Michael Benes
9287
9288         * gst/videotestsrc/gstvideotestsrc.c:
9289         (gst_video_test_src_class_init), (gst_video_test_src_start):
9290           Add start method to reset running time and number of frames sent
9291           when starting up (fixes #324696)
9292
9293 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         * docs/plugins/Makefile.am:
9296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9298         * docs/plugins/gst-plugins-base-plugins.args:
9299         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9300         * docs/plugins/gst-plugins-base-plugins.signals:
9301           Add docs stuff for gnomevfssrc and gnomevfssink.
9302
9303         * ext/gnomevfs/gstgnomevfssrc.c:
9304           Fix example pipeline in gtk-doc blurb.
9305
9306 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9307
9308         * ext/gnomevfs/Makefile.am:
9309         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9310         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9311         (gst_gnome_vfs_handle_get_type), (plugin_init):
9312         * ext/gnomevfs/gstgnomevfs.h:
9313         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9314         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9315         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9316         (gst_gnome_vfs_sink_set_property),
9317         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9318         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9319         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9320         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9321         (gst_gnome_vfs_sink_uri_get_type),
9322         (gst_gnome_vfs_sink_uri_get_protocols),
9323         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9324         (gst_gnome_vfs_sink_uri_handler_init):
9325         * ext/gnomevfs/gstgnomevfssink.h:
9326           Port gnomevfssink; add gtk-doc blurb.
9327
9328         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9329         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9330         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9331         (gst_gnome_vfs_src_uri_get_type),
9332         (gst_gnome_vfs_src_uri_get_protocols),
9333         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9334         (gst_gnome_vfs_src_uri_handler_init),
9335         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9336         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9337         (gst_gnome_vfs_src_send_additional_headers_callback),
9338         (gst_gnome_vfs_src_received_headers_callback),
9339         (gst_gnome_vfs_src_push_callbacks),
9340         (gst_gnome_vfs_src_pop_callbacks),
9341         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9342         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9343         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9344         * ext/gnomevfs/gstgnomevfssrc.h:
9345           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9346           file; add gtk-doc blurb with example pipelines.
9347
9348 === release 0.10.1 ===
9349
9350 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9351
9352         * configure.ac:
9353           releasing 0.10.1, "Dobro Dedek"
9354
9355 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9356
9357         * gst/typefind/gsttypefindfunctions.c:
9358         iLBC30 and iLBC20 added to typefind.
9359
9360 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9361
9362         * gst-libs/gst/audio/gstbaseaudiosink.c:
9363         (gst_base_audio_sink_class_init):
9364         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9365         (gst_base_audio_src_class_init):
9366           update strings, values are in microseconds
9367           change the default sink buffer time to something that is smaller
9368           (to help software volume mixing have a slightly lower delay) but
9369           still be acceptable on Wim's laptop
9370
9371 2005-12-20  Edward Hervey  <edward@fluendo.com>
9372
9373         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9374         Made a quack, forgot to add DUCK to the riff video template.
9375
9376 2005-12-19  Edward Hervey  <edward@fluendo.com>
9377
9378         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9379         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9380         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9381         (gst_ogm_parse_chain):
9382         Make sure pads are initialized correctly.
9383         * gst-libs/gst/riff/riff-ids.h:
9384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9385         (gst_riff_create_video_template_caps):
9386         Add a whole bunch of FOURCC <=> MimeType.
9387         Extend the riff video pad template to support the newly added fourcc.
9388
9389 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9390
9391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9392         (gst_ogg_demux_activate_chain):
9393           Extra debug output when activating/deactivating chains.
9394
9395         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9396         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9397         (unlinked):
9398           Remove a queue from our list when it becomes unlinked.
9399           Don't add queues to elements in class 'Demux' if they
9400           can only produce one pad 
9401
9402 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9403
9404         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9405         (gst_video_sink_get_type): Add a debug category.
9406
9407 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9408
9409         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9410         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9411           Handle downstream newsegment by sending our own newsegment before the
9412           next buffer to be released. (#323900)
9413
9414 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9415
9416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9417         (gst_base_rtp_depayload_set_gst_timestamp):
9418           add queue delay to new segment as well (as opposed to just the first
9419           buffer). (bug #322347)
9420
9421 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9422
9423         * ext/libvisual/visual.c: (make_valid_name):
9424           change some char* into char[]
9425         * gst/audiotestsrc/gstaudiotestsrc.c:
9426         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9427         (gst_audio_test_src_create):
9428         * gst/audiotestsrc/gstaudiotestsrc.h:
9429           prepare to handle EOS and SEGMENT_DONE
9430
9431 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * tests/check/generic/states.c: (GST_START_TEST):
9434           Blacklist cdparanoia element in state test.
9435
9436 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9437
9438           Patch by: Benjamin Pineau
9439
9440         * gst/tcp/gsttcp.c:
9441         * gst/tcp/gsttcpclientsink.c:
9442         * gst/tcp/gsttcpserversink.c:
9443         * gst/tcp/gsttcpserversrc.c:
9444           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9445
9446 2005-12-15  Michael Smith  <msmith@fluendo.com>
9447
9448         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9449         (gst_video_rate_chain):
9450           Fix timestamping for videorate when the first buffer it sees has a
9451           non-zero timestamp. Fix some misleading debug output.
9452
9453 2005-12-15  Michael Smith  <msmith@fluendo.com>
9454
9455         * gst/audioresample/gstaudioresample.c:
9456           Don't leak all input buffers to audioresample.
9457
9458 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9459
9460         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9461           Don't operate on empty text buffers. Strip newlines and
9462           tabs only from the end of the text, but leave them intact
9463           in the middle. Fix typo in gtk-doc description.
9464
9465 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * gst/playback/gstplaybasebin.c:
9468         * gst/playback/gstplaybin.c: (handoff):
9469           Make sure the video frame buffer we return to apps via the
9470           "frame" property always has caps set on it. Modify
9471           _gst_gvalue_set_object() macro to handle NULL objects
9472           gracefully too.
9473
9474 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9475
9476         * gst/audiotestsrc/gstaudiotestsrc.c:
9477         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9478         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9479         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9480         (gst_audio_test_src_create):
9481         * gst/audiotestsrc/gstaudiotestsrc.h:
9482         Adjust to some recent api changes and add wtays new cool seeking
9483         capabillities
9484
9485 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9486
9487         * ext/alsa/Makefile.am:
9488         * ext/alsa/gstalsadeviceprobe.c:
9489         * ext/alsa/gstalsadeviceprobe.h:
9490           Helper functions to add device probing via the GstPropertyProbe
9491           interface to a class.
9492
9493         * ext/alsa/gstalsamixer.h:
9494           Comment out GST_ALSA_MIXER, it returns a struct that's not
9495           used.
9496
9497         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9498           Add some debug info. 
9499
9500         * ext/alsa/gstalsamixerelement.c:
9501         (gst_alsa_mixer_element_interface_supported),
9502         (gst_implements_interface_init),
9503         (gst_alsa_mixer_element_init_interfaces),
9504         (gst_alsa_mixer_element_class_init),
9505         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9506         (gst_alsa_mixer_element_set_property),
9507         (gst_alsa_mixer_element_get_property),
9508         (gst_alsa_mixer_element_change_state):
9509         * ext/alsa/gstalsamixerelement.h:
9510           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9511           for device handling (gnome-volume-control will need that).
9512
9513 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9514
9515         * ext/Makefile.am: fix cdparanoia entry
9516         * gst-plugins-base.spec.in: add cdparanoia
9517
9518 2005-12-12  Michael Smith  <msmith@fluendo.com>
9519
9520         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9521           Use the correct function to free list of typefind factories.
9522
9523 2005-12-12  Wim Taymans  <wim@fluendo.com>
9524
9525         * gst/videotestsrc/gstvideotestsrc.c:
9526         (gst_video_test_src_class_init), (gst_video_test_src_init),
9527         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9528         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9529         (gst_video_test_src_create):
9530         * gst/videotestsrc/gstvideotestsrc.h:
9531         Implement seeking in videotestsrc.
9532         Small cleanups.
9533
9534 2005-12-12  Wim Taymans  <wim@fluendo.com>
9535
9536         * ext/cdparanoia/Makefile.am:
9537         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9538         (gst_paranoia_endian_get_type), (_do_init),
9539         (cdparanoia_class_init), (cdparanoia_init),
9540         (cdparanoia_set_property), (cdparanoia_get_property),
9541         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9542         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9543         (cdparanoia_convert), (cdparanoia_get_query_types),
9544         (cdparanoia_query), (cdparanoia_set_index),
9545         (cdparanoia_uri_set_uri):
9546         * ext/cdparanoia/gstcdparanoia.h:
9547         Partially ported cdparanoia now that basesrc can support a
9548         plugin like this..
9549
9550 2005-12-12  Wim Taymans  <wim@fluendo.com>
9551
9552         * tests/examples/seek/scrubby.c: (main):
9553         Set higher priority for bus events so they don't get reordered with
9554         gtk gui events.
9555
9556         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9557         (flush_toggle_cb), (main):
9558         Added checkbox to disable flushing seeks. 
9559         Disable scrubbing when doing non flushing seeks.
9560
9561 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9562
9563         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9564         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9565         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9566         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9567           Implement some sort of event handling that doesn't rely on
9568           g_return_if_fail; make sure we always push the last chunk of an 
9569           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9570           state change function; remove some old cruft. Seeking is still
9571           rather unlikely to work though.
9572
9573         * tools/.cvsignore:
9574           Ignore more.
9575
9576 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9577
9578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9579         Fixed a leak of the current image reference when cleaning up.
9580         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9581
9582 2005-12-09  Michael Smith  <msmith@fluendo.com>
9583
9584         * tools/Makefile.am:
9585         * tools/gst-launch-ext-m.m:
9586           Remove gst-launch-ext. It doesn't work, and is no longer
9587           particularly useful.
9588
9589 2005-12-08  Luca Ognibene  <luogni@tin.it>
9590
9591         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9592           don't pass random values to ogmparse convert function.
9593           Make seeking possible in the exile1.ogm file.
9594
9595 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9596
9597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9598         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9599           Work around refcount problem with g_value_set_object() that occur
9600           if the core has been compiled against GLib-2.6 (g_value_set_object()
9601           will only g_object_ref() the element, but the caller will
9602           gst_object_unref() it and bad things will happen due to the way
9603           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9604           totem for people on FC4 using Thomas's 0.10 RPMs.
9605           
9606 2005-12-07  Edward Hervey  <edward@fluendo.com>
9607
9608         Time to welcome ogm to 0.10 :)
9609         
9610         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9611         (gst_ogg_pad_typefind):
9612         Oggdemux can now properly typefind elements with dynamic pads.
9613         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9614         Properly set caps on src pad, and set caps on outgoing buffers.
9615
9616 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9617
9618         * ext/alsa/gstalsamixer.h:
9619         * ext/alsa/gstalsamixerelement.h:
9620         * ext/alsa/gstalsamixeroptions.h:
9621         * ext/alsa/gstalsamixertrack.h:
9622         * ext/alsa/gstalsasink.c:
9623         * ext/alsa/gstalsasink.h:
9624         * ext/alsa/gstalsasrc.c:
9625         * ext/alsa/gstalsasrc.h:
9626         * ext/cdparanoia/gstcdparanoia.h:
9627         * ext/gnomevfs/gstgnomevfsuri.h:
9628         * ext/ogg/gstoggdemux.c:
9629         * ext/ogg/gstoggmux.c:
9630         * ext/pango/gsttextoverlay.h:
9631         * ext/theora/theoradec.c:
9632         * ext/theora/theoraenc.c:
9633         * ext/vorbis/vorbisdec.h:
9634         * ext/vorbis/vorbisenc.c:
9635         * ext/vorbis/vorbisenc.h:
9636         * ext/vorbis/vorbisparse.h:
9637         * gst-libs/gst/audio/gstaudioclock.h:
9638         * gst-libs/gst/audio/gstaudiosink.c:
9639         * gst-libs/gst/audio/gstaudiosink.h:
9640         * gst-libs/gst/audio/gstaudiosrc.c:
9641         * gst-libs/gst/audio/gstaudiosrc.h:
9642         * gst-libs/gst/audio/gstbaseaudiosink.c:
9643         * gst-libs/gst/audio/gstbaseaudiosink.h:
9644         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9645         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9646         * gst-libs/gst/audio/gstringbuffer.h:
9647         * gst-libs/gst/audio/multichannel.h:
9648         * gst-libs/gst/floatcast/floatcast.h:
9649         * gst-libs/gst/interfaces/colorbalance.c:
9650         * gst-libs/gst/interfaces/colorbalance.h:
9651         * gst-libs/gst/interfaces/colorbalancechannel.h:
9652         * gst-libs/gst/interfaces/mixer.h:
9653         * gst-libs/gst/interfaces/mixeroptions.h:
9654         * gst-libs/gst/interfaces/mixertrack.h:
9655         * gst-libs/gst/interfaces/navigation.h:
9656         * gst-libs/gst/interfaces/propertyprobe.h:
9657         * gst-libs/gst/interfaces/tuner.h:
9658         * gst-libs/gst/interfaces/tunerchannel.h:
9659         * gst-libs/gst/interfaces/tunernorm.h:
9660         * gst-libs/gst/interfaces/xoverlay.h:
9661         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9662         * gst-libs/gst/riff/riff-ids.h:
9663         * gst-libs/gst/riff/riff-media.h:
9664         * gst-libs/gst/riff/riff-read.h:
9665         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9666         * gst-libs/gst/rtp/gstbasertppayload.c:
9667         * gst-libs/gst/rtp/gstbasertppayload.h:
9668         * gst-libs/gst/rtp/gstrtpbuffer.c:
9669         * gst-libs/gst/rtp/gstrtpbuffer.h:
9670         * gst-libs/gst/tag/gsttageditingprivate.h:
9671         * gst-libs/gst/tag/gstvorbistag.c:
9672         (gst_tag_list_from_vorbiscomment_buffer):
9673         * gst-libs/gst/tag/tag.h:
9674         * gst-libs/gst/video/video.h:
9675         * gst/adder/gstadder.c:
9676         * gst/adder/gstadder.h:
9677         * gst/audioconvert/audioconvert.c:
9678         * gst/audioconvert/audioconvert.h:
9679         * gst/audioconvert/gstaudioconvert.c:
9680         * gst/audioconvert/gstchannelmix.c:
9681         * gst/audioconvert/gstchannelmix.h:
9682         * gst/audiorate/gstaudiorate.c:
9683         * gst/audioresample/buffer.h:
9684         * gst/audioresample/functable.h:
9685         * gst/audioresample/gstaudioresample.c:
9686         * gst/audioresample/resample.h:
9687         * gst/ffmpegcolorspace/avcodec.h:
9688         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9689         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9690         * gst/ffmpegcolorspace/imgconvert.c:
9691         * gst/ffmpegcolorspace/imgconvert_template.h:
9692         * gst/playback/gstdecodebin.c:
9693         * gst/playback/gstplaybasebin.h:
9694         * gst/playback/gstplaybin.c:
9695         * gst/playback/gststreaminfo.h:
9696         * gst/tcp/gstfdset.c:
9697         * gst/tcp/gstfdset.h:
9698         * gst/tcp/gstmultifdsink.c:
9699         * gst/tcp/gstmultifdsink.h:
9700         * gst/tcp/gsttcp.h:
9701         * gst/tcp/gsttcpclientsrc.c:
9702         * gst/tcp/gsttcpclientsrc.h:
9703         * gst/tcp/gsttcpplugin.h:
9704         * gst/tcp/gsttcpserversink.c:
9705         * gst/tcp/gsttcpserversrc.c:
9706         * gst/typefind/gsttypefindfunctions.c:
9707         * gst/videorate/gstvideorate.c:
9708         * gst/videotestsrc/gstvideotestsrc.h:
9709         * gst/videotestsrc/videotestsrc.h:
9710         * sys/v4l/gstv4lcolorbalance.h:
9711         * sys/v4l/gstv4ltuner.h:
9712         * sys/v4l/gstv4lxoverlay.h:
9713         * sys/v4l/v4l_calls.h:
9714         * sys/v4l/videodev_mjpeg.h:
9715         * tests/check/elements/audioconvert.c:
9716         * tests/check/elements/audioresample.c:
9717         * tests/check/elements/audiotestsrc.c:
9718         * tests/check/elements/videotestsrc.c:
9719         * tests/check/elements/volume.c:
9720         * tests/examples/seek/scrubby.c:
9721         * tests/examples/seek/seek.c:
9722           expand tabs
9723
9724 === release 0.10.0 ===
9725
9726 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9727
9728         * configure.ac:
9729           releasing 0.10.0, "Mont-d'or"
9730
9731 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9732
9733         * tests/examples/seek/Makefile.am:
9734         Build fix for when gtk is not available.
9735
9736 2005-12-05  Andy Wingo  <wingo@pobox.com>
9737
9738         * ext/libvisual/visual.c: (get_buffer):
9739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9740         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9741         * ext/theora/theoradec.c: (theora_handle_data_packet):
9742         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9743         (theora_enc_chain):
9744         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9745         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9746         Update for alloc_buffer changes.
9747
9748 2005-12-05  Andy Wingo  <wingo@pobox.com>
9749
9750         patch by: Kai Vehmanen <kv2004 eca cx>
9751         
9752         * gst-libs/gst/rtp/gstbasertpdepayload.c
9753         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9754
9755 2005-12-04  Andy Wingo  <wingo@pobox.com>
9756
9757         patch by: Sebastien Cote <sebas642 yahoo ca>
9758         
9759         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9760         Fixes #319172.
9761
9762 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9763
9764         * docs/plugins/Makefile.am:
9765         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9766         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9767         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9768         * ext/pango/gstclockoverlay.c:
9769         * ext/pango/gsttextoverlay.c: 
9770         * ext/pango/gsttextrender.c:
9771         * ext/pango/gsttimeoverlay.c:
9772           Add gtk-doc blurbs to pango elements.
9773
9774 2005-12-02  Wim Taymans  <wim@fluendo.com>
9775
9776         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9777         * gst/audioresample/buffer.h:
9778         * gst/audioresample/gstaudioresample.c:
9779         * gst/audioresample/gstaudioresample.h:
9780         * gst/audioresample/resample.c: (resample_input_flush),
9781         (resample_input_pushthrough), (resample_input_eos),
9782         (resample_get_output_size_for_input),
9783         (resample_get_input_size_for_output), (resample_get_output_size),
9784         (resample_get_output_data):
9785         * gst/audioresample/resample.h:
9786         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9787         Fix audioresample, seek torture, new segments, reverse negotiation
9788         etc.. work fine.
9789
9790 2005-12-02  Wim Taymans  <wim@fluendo.com>
9791
9792         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9793         Small cleanups.
9794
9795 2005-12-02  Wim Taymans  <wim@fluendo.com>
9796
9797         * gst/audioconvert/gstaudioconvert.c:
9798         (gst_audio_convert_transform):
9799         Post errors.
9800
9801 === release 0.9.7 ===
9802
9803 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9804
9805         * configure.ac:
9806           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9807
9808 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9809
9810         * Makefile.am:
9811         * po/hu.po:
9812         * win32/MANIFEST:
9813         * win32/gst.sln:
9814           add win32 MANIFEST file
9815           do something to the hungarian translation
9816
9817 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * ext/Makefile.am:
9820           Add $(PANGO_DIR) to SUBDIRS
9821
9822         * ext/pango/gstclockoverlay.c:
9823         * ext/pango/gsttimeoverlay.c:
9824           Fix and improve element descriptions.
9825
9826 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9827
9828         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9829         * docs/plugins/inspect/plugin-libvisual.xml:
9830         * docs/plugins/inspect/plugin-pango.xml:
9831           add pango plugin to docs
9832
9833 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9834
9835         * configure.ac:
9836         * ext/Makefile.am:
9837           moved pango to base
9838
9839 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9840
9841         * configure.ac:
9842         * tests/Makefile.am:
9843         * tests/icles/.cvsignore:
9844         * tests/icles/Makefile.am:
9845         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9846         (close_display), (resize_window), (move_window), (create_window),
9847         (terminate_playback), (pause_playback), (start_playback), (main):
9848           add stress test for xoverlay from Julien
9849
9850 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9851
9852         * docs/libs/tmpl/gstcolorbalance.sgml:
9853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9854         * gst-libs/gst/rtp/gstbasertppayload.c:
9855         * gst-libs/gst/rtp/gstrtpbuffer.c:
9856         * gst-libs/gst/rtp/gstrtpbuffer.h:
9857           Do burger's rename for rtp payloaders and depayloaders
9858
9859 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9860
9861         * win32/:
9862           add Visual Studio 6 build files
9863
9864 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9865
9866         * docs/libs/gst-plugins-base-libs-docs.sgml:
9867         * docs/libs/gst-plugins-base-libs-sections.txt:
9868         * docs/libs/tmpl/gstaudio.sgml:
9869         * docs/libs/tmpl/gstringbuffer.sgml:
9870         * gst-libs/gst/interfaces/xoverlay.c:
9871         * gst-libs/gst/video/gstvideofilter.c:
9872         * gst-libs/gst/video/gstvideosink.c:
9873           update documentation
9874
9875 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9876
9877         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9878         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9879         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9880         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9881         (gst_multi_fd_sink_get_stats),
9882         (gst_multi_fd_sink_remove_client_link),
9883         (gst_multi_fd_sink_handle_client_read),
9884         (gst_multi_fd_sink_client_queue_data),
9885         (gst_multi_fd_sink_client_queue_caps),
9886         (gst_multi_fd_sink_client_queue_buffer),
9887         (gst_multi_fd_sink_new_client),
9888         (gst_multi_fd_sink_handle_client_write),
9889         (gst_multi_fd_sink_recover_client),
9890         (gst_multi_fd_sink_queue_buffer),
9891         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9892         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9893         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9894         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9895         * gst/tcp/gstmultifdsink.h:
9896         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9897         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9898         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9899         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9900         (gst_tcp_client_sink_set_property),
9901         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9902         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9903         * gst/tcp/gsttcpclientsink.h:
9904         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9905         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9906         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9907         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9908         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9909         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9910         * gst/tcp/gsttcpclientsrc.h:
9911         * gst/tcp/gsttcpplugin.c: (plugin_init):
9912         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9913         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9914         (gst_tcp_server_sink_finalize),
9915         (gst_tcp_server_sink_handle_server_read),
9916         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9917         (gst_tcp_server_sink_set_property),
9918         (gst_tcp_server_sink_get_property),
9919         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9920         * gst/tcp/gsttcpserversink.h:
9921         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9922         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9923         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9924         (gst_tcp_server_src_set_property),
9925         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9926         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9927         * gst/tcp/gsttcpserversrc.h:
9928           more borgifying
9929
9930 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9931
9932         * docs/plugins/Makefile.am:
9933         * docs/plugins/gst-plugins-base-plugins.args:
9934         * docs/plugins/inspect/plugin-libvisual.xml:
9935         * gst/audioconvert/plugin.h:
9936         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9937         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9938         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9939         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9940         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9941         (plugin_init):
9942         * gst/audiotestsrc/gstaudiotestsrc.c:
9943         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9944         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9945         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9946         (gst_audio_test_src_get_query_types),
9947         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9948         (gst_audio_test_src_create_square),
9949         (gst_audio_test_src_create_saw),
9950         (gst_audio_test_src_create_triangle),
9951         (gst_audio_test_src_create_silence),
9952         (gst_audio_test_src_create_white_noise),
9953         (gst_audio_test_src_init_pink_noise),
9954         (gst_audio_test_src_generate_pink_noise_value),
9955         (gst_audio_test_src_create_pink_noise),
9956         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9957         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9958         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9959         (plugin_init):
9960         * gst/audiotestsrc/gstaudiotestsrc.h:
9961         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9962         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9963         (gst_sub_parse_init), (gst_sub_parse_formats),
9964         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9965         (convert_encoding), (get_next_line),
9966         (gst_sub_parse_data_format_autodetect),
9967         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9968         (gst_sub_parse_loop), (gst_sub_parse_chain),
9969         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9970         (plugin_init):
9971         * gst/subparse/gstsubparse.h:
9972         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9973         (gst_video_rate_base_init), (gst_video_rate_class_init),
9974         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9975         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9976         (gst_video_rate_init), (gst_video_rate_event),
9977         (gst_video_rate_chain), (gst_video_rate_set_property),
9978         (gst_video_rate_get_property), (gst_video_rate_change_state),
9979         (plugin_init):
9980         * gst/videoscale/gstvideoscale.c:
9981         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9982         (gst_video_scale_src_template_factory),
9983         (gst_video_scale_sink_template_factory),
9984         (gst_video_scale_get_type), (gst_video_scale_base_init),
9985         (gst_video_scale_class_init), (gst_video_scale_init),
9986         (gst_video_scale_set_property), (gst_video_scale_get_property),
9987         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9988         (gst_video_scale_prepare_size), (parse_caps),
9989         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9990         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9991         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9992         (plugin_init):
9993         * gst/videoscale/gstvideoscale.h:
9994         * gst/videotestsrc/gstvideotestsrc.c:
9995         (gst_video_test_src_pattern_get_type),
9996         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9997         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9998         (gst_video_test_src_set_pattern),
9999         (gst_video_test_src_set_property),
10000         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10001         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10002         (gst_video_test_src_event), (gst_video_test_src_get_times),
10003         (gst_video_test_src_create), (plugin_init):
10004         * gst/videotestsrc/gstvideotestsrc.h:
10005         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10006         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10007         (gst_video_test_src_black):
10008         * gst/videotestsrc/videotestsrc.h:
10009           borgify further
10010           clean up docs a little
10011
10012 2005-11-30  Wim Taymans  <wim@fluendo.com>
10013
10014         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10015         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10016         (gst_basertppayload_event), (gst_basertppayload_push),
10017         (gst_basertppayload_change_state):
10018         * gst-libs/gst/rtp/gstbasertppayload.h:
10019         closed #320644.
10020
10021 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10022
10023         * docs/libs/gst-plugins-base-libs-docs.sgml:
10024         * docs/libs/gst-plugins-base-libs-sections.txt:
10025         * gst-libs/gst/video/gstvideofilter.c:
10026         * gst-libs/gst/video/gstvideosink.c:
10027         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10028
10029 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10030
10031         * LICENSE:
10032           move
10033         * po/af.po:
10034         * po/az.po:
10035         * po/cs.po:
10036         * po/en_GB.po:
10037         * po/hu.po:
10038         * po/it.po:
10039         * po/nb.po:
10040         * po/nl.po:
10041         * po/or.po:
10042         * po/sq.po:
10043         * po/sr.po:
10044         * po/sv.po:
10045         * po/uk.po:
10046         * po/vi.po:
10047         * Makefile.am:
10048           update
10049         * scripts/autoplugins.sh:
10050           remove
10051
10052 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10053
10054         * Makefile.am:
10055         * configure.ac:
10056         * examples/Makefile.am:
10057         * examples/capsfilter/Makefile.am:
10058         * examples/capsfilter/capsfilter1.c:
10059         * examples/gob/Makefile.am:
10060         * examples/gob/gst-identity2.gob:
10061         * examples/indexing/.cvsignore:
10062         * examples/indexing/Makefile.am:
10063         * examples/indexing/indexmpeg.c:
10064         * examples/seeking/.cvsignore:
10065         * examples/seeking/Makefile.am:
10066         * examples/seeking/cdparanoia.c:
10067         * examples/seeking/cdplayer.c:
10068         * examples/seeking/chained.c:
10069         * examples/seeking/scrubby.c:
10070         * examples/seeking/seek.c:
10071         * examples/stats/Makefile.am:
10072         * examples/stats/mp2ogg.c:
10073         * examples/switch/.cvsignore:
10074         * examples/switch/Makefile.am:
10075         * examples/switch/switcher.c:
10076         * tests/Makefile.am:
10077         * tests/check/generic/.cvsignore:
10078         * tests/check/pipelines/.cvsignore:
10079         * tests/examples/Makefile.am:
10080         * tests/examples/seek/Makefile.am:
10081           reorganize stuff under tests/
10082
10083 2005-11-30  Edward Hervey  <edward@fluendo.com>
10084
10085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10086         Go away you stupid GstStaticPadTemplate memleak.
10087
10088 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10089
10090         * gst-libs/gst/net/Makefile.am:
10091         * gst-libs/gst/net/README:
10092         * gst-libs/gst/net/gstnetbuffer.c:
10093         * gst-libs/gst/net/gstnetbuffer.h:
10094           this was moved to "netbuffer"
10095
10096 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10097
10098         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10099         (gst_video_filter_class_init), (gst_video_filter_init):
10100         * gst-libs/gst/video/gstvideofilter.h:
10101           borgify name to bring in line with other classes
10102
10103 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10104
10105         * gst/audioscale/.cvsignore:
10106         * gst/audioscale/Makefile.am:
10107         * gst/audioscale/README:
10108         * gst/audioscale/audioscale.vcproj:
10109         * gst/audioscale/dtof.c:
10110         * gst/audioscale/dtos.c:
10111         * gst/audioscale/functable.c:
10112         * gst/audioscale/gstaudioscale.c:
10113         * gst/audioscale/gstaudioscale.h:
10114         * gst/audioscale/private.h:
10115         * gst/audioscale/resample.c:
10116         * gst/audioscale/resample.h:
10117         * gst/audioscale/test.c:
10118           remove
10119
10120 2005-11-30  Edward Hervey  <edward@fluendo.com>
10121
10122         * gst-libs/gst/netbuffer/Makefile.am:
10123         really, really tired
10124
10125 2005-11-30  Edward Hervey  <edward@fluendo.com>
10126
10127         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10128         Update for new GstTypeFindFactory _register()
10129
10130 2005-11-30  Edward Hervey  <edward@fluendo.com>
10131
10132         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10133         Let's not override libgstnet from core for no reason...
10134         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10135         Ok, maybe not so quick next time.
10136
10137 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10138
10139         * configure.ac:
10140         * gst-libs/gst/Makefile.am:
10141           moved gst-libs/gst/net to netbuffer through CVS surgery
10142           remove old directory
10143           updating build to accomodate
10144           (#322257)
10145
10146 2005-11-29  Andy Wingo  <wingo@pobox.com>
10147
10148         * pkgconfig/gstreamer-plugins-base.pc.in:
10149         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10150         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10151         (#322257).
10152
10153 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10154
10155         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10156         3rd time's the charm. Correct ref-counting for discarded buffers.
10157
10158 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10159
10160         * gst/playback/gststreamselector.c:
10161         (gst_stream_selector_class_init),
10162         (gst_stream_selector_set_property),
10163         (gst_stream_selector_get_property),
10164         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10165         Fix ref-counting
10166
10167 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         * gst/subparse/gstsubparse.c: (feed_textbuf):
10170           Don't access already unref'ed buffer.
10171
10172 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10173
10174         * gst/playback/gststreamselector.c:
10175         (gst_stream_selector_class_init), (gst_stream_selector_init),
10176         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10177         (gst_stream_selector_get_property),
10178         (gst_stream_selector_get_linked_pad),
10179         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10180         * gst/playback/gststreamselector.h:
10181         Add the active-pad property for playbin to use shortly. Ignore buffers
10182         from any other pad, returning GST_FLOW_NOT_LINKED
10183
10184 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10185
10186         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10187         patch from bug #322704 (Alessandro Decina).
10188
10189 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10190
10191         * gst-libs/gst/audio/Makefile.am:
10192           folded audiofilter into the audio library
10193
10194 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10195
10196         * gst/videoscale/gstvideoscale.h:
10197         * gst/videoscale/gstvideoscale.c:
10198           remove unimplemented scale methods
10199
10200 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10203           Don't leak caps.
10204
10205 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10206
10207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10208         (gst_ximagesink_setcaps):
10209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10210         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10211         happens (only visible on ximagesink but bug is in xv too) set_caps was
10212         destroying the internal x[v]image used to memcpy non locally alloced
10213         buffers so that it got renewed on next _chain. The issue is that 
10214         _expose will try to put that image as it reffed it in _put.
10215         Using gst_buffer_unref instead of destroy fixes it !
10216
10217 2005-11-28  Edward Hervey  <edward@fluendo.com>
10218
10219         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10220         (try_to_link_1), (queue_filled_cb):
10221         Better use of the queues. Start with a small size queue and only increase
10222         the size of the queues when the other queues are empty.
10223
10224 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10225
10226         * gst-libs/gst/video/Makefile.am:
10227           compile in copied-over videofilter into the video library
10228         * gst-libs/gst/video/videosink.h:
10229           rename the header to gstvideosink.h since it's a base GstObject class
10230         * sys/ximage/ximagesink.h:
10231         * sys/xvimage/xvimagesink.h:
10232           use the new header
10233
10234 2005-11-28  Wim Taymans  <wim@fluendo.com>
10235
10236         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10237         * gst/playback/gstplaybasebin.h:
10238         Prepare to handle errors betters.
10239
10240         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10241         Set sinks to PAUSED first before adding and linking them so that
10242         we don't interrupt dataflow.
10243
10244 2005-11-28  Wim Taymans  <wim@fluendo.com>
10245
10246         * gst-libs/gst/audio/TODO:
10247         Updated TODO
10248
10249         * gst-libs/gst/audio/gstaudiosink.c:
10250         (gst_audioringbuffer_open_device),
10251         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10252         (gst_audioringbuffer_release):
10253         Small cleanups.
10254
10255         * gst-libs/gst/audio/gstbaseaudiosink.c:
10256         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10257         (gst_base_audio_sink_change_state):
10258         Slave to the master clock when going to PLAYING and unslave when
10259         going to PAUSED.
10260
10261         * gst-libs/gst/audio/gstringbuffer.c:
10262         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10263         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10264         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10265         (gst_ring_buffer_clear_all), (wait_segment),
10266         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10267         (gst_ring_buffer_advance):
10268         * gst-libs/gst/audio/gstringbuffer.h:
10269         Add some docs and cleanups.
10270
10271 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10272
10273         * sys/xvimage/xvimagesink.c:
10274         (gst_xvimagesink_navigation_send_event): Fix navigation events
10275         coordinates translation with pixel aspect ratios.
10276
10277 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10278
10279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10280         Use calculated video geometry from _setcaps instead of buffer
10281         caps to respect pixel aspect ratio. (fixes #322388)
10282
10283 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10284
10285         * docs/libs/tmpl/gstcolorbalance.sgml:
10286         * docs/libs/tmpl/gstmixer.sgml:
10287         * docs/libs/tmpl/gstxoverlay.sgml:
10288         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10289         interface.
10290
10291 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10292
10293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10294         Refuse to create an XvImage if we can't find the format.
10295
10296 2005-11-28  Edward Hervey  <edward@fluendo.com>
10297
10298         * gst-libs/gst/riff/riff-media.c:
10299         (gst_riff_create_audio_template_caps):
10300         Add ATRAC3 to the list of riff-possible audio caps.
10301         I know we still don't have a plugin for atrac3, but it's saner to output
10302         that than a cryptic mimetype.
10303
10304 2005-11-27  Edward Hervey  <edward@fluendo.com>
10305
10306         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10307         Don't try to create a zero-sized subbuffer.
10308
10309 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10310
10311         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10312         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10313         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10314         (gst_ximagesink_expose): Fixed a tricky race.
10315         * sys/ximage/ximagesink.h:
10316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10317         (gst_xvimagesink_expose): Fixed a tricky race.
10318         * sys/xvimage/xvimagesink.h:
10319
10320 2005-11-27  Edward Hervey  <edward@fluendo.com>
10321
10322         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10323         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10324         Remove unused properties, and add queues between demuxers and decoders
10325         so that a lot more files can preroll properly.
10326
10327 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10328
10329         * gst-libs/gst/net/Makefile.am:
10330         * gst-libs/gst/rtp/Makefile.am:
10331         * gst-libs/gst/tag/Makefile.am:
10332           remove silly include
10333         * gst/tags/Makefile.am:
10334         * gst/tags/gsttagediting.c:
10335         * gst/tags/gsttageditingprivate.h:
10336         * gst/tags/tagedit.vcproj:
10337           remove directory, is as good as empty
10338
10339 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10340
10341         * configure.ac:
10342           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10343         * gst-libs/Makefile.am:
10344         * gst-libs/gst/audio/Makefile.am:
10345         * gst-libs/gst/interfaces/Makefile.am:
10346         * gst-libs/gst/net/Makefile.am:
10347         * gst-libs/gst/riff/Makefile.am:
10348         * gst-libs/gst/rtp/Makefile.am:
10349         * gst-libs/gst/tag/Makefile.am:
10350         * gst-libs/gst/video/Makefile.am:
10351           and use them
10352
10353 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10354
10355         * docs/libs/tmpl/gstcolorbalance.sgml:
10356         * docs/libs/tmpl/gstmixer.sgml:
10357         * docs/libs/tmpl/gstxoverlay.sgml:
10358         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10359         * sys/ximage/ximagesink.h:
10360         * sys/xvimage/xvimagesink.h: More and more documentation.
10361
10362 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10363
10364         * docs/libs/gst-plugins-base-libs-docs.sgml:
10365         * docs/libs/gst-plugins-base-libs-sections.txt:
10366         * docs/libs/tmpl/gstcolorbalance.sgml:
10367         * docs/libs/tmpl/gstmixer.sgml:
10368         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10369         to documentation.
10370
10371 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10372
10373         * docs/plugins/Makefile.am:
10374         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10375         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10376         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10377
10378 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10379
10380         * docs/plugins/Makefile.am:
10381         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10382         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10383         * docs/plugins/inspect/plugin-adder.xml:
10384         * docs/plugins/inspect/plugin-alsa.xml:
10385         * docs/plugins/inspect/plugin-audioconvert.xml:
10386         * docs/plugins/inspect/plugin-audiorate.xml:
10387         * docs/plugins/inspect/plugin-audioresample.xml:
10388         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10389         * docs/plugins/inspect/plugin-decodebin.xml:
10390         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10391         * docs/plugins/inspect/plugin-gnomevfs.xml:
10392         * docs/plugins/inspect/plugin-ogg.xml:
10393         * docs/plugins/inspect/plugin-playbin.xml:
10394         * docs/plugins/inspect/plugin-subparse.xml:
10395         * docs/plugins/inspect/plugin-tcp.xml:
10396         * docs/plugins/inspect/plugin-theora.xml:
10397         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10398         * docs/plugins/inspect/plugin-video4linux.xml:
10399         * docs/plugins/inspect/plugin-videorate.xml:
10400         * docs/plugins/inspect/plugin-videoscale.xml:
10401         * docs/plugins/inspect/plugin-videotestsrc.xml:
10402         * docs/plugins/inspect/plugin-volume.xml:
10403         * docs/plugins/inspect/plugin-vorbis.xml:
10404         * docs/plugins/inspect/plugin-ximagesink.xml:
10405         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10406         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10407
10408 2005-11-26  Edward Hervey  <edward@fluendo.com>
10409
10410         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10411         Properly return GstFlowReturn from gst_pad_push in chain functions.
10412
10413 2005-11-25  Michael Smith  <msmith@fluendo.com>
10414
10415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10416         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10417         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10418         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10419           Handle various conditions better when we don't understand a stream.
10420           Removes a heap of CRITICALs on ogg streams containing unknown data.
10421
10422 2005-11-24  Andy Wingo  <wingo@pobox.com>
10423
10424         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10425         Be threadsafe.
10426
10427 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10428
10429         * configure.ac: back to HEAD
10430
10431 === release 0.9.6 ===
10432
10433 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10434
10435         * configure.ac:
10436           releasing 0.9.6, "White Eight"
10437
10438 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10439
10440         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10441         * docs/plugins/inspect/plugin-sine.xml:
10442           remove sinesrc some more
10443
10444 2005-11-23  Wim Taymans  <wim@fluendo.com>
10445
10446         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10447         If we are reading too slowly, jump forward in the ringbuffer
10448         instead of blocking.
10449
10450 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10451
10452         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10453         (gst_visual_chain):
10454         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10455         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10456         (gst_videorate_chain):
10457         * gst/videotestsrc/gstvideotestsrc.c:
10458         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10459         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10460         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10461         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10462         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10463         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10464           Updates for API changes
10465
10466 2005-11-23  Wim Taymans  <wim@fluendo.com>
10467
10468         * gst-libs/gst/audio/gstbaseaudiosink.c:
10469         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10470         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10471         Fix for calibration API change.
10472
10473 2005-11-23  Michael Smith <msmith@fluendo.com>
10474
10475         * gst-libs/gst/audio/multichannel.c:
10476         (gst_audio_get_channel_positions),
10477         (gst_audio_set_channel_positions),
10478         (gst_audio_set_structure_channel_positions_list),
10479         (gst_audio_fixate_channel_positions):
10480           Use gst_value_array_*() functions on value arrays, not
10481           gst_value_list_*().
10482
10483 2005-11-23  Edward Hervey  <edward@fluendo.com>
10484
10485         * autogen.sh:
10486         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10487         Fixes autogen
10488
10489 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10490
10491         * check/Makefile.am:
10492         * check/elements/videotestsrc.c: (setup_videotestsrc),
10493         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10494         (main):
10495           add a test for videotestsrc
10496
10497 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10498
10499         * gst/sine/.cvsignore:
10500         * gst/sine/Makefile.am:
10501         * gst/sine/gstsinesrc.c:
10502         * gst/sine/gstsinesrc.h:
10503         * gst/sine/sinesrc.vcproj:
10504           and remove sinesrc from the repository.  Closes #321446
10505
10506 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10507
10508         * configure.ac:
10509         * gst-plugins-base.spec.in:
10510           remove sinesrc from the build
10511
10512 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10513
10514         * check/Makefile.am:
10515         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10516         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10517         (main):
10518           add a test for audiotestsrc, testing all waves.  Even seems
10519           leak-free at first glance, nice job Stefan
10520
10521 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10522
10523         * po/af.po:
10524         * po/az.po:
10525         * po/cs.po:
10526         * po/en_GB.po:
10527         * po/hu.po:
10528         * po/it.po:
10529         * po/nb.po:
10530         * po/nl.po:
10531         * po/or.po:
10532         * po/sq.po:
10533         * po/sr.po:
10534         * po/sv.po:
10535         * po/uk.po:
10536         * po/vi.po:
10537           Translation string updates
10538
10539         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10540         (gst_v4lsrc_set_caps):
10541         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10542         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10543         * sys/v4l/v4lsrc_calls.h:
10544           Improve v4lsrc, by making it work again.
10545
10546 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10547
10548         * ext/libvisual/visual.c: (gst_visual_chain):
10549           Fix the fps calculations.
10550
10551         * gst/ffmpegcolorspace/avcodec.h:
10552           Move structure element for clarity
10553
10554         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10555         * gst-libs/gst/interfaces/tunernorm.h:
10556         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10557         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10558         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10559         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10560         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10561         (gst_v4lmjpegsrc_getcaps):
10562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10563         (gst_v4lsrc_set_caps):
10564         * sys/v4l/gstv4lsrc.h:
10565         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10566         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10567         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10568         * sys/v4l/v4lsrc_calls.h:
10569           Fractional framerates...
10570
10571 2005-11-22  Wim Taymans  <wim@fluendo.com>
10572
10573         * gst-libs/gst/audio/gstbaseaudiosink.c:
10574         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10575         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10576         And we provide a clock by default, of course...
10577
10578 2005-11-22  Wim Taymans  <wim@fluendo.com>
10579
10580         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10581         This clock can be slaved to a master clock now.
10582
10583         * gst-libs/gst/audio/gstbaseaudiosink.c:
10584         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10585         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10586         (gst_base_audio_sink_set_clock),
10587         (gst_base_audio_sink_set_property),
10588         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10589         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10590         * gst-libs/gst/audio/gstbaseaudiosink.h:
10591         Handle slaving the internal clock to the clock selected in the
10592         pipeline.
10593         Add property to make the basesink not provide a clock.
10594
10595         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10596         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10597         (gst_base_rtp_depayload_wait):
10598         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10599         We can use the clock in GstElement, no need to store it ourselves.
10600
10601 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10602
10603         * docs/libs/tmpl/gstaudio.sgml:
10604           update
10605         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10606         (gst_paranoia_endian_get_type):
10607         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10608         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10609         * gst/audiotestsrc/gstaudiotestsrc.c:
10610         (gst_audiostestsrc_wave_get_type):
10611         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10612         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10613         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10614         (gst_sync_method_get_type), (gst_unit_type_get_type),
10615         (gst_client_status_get_type), (gst_multifdsink_class_init),
10616         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10617         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10618         (gst_multifdsink_get_property):
10619         * gst/tcp/gstmultifdsink.h:
10620         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10621         * gst/videotestsrc/gstvideotestsrc.c:
10622         (gst_videotestsrc_pattern_get_type):
10623           remove deprecated properties
10624           fix up enums to correctly have short lowercase dashed nicks
10625
10626 2005-11-22  Michael Smith <msmith@fluendo.com>
10627
10628         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10630           Add underscore.
10631
10632 2005-11-22  Michael Smith <msmith@fluendo.com>
10633
10634         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10636           Use utility method for scaling clocktime for fractional framerates.
10637
10638 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10639
10640         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10641         (gst_visual_chain):
10642         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10643         * ext/theora/theoradec.c: (theora_handle_type_packet):
10644         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10645         (theora_enc_chain):
10646         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10647         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10648         * gst-libs/gst/video/video.h:
10649         * gst/ffmpegcolorspace/avcodec.h:
10650         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10651         (gst_ffmpeg_caps_to_pixfmt):
10652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10653         (gst_ffmpegcsp_set_caps):
10654         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10655         (gst_videorate_setcaps), (gst_videorate_blank_data),
10656         (gst_videorate_chain):
10657         * gst/videotestsrc/gstvideotestsrc.c:
10658         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10659         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10660         (gst_videotestsrc_event), (gst_videotestsrc_create):
10661         * gst/videotestsrc/gstvideotestsrc.h:
10662         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10663         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10664         (gst_ximagesink_get_times), (gst_ximagesink_init):
10665         * sys/ximage/ximagesink.h:
10666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10667         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10668         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10669         * sys/xvimage/xvimagesink.h:
10670           Convert elements to use fractions for their framerate.
10671           V4L elements to come later tonight.
10672
10673 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10674
10675         * gst-libs/gst/audio/audio.c:
10676         * gst-libs/gst/audio/audio.h:
10677           remove some deprecated functions
10678
10679 2005-11-22  Andy Wingo  <wingo@pobox.com>
10680
10681         * Update for gst_tag_setter API changes.
10682
10683 2005-11-22  Andy Wingo  <wingo@pobox.com>
10684
10685         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10686         (gst_ogg_demux_perform_seek):
10687         * ext/theora/theoradec.c (theora_dec_sink_event):
10688         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10689         update-funcnames.
10690
10691 2005-11-22  Wim Taymans  <wim@fluendo.com>
10692
10693         * examples/seeking/seek.c: (main):
10694         Give higher priority to bus signals than the gtk events
10695         to fix a race condition in the segment looping.
10696
10697 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10698
10699         * ext/theora/Makefile.am:
10700         * ext/vorbis/Makefile.am:
10701         * gst-libs/gst/tag/Makefile.am:
10702         * gst-plugins-base.spec.in:
10703           Rename libgsttagedit to libgsttag (#322117).
10704
10705 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10709           Call gst_x_overlay_prepare_xwindow_id() to give applications
10710           a final chance to set their own xwindow id before the video
10711           sink creates its own window.
10712
10713 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10714
10715         * sys/xvimage/xvimagesink.c:
10716         (gst_xvimagesink_navigation_send_event): Handle navigation
10717         events correcly with borders if applicable.
10718
10719 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10720
10721         Patch by: Luca Ognibene
10722
10723         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10724         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10726         (gst_ffmpegcsp_caps_remove_format_info):
10727         * gst/ffmpegcolorspace/imgconvert.c:
10728         * gst/ffmpegcolorspace/imgconvert_template.h:
10729           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10730           #318353); use gst_structure_has_name().
10731
10732 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10733
10734         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10735         (gst_ximagesink_class_init): Add debug macros on functions.
10736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10737         (gst_xvimagesink_xwindow_draw_borders),
10738         (gst_xvimagesink_xvimage_put),
10739         (gst_xvimagesink_xwindow_update_geometry),
10740         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10741         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10742         (gst_xvimagesink_xcontext_clear),
10743         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10744         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10745         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10746         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10747         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10748         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10749         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10750         expose while being PAUSED, out of data flow navigation events, etc..
10751
10752 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10753
10754         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10755         * gst-libs/gst/audio/audio.h:
10756           fix prototype - wondering why the test worked regardless
10757
10758 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10759
10760         * check/Makefile.am:
10761         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10762         * gst-libs/gst/audio/audio.h:
10763           add a method that returns a proper GstClockTime
10764
10765 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10766
10767         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10768         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10769         * gst-libs/gst/interfaces/xoverlay.h:
10770           Remove everything having to do with the desired size; add 
10771           gst_x_overlay_prepare_xwindow_id() function; remove the
10772           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10773           post a message on the bus instead (#321816).
10774
10775         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10777         (gst_xvimagesink_xoverlay_init):
10778           Remove desired size stuff (#321816).
10779
10780 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10783         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10784         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10785           Terminate vararg functions with NULL instead of 0 to 
10786           make gcc4 happy.
10787
10788 2005-11-21  Andy Wingo  <wingo@pobox.com>
10789
10790         patch by: Sebastien Cote <sebas642@yahoo.ca>
10791         
10792         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10793         * gst-libs/gst/rtp/gstrtpbuffer.c
10794         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10795
10796 2005-11-21  Andy Wingo  <wingo@pobox.com>
10797
10798         * gst/playback/gstplaybin.c (gen_audio_element) 
10799         (gen_video_element): Use the new MISSING_PLUGIN core error
10800         category. Closes #320060.
10801
10802         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10803         * gst/videorate/gstvideorate.c (gst_videorate_event):
10804         * ext/theora/theoradec.c (theora_dec_sink_event): 
10805         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10806         stream lock.
10807
10808         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10809         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10810         stream lock changes.
10811
10812 2005-11-21  Wim Taymans  <wim@fluendo.com>
10813
10814         * gst-libs/gst/audio/gstbaseaudiosink.c:
10815         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10816         (gst_base_audio_sink_provide_clock),
10817         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10818         (gst_base_audio_sink_change_state):
10819         * gst/audioresample/gstaudioresample.c:
10820         Segment update fix.
10821
10822 2005-11-21  Andy Wingo  <wingo@pobox.com>
10823
10824         * *.h:
10825         * *.c: Ran scripts/update-macros. Oh yes.
10826
10827 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * sys/ximage/Makefile.am:
10830         * sys/ximage/ximage.c:
10831           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10832           remove your old libgstximage.* manually if necessary).
10833
10834 2005-11-21  Michael Smith <msmith@fluendo.com>
10835
10836         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10837           Minimal fix for bug #320200: set the min/max bitrate in the correct
10838           units. A better fix would be to upgrade to the RATEMANAGE2
10839           interface, rather than using the deprecated interface used here, but
10840           that would require an update in our libvorbis dependency (to 1.1),
10841           which is probably undesirable.
10842
10843 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10844
10845         * ext/libvisual/visual.c: (get_buffer):
10846         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10847         (gst_base_audio_src_fixate):
10848         * gst/audioconvert/gstaudioconvert.c:
10849         (gst_audio_convert_fixate_caps):
10850         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10851         * gst/audiotestsrc/gstaudiotestsrc.c:
10852         (gst_audiotestsrc_src_fixate):
10853         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10854         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10855         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10856         * gst/videotestsrc/gstvideotestsrc.c:
10857         (gst_videotestsrc_src_fixate):
10858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10860           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10861           (#322027)
10862
10863
10864 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10867         (gst_riff_create_iavs_caps):
10868         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10869         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10870         (gst_riff_parse_info):
10871         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10874           Fixes for GST_FOURCC_FORMAT API change.
10875
10876 2005-11-21  Andy Wingo  <wingo@pobox.com>
10877
10878         patch by: Alessandro Dessina <alessandro nnva org>
10879
10880         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10881         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10882         (gst_ogg_parse_chain):
10883         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10884         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10885         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10886         gst_value_list calls on arrays. Fixes #321962.
10887
10888 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10891         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10892         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10893         * gst/adder/gstadder.c: (gst_adder_init),
10894         (gst_adder_request_new_pad), (gst_adder_collected),
10895         (gst_adder_change_state):
10896           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10897           API change.
10898
10899 2005-11-21  Michael Smith <msmith@fluendo.com>
10900
10901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10902         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10903           Properly handle pad_push return values.
10904
10905 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10906
10907         * gst-libs/gst/tag/Makefile.am:
10908         * gst-libs/gst/tag/gstvorbistag.c:
10909         (gst_tag_list_to_vorbiscomment_buffer):
10910           Remove obsolete vorbistag element and debug category.
10911
10912         * gst/playback/gstplaybasebin.c: (check_queue):
10913           Don't divide by 0 when queue-threshold is 0.
10914
10915         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10916           Don't modify an existing pixel-aspect-ratio if we fail to read
10917           a new one.
10918
10919 2005-11-20  Wim Taymans  <wim@fluendo.com>
10920
10921         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10922         (gst_vorbisenc_push_packet):
10923         GST_PAD_IS_USABLE is gone, use the return value of
10924         the push or pad_alloc_buffer instead.
10925
10926 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10927
10928         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10929         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10930         (gst_ximagesink_ximage_destroy),
10931         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10932         (gst_ximagesink_xwindow_new),
10933         (gst_ximagesink_xwindow_update_geometry),
10934         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10935         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10936         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10937         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10938         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10939         (gst_ximagesink_navigation_send_event),
10940         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10941         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10942         (gst_ximagesink_finalize), (gst_ximagesink_init),
10943         (gst_ximagesink_class_init):
10944         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10945         This new version brings correct software scaling, non flickering
10946         window while resizing, pixel aspect ratio handling, usage of
10947         hardware buffer pools, out of data flow event thread for 
10948         navigation and handling of expose events even when being PAUSED,
10949         a new property to keep video aspect ratio when resizing, etc...
10950
10951 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10952
10953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10954         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10955         handling of PAR.
10956
10957 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10958
10959         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10960         Unsetting IS_SINK flag from the fakesink, so decodebin
10961         never behaves as a sink.
10962
10963 2005-11-17  Wim Taymans  <wim@fluendo.com>
10964
10965         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10966         (gst_base_audio_src_change_state):
10967         Fix the audiosrc base class again, we did not unflush.
10968
10969 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10970
10971         * examples/seeking/seek.c: (make_dv_pipeline),
10972         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10973         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10974         to ogg/vorbis/theora pipeline.
10975
10976 2005-11-17  Wim Taymans  <wim@fluendo.com>
10977
10978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10979         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10980         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10981         Fix EOS on multiple streams.
10982         More debugging.
10983
10984 2005-11-16  Wim Taymans  <wim@fluendo.com>
10985
10986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10987         (gst_ogg_demux_perform_seek):
10988         Segment done must include stream time.
10989
10990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10991         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10992         (gst_ogg_mux_change_state):
10993         Fix ogg muxer again.
10994
10995 2005-11-16  Wim Taymans  <wim@fluendo.com>
10996
10997         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10998         Fix compile again.
10999
11000 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11001
11002         * ext/libvisual/visual.c: (gst_visual_init):
11003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11004         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11005         (gst_ogg_parse_chain):
11006         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11007         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11008         * ext/theora/theoradec.c: (gst_theora_dec_init):
11009         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11010         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11011         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11012         * gst/adder/gstadder.c: (gst_adder_class_init),
11013         (gst_adder_dispose):
11014         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11015         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11016         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11017           Fix a whole set of pad template leaks
11018
11019 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11020
11021         * check/generic/states.c: (GST_START_TEST):
11022           fix the test so that it only checks for elements that are part of
11023           this source module
11024
11025 2005-11-16  Michael Smith <msmith@fluendo.com>
11026
11027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11028         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11029         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11030         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11031         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11032         (gst_ogg_mux_change_state):
11033           Fix leaking collectpads.
11034
11035 2005-11-16  Edward Hervey  <edward@fluendo.com>
11036
11037         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11038         (gst_videorate_event), (gst_videorate_chain):
11039         Handle segment seeks
11040
11041 2005-11-16  Wim Taymans  <wim@fluendo.com>
11042
11043         * gst-libs/gst/audio/gstbaseaudiosink.c:
11044         (gst_base_audio_sink_provide_clock),
11045         (gst_base_audio_sink_change_state):
11046         Set ringbuffer to non-flushing when going to PAUSED, set to
11047         flushing again when going to READY.
11048
11049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11050         (gst_ring_buffer_stop):
11051         Start in flushing mode by default.
11052         Don't set flushing in the _stop method, let the app call
11053         this explicitly.
11054
11055 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11056
11057         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11058         * gst-libs/gst/video/videosink.h: Add helper function needed
11059         for video sinks.
11060
11061 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/videoscale/gstvideoscale.c:
11064         (gst_videoscale_handle_src_event):
11065           Don't leak reference to pad parent.
11066
11067 2005-11-16  Wim Taymans  <wim@fluendo.com>
11068
11069         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11070         Set ringbuffer to flushing when stopping so that we don't
11071         block on wait_segment anymore and livelock.
11072
11073 2005-11-16  Wim Taymans  <wim@fluendo.com>
11074
11075         * examples/seeking/seek.c: (send_event), (do_seek),
11076         (loop_toggle_cb), (segment_done), (main):
11077         Added looping checkbox.
11078
11079 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11080
11081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11082         (gst_ogg_demux_init):
11083         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11084         (gst_vorbis_dec_init):
11085           revert unrefs, they don't pass make check
11086
11087 2005-11-15  Johan Dahlin  <johan@gnome.org>
11088
11089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11090         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11091         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11092         (gst_vorbis_dec_init):
11093         Fix pad template leaks. 
11094
11095 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11098           Make state change function thread safe.
11099
11100 2005-11-15  Edward Hervey  <edward@fluendo.com>
11101
11102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11103         (gst_ogg_demux_class_init):
11104         Implement GstElement::send_event, so we can send seek events
11105         in GST_STATE_READY
11106
11107 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11108
11109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11110         Discovered how to take away flickering while resizing the
11111         window. Please don't put that in ximagesink, refactoring in
11112         progress.
11113
11114 2005-11-14  Michael Smith <msmith@fluendo.com>
11115
11116         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11117         (gst_multifdsink_render):
11118           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11119
11120 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * gst/playback/gstplaybin.c: (gen_audio_element):
11123           Use autoaudiosink, it tends to be more widely available than
11124           autoaudiiosink.
11125           
11126 2005-11-14  Andy Wingo  <wingo@pobox.com>
11127
11128         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11129         as well if it is available. Fixes #316442.
11130
11131 2005-11-14  Michael Smith <msmith@fluendo.com>
11132
11133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11134         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11135         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11136         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11137         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11138         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11140         (gst_vorbisenc_change_state):
11141           Fix a small memory leak in vorbisenc.
11142           Fix large memory leaks in oggmux, also fix lots of state change
11143           bugs in oggmux.
11144
11145 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11146
11147         * gst/videotestsrc/gstvideotestsrc.c:
11148         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11149         (gst_videotestsrc_src_fixate):
11150           move fixation to a fixate function
11151           remove negotiate function, basesrc's is good enough
11152           fixes a bug for check when using the element alone
11153
11154 2005-11-13  Edward Hervey  <edward@fluendo.com>
11155
11156         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11157         (key_toggle_cb), (main):
11158         Added checkboxes for adding/removing the accurate and key_unit seek
11159         flags.
11160
11161 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11162
11163         * configure.ac: back to HEAD
11164
11165 === release 0.9.5 ===
11166
11167 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11168
11169         * configure.ac:
11170           releasing 0.9.5, "No No Kia"
11171
11172 2005-11-11  Edward Hervey  <edward@fluendo.com>
11173
11174         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11175         Added parse-launch syntax seeking mode for the seeking example.
11176         This should help stress-test even more cases.
11177         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11178
11179 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * sys/xvimage/xvimagesink.c:
11182         (gst_xvimagesink_navigation_send_event):
11183           Check whether peer pad exists before sending navigation events
11184           to it.
11185
11186 2005-11-11  Michael Smith <msmith@fluendo.com>
11187
11188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11189         (gst_vorbisenc_buffer_from_packet):
11190         * ext/vorbis/vorbisenc.h:
11191           Set duration on encoded buffers. This allows oggmux's
11192           max_page_delay parameter to actually work.
11193
11194 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11197         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11198         (gst_ffmpegcsp_avpicture_fill):
11199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11200         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11201           Make palettes work again (see #132341). Use our own macros
11202           for rounding up.
11203
11204 2005-11-10  Andy Wingo  <wingo@pobox.com>
11205
11206         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11207         string doober.
11208
11209 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11210
11211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11212         (gst_ffmpegcsp_transform_caps):
11213           Prefer passthrough in transform_caps
11214
11215 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11216
11217         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11218           check for ALSA errors properly, instead of relying on ALSA's
11219           error strings to serve to the user.
11220
11221 2005-11-10  Wim Taymans  <wim@fluendo.com>
11222
11223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11224         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11225         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11226         Modernise the seek code.
11227
11228 2005-11-10  Michael Smith <msmith@fluendo.com>
11229         
11230         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11231         (setup_substreams), (set_active_source):
11232           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11233           trying to go to NULL if we failed to read a file.
11234
11235 2005-11-10  Wim Taymans  <wim@fluendo.com>
11236
11237         * gst/audiotestsrc/gstaudiotestsrc.c:
11238         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11239         (gst_audiotestsrc_create):
11240         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11241         (gst_sinesrc_get_times), (gst_sinesrc_create):
11242         * gst/videotestsrc/gstvideotestsrc.c:
11243         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11244         (gst_videotestsrc_create):
11245         The base class can now sync for us.
11246
11247 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11248
11249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11250           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11251           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11252           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11253           format=(fourcc)I420" ! xvimagesink
11254
11255 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11258         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11259         (gst_sinesrc_newsegment):
11260           Send newsegment event in TIME format, set duration if
11261           num-buffers is set, fix duration querying.
11262
11263 2005-11-10  Michael Smith <msmith@fluendo.com>
11264
11265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11266         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11267         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11268         (gst_ogg_mux_collected):
11269          Fix EOS handling, partially. Now forwarding an EOS event once we have
11270          EOS on all pads works correctly. However, we still don't properly set
11271          EOS on the actual ogg stream pages.
11272
11273 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11276           Set elements to NULL state before disposing of them.
11277
11278 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11279
11280         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11283         (gst_base_rtp_depayload_init),
11284         (gst_base_rtp_depayload_set_gst_timestamp):
11285         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11286           We need to send a newsegment event for each instance, not
11287           just for the first instance of this class (get rid of
11288           static variable in function). (#321011).
11289           
11290 2005-11-08  Michael Smith <msmith@fluendo.com>
11291
11292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11293         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11294         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11295         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11296           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11297           This makes us mux things correctly according to the ogg muxing
11298           rules. Still not handling EOS correctly right now, though.
11299
11300 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         * gst/audioconvert/gstaudioconvert.c:
11303           Fix typo in docs. 
11304
11305 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11306
11307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11308         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11309           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11310           creating a new chain; should fix live streaming. Also
11311           add more debug output and fix a typo.
11312
11313 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11314
11315         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11316
11317         * gst/volume/gstvolume.c: (volume_set_caps):
11318           Fix compilation on Solaris with Forte. (#320923)
11319
11320 2005-11-08  Wim Taymans  <wim@fluendo.com>
11321
11322         * gst-libs/gst/audio/gstbaseaudiosink.c:
11323         (gst_base_audio_sink_render):
11324         No need to do a typecheck.
11325
11326 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11327
11328         * ext/alsa/gstalsa.h:
11329           We register a debug category, so let's use it.
11330
11331 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11332
11333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11334         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11335         Fixed a small problem.
11336
11337 2005-11-04  Wim Taymans  <wim@fluendo.com>
11338
11339         * examples/seeking/Makefile.am:
11340         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11341         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11342         (make_playerbin_pipeline), (format_value), (update_scale),
11343         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11344         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11345         (print_usage), (main):
11346         Added app for playback speed testing.
11347
11348         * examples/seeking/seek.c: (dynamic_link),
11349         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11350         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11351         (message_received), (main):
11352         Updated seek example.
11353
11354 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11355
11356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11357         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11358         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11359         (gst_base_rtp_depayload_set_clock):
11360         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11361         Don't sleep on the bench (system clock) when you have a nice 
11362         comfortable bed (Gstreamer clock) to sleep on.
11363
11364 2005-11-03  Wim Taymans  <wim@fluendo.com>
11365
11366         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11367         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11368         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11369         Handle the case where a pad_block failed.
11370
11371 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11372
11373         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11374
11375         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11376         (gst_base_rtp_depayload_add_to_queue),
11377         (gst_base_rtp_depayload_push),
11378         (gst_base_rtp_depayload_set_gst_timestamp),
11379         (gst_base_rtp_depayload_queue_release):
11380           Fixes some bugs in the depayloader's queuing/de-queueing code.
11381
11382 2005-10-31  Michael Smith <msmith@fluendo.com>
11383
11384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11385         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11386         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11387           Patch from Alessandro Decina <alessandro@nnva.org>.
11388           Make oggdemux only find the final time in a chain, not per-pad,
11389           since the per-pad information can be very expensive to locate, and
11390           it isn't used anywhere. This makes reading a file containing
11391           OggSkeleton reasonably fast.
11392           Also, make chain finding work when there are logical bitstreams that
11393           can't be decoded. Fixes #319110.
11394
11395 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11396
11397         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11398         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11399         (gst_base_rtp_depayload_chain),
11400         (gst_base_rtp_depayload_add_to_queue),
11401         (gst_base_rtp_depayload_push),
11402         (gst_base_rtp_depayload_set_gst_timestamp),
11403         (gst_base_rtp_depayload_queue_release),
11404         (gst_base_rtp_depayload_start_thread),
11405         (gst_base_rtp_depayload_set_property),
11406         (gst_base_rtp_depayload_get_property):
11407         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11408         Some random fixes, to fullfill the desires of thomas.
11409
11410 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11411
11412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11413         (gst_base_rtp_depayload_add_to_queue),
11414         (gst_base_rtp_depayload_push):
11415         Fixed the queueing algorithm.
11416
11417 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11418
11419         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11420         (gst_base_rtp_depayload_push):
11421         A small fix
11422
11423 2005-10-31  Wim Taymans  <wim@fluendo.com>
11424
11425         * gst-libs/gst/audio/gstringbuffer.h:
11426         Don't break ABI.
11427
11428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11429         (gst_ffmpeg_caps_to_pixfmt):
11430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11431         (gst_ffmpegcsp_set_caps):
11432         Some more comments.
11433         Handle missing required caps fields better.
11434
11435 2005-10-31  Wim Taymans  <wim@fluendo.com>
11436
11437         * gst-libs/gst/audio/gstbaseaudiosink.c:
11438         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11439         (gst_base_audio_sink_render):
11440         * gst-libs/gst/audio/gstringbuffer.c:
11441         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11442         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11443         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11444         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11445         (gst_ring_buffer_read):
11446         * gst-libs/gst/audio/gstringbuffer.h:
11447         Add flushing mode to the ringbuffer so that it in all cases does
11448         not try to handle more audio. This makes sure it does not try to
11449         block anymore when flushing and fixes a livelock.
11450
11451 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11452
11453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11454         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11455         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11456           Explicitly check for -1 values before doing a conversion
11457           and always map them to -1. (#315545)
11458
11459 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11460
11461         * gst/playback/gstplaybin.c: (gen_video_element):
11462           first try autovideosink, then xvimagesink, then error out
11463         * po/POTFILES.in:
11464           add translatable file
11465         * po/af.po:
11466         * po/az.po:
11467         * po/cs.po:
11468         * po/en_GB.po:
11469         * po/hu.po:
11470         * po/it.po:
11471         * po/nb.po:
11472         * po/nl.po:
11473         * po/or.po:
11474         * po/sq.po:
11475         * po/sr.po:
11476         * po/sv.po:
11477         * po/uk.po:
11478         * po/vi.po:
11479           update translations
11480
11481 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11482
11483         * gst-libs/gst/rtp/gstbasedepayload.c:
11484         * gst-libs/gst/rtp/gstbasedepayload.h:
11485           Minor cleanups
11486
11487 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * gst/playback/.cvsignore:
11490         * gst/playback/decodetest.c:
11491         * gst/playback/test3.c:
11492           Port these two tests as well.
11493
11494 2005-10-27  Wim Taymans  <wim@fluendo.com>
11495
11496         * ext/theora/theoradec.c: (theora_dec_src_query),
11497         (theora_dec_sink_event):
11498         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11499         (theora_enc_change_state):
11500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11501         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11502         Take proper locks when handling events.
11503
11504 2005-10-27  Wim Taymans  <wim@fluendo.com>
11505
11506         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11507         (gst_adder_change_state):
11508         Fix timestamps and fix deadlock when stopping the collectpads.
11509
11510 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11511
11512         * gst-libs/gst/rtp/gstrtpbuffer.h:
11513         Declaring the payload types as strings too so that they can be used
11514         in the padtemplate inialization.
11515
11516 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11517
11518         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11519
11520         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11521         (gst_base_rtp_depayload_class_init):
11522         Fixes a small but nasty bug. The derived elements no longer segfaults
11523         on finalization.
11524
11525 2005-10-26  Michael Smith <msmith@fluendo.com>
11526
11527         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11528           When clearing an audioconvert context, set tmpbufsize to zero, so
11529           we'll allocate it again later if required.
11530           This fixes audioconvert re-negotiating formats, which previously
11531           segfaulted with a NULL destination buffer.
11532
11533 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11534
11535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11536         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11537         (gst_base_rtp_depayload_set_gst_timestamp),
11538         (gst_base_rtp_depayload_queue_release):
11539         Fixed a smalll memleak.
11540
11541 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11543         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11544         (gst_base_rtp_depayload_finalize),
11545         (gst_base_rtp_depayload_setcaps),
11546         (gst_base_rtp_depayload_add_to_queue),
11547         (gst_base_rtp_depayload_push),
11548         (gst_base_rtp_depayload_set_gst_timestamp),
11549         (gst_base_rtp_depayload_queue_release),
11550         (gst_base_rtp_depayload_thread),
11551         (gst_base_rtp_depayload_change_state):
11552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11553         Changed the C++ comments to C comments
11554
11555 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11558         * gst/tcp/gsttcpclientsrc.h:
11559         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11560         * gst/tcp/gsttcpserversrc.h:
11561           Remove unused 'curoffset' structure member.
11562
11563 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11564
11565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11566         (gst_base_rtp_depayload_base_init),
11567         (gst_base_rtp_depayload_finalize):
11568         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11569         * gst-libs/gst/rtp/gstbasertppayload.h:
11570           The pad-template on the sinkpad should be set by the derived classes.
11571           Also added some useful macros.
11572
11573 2005-10-24  Wim Taymans  <wim@fluendo.com>
11574
11575         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11576         Correctly flush decoder samples even if we could not
11577         copy them to an output buffer. Fixes #319618.
11578
11579 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11580
11581         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11583         the caps against our xcontext caps.
11584
11585 2005-10-24  Wim Taymans  <wim@fluendo.com>
11586
11587         * gst-libs/gst/audio/gstbaseaudiosink.c:
11588         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11589         Remove g_print
11590         Use sync property from baseclass to disable sync.
11591
11592 2005-10-24  Wim Taymans  <wim@fluendo.com>
11593
11594         * gst-libs/gst/audio/gstbaseaudiosink.c:
11595         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11596         Buffers with no timestamps get aligned with previous buffers or
11597         on underrun, played ASAP.
11598
11599 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11600
11601         * gst-libs/gst/video/video.h:
11602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11603         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11605         here comes my change on caps for framerate and geometry range.
11606         We are now accepting 1 to MAXINT for width and height, and from
11607         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11608         to be blended correctly in videomixer.
11609
11610 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11611
11612         * configure.ac:
11613           back to HEAD
11614
11615 === release 0.9.4 ===
11616
11617 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11618
11619         * NEWS:
11620         * RELEASE:
11621         * configure.ac:
11622           releasing 0.9.4, "Velociraptor"
11623
11624 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11625
11626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11627         * po/POTFILES.in:
11628           STOPPED -> FAILED
11629
11630 2005-10-21  Wim Taymans  <wim@fluendo.com>
11631
11632         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11633         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11634         (pad_blocked), (close_pad_link), (new_pad):
11635         Don't try to remove elements twice.
11636
11637 2005-10-21  Wim Taymans  <wim@fluendo.com>
11638
11639         * ext/theora/theoradec.c: (theora_dec_src_query),
11640         (theora_dec_sink_event):
11641         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11642         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11643         (vorbis_handle_data_packet):
11644         * ext/vorbis/vorbisdec.h:
11645         Fix old naming.
11646
11647         * gst-libs/gst/audio/gstbaseaudiosink.c:
11648         (gst_base_audio_sink_render):
11649         Don't try to sync on buffers without a timestamp.
11650
11651 2005-10-21  Wim Taymans  <wim@fluendo.com>
11652
11653         * ext/theora/theoradec.c: (theora_dec_src_query),
11654         (theora_dec_sink_event):
11655         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11656         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11657         (vorbis_handle_data_packet):
11658         * ext/vorbis/vorbisdec.h:
11659         Fix old naming.
11660
11661 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11662
11663         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11664         (gst_vorbisenc_src_query):
11665           Implement position and duration queries.
11666
11667         * gst/playback/test3.c: (update_scale), (main):
11668           Fix for async state changes and print nicer output.
11669
11670 2005-10-20  Wim Taymans  <wim@fluendo.com>
11671
11672         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11673         (dump_element_stats), (main):
11674         * gst/playback/test6.c: (main):
11675         Fix tests again
11676
11677 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11678
11679         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11680         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11681           Don't use functions for position queries when handling
11682           duration queries.
11683
11684 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11687         (vorbis_handle_data_packet), (vorbis_dec_chain),
11688         (vorbis_dec_change_state):
11689         * ext/vorbis/vorbisdec.h:
11690           Vorbis streams can be embedded in other container formats
11691           than ogg, container formats where the demuxer might set 
11692           timestamps on encoded vorbis buffers instead of those silly 
11693           granulepos thingies. In short: make vorbisdec handle 
11694           timestamps on incoming buffers as well.
11695
11696 2005-10-20  Wim Taymans  <wim@fluendo.com>
11697
11698         * gst/playback/gstplaybasebin.c: (group_destroy),
11699         (gst_play_base_bin_change_state):
11700         Fix leak.
11701         Handle case where playbasebin is now ASYNC because
11702         decodebin is.
11703
11704 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * gst/audioconvert/Makefile.am:
11707         * gst/audioconvert/bufferframesconvert.c:
11708         * gst/audioconvert/plugin.c: (plugin_init):
11709         * gst/audioconvert/plugin.h:
11710           And bye bye buffer-frames-convert
11711
11712 2005-10-19  Wim Taymans  <wim@fluendo.com>
11713
11714         * check/elements/audioconvert.c:
11715         * docs/libs/tmpl/gstaudio.sgml:
11716         * docs/libs/tmpl/gstcolorbalance.sgml:
11717         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11718         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11719         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11720         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11721         * gst-libs/gst/audio/audio.h:
11722         * gst/audioconvert/audioconvert.h:
11723         * gst/audioconvert/gstaudioconvert.c:
11724         (gst_audio_convert_parse_caps):
11725         * gst/volume/gstvolume.c:
11726         Bye bye buffer-frames.
11727
11728 2005-10-19  Wim Taymans  <wim@fluendo.com>
11729
11730         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11731         (query_positions_elems), (query_positions_pads), (update_scale),
11732         (do_seek), (set_update_scale), (message_received), (main):
11733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11734         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11735         (gst_ogg_demux_loop):
11736         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11737         * ext/theora/theoradec.c: (theora_dec_src_query),
11738         (theora_dec_sink_event):
11739         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11740         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11741         * gst/adder/gstadder.c: (gst_adder_query):
11742         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11743         * gst/playback/test3.c: (update_scale):
11744         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11745         (dump_element_stats), (main):
11746         * gst/playback/test6.c: (main):
11747         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11748         Query API update.
11749
11750 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11751
11752         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11753         (xml_check_first_element), (xml_type_find), (smil_type_find),
11754         (plugin_init):
11755           Add typefinding for SMIL and for generic XML. Based on patch by
11756           Akos Maroy (#308663).
11757
11758 2005-10-18  Wim Taymans  <wim@fluendo.com>
11759
11760         * gst/playback/Makefile.am:
11761         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11762         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11763         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11764         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11765         (gst_decode_bin_change_state):
11766         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11767         (gst_play_bin_send_event_to_sink):
11768         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11769         (dump_element_stats), (main):
11770         * gst/playback/test6.c: (main):
11771         Make playbin async, it'll commit state to paused when all streams
11772         are detected.
11773         Remove ugly hack.
11774         Added test6.c to show async behaviour.
11775
11776 2005-10-18  Wim Taymans  <wim@fluendo.com>
11777
11778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11779         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11780         Fix for segment-start/stop API change.
11781
11782 2005-10-18  Wim Taymans  <wim@fluendo.com>
11783
11784         * check/Makefile.am:
11785         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11786         (main):
11787         Add future test for clock selection.
11788
11789 2005-10-18  Wim Taymans  <wim@fluendo.com>
11790
11791         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11792         (gst_alsasink_close):
11793         Set handle to NULL.
11794
11795         * gst-libs/gst/audio/gstringbuffer.c:
11796         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11797         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11798         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11799         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11800         (gst_ring_buffer_read):
11801         More debug info.
11802
11803 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11804
11805         * gst/audiotestsrc/Makefile.am:
11806         * gst/sine/Makefile.am:
11807         * gst/volume/Makefile.am:
11808           fix broken build of controllerized plugins
11809
11810 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11811
11812         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11815         (gst_riff_create_video_template_caps):
11816           Add support for Indeo-3 (IV32).
11817
11818 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11819
11820         * configure.ac:
11821           rewrite
11822
11823 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11824
11825         * gst-libs/gst/video/video.c: (gst_video_get_size):
11826         * gst/audiotestsrc/gstaudiotestsrc.c:
11827           doc updates
11828
11829 2005-10-17  Andy Wingo  <wingo@pobox.com>
11830
11831         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11832         with the collectpads change.
11833         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11834
11835         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11836
11837         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11838
11839         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11840         alloc_buffer flow return to callers.
11841         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11842         change. Fix some memleaks in theoraenc.
11843
11844         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11845         in strange circumstance.
11846
11847 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11848
11849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11850         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11851         from caps, let's use the caps...
11852
11853 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11854
11855         * configure.ac:
11856           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11857
11858 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11859
11860         * gst-libs/gst/interfaces/Makefile.am:
11861           fix silly typo
11862
11863 2005-10-16  Andy Wingo  <wingo@pobox.com>
11864
11865         * gst/playback/gstdecodebin.c
11866         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11867         function!
11868         (try_to_link_1): Increase kraziness level.
11869
11870 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11871
11872         * configure.ac:
11873           restructure like the core one
11874         * gst-libs/gst/audio/Makefile.am:
11875         * gst-libs/gst/interfaces/Makefile.am:
11876         * gst-libs/gst/net/Makefile.am:
11877         * gst-libs/gst/riff/Makefile.am:
11878         * gst-libs/gst/rtp/Makefile.am:
11879         * gst-libs/gst/tag/Makefile.am:
11880         * gst-libs/gst/video/Makefile.am:
11881           use correct linker flags, now the libs are properly versioned
11882         * check/elements/audioconvert.c: (verify_convert):
11883         * ext/alsa/gstalsaplugin.c:
11884         * ext/cdparanoia/gstcdparanoia.c:
11885         * ext/gnomevfs/gstgnomevfs.c:
11886         * ext/libvisual/visual.c:
11887         * ext/ogg/gstogg.c:
11888         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11889         * ext/theora/theora.c:
11890         * ext/vorbis/vorbis.c:
11891         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11892         * gst-libs/gst/tag/gsttagediting.c:
11893         * gst-libs/gst/video/video.c:
11894         * gst/adder/gstadder.c:
11895         * gst/audioconvert/plugin.c:
11896         * gst/audiorate/gstaudiorate.c:
11897         * gst/audioresample/gstaudioresample.c:
11898         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11899         * gst/audioscale/gstaudioscale.c:
11900         * gst/audioscale/resample.c:
11901         * gst/audiotestsrc/gstaudiotestsrc.c:
11902         * gst/ffmpegcolorspace/gstffmpeg.c:
11903         * gst/playback/gstdecodebin.c: (close_pad_link):
11904         * gst/playback/gstplaybin.c: (gen_video_element),
11905         (gen_audio_element):
11906         * gst/sine/gstsinesrc.c:
11907         * gst/subparse/gstsubparse.c:
11908         * gst/tags/gsttagediting.c:
11909         * gst/tcp/gsttcpplugin.c:
11910         * gst/typefind/gsttypefindfunctions.c:
11911         * gst/videorate/gstvideorate.c:
11912         * gst/videoscale/gstvideoscale.c:
11913         * gst/videotestsrc/gstvideotestsrc.c:
11914         * gst/volume/gstvolume.c:
11915         * sys/v4l/gstv4l.c:
11916         * sys/ximage/ximage.c:
11917         * sys/xvimage/xvimagesink.c:
11918           fix up defines
11919
11920 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         * ext/vorbis/vorbisenc.c:
11923         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11924         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11925         (gst_tag_to_vorbis_comments):
11926           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11927
11928 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11929
11930         * examples/stats/mp2ogg.c:
11931         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11932           typo fixes
11933
11934 2005-10-13  Michael Smith <msmith@fluendo.com>
11935
11936         * ext/ogg/gstoggmux.c:
11937           Use magic glib macros to define constants as 64 bit, to ensure
11938           appropriate vararg passing.
11939
11940 2005-10-13  Michael Smith <msmith@fluendo.com>
11941
11942         * ext/ogg/gstoggmux.c:
11943         * gst/audioconvert/audioconvert.c: (float):
11944           Don't use LL suffix, as it's not portable, and neither of these
11945           uses required it anyway.
11946
11947 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11948
11949         * examples/indexing/indexmpeg.c: (main):
11950         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11951         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11952         (cdparanoia_convert), (cdparanoia_query):
11953         * ext/cdparanoia/gstcdparanoia.h:
11954         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11955         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11956         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11958         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11959         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11960         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11961         (gst_multifdsink_render), (gst_multifdsink_start),
11962         (gst_multifdsink_stop):
11963         * gst/tcp/gstmultifdsink.h:
11964         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11965         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11966         (gst_tcpclientsink_stop):
11967         * gst/tcp/gsttcpclientsink.h:
11968         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11969         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11970         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11971         * gst/tcp/gsttcpclientsrc.h:
11972         * gst/tcp/gsttcpserversink.h:
11973         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11974         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11975         (gst_tcpserversrc_stop):
11976         * gst/tcp/gsttcpserversrc.h:
11977         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11978         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11979         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11980           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11981           moved bitshift from macro to enum definition
11982
11983 2005-10-12  Wim Taymans  <wim@fluendo.com>
11984
11985         * examples/seeking/Makefile.am:
11986         Oops.
11987
11988 2005-10-12  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11991         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11992         Don't assert on normal stuff.
11993
11994         * gst/playback/gstplaybin.c: (do_playbin_seek):
11995         API fix.
11996
11997 2005-10-12  Wim Taymans  <wim@fluendo.com>
11998
11999         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12000         * examples/seeking/Makefile.am:
12001         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12002         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12003         (do_seek), (set_update_scale), (message_received), (main):
12004         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12005         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12006         Update for _get_state() API change.
12007
12008 2005-10-11  Wim Taymans  <wim@fluendo.com>
12009
12010         * gst-libs/gst/audio/gstbaseaudiosink.c:
12011         (gst_base_audio_sink_render):
12012         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12013         (gst_base_audio_src_create):
12014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12015         (gst_ring_buffer_read):
12016         Cleanups.
12017         Commit and read from ringbuffer in samples rather than bytes.
12018
12019 2005-10-11  Wim Taymans  <wim@fluendo.com>
12020
12021         * gst-libs/gst/audio/gstbaseaudiosink.c:
12022         (gst_base_audio_sink_render):
12023         Respect segment rate and accum when scheduling samples.
12024
12025 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12026
12027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12028         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12029         EOS correctly, that needs more work.
12030
12031 2005-10-11  Wim Taymans  <wim@fluendo.com>
12032
12033         * check/generic/states.c: (GST_START_TEST):
12034         remove old property.
12035
12036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12037         (gst_ogg_demux_perform_seek):
12038         * ext/theora/theoradec.c: (theora_dec_sink_event):
12039         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12040         (vorbis_handle_data_packet):
12041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12042         (gst_base_rtp_depayload_set_gst_timestamp):
12043         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12044         Update for newsegment API change.
12045
12046 2005-10-11  Michael Smith <msmith@fluendo.com>
12047
12048         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12049         (do_playbin_seek), (gst_play_bin_send_event):
12050           Override send_event differently, so that we can takes bits of
12051           functionality from GstPipeline (special handling for seeks,
12052           including pausing/resuming, and resetting stream time) and still get
12053           the appropriate behaviour of only forwarding event to a single sink,
12054           rather than all of them.
12055           Unfortunately requires a lot of code duplication, but the
12056           alternatives are equally ugly in the end.
12057
12058 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12059
12060         * check/elements/audioconvert.c: (setup_audioconvert),
12061         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12062         (GST_START_TEST), (audioconvert_suite):
12063           clean up tests a little, fix some leaks.
12064
12065 2005-10-10  Wim Taymans  <wim@fluendo.com>
12066
12067         * ext/alsa/gstalsasink.c:
12068         Also allow unsigned int.
12069
12070         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12071         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12072         Small cleanup
12073
12074 2005-10-10  Wim Taymans  <wim@fluendo.com>
12075
12076         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12077         Small update, use API as stated in design docs.
12078
12079         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12080         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12081         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12082         (message_received), (main):
12083         Updated seek example for GOption. Some usability improvements.
12084
12085 2005-10-10  Wim Taymans  <wim@fluendo.com>
12086
12087         * gst/audioconvert/audioconvert.h:
12088         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12089         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12090         Alloc temp storage somewhere else where we can do it more
12091         portable.
12092
12093 2005-10-10  Wim Taymans  <wim@fluendo.com>
12094
12095         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12096         (gst_tcpserversrc_start):
12097         Don't block in accept while doing the state change, move
12098         to poll and make cancellable.
12099
12100 2005-10-09  Philippe Khalaf <burger@speedy.org>
12101
12102         * gst-libs/gst/rtp/rtpbasedepayload.c:
12103         Set timestamp and add queue delay to timestamp
12104         * gst-libs/gst/rtp/rtpbuffer.h:
12105         Set correct payload type for h263
12106
12107 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12108
12109         * gst/audiotestsrc/gstaudiotestsrc.c:
12110         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12111         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12112         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12113         (gst_audiotestsrc_create_triangle),
12114         (gst_audiotestsrc_create_silence),
12115         (gst_audiotestsrc_create_white_noise),
12116         (gst_audiotestsrc_init_pink_noise),
12117         (gst_audiotestsrc_generate_pink_noise_value),
12118         (gst_audiotestsrc_create_pink_noise),
12119         (gst_audiotestsrc_change_wave):
12120         * gst/audiotestsrc/gstaudiotestsrc.h:
12121           fixed typo, added pink noise
12122
12123 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12126         (plugin_init):
12127           Add wavpack and spc typefind functions from 0.8 branch.
12128
12129 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12130
12131         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12132         (ar_type_find), (msdos_type_find), (plugin_init):
12133           Add typefind functions for tar archives, ar archives,
12134           RAR archives, and msdos-executables (dlls, exe, etc.).
12135           Some of those would be wrongly identified as mpeg
12136           streams of some sort before (#315550).
12137
12138 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12139
12140         * configure.ac:
12141         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12142         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12143         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12144         * gst/audiotestsrc/Makefile.am:
12145         * gst/audiotestsrc/gstaudiotestsrc.c:
12146         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12147         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12148         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12149         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12150         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12151         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12152         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12153         (gst_audiotestsrc_create_silence),
12154         (gst_audiotestsrc_create_white_noise),
12155         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12156         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12157         (gst_audiotestsrc_start), (plugin_init):
12158         * gst/audiotestsrc/gstaudiotestsrc.h:
12159           add new plugin and element
12160         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12161           use gobject_class
12162
12163 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12166         (gst_adder_init), (gst_adder_request_new_pad),
12167         (gst_adder_change_state):
12168           Add query function to source pad, so adder reports the correct
12169           time/sample position when queried (#315457); fix state change
12170           function; use GST_DEBUG_FUNCPTR() for pad functions.
12171
12172 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12173
12174         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12175           Fix leaks in typefind registration
12176           Clean up the gratuitous commenting and whitespacing a little
12177
12178 2005-10-08  Wim Taymans  <wim@fluendo.com>
12179
12180         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12181         Only actually wait for the thread to be stopped if it's 
12182         running.
12183
12184 2005-10-08  Wim Taymans  <wim@fluendo.com>
12185
12186         * gst-libs/gst/audio/gstbaseaudiosink.c:
12187         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12188         If we receive EOS we can start playback of what we had.
12189
12190 2005-10-08  Wim Taymans  <wim@fluendo.com>
12191
12192         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12193         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12194         (gst_multifdsink_stop):
12195         Fix crasher when going to NULL multiple times.
12196
12197 2005-10-06  Wim Taymans  <wim@fluendo.com>
12198
12199         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12200         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12201         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12202         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12203         patch from Edgard Lima <edgard.lima@indt.org.br>
12204         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12205
12206 2005-10-06  Wim Taymans  <wim@fluendo.com>
12207
12208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12209         Report the FLOW_RETURN as string in the error message.
12210
12211         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12212         Don't assert when clearing an unnegotiated buffer.
12213
12214 2005-10-04  Michael Smith <msmith@fluendo.com>
12215
12216         * gst/playback/gstplaybasebin.c: (group_destroy),
12217         (gen_preroll_element), (remove_groups), (setup_source):
12218         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12219         (setup_sinks), (gst_play_bin_send_event),
12220         (gst_play_bin_change_state):
12221           Set state to NULL before removing from bin. Fix refcounting.
12222
12223 2005-10-04  Michael Smith <msmith@fluendo.com>
12224
12225         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12226           Correct refcounting in send_event() function. Previously was wrong
12227           if the first sink was unable to handle the event.
12228
12229 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12230
12231         * configure.ac:
12232           back to development
12233
12234 === release 0.9.3 ===
12235
12236 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12237
12238         * configure.ac:
12239           Releasing 0.9.3, "De Facto"
12240
12241 2005-10-03  Andy Wingo  <wingo@pobox.com>
12242
12243         * gst/playback/gstdecodebin.c (try_to_link_1)
12244         (remove_element_chain): set element to NULL before removing it.
12245
12246 2005-10-02  Johan Dahlin  <johan@gnome.org>
12247
12248         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12249         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12250         MT safe.
12251
12252 2005-10-02  Andy Wingo  <wingo@pobox.com>
12253
12254         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12255         (gst_ring_buffer_prepare_read): 
12256         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12257         Demote to LOG.
12258
12259 2005-09-29  Wim Taymans  <wim@fluendo.com>
12260
12261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12262         * ext/theora/theoradec.c: (theora_handle_data_packet):
12263         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12264         Propagate error codes from alloc_buffer too.
12265
12266 2005-09-29  Wim Taymans  <wim@fluendo.com>
12267
12268         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12269         We use fixed caps.
12270
12271         * gst/playback/Makefile.am:
12272         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12273         (dump_element_stats), (main):
12274         Added example stream introspection code.
12275
12276 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12277
12278         * gst/adder/gstadder.c: (gst_adder_collected):
12279           fix adder for float elements
12280
12281 2005-09-28  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst-libs/gst/audio/gstbaseaudiosink.c:
12284         (gst_base_audio_sink_class_init),
12285         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12286         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12287         (gst_base_audio_src_class_init),
12288         (gst_base_audio_src_provide_clock):
12289         get_clock -> provide_clock
12290
12291 2005-09-28  Andy Wingo  <wingo@pobox.com>
12292
12293         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12294         and unlocking.
12295
12296         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12297         unlocking.
12298
12299         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12300         Actually add the pad template.
12301         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12302
12303         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12304         I'm at it...
12305
12306         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12307         from fdsrc. Get caps in create() instead of start() so it can be
12308         interrupted. Interruption somewhat untested.
12309
12310         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12311         Proper EOS handling.
12312
12313 2005-09-27  Andy Wingo  <wingo@pobox.com>
12314
12315         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12316
12317         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12318
12319         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12320
12321         * gst/tcp/gsttcp.h: 
12322         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12323         out of tcpclientsrc.c. Cancellable.
12324         (gst_tcp_socket_read): Made private, cancellable, with better
12325         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12326         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12327         whole buffer, and better diagnostics.
12328         (gst_tcp_gdp_read_caps): Same.
12329
12330         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12331
12332 2005-09-26  Andy Wingo  <wingo@pobox.com>
12333
12334         * gst/sine/gstsinesrc.h:
12335         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12336         change the 'sync' property to 'is-live' and implement it halfway,
12337         update for controller api change.
12338
12339         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12340         controller api change.
12341
12342 2005-09-24  Wim Taymans  <wim@fluendo.com>
12343
12344         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12345         * gst-libs/gst/audio/gstaudiosink.c:
12346         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12347         (gst_audioringbuffer_stop):
12348         * gst-libs/gst/audio/gstbaseaudiosink.c:
12349         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12350         (gst_base_audio_sink_change_state):
12351         * gst-libs/gst/audio/gstbaseaudiosink.h:
12352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12353         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12354         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12355         * gst-libs/gst/audio/gstringbuffer.h:
12356         Fix sync again. Moved sample alignment to basesink.
12357
12358 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12359
12360         * docs/plugins/Makefile.am:
12361         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12362         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12363         * gst/volume/gstvolume.c:
12364           add/fix docs
12365         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12366         * gst-libs/gst/audio/audio.h:
12367           add conversion macros for frames <-> clocktime
12368
12369 2005-09-23  David Schleef  <ds@schleef.org>
12370
12371         * gst/audioresample/Makefile.am:
12372         * gst/audioresample/debug.h:
12373         * gst/audioresample/gstaudioresample.c:
12374         * gst/audioresample/resample.c: Convert to using gst debugging
12375
12376 2005-09-22  Wim Taymans  <wim@fluendo.com>
12377
12378         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12379         (gst_play_bin_send_event):
12380         Only seek on one sink, the first one that succeeds.
12381
12382 2005-09-22  Michael Smith <msmith@fluendo.com>
12383
12384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12385         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12386         Don't flush encoder state unless we have an initialised encoder.
12387         Clear out encoder state on PAUSED_TO_READY.
12388
12389 2005-09-22  Wim Taymans  <wim@fluendo.com>
12390
12391         * gst-libs/gst/rtp/gstbasertppayload.c:
12392         (gst_basertppayload_class_init), (gst_basertppayload_init),
12393         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12394         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12395         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12396         (gst_basertppayload_set_property),
12397         (gst_basertppayload_get_property),
12398         (gst_basertppayload_change_state):
12399         * gst-libs/gst/rtp/gstbasertppayload.h:
12400         Added max-ptime to control amount of data in the rtp packets.
12401
12402 2005-09-21  Andy Wingo  <wingo@pobox.com>
12403
12404         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12405         thingies.
12406
12407         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12408         can be called multiple times, dogs.
12409
12410 2005-09-21  Wim Taymans  <wim@fluendo.com>
12411
12412         * gst-libs/gst/rtp/gstbasertppayload.c:
12413         (gst_basertppayload_class_init), (gst_basertppayload_init),
12414         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12415         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12416         (gst_basertppayload_push), (gst_basertppayload_get_property),
12417         (gst_basertppayload_change_state):
12418         Allow 0 ssrc too.
12419
12420 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12421
12422         * docs/libs/compiling.sgml:
12423           fixing typos
12424
12425 2005-09-20  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst-libs/gst/rtp/gstbasertppayload.c:
12428         (gst_basertppayload_class_init), (gst_basertppayload_init),
12429         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12430         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12431         (gst_basertppayload_push), (gst_basertppayload_set_property),
12432         (gst_basertppayload_get_property),
12433         (gst_basertppayload_change_state):
12434         * gst-libs/gst/rtp/gstbasertppayload.h:
12435         Added property to configure sequence number offsets.
12436
12437 2005-09-20  Wim Taymans  <wim@fluendo.com>
12438
12439         * gst-libs/gst/rtp/gstbasertppayload.c:
12440         (gst_basertppayload_class_init), (gst_basertppayload_init),
12441         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12442         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12443         (gst_basertppayload_push), (gst_basertppayload_set_property),
12444         (gst_basertppayload_get_property),
12445         (gst_basertppayload_change_state):
12446         * gst-libs/gst/rtp/gstbasertppayload.h:
12447         Make timestamp offset configurable.
12448
12449 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12450
12451         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12452           fix wrong pop/unref
12453
12454 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12455
12456         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * gst-libs/gst/interfaces/propertyprobe.c:
12459         (gst_property_probe_probe_property_name),
12460         (gst_property_probe_needs_probe_name),
12461         (gst_property_probe_get_values_name),
12462         (gst_property_probe_probe_and_get_values_name):
12463           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12464           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12465
12466 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12467
12468         * check/Makefile.am:
12469           have some tests be disabled for valgrinding
12470         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12471         (GST_START_TEST):
12472         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12473           Fix A Leak.  Chain To Parent Finalize.
12474
12475 2005-09-19  Wim Taymans  <wim@fluendo.com>
12476
12477         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12478         Fixed wav pipeline.
12479
12480 2005-09-19  Wim Taymans  <wim@fluendo.com>
12481
12482         * gst-libs/gst/rtp/gstbasertppayload.c:
12483         (gst_basertppayload_class_init), (gst_basertppayload_init),
12484         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12485         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12486         (gst_basertppayload_push), (gst_basertppayload_get_property),
12487         (gst_basertppayload_change_state):
12488         Posting ERROR and WARNING messages is good.
12489
12490 2005-09-19  Wim Taymans  <wim@fluendo.com>
12491
12492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12493         (gst_base_rtp_depayload_add_to_queue),
12494         (gst_base_rtp_depayload_push),
12495         (gst_base_rtp_depayload_set_gst_timestamp),
12496         (gst_base_rtp_depayload_queue_release):
12497         This one was not supposed to go in.
12498
12499 2005-09-19  Wim Taymans  <wim@fluendo.com>
12500
12501         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12502         Fix for bus API.
12503
12504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12505         (gst_base_rtp_depayload_chain),
12506         (gst_base_rtp_depayload_add_to_queue),
12507         (gst_base_rtp_depayload_push),
12508         (gst_base_rtp_depayload_set_gst_timestamp),
12509         (gst_base_rtp_depayload_queue_release):
12510         Some cleanups.
12511
12512         * gst-libs/gst/rtp/gstbasertppayload.c:
12513         (gst_basertppayload_class_init), (gst_basertppayload_init),
12514         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12515         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12516         (gst_basertppayload_get_property),
12517         (gst_basertppayload_change_state):
12518         Added debugging category.
12519
12520 2005-09-18  David Schleef  <ds@schleef.org>
12521
12522         * gst/playback/gstdecodebin.c: free plugin list correctly
12523         * gst/playback/gstplaybin.c: emit warning if autovideosink
12524           and autoaudiosink can't be found (instead of segfaulting)
12525
12526 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12527
12528         * check/elements/audioconvert.c: (GST_START_TEST):
12529           try out 24 bit conversion
12530
12531 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12532
12533         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12534         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12535         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12536         * ext/vorbis/vorbisenc.h:
12537           Fix EOS handling.  Still needs a fix in the ogg muxer to
12538           mark the last page as eos.
12539
12540 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12541
12542         * common/gtk-doc-plugins.mak:
12543         * docs/plugins/Makefile.am:
12544         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12545         * gst/ffmpegcolorspace/Makefile.am:
12546         * gst/ffmpegcolorspace/avcodec.h:
12547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12548         * gst/tcp/gstmultifdsink.c:
12549           fix up ffmpegcolorspace docs; extract header
12550
12551 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12552
12553         * common/gtk-doc-plugins.mak:
12554         * docs/plugins/Makefile.am:
12555         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12556         * ext/theora/Makefile.am:
12557         * ext/theora/gsttheoraenc.h:
12558         * ext/theora/theoraenc.c:
12559         * ext/vorbis/vorbisenc.c:
12560           pick up signals and args for vorbis; add some docs for vorbis
12561
12562 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12563
12564         * common/gstdoc-scangobj:
12565         * common/gtk-doc-plugins.mak:
12566         * docs/libs/Makefile.am:
12567         * docs/plugins/gst-plugins-base-plugins.args:
12568         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12569         * docs/plugins/gst-plugins-base-plugins.interfaces:
12570         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12571         * docs/plugins/gst-plugins-base-plugins.signals:
12572           only scanobj stuff from our source module.  Not sure yet
12573           if that's correct, given the hierarchy stuff :)
12574
12575 2005-09-15  Wim Taymans  <wim@fluendo.com>
12576
12577         * gst/audioconvert/gstaudioconvert.c:
12578         And enable 24 bits mode as well..
12579
12580 2005-09-15  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst-libs/gst/rtp/Makefile.am:
12583         * gst-libs/gst/rtp/gstbasertppayload.c:
12584         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12585         (gst_basertppayload_class_init), (gst_basertppayload_init),
12586         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12587         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12588         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12589         (gst_basertppayload_set_property),
12590         (gst_basertppayload_get_property),
12591         (gst_basertppayload_change_state):
12592         * gst-libs/gst/rtp/gstbasertppayload.h:
12593         Added rtp payloader base class.
12594
12595 2005-09-15  Andy Wingo  <wingo@pobox.com>
12596
12597         * configure.ac (plugindir): Remove the EOL matcher from the
12598         regexp, as it causes me problems. Libtool? Make? Who knows?
12599
12600 2005-09-14  David Schleef  <ds@schleef.org>
12601
12602         * check/generic/states.c: 
12603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12604         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12605           Fixes for changes in registry API.
12606
12607         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12608           to GST_PLUGIN_LDFLAGS.
12609         * ext/libvisual/visual.c: Make the library shut up.
12610         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12611         * gst-libs/gst/audio/gstaudiofilter.c: same
12612
12613 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12614
12615         * docs/plugins/Makefile.am:
12616         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12617         * docs/plugins/inspect/plugin-libvisual.xml:
12618         * docs/plugins/tmpl/element-tcpserversink.sgml:
12619         * ext/theora/theoraenc.c:
12620           add libvisual plugin and theoraenc element to docs
12621
12622 2005-09-14  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         * ext/theora/theoraenc.c:
12627           add theoraenc
12628
12629 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12630
12631         * gst/audioconvert/Makefile.am:
12632           Audioconvert derives from GstBaseTransform and should
12633           link to the library with our base elements to avoid
12634           unresolved symbols. Makes things work with MinGW (#316160)
12635
12636         * gst/playback/test4.c: (main):
12637           Fix MinGW build problem and use g_usleep() instead of 
12638           sleep() (#316162)
12639
12640 2005-09-12  Wim Taymans  <wim@fluendo.com>
12641
12642         * gst/audioconvert/audioconvert.c: (float),
12643         (audio_convert_prepare_context), (audio_convert_convert):
12644         * gst/audioconvert/audioconvert.h:
12645         Cleanups, speedups, simplifications, added back support
12646         for 24 bits.
12647
12648 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12649
12650         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12651         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12652         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12653         * docs/plugins/tmpl/element-tcpserversink.sgml:
12654         * gst/ffmpegcolorspace/gstffmpeg.c:
12655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12656         * gst/videotestsrc/gstvideotestsrc.c:
12657         * gst/volume/gstvolume.c:
12658           add more elements to the docs
12659
12660 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12661
12662         * check/Makefile.am:
12663         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12664         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12665           Add extra tests for basetransform based components. 
12666           Comment out the test_element_negotiation test until we decide
12667           if it's testing correct behaviour.
12668         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12669         (gst_visual_chain), (gst_visual_change_state):
12670           Slightly more correct but still bogus timestamping.
12671           Fix state change function.
12672         * gst/audioconvert/gstaudioconvert.c:
12673         (gst_audio_convert_class_init):
12674         * gst/audioresample/gstaudioresample.c:
12675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12676         (gst_ffmpegcsp_class_init):
12677         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12678         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12679         (gst_videoscale_prepare_image):
12680         * gst/volume/gstvolume.c: (gst_volume_class_init),
12681         (volume_transform_ip):
12682           Basetransform updates. Enable passthrough modes.
12683         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12684         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12685         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12686           Negotiation fix that allows the window to return to the original
12687           size and renegotiate passthrough upstream. Extra debug output.
12688
12689 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12690
12691         * gst/sine/gstsinesrc.c:
12692         * gst/volume/gstvolume.c:
12693           fix up header include
12694
12695 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12696
12697         * gst-libs/gst/audio/gstbaseaudiosink.c:
12698         (gst_base_audio_sink_render):
12699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12700         * gst/volume/gstvolume.c: (gst_volume_class_init),
12701         (volume_transform):
12702           fixing lost sync, some more debugging
12703
12704 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12705
12706         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12707         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12708         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12709         (gst_xvimagesink_check_xshm_calls):
12710           Fix compilation when XShm is not available.
12711
12712 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12713
12714         * ext/libvisual/visual.c: (gst_visual_dispose),
12715         (gst_visual_getcaps), (gst_visual_src_setcaps),
12716         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12717         (gst_visual_change_state):
12718           Finish fixing up libvisual plugin so that it runs. 
12719
12720 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12721
12722         * ext/vorbis/vorbisenc.c:
12723         * gst-libs/gst/tag/gstvorbistag.c:
12724           gsttaginterface.h -> gsttagsetter.h
12725
12726 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12727
12728         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12729           added another test that failes for me (test is not active by default)
12730
12731 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12732
12733         * configure.ac:
12734           v4l2 is no longer in gst-plugins-base
12735
12736 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12737
12738         * configure.ac:
12739           In the output at the end, don't show the first plugin on the same
12740           line as "Core plug-ins, always built:".
12741           Indent the output as for other plugin categories
12742         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12743           #define that can be used to not use peer buffer_alloc functions for
12744           test purposes.
12745         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12746         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12747         (gst_ximagesink_show_frame):
12748         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12749         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12750         (gst_xvimagesink_show_frame):
12751           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12752           fails gracefully instead of XError aborting or deadlocking.
12753
12754 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12755
12756         * ext/libvisual/Makefile.am:
12757           link against gst-base-libs
12758
12759 2005-09-06  David Schleef  <ds@schleef.org>
12760
12761         * configure.ac: Enable libvisual plugin.
12762         * ext/libvisual/Makefile.am:
12763         * ext/libvisual/visual.c: Fixes to make it compile.
12764
12765 === release 0.9.2 ===
12766
12767 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12768
12769         * NEWS:
12770         * RELEASE:
12771         * configure.ac:
12772         * docs/random/ChangeLog-0.8:
12773           releasing 0.9.2, "Spoon"
12774
12775 2005-09-05  Michael Smith <msmith@fluendo.com>
12776
12777         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12778           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12779           that in the vorbisenc element.
12780
12781 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12782
12783         * common/gtk-doc-plugins.mak:
12784         * docs/plugins/Makefile.am:
12785           fix distcheck
12786         * gst/audioresample/resample.c:
12787           fix wrong docstring
12788
12789 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12790
12791         * common/gst-xmlinspect.py:
12792         * common/gtk-doc-plugins.mak:
12793           only inspect plugins for this given package
12794           require gst-python 0.9
12795
12796 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12797
12798         * Makefile.am:
12799         * autogen.sh:
12800         * common/gst-xmlinspect.py:
12801         * configure.ac:
12802         * docs/Makefile.am:
12803         * docs/plugins/inspect/plugin-alsa.xml:
12804         * docs/plugins/inspect/plugin-audioresample.xml:
12805         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12806         * docs/plugins/inspect/plugin-ogg.xml:
12807         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12808         * docs/plugins/tmpl/element-multifdsink.sgml:
12809         * docs/plugins/tmpl/element-tcpserversink.sgml:
12810         * docs/plugins/tmpl/element-vorbisenc.sgml:
12811         * gst-plugins-base.spec.in:
12812           various doc-related updates
12813
12814 2005-08-31  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst-libs/gst/audio/gstbaseaudiosink.c:
12817         (gst_base_audio_sink_render):
12818         Resync if the buffer timestamps drift more than a 10th 
12819         of a second.
12820
12821 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12824         (gst_v4lsrc_get_property):
12825           The 'timestamp-offset' property is registered as an int64, so
12826           let's use g_value_{set|get}_int64() in our setter and getter
12827           functions (makes it work and fixes warnings with gst-inspect).
12828
12829 2005-08-30  Wim Taymans  <wim@fluendo.com>
12830
12831         * check/elements/audioconvert.c: (setup_audioconvert):
12832         * check/elements/audioresample.c: (setup_audioresample):
12833         * check/elements/volume.c: (setup_volume):
12834         Fix checks.
12835
12836 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12837
12838         * common/gtk-doc-plugins.mak:
12839         * common/plugins.xsl:
12840         * docs/plugins/Makefile.am:
12841           make module a param
12842
12843 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12844
12845         * examples/seeking/seek.c: (make_mp3_pipeline),
12846         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12847         (play_cb), (pause_cb), (stop_cb):
12848           update the example
12849
12850 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12851
12852         * gst/volume/gstvolume.c: (gst_volume_class_init),
12853         (volume_transform):
12854           do not update controlled params, if buffer has no timestamp
12855
12856 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12857
12858         * configure.ac:
12859         * gst/sine/Makefile.am:
12860         * gst/volume/Makefile.am:
12861           controllerized elements also need to link against controller-libs ;)
12862
12863 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12864
12865         * docs/libs/tmpl/gstcolorbalance.sgml:
12866         * docs/libs/tmpl/gstgconf.sgml:
12867         * docs/libs/tmpl/gstmixer.sgml:
12868         * docs/libs/tmpl/gstringbuffer.sgml:
12869         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12870         (gst_sinesrc_create):
12871         * gst/volume/gstvolume.c: (gst_volume_class_init),
12872         (volume_transform):
12873           controllerized two audio plugins
12874
12875 2005-08-29  Andy Wingo  <wingo@pobox.com>
12876
12877         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12878         (vorbis_handle_data_packet): Fix some int overflow errors.
12879
12880         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12881         -1.
12882         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12883         valid.
12884         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12885         if it's valid. Fixed streaming-mode playback.
12886
12887         * check/elements/volume.c (cleanup_volume): Fix for running
12888         CK_FORK=no.
12889
12890         * check/elements/audioconvert.c: Convert from native endian, not
12891         little endian.
12892
12893 2005-08-29  Michael Smith <msmith@fluendo.com>
12894
12895         * ext/ogg/Makefile.am:
12896         * ext/ogg/gstogg.c: (plugin_init):
12897         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12898         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12899         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12900         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12901         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12902         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12903         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12904         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12905         Add an ogg parser element.
12906
12907 2005-08-28  Andy Wingo  <wingo@pobox.com>
12908
12909         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12910
12911 2005-08-26  Wim Taymans  <wim@fluendo.com>
12912
12913         * gst/audioconvert/audioconvert.c: (if), (float),
12914         (audio_convert_get_func_index), (check_default),
12915         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12916         (audio_convert_clean_context), (audio_convert_get_sizes),
12917         (audio_convert_convert):
12918         Cleanups.
12919
12920 2005-08-26  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/audioconvert/audioconvert.c: (if), (float),
12923         (audio_convert_get_func_index), (check_default),
12924         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12925         (audio_convert_clean_context), (audio_convert_get_sizes),
12926         (audio_convert_convert):
12927         More elegant and working temp buffer selection algo.
12928
12929 2005-08-26  Wim Taymans  <wim@fluendo.com>
12930
12931         * gst/audioconvert/audioconvert.c: (if), (float),
12932         (audio_convert_get_func_index), (check_default),
12933         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12934         (audio_convert_clean_context), (audio_convert_get_sizes),
12935         (get_temp_buffer), (audio_convert_convert):
12936         Use realloc else we lose our original data.
12937
12938 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12939
12940         * gst/audioresample/gstaudioresample.c:
12941           use base class' newsegment to properly timestamp
12942
12943 2005-08-26  Wim Taymans  <wim@fluendo.com>
12944
12945         * gst/audioconvert/audioconvert.c: (if), (float),
12946         (audio_convert_get_func_index), (check_default),
12947         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12948         (audio_convert_clean_context), (audio_convert_get_sizes),
12949         (get_temp_buffer), (audio_convert_convert):
12950         * gst/audioconvert/gstaudioconvert.c:
12951         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12952         (gst_audio_convert_transform_caps),
12953         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12954         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12955         Oops, allocate enough space to perform the channel mix.
12956
12957 2005-08-26  Wim Taymans  <wim@fluendo.com>
12958
12959         * gst/audioconvert/Makefile.am:
12960         * gst/audioconvert/audioconvert.c: (if), (float),
12961         (audio_convert_get_func_index), (check_default),
12962         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12963         (audio_convert_clean_context), (audio_convert_get_sizes),
12964         (get_temp_buffer), (audio_convert_convert):
12965         * gst/audioconvert/audioconvert.h:
12966         * gst/audioconvert/gstaudioconvert.c:
12967         (gst_audio_convert_class_init), (gst_audio_convert_init),
12968         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12969         (gst_audio_convert_get_unit_size),
12970         (gst_audio_convert_transform_caps),
12971         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12972         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12973         * gst/audioconvert/gstaudioconvert.h:
12974         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12975         (gst_channel_mix_fill_identical),
12976         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12977         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12978         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12979         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12980         (gst_channel_mix_mix):
12981         * gst/audioconvert/gstchannelmix.h:
12982         Cleanups, librarify a bit, optimize, better negotiation and more.
12983
12984 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12985
12986         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12987         Another from MikeS:
12988         During typefinding, don't support negative offsets
12989         (offsets from the end of the stream) in our typefind->peek() function
12990         - nothing embedded in ogg ever needs them. However, we need to recognise
12991         those requests and reject them, otherwise we return invalid pointers.
12992
12993 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12994
12995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12996         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12997         (vorbisdec_finalize), (vorbis_handle_type_packet):
12998           Big shout-out to MikeS for fixing this giant memory leak.
12999           Huzzah!
13000
13001 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13004         (audio_convert_get_unit_size):
13005           plug some leaks
13006
13007 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * check/Makefile.am:
13010         * check/elements/audioconvert.c: (setup_audioconvert),
13011         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13012         (GST_START_TEST), (audioconvert_suite), (main):
13013           add a test for audioconvert
13014         * gst/audioresample/gstaudioresample.c:
13015         * gst/audioresample/gstaudioresample.h:
13016           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13017           note that for buffers of 1/3 sec this means DURATION(c) is 
13018           one nanosecond more than for a and b
13019
13020 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13021
13022         * check/Makefile.am:
13023         * check/elements/audioresample.c: (setup_audioresample),
13024         (cleanup_audioresample), (fail_unless_perfect_stream),
13025         (test_perfect_stream_instance), (GST_START_TEST),
13026           add a check for audioresample
13027         (audioresample_suite), (main):
13028         * check/elements/volume.c: (GST_START_TEST):
13029           remove unused method
13030         * gst/audioresample/gstaudioresample.c:
13031           set correct buffer parameters since we're changing them
13032         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13033           add some debug
13034
13035 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13036
13037         * gst/audioresample/debug.c:
13038         * gst/audioresample/gstaudioresample.c:
13039           add room for extra overlap samples when asked to transform size
13040           protect against possible mem corruption and check for discrepancies
13041           between written size and outbuffer's size so we can warn for
13042           potential problems
13043         * gst/audioresample/resample.c: (resample_init),
13044         (resample_get_output_size_for_input), (resample_get_output_size),
13045         (resample_set_n_channels), (resample_set_format):
13046           set debug level based on RESAMPLE_DEBUG env var
13047           make sure that get_output_size* returns a whole number of
13048           sample_size
13049           set sample_size each time either channel or format is set
13050         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13051         * gst/audioresample/resample_functable.c:
13052         (resample_scale_functable):
13053         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13054           remove r->sample_size, it's done in resample.c now
13055           add some debugging to the ref implementation
13056           make sure we only give back bytes that are wholes of the sample
13057           size
13058
13059 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13060         * gst/playback/gstplaybasebin.c: (fill_buffer):
13061         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13062
13063 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13064
13065         * gst/volume/gstvolume.c:
13066           made set_caps function static
13067
13068 2005-08-24  Wim Taymans  <wim@fluendo.com>
13069
13070         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13071         (gst_vorbisenc_change_state):
13072         Stop leaking taglists.
13073
13074 2005-08-24  Wim Taymans  <wim@fluendo.com>
13075
13076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13077         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13078         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13079         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13080         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13081         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13082         Parse seeking events better.
13083         Unref static caps.
13084         Generate correct newsegment events, fixes seeking in live oggs.
13085
13086         * ext/theora/theoradec.c: (theora_dec_src_query),
13087         (theora_dec_src_event), (theora_dec_src_getcaps),
13088         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13089         Use newsegment values to report correct play time.
13090
13091         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13092         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13093         * ext/vorbis/vorbisdec.h:
13094         Parse and use newsegment values to report correct play time.
13095
13096         * gst-libs/gst/audio/gstbaseaudiosink.c:
13097         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13098         Clear ringbuffer on flush.
13099         Use newsegment values to calculate playback time.
13100
13101         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13103         Basesink does newsegment calculations for us now.
13104
13105 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13106
13107         * check/Makefile.am:
13108         * configure.ac:
13109           add core's plugins to the mix so that playbin works
13110         * check/generic/states.c: (GST_START_TEST):
13111           set a 0 timeout on pipelines, so they don't force the next
13112           state change
13113         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13114         (gst_play_base_bin_change_state):
13115           remove the crappy error handling and do GST error handling
13116
13117 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13118
13119         * check/Makefile.am:
13120         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13121           add same test as to core, it bitches out on playbin atm.
13122
13123 2005-08-24  Wim Taymans  <wim@fluendo.com>
13124
13125         * configure.ac:
13126         Remove audioscale.
13127
13128 2005-08-24  Wim Taymans  <wim@fluendo.com>
13129
13130         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13131         (gst_videoscale_prepare_size), (parse_caps),
13132         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13133         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13134         (gst_videoscale_transform):
13135         * gst/videoscale/gstvideoscale.h:
13136         Refactor, make use of BaseTranform really well.
13137
13138 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13139
13140         * configure.ac:
13141           compile audioresample
13142         * gst/audioresample/Makefile.am:
13143         * gst/audioresample/buffer.c:
13144         * gst/audioresample/functable.c:
13145         * gst/audioresample/gstaudioresample.c:
13146         * gst/audioresample/gstaudioresample.h:
13147         * gst/audioresample/resample.c:
13148         (resample_get_output_size_for_input):
13149         * gst/audioresample/resample.h:
13150         * gst/audioresample/resample_chunk.c:
13151         * gst/audioresample/resample_functable.c:
13152         * gst/audioresample/resample_ref.c:
13153           port to use basetransform; doesn't work in all cases yet
13154
13155 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13156
13157         * gst/audioconvert/gstaudioconvert.c:
13158         (gst_audio_convert_class_init), (gst_audio_convert_init),
13159         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13160         (audio_convert_fixate_caps), (audio_convert_set_caps),
13161         (audio_convert_transform),
13162         (gst_audio_convert_buffer_to_default_format),
13163         (gst_audio_convert_buffer_from_default_format),
13164         (gst_audio_convert_channels):
13165         * gst/audioconvert/gstchannelmix.c:
13166         * gst/audioconvert/gstchannelmix.h:
13167           port to basetransform
13168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13169         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13170         (gst_ffmpegcsp_get_unit_size):
13171         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13172         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13173           fix for basetransform changes
13174
13175 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13176
13177         * check/Makefile.am:
13178           Add CHECK_CFLAGS and LDFLAGS
13179
13180         * gst/playback/gstplaybasebin.c: (fill_buffer):
13181           GST_MESSAGE_SRC became a GObject
13182
13183 2005-08-24  Wim Taymans  <wim@fluendo.com>
13184
13185         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13186         (gst_ring_buffer_clear_all):
13187         * gst-libs/gst/audio/gstringbuffer.h:
13188         Added function to clear the ringbuffer.
13189
13190 2005-08-24  Andy Wingo  <wingo@pobox.com>
13191
13192         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13193         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13194         of _open and _close.
13195
13196         * sys/v4l/gstv4lxoverlay.h:
13197         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13198         an Xv connection here, instead of all the time. Make Xv only be
13199         loaded if you axe for it. Kindof a workaround for buggy behaviour
13200         of Xv when using remote xservers (XvQueryExtension would block).
13201         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13202         replace the _open and _close public API. Only start the xv
13203         connection if necessary.
13204         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13205
13206 2005-08-23  David Schleef  <ds@schleef.org>
13207
13208         * gst/audioresample/Makefile.am: Leet audioresampling code
13209         * gst/audioresample/buffer.c:
13210         * gst/audioresample/buffer.h:
13211         * gst/audioresample/debug.c:
13212         * gst/audioresample/debug.h:
13213         * gst/audioresample/functable.c:
13214         * gst/audioresample/functable.h:
13215         * gst/audioresample/gstaudioresample.c:
13216         * gst/audioresample/gstaudioresample.h:
13217         * gst/audioresample/resample.c:
13218         * gst/audioresample/resample.h:
13219         * gst/audioresample/resample_chunk.c:
13220         * gst/audioresample/resample_functable.c:
13221         * gst/audioresample/resample_ref.c:
13222
13223 2005-08-23  Wim Taymans  <wim@fluendo.com>
13224
13225         * examples/seeking/seek.c: (make_vorbis_pipeline),
13226         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13227         Small seek updates.
13228
13229 2005-08-23  Andy Wingo  <wingo@pobox.com>
13230
13231         * gst-libs/gst/audio/gstbaseaudiosrc.c
13232         (gst_base_audio_src_fixate): Only fixate endianness if it is
13233         present in the caps.
13234
13235 2005-08-22  Andy Wingo  <wingo@pobox.com>
13236
13237         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13238         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13239         device-name property.
13240
13241         * gst-libs/gst/audio/gstaudiosrc.h:
13242         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13243         close_device in the ring buffer, like gstaudiosink.
13244
13245         * ext/alsa/gstalsamixer.h:
13246         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13247         macro to implement the interface without much code. Cleanups. 
13248
13249         * ext/alsa/gstalsasrc.h:
13250         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13251         READY.
13252
13253         * ext/alsa/Makefile.am: Add new files.
13254         * ext/alsa/gstalsamixerelement.c: 
13255         * ext/alsa/gstalsamixerelement.c: Split element code out from
13256         mixer code so that alsasrc can be a mixer too.
13257
13258 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13259
13260         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13261         (GST_START_TEST):
13262         * check/elements/vorbisdec.c: (setup_vorbisdec),
13263         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13264         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13265         (vorbis_handle_identification_packet),
13266         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13267         (vorbis_handle_header_packet), (vorbis_dec_push),
13268         (vorbis_dec_chain):
13269           use the setup/teardown methods to save code.  save code is good.
13270
13271 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13272
13273         * check/Makefile.am:
13274           add ext dir for plugins
13275           add vorbisdec test conditionally
13276         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13277         (GST_START_TEST), (volume_suite):
13278           add a test with wrong caps
13279         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13280         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13281           add a vorbisdec test
13282         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13283         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13284           clean up debug output
13285         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13286           yay, fix a segfault/security issue in vorbisdec
13287           gst-launch fakesrc ! vorbisdec wasn't happy
13288         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13289         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13290         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13291         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13292         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13293         (gst_vorbisenc_set_metadata), (get_constraints_string),
13294         (update_start_message), (gst_vorbisenc_setup),
13295         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13296         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13297         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13298         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13299         * ext/vorbis/vorbisenc.h:
13300           march in line
13301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13302         (gst_ffmpegcsp_transform):
13303           have the kow come home
13304         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13305           debug my func ptr
13306         * gst/volume/gstvolume.c: (volume_set_caps):
13307           add a debug
13308
13309 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13310
13311         * Makefile.am:
13312         * check/.cvsignore:
13313         * check/Makefile.am:
13314         * check/elements/.cvsignore:
13315         * check/elements/volume.c: (chain_func), (event_func),
13316         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13317         (main):
13318         * configure.ac:
13319           add unit test structure for gst-plugins-base
13320           add a test for volume
13321         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13322         (gst_volume_set_volume), (gst_volume_get_volume),
13323         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13324         (volume_funcfind), (volume_process_float), (volume_process_int16),
13325         (volume_set_caps), (volume_transform), (volume_update_mute),
13326         (volume_update_volume), (volume_set_property),
13327         (volume_get_property):
13328           document a little; use basetransform vmethod _set_caps
13329
13330 2005-08-19  Andy Wingo  <wingo@pobox.com>
13331
13332         * ext/alsa/gstalsamixertrack.h:
13333         * ext/alsa/gstalsamixertrack.c:
13334         * ext/alsa/gstalsamixeroptions.h:
13335         * ext/alsa/gstalsamixeroptions.c:
13336         * ext/alsa/gstalsamixer.h:
13337         * ext/alsa/gstalsamixer.c: Port to 0.9.
13338
13339         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13340         Remove gstalsa.c and alsaclock. No more cruft here.
13341         
13342 2005-08-18  Wim Taymans  <wim@fluendo.com>
13343
13344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13345         (gst_base_rtp_depayload_chain),
13346         (gst_base_rtp_depayload_add_to_queue),
13347         (gst_base_rtp_depayload_push),
13348         (gst_base_rtp_depayload_queue_release):
13349         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13350         Fix for RTPBuffer changes.
13351
13352         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13353         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13354         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13355         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13356         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13357         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13358         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13359         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13360         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13361         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13362         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13363         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13364         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13365         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13366         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13367         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13368         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13369         (gst_rtpbuffer_get_payload):
13370         * gst-libs/gst/rtp/gstrtpbuffer.h:
13371         Don't subclass GstBuffer but add methods and helper functions
13372         to construct and manipulate RTP packets in regular GstBuffers.
13373
13374 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13375
13376         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13377           moved statement below switch
13378         * gst/volume/gstvolume.c: (gst_volume_class_init):
13379           added debug ptr
13380
13381 2005-08-16  Wim Taymans  <wim@fluendo.com>
13382
13383         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13384         (gst_base_audio_src_change_state):
13385         Open and close device in READY<->NULL state change.
13386
13387 2005-08-16  Andy Wingo  <wingo@pobox.com>
13388
13389         * examples/seeking/Makefile.am: Don't compile non-compiling
13390         compiled objects with the compiler.
13391
13392         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13393         elements.
13394
13395 2005-08-12  Philippe Khalaf <burger@speedy.org>
13396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13397         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13398           Made a thread to release the queue.
13399           Removed timestamp conversion for now.
13400
13401 2005-08-10  Philippe Khalaf <burger@speedy.org>
13402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13403         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13404           Added rtp timestamp -> gst timestamp conversion.
13405           Fixed several problems with queue.
13406
13407 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13408
13409         * gst-libs/gst/audio/gstaudioclock.h:
13410         * gst-libs/gst/audio/gstaudiofilter.h:
13411         * gst-libs/gst/audio/gstaudiosink.h:
13412         * gst-libs/gst/audio/gstaudiosrc.h:
13413         * gst-libs/gst/audio/gstbaseaudiosink.h:
13414         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13415         * gst-libs/gst/audio/gstringbuffer.h:
13416         * gst-libs/gst/net/gstnetbuffer.h:
13417         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13418         * gst-libs/gst/rtp/gstrtpbuffer.h:
13419           Add padding (you will need to rebuild gst-plugins-base,
13420           gst-plugins and all applications afterwards!)
13421
13422 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13423
13424         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13425         (gst_riff_parse_chunk):
13426           Fix bug in debug message and add some more debug messages.
13427
13428 2005-08-08  Edward Hervey  <edward@fluendo.com>
13429
13430         * gst-libs/gst/riff/riff-media.c:
13431         backported updates since branch
13432
13433 2005-08-08  Andy Wingo  <wingo@pobox.com>
13434
13435         * gst-libs/gst/audio/gstbaseaudiosink.c
13436         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13437         like good elements should. Close on READY->NULL too.
13438
13439         * gst-libs/gst/audio/gstaudiosink.c
13440         (gst_audioringbuffer_open_device,
13441         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13442         (gst_audioringbuffer_release): Updates for new ring buffer API,
13443         hook into the new audio sink api.
13444
13445         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13446         (GstAudioSinkClass.close): Just open and close the device -- no
13447         resource allocation or configuration.
13448         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13449         vmethods, handle device setup and resource allocation.
13450
13451         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13452         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13453         base class API.
13454
13455         * gst-libs/gst/audio/gstringbuffer.h
13456         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13457         New vmethods.
13458
13459         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13460         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13461         New API functions. The device should be opened before acquiring
13462         and closed after releasing.
13463
13464 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13465
13466         * gst-libs/gst/interfaces/mixer.h:
13467           Reset padding to GST_PADDING.
13468
13469 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13470
13471         * gst/playback/gstplaybin.c: (remove_sinks):
13472           Remove visualization from parent explicitely; works around some
13473           apparent refcount issue that I haven't tracked down yet.
13474
13475 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13476
13477         * ext/alsa/gstalsasink.c: (set_hwparams):
13478           Assign debug category, add negotiation debug msgs.
13479
13480 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13481
13482         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13483           Fix error code for file-not-found to NOT_FOUND.
13484
13485 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13486
13487         * common/gtk-doc-plugins.mak:
13488         * docs/plugins/Makefile.am:
13489         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13490         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13491           renamed to actual element names, so much nicer to look at
13492         * docs/plugins/tmpl/gstmultifdsink.sgml:
13493           remove
13494         * docs/plugins/tmpl/multifdsink.sgml:
13495         * docs/plugins/tmpl/tcpserversink.sgml:
13496           add
13497         * ext/alsa/gstalsa.c:
13498         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13499         * ext/ogg/gstoggmux.c:
13500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13501         * gst/playback/gstdecodebin.c:
13502         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13503         * gst/tcp/gsttcpserversink.c:
13504           various fixes and documentation additions
13505
13506 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13507
13508         * common/Makefile.am:
13509         * common/gstdoc-scangobj:
13510         * common/gtk-doc-plugins.mak:
13511         * common/gtk-doc.mak:
13512           add a custom scangobj that uses the registry
13513           add a custom gtk-doc-plugins.mak that uses it
13514           some doc build fixes
13515         * configure.ac:
13516         * docs/Makefile.am:
13517         * docs/plugins/Makefile.am:
13518         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13519         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13520         * docs/plugins/gst-plugins-base-plugins.types:
13521         * docs/plugins/tmpl/gstmultifdsink.sgml:
13522           add docs for one element, multifdsink
13523         * gst/adder/gstadder.h:
13524         * gst/volume/gstvolume.h:
13525           don't privatize enum
13526         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13527         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13528         (gst_sync_method_get_type), (gst_client_status_get_type),
13529         (gst_multifdsink_class_init),
13530         (gst_multifdsink_client_queue_buffer),
13531         (gst_multifdsink_handle_client_write):
13532         * gst/tcp/gstmultifdsink.h:
13533         * gst/tcp/gsttcp.h:
13534         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13535         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13536         (gst_tcpclientsink_render):
13537         * gst/tcp/gsttcpclientsink.h:
13538         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13539         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13540         (gst_tcpclientsrc_start):
13541         * gst/tcp/gsttcpclientsrc.h:
13542         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13543         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13544         * gst/tcp/gsttcpserversrc.h:
13545         * gst/typefind/gsttypefindfunctions.c:
13546           remove superfluous Type stuff
13547
13548 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13549
13550         * gst/playback/gstplaybin.c: (gen_video_element):
13551           Enable videoscale.
13552
13553 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13554
13555         * gst-libs/gst/gconf/gconf.c:
13556         * gst-libs/gst/gconf/gconf.h:
13557           Fix some Andy Problem [tm].
13558
13559 2005-08-04  Andy Wingo  <wingo@pobox.com>
13560
13561         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13563         (gst_ffmpegcsp_get_size): Adapt to API changes.
13564
13565         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13566         Implement an in-place do-nothing transform.
13567
13568 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13569
13570         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13571         (gst_ximagesink_renegotiate_size):
13572           Do not set new window sizes yet if we prepare a new buffer size
13573           for upstream renegotiation (software scaling) at some point in the
13574           future, because this new size waqs not actually accepted yet. Once
13575           accepted, renegotiation later on will set the new sizes just fine.
13576           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13577           embedding testcase.
13578
13579 2005-08-03  Andy Wingo  <wingo@pobox.com>
13580
13581         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13582         (gst_ximagesink_buffer_alloc): 
13583         Protect the height, width, and desired_caps with the pool_lock.
13584         Fixes videotestsrc ! queue ! ximagesink.
13585
13586 2005-08-02  Edward Hervey  <edward@fluendo.com>
13587
13588         * gst/volume/gstvolume.c:
13589         include left from controller cleanup
13590
13591 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13593           Stop collectpads before calling the parent state
13594           change function on PAUSED->READY.
13595
13596 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13597         * configure.ac:
13598           When testing for X libs, use the X CFlags 
13599         * gst/adder/gstadder.c: (gst_adder_change_state):
13600           Stop the collectpads before calling parent state change function
13601           on PAUSED->READY, otherwise we deadlock deactivating pads.
13602
13603 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13604
13605         * configure.ac:
13606         * docs/libs/tmpl/gstcolorbalance.sgml:
13607         * docs/libs/tmpl/gstmixer.sgml:
13608         * examples/Makefile.am:
13609         * gst/sine/Makefile.am:
13610         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13611         (gst_sinesrc_set_property), (plugin_init):
13612         * gst/sine/gstsinesrc.h:
13613         * gst/volume/Makefile.am:
13614         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13615         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13616         (volume_process_float), (volume_process_int16),
13617         (volume_set_property), (plugin_init):
13618         * gst/volume/gstvolume.h:
13619           deactivate and remove dparams (libgstcontrol)
13620
13621 2005-07-29  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13624         Convert me to BaseTransform!! help..
13625
13626 2005-07-29  Andy Wingo  <wingo@pobox.com>
13627
13628         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13629         sinks.
13630
13631         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13632         support of both endiannesses.
13633
13634 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13637           Fix confusing debug message (s/event/query/)
13638
13639 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13640
13641         * gst/videotestsrc/videotestsrc.h:
13642           Use "_stdint.h" instead of <stdint.h>
13643
13644 2005-07-27  Wim Taymans  <wim@fluendo.com>
13645
13646         * ext/vorbis/Makefile.am:
13647         Revert wrong commit.
13648
13649 2005-07-27  Wim Taymans  <wim@fluendo.com>
13650
13651         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13652         More compilation fixen.
13653
13654 2005-07-27  Wim Taymans  <wim@fluendo.com>
13655
13656         * gst-libs/gst/audio/gstbaseaudiosink.c:
13657         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13658         (gst_base_audio_sink_create_ringbuffer),
13659         (gst_base_audio_sink_change_state):
13660         Fix compilation.
13661
13662 2005-07-27  Wim Taymans  <wim@fluendo.com>
13663
13664         * examples/seeking/seek.c: (setup_dynamic_link),
13665         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13666         (query_positions_elems), (query_positions_pads), (do_seek):
13667         Update seek example.
13668
13669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13670         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13671         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13672         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13673         (gst_ogg_demux_handle_event),
13674         (gst_ogg_demux_deactivate_current_chain),
13675         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13676         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13677         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13678         (gst_ogg_demux_loop):
13679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13680         * ext/theora/theoradec.c: (theora_dec_src_event),
13681         (theora_dec_src_getcaps), (theora_dec_sink_event),
13682         (theora_dec_push), (theora_dec_chain):
13683         * ext/vorbis/Makefile.am:
13684         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13685         (vorbis_dec_sink_event), (vorbis_dec_push),
13686         (vorbis_handle_data_packet):
13687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13688         (gst_vorbisenc_chain):
13689         * gst/playback/gststreaminfo.c: (cb_probe):
13690         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13691         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13692         * gst/videoscale/gstvideoscale.c:
13693         (gst_videoscale_handle_src_event):
13694         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13695         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13696         (gst_ximagesink_navigation_send_event):
13697         * sys/xvimage/xvimagesink.c:
13698         (gst_xvimagesink_navigation_send_event):
13699         Various event updates and cleanups
13700
13701 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13702
13703         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13704           Fix segfault for I420/YV12.
13705
13706 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13707
13708         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13709           Report bitrate.
13710
13711 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13712
13713         * gst/playback/gstplaybin.c: (gen_video_element),
13714         (gen_audio_element):
13715           Switch to auto*sink elements as default sinks; add volume element
13716           so that volume control in totem works.
13717
13718 2005-07-21  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13721         * gst/playback/gstplaybin.c: (setup_sinks),
13722         (gst_play_bin_change_state):
13723         Refcount fix and more comments.
13724
13725 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13726
13727         * sys/ximage/Makefile.am:
13728         * sys/ximage/ximage.c: (plugin_init):
13729         * sys/ximage/ximagesink.c:
13730         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13731         
13732
13733 2005-07-21  Wim Taymans  <wim@fluendo.com>
13734
13735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13736         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13737         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13738         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13739         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13740         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13741         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13742         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13743         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13744         Generate correct disconts for live chained oggs.
13745
13746         * gst-libs/gst/audio/gstbaseaudiosink.c:
13747         (gst_base_audio_sink_render),
13748         (gst_base_audio_sink_create_ringbuffer),
13749         (gst_base_audio_sink_change_state):
13750         Handle discont math correctly.
13751
13752         * gst/playback/gstplaybin.c: (add_sink):
13753         Some small debug cleanup.
13754
13755 2005-07-21  Wim Taymans  <wim@fluendo.com>
13756
13757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13758         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13759         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13760         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13761         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13762         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13763         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13764         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13765         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13766         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13767         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13768         (gst_ogg_demux_change_state), (gst_ogg_print):
13769         Reorganize code to send the right disconts when in streaming
13770         mode.
13771
13772 2005-07-20  Andy Wingo  <wingo@pobox.com>
13773
13774         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13775         fix (?), fixes a seggie mcfalterson (#310894).
13776
13777 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13778
13779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13780         (gst_ogg_mux_set_header_on_caps):
13781         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13782         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13783         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13784         * gst-libs/gst/audio/multichannel.c:
13785         (gst_audio_set_channel_positions),
13786         (gst_audio_set_structure_channel_positions_list):
13787         * gst/playback/gstdecodebin.c: (dynamic_create):
13788         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13789         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13790           Fixes for API changes in core.
13791
13792 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13793
13794         * gst/playback/gstplaybasebin.c: (fill_buffer):
13795           Use _new_custom() so we can set custom message types for buffering
13796           messages.
13797
13798 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13799
13800         * configure.ac:
13801         * gst-libs/gst/Makefile.am:
13802         * gst-libs/gst/gconf/.cvsignore:
13803         * gst-libs/gst/gconf/Makefile.am:
13804         * gst-libs/gst/gconf/test-gconf.c:
13805         * pkgconfig/Makefile.am:
13806         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13807         * pkgconfig/gstreamer-gconf.pc.in:
13808           Remove gconf stuff, use gconf elements instead from now on.
13809
13810 2005-07-20  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst-libs/gst/audio/TODO:
13813         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13814         (gst_audio_clock_get_internal_time):
13815         * gst-libs/gst/audio/gstaudioclock.h:
13816         * gst-libs/gst/audio/gstbaseaudiosink.c:
13817         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13818         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13819         (gst_base_audio_sink_render),
13820         (gst_base_audio_sink_create_ringbuffer),
13821         (gst_base_audio_sink_change_state):
13822         Make sure the audio clock always returns an increasing value.
13823
13824 2005-07-19  Andy Wingo  <wingo@pobox.com>
13825
13826         * gst/videotestsrc/: Cleanups.
13827
13828 2005-07-19  Wim Taymans  <wim@fluendo.com>
13829
13830         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13831         Better debugging.
13832
13833 2005-07-19  Wim Taymans  <wim@fluendo.com>
13834
13835         * examples/seeking/seek.c: (make_dv_pipeline),
13836         (make_vorbis_theora_pipeline), (query_rates),
13837         (query_positions_elems), (query_positions_pads), (do_seek):
13838         Make correct DV pipeline.
13839
13840 2005-07-18  Andy Wingo  <wingo@pobox.com>
13841
13842         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13843         default. Also because it's the only thing that really works. (This
13844         is used in the GConf elements).
13845         Use AS_LIBTOOL_TAGS.
13846
13847 2005-07-18  Wim Taymans  <wim@fluendo.com>
13848
13849         * gst/playback/gstdecodebin.c: (remove_element_chain):
13850         * gst/playback/gstplaybin.c: (add_sink):
13851         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13852         (gst_stream_info_set_mute):
13853         * gst/playback/gststreamselector.c:
13854         (gst_stream_selector_get_linked_pad),
13855         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13856         More leak and compile fixes.
13857
13858 2005-07-18  Wim Taymans  <wim@fluendo.com>
13859
13860         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13861         (query_rates), (query_positions_elems), (query_positions_pads),
13862         (do_seek), (seek_cb), (stop_seek):
13863         Updated seek example. 
13864
13865         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13866         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13867         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13868         * gst/playback/gstplaybin.c: (add_sink):
13869         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13870         (gst_stream_info_set_mute):
13871         Some refcount leak fixes.
13872
13873 2005-07-16  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst-libs/gst/audio/gstbaseaudiosink.c:
13876         (gst_base_audio_sink_render):
13877         Align samples even if we have roundoff errors in the 
13878         timestamp conversion.
13879
13880 2005-07-16  Wim Taymans  <wim@fluendo.com>
13881
13882         * docs/libs/tmpl/gstringbuffer.sgml:
13883         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13884         (query_rates), (query_positions_elems), (query_positions_pads),
13885         (update_scale), (do_seek):
13886         Updated seek example.
13887
13888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13889         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13890         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13891         (gst_ogg_demux_loop):
13892         Push out correct discont values.
13893
13894         * ext/theora/theoradec.c: (theora_dec_src_convert),
13895         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13896         (theora_dec_sink_event), (theora_handle_type_packet),
13897         (theora_handle_header_packet), (theora_dec_push),
13898         (theora_handle_data_packet), (theora_dec_chain),
13899         (theora_dec_change_state):
13900         Better timestamping.
13901
13902         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13903         (vorbis_dec_sink_event), (vorbis_dec_push),
13904         (vorbis_handle_data_packet), (vorbis_dec_chain):
13905         * ext/vorbis/vorbisdec.h:
13906         Better timestamping.
13907
13908         * gst-libs/gst/audio/gstbaseaudiosink.c:
13909         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13910         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13911         Handle syncing on timestamps instead of sample offsets. Make
13912         use of DISCONT values as described in design docs.
13913
13914         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13915         (gst_base_audio_src_get_time):
13916         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13917         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13918         (gst_ring_buffer_read):
13919         * gst-libs/gst/audio/gstringbuffer.h:
13920         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13921         (gst_ximagesink_show_frame):
13922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13923         Correcly convert buffer timestamp to stream time.
13924
13925 2005-07-16  Wim Taymans  <wim@fluendo.com>
13926
13927         * gst/audioconvert/gstaudioconvert.c:
13928         (gst_audio_convert_get_buffer):
13929         Timestamp buffers correctly.
13930
13931         * gst/playback/gstplaybin.c: (gen_video_element):
13932         Make internal fakesink silent.
13933
13934 2005-07-15  Wim Taymans  <wim@fluendo.com>
13935
13936         * gst/ffmpegcolorspace/Makefile.am:
13937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13938         (gst_ffmpegcsp_caps_remove_format_info),
13939         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13940         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13941         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13942         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13943         Ported ffmpegcolorspace to basetransform.
13944
13945         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13946         * gst/volume/gstvolume.c: (volume_transform):
13947         Ported to new API.
13948
13949 2005-07-14  Wim Taymans  <wim@fluendo.com>
13950
13951         * gst/videotestsrc/Makefile.am:
13952         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13953         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13954         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13955         (gst_videotestsrc_init), (gst_videotestsrc_event),
13956         (gst_videotestsrc_create), (gst_videotestsrc_start),
13957         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13958         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13959         (gst_videotestsrc_get_property):
13960         * gst/videotestsrc/gstvideotestsrc.h:
13961         Make videotestsrc a pushsrc.
13962
13963 2005-07-14  Wim Taymans  <wim@fluendo.com>
13964
13965         * gst/tcp/gstfdset.c: (gst_fdset_free):
13966         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13967         (gst_multifdsink_add), (gst_multifdsink_remove),
13968         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13969         (gst_multifdsink_remove_client_link),
13970         (gst_multifdsink_client_queue_data),
13971         (gst_multifdsink_client_queue_caps),
13972         (gst_multifdsink_client_queue_buffer),
13973         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13974         (gst_multifdsink_stop):
13975         * gst/tcp/gstmultifdsink.h:
13976         0.8 backporting.
13977
13978         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13979         Also draw image when not from a pool.
13980
13981 2005-07-14  Wim Taymans  <wim@fluendo.com>
13982
13983         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13984         (mute_stream), (silence_stream):
13985         Small debug additions.
13986
13987 2005-07-14  Wim Taymans  <wim@fluendo.com>
13988
13989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13990         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13991         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13992         Better error recovery, ignore unconnected pads and
13993         non-fatal errors.
13994
13995 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13996
13997         * docs/libs/tmpl/gstaudio.sgml:
13998         * docs/libs/tmpl/gstcolorbalance.sgml:
13999         * docs/libs/tmpl/gstgconf.sgml:
14000         * docs/libs/tmpl/gstmixer.sgml:
14001         * docs/libs/tmpl/gstringbuffer.sgml:
14002         * docs/libs/tmpl/gsttuner.sgml:
14003         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14004         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14005         (gst_tcpclientsrc_class_init):
14006         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14007         (gst_tcpserversrc_class_init):
14008         * sys/v4l/gstv4lelement.c:
14009           more autistic cleanliness in functions/names/defines
14010
14011 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14012
14013         * configure.ac:
14014           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14015           added manually to each Makefile.am so we are sure it goes
14016           *last* and doesn't add -L flags before linking in libs of our
14017           own, like, say, internal .la libs, that then accidentally pick
14018           up the installed copy.
14019         * docs/libs/Makefile.am:
14020         * ext/alsa/Makefile.am:
14021         * ext/cdparanoia/Makefile.am:
14022         * ext/gnomevfs/Makefile.am:
14023         * ext/libvisual/Makefile.am:
14024         * ext/ogg/Makefile.am:
14025         * ext/theora/Makefile.am:
14026         * ext/vorbis/Makefile.am:
14027         * gst-libs/gst/video/Makefile.am:
14028         * gst/adder/Makefile.am:
14029         * gst/audioconvert/Makefile.am:
14030         * gst/audiorate/Makefile.am:
14031         * gst/audioscale/Makefile.am:
14032         * gst/ffmpegcolorspace/Makefile.am:
14033         * gst/playback/Makefile.am:
14034         * gst/sine/Makefile.am:
14035         * gst/subparse/Makefile.am:
14036         * gst/tags/Makefile.am:
14037         * gst/tcp/Makefile.am:
14038         * gst/typefind/Makefile.am:
14039         * gst/videorate/Makefile.am:
14040         * gst/videoscale/Makefile.am:
14041         * gst/videotestsrc/Makefile.am:
14042         * gst/volume/Makefile.am:
14043         * sys/v4l/Makefile.am:
14044         * sys/ximage/Makefile.am:
14045         * sys/xvimage/Makefile.am:
14046           adapt properly to this change. This should make sure that
14047           plugins and libs properly link to the as-yet-uninstalled
14048           copies of stuff like libgstinterfaces and libgstvideo
14049
14050 2005-07-13  Andy Wingo  <wingo@pobox.com>
14051
14052         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14053         (gst_v4lsrc_fixate): Fixate on format as well.
14054
14055         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14056         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14057         buffer points to it.
14058         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14059         rather just doing X calls ourselves. Also fixes a memleak.
14060
14061 2005-07-12  Andy Wingo  <wingo@pobox.com>
14062
14063         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14064         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14065         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14066         TRUE to avoid deadlocks if an element holds on to our buffers.
14067
14068 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14071         (gst_sinesrc_init), (gst_sinesrc_create),
14072         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14073         (gst_sinesrc_start):
14074         * gst/sine/gstsinesrc.h:
14075           removing num-buffers property before moving it
14076
14077 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14078
14079         * configure.ac:
14080           use overridable ERROR_CFLAGS
14081         * docs/libs/gst-plugins-base-libs.types:
14082         * docs/libs/tmpl/gstringbuffer.sgml:
14083         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14084         (gst_alsasink_class_init):
14085         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14086         (gst_alsasrc_class_init):
14087         * gst-libs/gst/audio/audio.h:
14088         * gst-libs/gst/audio/gstaudioclock.h:
14089         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14090         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14091         (gst_audio_filter_link), (gst_audio_filter_init),
14092         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14093         (gst_audio_filter_get_property),
14094         (gst_audio_filter_class_add_pad_templates):
14095         * gst-libs/gst/audio/gstaudiofilter.h:
14096         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14097         (gst_audio_filter_template_get_type),
14098         (gst_audio_filter_template_base_init),
14099         (gst_audio_filter_template_class_init),
14100         (gst_audio_filter_template_init),
14101         (gst_audio_filter_template_set_property),
14102         (gst_audio_filter_template_get_property), (plugin_init),
14103         (gst_audio_filter_template_setup),
14104         (gst_audio_filter_template_filter),
14105         (gst_audio_filter_template_filter_inplace):
14106         * gst-libs/gst/audio/gstaudiosink.c:
14107         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14108         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14109         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14110         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14111         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14112         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14113         * gst-libs/gst/audio/gstaudiosink.h:
14114         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14115         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14116         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14117         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14118         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14119         (gst_audio_src_class_init), (gst_audio_src_init),
14120         (gst_audio_src_create_ringbuffer):
14121         * gst-libs/gst/audio/gstaudiosrc.h:
14122         * gst-libs/gst/audio/gstbaseaudiosink.c:
14123         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14124         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14125         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14126         (gst_base_audio_sink_set_property),
14127         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14128         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14129         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14130         (gst_base_audio_sink_create_ringbuffer),
14131         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14132         * gst-libs/gst/audio/gstbaseaudiosink.h:
14133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14134         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14135         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14136         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14137         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14138         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14139         (gst_base_audio_src_event), (gst_base_audio_src_create),
14140         (gst_base_audio_src_create_ringbuffer),
14141         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14142         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14143         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14144         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14145         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14146         (gst_ring_buffer_debug_spec_caps),
14147         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14148         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14149         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14150         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14151         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14152         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14153         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14154         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14155         (gst_ring_buffer_clear):
14156         * gst-libs/gst/audio/gstringbuffer.h:
14157         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14158         (gst_video_sink_class_init), (gst_video_sink_get_type):
14159         * gst-libs/gst/video/videosink.h:
14160         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14161         (gst_multifdsink_class_init),
14162         (gst_multifdsink_handle_client_write),
14163         (gst_multifdsink_change_state):
14164         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14165         (gst_tcpclientsink_setcaps):
14166         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14167         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14168         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14169         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14170         (gst_ximagesink_send_pending_navigation),
14171         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14172         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14174         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14175         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14176         (gst_xvimagesink_send_pending_navigation),
14177         (gst_xvimagesink_navigation_send_event),
14178         (gst_xvimagesink_set_xwindow_id),
14179         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14180         (gst_xvimagesink_get_type):
14181         more macro splitting
14182
14183 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14184
14185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14186           plug a memleak, allows me to import 1479 albums in one go
14187           in jamboree
14188         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14189         (vorbis_handle_type_packet), (vorbis_dec_chain),
14190         (vorbis_dec_change_state):
14191           fix some format strings
14192
14193 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14194
14195         * docs/libs/tmpl/gstcolorbalance.sgml:
14196         * docs/libs/tmpl/gstmixer.sgml:
14197         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14198         (gst_alsasink_set_property), (gst_alsasink_get_property):
14199         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14200         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14201           add device property
14202
14203 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14204
14205         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14206         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14207         (audiocast_register_listener), (audiocast_thread_run),
14208         (gst_gnomevfssrc_send_additional_headers_callback),
14209         (gst_gnomevfssrc_received_headers_callback),
14210         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14211         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14212         (gst_gnomevfssrc_get_size):
14213           add/clean up debugging
14214         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14215           cleanups
14216
14217 2005-07-07  Andy Wingo  <wingo@pobox.com>
14218
14219         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14220         framerate. Need to get a handle on when exactly this function is
14221         called, tho.
14222
14223         * sys/v4l/v4lsrc_calls.h:
14224         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14225         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14226         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14227
14228         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14229         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14230         v4lelements are sources.
14231
14232         * sys/v4l/gstv4lxoverlay.h:
14233         * sys/v4l/gstv4lxoverlay.c:
14234         * sys/v4l/gstv4ltuner.h:
14235         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14236         
14237         * sys/v4l/gstv4lsrc.h:
14238         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14239         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14240         or something should handle that. Made a live source.
14241
14242         * sys/v4l/gstv4lelement.h:
14243         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14244         signals. Some cleanups.
14245
14246         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14247
14248         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14249         stuff.
14250
14251         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14252         stuff.
14253
14254         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14255
14256 2005-07-07  Wim Taymans  <wim@fluendo.com>
14257
14258         * ext/theora/theoradec.c: (theora_get_query_types),
14259         (theora_dec_src_getcaps), (theora_dec_push):
14260         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14262         Remove deprecated/unused query types.
14263
14264 2005-07-06  Wim Taymans  <wim@fluendo.com>
14265
14266         * ext/alsa/Makefile.am:
14267         * ext/alsa/gstalsaplugin.c: (plugin_init):
14268         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14269         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14270         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14271         (gst_alsasrc_class_init), (gst_alsasrc_init),
14272         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14273         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14274         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14275         (gst_alsasrc_reset):
14276         * ext/alsa/gstalsasrc.h:
14277         * gst-libs/gst/audio/Makefile.am:
14278         * gst-libs/gst/audio/gstaudiosink.c:
14279         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14280         (gst_audioringbuffer_start):
14281         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14282         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14283         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14284         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14285         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14286         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14287         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14288         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14289         * gst-libs/gst/audio/gstaudiosrc.h:
14290         * gst-libs/gst/audio/gstbaseaudiosink.c:
14291         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14292         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14293         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14295         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14296         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14297         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14298         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14299         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14300         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14301         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14302         (gst_baseaudiosrc_change_state):
14303         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14304         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14305         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14306         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14307         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14308         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14309         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14310         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14311         * gst-libs/gst/audio/gstringbuffer.h:
14312         Added audiosource base classes.
14313         Ported alsasrc, still very basic.
14314
14315 2005-07-06  Wim Taymans  <wim@fluendo.com>
14316
14317         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14318         (theora_dec_push), (theora_handle_data_packet):
14319         Prepare for better timestamp fix later.
14320
14321         * gst/audioconvert/gstaudioconvert.c:
14322         List most accurate caps first
14323
14324         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14325         Use proper pad task function.
14326
14327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14328         (gst_xvimagesink_show_frame):
14329         Fix deadlock when alloc failed.
14330
14331 2005-07-05  Andy Wingo  <wingo@pobox.com>
14332
14333         * ext/gnomevfs/gstgnomevfssrc.c:
14334         * gst/sine/gstsinesrc.c:
14335         * gst/tcp/gsttcpserversrc.c:
14336         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14337
14338         * sys/v4l/: Port from 0.8.
14339
14340         * Many files: Null if we got it....
14341
14342 2005-07-05  Andy Wingo  <wingo@pobox.com>
14343
14344         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14345         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14346         Signedness fixes.
14347
14348 2005-07-05  Wim Taymans  <wim@fluendo.com>
14349
14350         * configure.ac:
14351         * gst/tcp/Makefile.am:
14352         * gst/tcp/README:
14353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14354         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14355         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14356         (is_sync_frame), (gst_multifdsink_handle_client_write),
14357         (gst_multifdsink_render), (gst_multifdsink_start),
14358         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14359         * gst/tcp/gstmultifdsink.h:
14360         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14361         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14362         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14363         * gst/tcp/gsttcp.h:
14364         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14365         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14366         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14367         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14368         * gst/tcp/gsttcpclientsink.h:
14369         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14370         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14371         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14372         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14373         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14374         * gst/tcp/gsttcpclientsrc.h:
14375         * gst/tcp/gsttcpplugin.c: (plugin_init):
14376         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14377         * gst/tcp/gsttcpserversink.h:
14378         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14379         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14380         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14381         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14382         (gst_tcpserversrc_stop):
14383         * gst/tcp/gsttcpserversrc.h:
14384         * gst/tcp/gsttcpsink.c:
14385         * gst/tcp/gsttcpsink.h:
14386         * gst/tcp/gsttcpsrc.c:
14387         * gst/tcp/gsttcpsrc.h:
14388         Ported tcp plugins to 0.9. 
14389         
14390
14391 2005-07-05  Andy Wingo  <wingo@pobox.com>
14392
14393         * gst/playback/gstplaybasebin.c (fill_buffer):
14394         message_new_application fixen.
14395
14396         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14397         Style fix.
14398
14399 2005-07-04  Wim Taymans  <wim@fluendo.com>
14400
14401         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14402         Set caps on output buffer.
14403
14404 2005-07-04  Andy Wingo  <wingo@pobox.com>
14405
14406         * ext/gnomevfs/gstgnomevfssrc.c
14407         (gst_gnomevfssrc_received_headers_callback) 
14408         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14409         hopefully.
14410
14411         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14412         No refcount leakage.
14413
14414         * configure.ac: Enable -Werror.
14415         
14416         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14417         * gst/audioconvert/bufferframesconvert.c
14418         (buffer_frames_convert_fixate):
14419         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14420         (gst_audio_convert_fixate):
14421         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14422         (gst_sinesrc_create): Fixate func changes.
14423         
14424         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14425         (gst_ximagesink_buffer_alloc): Unused var.
14426
14427 2005-07-01  Andy Wingo  <wingo@pobox.com>
14428
14429         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14430         getcaps to do explicit caps. Needs to be done in all decoders,
14431         possibly via a base class.
14432
14433         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14434
14435         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14436         caps on the sink pad, just rely on the pad template. Also, setting
14437         ANY caps on a pad is not valid because the caps are not fixed.
14438
14439         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14440         caps on the buffer, and get the width from the desired_caps if
14441         they're set.
14442         (gst_ximagesink_renegotiate_size): Implement via setting the
14443         desired_caps on the ximagesink.
14444         (gst_ximagesink_setcaps): Only reset the width of the player if it
14445         wasn't already set. Not sure if this is right.
14446         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14447
14448         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14449         that the user wants. NULL unless the window has been resized.
14450
14451         * gst/volume/gstvolume.c (volume_transform): Adapt to
14452         basetransform refcount changes.
14453         
14454 2005-07-01  Andy Wingo  <wingo@pobox.com>
14455
14456         * gst/videoscale/gstvideoscale.c:
14457         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14458         from BaseTransform, implements a transform_caps. Removed dead code
14459         including some PAR stuff that was never reached -- should probably
14460         be added back somehow.
14461
14462 2005-07-01  Andy Wingo  <wingo@pobox.com>
14463
14464         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14465         come later.
14466
14467 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14468
14469         * configure.ac:
14470         * docs/libs/Makefile.am:
14471         * docs/libs/gst-plugins-libs.types:
14472         * ext/alsa/Makefile.am:
14473         * ext/alsa/gstalsamixer.h:
14474         * ext/alsa/gstalsamixeroptions.h:
14475         * ext/alsa/gstalsamixertrack.h:
14476         * gst-libs/gst/Makefile.am:
14477         * gst-libs/gst/colorbalance/.cvsignore:
14478         * gst-libs/gst/colorbalance/Makefile.am:
14479         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14480         * gst-libs/gst/colorbalance/colorbalance.c:
14481         * gst-libs/gst/colorbalance/colorbalance.h:
14482         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14483         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14484         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14485         * gst-libs/gst/interfaces/Makefile.am:
14486         * gst-libs/gst/interfaces/colorbalance.c:
14487         (gst_color_balance_class_init):
14488         * gst-libs/gst/interfaces/colorbalance.h:
14489         * gst-libs/gst/interfaces/interfaces-marshal.list:
14490         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14491         * gst-libs/gst/interfaces/mixer.h:
14492         * gst-libs/gst/interfaces/mixeroptions.h:
14493         * gst-libs/gst/interfaces/navigation.c:
14494         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14495         * gst-libs/gst/interfaces/tuner.h:
14496         * gst/volume/Makefile.am:
14497         * gst/volume/gstvolume.c:
14498         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14499         * sys/ximage/Makefile.am:
14500         * sys/ximage/ximagesink.c:
14501         * sys/xvimage/Makefile.am:
14502         * sys/xvimage/xvimagesink.c:
14503           fold in all interfaces into an interfaces dir, preserving CVS
14504           history
14505
14506 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14507
14508         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14509           Fix build after riff changes.
14510
14511 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14512
14513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14514         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14515         (gst_riff_create_video_template_caps),
14516         (gst_riff_create_audio_template_caps),
14517         (gst_riff_create_iavs_template_caps):
14518         * gst-libs/gst/riff/riff-media.h:
14519         * gst-libs/gst/riff/riff-read.h:
14520         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14521           Add gst_riff_init() to initialize the debug category, instead
14522           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14523
14524 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14525
14526         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14527           Oops, I shouldn't apply hacks.
14528
14529 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14530
14531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14532           Remove pad_loop function which doesn't work.
14533
14534 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14535
14536         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14537           Send EOS when deactivating.
14538         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14539         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14540         (gen_preroll_element), (probe_triggered), (mute_stream),
14541         (silence_stream), (new_decoded_pad), (setup_substreams),
14542         (set_active_source):
14543         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14544         (remove_sinks), (add_sink):
14545         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14546           Change for new probe API.
14547
14548 2005-06-29  Wim Taymans  <wim@fluendo.com>
14549
14550         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14551         * gst-libs/gst/audio/gstbaseaudiosink.c:
14552         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14553         (gst_baseaudiosink_change_state):
14554         * gst-libs/gst/audio/gstbaseaudiosink.h:
14555         * gst-libs/gst/audio/gstringbuffer.c:
14556         (gst_ringbuffer_set_callback):
14557         Fix compilation error.
14558         Ringbuffer starts out as not running.
14559         Free our clock in dispose.
14560         When releasing the ringbuffer we need to renegotiate so
14561         clear the pad caps.
14562
14563 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * autogen.sh:
14566         * configure.ac:
14567         * docs/Makefile.am:
14568         * docs/libs/Makefile.am:
14569         * docs/libs/gst-plugins-libs-docs.sgml:
14570         * docs/libs/gst-plugins-libs-sections.txt:
14571         * docs/libs/gst-plugins-libs.types:
14572         * docs/libs/tmpl/gstaudio.sgml:
14573         * docs/libs/tmpl/gstcolorbalance.sgml:
14574         * docs/libs/tmpl/gstringbuffer.sgml:
14575         * gst-libs/gst/audio/gstringbuffer.c:
14576         (gst_ringbuffer_set_callback):
14577           reinstate gtk-doc docs for plugin libs
14578
14579 2005-06-28  Wim Taymans  <wim@fluendo.com>
14580
14581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14582         (gst_ogg_demux_init):
14583         Removed pad loop function.
14584
14585 2005-06-28  Wim Taymans  <wim@fluendo.com>
14586
14587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14588         If we're building a chain we are not in an error case
14589         when we queue a buffer.
14590
14591 2005-06-28  Andy Wingo  <wingo@pobox.com>
14592
14593         * *.c: Don't cast to GstObject before reffing/unreffing.
14594
14595 2005-06-27  Andy Wingo  <wingo@pobox.com>
14596
14597         * gst/videotestsrc/gstvideotestsrc.c
14598         (gst_videotestsrc_activate_push): Activation API changes.
14599
14600         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14601         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14602         they have refs on the decodebin.
14603
14604         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14605         parent class.
14606         (gst_ogg_pad_typefind): Don't leak a pad ref.
14607         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14608         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14609         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14610
14611 2005-06-27  Edward Hervey  <edward@fluendo.com>
14612
14613         * ext/theora/theoradec.c: (theora_dec_change_state): 
14614         re-arranged call to parent's state change in order to avoid locks (or
14615         worse).
14616
14617 2005-06-26  Edward Hervey  <edward@fluendo.com>
14618
14619         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14620         2nd argument of 'unknow-type' signal is a GstCaps and not a
14621         GstMiniObject
14622
14623 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14624         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14625           Set the worker thread's running flag to TRUE before starting the
14626           thread.
14627         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14628           Catch a failure to add typefind to the bin.
14629
14630 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14631
14632         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14633         (gst_sinesrc_init), (gst_sinesrc_create),
14634         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14635         (gst_sinesrc_start):
14636         * gst/sine/gstsinesrc.h:
14637           add num-buffers and timestamp-offset properties
14638         * gst/videotestsrc/gstvideotestsrc.c:
14639         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14640         (gst_videotestsrc_get_property):
14641           add timestamp-offset property
14642
14643 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14644
14645         * configure.ac: add videorate
14646         * gst-plugins-base.spec.in: add videorate
14647
14648 2005-06-23  Wim Taymans  <wim@fluendo.com>
14649
14650         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14651         (gst_videorate_getcaps), (gst_videorate_setcaps),
14652         (gst_videorate_event), (gst_videorate_chain):
14653         Fixed videorate, fixating an already fixated caps is not
14654         an error.
14655
14656 2005-06-23  Wim Taymans  <wim@fluendo.com>
14657
14658         * ext/ogg/README:
14659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14660         Buffer on caps is not boxed anymore.
14661
14662 2005-06-22  Wim Taymans  <wim@fluendo.com>
14663
14664         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14666         Set buffers on caps as miniobjects and not as boxed.
14667
14668 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14669
14670         * configure.ac:
14671           back to HEAD
14672
14673 === release 0.9.1 ===
14674
14675 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14676
14677         * .cvsignore:
14678         * NEWS:
14679         * README:
14680         * RELEASE:
14681         * configure.ac:
14682         * po/af.po:
14683         * po/az.po:
14684         * po/cs.po:
14685         * po/en_GB.po:
14686         * po/hu.po:
14687         * po/it.po:
14688         * po/nb.po:
14689         * po/nl.po:
14690         * po/or.po:
14691         * po/sq.po:
14692         * po/sr.po:
14693         * po/sv.po:
14694         * po/uk.po:
14695         * po/vi.po:
14696           updates for release
14697
14698 2005-06-09  Andy Wingo  <wingo@pobox.com>
14699
14700         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14701         
14702 2005-06-09  Andy Wingo  <wingo@pobox.com>
14703
14704         * configure.ac:
14705         * gst-libs/gst/Makefile.am:
14706         * gst-libs/gst/net/Makefile.am:
14707         Add gstnet to build.
14708
14709 2005-06-09  Andy Wingo  <wingo@pobox.com>
14710
14711         * gst-libs/gst/gconf/gconf.c:
14712         * gst/playback/test.c:
14713         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14714         fixes.
14715
14716         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14717
14718         * ext/theora/theoraenc.c (theora_enc_chain): 
14719         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14720
14721         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14722         RealPad.
14723
14724 2005-06-02  Wim Taymans  <wim@fluendo.com>
14725
14726         * gst-libs/gst/net/Makefile.am:
14727         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14728         * pkgconfig/gstreamer-libs.pc.in:
14729         Added net stuff, version net lib.
14730
14731 2005-06-02  Wim Taymans  <wim@fluendo.com>
14732
14733         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14734         (query_rates), (query_positions_elems), (query_positions_pads),
14735         (do_seek):
14736         Updated seek example.
14737
14738 2005-06-02  Andy Wingo  <wingo@pobox.com>
14739
14740         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14741         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14742         list.
14743
14744         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14745         remove the typefind, the bin dispose will do it for us. When it's
14746         removed and unreffed, the signal handler will be disconnected,
14747         too.
14748         (unlinked): It's too difficult to disconnect from unlinked
14749         handlers, as they are on pads not elements. Just punt if the pads
14750         aren't grandkids of the bin.
14751
14752 2005-06-02  Wim Taymans  <wim@fluendo.com>
14753
14754         * ext/ogg/README:
14755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14756         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14758         * ext/theora/theoradec.c: (theora_dec_src_query),
14759         (theora_handle_data_packet):
14760         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14761         (theora_enc_chain):
14762         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14763         (vorbis_handle_data_packet):
14764         * gst/audioconvert/bufferframesconvert.c:
14765         (buffer_frames_convert_chain):
14766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14767         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14768         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14769         (gst_ffmpegcsp_chain):
14770         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14771         (gst_videorate_getcaps), (gst_videorate_setcaps),
14772         (gst_videorate_event), (gst_videorate_chain):
14773         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14774         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14775         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14776         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14777         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14778         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14779         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14780         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14781         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14782         Cleanups and buffer alloc.
14783
14784 2005-05-31  Wim Taymans  <wim@fluendo.com>
14785
14786         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14787         Don't try to call the delay method when the device is not
14788         opened.
14789
14790 2005-05-31  Wim Taymans  <wim@fluendo.com>
14791
14792         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14793         Get actual segment size and buffer size after opening
14794         the device.
14795
14796 2005-05-30  Wim Taymans  <wim@fluendo.com>
14797
14798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14799         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14800         Also FLUSH upstream, makes the loop function exit faster.
14801         
14802         * ext/theora/theoradec.c: (theora_dec_src_query):
14803         Some more debug info in the query.
14804         
14805         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14806         (gst_ximagesink_setcaps):
14807         Release lock on par error, better error reporting.
14808
14809 2005-05-26  Wim Taymans  <wim@fluendo.com>
14810
14811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14812         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14813         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14814         Clear chains in READY
14815         Queue packets until the chain is activated.
14816
14817 2005-05-25  Wim Taymans  <wim@fluendo.com>
14818
14819         * gst-libs/gst/audio/gstaudiosink.c:
14820         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14821         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14822         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14823         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14824         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14825         (gst_audiosink_create_ringbuffer):
14826         * gst-libs/gst/audio/gstbaseaudiosink.c:
14827         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14828         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14829         (gst_baseaudiosink_set_property), (build_linear_format),
14830         (debug_spec_caps), (debug_spec_buffer),
14831         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14832         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14833         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14834         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14836         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14837         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14838         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14839         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14840         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14841         (wait_segment), (gst_ringbuffer_commit),
14842         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14843         (gst_ringbuffer_clear):
14844         Various small cleanups.
14845
14846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14847         (gst_audio_convert_change_state):
14848         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14849         No need to take the locks anymore.
14850
14851 2005-05-25  Wim Taymans  <wim@fluendo.com>
14852
14853         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14854         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14855         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14856         (type_found):
14857         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14858         (group_destroy), (group_commit), (queue_overrun),
14859         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14860         (mute_stream), (new_decoded_pad), (setup_substreams),
14861         (setup_source), (mute_group_type), (set_active_source),
14862         (gst_play_base_bin_change_state):
14863         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14864         (gen_video_element), (gen_text_element), (gen_audio_element),
14865         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14866         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14867         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14868         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14869         Some playbin cleanups mostly refcounting sloppyness.
14870
14871 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14872
14873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14874           Work with streaming input.
14875
14876 2005-05-25  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14879         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14880         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14881         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14882         No need to take the STREAM lock anymore.
14883
14884 2005-05-25  Wim Taymans  <wim@fluendo.com>
14885
14886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14887         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14888         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14889         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14890         (gst_ogg_demux_sink_activate):
14891         * ext/theora/theoradec.c: (theora_dec_src_event),
14892         (theora_handle_comment_packet), (theora_dec_chain),
14893         (theora_dec_change_state):
14894         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14895         (vorbis_handle_data_packet), (vorbis_dec_chain),
14896         (vorbis_dec_change_state):
14897         Remove STREAM locks as they are taken in core now.
14898         Never set bogus granulepos on vorbis/theora.
14899         Fix leaks in theoradec tag parsing.
14900
14901 2005-05-25  Wim Taymans  <wim@fluendo.com>
14902
14903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14904         Fix memleaks, GST_BUFFER_DATA() is not freed.
14905
14906 2005-05-25  Wim Taymans  <wim@fluendo.com>
14907
14908         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14909         Open non-blocking, set to blocking mode afterwards to avoid
14910         lockups when audio device is busy.
14911
14912 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14913
14914         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14915           This can't be good.
14916
14917 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14918
14919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14920         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14921         (gst_audio_convert_setcaps):
14922           Implement instant setup switching.
14923
14924 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14925
14926         * gst/playback/gstplaybasebin.c: (probe_triggered):
14927           Fix missing unlock.
14928         * gst/playback/gstplaybin.c: (add_sink):
14929           First add, then link (otherwise pad link fails).
14930
14931 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14932
14933         * examples/Makefile.am:
14934         fix buildbot (make distcheck)
14935
14936 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14937
14938         * gst/playback/gstplaybin.c: (gen_vis_element):
14939           Remove some wrong code. Doesn't work yet.
14940
14941 2005-05-19  Wim Taymans  <wim@fluendo.com>
14942
14943         * gst-libs/gst/net/Makefile.am:
14944         * gst-libs/gst/net/README:
14945         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14946         (gst_netbuffer_class_init), (gst_netbuffer_init),
14947         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14948         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14949         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14950         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14951         * gst-libs/gst/net/gstnetbuffer.h:
14952         Added buffer subclass to store extra to/from addresses for
14953         network sources/sinks.
14954
14955 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14956
14957         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14958           Don't lock an unassigned variable.
14959
14960 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14961
14962         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14963           Increase buffer for video, decrease buffer for other media types.
14964         * gst/playback/gstplaybin.c: (gen_video_element),
14965         (gen_audio_element):
14966           Change names for debugging purposes.
14967
14968 2005-05-18  Wim Taymans  <wim@fluendo.com>
14969
14970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14971         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14972         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14973         (gst_ffmpegcsp_chain):
14974         Enable buffer alloc passthrough if the source and dest
14975         formats are the same.
14976
14977 2005-05-17  Wim Taymans  <wim@fluendo.com>
14978
14979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14980         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14981         (gst_ogg_demux_chain_unlocked):
14982         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14983         (gst_audio_convert_caps_remove_format_info),
14984         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14985         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14987         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14988         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14989         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14990         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14991         (gst_ffmpegcsp_get_property):
14992         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14993         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14994         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14995         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14996         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14997         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14998         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14999         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15000         Leak fixes in oggdemux.
15001         Some cleanups in audioconvert.
15002         Make passthrough work along with buffer_alloc etc.
15003         Make buffer_alloc and buffer recycling actually work in
15004         xvimagesink.
15005
15006 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15007
15008         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15009           make the compiler happy
15010
15011 2005-05-17  Wim Taymans  <wim@fluendo.com>
15012
15013         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15014         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15015         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15016         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15017         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15018         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15019         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15020         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15021         (gst_xvimagesink_set_xwindow_id):
15022         * sys/xvimage/xvimagesink.h:
15023         Port xvimagesink to new MiniObject.
15024
15025 2005-05-17  Wim Taymans  <wim@fluendo.com>
15026
15027         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15028         (gst_audiofilter_chain):
15029         * gst-libs/gst/audio/gstaudiosink.c:
15030         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15031         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15032         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15033         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15034         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15035         (gst_audiosink_create_ringbuffer):
15036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15037         (gst_audio_convert_caps_remove_format_info),
15038         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15039         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15041         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15042         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15043         Fix passthrough in ffmpegcolorspace.
15044         Fix memset in audiosink on wrong memory.
15045
15046 2005-05-16  David Schleef  <ds@schleef.org>
15047
15048         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15049         to GstMiniObject.
15050
15051 2005-05-16  David Schleef  <ds@schleef.org>
15052
15053         Port from GstData to GstMiniObject.
15054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15056         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15057         (gst_ogg_mux_collected):
15058         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15059         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15060         (theora_handle_data_packet):
15061         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15062         (theora_set_header_on_caps), (theora_enc_chain):
15063         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15064         (vorbis_handle_comment_packet):
15065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15066         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15067         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15068         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15069         * gst/audioconvert/gstaudioconvert.c:
15070         (gst_audio_convert_get_buffer):
15071         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15072         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15073         (mute_stream), (silence_stream):
15074         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15075         * gst/volume/gstvolume.c: (volume_transform):
15076         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15077         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15078         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15079         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15080         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15081         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15082         (gst_ximagesink_buffer_alloc):
15083         * sys/ximage/ximagesink.h:
15084
15085 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15086
15087         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15088         (fill_buffer), (check_queue), (queue_threshold_reached),
15089         (queue_out_of_data):
15090         * gst/playback/gstplaybasebin.h:
15091           Post buffer-fullness on the bus.
15092
15093 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15094
15095         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15096         (try_to_link_1):
15097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15098         (group_commit), (probe_triggered), (setup_source),
15099         (gst_play_base_bin_change_state):
15100         * gst/playback/gstplaybasebin.h:
15101         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15102         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15103         (gst_play_bin_change_state):
15104           Move setup_output_pads into a virtual function, remove
15105           group-switch (no longer needed) and redirect (handled by bus
15106           now) signals.
15107
15108 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15109
15110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15111         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15112         (get_active_group), (get_building_group), (group_destroy),
15113         (group_commit), (check_queue), (queue_overrun),
15114         (queue_threshold_reached), (queue_out_of_data),
15115         (gen_preroll_element), (remove_groups), (unknown_type),
15116         (add_element_stream), (no_more_pads), (probe_triggered),
15117         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15118         (setup_substreams), (setup_source), (finish_source),
15119         (prepare_output), (muted_group_change_state),
15120         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15121         (gst_play_base_bin_change_state):
15122         * gst/playback/gstplaybasebin.h:
15123         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15124         (gst_play_bin_init), (gst_play_bin_set_property),
15125         (gen_video_element), (gen_text_element), (gen_audio_element),
15126         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15127         (gst_play_bin_change_state):
15128         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15129         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15130         (stream_info_change_state), (gst_stream_info_set_mute),
15131         (gst_stream_info_get_property):
15132         * gst/playback/gststreaminfo.h:
15133         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15134         (gst_stream_selector_get_linked_pad),
15135         (gst_stream_selector_getcaps),
15136         (gst_stream_selector_get_linked_pads),
15137         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15138         * gst/playback/gststreamselector.h:
15139           Rough port of playbin. Needs some more work, but is mostly done,
15140           and uses a few locks in important places, which should make stuff
15141           like chain-switches clean. Still uses GST_STATE() in a few places,
15142           which isn't all that good an idea, subtitles/elements disabled
15143           because no elements to test with and thus probably broken, query
15144           and event handling moved to GstBin, internal thread removed
15145           alltogether because the pipeline does that for us now. Can play
15146           Ogg/Vorbis files. Haven't tested anything else yet.
15147
15148 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15149
15150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15151           Do no-more-pads (needed for autoplugging).
15152
15153 2005-05-10  Andy Wingo  <wingo@pobox.com>
15154
15155         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15156         message to the bus with the tags. Still not sent downstream tho.
15157
15158         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15159         get_parent.
15160         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15161         avoid refcounting hassles.
15162
15163 2005-05-09  Andy Wingo  <wingo@pobox.com>
15164
15165         * gst/volume/Makefile.am:
15166         * gst/volume/demo.c
15167         * gst/volume/gstvolume.h
15168         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15169         basetransform. Probably need an audio filter base class.
15170
15171 2005-05-09  Wim Taymans  <wim@fluendo.com>
15172
15173         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15174         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15175         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15176         (gst_vorbisenc_chain):
15177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15178         (gst_audio_convert_caps_remove_format_info),
15179         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15180         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15181         Make caps writable before writing to it.
15182         Fix negotiation in audioconvert some more.
15183
15184 2005-05-09  Wim Taymans  <wim@fluendo.com>
15185
15186         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15187         (gst_videorate_getcaps), (gst_videorate_setcaps),
15188         (gst_videorate_event), (gst_videorate_chain):
15189         Better negotiation.
15190
15191 2005-05-09  Wim Taymans  <wim@fluendo.com>
15192
15193         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15194         (gst_videorate_getcaps), (gst_videorate_setcaps),
15195         (gst_videorate_blank_data), (gst_videorate_init),
15196         (gst_videorate_event), (gst_videorate_chain),
15197         (gst_videorate_change_state):
15198         Port videorate, do a better job at negotiation while we're at
15199         it.
15200
15201 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15202
15203         * configure.ac:
15204           Disable libvisual
15205
15206         * examples/Makefile.am:
15207         * gst-libs/gst/audio/Makefile.am:
15208         * gst-libs/gst/riff/Makefile.am:
15209         * gst-libs/gst/tag/Makefile.am:
15210         * gst-libs/gst/video/Makefile.am:
15211           Fixups for missing variables.
15212
15213 2005-05-09  Wim Taymans  <wim@fluendo.com>
15214
15215         * examples/seeking/seek.c: (make_theora_pipeline),
15216         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15217         (query_rates), (query_positions_elems), (query_positions_pads),
15218         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15220         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15221         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15222         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15223         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15225         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15226         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15227         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15228         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15229         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15230         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15231         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15232         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15233         (theora_dec_src_convert), (theora_dec_sink_convert),
15234         (theora_dec_src_query), (theora_dec_sink_query),
15235         (theora_dec_src_event), (theora_dec_sink_event),
15236         (theora_handle_comment_packet), (theora_handle_type_packet),
15237         (theora_handle_header_packet), (theora_handle_data_packet),
15238         (theora_dec_chain):
15239         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15240         (vorbis_dec_convert), (vorbis_dec_src_query),
15241         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15242         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15243         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15244         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15245         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15246         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15247         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15248         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15249         (gst_play_bin_query):
15250         * gst/playback/test3.c: (update_scale):
15251         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15252         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15253         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15254         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15255         (gst_videotestsrc_src_query):
15256         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15257         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15258         (paint_hline_YUV9):
15259         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15260         Port to new query API.
15261         Updated seek.
15262         Cleanups in x[v]imagesink
15263
15264 2005-05-09  Andy Wingo  <wingo@pobox.com>
15265
15266         * ext/alsa/gstalsasink.h:
15267         * ext/gnomevfs/gstgnomevfssrc.c:
15268         (gst_gnomevfssrc_get_icy_metadata):
15269         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15270         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15271         * ext/theora/theoradec.c (theora_dec_src_query)
15272         (theora_dec_src_event, theora_dec_sink_event)
15273         (theora_handle_comment_packet, theora_handle_data_packet):
15274         * ext/theora/theoraenc.c (theora_enc_chain):
15275         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15276         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15277         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15278         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15279         (qt_type_find):
15280         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15281         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15282         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15283         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15284         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15285         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15286         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15287         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15288         (paint_setup_RGB565, paint_setup_xRGB1555):
15289         * gst/videotestsrc/videotestsrc.h:
15290         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15291         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15292         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15293         GCC4 fixes.
15294         
15295         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15296         gst_pad_query_position. Fixes oggdemux.
15297
15298 2005-05-08  David Schleef  <ds@schleef.org>
15299
15300         * configure.ac: Require liboil.
15301         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15302         a few more.
15303         * gst/videotestsrc/videotestsrc.c:
15304         * gst/videotestsrc/videotestsrc.h:
15305
15306 2005-05-06  Wim Taymans  <wim@fluendo.com>
15307
15308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15309         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15310         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15311         Well, unreffing a buffer right before pushing it is asking
15312         for trouble..
15313
15314 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15315
15316         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15317
15318 2005-05-06  Wim Taymans  <wim@fluendo.com>
15319
15320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15321         (gst_audio_convert_caps_remove_format_info),
15322         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15323         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15325         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15326         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15327         * gst/sine/Makefile.am:
15328         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15329         (gst_sinesrc_class_init), (gst_sinesrc_init),
15330         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15331         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15332         (gst_sinesrc_update_freq):
15333         * gst/sine/gstsinesrc.h:
15334         * gst/tcp/gstmultifdsink.c:
15335         * sys/xvimage/xvimagesink.c:
15336         Fixed negotiation wrt _peer_get_caps()
15337         Some cleanups.
15338
15339
15340 2005-05-06  Wim Taymans  <wim@fluendo.com>
15341
15342         * gst-libs/gst/audio/gstaudiosink.c:
15343         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15344         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15345         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15346         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15347         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15348         (gst_audiosink_create_ringbuffer):
15349         * gst-libs/gst/audio/gstbaseaudiosink.c:
15350         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15351         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15352         (gst_baseaudiosink_set_property), (build_linear_format),
15353         (debug_spec_caps), (debug_spec_buffer),
15354         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15355         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15356         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15357         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15358         * gst-libs/gst/audio/gstbaseaudiosink.h:
15359         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15360         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15361         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15362         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15363         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15364         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15365         (wait_segment), (gst_ringbuffer_commit),
15366         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15367         (gst_ringbuffer_clear):
15368         * gst-libs/gst/audio/gstringbuffer.h:
15369         Make the base audiosink return an error when there is no
15370         audiobuffer negotiated.
15371
15372 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15373
15374         * ext/Makefile.am:
15375         Disable cdparanoia until someone ports it!
15376
15377 2005-05-06  Wim Taymans  <wim@fluendo.com>
15378
15379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15380         (gst_ogg_demux_sink_activate):
15381         And revert after wingo's revert.. sigh..
15382
15383 2005-05-05  Andy Wingo  <wingo@pobox.com>
15384
15385         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15386         GObject.
15387         * configure.ac: Return audiorate and subparse from the ghetto.
15388         Re-enable -Wall -Werror.
15389         * gst/subparse/gstsubparse.c:
15390         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15391         or chain-based. Cleaned up a bit. Not tested.
15392         
15393 2005-05-05  Christian Schaller <christian@fluendo.com> 
15394
15395         * Makefile.am: remove stuff that is not building
15396         * configure.ac: remove stuff that is not building
15397         * examples/Makefile.am: remove stuff that is not building
15398         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15399         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15400         * sys/Makefile.am: remove stuff that is not building
15401         * testsuite/Makefile.am: remove stuff that is not building
15402
15403 2005-05-05  Andy Wingo  <wingo@pobox.com>
15404
15405         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15406         * gst-libs/gst/tag/gstvorbistag.c:
15407         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15408         * gst/adder/gstadder.h:
15409         * gst/audioconvert/gstchannelmix.c:
15410         (gst_audio_convert_fill_one_other):
15411         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15412         (gst_audiorate_init), (gst_audiorate_chain):
15413         * gst/playback/gstplaybasebin.c: (setup_source):
15414         * gst/playback/test3.c: (update_scale):
15415         Some GCC4 fixes
15416         
15417         * po/af.po:
15418         * po/az.po:
15419         * po/cs.po:
15420         * po/en_GB.po:
15421         * po/hu.po:
15422         * po/it.po:
15423         * po/nb.po:
15424         * po/nl.po:
15425         * po/or.po:
15426         * po/sq.po:
15427         * po/sr.po:
15428         * po/sv.po:
15429         * po/uk.po:
15430         * po/vi.po: Foo
15431
15432 2005-05-05  Wim Taymans  <wim@fluendo.com>
15433
15434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15435         (gst_audio_convert_caps_remove_format_info),
15436         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15437         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15438         * gst/videotestsrc/gstvideotestsrc.c:
15439         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15440         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15441         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15442         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15443         Don't ignore _push() return values.
15444         Make sure no processing is done when shutting down.
15445         Videotestsrc pad activation fix.
15446
15447 2005-05-05  Wim Taymans  <wim@fluendo.com>
15448
15449         * gst/adder/Makefile.am:
15450         * gst/adder/gstadder.c: (gst_adder_setcaps),
15451         (gst_adder_class_init), (gst_adder_init),
15452         (gst_adder_request_new_pad), (gst_adder_collected),
15453         (gst_adder_change_state):
15454         * gst/adder/gstadder.h:
15455         Ported adder as an example of a mixer element using
15456         collect pads. Needs more negotiation work.
15457
15458 2005-05-05  Wim Taymans  <wim@fluendo.com>
15459
15460         * ext/theora/theoradec.c: (_inc_granulepos),
15461         (theora_dec_src_event), (theora_dec_sink_event),
15462         (theora_handle_comment_packet), (theora_handle_type_packet),
15463         (theora_handle_header_packet), (theora_handle_data_packet),
15464         (theora_dec_chain):
15465         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15466         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15467         (theora_push_buffer), (theora_push_packet),
15468         (theora_enc_sink_event), (theora_enc_chain),
15469         (theora_enc_change_state), (theora_enc_set_property),
15470         (theora_enc_get_property):
15471         Added stream lock to decoder so that we can serialize
15472         the discont event.
15473         More theoraenc porting, recover from errors, do clean
15474         shutdown.
15475
15476 2005-05-05  Wim Taymans  <wim@fluendo.com>
15477
15478         * ext/ogg/Makefile.am:
15479         * ext/ogg/README:
15480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15481         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15482         (gst_ogg_print):
15483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15484         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15485         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15486         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15487         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15488         (gst_ogg_mux_change_state):
15489         Ported ogg muxer.
15490
15491 2005-05-05  Wim Taymans  <wim@fluendo.com>
15492
15493         * docs/design-audiosinks.txt:
15494         * gst-libs/gst/audio/TODO:
15495         * gst-libs/gst/audio/gstaudiosink.c:
15496         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15497         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15498         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15499         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15500         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15501         (gst_audiosink_create_ringbuffer):
15502         * gst-libs/gst/audio/gstbaseaudiosink.c:
15503         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15504         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15505         (gst_baseaudiosink_set_property), (build_linear_format),
15506         (debug_spec_caps), (debug_spec_buffer),
15507         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15508         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15509         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15510         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15512         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15513         (gst_ringbuffer_release), (gst_ringbuffer_play),
15514         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15515         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15516         (gst_ringbuffer_set_sample), (wait_segment),
15517         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15518         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15519         More work on the audiosink, mostly debugging and a race in
15520         shutdown.
15521
15522 2005-04-28  Wim Taymans  <wim@fluendo.com>
15523
15524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15525         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15526         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15527         (vorbis_dec_src_query), (vorbis_dec_src_event),
15528         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15529         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15530         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15531         Don't crap out when seeking back to position 0.
15532
15533 2005-04-28  Wim Taymans  <wim@fluendo.com>
15534
15535         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15536         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15537         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15538         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15539         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15540         Make audio sink configurable, use alsasink as default.
15541
15542 2005-04-28  Wim Taymans  <wim@fluendo.com>
15543
15544         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15545         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15546         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15547         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15548         (vorbis_dec_change_state):
15549         * ext/vorbis/vorbisdec.h:
15550         Refactor, use STREAM_LOCK.
15551
15552 2005-04-28  Wim Taymans  <wim@fluendo.com>
15553
15554         * ext/theora/theoradec.c: (_inc_granulepos),
15555         (theora_dec_sink_event), (theora_handle_comment_packet),
15556         (theora_handle_type_packet), (theora_handle_header_packet),
15557         (theora_handle_data_packet), (theora_dec_chain),
15558         (theora_dec_change_state):
15559         Refactor a bit, use STREAM_LOCK.
15560
15561 2005-04-28  Wim Taymans  <wim@fluendo.com>
15562
15563         * ext/alsa/Makefile.am:
15564         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15565         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15566         (gst_alsa_link), (gst_alsa_close_audio):
15567         * ext/alsa/gstalsaplugin.c: (plugin_init):
15568         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15569         (gst_alsasink_dispose), (gst_alsasink_base_init),
15570         (gst_alsasink_class_init), (gst_alsasink_init),
15571         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15572         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15573         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15574         (gst_alsasink_reset):
15575         * ext/alsa/gstalsasink.h:
15576         Implement alsasink with simple open/write/close API. 
15577         Make alsa dir build by disabling compilation of code.
15578
15579 2005-04-28  Wim Taymans  <wim@fluendo.com>
15580
15581         * gst-libs/gst/audio/Makefile.am:
15582         * gst-libs/gst/audio/audio.h:
15583         * gst-libs/gst/audio/audioclock.c:
15584         * gst-libs/gst/audio/audioclock.h:
15585         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15586         (gst_audio_clock_class_init), (gst_audio_clock_init),
15587         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15588         * gst-libs/gst/audio/gstaudioclock.h:
15589         * gst-libs/gst/audio/gstaudiosink.c:
15590         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15591         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15592         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15593         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15594         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15595         (gst_audiosink_create_ringbuffer):
15596         * gst-libs/gst/audio/gstbaseaudiosink.c:
15597         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15598         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15599         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15600         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15601         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15602         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15603         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15604         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15605         * gst-libs/gst/audio/gstbaseaudiosink.h:
15606         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15607         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15608         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15609         (gst_ringbuffer_release), (gst_ringbuffer_play),
15610         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15611         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15612         (gst_ringbuffer_set_sample), (wait_segment),
15613         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15614         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15615         * gst-libs/gst/audio/gstringbuffer.h:
15616         Make ringbuffer faster and more simple by removing the locks
15617         in the playback thread.
15618         Add sample accurate playback based on buffer sample offsets.
15619         Make the baseaudiosink provide a clock.
15620         Parse caps in the base class.
15621         Correctly handle seeking, flushing and state changes.
15622
15623 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15624
15625         * configure.ac:
15626         * gst/audioconvert/Makefile.am:
15627         * gst/audioscale/Makefile.am:
15628           Fix part of the build.  Come on guys, autogen didn't even work :)
15629
15630 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15631
15632         * configure.ac:
15633         * gst-libs/gst/Makefile.am:
15634         * gst-libs/gst/media-info/.cvsignore:
15635         * gst-libs/gst/media-info/Makefile.am:
15636         * gst-libs/gst/media-info/README:
15637         * gst-libs/gst/media-info/media-info-priv.c:
15638         * gst-libs/gst/media-info/media-info-priv.h:
15639         * gst-libs/gst/media-info/media-info-test.c:
15640         * gst-libs/gst/media-info/media-info.c:
15641         * gst-libs/gst/media-info/media-info.h:
15642         * gst-libs/gst/media-info/media-info.vcproj:
15643         * pkgconfig/Makefile.am:
15644         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15645         * pkgconfig/gstreamer-media-info.pc.in:
15646           Remove media-info, which is also successed by playbin (see Totem
15647           implementation).
15648
15649 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15650
15651         * configure.ac:
15652         * examples/Makefile.am:
15653         * examples/gstplay/.cvsignore:
15654         * examples/gstplay/Makefile.am:
15655         * examples/gstplay/player.c:
15656         * gst-libs/gst/Makefile.am:
15657         * gst-libs/gst/play/.cvsignore:
15658         * gst-libs/gst/play/Makefile.am:
15659         * gst-libs/gst/play/play.c:
15660         * gst-libs/gst/play/play.h:
15661         * gst-libs/gst/play/play.vcproj:
15662         * pkgconfig/Makefile.am:
15663         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15664         * pkgconfig/gstreamer-play.pc.in:
15665           Remove libgstplay, playbin is now the official successor.
15666
15667 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15668
15669         * configure.ac:
15670         * gst-libs/gst/Makefile.am:
15671         * gst-libs/gst/xwindowlistener/Makefile.am:
15672         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15673         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15674           Remove deprecated xwindowlistener (I've moved xwindowlistening
15675           in the v4l/v4l2 plugins over to serverside).
15676
15677 2005-04-25  David Schleef  <ds@schleef.org>
15678
15679         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15680         to examples/dynparams.  Examples do not belong interspersed with
15681         source code.
15682         * examples/dynparams/demo-dparams.c:
15683         * gst/sine/Makefile.am:
15684         * gst/sine/demo-dparams.c:
15685
15686 2005-04-25  David Schleef  <ds@schleef.org>
15687
15688         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15689         * gst-libs/gst/audio/Makefile.am:
15690         * gst-libs/gst/riff/Makefile.am:
15691         * gst-libs/gst/tag/Makefile.am:
15692         * gst-libs/gst/video/Makefile.am:
15693         * gst-libs/gst/xwindowlistener/Makefile.am:
15694
15695         Convert to 0.9 API, seems to work:
15696         * sys/ximage/Makefile.am:
15697         * sys/ximage/ximagesink.c:
15698
15699 2005-04-24  David Schleef  <ds@schleef.org>
15700
15701         Link plugins against libraries:
15702         * ext/alsa/Makefile.am:
15703         * gst/tcp/Makefile.am:
15704
15705         Remove asm code that should be in liboil
15706         * gst/videoscale/Makefile.am:
15707         * gst/videoscale/videoscale_x86_asm.s:
15708
15709         gettext wants these checked in:
15710         * po/af.po:
15711         * po/az.po:
15712         * po/cs.po:
15713         * po/en_GB.po:
15714         * po/hu.po:
15715         * po/it.po:
15716         * po/nb.po:
15717         * po/nl.po:
15718         * po/or.po:
15719         * po/sq.po:
15720         * po/sr.po:
15721         * po/sv.po:
15722         * po/uk.po:
15723         * po/vi.po:
15724
15725 2005-04-24  David Schleef  <ds@schleef.org>
15726
15727         Convert gst_main() to g_main_loop_run()
15728         * gst/playback/decodetest.c: (main):
15729         * gst/playback/test2.c: (main):
15730         * gst/playback/test3.c: (main):
15731         * gst/playback/test4.c: (main):
15732
15733         Link plugins against libraries:
15734         * ext/libvisual/Makefile.am:
15735         * sys/xvimage/Makefile.am:
15736
15737 2005-04-24  David Schleef  <ds@schleef.org>
15738
15739         * configure.ac: Remove idct and resample libs
15740         * gst-libs/gst/Makefile.am: same
15741
15742         Remove usage of gst_library_load():
15743         * ext/alsa/gstalsaplugin.c: (plugin_init):
15744         * ext/libvisual/visual.c: (plugin_init):
15745         * ext/ogg/gstogg.c: (plugin_init):
15746         * ext/theora/theora.c: (plugin_init):
15747         * ext/vorbis/vorbis.c: (plugin_init):
15748         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15749         * gst/audioscale/gstaudioscale.c:
15750         * gst/adder/gstadder.c: (plugin_init):
15751         * gst/audioconvert/plugin.c: (plugin_init):
15752         * sys/ximage/ximagesink.c: (plugin_init):
15753         * sys/xvimage/xvimagesink.c: (plugin_init):
15754         * gst/tcp/gsttcpplugin.c: (plugin_init):
15755
15756         Link plugins against libraries:
15757         * ext/ogg/Makefile.am:
15758         * ext/theora/Makefile.am:
15759         * ext/vorbis/Makefile.am:
15760         * gst/audioconvert/Makefile.am:
15761
15762         Create proper libraries:
15763         * gst-libs/gst/riff/Makefile.am:
15764         * gst-libs/gst/audio/Makefile.am:
15765         * gst-libs/gst/video/Makefile.am:
15766
15767         Move resample library to audioscale plugin directory:
15768         * gst-libs/gst/resample/Makefile.am:
15769         * gst-libs/gst/resample/README:
15770         * gst-libs/gst/resample/dtof.c:
15771         * gst-libs/gst/resample/dtos.c:
15772         * gst-libs/gst/resample/functable.c:
15773         * gst-libs/gst/resample/private.h:
15774         * gst-libs/gst/resample/resample.c:
15775         * gst-libs/gst/resample/resample.h:
15776         * gst-libs/gst/resample/resample.vcproj:
15777         * gst-libs/gst/resample/test.c:
15778         * gst/audioscale/Makefile.am:
15779         * gst/audioscale/README:
15780         * gst/audioscale/dtof.c:
15781         * gst/audioscale/dtos.c:
15782         * gst/audioscale/functable.c:
15783         * gst/audioscale/private.h:
15784         * gst/audioscale/resample.c:
15785         * gst/audioscale/resample.h:
15786         * gst/audioscale/test.c:
15787
15788         Move tagedit library to gst-libs:
15789         * gst-libs/gst/tag/Makefile.am:
15790         * gst-libs/gst/tag/gstid3tag.c:
15791         * gst-libs/gst/tag/gsttagediting.c:
15792         * gst-libs/gst/tag/gsttageditingprivate.h:
15793         * gst-libs/gst/tag/gstvorbistag.c:
15794         * gst/tags/Makefile.am:
15795         * gst/tags/gstid3tag.c:
15796         * gst/tags/gstvorbistag.c:
15797
15798         Fix for core changes:
15799         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15800         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15801         (gst_sinesrc_getrange):
15802
15803 2005-04-23  David Schleef  <ds@schleef.org>
15804
15805         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15806         in gst-plugins in a long time, and properly belongs in liboil.
15807         * gst-libs/gst/idct/Makefile.am:
15808         * gst-libs/gst/idct/README:
15809         * gst-libs/gst/idct/dct.h:
15810         * gst-libs/gst/idct/doieee:
15811         * gst-libs/gst/idct/fastintidct.c:
15812         * gst-libs/gst/idct/floatidct.c:
15813         * gst-libs/gst/idct/idct.c:
15814         * gst-libs/gst/idct/idct.h:
15815         * gst-libs/gst/idct/idtc.vcproj:
15816         * gst-libs/gst/idct/ieeetest.c:
15817         * gst-libs/gst/idct/intidct.c:
15818
15819 2005-04-20  Wim Taymans  <wim@fluendo.com>
15820
15821         * docs/design-audiosinks.txt:
15822         * gst-libs/gst/audio/Makefile.am:
15823         * gst-libs/gst/audio/TODO:
15824         * gst-libs/gst/audio/gstaudiosink.c:
15825         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15826         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15827         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15828         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15829         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15830         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15831         (gst_audiosink_class_init), (gst_audiosink_init),
15832         (gst_audiosink_create_ringbuffer):
15833         * gst-libs/gst/audio/gstaudiosink.h:
15834         * gst-libs/gst/audio/gstbaseaudiosink.c:
15835         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15836         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15837         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15838         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15839         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15840         (gst_baseaudiosink_create_ringbuffer),
15841         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15842         * gst-libs/gst/audio/gstbaseaudiosink.h:
15843         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15844         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15845         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15846         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15847         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15848         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15849         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15850         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15851         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15852         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15853         * gst-libs/gst/audio/gstringbuffer.h:
15854         An attempt at a set of audio base classes together with some
15855         design docs.
15856
15857 2005-04-20  Wim Taymans  <wim@fluendo.com>
15858
15859         * gst/audioconvert/Makefile.am:
15860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15861         (gst_audio_convert_caps_remove_format_info),
15862         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15863         (gst_audio_convert_channels):
15864         Link against audio libs.
15865         Fix audio convert plugin.
15866
15867 2005-04-20  Wim Taymans  <wim@fluendo.com>
15868
15869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15870         (gst_ogg_demux_sink_activate):
15871         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15872         (theora_set_header_on_caps), (theora_enc_sink_event),
15873         (theora_enc_chain):
15874         Fix theora encoder.
15875
15876 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15879         * gst/playback/gstdecodebin.c: (find_compatibles):
15880           Work with staticpadtemplates in elementfactories.
15881
15882 2005-04-12  Wim Taymans  <wim@fluendo.com>
15883
15884         * gst/playback/README:
15885         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15886         (compare_ranks), (print_feature), (gst_decode_bin_init),
15887         (dynamic_create), (dynamic_free), (find_compatibles),
15888         (mimetype_is_raw), (close_pad_link), (got_redirect),
15889         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15890         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15891         (gst_decode_bin_change_state):
15892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15893         (gst_play_base_bin_init), (group_destroy), (group_commit),
15894         (check_queue), (queue_overrun), (queue_threshold_reached),
15895         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15896         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15897         (got_redirect), (setup_source), (play_base_eos),
15898         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15899         (gst_play_base_bin_remove_element):
15900         * gst/playback/gstplaybasebin.h:
15901         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15902         (gst_play_bin_init), (gst_play_bin_dispose),
15903         (gst_play_bin_set_property), (gen_video_element),
15904         (gen_text_element), (gen_audio_element), (remove_sinks),
15905         (gst_play_bin_send_event):
15906         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15907         (stream_info_change_state), (gst_stream_info_set_mute):
15908         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15909         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15910         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15911         (gst_stream_selector_chain):
15912         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15913         (main):
15914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15915         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15916         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15917         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15918         Raw and crude port of decodebin. 
15919         Make playbin compile.
15920
15921 2005-04-06  Wim Taymans  <wim@fluendo.com>
15922
15923         * ext/gnomevfs/Makefile.am:
15924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15925         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15926         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15927         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15928         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15929         (gst_gnomevfssrc_stop):
15930         * ext/ogg/Makefile.am:
15931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15932         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15933         * ext/theora/Makefile.am:
15934         * ext/theora/theoradec.c: (_inc_granulepos),
15935         (theora_dec_sink_event), (theora_dec_chain):
15936         * ext/vorbis/Makefile.am:
15937         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15938         (vorbis_dec_sink_event), (vorbis_dec_chain):
15939         * gst-libs/gst/audio/Makefile.am:
15940         * sys/xvimage/Makefile.am:
15941         Make gnomevfssrc extend the source base class.
15942         Fix linking against libs in various plugins.
15943
15944 2005-04-06  Andy Wingo  <wingo@pobox.com>
15945
15946         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15947         GST_BASE_LIBS.
15948
15949         * configure.ac: Add check and AC_SUBST for libgstbase.
15950
15951 2005-03-31  Wim Taymans  <wim@fluendo.com>
15952
15953         * examples/seeking/Makefile.am:
15954         * examples/seeking/cdparanoia.c: (main):
15955         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15956         (play_cb), (pause_cb), (stop_cb), (main):
15957         * examples/seeking/playbin.c:
15958         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15959         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15960         (make_sid_pipeline), (make_vorbis_pipeline),
15961         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15962         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15963         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15964         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15965         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15966         (stop_cb), (main):
15967         * examples/seeking/spider_seek.c:
15968         * examples/seeking/vorbisfile.c:
15969         * ext/gnomevfs/Makefile.am:
15970         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15972         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15973         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15974         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15975         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15976         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15977         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15978         * ext/ogg/README:
15979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15980         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15981         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15982         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15983         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15984         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15985         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15986         (gst_ogg_demux_factory_filter), (compare_ranks),
15987         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15988         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15989         (gst_ogg_chain_new), (gst_ogg_chain_free),
15990         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15991         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15992         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15993         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15994         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15995         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15996         (gst_ogg_demux_get_prev_page),
15997         (gst_ogg_demux_deactivate_current_chain),
15998         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15999         (gst_ogg_demux_bisect_forward_serialno),
16000         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16001         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16002         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16003         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16004         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16005         (gst_ogg_demux_change_state), (gst_ogg_print):
16006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16007         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16008         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16009         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16010         (gst_ogg_mux_loop):
16011         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16012         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16013         (theora_dec_src_convert), (theora_dec_sink_convert),
16014         (theora_dec_src_query), (theora_dec_src_event),
16015         (theora_dec_sink_event), (theora_dec_chain),
16016         (theora_dec_change_state):
16017         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16018         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16019         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16020         (theora_enc_change_state):
16021         * ext/vorbis/Makefile.am:
16022         * ext/vorbis/oggvorbisenc.c:
16023         * ext/vorbis/oggvorbisenc.h:
16024         * ext/vorbis/vorbis.c: (plugin_init):
16025         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16026         (vorbis_dec_src_query), (vorbis_dec_src_event),
16027         (vorbis_dec_sink_event), (vorbis_dec_chain),
16028         (vorbis_dec_change_state):
16029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16030         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16031         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16032         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16033         (gst_vorbisenc_change_state):
16034         * ext/vorbis/vorbisenc.h:
16035         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16036         * gst-libs/gst/audio/audioclock.c:
16037         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16038         (gst_audiofilter_init), (gst_audiofilter_chain):
16039         * gst-libs/gst/audio/testchannels.c: (main):
16040         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16041         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16042         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16043         (gmip_find_track_streaminfo), (gmip_find_track_format):
16044         * gst-libs/gst/media-info/media-info.c:
16045         (gst_media_info_read_idler):
16046         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16047         (gst_play_get_all_by_interface):
16048         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16049         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16050         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16051         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16052         (gst_riff_parse_info):
16053         * gst-libs/gst/riff/riff-read.h:
16054         * gst-libs/gst/riff/riff.c: (plugin_init):
16055         * gst-libs/gst/video/Makefile.am:
16056         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16057         (gst_videosink_class_init), (gst_videosink_get_type):
16058         * gst-libs/gst/video/videosink.h:
16059         * gst/audioconvert/bufferframesconvert.c:
16060         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16061         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16062         * gst/audioconvert/channelmixtest.c: (main):
16063         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16064         (gst_audio_convert_chain),
16065         (gst_audio_convert_caps_remove_format_info),
16066         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16067         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16068         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16069         (gst_audio_convert_buffer_to_default_format),
16070         (gst_audio_convert_buffer_from_default_format),
16071         (gst_audio_convert_channels):
16072         * gst/audioconvert/gstchannelmix.h:
16073         * gst/ffmpegcolorspace/avcodec.h:
16074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16075         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16076         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16077         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16078         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16079         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16080         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16081         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16082         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16083         (dv_type_find):
16084         * gst/videotestsrc/gstvideotestsrc.c:
16085         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16086         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16087         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16088         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16089         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16090         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16091         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16093         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16094         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16095         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16096         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16097         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16098         (gst_xvimagesink_navigation_send_event),
16099         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16100         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16101         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16102         * sys/xvimage/xvimagesink.h:
16103         Plugin port to 0.9, ogg/theora playback should work in the seek
16104         example now.
16105         Removed old examples.
16106         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16107         explained in 0.9 TODO doc.
16108
16109
16110 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * autogen.sh:
16113         * configure.ac:
16114         * ext/Makefile.am:
16115         * gst/Makefile.am:
16116         * po/POTFILES.in:
16117         * po/af.po:
16118         * po/az.po:
16119         * po/cs.po:
16120         * po/en_GB.po:
16121         * po/hu.po:
16122         * po/it.po:
16123         * po/nb.po:
16124         * po/nl.po:
16125         * po/or.po:
16126         * po/sq.po:
16127         * po/sr.po:
16128         * po/sv.po:
16129         * po/uk.po:
16130         * po/vi.po:
16131         * sys/Makefile.am:
16132         * testsuite/Makefile.am:
16133           remove a whole bunch of plugins.  This module now contains a set
16134           of free reference plugins/elements as agreed.
16135
16136 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16137
16138         * configure.ac:
16139           hunting season on 0.9 is now OPEN
16140
16141 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16142
16143         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16144           Kick the hell out of gcc for not warning me about a symbol conflict.
16145
16146 2005-02-22  Luca Ognibene  <luogni@tin.it>
16147
16148         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16151           Don't leak caps string (fixes #168134)
16152
16153         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16154         (gst_jpegenc_init), (gst_jpegenc_finalize),
16155         (gst_jpegenc_change_state):
16156           Don't leak line buffers and context struct (fixes #168133).
16157
16158 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16159
16160         * configure.ac:
16161         * ext/dirac/gstdiracdec.cc:
16162         (gst_diracdec_chain):
16163           Since dirac 0.5.0 the framerate in dirac is expressed as a
16164           rational number. Fix build and up requirement to 0.5.0, and
16165           also pass parameters to gst_diracdec_link in the right order
16166           (fixes #167959).
16167
16168 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16169
16170         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16171         * ext/faad/gstfaad.h:
16172         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16173         certain invalid muxed streams, where some packets will contain 
16174         junk after decoder data. Partially fixes #149158.
16175
16176 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16177         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16178           Make sure we only write to writable buffers
16179
16180 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16181
16182         * gst-libs/gst/riff/riff-media.c:
16183         (gst_riff_create_audio_caps_with_data):
16184           Do actually fix invalid RIFF fmt header values for alaw
16185           and mulaw audio instead of just saying so.
16186
16187         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16188           Give gst_riff_create_audio_caps_with_data() a chance to
16189           fix up broken format header fields before extracting any
16190           parameters from the header. (fixes #167633)
16191
16192 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16193
16194         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16195
16196         * gst/audioconvert/bufferframesconvert.c:
16197         (buffer_frames_convert_link):
16198           Don't leak othercaps. (fixes #167878)
16199
16200 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16201
16202         * configure.ac:
16203         * ext/libvisual/visual.c: (gst_visual_srclink),
16204         (gst_visual_change_state):
16205           Support libvisual 0.2.0.
16206
16207 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16208
16209         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16210         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16211           Use same rowstrides for I420 as used everywhere else.
16212
16213 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16216           Declare variables at beginning of block and make gcc-2.95 happy
16217           (fixes # 167482, patch by Gergely Nagy).
16218           
16219         * gst/tcp/gsttcpclientsrc.c:
16220         * gst/tcp/gsttcpclientsrc.h:
16221           Move some includes into the header, so that struct sockaddr_in is
16222           defined when it should be defined on FreeBSD as well (fixes
16223           #167483).
16224           
16225         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16226           Don't pass uninitialised values to setsockopt() here either.
16227
16228 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16229
16230         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16231
16232         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16233           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16234
16235 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16236
16237         * gst/playback/gstplaybin.c: (add_sink):
16238           Invert bin_add/link order to workaround deadlock in opt.
16239
16240 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16241
16242         * gst/modplug/gstmodplug.cc:
16243           Add missing break causing position queries to fail.
16244
16245 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16246
16247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16248           Granpos can apparently be -1, which screws up calculations...
16249
16250 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16251
16252         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16253         (gst_ximagesink_send_pending_navigation),
16254         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16255         (gst_ximagesink_init):
16256         * sys/ximage/ximagesink.h:
16257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16258         (gst_xvimagesink_send_pending_navigation),
16259         (gst_xvimagesink_navigation_send_event),
16260         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16261         * sys/xvimage/xvimagesink.h:
16262           Use a mutex protected list to marshal navigation
16263           events into the stream thread from whichever thread
16264           sends them.
16265
16266 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16269           Display current position and track length; misc. clean-ups.
16270           
16271         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16272         (speed_init), (speed_chain):
16273           Add query function, so that the stream length and current position
16274           get adjusted when queried (note that current position queries may
16275           still be wrong if the audio sink returns values based on buffer
16276           timestamps instead of passing on the query).
16277
16278 2005-02-13  Benjamin Otte  <otte@gnome.org>
16279
16280         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16281         (gst_audio_convert_channels):
16282           create channel conversion matrix when linking
16283         * gst/audioconvert/.cvsignore:
16284         * gst/audioconvert/Makefile.am:
16285         * gst/audioconvert/channelmixtest.c: (main):
16286           add (ugly) test that ensures stereo <=> mono conversion works
16287           correctly
16288
16289 2005-02-13  Benjamin Otte  <otte@gnome.org>
16290
16291         * gst/audioconvert/gstchannelmix.h:
16292           include missing header file
16293         * gst/audioconvert/gstchannelmix.c:
16294         (gst_audio_convert_fill_compatible):
16295           use same sign for both channels when converting to/from compatible
16296           channel. Previously used different signs made the signals cancel
16297           each other out and appear like silence. (fixes #167269)
16298
16299 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * gst/ffmpegcolorspace/avcodec.h:
16302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16303         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16304         (gst_ffmpegcsp_avpicture_fill):
16305         * gst/ffmpegcolorspace/imgconvert.c:
16306           Convert to and from YV12 (fixes #156379).
16307
16308 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16309
16310         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16311         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16312         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16313         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16314         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16315         methods from chain and negotiation and vice versa (Fixes #166142).
16316         * sys/ximage/ximagesink.h: Add stream_lock.
16317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16318         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16319         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16320         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16321
16322 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16323
16324         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16325           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16326           error message when we can't open the DVD device (when dvdnav_open()
16327           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16328           the above). Send something more useful instead (fixes #167117).
16329
16330 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16331
16332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16333         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16334         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16335         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16336         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16337         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16338         methods from chain and negotiation and vice versa (Fixes #166142).
16339         Fix a possible bug of images in the buffer pool being discarded because
16340         we are looking at the wrong geometry.
16341         * sys/xvimage/xvimagesink.h: Add stream_lock.
16342
16343 2005-02-11  David Schleef  <ds@schleef.org>
16344
16345         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16346         unsigned int. (fixes #167128)
16347
16348 2005-02-11  David Schleef  <ds@schleef.org>
16349
16350         * gst/librfb/Makefile.am: Testing stuff before committing is
16351           for wimps... and people with fast machines.  Fix stupid
16352           mistake.
16353
16354 2005-02-11  David Schleef  <ds@schleef.org>
16355
16356         * configure.ac: Pull in librfb from my CVS tree, because it is
16357           too small and annoying to be separate.  Move rfbsrc plugin
16358           to gst/.
16359         * ext/Makefile.am:
16360         * ext/librfb/Makefile.am:
16361         * ext/librfb/gstrfbsrc.c:
16362         * gst/librfb/Makefile.am:
16363         * gst/librfb/gstrfbsrc.c:
16364         * gst/librfb/rfb.c:
16365         * gst/librfb/rfb.h:
16366         * gst/librfb/rfbbuffer.c:
16367         * gst/librfb/rfbbuffer.h:
16368         * gst/librfb/rfbbytestream.c:
16369         * gst/librfb/rfbbytestream.h:
16370         * gst/librfb/rfbcontext.h:
16371         * gst/librfb/rfbdecoder.c:
16372         * gst/librfb/rfbdecoder.h:
16373         * gst/librfb/rfbutil.h:
16374
16375 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         * gst/speed/Makefile.am:
16378         * gst/speed/demo-mp3.c: (main):
16379         * gst/speed/filter.func:
16380         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16381         (speed_class_init), (speed_init), (speed_chain_int16),
16382         (speed_chain_float32), (speed_chain), (speed_set_property),
16383         (speed_get_property), (speed_change_state):
16384         * gst/speed/gstspeed.h:
16385           Fix speed element and make it chain-based (fixes #156467),
16386           and make it handle more than one channel.
16387
16388 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16389
16390         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16391         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16392         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16393         * ext/dts/gstdtsdec.h:
16394           Don't clobber the stack constructing the channels array.
16395           Make the element chain-based. DTS tracks can now be played.
16396           
16397 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16398
16399         * gst-libs/gst/audio/multichannel.h:
16400         * gst-libs/gst/gconf/gconf.h:
16401         * gst-libs/gst/idct/idct.h:
16402         * gst-libs/gst/media-info/media-info-priv.h:
16403         * gst-libs/gst/play/play.h:
16404         * gst-libs/gst/resample/private.h:
16405         * gst-libs/gst/resample/resample.h:
16406         * gst-libs/gst/riff/riff-ids.h:
16407         * gst-libs/gst/video/video.h:
16408         * gst-libs/gst/video/videosink.h:
16409           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16410           missing, so that they work when included from C++ code.
16411
16412 2005-02-09  David Schleef  <ds@schleef.org>
16413
16414         * testsuite/gst-lint: Check for non-statically scoped
16415           parent_class variables.  This won't be a problem once
16416           plugins are loaded with RTLD_LOCAL.
16417
16418 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16419
16420         * ext/mplex/gstmplexibitstream.cc:
16421           gcc madness.
16422
16423 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16424
16425         * ext/ogg/gstogmparse.c:
16426         * gst/debug/gstnavigationtest.c:
16427           Die, thou faulty symbol pollutors (non-static parent_class).
16428
16429 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16430
16431         * ext/mplex/gstmplexibitstream.cc:
16432           Fix event handling (#165525).
16433
16434 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16435
16436         * ext/mikmod/gstmikmod.c:
16437         * gst/modplug/gstmodplug.cc:
16438           Add missing endianness to template (fixes #165509).
16439
16440 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16441
16442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16443           Fix wrong order of reading of optional bytes (#165290).
16444
16445 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16446
16447         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16448           Implement FILLER event awareness.
16449
16450 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16451
16452         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16453           Fix track calculations (#166208).
16454
16455 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16456
16457         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16458
16459         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16460         * ext/libpng/gstpngenc.c:
16461           Fix byte-order, use proper fixed caps. Fixes #164197.
16462
16463 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16464
16465         * configure.ac:
16466           Add dvdlpcmdec 
16467
16468         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16469         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16470           Don't push buffers if the src pad isn't negotiated yet.
16471           
16472         * gst/audioconvert/gstaudioconvert.c:
16473         (gst_audio_convert_buffer_to_default_format),
16474         (gst_audio_convert_buffer_from_default_format):
16475           Add support for 24-bit width.
16476
16477         * gst/dvdlpcmdec/.cvsignore:
16478         * gst/dvdlpcmdec/Makefile.am:
16479         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16480         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16481         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16482         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16483         (plugin_init):
16484         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16485           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16486           format. Needs support for the channels maps if someone can find 
16487           a DVD LPCM track with > 2 channels.
16488
16489         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16490         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16491         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16492         * gst/mpegstream/gstdvddemux.h:
16493         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16494         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16495         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16496         * gst/mpegstream/gstmpegdemux.h:
16497         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16498         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16499         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16500         (gst_mpeg_parse_handle_src_query),
16501         (gst_mpeg_parse_handle_src_event):
16502           Use audio/x-dvd-lpcm for LPCM output.
16503           Add DTS output.
16504
16505 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16506
16507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16510         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16511           Add BGRA handling (#165736).
16512
16513 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16514
16515         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16516
16517         * gst/law/alaw-decode.c: (alawdec_link):
16518         * gst/law/alaw-encode.c: (alawenc_link):
16519         * gst/law/mulaw-decode.c: (mulawdec_link):
16520         * gst/law/mulaw-encode.c: (mulawenc_link):
16521           Fix caps memleaks (#166600).
16522
16523 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16524
16525         * ext/tarkin/mem.h:
16526         * ext/tarkin/wavelet.h:
16527         * ext/tarkin/yuv.h:
16528         * gst/ffmpegcolorspace/avcodec.h:
16529           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16530           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16531
16532 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16533
16534         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16536         (gst_xvimagesink_change_state):
16537           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16538           Xv video (and thereby regenerate Xv colourkey) in clear() so
16539           that PLAY -> READY -> PLAY works (fixes #162504).
16540
16541 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16544           Switch to list instead of range, since MJPEG-devices really just
16545           support decimations, not any size.
16546
16547 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16548         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16549         (gst_mpeg2dec_reset), (free_all_buffers),
16550         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16551         * ext/mpeg2dec/gstmpeg2dec.h:
16552           The libmpeg2 user-allocated buffer management is awkward, 
16553           to say the least. Hopefully this fixes things.
16554
16555 2005-02-04  Andy Wingo  <wingo@pobox.com>
16556
16557         * gst/audioconvert/bufferframesconvert.c
16558         (buffer_frames_convert_fixate): New function, fixates to 256
16559         frames per buffer by default. (Much better than 1.)
16560         (buffer_frames_convert_init): Set the fixate function for both src
16561         and sink pad.
16562         (buffer_frames_convert_link): After success setting nonfixed caps,
16563         get the negotiated caps so we can know how many buffer-frames it
16564         will be. No idea how this worked at all before.
16565
16566 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16567
16568         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16569         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16570         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16571         (handle_sequence), (handle_picture):
16572         * ext/mpeg2dec/gstmpeg2dec.h:
16573           Rearrange buffer tracking and refcounting and refactor
16574           a little for readability. 
16575
16576 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16577         * sys/v4l/gstv4l.c: (plugin_init):
16578         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16579         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16580         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16581         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16582         * sys/v4l/gstv4ljpegsrc.h:
16583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16584         * sys/v4l/v4l_calls.h:
16585         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16586         (gst_v4lsrc_get_fps):
16587         * sys/v4l/v4lsrc_calls.h:
16588           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16589           you jpeg inside rgb frames" driver.
16590           Don't error in the v4lsrc link function, just return 
16591           REFUSED.
16592
16593 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16594
16595         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16596         (gst_qcamsrc_open):
16597           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16598
16599 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16602           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16603
16604 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16605
16606         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16607           Reset negotiated state on PAUSED->READY.
16608
16609 2005-02-02  David Schleef  <ds@schleef.org>
16610
16611         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16612         whereever possible.  (Fixes #165997)
16613         * examples/capsfilter/capsfilter1.c: (main):
16614         * examples/dynparams/filter.c: (create_ui):
16615         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16616         * examples/seeking/chained.c: (main):
16617         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16618         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16619         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16620         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16621         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16622         * examples/switch/switcher.c: (main):
16623         * ext/dv/demo-play.c: (main):
16624         * ext/faad/gstfaad.c: (gst_faad_change_state):
16625         * ext/mad/gstmad.c: (gst_mad_chain):
16626         * ext/smoothwave/demo-osssrc.c: (main):
16627         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16628         (gst_gconf_render_bin_from_description),
16629         (gst_gconf_get_default_audio_sink),
16630         (gst_gconf_get_default_video_sink),
16631         (gst_gconf_get_default_audio_src),
16632         (gst_gconf_get_default_video_src),
16633         (gst_gconf_get_default_visualization_element):
16634         * gst/level/demo.c: (main):
16635         * gst/level/plot.c: (main):
16636         * gst/playback/gstplaybin.c: (gen_video_element),
16637         (gen_audio_element):
16638         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16639         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16640         * gst/sine/demo-dparams.c: (main):
16641         * gst/spectrum/demo-osssrc.c: (main):
16642         * gst/speed/demo-mp3.c: (main):
16643         * gst/volume/demo.c: (main):
16644         * testsuite/embed/embed.c: (main):
16645
16646 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16647
16648         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16649         (gst_tcpclientsink_finalize):
16650         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16651         (gst_tcpclientsrc_finalize):
16652         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16653         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16654         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16655         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16656           Don't leak the hostname when shutting down.
16657           In tcpserversrc, take a copy of the default hostname.
16658
16659 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16660
16661         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16662           Set caps to systemstream=TRUE.
16663
16664 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16665
16666         * testsuite/Makefile.am:
16667           Fix more OSX buildbots.
16668
16669 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16670
16671         * ext/mpeg2dec/gstmpeg2dec.c:
16672           Don't send things to NULL PAD_PEERs
16673
16674         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16675           Copy-on-write the incoming buffer.
16676
16677         * gst/mpegstream/gstdvddemux.h:
16678         * gst/mpegstream/gstmpegclock.h:
16679         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16680         (normal_seek), (gst_mpeg_demux_handle_src_event):
16681         * gst/mpegstream/gstmpegdemux.h:
16682         * gst/mpegstream/gstmpegpacketize.h:
16683         * gst/mpegstream/gstmpegparse.c:
16684         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16685         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16686         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16687         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16688         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16689         * gst/mpegstream/gstmpegparse.h:
16690         * gst/mpegstream/gstrfc2250enc.h:
16691           Various changes to the way time is computed that make seeking and
16692           total time estimation much better here.
16693           Use G_BEGIN/END_DECLS instead of __cplusplus
16694
16695         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16696           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16697
16698 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16699
16700         * gst/subparse/gstsubparse.c:
16701           Fix OSX buildbot.
16702
16703 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16704
16705         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16706         (theora_enc_chain), (theora_enc_change_state):
16707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16708         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16709         (gst_vorbisenc_change_state):
16710         * ext/vorbis/vorbisenc.h:
16711           Set granulepos and timestamp correctly for streams not
16712           starting at 0, taking into account the initial delay.
16713
16714 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16715
16716         * gst/mpegstream/gstdvddemux.c:
16717           Add audio/x-dts to audio pad template caps
16718
16719 2005-01-30  David Schleef  <ds@schleef.org>
16720
16721         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16722         (create_context), (gst_polypsink_link): Fix silly endianness
16723         bug.  Add some debugging.  Remove float from caps; it doesn't
16724         work.  Attempt to get remote audio working.
16725
16726 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16727
16728         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16729           Add 3IV2 fourcc.
16730
16731 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16732
16733         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16734         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16735         (gst_avi_demux_stream_data):
16736         * gst/avi/gstavidemux.h:
16737           Invert DIB images. Fixes #132341.
16738
16739 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16740
16741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16742         (gst_ffmpegcsp_chain):
16743           D'oh, reference the palette data, not the palette structure.
16744           Fixes color distortion in #132341.
16745
16746 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16747
16748         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16749           PAR can be non-fixed when not provided as argument (#162626).
16750
16751 2005-01-29  David Moore  <dcm@acm.org>
16752
16753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16754
16755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16756         (gst_qtdemux_loop_header):
16757           Re-apply patch from #142272 that allows non-seekable sources,
16758           re-proposed by Daniel Drake <dsd@gentoo.org>.
16759
16760 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16761
16762         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16763           Use the src template for creating the src pad (#162330).
16764
16765 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16766
16767         * configure.ac:
16768         * ext/musepack/Makefile.am:
16769         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16770         (gst_musepackdec_init), (gst_musepackdec_dispose),
16771         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16772         (gst_musepack_stream_init), (gst_musepackdec_loop),
16773         (gst_musepackdec_change_state):
16774         * ext/musepack/gstmusepackdec.cpp:
16775         * ext/musepack/gstmusepackdec.h:
16776         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16777         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16778         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16779         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16780         * ext/musepack/gstmusepackreader.cpp:
16781         * ext/musepack/gstmusepackreader.h:
16782           Update to 1.1 API (#165446).
16783
16784 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16785
16786         * ext/Makefile.am:
16787           Unbreak buildbot.
16788
16789 2005-01-28  Andy Wingo  <wingo@pobox.com>
16790
16791         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16792         to reflect a different dubious internet source. Add a reference
16793         and some commentary.
16794
16795 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16796
16797         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16798         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16799         * gst/playback/gststreamselector.h:
16800           Be more selective when we're redoing caps negotiation from
16801           within the chain function on a stream change.
16802
16803 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16804
16805         * configure.ac:
16806         * ext/Makefile.am:
16807         * ext/amrnb/Makefile.am:
16808         * ext/amrnb/amrnb.c: (plugin_init):
16809         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16810         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16811         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16812         (gst_amrnbdec_state_change):
16813         * ext/amrnb/amrnbdec.h:
16814         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16815         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16816         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16817         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16818         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16819         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16820         * ext/amrnb/amrnbparse.h:
16821           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16822         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16823           Add AMR-NB/-WB raw formats.
16824         * ext/alsa/gstalsa.c: (gst_alsa_link):
16825           Keep valid time when changing format.
16826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16827         (qtdemux_parse_trak):
16828           Add some more format-specific options (#140141, #143555, #155163).
16829
16830 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16831
16832         * gst/matroska/matroska-demux.c:
16833         (gst_matroska_demux_parse_blockgroup):
16834           Fix logic error in timing of subtitle stream synchronization.
16835         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16836           Add skip-chunk, which is found in kodak-camera streams.
16837
16838 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16839
16840         * po/LINGUAS:
16841         * po/vi.po:
16842           Adding Vietnamese translation (submitted by Clytie Siddall)
16843
16844 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16845
16846         * gst/playback/gstdecodebin.c: (try_to_link_1):
16847           Use realpad for signal.
16848
16849 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16850
16851         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16852           Fix category so decodebin picks it up.
16853
16854 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16855
16856         * ext/mad/Makefile.am:
16857         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16858         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16859         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16860         (found_type), (gst_id3demux_bin_change_state):
16861         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16862         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16863         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16864         (gst_id3_tag_change_state), (plugin_init):
16865         * ext/mad/gstmad.h:
16866           Add id3demuxbin (which is a simple bin consisting of id3demux
16867           and typefind), take over rank from id3demux, remove typefind
16868           code from id3demux. Makes all broken mp3s that I know of work,
16869           and thereby fixes #152688.
16870
16871 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16872
16873         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16874
16875         * ext/mad/gstmad.c: (gst_mad_src_event):
16876         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16877           Allow seeks on audio pad, make mad forward those (#164826).
16878         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16879           Set duration (#165335).
16880
16881 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16882
16883         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16884         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16885         (gst_asf_demux_process_ext_content_desc),
16886         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16887         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16888         * gst/asfdemux/gstasfdemux.h:
16889           Improve metadata display, e.g. if the metadata comes before the
16890           streams are loaded (which is perfectly valid).
16891
16892 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16893
16894         * tools/gst-launch-ext-m.m:
16895           Fix AVI/ASF pipelines (#165340).
16896
16897 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16898         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16899         build failure on amd64
16900
16901 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16904         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16905           Check environment variables GST_ID3V2_TAG_ENCODING,
16906           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16907           list of character encodings to force interpretation of non-unicode
16908           strings stored in an ID3v2 tag to a particular encoding. If none
16909           is specified, try to use current locale's encoding, then fall back
16910           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16911         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16912         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16913           Check environment variables GST_ID3V1_TAG_ENCODING,
16914           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16915           list of character encodings to use in case a string encountered
16916           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16917           specified, try to use the current locale's encoding, then fall
16918           back to ISO-8859-1 (which will always succeed).
16919
16920 2005-01-25  Benjamin Otte  <otte@gnome.org>
16921
16922         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16923           - on half framerate, compute the rate in advance so the comparisons
16924             don't compare wrong values
16925           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16926             behaviour
16927           - don't use mad_header_decode anymore, mad_frame_decode does that
16928             automatically
16929           - when getting rid of consumed bytes, reset the stream's skiplen
16930           (fixes #163867)
16931
16932 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16933
16934         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16935           Use 1/2 a second for default max_discont, as PES streams from DVB
16936           seem to have larger spacings in the SCR. 
16937           Fix a typo.
16938
16939 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16940
16941         * gst/playback/gstplaybasebin.c: (group_commit):
16942           Notify delayed stream-info availability.
16943
16944 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16945         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16946         (gst_a52dec_handle_event), (gst_a52dec_chain):
16947         Add some debug output. Check that a discont has a valid
16948         time associated.
16949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16950         (gst_alsa_sink_loop):
16951         Ignore TAG events. A little extra debug for broken timestamps.
16952         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16953         (dvdnavsrc_change_state):
16954         Ensure we send a discont to engage the link before we send any
16955         other events.
16956         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16957         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16958         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16959         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16960         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16961         dvd://title works in totem because typefinding sends a seek that ends
16962         up going back to chapter 1 regardless.
16963         * ext/mpeg2dec/gstmpeg2dec.c:
16964         * ext/mpeg2dec/gstmpeg2dec.h:
16965         Output correct timestamps and handle disconts.
16966         * ext/ogg/gstoggdemux.c: (get_relative):
16967         Small guard against a null dereference.
16968         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16969         (gst_textoverlay_set_property):
16970         Free memory when done. Don't call gst_event_filler_get_duration on
16971         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16972         g_warning.
16973         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16974         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16975         (gst_sw_srclink), (gst_smoothwave_chain):
16976         Draw solid lines, prettier colours.
16977         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16978         Add a default palette that'll work for some movies.
16979         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16980         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16981         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16982         * gst/mpegstream/gstdvddemux.h:
16983         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16984         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16985         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16986         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16987         * gst/mpegstream/gstmpegparse.h:
16988         Use PTM/NAV events when for timestamp adjustment when connected to 
16989         dvdnavsrc. Don't use many discont events where one suffices.
16990         * gst/playback/gstplaybasebin.c: (group_destroy),
16991         (gen_preroll_element), (gst_play_base_bin_add_element):
16992         * gst/playback/gstplaybasebin.h:
16993         Make sure we remove subtitles from the same bin we put them in.
16994         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16995         (gst_subparse_buffer_format_autodetect),
16996         (gst_subparse_change_state):
16997         Fix some memleaks and invalid accesses.
16998         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16999         (oggskel_type_find), (cmml_type_find), (plugin_init):
17000         Some typefind functions for Annodex v3.0 files
17001         * gst/wavparse/gstwavparse.h:
17002         GstRiffReadClass is the correct parent class.
17003
17004 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17005
17006         * gst-libs/gst/riff/riff-media.c:
17007         (gst_riff_create_video_caps_with_data):
17008           Add extradata to huffyuv (fixes #165013).
17009         * gst-libs/gst/riff/riff-read.c:
17010         (gst_riff_read_strf_vids_with_data):
17011           Fix extradata extraction if it is in the chunk size.
17012
17013 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17014
17015         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17016
17017         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17018         (gst_quarktv_change_state), (gst_quarktv_dispose):
17019           Memory free'ing location fix (#164708).
17020
17021 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17022
17023         * gst/playback/gstplaybasebin.c: (group_commit),
17024         (gen_preroll_element), (probe_triggered), (gen_source_element),
17025         (setup_source), (gst_play_base_bin_change_state),
17026         (gst_play_base_bin_add_element):
17027           Don't block for streams.
17028         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17029         (gst_stream_info_set_mute):
17030           Use gst_pad_set_active_recursive.
17031
17032 2005-01-25  Andy Wingo  <wingo@pobox.com>
17033
17034         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17035         for #ifndef HAVE_XVIDEO.
17036
17037 2005-01-24  Jeffrey C. Ollie
17038
17039         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17040
17041         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17042         * ext/gsm/gstgsmdec.h:
17043         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17044         * ext/gsm/gstgsmenc.h:
17045         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17046         was given by property. Add proper buffer timestamps and offsets.
17047
17048 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * gst-libs/gst/riff/riff-media.c:
17051         (gst_riff_create_audio_caps_with_data):
17052           Audio can be <8000Hz.
17053
17054 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17055
17056         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17057           Explicit state change to workaround refcount bugs.
17058
17059 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17062         (gst_avimux_riff_get_avi_header):
17063           Fix...
17064
17065 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17068         (gst_riff_read_element_data):
17069         * gst-libs/gst/riff/riff-read.h:
17070           Add _peek version (req'ed in CDXA).
17071         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17072         (gst_cdxaparse_loop):
17073           Fix parsing in playbin.
17074         * gst/playback/gstdecodebin.c: (close_pad_link):
17075           Ignore current_ pads, they cause major annoyance.
17076
17077 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17078
17079         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17080           Safety guard.
17081
17082 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17085           Fix padding...
17086
17087 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17088
17089         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17090           Allow for 0-sized buffers. Fixes length query problems in
17091           starwars.mkv from the testsuite.
17092
17093 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17094
17095         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17096         (gst_video_box_i420), (gst_video_box_chain):
17097           Fix row strides for I420 (fixes #163159)
17098           
17099 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17102           MPEG2 has a useful rate property, so we can actually use that.
17103           For MPEG-1, continue using the bytes/time properties.
17104
17105 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17106
17107         * gst-libs/gst/riff/riff-media.c:
17108         (gst_riff_create_video_caps_with_data),
17109         (gst_riff_create_video_template_caps):
17110           Add intel-h263.
17111
17112 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17113
17114         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17115           Fail if caps negotiation fails. Should fix #162184, and should
17116           definately be in there regardless of it fixing the actual bug.
17117         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17118         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17119         (gst_avimux_riff_get_avix_header),
17120         (gst_avimux_riff_get_video_header),
17121         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17122         (gst_avimux_start_file), (gst_avimux_handle_event),
17123         (gst_avimux_change_state):
17124         * gst/avi/gstavimux.h:
17125           Refactor structure writing to use GST_WRITE_UINT macros, add
17126           metadata writing support.
17127
17128 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17129
17130         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17131           Elements may already be destroyed when this function is called.
17132
17133 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17134
17135         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17136         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17137           More memory leak fixes (#149162).
17138
17139 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17142         (gst_qtdemux_add_stream):
17143           Fix two memleaks.
17144
17145 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17146
17147         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17148           Argh...
17149
17150 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17151
17152         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17153           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17154           when fixating to six channels in Totem.
17155
17156 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17159           Fix compile warnings on Solaris 10 buildbot
17160
17161 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17162
17163         * ext/dvdread/dvdreadsrc.c: (_read):
17164           Don't read beyond the last cell in a chapter (fixes 
17165           invalid memory access)
17166
17167 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17168
17169         * ext/dvdread/stream_labels.c:
17170         (dvdreadsrc_get_audio_stream_labels):
17171           Use NULL for an empty GList instead of g_list_alloc(); fix 
17172           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17173           of GString (easier to bulk free later)
17174
17175 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17176
17177         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17178
17179         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17180         (gst_ffmpeg_pixfmt_to_caps):
17181           Fix BGRA32 caps (#164209).
17182
17183 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17184
17185         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17186
17187         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17188         (gst_ffmpeg_caps_to_pixfmt):
17189           alpha_mask can be RGBA/ABGR. Fixes #164265.
17190
17191 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17192
17193         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17194
17195         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17196         (gst_mpeg2dec_alloc_buffer):
17197         * ext/mpeg2dec/gstmpeg2dec.h:
17198           Crop if decoding size is not the actual image size (#163676).
17199
17200 2005-01-17  Steve Baker  <steve@stevebaker.org>
17201
17202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17205         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17206           Add libsndfile typefind functions (#163309).
17207
17208 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * tools/gst-launch-ext-m.m:
17211           Add .aac, fix .m1v/.m2v (#163891).
17212
17213 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17214
17215         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17216           Sanity check, don't wait endlessly since the clock might not
17217           actually run at this point (which is a deadlock). Fixes #164069.
17218
17219 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17220
17221         * gst/playback/gstplaybasebin.c: (probe_triggered):
17222           Of course, only pause if group is done...
17223
17224 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17225
17226         * gst/playback/gstplaybasebin.c: (probe_triggered):
17227           Thread safety.
17228
17229 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17230
17231         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17232           Don't return state change success when the parent
17233           failed.
17234
17235 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17236
17237         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17238           Free events (fix memleak in #162905).
17239
17240 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17241
17242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17243
17244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17245         (gst_ffmpeg_caps_to_pixfmt):
17246           Fix for depth = 15. Fixes #161675.
17247
17248 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17249
17250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17251           Set FPS correctly, even for webcams and the like.
17252         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17253           Don error on setting while capturing.
17254
17255 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17256
17257         * ext/dv/gstdvdec.c:
17258         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17259         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17260           I'm a bad boy. using /1001. to force C to do float division
17261           and not integer division (as it did in my last commit)
17262           Thanks to David I. Lehn for pointing this mistake.
17263
17264 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17265
17266         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17267           Revert Johan's 1.35->1.36 since it breaks compat.
17268
17269 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17270
17271         * ext/dv/gstdvdec.c:
17272         * ext/libfame/gstlibfame.c:
17273         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17274         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17275           replace framerate aproximations by their real value
17276           (24000/1001, 30000/1001, 60000/1001)
17277           Finish fixing bug #164049
17278
17279 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17280
17281         * ext/ogg/gstoggmux.c:
17282           eos/bos debugging
17283         * gst/tcp/gstmultifdsink.c:
17284         * gst/tcp/gstmultifdsink.h:
17285         * gst/tcp/gsttcp.c:
17286         * gst/tcp/gsttcp.h:
17287         * gst/tcp/gsttcpclientsink.c:
17288         * gst/tcp/gsttcpclientsrc.c:
17289         * gst/tcp/gsttcpserversink.c:
17290         * gst/tcp/gsttcpserversrc.c:
17291           improve reusability of elements after state changes and errors
17292           make multifdsink throw away streamheaders when receiving new ones
17293
17294 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17295
17296         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17297           Fix for if items are already in list...
17298
17299 2005-01-12  Benjamin Otte  <otte@gnome.org>
17300
17301         * gst/adder/gstadder.c: (gst_adder_loop):
17302           fix adder a bit so it doesn't screw up with events as much anymore
17303
17304 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17305
17306         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17307         (pixbufscale_scale), (gst_pixbufscale_chain):
17308         * ext/gdk_pixbuf/pixbufscale.h:
17309           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17310           to ensure rowstrides are calculated the same way as 
17311           ffmpegcolorspace
17312           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17313           that we pick up duration and offset also.
17314
17315 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17316
17317         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17318         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17319           Reusability fixes.
17320
17321 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17322
17323         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17324         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17325         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17326         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17327           Update flags when requested.
17328
17329 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17332           Fix dmix.
17333
17334 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17335
17336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17337         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17338         (probe_triggered), (new_decoded_pad), (gen_source_element),
17339         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17340         * gst/playback/gstplaybasebin.h:
17341         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17342         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17343         (gst_play_bin_change_state):
17344           Implement group-switch signal for use in apps to clear metadata
17345           cache, clean up subtitle, add suburi property instead of # hack,
17346           some error-out fixes.
17347
17348 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17349
17350         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17351           Debug.
17352         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17353           If we got a state change in the _get handler, don't return success.
17354
17355 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17356
17357         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17358         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17359           Make jpegdec quiet on MJPEG decoding
17360         * gst/asfdemux/README:
17361           Fix mimetypes for MJPEG and H263
17362
17363 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17364
17365         * ext/theora/theoradec.c: (theora_dec_chain):
17366           Fix broken code generation by gcc by swapping arguments.
17367         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17368           Fix \n in debug.
17369
17370 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17371
17372         * TODO:
17373           delete this file, it is by far outdated
17374         * ext/alsa/gstalsa.1: remove
17375         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17376         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17377         (gst_alsa_get_caps):
17378           Add HW probing for supported sample rates. Fixes #161704
17379
17380 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17381
17382         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17383           Don't crash, biatch! :).
17384
17385 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17386
17387         * ext/musepack/gstmusepackreader.cpp:
17388         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17389           Some work on tags - still doesn't work in playbin...
17390         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17391           Handle events...
17392
17393 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17394
17395         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17396           Also shove tags on kid pads.
17397
17398 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17399
17400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17401           Don't bail on unknown events.
17402         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17403           Don't crash on events before negotiation.
17404         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17405           Send tags on pads, too.
17406         * gst/playback/gststreamselector.c:
17407         (gst_stream_selector_request_new_pad):
17408           Forward events on first pad if no input was selected yet.
17409
17410 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17411
17412         * gst/playback/gstplaybasebin.c: (setup_substreams):
17413           Don't disable streamtype if the stream doesn't exist, since
17414           then playing a video after audio will disable both and nothing
17415           will happen. Fixes the testsuite.
17416
17417 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17418
17419         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17420         (gst_v4l_xoverlay_set_xwindow_id):
17421         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17422         (gst_v4l2_xoverlay_set_xwindow_id):
17423           Add debug categories, fix overlay disabling.
17424
17425 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17426
17427         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17428         * ext/alsa/gstalsa.h:
17429           Add HW probing for period_count/size and buffer_size MIX/MAX
17430           Adjust default/user defined value if out of bounds
17431           Should fix bug #162024
17432
17433 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17434
17435         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17436           Fix warning (#161191).
17437
17438 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17439
17440         * ext/dvdread/stream_labels.c:
17441         (dvdreadsrc_get_audio_stream_labels):
17442           Fix warning (init the good variable in switch default)
17443
17444 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17445
17446         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17447
17448         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17449           Fix gcc-2.95 compile (#163485).
17450
17451 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17452
17453         * configure.ac:
17454         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17455         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17456         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17457         (gst_flacenc_change_state):
17458         * ext/flac/gstflacenc.h:
17459           Update for API change in flac-1.1.1. Update requirement in
17460           configure.ac. Fixes #162974.
17461
17462 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17463
17464         * gst/playback/gstplaybasebin.c: (group_destroy):
17465           Remove hack to get rid of assert and get rid of unlinked
17466           signals properly.
17467
17468 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * gst/playback/gstplaybasebin.c: (setup_source):
17471           Set source to NULL so that resources are free'ed. Fixes issues
17472           with playback of CDDA and similar device-accessing things.
17473
17474 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17475
17476         * testsuite/embed/Makefile.am:
17477           test->noinst, fix make test in buildbot.
17478
17479 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17480
17481         * ext/dvdread/stream_labels.c: new file
17482         * ext/dvdread/stream_labels.h: new file
17483         * ext/dvdread/Makefile.am:
17484         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17485           Extract audio stream label from DVD IFO files.
17486           It only dump them on the console for now, still have to
17487           make playbin aware of them.
17488
17489 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17490
17491         * gst/playback/gstplaybasebin.c: (setup_source):
17492           Fix hanging subs.
17493
17494 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17497         (gen_preroll_element), (remove_groups), (setup_subtitle),
17498         (gen_source_element), (setup_source):
17499         * gst/playback/gstplaybasebin.h:
17500           Multiple .sub files is just a stupid idea... Fix some threading
17501           mistakes. Interestingly, external .sub files cause playbin to
17502           hang, I don't know why... Parsing fixes contributed by Fran??ois
17503           Kooman <fkooman@tuxed.net>.
17504
17505 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17506
17507         * testsuite/embed/Makefile.am:
17508           Fix buildbot.
17509
17510 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17511
17512         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17513
17514         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17515         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17516         (gst_pngenc_set_property):
17517         * ext/libpng/gstpngenc.h:
17518           Add compression level property (#163323).
17519
17520 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17521
17522         * configure.ac:
17523         * examples/capsfilter/capsfilter1.c: (main):
17524         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17525         * ext/dvdread/Makefile.am:
17526         * ext/dvdread/demo-play:
17527         * ext/dvdread/demo-play.c:
17528         * gconf/gstreamer.schemas.in:
17529         * gst-libs/gst/gconf/gconf.c:
17530         * sys/v4l/TODO:
17531         * testsuite/Makefile.am:
17532         * testsuite/embed/Makefile.am:
17533         * testsuite/embed/embed.c: (cb_expose), (main):
17534           Remove all references to xvideosink, fix examples (#140845).
17535         * gst/playback/gstplaybasebin.c: (group_destroy):
17536           Apparently, disposal does not unlink - so do explicitely.
17537         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17538           Add debug.
17539
17540 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17541
17542         * README: fix PKG_CONFIG_PATH instructions, what was there
17543         previously was breaking default search path, not nice. 
17544         Fixes #163358
17545
17546 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17547
17548         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17549         (gst_audioscale_chain):
17550           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17551           when resampling - how the ^@$^!@^! is this possible?!?
17552
17553 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17554
17555         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17556           Reset variables on READY.
17557         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17558         (gst_matroska_mux_loop):
17559           Require data before writing header.
17560
17561 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17562
17563         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17564
17565         * ext/mad/gstmad.c: (gst_mad_chain):
17566           Don't call mad_stream_sync() directly after recovering sync.
17567           Fixes #151661.
17568
17569 2005-01-09  Martin Eikermann  <meiker@upb.de>
17570
17571         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17572
17573         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17574         (snapshot_handler), (gst_snapshot_sinkconnect),
17575         (gst_snapshot_chain):
17576           Allocate resources when required, fix recursive signal emission
17577           and fix caps. Fixes #161667.
17578
17579 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17580
17581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17582
17583         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17584         (gst_pngdec_chain):
17585           Handle only 8-bppc (bits-per-pixel-component) images, better
17586           error handling and correct strides. Fixes #163177.
17587         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17588         (gst_pngenc_chain):
17589           Better error handling. Fixes #163348.
17590
17591 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17592
17593         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17594         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17595         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17596         (dvdnavsrc_uri_handler_init):
17597           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17598         * gst/playback/gstplaybasebin.c: (gen_source_element):
17599           Add MMS to streaming URIs.
17600
17601 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17602
17603         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17604         * sys/xvimage/xvimagesink.c:
17605         (gst_xvimagesink_navigation_send_event):
17606           Check for pad availability before sending event.
17607
17608 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17609
17610         * gst-plugins.spec.in:
17611           Add subparse.
17612
17613 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17614
17615         * configure.ac:
17616           Since we use functions from CVS, up requirement.
17617
17618 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17619
17620         * gst/playback/Makefile.am:
17621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17622         (group_destroy), (group_commit), (group_is_muted),
17623         (gen_preroll_element), (add_stream), (unknown_type),
17624         (probe_triggered), (preroll_unlinked), (mute_stream),
17625         (silence_stream), (new_decoded_pad), (setup_substreams),
17626         (setup_source), (get_active_source), (mute_group_type),
17627         (muted_group_change_state), (set_active_source),
17628         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17629         (play_base_eos), (gst_play_base_bin_change_state):
17630         * gst/playback/gstplaybasebin.h:
17631         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17632         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17633         (gst_stream_info_dispose), (stream_info_mute_pad),
17634         (stream_info_change_state), (gst_stream_info_set_mute):
17635         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17636         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17637         (gst_stream_selector_init), (gst_stream_selector_dispose),
17638         (gst_stream_selector_get_linked_pad),
17639         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17640         (gst_stream_selector_get_linked_pads),
17641         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17642         * gst/playback/gststreamselector.h:
17643           Adding stream selection support plus required properties for
17644           applications to use this. Fully fixes #100931.
17645
17646 2005-01-08  Benjamin Otte  <otte@gnome.org>
17647
17648         * gst/games/gstpuzzle.c: (nav_event_handler):
17649           - handle nav events differently: forward every event no matter if it
17650             was handled or not.
17651           - translate events
17652           You can now cheat by using navigationtest ! puzzle and moving the
17653           mouse close to the edge of a tile. ;)
17654
17655 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17656
17657         * configure.ac:
17658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17659         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17660         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17661         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17662         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17663         (gst_ogm_parse_plugin_init):
17664         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17665         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17666         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17667         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17668         * ext/pango/gsttextoverlay.h:
17669         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17670         (gst_matroska_demux_handle_seek_event),
17671         (gst_matroska_demux_sync_streams),
17672         (gst_matroska_demux_parse_blockgroup),
17673         (gst_matroska_demux_subtitle_caps),
17674         (gst_matroska_demux_plugin_init):
17675         * gst/matroska/matroska-ids.h:
17676         * gst/playback/gstdecodebin.c: (close_pad_link):
17677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17678         (gen_preroll_element), (remove_groups), (add_stream),
17679         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17680         (setup_source):
17681         * gst/playback/gstplaybasebin.h:
17682         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17683         * gst/subparse/Makefile.am:
17684         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17685         (gst_subparse_base_init), (gst_subparse_class_init),
17686         (gst_subparse_init), (gst_subparse_formats),
17687         (gst_subparse_eventmask), (gst_subparse_event),
17688         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17689         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17690         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17691         (parse_mpsub_deinit), (parse_mpsub_init),
17692         (gst_subparse_buffer_format_autodetect),
17693         (gst_subparse_format_autodetect), (gst_subparse_loop),
17694         (gst_subparse_change_state), (gst_subparse_type_find),
17695         (plugin_init):
17696         * gst/subparse/gstsubparse.h:
17697         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17698         (plugin_init):
17699           Add subtitle support, .sub parser (supports SRT and MPsub),
17700           OGM text support, Matroska UTF-8 text support, deadlock fixes
17701           all over the place, subtitle awareness in decodebin/playbin
17702           and some fixes to textoverlay to handle subtitles in a stream
17703           correctly. Fixes #100931.
17704
17705 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17706
17707         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17708           Check for pad availability before doing a query on it.
17709
17710 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17711
17712         * ext/dv/gstdvdec.c:
17713           really fix bpp24/32 dvdec caps (classic rgba indeed)
17714         * gst/asfdemux/gstasfdemux.c:
17715         (gst_asf_demux_process_ext_content_desc):
17716           don't send text tags if they are empty (bis repetita)
17717
17718 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17719
17720         * ext/dv/gstdvdec.c:
17721          remove unneeded comment from dvdec
17722           (related to DV 4CC codes in AVI files)
17723           moved them in gstreamer/docs/random/mimetypes
17724         * gst/asfdemux/gstasfdemux.c:
17725         (gst_asf_demux_process_ext_content_desc):
17726          don't send text tags if they are empty
17727          fix mem leak on error path
17728         * gst/ffmpegcolorspace/avcodec.h:
17729         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17730         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17731         (gst_ffmpegcsp_avpicture_fill):
17732         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17733         * gst/ffmpegcolorspace/imgconvert_template.h:
17734          adds BGR32 and BGRA32 to ffmpegcolorspace
17735           (still bad colors, fixing it on next commit)
17736           helps with dvdec outputing BGR32
17737
17738 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17739
17740         * ext/dv/gstdvdec.c:
17741          Fix audio caps i just broke (missing ',')
17742         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17743         (gst_matroska_mux_reset):
17744          Fix typo + add FIXME about old "x-gst-metadata" crap
17745
17746 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17747
17748         * ext/dv/demo-play.c: (main):
17749          xvideosink -> xvimagesink
17750         * ext/dv/gstdvdec.c:
17751          change rgb 32/32 caps to 24/32 (no alpha)
17752          change nb of channels to be a list (2 or 4, not 2)
17753          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17754         * gst/asfdemux/gstasfdemux.c:
17755         (gst_asf_demux_process_ext_content_desc):
17756          Add 'date/year' to extracted metadata list
17757
17758 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17759
17760         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17761           The return value of fixate_to does not imply that the requested
17762           value was set, so don't assume.
17763
17764 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17765
17766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17767
17768         * ext/libpng/gstpngdec.c:
17769         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17770         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17771         * ext/libpng/gstpngenc.h:
17772           Alpha support (encoder; #163161), mime fixage.
17773
17774 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17775
17776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17777
17778         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17779         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17780         (gst_faac_set_property), (gst_faac_get_property):
17781         * ext/faac/gstfaac.h:
17782           Allow for ADTS output (#153434).
17783
17784 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17785
17786         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17787           Fix against template (#150576).
17788
17789 2005-01-06  Benjamin Otte  <otte@gnome.org>
17790
17791         * gst/games/gstpuzzle.c: (draw_puzzle):
17792           don't draw a puzzle if either width or height of tiles would be 0.
17793
17794 2005-01-06  Benjamin Otte  <otte@gnome.org>
17795
17796         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17797         (gst_puzzle_class_init), (gst_puzzle_finalize):
17798           no memleaks, please
17799         (gst_puzzle_create), (gst_puzzle_init),
17800         (gst_puzzle_set_property), (gst_puzzle_setup):
17801           change initialization code around so we don't reshuffle on resize
17802         (draw_puzzle):
17803           fix another stupid typo
17804
17805 2005-01-06  Benjamin Otte  <otte@gnome.org>
17806
17807         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17808           fix stupid typo that borked copying on YUY2
17809
17810 2005-01-06  Benjamin Otte  <otte@gnome.org>
17811
17812         * gst/games/gstpuzzle.c: (draw_puzzle):
17813           fix edges when image sizes aren't multiples of tile sizes
17814
17815 2005-01-06  Benjamin Otte  <otte@gnome.org>
17816
17817         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17818           make RGB endianness work correctly
17819         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17820           refactor and fix race with initial shuffling
17821         (nav_event_handler):
17822           allow using the mouse to puzzle
17823         (draw_puzzle):
17824           insist on tiles having width and height as multiples of 4 to get
17825           clean YUV image handling
17826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17827         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17828           s/DEBUG/LOG/ for common messages
17829         (gst_xvimagesink_navigation_send_event):
17830           fix mouse event translation to not include screen PAR
17831         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17832           fix mouse event translation to actually work
17833
17834 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17835
17836         * gst/asfdemux/gstasfdemux.c:
17837         (gst_asf_demux_process_ext_content_desc):
17838          Extract TrackNumber metadata + clean up code
17839         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17840          Hope this is the good fix (var used unitialised)
17841
17842 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17843
17844         * ext/faad/gstfaad.c: (gst_faad_chain):
17845           Only increment timestamp if it's valid. Fixes raw AAC streams.
17846
17847 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17848
17849         * configure.ac:
17850         * gst/games/Makefile.am:
17851         * gst/games/gstpuzzle.c:
17852           add a puzzle game with...
17853         * gst/games/gstvideoimage.c:
17854         * gst/games/gstvideoimage.h:
17855           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17856           from videotestsrc and made into something that would be a nice
17857           library for a lot of other plugins.
17858
17859 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17860
17861         * configure.ac:
17862          don't compile faad plugin if a RC of 2.0 is found
17863          Fixes #155346 (and FC1 buildbot)
17864         * gst/asfdemux/gstasfdemux.c:
17865         (gst_asf_demux_process_ext_content_desc):
17866          try to make Solaris compiler happier
17867
17868 2005-01-06  Paul Jack  <pjack@sfaf.org>
17869
17870         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17873           Fix segfault (#161667).
17874
17875 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17876
17877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17878           Fix framerate reporting.
17879
17880 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17881
17882         * gst-libs/gst/riff/riff-ids.h:
17883         * gst/wavenc/riff.h:
17884          Add AMR (VBR and CBR) ids to riff.h audio codec list
17885         * gst/asfdemux/gstasfdemux.c:
17886         (gst_asf_demux_process_ext_content_desc),
17887         (gst_asf_demux_process_object):
17888           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17889
17890 2005-01-05  Martin Eikermann  <meiker@upb.de>
17891
17892         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17893
17894         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17895         (gst_dvd_demux_handle_discont):
17896         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17897         (gst_mpeg_demux_handle_discont):
17898           Recreate pads on new-media (#160730).
17899         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17900           Send discont even if manager changes timestamps (#161929).
17901
17902 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17903
17904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17907           Fix invalid memory access (#159211).
17908
17909 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17910
17911         * examples/gstplay/player.c: (main):
17912           Don't iterate.
17913         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17914           Add visualizations.
17915         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17916         (gst_a52dec_handle_frame):
17917           Set duration.
17918         * ext/dvdnav/gst-dvd:
17919           Add audioconvert. Fixes #161325.
17920         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17921           Explicitely case to gint64. Possible valgrind error.
17922         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17923         (gst_play_tick_callback), (gst_play_change_state),
17924         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17925         (gst_play_set_location), (gst_play_get_location),
17926         (gst_play_seek_to_time), (gst_play_set_data_src),
17927         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17928         (gst_play_set_visualization), (gst_play_connect_visualization),
17929         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17930         (gst_play_new):
17931           Use playbin. Fixes #139749 and #147744.
17932         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17933           Add genre tag.
17934         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17935         (audioscale_get_type), (gst_audioscale_base_init),
17936         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17937         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17938         (gst_audioscale_link), (gst_audioscale_get_buffer),
17939         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17940         (gst_audioscale_init), (gst_audioscale_dispose),
17941         (gst_audioscale_chain), (gst_audioscale_set_property),
17942         (gst_audioscale_get_property), (plugin_init):
17943           Indent properly.
17944         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17945           Fix LPCM.
17946         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17947         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17948         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17949           Add more metadata (fixes #162656).
17950
17951 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17952
17953         * configure.ac:
17954           back to cvs
17955
17956 === release 0.8.7 ===
17957
17958 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17959
17960         * NEWS:
17961         * RELEASE:
17962         * configure.ac:
17963           releasing 0.8.7, "Hyperspace"
17964
17965 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17966
17967         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17968
17969         * gst/playback/gstplaybasebin.c:
17970          Fix for #162924 - free caps after use, not before
17971
17972 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17973
17974         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17975
17976         * gst/playback/gstplaybasebin.c:
17977         * gst/wavparse/gstwavparse.c:
17978           Fix for #154773 - fixes playback of small .wav files
17979
17980 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17981
17982         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17983
17984         * gst/audioscale/gstaudioscale.c:
17985           Fix for #162819 - make audioscale reusable
17986           Fixes playback of more than one file with playbin/totem
17987
17988 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17989
17990         * gst/ffmpegcolorspace/avcodec.h:
17991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17992         * gst/ffmpegcolorspace/imgconvert.c:
17993           clean up the mess that made me cry and avoid needless duplication
17994
17995 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17996
17997         * gst/ffmpegcolorspace/imgconvert.c:
17998           give some indication of why we're segfaulting
17999
18000 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18001
18002         * configure.ac:
18003           Fix indentation, fix v4l2 plugin detection.
18004         * ext/Makefile.am:
18005           Fix libmms location (Maciej, use diff -u!).
18006         * ext/alsa/gstalsa.c: (gst_alsa_init):
18007           Initialize caps cache to NULL.
18008         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18009           Only change state on audiosink if it exists.
18010
18011 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18012
18013         * gst/matroska/matroska-demux.c:
18014         * gst/matroska/matroska-ids.h:
18015         * gst/matroska/matroska-demux.h:
18016         Fix Vorbis streams failing to decode in some files, where cluster_time
18017         isn't 0, because then it doesn't send codec_priv before actual data.
18018         Remove time-based test and replace it with marker set on beginning of
18019         new stream
18020
18021 2004-12-28  David Schleef  <ds@schleef.org>
18022
18023         Merge patch from Ronald fixing problems with streaming
18024         text.
18025         * ext/cairo/gstcairo.c: (plugin_init):
18026         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18027         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18028         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18029         (gst_textoverlay_font_init), (gst_textoverlay_init),
18030         (gst_textoverlay_set_property):
18031         * ext/cairo/gsttextoverlay.h:
18032
18033 2004-12-27  David Schleef  <ds@schleef.org>
18034
18035         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18036         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18037         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18038         (gst_textoverlay_font_init), (gst_textoverlay_init),
18039         (gst_textoverlay_set_property): Improvements to actually
18040         render text as white on black outline on video, including
18041         font selection and horizontal/vertical alignment.  (Ronald's
18042         christmas present)
18043         * ext/cairo/gsttextoverlay.h:
18044
18045 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18046
18047         * ext/ogg/gstogg.c:
18048         * ext/ogg/gstogmparse.c:
18049           fix ogm[audio/video]parse plugin registration
18050           (riff won't load if bytestream is already loaded)
18051
18052 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18053
18054         * gst/audioconvert/gstchannelmix.c:
18055           fix for GLIB < 2.4
18056
18057 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18058
18059         * Makefile.am:
18060         * configure.ac:
18061           disable docs again until it actually passes make distcheck.
18062
18063 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18064
18065         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18066         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18067         (plugin_init):
18068           Add 3GP (variables name Q3GP because they can't start with a
18069           number). Add samr audio fourcc (used in .3gp files), decoder
18070           is work in progress. Also do a GST_WARNING instead of ERROR
18071           in case of unknown nodes, to decrease output.
18072
18073 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18074
18075         * Makefile.am:
18076           really fix dist
18077
18078 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18079
18080         * configure.ac:
18081         * ext/speex/gstspeexdec.h:
18082         * ext/speex/gstspeexenc.h:
18083           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18084           Fix detection code in configure.ac
18085
18086 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18087
18088         * gst/matroska/matroska-demux.c:
18089         (gst_matroska_demux_parse_blockgroup):
18090           Save position, so that queries give proper return values. Don't
18091           know how this could ever have worked before...
18092
18093 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18094
18095         * configure.ac:
18096           Put additional LAME check inside the conditional.  Fixes #152339
18097
18098 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18099
18100         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18101         (gst_avi_demux_stream_scan):
18102           Add some more debug. Fix logic error when setting movi offset
18103           while reading index.
18104
18105 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18106
18107         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18108         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18109         (gst_avi_demux_process_next_entry):
18110           Add some debugging. Better detection of broken indexes and the
18111           accompanying index recovery. No infinite loops on state changes
18112           when we're still in our loopfunction.
18113
18114 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18115
18116         * configure.ac:
18117           Fix up.
18118
18119 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18120
18121         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18122
18123         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18124           Normalizing the value before setting
18125         (gst_sunaudiomixer_get_volume):
18126           Normalizing the value after getting. Fixes bug# 161980
18127
18128 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18129
18130         * Makefile.am: Make sure docs gets disted
18131         * docs/Makefile.am: Make sure all needed files get disted
18132         * gst-plugins.spec.in: latest updates
18133
18134 2004-12-22  Wim Taymans  <wim@fluendo.com>
18135
18136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18137         Revert patch 1.38 as clock distribution over schedulers does
18138         not work correcly in the core yet.
18139
18140 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18141
18142         * sys/oss/README: remove this file, which predates my birth
18143           (and which content is by far outdated)
18144
18145 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18146
18147         * Makefile.am:
18148         * configure.ac:
18149         * docs/Makefile.am:
18150         * docs/libs/Makefile.am:
18151         * docs/libs/gst-plugins-libs-docs.sgml:
18152         * docs/libs/gst-plugins-libs-sections.txt:
18153         * docs/libs/tmpl/gstgconf.sgml:
18154         * docs/upload.mak:
18155         * docs/version.entities.in:
18156           Added boilerplate gtk-doc files for plugin-libs documentation.
18157
18158 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18159
18160         * gst/auparse/gstauparse.c: fix int and float audio caps
18161
18162 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18163
18164         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18165         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18166           g_assert() can be a macro, don't use #ifdef inside it.
18167
18168 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18169
18170         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18173         (gst_videorate_init), (gst_videorate_chain),
18174         (gst_videorate_change_state):
18175           Event handling (fixes #159986).
18176
18177 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18178
18179         * gst-libs/gst/riff/riff-media.c:
18180         (gst_riff_create_video_caps_with_data):
18181           Add BLZ0 (Blizzard's version of DivX) fourcc.
18182
18183 2004-12-18  David Schleef  <ds@schleef.org>
18184
18185         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18186         portability fix.
18187
18188 2004-12-18  David Schleef  <ds@schleef.org>
18189
18190         * gst/tta/ttadec.h: Disable some header code that isn't used
18191         and clearly isn't portable.
18192
18193 2004-12-18  David Schleef  <ds@schleef.org>
18194
18195         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18196         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18197         (avcodec_get_pix_fmt), (avpicture_layout),
18198         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18199         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18200         Fix code to not use GCC extensions (and c99 extensions that
18201         Forte does not like.)
18202
18203 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18204
18205         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18206
18207         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18208         (gst_deinterlace_chain):
18209           Rowstride fixes. Fixes #161039.
18210         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18211         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18212         (gst_video_crop_getcaps), (gst_video_crop_link),
18213         (gst_video_crop_i420), (gst_video_crop_chain),
18214         (gst_video_crop_change_state):
18215           Rework of negotiation. Actually works now. Fixes #158650.
18216
18217 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18218
18219         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18220           That was very stupid.
18221
18222 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * gst/matroska/matroska-demux.c:
18225         (gst_matroska_demux_parse_blockgroup):
18226           Fix possible crasher.
18227
18228 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18229
18230         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18231         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18232           Lace sizes can be zero.
18233
18234 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18235
18236         * ext/musepack/gstmusepackdec.cpp:
18237           Fetch error return values. Fixes #161624.
18238         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18239           Really EOS.
18240
18241 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18242
18243         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18244           Work for truncated (unfinished download etc.) files. Fixes #160514.
18245
18246 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18247
18248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18249           Fix for integer overflow. Makes #156001 not crash. Probably masks
18250           the real bug.
18251
18252 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18253
18254         * gst/ac3parse/gstac3parse.c: (plugin_init):
18255           Parsers never have ranks. Fixes #159651.
18256
18257 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18258
18259         * gst/playback/gstdecodebin.c: (compare_ranks):
18260           make sure the facotries are ordered the same every time even if they
18261           have the same rank by using the name
18262         * gst/playback/gstdecodebin.c: (find_compatibles):
18263           make sure we don't add factories to the list twice
18264
18265 2004-12-16  David Schleef  <ds@schleef.org>
18266
18267         * configure.ac: look for musepack headers as musepack/*.h
18268         (fixes #159847)
18269         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18270         * ext/musepack/gstmusepackreader.h: same
18271
18272 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * gst-libs/gst/riff/riff-read.c:
18275         (gst_riff_read_strf_auds_with_data):
18276           Read extradata correctly (fixes #155879).
18277
18278 2004-12-16  David Schleef  <ds@schleef.org>
18279
18280         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18281         audio.  does _not_ attempt or allow conversion unless channels
18282         is 1 or 2.
18283
18284 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18285
18286         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18287
18288 2004-12-16  David Schleef  <ds@schleef.org>
18289
18290         * gst/audioscale/gstaudioscale.c: the resample library only
18291         handles 1 or 2 channels.  Change caps to compensate.
18292
18293 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18294
18295         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18296         (gst_matroska_demux_audio_caps):
18297           Some MPEG-AAC hacks, because else it doesn't work...
18298
18299 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18300
18301         * gst-libs/gst/riff/riff-media.c:
18302         (gst_riff_create_video_caps_with_data),
18303         (gst_riff_create_video_template_caps):
18304           Add h264.
18305
18306 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18307
18308         * gst-libs/gst/audio/Makefile.am:
18309           Try to fix buildbot.
18310
18311 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18312
18313         * gst/tcp/gstmultifdsink.c:
18314           Clean up and uniformize debugging.
18315
18316 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18317
18318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18321         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18322         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18323         (gst_mpeg_demux_change_state):
18324           Reset on ready. Fixes 160276.
18325
18326 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18327
18328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18329
18330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18331         (gst_ffmpegcsp_pad_link):
18332           Fix memleak (#154815).
18333
18334 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18335
18336         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18337
18338         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18339         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18340         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18341         * ext/musicbrainz/gsttrm.h:
18342           Add support for using a proxy server when getting a trm id from
18343           the MusicBrainz database (#149613).
18344
18345 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18346
18347         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18348
18349         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18350         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18351           Fix memleaks (#157233).
18352
18353 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18354
18355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18356
18357         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18358         * gst-libs/gst/resample/resample.h:
18359         * gst/audioscale/gstaudioscale.c:
18360           Fix memleak (#159215).
18361
18362 2004-12-16  Toni Willberg  <toniw@iki.fi>
18363
18364         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18365
18366         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18367         * sys/oss/oss_probe.c: (main):
18368           Check for mono/stereo support (similar to samplerate probing),
18369           fixes #159433. Also add missing copyright header to oss_probe.c.
18370
18371 2004-12-15  David Schleef  <ds@schleef.org>
18372
18373         * configure.ac: add audioresample and cairo plugins.  Remove
18374         HAVE_MMX stuff, because it's not used.
18375         * ext/Makefile.am: same
18376         * ext/audioresample/Makefile.am: You are not ready for an
18377         audio resampling element based on audioresample.
18378         * ext/audioresample/gstaudioresample.c:
18379         * ext/audioresample/gstaudioresample.h:
18380         * ext/cairo/Makefile.am: You are not ready for overlay elements
18381         based on cairo.  Don't look too closely, these elements kinda
18382         suck right now.
18383         * ext/cairo/gstcairo.c: new
18384         * ext/cairo/gsttextoverlay.c: new
18385         * ext/cairo/gsttextoverlay.h: new
18386         * ext/cairo/gsttimeoverlay.c: new
18387         * ext/cairo/gsttimeoverlay.h: new
18388         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18389         problem with compilers that don't support variadic macros.
18390
18391 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18392
18393         Reviewed by:  David Schleef  <ds@schleef.org>
18394
18395         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18396         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18397         bit.  Also ran indent-gst.
18398         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18399         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18400         (gst_sunaudiosrc_setparams):
18401
18402 2004-12-14  David Schleef  <ds@schleef.org>
18403
18404         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18405         output rate to 16000.  Should fix #160235.
18406
18407 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18408
18409         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18410         Add typefinding for mpeg2 pes streams
18411
18412 2004-12-13  David Schleef  <ds@schleef.org>
18413
18414         * configure.ac:  Applied patch from bug #143659, making default
18415         sources and sinks OS-dependent (for Solaris), and added code
18416         for OS/X.
18417         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18418
18419 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18420
18421         * gst-libs/gst/riff/riff-media.c:
18422           forgot to add h2.64 to avidemux template caps
18423
18424 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18425
18426         * gst/wavenc/riff.h:
18427         * gst-libs/gst/riff/riff-media.c:
18428         * gst-libs/gst/riff/riff-ids.h:
18429         * gst/avi/gstavimux.c
18430         add 4CC code for VideoSoft h264 in AVI (VSSH)
18431           fixes bug #160655
18432         remove s323 from riff, it's quicktime specific :(
18433
18434 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18435
18436         * gst/asfdemux/README
18437         * gst/wavenc/riff.h
18438         * gst-libs/gst/riff/riff-ids.h
18439         * gst-libs/gst/riff/riff-media.c
18440         * gst/qtdemux/qtdemux.c:
18441           add new 4CC codes for h263 related codecs
18442           fixes partially bug #155163
18443
18444 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18445
18446         * configure.ac: Update polyaudio requirement to 0.7
18447         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18448
18449 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18450
18451         * gst/interleave/deinterleave.c:
18452         fix my name's spelling! :)
18453
18454 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18455
18456         * AUTHORS ChangeLog
18457         * gst/auparse/gstauparse.c
18458         * gst/interleave/deinterleave.c
18459         * gst/law/:
18460                 alaw-decode.c alaw-encode.c
18461                 mulaw-decode.c mulaw-encode.c
18462         * gst/oneton/gstoneton.c
18463         * sys/osxaudio/:
18464                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18465         * sys/osxvideo/:
18466                 cocoawindow.h cocoawindow.m
18467                 osxvideosink.h osxvideosink.m
18468
18469         put the same mail address for Zaheer Abbas Merali everywhere
18470
18471 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18472
18473         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18474           Align by packetsize, and assert that we a packet available before
18475           playing. The first makes webstreams work (they often include
18476           trailing padding data in a packet), the second allows pausing a
18477           ASF stream in totem without getting demux errors afterwards.
18478
18479 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18480
18481         * ext/ogg/gstoggdemux.c: (get_relative):
18482           Check for non-NULL before accessing member (end-of-chain).
18483
18484 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18485
18486         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18487         (cdparanoia_set_property), (cdparanoia_get_property):
18488         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18489         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18490         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18491         (dvdreadsrc_init), (dvdreadsrc_set_property),
18492         (dvdreadsrc_get_property):
18493         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18494         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18495           Synchronize property names where not yet the case. Devices are
18496           now device=X, other versions are deprecated (but still exist).
18497           Also use g_free() unconditionally.
18498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18499         (setup_source), (gst_play_base_bin_get_property):
18500           Expose source.
18501
18502 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18503
18504         * configure.ac: move GCONF macro outside conditional for the am
18505           conditional. Fixes #160439
18506
18507 2004-12-08  David Schleef  <ds@schleef.org>
18508
18509         * tools/gst-visualise-m.m: Switch to elements that currently
18510         exist.
18511
18512 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18513
18514         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18515           We love wrong commas.
18516
18517 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18518
18519         * gst/matroska/matroska-demux.c:
18520         (gst_matroska_demux_handle_src_query):
18521           Don't set DEFAULT, unsupported - makes length display incorrectly
18522           in some cases.
18523
18524 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18525
18526         * gst/monoscope/README: remove blurb about files being GPL
18527         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18528         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18529           monoscope is now effectively LGPL licensed
18530
18531 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18532
18533         * gst/monoscope/README: Update information to be more correct
18534         * gst/monoscope/convolve.c: Relicense to LGPL
18535         * gst/monoscope/convolve.h: Relicense to LGPL
18536
18537 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18538
18539         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18540           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18541         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18542           set default_duration for mpeg1 audio
18543
18544 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18545
18546         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18547         * ext/alsa/gstalsa.h:
18548           refactor big chunks of the core caps negotiation code to make it
18549           a lot faster, because people claim it's really slow
18550           (actually, just cache the getcaps when the device is opened)
18551
18552 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18553
18554         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18555         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18556         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18557         (gst_a52dec_change_state), (plugin_init):
18558         * ext/a52dec/gsta52dec.h:
18559           Do something useful with timestamps. Make chain-based (since
18560           there's really no reason to be loopbased).
18561         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18562           Update current_byte/frame correctly.
18563
18564 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18565
18566         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18567         (gst_ape_demux_stream_init):
18568           Forward tags, too.
18569
18570 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18571
18572         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18573           Let's make sure we're done typefinding when detecting tags.
18574
18575 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18576
18577         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18578         (gst_ebml_read_init), (gst_ebml_read_use_event),
18579         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18580         (gst_ebml_read_seek), (gst_ebml_read_skip),
18581         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18582         (gst_ebml_read_master):
18583         * gst/matroska/ebml-read.h:
18584         * gst/matroska/matroska-demux.c:
18585         (gst_matroska_demux_parse_contents),
18586         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18587           Disgustingly evil hack for working around INTERRUPT events and
18588           their extremely annoying habit of being a pain in the ass. We
18589           simply peek a cluster before reading any of it.
18590
18591 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18592
18593         * ext/musepack/gstmusepackdec.cpp:
18594           There's also floating point libmusepacks.
18595
18596 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18597
18598         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18599         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18600           Set DURATION even if source buffer didn't. Also use increasing
18601           timestamps.
18602         * gst-libs/gst/riff/riff-media.c:
18603         (gst_riff_create_audio_caps_with_data):
18604           Block_align can have larger values than 8192.
18605
18606 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18607
18608         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18609         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18610         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18611         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18612           Fix caps.
18613
18614 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18615
18616         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18617           Fix logic bug.
18618
18619 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18620
18621         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18622           Yay, another one.
18623
18624 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18625
18626         * ext/esd/esdsink.c: (gst_esdsink_chain):
18627           Make error actually say something useful (fixes #156798).
18628         * gst-libs/gst/riff/riff-media.c:
18629         (gst_riff_create_video_caps_with_data),
18630         (gst_riff_create_video_template_caps):
18631           Add Intel Video 5.0 fourcc (IV50).
18632
18633 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18634
18635         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18636         detection on mono and stereo mp3 files.
18637
18638 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18639
18640         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18641           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18642           the contained stream).
18643
18644 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18645
18646         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18647           Oops, remove debug.
18648
18649 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18650
18651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18652
18653         * gst/law/alaw-decode.c: (alawdec_getcaps):
18654         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18655           Prevent warnings when negotiating caps (fixes #159338).
18656
18657 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18658
18659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18660         (gst_ffmpegcsp_chain):
18661           Remove old leftover that shouldn't be there...
18662
18663 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18664
18665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18666
18667         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18668           Don't forward DISCONT events (fixes #159684).
18669
18670 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18671
18672         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18673           Unlink manually since sometimes bin disposal (and therefore
18674           pad unlinking) is delayed, which will cause a new media file
18675           to not be able to start playing instantly.
18676
18677 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18680           On mute of an unlinked stream, check for pad availability so
18681           we don't crash on unlinked pad.
18682
18683 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18684
18685         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18686         (gst_avi_demux_massage_index):
18687           Fix quite humiliating bug in omitting 0-sized index chunks but
18688           forgetting to count them for timestamps.
18689
18690 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18691
18692         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18693           Actually leave the loop if we failed to sync. Don't crash.
18694
18695 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18696
18697         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18698         (gst_dvd_demux_process_private):
18699         * gst/mpegstream/gstdvddemux.h:
18700           Fix crash (#159759). Doesn't work, though. :-(.
18701
18702 2004-11-28  Benjamin Otte  <otte@gnome.org>
18703
18704         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18705           more overwriting protection due to modifying channels one by one
18706           instead of all at once
18707
18708 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18709
18710         * gst/audioconvert/gstchannelmix.c:
18711         (gst_audio_convert_fill_normalize):
18712           Normalize using absolute values.
18713
18714 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18715
18716         * configure.ac:
18717         * ext/Makefile.am:
18718         * ext/directfb/Makefile.am:
18719         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18720         (gst_directfbvideosink_get_pixel_format),
18721         (gst_directfbvideosink_get_format_from_fourcc),
18722         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18723         (gst_directfbvideosink_sink_link),
18724         (gst_directfbvideosink_change_state),
18725         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18726         (gst_directfbvideosink_buffer_alloc),
18727         (gst_directfbvideosink_interface_supported),
18728         (gst_directfbvideosink_interface_init),
18729         (gst_directfbvideosink_navigation_send_event),
18730         (gst_directfbvideosink_navigation_init),
18731         (gst_directfbvideosink_set_property),
18732         (gst_directfbvideosink_get_property),
18733         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18734         (gst_directfbvideosink_base_init),
18735         (gst_directfbvideosink_class_init),
18736         (gst_directfbvideosink_get_type), (plugin_init):
18737         * ext/directfb/directfbvideosink.h: Adding a first version of
18738         directfbvideosink.
18739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18740         more.
18741
18742 2004-11-28  Benjamin Otte  <otte@gnome.org>
18743
18744         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18745           walk the samples backwards if out_channels > in_channels so we don't
18746           overwrite data
18747
18748 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18749
18750         * gst/audioconvert/Makefile.am:
18751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18752         (gst_audio_convert_link), (gst_audio_convert_change_state),
18753         (gst_audio_convert_channels):
18754         * gst/audioconvert/gstchannelmix.c:
18755         (gst_audio_convert_unset_matrix),
18756         (gst_audio_convert_fill_identical),
18757         (gst_audio_convert_fill_compatible),
18758         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18759         (gst_audio_convert_fill_others),
18760         (gst_audio_convert_fill_normalize),
18761         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18762         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18763         * gst/audioconvert/gstchannelmix.h:
18764           Implement a channel mixer.
18765
18766 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18767
18768         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18769         * ext/alsa/gstalsa.h:
18770         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18771         Make alsasink actually honor gst_element_set_clock and use that
18772         clock instead of its internal one.
18773
18774 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18775
18776         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18777         (gst_play_base_bin_change_state): nullify source and decoder when
18778         going from READY to NULL so that we don't try to do weird stuff with
18779         them when going from NULL to READY
18780         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18781         instead of g_object_unref
18782         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18783         it should be correct
18784         (gst_play_bin_change_state): don't call remove_sinks if we are
18785         currently disposing the object
18786
18787 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18788
18789         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18790           Don't forget bass if it's there. Else left channel is silent...
18791
18792 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18795         (gst_a52dec_change_state):
18796           Don't do sample adjusting anymore, we use float audio now.
18797         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18798           Don't fixate to non-existing properties.
18799
18800 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18801
18802         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18803         (gst_a52dec_change_state):
18804           Advertise that we can do surround sound.
18805
18806 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18807
18808         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18809           Add buffer-frames=0.
18810         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18811         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18812         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18813         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18814         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18815         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18816         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18817         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18818         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18819         * ext/dvdread/dvdreadsrc.h:
18820           Add seeking, querying for bytes, sectors, title, angle and
18821           chapter. Handle multiple chapters. Relicense to LGPL because
18822           Billy agreed on that (thanks Billy!).
18823
18824 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18825
18826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18827         call parent dispose method
18828
18829 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18830
18831         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18832         (gst_audio_clock_get_internal_time):
18833         Fix active <-> inactive transitions: ensure time value always
18834         grows and avoid abrupt value changes.
18835
18836 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18837
18838         * configure.ac:
18839         * gst/tta/Makefile.am:
18840         * gst/tta/crc32.h:
18841         * gst/tta/filters.h:
18842         * gst/tta/gsttta.c:
18843         * gst/tta/gstttadec.c:
18844         * gst/tta/gstttadec.h:
18845         * gst/tta/gstttaparse.c:
18846         * gst/tta/gstttaparse.h:
18847         * gst/tta/ttadec.h:
18848           added TTA parser and decoder
18849
18850 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18851
18852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18853         (probe_triggered), (check_queue), (buffer_underrun),
18854         (buffer_running), (buffer_overrun), (gen_source_element),
18855         (setup_source):
18856         * gst/playback/gstplaybasebin.h:
18857           Implement buffering. Needs some more work.
18858
18859 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18860
18861         * ext/theora/theoradec.c: (theora_dec_chain):
18862           Fix ilog mask range overflow.
18863
18864 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18865
18866         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18867           Don't omit the last (which in case of dmix is the only :) )
18868           channel count. Don't set channels if <= 2.
18869
18870 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18871
18872         * gst/playback/gstplaybin.c: (gen_video_element),
18873         (gen_audio_element): Removed 2 obsolete comments
18874
18875 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18876
18877         * ext/vorbis/oggvorbisenc.c
18878         * ext/vorbis/vorbisenc.c :
18879           change description fields of those plugins to differentiate them
18880           (pitivi show Encoders by description, they had the same one)
18881
18882 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18883
18884         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18887         (gst_play_bin_set_property), (gen_video_element),
18888         (gen_audio_element):
18889           Refcounting fixes for provided audio-/videosinks.
18890
18891 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18892
18893         * gst/playback/gstplaybin.c: (gen_video_element),
18894         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18895           Don't reference all sinks, but only the video- and audiosinks.
18896           The vis. element should be disposed when we're done with it.
18897           We don't have any reason to keep it around. This fixes warnings
18898           when reusing playbin for playing multiple audio files with
18899           vis. enabled. Also release audio device on pause - idea stolen
18900           from Rhythmbox.
18901
18902 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18903
18904         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18905         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18906         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18907         * ext/alsa/gstalsaplugin.c: (plugin_init):
18908         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18909         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18910         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18911         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18912         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18913         (gst_faad_change_state), (plugin_init):
18914         * ext/faad/gstfaad.h:
18915         * ext/vorbis/vorbis.c: (plugin_init):
18916         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18917         * gst-libs/gst/audio/Makefile.am:
18918         * gst-libs/gst/audio/audio.c: (plugin_init):
18919         * gst-libs/gst/audio/multichannel.c:
18920         (gst_audio_check_channel_positions),
18921         (gst_audio_get_channel_positions),
18922         (gst_audio_set_channel_positions),
18923         (gst_audio_set_structure_channel_positions_list),
18924         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18925         (gst_audio_fixate_channel_positions):
18926         * gst-libs/gst/audio/multichannel.h:
18927         * gst-libs/gst/audio/testchannels.c: (main):
18928         * gst/audioconvert/gstaudioconvert.c:
18929         (gst_audio_convert_class_init), (gst_audio_convert_init),
18930         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18931         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18932         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18933         * gst/audioconvert/plugin.c: (plugin_init):
18934           Surround sound support.
18935
18936 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18937
18938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18939           Fix position for discont if we're close as well. Nitpicking, but
18940           saves a few milliseconds of extra waiting or skipping.
18941
18942 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18945           We sometimes need parsers for playback, so add those too.
18946
18947 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18948
18949         * configure.ac:
18950         * gst/apetag/Makefile.am:
18951         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18952         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18953         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18954         (gst_ape_demux_get_src_query_types),
18955         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18956         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18957         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18958         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18959         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18960         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18961         (gst_ape_demux_change_state):
18962         * gst/apetag/apedemux.h:
18963         * gst/apetag/apetag.c: (plugin_init):
18964         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18965         (plugin_init):
18966           APE v1/2 tag reader plus typefind function.
18967
18968 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18969
18970         * configure.ac:
18971         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18972         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18973           Remove hacks for older core. Require newer core version
18974           accordingly.
18975
18976 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18977
18978         * gst/cdxaparse/Makefile.am:
18979         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18980         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18981         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18982         * gst/cdxaparse/gstcdxaparse.h:
18983         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18984         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18985         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18986         (gst_cdxastrip_get_src_query_types),
18987         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18988         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18989         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18990         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18991         * gst/cdxaparse/gstcdxastrip.h:
18992           SVCD/VCD header stripping separated from CDXA image parsing.
18993         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18994         (plugin_init):
18995           Add VCD/SVCD header typefinding for VCD/SVCD.
18996         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18997         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18998         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18999         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19000         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19001         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19002         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19003         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19004         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19005         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19006         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19007         * sys/vcd/vcdsrc.h:
19008           Fix up, add seeking, querying, URI interface. Works in totem now.
19009
19010 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19011
19012         * configure.ac:
19013           back to CVS
19014
19015 === release 0.8.6 ===
19016
19017 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19018
19019         * NEWS:
19020         * RELEASE:
19021         * configure.ac:
19022         * po/af.po:
19023         * po/az.po:
19024         * po/cs.po:
19025         * po/en_GB.po:
19026         * po/hu.po:
19027         * po/it.po:
19028         * po/nb.po:
19029         * po/nl.po:
19030         * po/or.po:
19031         * po/sq.po:
19032         * po/sr.po:
19033         * po/sv.po:
19034         * po/uk.po:
19035           releasing 0.8.6, "IOU Love"
19036
19037 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19038
19039         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19040
19041         * gst/playback/gstplaybasebin.c:
19042           Fix unplayable files error handling.  Fixes #158365
19043
19044 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19045
19046         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19047
19048         * gst/typefind/gsttypefindfunctions.c:
19049           Fix broken mp3 typefinding.  Fixes #158375
19050
19051 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19052
19053         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19054
19055         * ext/ogg/gstoggdemux.c:
19056           Fix sync on broken files.  Fixes #158976
19057
19058 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19059
19060         patch by: Edward Hervey <bilboed@bilboed.com>
19061
19062         * ext/libpng/gstpngenc.c:
19063           Copy over buffer properties.  Fixes #158832
19064
19065 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19066
19067         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19068
19069         * ext/dvdread/dvdreadsrc.c:
19070           Fixes invalid reads (#158462)
19071
19072 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19073
19074         * sys/v4l/gstv4lsrc.c:
19075         * sys/v4l/gstv4lsrc.h:
19076         * sys/v4l/v4lsrc_calls.c:
19077           Probe less and cache it.  Fixes #159187.
19078
19079 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19080
19081         * gst/videorate/gstvideorate.c:
19082           Handle all video formats. Fixes #159186.
19083
19084 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19085         * gst/synaesthesia/gstsynaesthesia.c:
19086         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19087         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19088         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19089         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19090         (gst_synaesthesia_change_state), (plugin_init):
19091         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19092         Force 320x200 output, as that's the only thing the underlying
19093         synaesthesia implementation supports. Still needs to be made
19094         re-entrant.
19095
19096 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19097
19098         * configure.ac:
19099           Fix mpeg2enc configure check (similar to mplex check below).
19100
19101 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19102
19103         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19104
19105         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19106           Fix for gcc-2.95 (fixes #158221).
19107
19108 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19109
19110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19111           Re-add clock distribution hack (until new core is released).
19112           Fixes #158125.
19113
19114 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19115         * configure.ac:
19116           fix mplex configure check segfaulting on some systems (bug #140994)
19117
19118 2004-11-13  Benjamin Otte  <otte@gnome.org>
19119
19120         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19121           add debugging
19122         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19123           do a wait when we enter the loop func with no data available to
19124           write instead of getting into an 100% CPU loop by just returning and
19125           being called again by the scheduler
19126
19127 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19128
19129         * configure.ac:
19130         * ext/libvisual/visual.c: (gst_visual_get_type),
19131         (libvisual_log_handler), (gst_visual_getcaps),
19132         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19133         (plugin_init):
19134           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19135         * ext/smoothwave/Makefile.am:
19136         * ext/smoothwave/demo-osssrc.c: (main):
19137         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19138         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19139         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19140         (plugin_init):
19141         * ext/smoothwave/gstsmoothwave.h:
19142           Make gstsmoothwave a working element in the 20th century.
19143
19144         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19145           Fix incorrect link function
19146
19147 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19148
19149         * gst/volume/gstvolume.c:
19150           Allow buffer-frames=0.
19151
19152 2004-11-12 Iain <iaingnome@gmail.com>
19153
19154         * configure.ac: Check for polypaudio
19155
19156         * ext/Makefile.am: Build the polyp dir
19157
19158         * ext/polyp: The polypsink sources.
19159
19160 2004-10-30 Iain <iaingnome@gmail.com>
19161
19162         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19163         caps to reflect the new number of channels.
19164
19165 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19166
19167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19168           Fix for negotiation order problem. This would show when the
19169           ALSA loopfuction was called before any other function. ALSA
19170           wouldn't do anything because we're not negotiated yet, leading
19171           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19172
19173 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19174
19175         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19176
19177         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19178           No warnings (#157986).
19179
19180 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19181
19182         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19183           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19184
19185 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19186
19187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19188           Signal no-more-pads (so it works in playbin).
19189
19190 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19191
19192         * ext/musepack/gstmusepackreader.cpp:
19193           Workaround for older core.
19194
19195 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19196
19197         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19198           Actually test for odd width/height rather than testing whether
19199           a temporary variable that was 0 before we subtracted 1 is now
19200           not equal to zero (which it always is).
19201
19202 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19203
19204         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19205         Fix compilation if HAVE_XVIDEO is not defined
19206
19207 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19208
19209         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19210         Fix compilation if HAVE_XVIDEO is not defined
19211
19212 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19213
19214         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19215         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19216         (gst_goom_change_state), (plugin_init):
19217         Use the bytestream adapter so goom doesn't depend on the input
19218         buffer size.
19219         Add a debug category
19220
19221 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19222
19223         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19224           Only set hardware parameters *after* negotiation. Before
19225           negotiation, it will set ANY and that seems to cause crashes
19226           (see e.g. #151288, #153227).
19227
19228 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19229
19230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19231           This seems to be antique leftover. It needs to pass error
19232           checking.
19233         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19234         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19235         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19236         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19237           Fix GstXOverlay implementation (#151059).
19238
19239 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19240
19241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19242           Don't assert (#157853).
19243
19244 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19245
19246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19247           Fix bytes/samples confustion.
19248         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19249           Fix for underrun (#144389).
19250
19251 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19252
19253         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19254           Disable halfway-seek for pending release (since it needs a new
19255           core release).
19256
19257 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * sys/v4l/gstv4lsrc.c:
19260         * sys/v4l/gstv4lsrc.h:
19261         * sys/v4l/v4lsrc_calls.c:
19262           add autoprobe-fps property so we can separate autoprobing parts
19263
19264 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19265
19266         * sys/v4l/gstv4lsrc.c:
19267         * sys/v4l/v4lsrc_calls.c:
19268         initialise fourcc to catch unset fourcc's, and debug
19269
19270 2004-11-09  Wim Taymans  <wim@fluendo.com>
19271
19272         * gst/playback/README:
19273         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19274         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19275         (gst_play_bin_dispose), (gst_play_bin_set_property),
19276         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19277         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19278         (gst_play_bin_get_formats), (gst_play_bin_convert),
19279         (gst_play_bin_get_query_types), (gst_play_bin_query):
19280         Cleanups and some more documentation.
19281
19282 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19283
19284         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19285         (gst_cacasink_init), (gst_cacasink_chain):
19286         * ext/libcaca/gstcacasink.h:
19287         Cacasink inherits from VideoSink, so let that store the clock.
19288
19289 2004-11-09  Wim Taymans  <wim@fluendo.com>
19290
19291         * gst/playback/README:
19292         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19293         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19294         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19295         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19296         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19297         (setup_sinks):
19298         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19299         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19300         * gst/playback/gststreaminfo.h:
19301         Updated README.
19302         Only switch groups if all streams have muted (EOSed).
19303         Send Tags in sync with the stream playback instead of in
19304         the playback/preroll phase.
19305         Some cleanups, free the fakesrc elements.
19306
19307 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19308
19309         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19310           buffer-frames property was missing
19311         * ext/arts/gst_arts.c:
19312           rate missing from sinkcaps
19313         * ext/audiofile/gstafparse.c:
19314         * ext/audiofile/gstafsink.c:
19315         * ext/audiofile/gstafsrc.c:
19316         * ext/swfdec/gstswfdec.c:
19317           int audio doesn't know buffer-frames
19318         * ext/cdparanoia/gstcdparanoia.c:
19319           int audio doesn't know chunksize either
19320         * ext/nas/nassink.c:
19321           it's endianness, not endianess
19322         * gst-libs/gst/audio/audio.h:
19323           make float standard pad template caps really describe float
19324         * gst/law/mulaw.c: (linear_factory):
19325           signed only, please
19326         * gst/mpegstream/gstdvddemux.c:
19327           widths of 20 are not valid
19328
19329 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19332
19333         * po/LINGUAS:
19334         * po/it.po:
19335           Add Italian
19336
19337 2004-11-08  Wim Taymans  <wim@fluendo.com>
19338
19339         * gst/playback/README:
19340         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19341         * gst/playback/gstplaybasebin.c: (probe_triggered),
19342         (gst_play_base_bin_change_state):
19343         Updated README, added more comments for fixmes etc..
19344
19345 2004-11-08  Wim Taymans  <wim@fluendo.com>
19346
19347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19348         We can remove this hack now.
19349
19350 2004-11-08  Wim Taymans  <wim@fluendo.com>
19351
19352         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19353         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19354         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19355         Only mix AYUV for maximum quality.
19356
19357 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19358
19359         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19360         (gst_ogg_demux_push), (gst_ogg_pad_push):
19361           Let's act as if we're synchronized now! :).
19362         * ext/theora/theoradec.c: (theora_dec_chain):
19363           Add some debug.
19364
19365 2004-11-08  Wim Taymans  <wim@fluendo.com>
19366
19367         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19368         (gst_alpha_set_property), (gst_alpha_sink_link),
19369         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19370         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19371         (gst_alpha_init_params), (gst_alpha_chain):
19372         Implement alpha functions for AYUV too, this increases
19373         accuracy quite a bit.
19374
19375 2004-11-08  Wim Taymans  <wim@fluendo.com>
19376
19377         * gst/ffmpegcolorspace/avcodec.h:
19378         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19379         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19380         (gst_ffmpegcsp_avpicture_fill):
19381         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19382         (gst_ffmpegcsp_caps_remove_format_info):
19383         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19384         (shrink12), (img_get_alpha_info), (deinterlace_line),
19385         (deinterlace_line_inplace):
19386         * gst/ffmpegcolorspace/imgconvert_template.h:
19387         Added AYUV colorspace and handle RGBA a bit more respectful.
19388
19389 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19390
19391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19392           Actually always send a discont (cornercase when resending the
19393           same serial-tagged chain twice).
19394
19395 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19396
19397         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19398         (gst_ximagesink_finalize):
19399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19400         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19401
19402 2004-11-08  Wim Taymans  <wim@fluendo.com>
19403
19404         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19405         Don't segfault on NULL data.
19406
19407 2004-11-08  Wim Taymans  <wim@fluendo.com>
19408
19409         * gst/playback/gstdecodebin.c: (unlinked):
19410         * gst/playback/gstplay-marshal.list:
19411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19412         (gst_play_base_bin_init), (group_create), (get_active_group),
19413         (get_building_group), (group_destroy), (group_commit),
19414         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19415         (add_element_stream), (no_more_pads), (probe_triggered),
19416         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19417         (state_change), (setup_source), (gst_play_base_bin_get_property),
19418         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19419         (gst_play_base_bin_link_stream),
19420         (gst_play_base_bin_get_streaminfo):
19421         * gst/playback/gstplaybasebin.h:
19422         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19423         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19424         Add support for chained ogg files. Prepare for playlist
19425         support. This patch introduces the concept of pad groups, which
19426         together compose one playable media file.
19427
19428 2004-11-07  David Schleef  <ds@schleef.org>
19429
19430         * testsuite/gst-lint: Check for pad templates that aren't statically
19431         scoped.
19432
19433 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * configure.ac:
19436         * ext/Makefile.am:
19437         * ext/musepack/Makefile.am:
19438         * ext/musepack/gstmusepackdec.cpp:
19439         * ext/musepack/gstmusepackdec.h:
19440         * ext/musepack/gstmusepackreader.cpp:
19441         * ext/musepack/gstmusepackreader.h:
19442           Add musepack decoder.
19443         * ext/faad/gstfaad.c: (gst_faad_base_init):
19444           Make pad templates static.
19445         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19446         (plugin_init):
19447           Add musepack typefinder, make mp3 typefinding work halfway stream,
19448           which doesn't actually work yet because id3demux doesn't implement
19449           _get_length().
19450
19451 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19454         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19455           Fix interrupt event handling (#144436).
19456
19457 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19458
19459         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19460           Hide unused glory.
19461
19462 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19463
19464         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19465
19466         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19467           Fix weird caps (#157548).
19468
19469 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19470
19471         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19472
19473         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19474           Add missing NULL terminator (#157543).
19475
19476 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19477
19478         * gst/tcp/gsttcp.h:
19479         * gst/tcp/gsttcpclientsink.c:
19480         * gst/tcp/gsttcpclientsrc.c:
19481         * gst/tcp/gsttcpserversink.c:
19482         * gst/tcp/gsttcpserversrc.c:
19483           ports can go up to 65535.  Move common defines to gsttcp.h
19484
19485 2004-11-05  Wim Taymans  <wim@fluendo.com>
19486
19487         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19488         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19489         Added two more colorspaces.
19490
19491 2004-11-05  Wim Taymans  <wim@fluendo.com>
19492
19493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19494         (gst_ffmpegcsp_avpicture_fill):
19495         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19496         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19497         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19498         More stride fixes.
19499
19500 2004-11-05  Wim Taymans  <wim@fluendo.com>
19501
19502         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19503         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19504         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19505         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19506         (gst_videomixer_loop):
19507         More stride fixes.
19508
19509 2004-11-05  Benjamin Otte  <otte@gnome.org>
19510
19511         * ext/mad/gstmad.c: (gst_mad_chain):
19512           don't overflow data buffer. Flush not needed sync data when syncing
19513           failed.
19514
19515 2004-11-04  Wim Taymans  <wim@fluendo.com>
19516
19517         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19518         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19519         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19520         (gst_alpha_init_params), (gst_alpha_chain),
19521         (gst_alpha_change_state):
19522         Updated the chroma keying algorithm with something more
19523         sophisticated.
19524
19525 2004-11-03  Wim Taymans  <wim@fluendo.com>
19526
19527         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19528         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19529         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19530         Fix stride issues. Does not completely work for odd
19531         heights.
19532
19533 2004-11-03  Wim Taymans  <wim@fluendo.com>
19534
19535         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19536         (gst_alpha_chroma_key), (gst_alpha_chain):
19537         Fix stride issues. Does not completely work for odd
19538         heights.
19539
19540 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19541
19542         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19543         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19544         leak fixes
19545
19546 2004-11-03  Wim Taymans  <wim@fluendo.com>
19547
19548         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19549         (gst_ffmpegcsp_avpicture_fill):
19550         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19551         (avpicture_alloc):
19552         * gst/ffmpegcolorspace/imgconvert_template.h:
19553         Use correct _fill function to get correct strides.
19554
19555 2004-11-02  David Schleef  <ds@schleef.org>
19556
19557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19558         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19559         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19560         Change all g_print()s to debugging.  Add a bunch of consistency
19561         checks.
19562
19563 2004-11-02  Wim Taymans  <wim@fluendo.com>
19564
19565         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19566         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19567         (unlinked), (no_more_pads), (close_link):
19568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19569         (unknown_type), (add_element_stream), (new_decoded_pad),
19570         (removed_decoded_pad), (setup_source):
19571         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19572         (gst_stream_info_class_init), (gst_stream_info_init),
19573         (gst_stream_info_new), (gst_stream_info_dispose),
19574         (stream_info_mute_pad), (gst_stream_info_set_property),
19575         (gst_stream_info_get_property):
19576         * gst/playback/gststreaminfo.h:
19577         Fix playback of multiple files.
19578         a slightly different approach to handling dynamic pad removals.
19579         This one only looks at pads that we have linked.
19580
19581 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19582
19583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19584         free" warning from libc.
19585
19586 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19589         (get_unconnected_element), (remove_starting_from), (pad_removed),
19590         (close_link):
19591           Implement support for dynamic pad changing. We listen to "live"
19592           pad removals (i.e. while playing) and re-setup autoplugging
19593           after that. Playbasebin/playbin need some more work for this
19594           to finally work, but decodebin supports (and replugs) chained
19595           ogg now.
19596
19597 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19598
19599         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19600         (gst_alsa_finalize):
19601         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19602         (gst_cdaudio_finalize):
19603         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19604         (cdparanoia_finalize):
19605         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19606         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19607         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19608         (dvdreadsrc_finalize):
19609         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19610         (gst_flacdec_finalize):
19611         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19612         (gst_flacenc_finalize):
19613         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19614         (gst_gnomevfssink_finalize):
19615         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19616         (gst_gnomevfssrc_finalize):
19617         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19618         (gst_fameenc_finalize):
19619         * ext/nas/nassink.c: (gst_nassink_class_init),
19620         (gst_nassink_finalize):
19621         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19622         (gst_sdlvideosink_class_init):
19623         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19624         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19625         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19626         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19627         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19628         (gst_x_window_listener_dispose):
19629         * gst/audioscale/gstaudioscale.c:
19630         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19631         (play_on_demand_finalize):
19632         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19633         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19634         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19635         (cdplayer_finalize):
19636         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19637         (gst_glimagesink_class_init):
19638         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19639         (gst_osselement_finalize):
19640         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19641         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19642         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19643           Fixes a bunch of problems with finalize and dispose functions,
19644           either assumptions that dispose is only called once, or not calling
19645           the parent class dispose/finalize function
19646
19647 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19648
19649         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19650           added two api precondition guards
19651           use g_strdup with getenv to fix crash when using ENVVAR
19652
19653 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19654         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19655         (gst_esdsink_finalize):
19656         Use a finalize function, not dispose, and more importantly,
19657         call the parent class finalize function too
19658
19659 2004-11-01  Johan Dahlin  <johan@gnome.org>
19660
19661         * ext/ogg/gstoggdemux.c:
19662         * gst/tags/gstvorbistag.c:
19663         Plug leaks.
19664
19665 2004-10-31  Benjamin Otte  <otte@gnome.org>
19666
19667         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19668           lotsa memleaks today. But they're all small...
19669
19670 2004-10-31  Benjamin Otte  <otte@gnome.org>
19671
19672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19673           another memleak crushed
19674
19675 2004-10-31  Benjamin Otte  <otte@gnome.org>
19676
19677         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19678           fix memleak
19679
19680 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19681
19682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19683           Hack to prevent crash when going to READY inside signal handler
19684           while this function is active.
19685
19686 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19687
19688         * gst/ffmpegcolorspace/Makefile.am:
19689         * gst/ffmpegcolorspace/avcodec.h:
19690         * gst/ffmpegcolorspace/common.h:
19691         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19692         * gst/ffmpegcolorspace/dsputil.h:
19693         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19695         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19696         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19697         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19698         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19699         (gst_ffmpegcsp_avpicture_fill):
19700         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19702         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19703         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19704         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19705         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19706         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19707         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19708         * gst/ffmpegcolorspace/imgconvert.c:
19709         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19710         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19711         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19712         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19713         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19714         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19715         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19716         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19717         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19718         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19719         (grow21), (grow22), (grow41), (grow44), (conv411),
19720         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19721         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19722         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19723         (avpicture_free), (is_yuv_planar), (img_convert),
19724         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19725         (deinterlace_line_inplace), (deinterlace_bottom_field),
19726         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19727         * gst/ffmpegcolorspace/imgconvert_template.h:
19728         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19729         * gst/ffmpegcolorspace/mmx.h:
19730         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19731         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19732         (av_freep), (avcodec_get_context_defaults),
19733         (avcodec_alloc_context), (avcodec_init):
19734           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19735           handling plus update from ffmpeg CVS. Large clean-up.
19736
19737 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19738
19739         * gst/playback/Makefile.am:
19740           We need the marshallers for decodebin, too.
19741
19742 2004-10-30  David Schleef  <ds@schleef.org>
19743
19744         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19745           quicktime typefinding work with 64-bit offsets.
19746
19747 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19748
19749         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19750           Set EOS on the element when processing an EOS event.
19751         * ext/speex/gstspeexdec.h:
19752         * ext/speex/gstspeexenc.h:
19753           Only keep a const ptr to the mode
19754         * gst-libs/gst/riff/riff-media.c:
19755         (gst_riff_create_audio_caps_with_data),
19756         (gst_riff_create_audio_template_caps):
19757           Allow WMAV3, with up to 6 channels.
19758         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19759           Don't call gst_pad_set_event_function on a sink pad.
19760         * gst/mpegstream/gstdvddemux.c:
19761         (gst_dvd_demux_get_subpicture_stream),
19762         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19763           Copy the explicit caps that were set across to the cur_* pads,
19764           instead of trying to use a possibly non-existent negotiated caps.
19765           Reset the type of subpicture pads to UNKNOWN after calling
19766           init_stream, so that the caps get set.
19767
19768 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19769
19770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19771
19772         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19773           Don't touch buffer if it is of size 0 (fixes #151064).
19774
19775 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19776
19777         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19778           Synchronized discont handling.
19779
19780 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19781
19782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19783         (gst_ogg_demux_push):
19784           Make seeking sort-of exact again (fixes #156387).
19785
19786 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19787
19788         * gst/playback/gstplaybasebin.c: (unknown_type),
19789         (add_element_stream), (new_decoded_pad),
19790         (gst_play_base_bin_change_state):
19791         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19792         (gst_stream_info_init), (gst_stream_info_new),
19793         (gst_stream_info_dispose), (gst_stream_info_get_property):
19794         * gst/playback/gststreaminfo.h:
19795           Make caps explicitely available. Makes testing for unsupported
19796           types possible. Improves error reporting.
19797
19798 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19799
19800         * gst/audioconvert/gstaudioconvert.c:
19801         (gst_audio_convert_buffer_to_default_format):
19802           Really don't touch read-only buffers (#156563).
19803
19804 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19805
19806         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19807
19808         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19809           Fix memleak (#155223).
19810
19811 2004-10-29  Wim Taymans  <wim@fluendo.com>
19812
19813         * gst/tcp/.cvsignore:
19814         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19815         (gst_multifdsink_class_init), (gst_multifdsink_init),
19816         (gst_multifdsink_add), (gst_multifdsink_remove),
19817         (gst_multifdsink_remove_client_link), (is_sync_frame),
19818         (gst_multifdsink_new_client),
19819         (gst_multifdsink_handle_client_write),
19820         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19821         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19822         (gst_multifdsink_get_property):
19823         * gst/tcp/gstmultifdsink.h:
19824         Added burst on connect sync_method, deprecated sync_clients,
19825         streamlined the sync code some more.
19826
19827 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19828
19829         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19830         (gst_play_base_bin_change_state):
19831           Improve error reporting.
19832
19833 2004-10-28  Wim Taymans  <wim@fluendo.com>
19834
19835         * gst/tcp/Makefile.am:
19836         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19837         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19838         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19839         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19840         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19841         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19842         (gst_fdset_wait):
19843         Added more locks around fdset structures. Fixed/reworked
19844         the poll array resizing code.
19845         Added stress test for fdset.
19846
19847 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19848
19849         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19850         fix build
19851
19852 2004-10-28  Benjamin Otte  <otte@gnome.org>
19853
19854         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19855           fix link function to always query channels and query width for
19856           floats
19857         * configure.ac:
19858           add equalizer dir
19859         * gst/equalizer/Makefile.am:
19860         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19861         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19862         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19863         (arg_to_scale), (setup_filter),
19864         (gst_iir_equalizer_compute_frequencies),
19865         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19866         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19867         (plugin_init):
19868           add an equalizer
19869
19870 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19871
19872         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19873
19874         * po/LINGUAS:
19875         * po/nb.po:
19876           Added Norwegian Bokmaal translation
19877
19878 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19881           Don't break on options (fixes #156488).
19882
19883 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19884
19885         * configure.ac:
19886         * ext/cdaudio/Makefile.am:
19887         * sys/Makefile.am:
19888           fix build on older automake
19889
19890 2004-10-26  Wim Taymans  <wim@fluendo.com>
19891
19892         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19893         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19894         Allow a little margin when negotiating the framerate.
19895
19896 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19897
19898         * gst/level/gstlevel.c:
19899           synchonised naming of pads and pad-templates
19900
19901 2004-10-26  Wim Taymans  <wim@fluendo.com>
19902
19903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19904         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19905         (_find_streams_check), (gst_ogg_demux_push):
19906         Fix EOS again. Needs to be done in a better way. We should not
19907         remove the pad if there is no new chained stream.
19908
19909 2004-10-26 Iain <iaingnome@gmail.com>
19910
19911         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19912         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19913         of the caps.
19914         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19915         pad.
19916         (interleave_release_pad): Remove the pad.
19917         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19918         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19919         the set device.
19920         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19921         attrs
19922         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19923         (gst_xvimagesink_finalize): Free the par.
19924
19925 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19926
19927         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19928         (gst_avimux_stop_file):
19929           First calculate the rate, and only then use it. Hdr.rate is a
19930           multiple and not a derivative of hdr.scale. Scale is not the
19931           same as blockalign but is solely related to rate.
19932
19933 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19934
19935         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19936         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19937           Implement seeking.
19938
19939 2004-10-25  James Henstridge  <james@jamesh.id.au>
19940
19941         Reviewed by:  David Schleef  <ds@schleef.org>
19942
19943         * examples/gstplay/player.c: (got_stream_length), (main):
19944         * examples/seeking/cdplayer.c: (update_scale):
19945         * examples/seeking/seek.c: (format_value), (update_scale):
19946         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19947         (stop_seek):
19948         Build fixes on AMD64.
19949
19950 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19951
19952         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19953
19954         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19955         Fix for some v4l cards which hang in v4lsrc
19956
19957 2004-10-25  Wim Taymans  <wim@fluendo.com>
19958
19959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19960         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19961         Make sure to remove the pad when a new chain is
19962         encountered. Set some vars to NULL so we don't try
19963         to reference freed memory.
19964
19965 2004-10-25  Wim Taymans  <wim@fluendo.com>
19966
19967         * examples/seeking/Makefile.am:
19968         * examples/seeking/cdplayer.c: (update_scale):
19969         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19970         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19971         (format_value), (update_scale), (iterate), (start_seek),
19972         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19973         (print_usage), (main):
19974         Added some more examples, update others.
19975
19976 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19979         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19980         * ext/theora/theoradec.c: (theora_dec_chain):
19981         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19982           Add codec-name metadata.
19983
19984 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19985
19986         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19987
19988         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19989         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19990         * ext/alsa/gstalsamixertrack.h:
19991         * po/POTFILES.in:
19992           ALSA mixer track label internationalization (#154054).
19993
19994 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19995
19996         * ext/theora/theoradec.c: (theora_dec_chain):
19997           Export bitrate as metadata.
19998
19999 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20000
20001         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20002         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20003         * ext/alsa/gstalsamixertrack.h:
20004           Fix names, fix loop.
20005
20006 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20007
20008         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20009         (speex_dec_convert):
20010           sinkconvert function so oggdemux can get the file length (totem).
20011
20012 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20013
20014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20015
20016         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20017           Don't push incomplete packets.
20018         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20019           Fix MPEG-4 audio typefinding.
20020
20021 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20022
20023         * sys/v4l/Makefile.am:
20024         * sys/v4l/gstv4l.c: (plugin_init):
20025         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20026         (gst_v4lelement_init), (gst_v4lelement_dispose),
20027         (gst_v4lelement_change_state):
20028         * sys/v4l/gstv4lelement.h:
20029         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20030         (gst_v4l_xoverlay_close), (idle_refresh),
20031         (gst_v4l_xoverlay_set_xwindow_id):
20032         * sys/v4l/gstv4lxoverlay.h:
20033         * sys/v4l/v4l-overlay_calls.c:
20034         * sys/v4l/v4l_calls.h:
20035         * sys/v4l2/Makefile.am:
20036         * sys/v4l2/gstv4l2.c: (plugin_init):
20037         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20038         (gst_v4l2element_init), (gst_v4l2element_dispose),
20039         (gst_v4l2element_change_state):
20040         * sys/v4l2/gstv4l2element.h:
20041         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20042         (gst_v4l2_xoverlay_close), (idle_refresh),
20043         (gst_v4l2_xoverlay_set_xwindow_id):
20044         * sys/v4l2/gstv4l2xoverlay.h:
20045         * sys/v4l2/v4l2-overlay_calls.c:
20046         * sys/v4l2/v4l2_calls.h:
20047           Remove client-side overlay handling, use the X-server v4l plugin
20048           for that. Nicer overlay, less code. Also make the plugin
20049           compileable without X (but then without overlay, obviously).
20050           Makes xwindowlistener obsolete, should we remove that?
20051
20052 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20053
20054         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20055         (gst_osssrc_src_query):
20056         * sys/oss/gstosssrc.h:
20057           OK, so people want offset in DEFAULT. This time, actually fix all
20058           cases.
20059         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20060           Add FPS properly.
20061
20062 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20063
20064         * gst/asfdemux/gstasfmux.c:
20065         * gst/avi/gstavimux.c:
20066           Framerate.
20067
20068 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20069
20070         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20071           Fix properties (channel, norm, frequency).
20072
20073 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20074
20075         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20076           Flag typo.
20077         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20078           No warnings.
20079
20080 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20083           Fix hang.
20084
20085 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20086
20087         * sys/v4l2/gstv4l2element.h:
20088           Yet Another Hack (tm) for kernel header borkedness.
20089         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20090         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20091         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20092         (gst_v4l2src_change_state):
20093         * sys/v4l2/gstv4l2src.h:
20094         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20095         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20096           Fix caps, keep track of state, work.
20097
20098 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20099
20100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20101           Quiet.
20102
20103 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20106           Don't mix bytes and samples.
20107
20108 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20109
20110         * ext/ogg/gstoggmux.c:
20111           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20112           and theora. Any is incorrect.
20113         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20114           Fix caps.
20115         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20116         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20117         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20118         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20119         * sys/v4l/gstv4lmjpegsrc.h:
20120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20121         (gst_v4lsrc_change_state):
20122         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20123         (gst_v4lmjpegsrc_capture_stop):
20124           Fix caps. Keep track of internal state. Work.
20125
20126 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20127
20128         * ext/Makefile.am:
20129           Fix the build fixes.
20130
20131 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20132
20133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20134         (gst_ogg_demux_src_event), (_find_chain_seek),
20135         (gst_ogg_pad_push):
20136           Check for pad availability before using it.
20137         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20138           Fix parsing of chained ogg. Needs more work on the decoder side.
20139
20140 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20141
20142         * gst/spectrum/Makefile.am:
20143         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20144         (idle_func):
20145           Fix demo and reenable it. Yes, I'm currently playing with audio
20146           analysis tools
20147
20148 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20149
20150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20151           We love it if files that start at zero work too...
20152
20153 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20154
20155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20156           Handle files with missing EOS headers.
20157
20158 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20159
20160         * gst/tcp/gsttcpserversink.c:
20161         (gst_tcpserversink_handle_server_read),
20162         (gst_tcpserversink_init_send):
20163         Zero some variables first (need for accept not to return EINVAL)
20164
20165 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20168         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20169         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20170         (theora_dec_chain):
20171         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20172         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20173           Seeking and querying finetune.
20174
20175 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20176
20177         * configure.ac:
20178         * ext/Makefile.am:
20179         * ext/raw1394/Makefile.am:
20180           fix the build
20181
20182 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20183
20184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20185           Wrong return.
20186         * gst/playback/Makefile.am:
20187         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20188         * gst/playback/gstplay-marshal.list:
20189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20190           Fix marshallers.
20191
20192 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20195           Silence.
20196
20197 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20198
20199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20200         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20201         (gst_ogg_pad_push):
20202           Yay for non-lineair granulepos in theora.
20203
20204 2004-10-18  Wim Taymans  <wim@fluendo.com>
20205
20206         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20207         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20208         * ext/dv/gstdvdec.h:
20209         Make sure we renegotiate aspect ratio when the camera switches.
20210
20211 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20214         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20215           Start at zero.
20216         * ext/theora/theoradec.c: (theora_dec_chain):
20217           Skip headers. Bad idea for chained ogg, but fixes seeking.
20218
20219 2004-10-18  Wim Taymans  <wim@fluendo.com>
20220
20221         * configure.ac:
20222         I swear, this is the last time I touch this.
20223
20224 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20225
20226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20227         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20228         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20229           Faster seeking.
20230         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20231           Time-to-default conversion.
20232         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20233           Don't error on unknown packets, just skip. We should probably
20234           read them if we want to support chained ogg.
20235
20236 2004-10-18  Wim Taymans  <wim@fluendo.com>
20237
20238         * configure.ac:
20239         Added cdaudio to wrong list.
20240
20241 2004-10-18  Wim Taymans  <wim@fluendo.com>
20242
20243         * configure.ac:
20244         Revive cdaudio.
20245
20246 2004-10-18  Wim Taymans  <wim@fluendo.com>
20247
20248         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20249         (gst_dvdec_video_link), (gst_dvdec_push):
20250         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20251         (gst_smokeenc_resync), (gst_smokeenc_chain):
20252         Fix mimetype on smoke encoder.
20253         Add aspect ratio to dvdec. Not sure if these
20254         values are correct though....
20255
20256 2004-10-18  Wim Taymans  <wim@fluendo.com>
20257
20258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20259         Fix vorbis property descriptions and ranges.
20260
20261 2004-10-18  Wim Taymans  <wim@fluendo.com>
20262
20263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20264         Really do nothing when no data is available.
20265         Go to the playing state when the stream is not seekable
20266         instead of failing.
20267
20268 2004-10-18  Wim Taymans  <wim@fluendo.com>
20269
20270         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20271         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20272         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20273         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20274         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20275         Added uri handler for cd://
20276         Port to new API.
20277
20278 2004-10-18  Wim Taymans  <wim@fluendo.com>
20279
20280         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20281         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20282         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20283         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20284         (remove_prerolls), (unknown_type), (add_element_stream),
20285         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20286         (gst_play_base_bin_remove_element),
20287         (gst_play_base_bin_link_stream):
20288         * gst/playback/gstplaybin.c: (gen_video_element),
20289         (gen_vis_element), (remove_sinks), (setup_sinks):
20290         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20291         (gst_stream_info_get_type), (gst_stream_info_class_init),
20292         (gst_stream_info_init), (gst_stream_info_new),
20293         (gst_stream_info_dispose), (stream_info_mute_pad),
20294         (gst_stream_info_set_property), (gst_stream_info_get_property):
20295         * gst/playback/gststreaminfo.h:
20296         Add sink padtemplate to decodebin.
20297         Added some more comments.
20298         Make queue size configurable in playbasebin.
20299         Added possibility to use elements as sinks (ex cdaudio).
20300
20301 2004-10-15  Wim Taymans  <wim@fluendo.com>
20302
20303         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20304         (gst_speexenc_chain):
20305         Fix speex timestamps so that it gets muxed properly.
20306
20307 2004-10-15  Wim Taymans  <wim@fluendo.com>
20308
20309         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20310         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20311         (gst_dv1394src_init), (gst_dv1394src_dispose),
20312         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20313         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20314         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20315         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20316         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20317         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20318         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20319         * ext/raw1394/gstdv1394src.h:
20320         Added conversion/query functions.
20321         Update buffer timestamps,
20322         Added signals.
20323         Added uri dv:// so it might play from the firewire in playbin.
20324         Fix a possible leak.
20325         Added debugging.
20326
20327 2004-10-15  Wim Taymans  <wim@fluendo.com>
20328
20329         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20330         (gst_dv1394src_init), (gst_dv1394src_set_property),
20331         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20332         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20333         * ext/raw1394/gstdv1394src.h:
20334         Added AV/C VTR control support needed for some cameras.
20335         Added automatic port detection.
20336         Added properties for selecting the channel.
20337         The configure.ac script is not yet updated to reflect the
20338         new libavc1394 and librom1394 dependencies.
20339
20340 2004-10-15  Wim Taymans  <wim@fluendo.com>
20341
20342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20343         (qtdemux_parse), (gst_qtdemux_handle_esds):
20344         An esds box is not a container.
20345         Fix parsing of mp4v boxes.
20346         Do not try to renegotiate fps for each frame. Need to
20347         find a better method. This should fix mp4 playback.
20348
20349 2004-10-14  David Schleef  <ds@schleef.org>
20350
20351         * configure.ac: update for swfdec-0.3 and liboil-0.2
20352         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20353         * ext/swfdec/gstswfdec.h: same
20354         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20355         * gst/videotestsrc/videotestsrc.c: same
20356
20357 2004-10-14  Wim Taymans  <wim@fluendo.com>
20358
20359         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20360         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20361         (is_sync_frame), (gst_multifdsink_new_client),
20362         (gst_multifdsink_handle_client_write),
20363         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20364         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20365         Turn warnings into info.
20366         Don't allow a state change in the streaming thread.
20367
20368 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20369
20370         * ext/vorbis/oggvorbisenc.c:
20371         * ext/vorbis/vorbisdec.c:
20372           fix template sample rate
20373
20374 2004-10-13  Wim Taymans  <wim@fluendo.com>
20375
20376         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20377         Decoding the header first fixes some problems in resyncing
20378         in more mp3s.
20379
20380 2004-10-12  Wim Taymans  <wim@fluendo.com>
20381
20382         * gst/playback/gstplaybin.c: (gen_video_element),
20383         (gen_vis_element), (remove_sinks), (setup_sinks):
20384         Added vis plugin support, need to configure the vis
20385         element to activate it.
20386
20387 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20390         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20391           Some debug.
20392         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20393         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20394         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20395         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20396         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20397         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20398         * gst/avi/gstavidemux.h:
20399           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20400           recovery (where, if part of the index is broken, we will still read
20401           the rest of the index and recover the broken part by stream
20402           scanning). More broken media support. EOS workarounds. General AVI
20403           braindamage headache recovery. Aspirin included.
20404
20405 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20406
20407         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20408         (cdparanoia_event), (cdparanoia_query):
20409           Get rid of hideous lead-in.
20410
20411 2004-10-11  Wim Taymans  <wim@fluendo.com>
20412
20413         * gst/playback/gstplaybasebin.c: (setup_source):
20414         Wrong var used to get g_list_next.
20415
20416 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20417
20418         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20419         (cdparanoia_get), (cdparanoia_open):
20420           Report discid as metadata, add duration.
20421
20422 2004-10-11  Wim Taymans  <wim@fluendo.com>
20423
20424         * gst/playback/gstplaybasebin.c: (setup_source):
20425         Cleanup the previous pipeline a little earlier for the
20426         case that a source element provides raw data.
20427
20428 2004-10-11  Benjamin Otte  <otte@gnome.org>
20429
20430         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20431           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20432           consuming the last 128 bytes, even though it was valid mp3 data.
20433
20434 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20435
20436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20437         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20438         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20439         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20440
20441 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20442
20443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20444         Fix for webcams that support only specific width or height
20445
20446 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20447
20448         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20449
20450         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20451           Fix wrong discont event setup (fixes #154967).
20452
20453 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20454
20455         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20456
20457         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20458           Error out on invalid data (fixes #154807).
20459
20460 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20461
20462         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20463
20464         * ext/dvdread/dvdreadsrc.c: (_read):
20465           Make titles > 0 work again (fixes #154834).
20466
20467 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20468
20469         * gst-libs/gst/riff/riff-media.c:
20470         (gst_riff_create_video_template_caps):
20471           WMV3 missing in template caps.
20472
20473 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20474
20475         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20476           OK, so the original code was too strict. It makes random AVI files
20477           hang for seconds upon opening, which is unacceptable and is far
20478           beyond the original goal of getting multiple chunks for one-chunk
20479           sounc stream files. So now do just that.
20480
20481 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * gst/playback/gstplaybasebin.c: (setup_source),
20484         (gst_play_base_bin_change_state):
20485           Actually clean up streaminfo if output fails. This would trigger
20486           if, for example, there was no CD in the drive. No preroll, so
20487           a streaminfo structure is created, but the subsequent state change
20488           of the thread fails.
20489         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20490           Don't change state if parent failed.
20491
20492 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20493
20494         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20495         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20496         (gen_video_element), (remove_sinks):
20497           Add small bits of code for screenshot handling.
20498
20499 2004-10-08  Wim Taymans  <wim@fluendo.com>
20500
20501         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20502         (gen_video_element), (gen_audio_element), (setup_sinks):
20503         Don't assume the user provided sinks are named "sink"...
20504
20505 2004-10-08  Wim Taymans  <wim@fluendo.com>
20506
20507         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20508         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20509         (gst_play_base_bin_link_stream):
20510         Do not try to autoplug sources that generate raw streams like
20511         cdparanoia.
20512         disconnect the preroll overrun signal when we don't need it anymore.
20513
20514 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20515
20516         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20517         Added reworked patch from #154903 from milosz derezynski (deadchip).
20518
20519 2004-10-08  Wim Taymans  <wim@fluendo.com>
20520
20521         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20522         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20523         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20524         (cdparanoia_convert), (cdparanoia_uri_get_type),
20525         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20526         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20527         * ext/cdparanoia/gstcdparanoia.h:
20528         This adds the cdda://<tracknum> uri.
20529
20530 2004-10-08  Wim Taymans  <wim@fluendo.com>
20531
20532         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20533         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20534         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20536         (unknown_type), (gst_play_base_bin_remove_element),
20537         (gst_play_base_bin_link_stream):
20538         * gst/playback/gstplaybasebin.h:
20539         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20540         (gst_play_bin_set_property), (gen_video_element),
20541         (gen_audio_element), (setup_sinks):
20542         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20543         (gst_stream_info_get_type), (gst_stream_info_class_init),
20544         (gst_stream_info_init), (gst_stream_info_new),
20545         (gst_stream_info_dispose), (stream_info_mute_pad),
20546         (gst_stream_info_set_property), (gst_stream_info_get_property):
20547         * gst/playback/gststreaminfo.h:
20548         Reuse the audio and video bins.
20549         Some internal cleanups in the stream selection code.
20550
20551 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20552
20553         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20554         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20555         * sys/ximage/ximagesink.h:
20556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20557         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20558         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20559         not coming from those elements. Moreover these elements should not keep
20560         the xid they have been given when in NULL state.
20561
20562 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20563
20564         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20565         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20566         * sys/ximage/ximagesink.h:
20567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20568         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20569         * sys/xvimage/xvimagesink.h:
20570           Actually only create a new toplevel window if we're not gonna
20571           embed it right after.
20572
20573 2004-10-07  Wim Taymans  <wim@fluendo.com>
20574
20575         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20576         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20577         * gst/playback/gstplaybin.c: (setup_sinks):
20578         Implement muting/unmuting of streams, mute streams that are not
20579         used.
20580
20581 2004-10-07  Wim Taymans  <wim@fluendo.com>
20582
20583         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20584         (plugin_init):
20585         Added lame audio/x-ac3 typefind function.
20586
20587 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20588
20589         * configure.ac:
20590           bump nano to cvs
20591
20592 === release 0.8.5 ===
20593
20594 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20595
20596         * NEWS:
20597         * RELEASE:
20598         * configure.ac:
20599           releasing 0.8.5, "Take You On"
20600
20601 2004-10-06  Wim Taymans  <wim@fluendo.com>
20602
20603         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20604         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20605         (no_more_pads), (close_link), (type_found):
20606         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20607         * gst/playback/gstplaybin.c: (gen_video_element):
20608         Do not signal the no_more_pads after the first pad when
20609         we are plugging a non dynamic element with multiple
20610         output pads (like swfdec, dvdec, ...).
20611
20612 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20613
20614         * configure.ac:
20615           bump for prerelease
20616
20617 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20618
20619         * gst/wavparse/gstwavparse.c:
20620           add ATRAC3 to STATIC CAPS to fix a warning
20621
20622         * gst/matroska/ebml-read.c:
20623         * gst-libs/gst/riff/riff-read.c:
20624           fix typos
20625
20626 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20627
20628         * gst-libs/gst/riff/riff-media.c:
20629           generate caps for ATRAC3 audio streams
20630
20631         * gst/realmedia/rmdemux.c:
20632           generate caps for ATRAC3 audio streams
20633
20634 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20635
20636         * gst/wavparse/Makefile.am
20637         * gst/wavparse/riff.h
20638         * gst/wavparse/wavparse.vcproj
20639           riff.h removal (unused and duplication with riff-ids.h)
20640
20641 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20642
20643         * gst/wavparse/gstwavparse.h
20644           remove duplicated defines for audio codec codes
20645
20646         * gst-libs/gst/riff/riff-ids.h
20647         * gst/wavenc/riff.h:
20648           add "4CC" code for ATRAC3 audio streams
20649           add "4CC" code for ITU_G721_ADPCM (unused for now)
20650
20651 2004-10-06  Wim Taymans  <wim@fluendo.com>
20652
20653         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20654         Actually _do_ negotiation. Pass gdouble as arg instead
20655         of guint64 for the framerate.
20656
20657 2004-10-06  Wim Taymans  <wim@fluendo.com>
20658
20659         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20660         (find_compatibles), (close_pad_link), (try_to_link_1),
20661         (no_more_pads), (close_link), (type_found):
20662         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20663         * gst/playback/gstplaybin.c: (gen_video_element),
20664         (gen_audio_element):
20665         Set state on newly added element to READY so that negotiation
20666         can happen ASAP.
20667         Addes some more debug info.
20668         Do not try to plug pads with multiple caps structures or ANY
20669         because it is too dangerous since we do not do dynamic
20670         replugging.
20671
20672 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20673
20674         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20675
20676         * po/LINGUAS:
20677         * po/or.po:
20678           add Oriya translation
20679
20680 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20681
20682         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20683           Prevent overwrite of size member. Makes audio sound crappy.
20684
20685 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20686
20687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20688         Add rmvb to the list of known RealMedia extensions
20689
20690 2004-10-05  Wim Taymans  <wim@fluendo.com>
20691
20692         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20693         (mngdec_openstream), (mngdec_closestream),
20694         (mngdec_handle_sink_event), (mngdec_readdata),
20695         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20696         (mngdec_getcanvasline), (mngdec_refresh),
20697         (gst_mngdec_change_state):
20698         Set the framerate correctly.
20699
20700 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20703           There was something wrong with the index massaging.
20704
20705 2004-10-04  Wim Taymans  <wim@fluendo.com>
20706
20707         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20708         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20709         (gst_smokedec_chain):
20710         * ext/jpeg/gstsmokedec.h:
20711         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20712         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20713         * ext/jpeg/gstsmokeenc.h:
20714         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20715         (smokecodec_decode_new), (smokecodec_info_free),
20716         (smokecodec_set_quality), (smokecodec_get_quality),
20717         (smokecodec_set_threshold), (smokecodec_get_threshold),
20718         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20719         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20720         (smokecodec_encode), (smokecodec_parse_id),
20721         (smokecodec_parse_header), (smokecodec_decode):
20722         * ext/jpeg/smokecodec.h:
20723         * ext/jpeg/smokeformat.h:
20724         Updated smoke, new bitstream, allows embedding in ogg.
20725
20726 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20727
20728         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20729           Fix seeking in some files. All this code is no longer needed (and
20730           actually breaks stuff) because we now synchronize the full index
20731           right when reading the header.
20732
20733 2004-10-04  Wim Taymans  <wim@fluendo.com>
20734
20735         * configure.ac:
20736         configure update for libmng.
20737
20738 2004-10-04  Wim Taymans  <wim@fluendo.com>
20739
20740         * ext/libmng/Makefile.am:
20741         * ext/libmng/gstmng.c: (plugin_init):
20742         * ext/libmng/gstmng.h:
20743         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20744         (gst_mngdec_base_init), (gst_mngdec_class_init),
20745         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20746         (gst_mngdec_loop), (gst_mngdec_get_property),
20747         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20748         (mngdec_closestream), (mngdec_handle_sink_event),
20749         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20750         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20751         (gst_mngdec_change_state):
20752         * ext/libmng/gstmngdec.h:
20753         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20754         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20755         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20756         (gst_mngenc_chain), (gst_mngenc_get_property),
20757         (gst_mngenc_set_property):
20758         * ext/libmng/gstmngenc.h:
20759         Added basic MNG decoder. Needs more work. The encoder does
20760         not work yet.
20761
20762 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20763
20764         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20765         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20766         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20767           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20768           no-more-pads.
20769
20770 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20771
20772         * configure.ac:
20773           you need at least 1.0.4 of speex
20774
20775 2004-10-04 Iain <iaingnome@gmail.com>
20776
20777         * ext/speex/gstspeexdec.h: Revert the includes changes.
20778
20779         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20780
20781 2004-09-30 Iain <iaingnome@gmail.com>
20782
20783         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20784         found during init or set as a property instead of hardcoding /dev/audio
20785
20786 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20789         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20790         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20791         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20792         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20793         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20794         (gst_rmdemux_dump_data):
20795           Use debug category, fix EOS handling. filesrc ! rmdemux now
20796           works.
20797
20798 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20799
20800         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20801         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20802         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20803           Improve allocation, cutting and sorting of the index. How takes a
20804           few seconds instead of minutes.
20805
20806 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20807
20808         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20809           fixed compilation
20810
20811 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * gst-libs/gst/riff/riff-media.c:
20814         (gst_riff_create_video_caps_with_data),
20815         (gst_riff_create_video_template_caps):
20816           Add wing commander format mimetype/fourccs.
20817         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20818           Don't crash if some value is 0.
20819
20820 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * gst-libs/gst/riff/riff-media.c:
20823         (gst_riff_create_video_caps_with_data),
20824         (gst_riff_create_video_template_caps):
20825           Add DIB fourcc (raw, palettized 8-bit RGB).
20826         * gst-libs/gst/riff/riff-read.c:
20827         (gst_riff_read_strf_vids_with_data):
20828           Oops, fix strf_data reading bug.
20829         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20830           Use a non-NULL tag.
20831         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20832           Time for hacks. Sorry Dave. At least one quicktime movie (a
20833           trailer) that I've encountered contains multiple video tracks.
20834           One of those is the actual video track, the other are one-frame
20835           tracks (images). Unfortunately, the number of frames according
20836           to the trak header is 1 for each, so that doesn't help. So
20837           instead, I look at the duration and discard tracks with a
20838           duration shorter than 20% of the length of the stream. Better
20839           than nothing.
20840
20841 2004-10-01  Christian Schaller <christian@fluendo.com>
20842
20843         * ext/ivorbis/vorbis.c:
20844           Patch from Phil Blundell (Bug 152341)
20845
20846 2004-10-01  Wim Taymans  <wim@fluendo.com>
20847
20848         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20849         (speex_dec_get_formats), (speex_dec_convert),
20850         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20851         (speex_dec_chain), (gst_speexdec_get_property),
20852         (gst_speexdec_set_property):
20853         Small cleanups.
20854
20855 2004-10-01  Wim Taymans  <wim@fluendo.com>
20856
20857         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20858         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20859         (gst_wavparse_other), (gst_wavparse_loop),
20860         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20861         (gst_wavparse_srcpad_event):
20862         * gst/wavparse/gstwavparse.h:
20863         Added some more debugging info.
20864         Fix the case where the length of the file is 0.
20865         Make sure we seek to sample borders.
20866
20867 2004-10-01  Wim Taymans  <wim@fluendo.com>
20868
20869         * gst/playback/README:
20870         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20871         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20872         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20873         Add some debug info to decodebin, update README
20874
20875 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20876
20877         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20878           Don't use g_print(); use GST_DEBUG().
20879
20880 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20881
20882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20883         (gst_ogg_mux_queue_pads):
20884           Handle EOS properly.
20885
20886 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20887
20888         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20889
20890         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20891         (gst_faad_chain), (gst_faad_change_state):
20892         * ext/faad/gstfaad.h:
20893           Allow playback of raw (unframed) MPEG AAC files (#148993).
20894
20895 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20896
20897         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20898
20899         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20900           Throw error if we didn't recognize the stream. Fixes #152289.
20901
20902 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20903
20904         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20905           Fix negotiation.
20906
20907 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20908
20909         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20910
20911         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20912           Fix memleak.
20913
20914 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20915
20916         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20917
20918         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20919           Solve #152805.
20920         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20921           Solve 152806.
20922
20923 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20924
20925         * gst-libs/gst/riff/riff-media.c:
20926         (gst_riff_create_video_caps_with_data),
20927         (gst_riff_create_audio_caps_with_data):
20928           Add codec_data handling (like asfdemux used to do).
20929         * gst/asfdemux/gstasf.c: (plugin_init):
20930         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20931         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20932           Use riff-media for caps creation instead of our own (mostly
20933           broken) copy of its functions.
20934
20935 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20936
20937         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20938           Don't actually error out if we get another return value than
20939           -EINVAL. Opposite to what I first thought, drivers have random
20940           return values for this, although -EINVAL is the expected return
20941           value. Since this is not fatal, we shouldn't use
20942           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20943
20944 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20945
20946         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20947         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20948         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20949         (dvdreadsrc_get), (dvdreadsrc_open_file),
20950         (dvdreadsrc_change_state):
20951           Fix. Don't do one big huge loop around the whole DVD, that will
20952           cache all data and thus eat sizeof(dvd) (several GB) before we
20953           see something.
20954         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20955           Actually NULL'ify event after using it.
20956         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20957         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20958         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20959         (gst_ebml_read_seek), (gst_ebml_read_skip):
20960           Handle events.
20961         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20962         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20963         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20964           Fix timing (this will probably break if I seek using menus, but
20965           I didn't get there yet). VOBs and normal DVDs should now work.
20966           Add a mpeg2-only pad with high rank so this get autoplugged for
20967           MPEG-2 movies.
20968         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20969         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20970         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20971         (gst_mpeg_demux_get_audio_stream),
20972         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20973         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20974           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20975           MPEG-1 but use dvddemux for MPEG-2.
20976         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20977         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20978         (gst_mpeg_parse_parse_packhead):
20979           Timing. Only add pad template if it exists. Add sink template from
20980           class and not from ourselves. This means we will always use the
20981           correct sink template even if it is not the one defined in this
20982           file.
20983
20984 2004-09-29  Wim Taymans  <wim@fluendo.com>
20985
20986         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20987         (gst_mpeg_demux_parse_pes):
20988         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20989         Fix playback of mpeg again, timestamps where screwed up by
20990         patch 1.61.
20991
20992 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20993
20994         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20995           Only return true if we actually filled something in. Prevents
20996           player applications from showing a random length for flac files.
20997         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20998         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20999         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21000         (gst_riff_read_strf_vids_with_data),
21001         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21002           OK, ok, so I implemented event handling. Apparently it's normal
21003           that we receive random events at random points without asking
21004           for it.
21005         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21006         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21007         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21008         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21009         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21010         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21011         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21012         * gst/avi/gstavidemux.h:
21013           Implement non-lineair chunk handling and subchunk processing.
21014           The first solves playback of AVI files where the audio and video
21015           data of individual buffers that we read are not synchronized.
21016           This should not happen according to the wonderful AVI specs, but
21017           of course it does happen in reality. It is also a prerequisite for
21018           the second. Subchunk processing allows us to cut chunks in small
21019           pieces and process each of these pieces separately. This is
21020           required because I've seen several AVI files with incredibly large
21021           audio chunks, even some files with only one audio chunk for the
21022           whole file. This allows for proper playback including seeking.
21023           This patch is supposed to fix all AVI A/V sync issues.
21024         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21025         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21026           Work.
21027         * gst/modplug/gstmodplug.cc:
21028           Proper return value setting for the query() function.
21029         * gst/playback/gstplaybasebin.c: (setup_source):
21030           Being in non-playing state (after, e.g., EOS) is not necessarily
21031           a bad thing. Allow for that. This fixes playback of short files.
21032           They don't actually playback fully now, because the clock already
21033           runs. This means that small files (<500kB) with a small length
21034           (<2sec) will still not or barely play. Other files, such as mod
21035           or flx, will work correctly, however.
21036
21037 2004-09-28  Wim Taymans  <wim@fluendo.com>
21038
21039         * ext/speex/gstspeex.c: (plugin_init):
21040         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21041         (gst_speex_dec_class_init), (speex_dec_get_formats),
21042         (speex_get_event_masks), (speex_get_query_types),
21043         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21044         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21045         (gst_speexdec_get_property), (gst_speexdec_set_property),
21046         (speex_dec_change_state):
21047         * ext/speex/gstspeexdec.h:
21048         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21049         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21050         (gst_speexenc_base_init), (gst_speexenc_class_init),
21051         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21052         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21053         (gst_speexenc_src_query), (gst_speexenc_init),
21054         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21055         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21056         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21057         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21058         (gst_speexenc_chain), (gst_speexenc_get_property),
21059         (gst_speexenc_set_property), (gst_speexenc_change_state):
21060         * ext/speex/gstspeexenc.h:
21061         Rewrote speex encoder, make sure it can be embedded in ogg.
21062         Implemented speex decoder.
21063
21064 2004-09-28  Christian Schaller <christian@fluendo.com>
21065
21066         * configure.ac:
21067         Remove kioslave plugin. Markey is brewing a new working one
21068         * ext/Makefile.am: Remove kioslave plugin
21069         * ext/kio: remove
21070         * gst-plugins.spec.in: remove kio plugin from spec
21071
21072 2004-09-27  Wim Taymans  <wim@fluendo.com>
21073
21074         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21075         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21076         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21077         (gst_multifdsink_new_client),
21078         (gst_multifdsink_handle_client_write),
21079         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21080         (gst_multifdsink_handle_clients):
21081         * gst/tcp/gstmultifdsink.h:
21082         Make syncing to keyframes actually work for new clients and lagging
21083         clients.
21084
21085 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21086
21087         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21088         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21089         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21090         * gst/debug/gstnavigationtest.h:
21091           make navigationtest display button-press and button-release events
21092
21093 2004-09-26 Iain <iaingnome@gmail.com>
21094
21095         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21096         the channels have received a new media event.
21097         (interleave_buffered_loop): Compresses a new media event on all
21098         channels into one.
21099
21100 2004-09-26 Iain <iaingnome@gmail.com>
21101
21102         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21103         call the sinkpad's default event handler and not the srcpads. He also
21104         says this is confusing :)
21105         (gst_wavenc_stop_file): Company says that seek events only go upstream
21106         we should send a discontinuous downstream instead.
21107
21108 2004-09-25  Christian Schaller <christian@fluendo.com>
21109
21110         * Update SPEC file to be usable in conjunction with Fedora Core,
21111           Fedora.us and freshrpms packages
21112         * Fix typo in multifilesrc test Makefile
21113
21114 2004-09-24  Wim Taymans  <wim@fluendo.com>
21115
21116         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21117         Only signal the no_more_pads signal when we have
21118         added the stream to our list.
21119
21120 2004-09-24  Wim Taymans  <wim@fluendo.com>
21121
21122         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21123         (new_decoded_pad):
21124         * gst/playback/gstplaybasebin.h:
21125         * gst/playback/gstplaybin.c: (setup_sinks):
21126         Don't try to preroll or decode more than one audio/video
21127         track.
21128
21129 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21130
21131         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21132           Throw error if we failed to find a suitable output. This should
21133           throw an error if we successfully set up a pipeline (e.g. because
21134           we recognized a media file) but found no decodable streams in it
21135           (e.g. because it contains only media stream types for which we
21136           have no decoders, or because it's not a media type).
21137
21138 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21139
21140         * ext/dirac/Makefile.am:
21141         * ext/dirac/gstdirac.cc:
21142         * ext/dirac/gstdiracdec.cc:
21143         * ext/dirac/gstdiracdec.h:
21144           Do something. Don't actually know if this works because I don't
21145           have a demuxer yet.
21146         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21147           Add channels=1 to caps returned from _getcaps().
21148         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21149         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21150         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21151         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21152         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21153         (gst_ogm_parse_change_state):
21154           Separate between audio/video so ogmaudioparse actually uses the
21155           audio pad templates. Both audio and video work now, including
21156           autoplugging. Also use sometimes-srcpad hack.
21157         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21158           Handle events better. Don't hang on infinite loops.
21159         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21160         (gst_avi_demux_init), (gst_avi_demux_reset),
21161         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21162         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21163         (gst_avi_demux_change_state):
21164         * gst/avi/gstavidemux.h:
21165           Improve A/V sync. Still not perfect.
21166         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21167         (gst_ebml_read_skip):
21168           Handle events better.
21169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21170         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21171         (qtdemux_audio_caps):
21172           Add IMA4. Improve event handling. Save offset after a seek when
21173           the headers are at the end of the file so that we don't end up in
21174           an infinite loop.
21175         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21176           Add low-priority typefind support for files with no length.
21177
21178 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21179
21180         * testsuite/multifilesink/Makefile.am:
21181         fix typo
21182
21183 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21184
21185         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21187         mistakes from thaytan's patches.
21188
21189 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21190
21191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21192           For completeness, XSync in the destroy function as xvimage does.
21193
21194 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21195
21196         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21197            Correct caps negotiation
21198         * gst/volume/gstvolume.c: (volume_chain_float),
21199         (volume_chain_int16):
21200            Modify debug output to be little more informative
21201         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21203         (gst_xvimagesink_xvimage_destroy):
21204           Add XSync calls after detaching from the shared memory segment to
21205           avoid a crash.
21206
21207 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21208
21209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21210         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21211         * ext/vorbis/vorbis.c: (plugin_init):
21212         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21213         (gst_vorbisenc_chain):
21214         * ext/vorbis/vorbisenc.h:
21215         remove explicit newmedia support from oggmux and vorbisenc
21216         add debug category to vorbisenc
21217         * gst/multifilesink/gstmultifilesink.c:
21218         (gst_multifilesink_class_init), (gst_multifilesink_init),
21219         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21220         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21221         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21222         (plugin_init):
21223         * gst/multifilesink/gstmultifilesink.h:
21224         add support for streamheader in multifilesink
21225
21226 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21227
21228         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21229         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21230         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21231           Prevent infinite loops. More correct error reporting.
21232         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21233           Error out if negotiation fails.
21234         * gst/playback/gstplaybasebin.c: (setup_source),
21235         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21236         (gst_play_base_bin_found_tag):
21237           Error/tag forwarding. Pre-roll fixes for source errors on state
21238           changes (e.g. "file does not exist") to prevent hangs.
21239
21240 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21241
21242         * testsuite/multifilesink/Makefile.am:
21243         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21244         (gst_newmedia_class_init), (gst_newmedia_init),
21245         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21246         (newfile_signal), (test_signal), (main):
21247         * testsuite/multifilesink/multifilesrc_test.c: (main):
21248         * testsuite/multifilesink/oggtheora_test.c:
21249         (gst_newmedia_base_init), (gst_newmedia_class_init),
21250         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21251         (test_format), (newfile_signal), (test_signal), (main):
21252         * testsuite/multifilesink/oggvorbis_test.c:
21253         (gst_newmedia_base_init), (gst_newmedia_class_init),
21254         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21255         (test_format), (newfile_signal), (test_signal), (main):
21256         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21257         (gst_newmedia_class_init), (gst_newmedia_init),
21258         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21259         (newfile_signal), (test_signal), (main):
21260         New media tests
21261
21262 2004-09-20  Christian Schaller <christian@fluendo.com>
21263
21264         * Fix mikmod license to LGPL as they have relicensed
21265         * Move Dirac and Effectv into LGPL section of README_license
21266
21267 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21268
21269         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21270         (gst_mad_change_state):
21271           Allow for mp3 rate/channels changes. However, only very
21272           conservatively. Reason that we *have* to enable this is smiply
21273           because the mad find_sync() function is not good enough, it will
21274           regularly sync on random data as valid frames and therefore make
21275           us provide random caps as *final* caps of the stream. The best fix
21276           I could think of is to simply require several of the same stream
21277           changes in a row before we change caps.
21278           The actual testcase that works now is #
21279         * ext/ogg/Makefile.am:
21280         * ext/ogg/gstogg.c: (plugin_init):
21281         * ext/ogg/gstogmparse.c:
21282           OGM support (video only for now; I need an audio sample file).
21283         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21284         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21285         (gst_asf_demux_add_video_stream):
21286           WMV extradata.
21287         * gst/playback/gstplaybasebin.c: (unknown_type):
21288           Don't error out on single unknown-types after all. It's wrong.
21289           If we found type of video and audio but not of a subtitle stream,
21290           it will still error out (which is unwanted). Will find a better fix
21291           later on.
21292         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21293         (ogmaudio_type_find), (plugin_init):
21294           OGM support.
21295
21296 2004-09-20  Johan Dahlin  <johan@gnome.org>
21297
21298         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21299         after setting caps.
21300
21301 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21302
21303         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21304         * gst/wavenc/gstwavenc.h:
21305         Added newmedia support to wavenc
21306
21307 2004-09-17  Wim Taymans  <wim@fluendo.com>
21308
21309         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21310         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21311         (gst_fdset_fd_can_write), (gst_fdset_wait):
21312         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21313         (gst_multifdsink_init), (gst_multifdsink_add),
21314         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21315         (gst_multifdsink_remove_client_link),
21316         (gst_multifdsink_client_queue_buffer),
21317         (gst_multifdsink_handle_client_write),
21318         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21319         (gst_multifdsink_close), (gst_multifdsink_change_state):
21320         * gst/tcp/gstmultifdsink.h:
21321         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21322         (gst_tcpserversink_removed):
21323         Small cleanups in fdset.c
21324         Use a hastable to map fd to the client structure for faster
21325         lookup in _remove and get_stats.
21326         Added virtual function to close the fds.
21327         Handle clients even when the select/poll call was unblocked because
21328         of a command.
21329         Implement syncing to keyframe in the recovery procedure.
21330
21331 2004-09-16 Iain <iaingnome@gmail.com>
21332
21333         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21334         try caps.
21335
21336 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21337
21338         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21339           Caps are only set if the type of the stream is unknown, but this
21340           is initialized in ->init_stream(), so set to UNKNOWN after calling
21341           ->init_stream() so that capsnego starts.
21342
21343 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21344
21345         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21346         (gst_avi_demux_stream_data):
21347           Just hardcode for raw audio then. AVI audio sucks.
21348
21349 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21350
21351         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21352         * gst/matroska/matroska-mux.c: (audiosink_templ),
21353         (gst_matroska_mux_audio_pad_link):
21354         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21355         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21356
21357 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21358
21359         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21360         (gst_avi_demux_stream_data):
21361           Try to fix a/v sync issues.
21362
21363 2004-09-15  David Schleef  <ds@schleef.org>
21364
21365         * configure.ac: remove NASM check, since we don't use it.  Update
21366         dirac check to 0.4
21367         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21369         Initialized variables.
21370         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21371         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21372         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21373         SVQ3 format
21374
21375 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21376
21377         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21378         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21379         * gst/avi/gstavidemux.h:
21380           Fix for compressed audio (mp3) timestamp generation. How did this
21381           ever work?
21382
21383 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21384
21385         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21386           Volume is a double not a float.
21387
21388 2004-09-15  Wim Taymans  <wim@fluendo.com>
21389
21390         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21391         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21392         Don't close the fd in multifdsink as we didn't open it in the
21393         first place. Some cleanups.
21394
21395 2004-09-15  Wim Taymans  <wim@fluendo.com>
21396
21397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21399         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21400         Fix the case where the muxer would mark pages as delta
21401         frames when they are not (vorbis only ogg).
21402
21403 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21404
21405         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21406         (gst_play_base_bin_change_state):
21407           Handle the case where we failed to setup a clear pipeline. This
21408           will throw an error (or EOS, another nice case) and if you don't
21409           catch that, the app will wait for the signal forever (and thus
21410           hang).
21411
21412 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21413
21414         * ext/gnomevfs/gstgnomevfssink.c:
21415         (gst_gnomevfssink_uri_get_protocols):
21416         * ext/gnomevfs/gstgnomevfssrc.c:
21417         (gst_gnomevfssrc_uri_get_protocols):
21418         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21419         * ext/gnomevfs/gstgnomevfsuri.h:
21420           Use _uri_new() instead of _open(), so it doesn't take as long and
21421           Christophe's computer won't hang.
21422         * gst/playback/gstplaybasebin.c: (unknown_type):
21423           Throw error on unknown media type, so apps actually display it.
21424
21425 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21426
21427         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21428           this script to work on Solaris since bash shell handles echo
21429           differenly than bash.
21430
21431 2004-09-17  Wim Taymans  <wim@fluendo.com>
21432
21433         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21434         (setup_source), (gst_play_base_bin_set_property),
21435         (gst_play_base_bin_add_element):
21436         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21437         Some more work on making sure seeking pauses the pipeline and
21438         that changing the uri actually does something.
21439
21440 2004-09-17  Wim Taymans  <wim@fluendo.com>
21441
21442         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21443         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21444         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21445         (gst_tcpserversink_close):
21446         Be a bit more paranoid when freeing memory.
21447
21448 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21449
21450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21451         (qtdemux_parse_trak):
21452           Don't crash by dividing by zero (see sample movie in #126922).
21453
21454 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21455
21456         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21457           Don't touch non-existing data (fixes crash on file in #140147).
21458
21459 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21460
21461         * gst/playback/gstplaybasebin.c:
21462         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21463           Handle double disposals, and proper change of URIs.
21464
21465 2004-09-13  Martin Eikermann <meiker@upb.de>
21466
21467         * gst/mpegstream/gstmpegparse.c:
21468           fix synchronistation for streams recorded from digital PCR
21469           fixes bug #119376
21470
21471 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * ext/gnomevfs/Makefile.am:
21474         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21475         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21476         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21477         (gst_gnomevfssink_uri_get_type),
21478         (gst_gnomevfssink_uri_get_protocols),
21479         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21480         (gst_gnomevfssink_uri_handler_init),
21481         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21482         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21484         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21485         (gst_gnomevfssrc_uri_get_type),
21486         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21487         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21488         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21489         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21490         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21491         * ext/gnomevfs/gstgnomevfsuri.h:
21492           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21493           of fake URIs to see which this version of Gnome-VFS likes, and
21494           uses that for the Gst-URI interface. Makes playbin support http://
21495           streams. Also fix up some stupid behaviour in gnomevfssrc.
21496
21497 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21498
21499         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21500         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21501         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21502         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21503           Update mixer (to sync with other sessions) if we try to obtain
21504           a new value. This makes alsamixer work accross applications.
21505         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21506           Only call sync functions if we're running, else alsalib asserts.
21507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21508           Sometimes fails to compile. Possibly a gcc bug.
21509         * gst/playback/gstplaybin.c: (gen_video_element),
21510         (gen_audio_element):
21511           Add a reference to an application-provided object, because we lose
21512           this same reference if we add it to the bin. If we don't do this,
21513           we can only use this object once and thus crash if we go from
21514           ready to playing, back to ready and back to playing again.
21515           Also add an audioscale element because several cheap soundcards -
21516           like mine - don't support all samplerates.
21517         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21518         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21519           Fix wrong order or PAR calls. Makes automatically obtained PAR
21520           from the X server atually being used.
21521
21522 2004-09-12  David Schleef  <ds@schleef.org>
21523
21524         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21525         #151887, #152102, #152247.
21526         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21527         * examples/seeking/cdparanoia.c: same
21528         * examples/seeking/cdplayer.c: same
21529         * examples/seeking/seek.c: same
21530         * examples/seeking/spider_seek.c: same
21531         * examples/seeking/vorbisfile.c: same
21532         * examples/stats/mp2ogg.c: same
21533         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21534         (gst_esdsink_dispose): Dispose of element properly.
21535         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21536         fixes.
21537         * ext/nas/nassink.c: (gst_nassink_class_init),
21538         (gst_nassink_dispose): Dispose of element correctly.
21539         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21540         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21541         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21542         Fix 64-bit warning.
21543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21544         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21545         Fix 64-bit warning.
21546
21547 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21548
21549         * configure.ac : change speex detection as 1.1.6 now uses
21550           .pc/pkg-config and they changed their headers location.
21551
21552 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21553
21554         * gst/matroska/matroska-mux.h:
21555         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21556         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21557         (gst_matroska_mux_write_data):
21558           Write multiple blocks/frames per cluster.
21559                 Write meta-seek information (seek heads).
21560
21561 2004-09-09  Scott Wheeler <wheeler@kde.org>
21562
21563         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21564         (gst_play_bin_set_property), (gst_play_bin_get_property),
21565         (gen_audio_element), (gen_audio_element):
21566           Add a volume element / property to the pipeline.
21567
21568 2004-09-07  Wim Taymans  <wim@fluendo.com>
21569
21570         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21571         Copy timestamps from the master pad to the output buffers.
21572
21573 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21574
21575         * ext/raw1394/gstdv1394src.c:
21576           throw errors when applicable
21577
21578 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21579
21580         * gst/matroska/ebml-ids.h:
21581         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21582         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21584           automatically convert unix time <-> ebml time when reading/writing
21585           a date, use gst_ebml_write_uint to write CUETIME,
21586           not gst_ebml_write_date.
21587         * gst/matroska/matroska-ids.h:
21588         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21589         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21590         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21591         (gst_matroska_mux_write_data):
21592           Write track and segment UIDs, write muxing date, write
21593           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21594           Create cues for audio only files.
21595
21596 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21597
21598         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21599         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21600           Re-commit ALSA switches.
21601         * gst/adder/gstadder.c: (gst_adder_loop):
21602           64-bit fix (#151416).
21603         * gst/debug/progressreport.c: (gst_progressreport_report):
21604           64-bit fix (#151419).
21605         * gst/matroska/matroska-demux.c:
21606         (gst_matroska_demux_parse_contents):
21607           64-bit fix (#151420).
21608         * gst/playback/test3.c: (update_scale):
21609           64-bit fix (#151421).
21610
21611 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21612
21613         * configure.ac:
21614           bump nano to cvs
21615
21616 === release 0.8.4 ===
21617
21618 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * configure.ac: releasing 0.8.4, "Alias"
21621
21622 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21623
21624         * ext/theora/Makefile.am:
21625           fix makefile.  Fixes #151462.
21626
21627 2004-08-30  Wim Taymans  <wim@fluendo.com>
21628
21629         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21631         (gst_multifdsink_remove_client_link),
21632         (gst_multifdsink_client_queue_buffer),
21633         (gst_multifdsink_handle_client_write):
21634         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21635         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21636         Fix some memory leaks.
21637
21638 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21639
21640         Patch by: David Schleef
21641
21642         * configure.ac:
21643         * sys/Makefile.am:
21644           rename our detection macro for V4L2.  Fixes #151236.
21645
21646 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21647
21648         Patch by: David Schleef
21649
21650         * configure.ac:
21651           check to define LAMEPRESET.  Fixes #151232.
21652
21653 2004-08-27  David Schleef  <ds@schleef.org>
21654
21655         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21656         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21657         (gst_glimagesink_fixate):  Move local variable declarations to
21658         make gcc-2.95 happy.
21659
21660 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21661
21662         * configure.ac:
21663           bump nano for prerelease
21664
21665 2004-08-27  David Schleef  <ds@schleef.org>
21666
21667         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21668         * sys/sunaudio/gstsunaudiosrc.c:
21669         * sys/sunaudio/gstsunaudiosrc.h:
21670
21671 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21672
21673         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21674         handle EOS correctly
21675         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21676         * gst/matroska/matroska-mux.h:
21677         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21678         VFW compatibility mode
21679
21680 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21681
21682         patch by: Zaheer Abbas Merali
21683
21684         * ext/ogg/gstoggmux.c:
21685         * ext/vorbis/vorbisenc.c:
21686         * ext/vorbis/vorbisenc.h:
21687           handle NEWMEDIA
21688
21689 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21690
21691         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21692         fix byte order reversion on little endian machines.
21693         * gst/matroska/matroska-mux.c: (audiosink_templ),
21694         (gst_matroska_mux_audio_pad_link):
21695         add TTA codec to the list of supported codecs.
21696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21697         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21698         (gst_matroska_mux_write_data):
21699         * gst/matroska/matroska-mux.h:
21700         write segment duration correctly, write muxing app string, fixes bugs
21701         #140897 and #140898.
21702         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21703         wait for all pads to be negotiated before starting to mux.
21704
21705 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21706
21707         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21708         * ext/lame/gstlame.h:
21709         Added new media support to lame
21710
21711 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21712
21713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21714         send vorbis headers at the beginning of a stream, fixes bug #141554.
21715         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21716         bug #148950.
21717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21718         (gst_matroska_demux_plugin_init):
21719         * gst/matroska/matroska-ids.h:
21720         enable demuxing of TTA audio streams, fixes bug #148951.
21721         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21722         enable typefinding for TTA audio files, fixes bug #148711.
21723         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21724         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21725         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21726
21727 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21728
21729         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21730         (gst_riff_read_element_data), (gst_riff_read_seek),
21731         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21732         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21733         <teuf@gnome.org>
21734
21735 2004-08-23 Iain <iaingnome@gmail.com>
21736
21737         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21738         tags. They appear to be handled differently to normal.
21739         (tag_list_to_id3_tag_foreach): Ditto.
21740
21741 2004-08-22  Wim Taymans  <wim@fluendo.com>
21742
21743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21744         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21745         Make sure we never send -1 granulepos.
21746
21747 2004-08-20  Wim Taymans  <wim@fluendo.com>
21748
21749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21750         (gst_ogg_mux_loop):
21751         I will accept bitchslappings with non sharp objects.
21752
21753 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21754
21755         * configure.ac:
21756         Clean up the test for lame presets
21757
21758 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21759
21760         * configure.ac:
21761         * ext/lame/Makefile.am:
21762         * ext/lame/gstlame.c: (gst_lame_class_init),
21763         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21764         Only enable lame presets if version of lame has presets in API
21765
21766 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21767         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21768         * gst/udp/gstudpsrc.h:
21769           Don't call gst_pad_push in a get function. Fixes #150449
21770
21771 2004-08-18  Wim Taymans  <wim@fluendo.com>
21772
21773         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21774         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21775         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21776         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21777         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21778         (gst_fdset_wait):
21779         * gst/tcp/gstfdset.h:
21780         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21781         (gst_multifdsink_client_queue_buffer),
21782         (gst_multifdsink_handle_client_write):
21783         * gst/tcp/gstmultifdsink.h:
21784         Some extra checks in gstfdset.
21785         Only use send() when the fd is a socket. Don't try to
21786         read from write only fds.
21787
21788 2004-08-18  Wim Taymans  <wim@fluendo.com>
21789
21790         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21791         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21792         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21793         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21794         (gst_fdset_wait):
21795         Add more locking and bounds checking.
21796
21797 2004-08-18  Wim Taymans  <wim@fluendo.com>
21798
21799         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21800         Realloc test fdset in the lock and right before starting
21801         the poll call. Bump the limit to 4096.
21802
21803 2004-08-17  David Schleef  <ds@schleef.org>
21804
21805         * sys/sunaudio/Makefile.am:
21806         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21807         of rates and channels.  Make debugging less obnoxious.
21808
21809         Patch from Balamurali Viswanathan implementing a mixer for
21810         Sun audio.  (bug #144091):
21811         * sys/sunaudio/gstsunelement.c:
21812         * sys/sunaudio/gstsunelement.h:
21813         * sys/sunaudio/gstsunmixer.c:
21814         * sys/sunaudio/gstsunmixer.h:
21815
21816 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21817
21818         * gst/audioscale/gstaudioscale.c:
21819         * gst/audioscale/gstaudioscale.h:
21820         made audioscale resample from any sample rate to any sample rate
21821
21822 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21823
21824         * ext/libpng/gstpngdec.c:
21825           error out on unsupported types
21826
21827 2004-08-17  Iain <iaingnome@gmail.com>
21828
21829         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21830         mid_side and loose_mid_side properties if its a stereo stream.
21831
21832 2004-08-17  Wim Taymans  <wim@fluendo.com>
21833
21834         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21835         (theora_get_formats), (theora_dec_src_convert),
21836         (theora_dec_sink_convert), (theora_dec_src_query),
21837         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21838         Add a debug line.
21839
21840 2004-08-17  Wim Taymans  <wim@fluendo.com>
21841
21842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21843         (gst_ogg_pad_push):
21844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21845         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21846         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21847         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21848         Mark delta units in the muxer.
21849         Try to decode the packet after an out-of-sync error from
21850         libogg.
21851
21852 2004-08-17  Wim Taymans  <wim@fluendo.com>
21853
21854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21855         (gst_multifdsink_init), (gst_multifdsink_add),
21856         (gst_multifdsink_client_queue_buffer),
21857         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21858         * gst/tcp/gstmultifdsink.h:
21859         Added option to send a keyframe to clients as the first buffer.
21860         Make timeout property writable.
21861
21862 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21863
21864         patch by: Wim Taymans
21865
21866         * gst/tcp/gstfdset.c:
21867         * gst/tcp/gstmultifdsink.c:
21868           fix index comparison, should include 0
21869
21870 2004-08-16  Wim Taymans  <wim@fluendo.com>
21871
21872         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21873         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21874         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21875         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21876         (gst_fdset_wait):
21877           copy when reallocing for poll so the select arguments don't get
21878           changed during the call
21879
21880 2004-08-16  Wim Taymans  <wim@fluendo.com>
21881
21882         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21883         (gst_theora_enc_class_init), (theora_enc_sink_link),
21884         (theora_buffer_from_packet), (theora_enc_chain):
21885         Fix bug where buffers were not marked as keyframes
21886         correctly.
21887
21888 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21889
21890         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21891         (gst_lame_preset_get_type), (gst_lame_class_init):
21892         describe the enum values for vbr mode and presets more verbosely
21893
21894 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21895
21896         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21897         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21898         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21899         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21900         * ext/lame/gstlame.h:
21901         add preset property to lame so it can use lame presets
21902
21903 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21904
21905         * ext/lame/gstlame.c: (gst_lame_get_property):
21906         whoops forgot break, thanks teuf
21907
21908 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21909
21910         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21911         (gst_lame_class_init), (gst_lame_src_getcaps),
21912         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21913         (gst_lame_get_property), (gst_lame_setup):
21914         * ext/lame/gstlame.h:
21915         fix lame's broken vbr stuff, allow it to resample if need be, and also
21916         make xing header optional
21917
21918 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21919
21920         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21921         added getcaps function so samplerate doesnt get fixated to silly values
21922
21923 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21924
21925         * ext/lame/gstlame.c: (gst_lame_src_link):
21926         revert previous fix
21927
21928 2004-08-12  Johan Dahlin  <johan@gnome.org>
21929
21930         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21931         checks. Doesn't matter what state we are in. Interfaces are a
21932         compile time thing, not runtime. It also broke the python bindings.
21933
21934 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21935
21936         * ext/lame/gstlame.c: (gst_lame_src_link):
21937         made source pad link function check if sinkpad is ok..fixes the problem
21938         where core fixates the output rate of lame stupidly
21939
21940 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21941
21942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21943         * sys/v4l/v4l_calls.c:
21944         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21945           fix fixate function to handle nonsimple caps.
21946           remove bogus check in _link
21947           cleanups
21948
21949 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21950
21951         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21952         set default compression ratio parameter to 0.0 so bitrate parameter
21953         works :)
21954
21955 2004-08-11  David Schleef  <ds@schleef.org>
21956
21957         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21958
21959 2004-08-11  David Schleef  <ds@schleef.org>
21960
21961         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21962         before.
21963
21964 2004-08-11  David Schleef  <ds@schleef.org>
21965
21966         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21967
21968 2004-08-11  David Schleef  <ds@schleef.org>
21969
21970         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21971           license field
21972         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21973         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21974           LGPL.
21975         * gst/auparse/gstauparse.c: Fix plugin license field.
21976         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21977         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21978         * gst/rtp/gstrtp.c: Fix plugin license field.
21979
21980 2004-08-11  Wim Taymans  <wim@fluendo.com>
21981
21982         * gst/tcp/Makefile.am:
21983         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21984         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21985         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21986         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21987         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21988         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21989         (gst_fdset_fd_can_write), (gst_fdset_wait):
21990         * gst/tcp/gstfdset.h:
21991         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21992         (gst_multifdsink_class_init), (gst_multifdsink_init),
21993         (gst_multifdsink_add), (gst_multifdsink_remove),
21994         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21995         (gst_multifdsink_remove_client_link),
21996         (gst_multifdsink_handle_client_read),
21997         (gst_multifdsink_client_queue_data),
21998         (gst_multifdsink_client_queue_caps),
21999         (gst_multifdsink_client_queue_buffer),
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), (gst_multifdsink_init_send),
22004         (gst_multifdsink_close):
22005         * gst/tcp/gstmultifdsink.h:
22006         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22007         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22008         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22009         (gst_tcpserversink_close):
22010         * gst/tcp/gsttcpserversink.h:
22011         Abstracted away the select call, implemented poll (yes we ran into
22012         the 1024 limit in production).
22013
22014 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22015
22016         * gst/tcp/gsttcp.c:
22017         * gst/tcp/gsttcpplugin.c:
22018           improve debuggging, remove assert
22019
22020 2004-08-10  Wim Taymans  <wim@fluendo.com>
22021
22022         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22023         (gst_client_status_get_type), (gst_multifdsink_class_init),
22024         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22025         (gst_multifdsink_handle_client_read),
22026         (gst_multifdsink_handle_client_write),
22027         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22028         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22029         (gst_multifdsink_get_property):
22030         * gst/tcp/gstmultifdsink.h:
22031         * gst/tcp/gsttcp-marshal.list:
22032         Starting to prepare for specifying buffer time in other units
22033         than buffers. Expose remove reason in signal.
22034
22035 2004-08-10  Wim Taymans  <wim@fluendo.com>
22036
22037         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22038         (gst_multifdsink_remove), (gst_multifdsink_clear),
22039         (gst_multifdsink_remove_client_link),
22040         (gst_multifdsink_handle_client_read),
22041         (gst_multifdsink_client_queue_data),
22042         (gst_multifdsink_client_queue_buffer),
22043         (gst_multifdsink_handle_client_write),
22044         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22045         (gst_multifdsink_chain), (gst_multifdsink_close):
22046         * gst/tcp/gstmultifdsink.h:
22047         Added more debugging info. Changed the way clients are
22048         removed from the lists. Fixed a bug where a bad file descriptor
22049         could cause many clients to be removed.
22050
22051 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22052
22053         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22054           allow all pixel-aspect-ratios, not just 1:1
22055
22056 2004-08-09  David Schleef  <ds@schleef.org>
22057
22058         * sys/glsink/ARB_multitexture.h:  Remove old files.
22059         * sys/glsink/EXT_paletted_texture.h:
22060         * sys/glsink/NV_register_combiners.h:
22061         * sys/glsink/gstgl_nvimage.c:
22062         * sys/glsink/gstgl_pdrimage.c:
22063         * sys/glsink/gstgl_rgbimage.c:
22064         * sys/glsink/gstglsink.c:
22065         * sys/glsink/gstglsink.h:
22066         * sys/glsink/gstglxwindow.c:
22067         * sys/glsink/regcomb_yuvrgb.c:
22068
22069 2004-08-09  David Schleef  <ds@schleef.org>
22070
22071         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22072         GL sink plugin.  (Bug #147302)
22073
22074         * configure.ac: Test for OpenGL
22075         * sys/Makefile.am: Use test for OpenGL
22076         * sys/glsink/Makefile.am:
22077         * sys/glsink/glimagesink.c: rewrite
22078         * sys/glsink/glimagesink.h: rewrite
22079
22080 2004-08-09  David Schleef  <ds@schleef.org>
22081
22082         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22083         sane framerates.
22084         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22086         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22087
22088 2004-08-09  Wim Taymans  <wim@fluendo.com>
22089
22090         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22091         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22092         (gst_multifdsink_client_remove),
22093         (gst_multifdsink_handle_client_read),
22094         (gst_multifdsink_handle_client_write),
22095         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22096         Do a bit more logging, make the client_read code more robust.
22097
22098 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22099
22100         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22101         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22102         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22103         (gst_jpegdec_init), (gst_jpegdec_chain):
22104         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22105         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22106           cleanups, debugging fixes and memleak plugging
22107
22108 2004-08-09  Wim Taymans  <wim@fluendo.com>
22109
22110         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22111         (theora_get_formats), (theora_dec_src_convert),
22112         (theora_dec_sink_convert), (theora_dec_src_query),
22113         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22114         (theora_dec_change_state):
22115         Don't crash on missing header packets.
22116
22117 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22118
22119         * po/LINGUAS:
22120         * po/sq.po:
22121           Added Albanian translation (Laurent Dhima)
22122         * po/cs.po:
22123           updated
22124
22125 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22126
22127         * ext/lame/gstlame.c:
22128           fix/add debugging
22129
22130 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22131
22132         * sys/ximage/ximagesink.c:
22133         * sys/xvimage/xvimagesink.c:
22134           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22135
22136 2004-08-06  Wim Taymans  <wim@fluendo.com>
22137
22138         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22139         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22140         (gst_multifdsink_client_remove),
22141         (gst_multifdsink_handle_client_read),
22142         (gst_multifdsink_handle_client_write),
22143         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22144         Make sure we don't try to read more from a client that what
22145         ioctl says us or we deadlock.
22146
22147 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22148
22149         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22150         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22151         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22152           decouple running_time and n_frames so it can handle changing
22153           framerate while running
22154
22155 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22156
22157         * po/nl.po:
22158         * po/sv.po:
22159           updated translations
22160
22161 2004-08-04  Benjamin Otte  <otte@gnome.org>
22162
22163         * gst/videotestsrc/gstvideotestsrc.c:
22164         (gst_videotestsrc_get_capslist), (generate_capslist),
22165         (plugin_init):
22166           generate the list of supported caps at startup and reuse it instead
22167           of always generating it
22168
22169 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22170
22171         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22172           whoops, last checkin broke normal build
22173
22174 2004-08-03  Benjamin Otte  <otte@gnome.org>
22175
22176         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22177         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22178         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22179         (gst_alsa_mixer_get_option):
22180         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22181         (dvdnavsrc_print_event):
22182         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22184         (gst_ogg_mux_pad_unlink):
22185         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22186         (gst_multipart_mux_pad_unlink):
22187         * gst/videofilter/gstvideobalance.c:
22188         (gst_videobalance_colorbalance_set_value):
22189         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22190         (gst_videomixer_pad_unlink):
22191         * po/uk.po:
22192         * sys/oss/gstossmixer.c:
22193         * sys/v4l/gstv4lcolorbalance.c:
22194         * sys/v4l/gstv4ltuner.c:
22195         * sys/v4l/v4lsrc_calls.c:
22196         * sys/v4l2/gstv4l2colorbalance.c:
22197         * sys/v4l2/gstv4l2tuner.c:
22198           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22199
22200 2004-08-03  Benjamin Otte  <otte@gnome.org>
22201
22202         * examples/dynparams/filter.c: (ui_control_create):
22203         * examples/gstplay/player.c: (print_tag):
22204         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22205         * ext/gdk_pixbuf/gstgdkanimation.c:
22206         (gst_gdk_animation_iter_may_advance):
22207         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22208         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22209         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22210         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22212         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22213         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22214         * gst/sine/demo-dparams.c: (main):
22215         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22216         * testsuite/alsa/formats.c: (create_pipeline):
22217         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22218           fixes for G_DISABLE_ASSERT and friends
22219         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22220         (mp3_type_frame_length_from_header), (mp3_type_find),
22221         (plugin_init):
22222           require mp3 typefinding to have at least MIN_HEADERS valid headers
22223           add typefinding for AAC adts files
22224
22225 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22226
22227         * sys/ximage/ximagesink.c:
22228         (gst_ximagesink_calculate_pixel_aspect_ratio):
22229         * sys/xvimage/xvimagesink.c:
22230         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22231         Make sure we calculate pixel-aspect-ratio using floating point maths
22232
22233 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22234
22235         * po/uk.po:
22236           updated translation
22237
22238 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22239
22240         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22242           add debugging for display PAR calculation
22243
22244 2004-08-02  David Schleef  <ds@schleef.org>
22245
22246         * configure.ac: Fix mikmod CFLAGS.
22247
22248 2004-07-27  Benjamin Otte  <otte@gnome.org>
22249
22250         * gst/audioscale/gstaudioscale.c:
22251         - fix templates to only support S16, it's the only format that works
22252         - make caps nego code use try_set_caps_nonfixed and fixation instead
22253         of try_set_caps twice, which is not nice for autopluggers
22254         - change rank to secondary, so autopluggers can pick it up after
22255         audioconvert
22256
22257 2004-08-02  Iain <iain@prettypeople.org>
22258
22259         * gst/interleave/interleave.c (interleave_init),
22260         (interleave_request_new_pad),
22261         (interleave_pad_removed),
22262         (interleave_buffered_loop): Use the real pad count, not the artificial
22263         one.
22264
22265 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22266
22267         * configure.ac: bump nano back to development
22268
22269 === release 0.8.3 ===
22270
22271 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22272
22273         * configure.ac: releasing 0.8.3, "Water"
22274
22275 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22276
22277         * sys/xvimage/xvimagesink.c:
22278         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22279         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22280         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22281         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22282         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22283         * sys/xvimage/xvimagesink.h:
22284           apply similar PAR fixes as to ximagesink
22285
22286 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22287
22288         patch from: Benjamin Otte
22289
22290         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22291           add link function to lame.  Fixes #148986.
22292
22293 2004-08-02  Johan Dahlin  <johan@gnome.org>
22294
22295         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22296         fix debugging log
22297
22298 2004-07-30  David Schleef  <ds@schleef.org>
22299
22300         * gst/videomixer/Makefile.am: Fix things that should have been
22301         fixed in the last checkin.
22302
22303 2004-07-30  David Schleef  <ds@schleef.org>
22304
22305         * gst/multipart/Makefile.am: Fix things that should have been
22306         fixed in the last checkin.
22307
22308 2004-07-30  David Schleef  <ds@schleef.org>
22309
22310         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22311
22312 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * configure.ac:
22315           bump nano for prerelease
22316         * po/af.po:
22317         * po/az.po:
22318         * po/cs.po:
22319         * po/en_GB.po:
22320         * po/hu.po:
22321         * po/nl.po:
22322         * po/sr.po:
22323         * po/sv.po:
22324         * po/uk.po:
22325           updates
22326
22327 2004-07-30  Wim Taymans  <wim@fluendo.com>
22328
22329         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22330         (gst_multifdsink_add), (gst_multifdsink_remove),
22331         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22332         (gst_multifdsink_client_remove),
22333         (gst_multifdsink_handle_client_write),
22334         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22335         * gst/tcp/gstmultifdsink.h:
22336         Recover from a select with a bad file descriptor by removing
22337         the client.
22338
22339 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22340
22341         * configure.ac:
22342           fix requirement of core
22343         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22344         (gst_play_pipeline_setup):
22345           don't use colorspace element.  do use hermescolorspace element.
22346           make macro to get a colorspace element.
22347           mark strings for translation.
22348         * po/POTFILES.in:
22349           add play.c
22350         * po/af.po:
22351         * po/az.po:
22352         * po/cs.po:
22353         * po/en_GB.po:
22354         * po/hu.po:
22355         * po/nl.po:
22356         * po/sr.po:
22357         * po/sv.po:
22358         * po/uk.po:
22359           update translations
22360
22361 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22362
22363         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22364         fix default for newmedia flag
22365
22366 2004-07-30  Wim Taymans  <wim@fluendo.com>
22367
22368         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22369         (gst_theora_dec_init), (theora_get_formats),
22370         (theora_dec_src_convert), (theora_dec_sink_convert),
22371         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22372         (theora_dec_chain), (theora_dec_set_property),
22373         (theora_dec_get_property):
22374         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22375         (gst_theora_enc_class_init), (gst_theora_enc_init),
22376         (theora_enc_sink_link), (theora_enc_chain),
22377         (theora_enc_set_property), (theora_enc_get_property):
22378         Added cropping option to theora decoder.
22379         Added border option to theora encoder.
22380
22381 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22382
22383         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22384         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22385         (gst_pngenc_set_property):
22386         * ext/libpng/gstpngenc.h:
22387         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
22388
22389 2004-07-30  Wim Taymans  <wim@fluendo.com>
22390
22391         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22392         (theora_enc_sink_link), (theora_enc_chain),
22393         (theora_enc_set_property), (theora_enc_get_property):
22394         Fix encoding of non-multiple-of-16 video.
22395
22396 2004-07-29  David Schleef  <ds@schleef.org>
22397
22398         * configure.ac: make test for audiofile more strict
22399
22400 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22401
22402         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22403           give different names to typefind functions
22404
22405 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22406
22407         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22408         (gst_ximagesink_calculate_pixel_aspect_ratio),
22409         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22410         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22411         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22412         (gst_ximagesink_get_property), (gst_ximagesink_init):
22413         * sys/ximage/ximagesink.h:
22414           allocate PAR's dynamically.
22415           use autodetected PAR if no object-set PAR is given.
22416           add workaround for directfb's X not setting physical size.
22417           fix to xvimagesink will follow tomorrow.
22418
22419 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22420
22421         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22422         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22423         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22424         (gst_shout2send_class_init), (gst_shout2send_init),
22425         (set_shout_metadata), (gst_shout2send_set_metadata),
22426         (gst_shout2send_chain), (gst_shout2send_set_property),
22427         (gst_shout2send_get_property), (gst_shout2send_connect),
22428         (gst_shout2send_change_state):
22429         * ext/shout2/gstshout2.h:
22430         - fix for sending mp3 audio to icecast2 server, if pad link function not
22431         called before PAUSED state
22432         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22433         - added tagging support for mp3 audio broadcasted
22434         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22435         debug info
22436
22437 2004-07-28  Wim Taymans  <wim@fluendo.com>
22438
22439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22440         (gst_ogg_demux_push):
22441         Return query failure when we don't know the length of
22442         an ogg stream insteda of returning TRUE with a bogus value.
22443
22444 2004-07-28  Wim Taymans  <wim@fluendo.com>
22445
22446         * ext/theora/theoradec.c: (theora_get_formats),
22447         (theora_dec_src_convert), (theora_dec_sink_convert),
22448         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22449         (theora_dec_chain):
22450         Don't screw up the 1 Chroma for 1 luma sample situation when we
22451         have an odd offset/width by adding a black border in those cases.
22452
22453 2004-07-28  Wim Taymans  <wim@fluendo.com>
22454
22455         * ext/theora/theoradec.c: (theora_get_formats),
22456         (theora_dec_src_convert), (theora_dec_sink_convert),
22457         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22458         (theora_dec_chain):
22459         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22460         Added first attempt at cropping of the image as required by the
22461         theora spec. We need more properties in the caps (offset_x,
22462         offset_y,stride) to implement this correctly.
22463
22464 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22465
22466         * ext/dvdnav/README:
22467           Update the README to use dvddemux
22468         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22469           Ensure getcaps returns a subset of the template caps
22470         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22471         (gst_mpeg2subt_init):
22472           Ensure getcaps returns a subset of the template caps
22473         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22474         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22475         (gst_dvd_demux_get_subpicture_stream),
22476         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22477         * gst/mpegstream/gstdvddemux.h:
22478           Set the explicit caps on the current_video pad before pushing
22479           anything
22480         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22481         (gst_mpeg_demux_get_audio_stream):
22482           Free caps used to gst_pad_set_explicit_caps, which takes a const
22483           GstCaps *
22484
22485 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22486
22487         * configure.ac: update GStreamer requirement to 0.8.4 because of
22488           GstFraction.
22489
22490 2004-07-28  Wim Taymans  <wim@fluendo.com>
22491
22492         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22493         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22494         Add the pad to the element after setting up the caps. This
22495         makes it a lot easier to autoplug.
22496
22497 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22498
22499         * gst/median/gstmedian.c:
22500         * gst/mpeg2subt/gstmpeg2subt.c:
22501         * gst/mpegaudioparse/gstmpegaudioparse.c:
22502         * gst/mpegstream/gstdvddemux.c:
22503         * gst/mpegstream/gstmpegdemux.c:
22504         * gst/mpegstream/gstmpegpacketize.c:
22505         * gst/rtjpeg/gstrtjpeg.c:
22506         * gst/rtjpeg/gstrtjpegdec.c:
22507         * gst/rtjpeg/gstrtjpegenc.c:
22508         * gst/sine/gstsinesrc.c:
22509         * gst/smooth/gstsmooth.c:
22510         * gst/smpte/gstsmpte.c:
22511         * gst/smpte/gstsmpte.h:
22512         * gst/stereo/gststereo.c:
22513         * gst/videofilter/gstgamma.c:
22514         * gst/videofilter/gstvideobalance.c:
22515         * gst/videofilter/gstvideofilter.c:
22516         * gst/videofilter/gstvideoflip.c:
22517         * gst/videoscale/gstvideoscale.c:
22518         * gst/videoscale/videoscale.c:
22519         * gst/videotestsrc/gstvideotestsrc.c:
22520         * gst/videotestsrc/videotestsrc.c:
22521         * gst/wavenc/gstwavenc.c:
22522         * gst/wavparse/gstwavparse.c:
22523           fix local includes and 64 bits constants
22524
22525 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22526
22527         * win32/gst.sln:
22528         * gst-libs/gst/*/*.vcproj:
22529         * gst/*/*.vcproj:
22530           more working plugins
22531
22532 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22533
22534         * testsuite/alsa/Makefile.am:
22535         * testsuite/alsa/srcstate.c:
22536         add test for alsasrc changing state
22537
22538 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22539
22540         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22541         (gst_silence_get):
22542         * gst/silence/gstsilence.h:
22543         fix silence generation for 16bit raw audio
22544
22545 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22546
22547         * gst/matroska/matroska-demux.c:
22548         (gst_matroska_demux_parse_metadata),
22549         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22550         * gst/mpegaudio/common.c:
22551         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22552         (gst_videoscale_getcaps), (gst_videoscale_link),
22553         (gst_videoscale_src_fixate), (gst_videoscale_init),
22554         (gst_videoscale_finalize):
22555         * gst/videoscale/gstvideoscale.h:
22556         * gst/videotestsrc/gstvideotestsrc.c:
22557         (gst_videotestsrc_get_capslist):
22558         * gst/wavenc/gstwavenc.c:
22559         * sys/oss/gstossmixer.c: (fill_labels):
22560         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22561         (gst_ximagesink_handle_xevents),
22562         (gst_ximagesink_calculate_pixel_aspect_ratio),
22563         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22564         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22565         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22566         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22567         (gst_ximagesink_init), (gst_ximagesink_class_init):
22568         * sys/ximage/ximagesink.h:
22569         * sys/xvimage/xvimagesink.c:
22570         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22571         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22572         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22573         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22574         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22575         * sys/xvimage/xvimagesink.h:
22576           first batch of pixel aspect ratio commits.
22577
22578 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22579
22580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22581         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22582         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22583           handle stride, needs work if we want to move stride handling
22584           upstream, but works correctly for our purposes.
22585
22586 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22587
22588         * gst/videoscale/README:
22589           add testing examples
22590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22591         (gst_videoscale_chain):
22592         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22593         (gst_videoscale_get_size):
22594           add get_size function that handles stride like videotestsrc.
22595           fixes conversion for YUV formats for as much as I can test them.
22596
22597 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22598
22599         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22600         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22602         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22603         (gst_xvimagesink_xvimage_put):
22604           further cleanups, logging, error handling and synchronizing
22605
22606 2004-07-27  Wim Taymans  <wim@fluendo.com>
22607
22608         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22609         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22610         (gst_videomixer_pad_set_property),
22611         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22612         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22613         (gst_videomixer_class_init), (gst_videomixer_init),
22614         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22615         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22616         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22617         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22618         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22619         (gst_videomixer_loop), (plugin_init):
22620         Be a nicer negotiation citizen and provide a getcaps function on
22621         the srcpad. This also fixes a crash when resizing.
22622
22623 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22624
22625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22626         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22627
22628 2004-07-27  Wim Taymans  <wim@fluendo.com>
22629
22630         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22631         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22632         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22633         (gst_pngenc_set_property):
22634         * ext/libpng/gstpngenc.h:
22635         Added snapshot property to pngenc.
22636         removed g_print from pngdec
22637
22638 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22639
22640         * gst/ac3parse/ac3parse.vcproj
22641         * gst/adder/adder.vcproj
22642         * gst/alpha/alpha.vcproj
22643         * gst/alpha/alphacolor.vcproj
22644         * gst/asfdemux/asf.vcproj
22645         * gst/audioconvert/audioconvert.vcproj
22646         * gst/audiorate/audiorate.vcproj
22647         * gst/audioscale/audioscale.vcproj
22648         * gst/auparse/auparse.vcproj
22649         * gst/avi/avi.vcproj
22650         * gst/cdxaparse/cdxaparse.vcproj
22651         * gst/chart/chart.vcproj
22652         * gst/colorspace/colorspace.vcproj
22653         * gst/cutter/cutter.vcproj
22654         * gst/debug/debug.vcproj
22655         * gst/debug/efence.vcproj
22656         * gst/debug/navigationtest.vcproj
22657         * gst/deinterlace/deinterlace.vcproj
22658         * gst/effectv/effectv.vcproj
22659         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22660         * gst/filter/filter.vcproj
22661         * gst/flx/flxdec.vcproj
22662         * gst/goom/goom.vcproj
22663         * gst/interleave/interleave.vcproj
22664         * gst/law/alaw.vcproj
22665         * gst/law/mulaw.vcproj
22666         * gst/matroska/matroska.vcproj
22667         * gst/median/median.vcproj
22668         * gst/mixmatrix/mixmatrix.vcproj
22669         * gst/mpeg1sys/mpeg1systemencode.vcproj
22670         * gst/mpeg1videoparse/mp1videoparse.vcproj
22671         * gst/mpeg2sub/mpeg2subt.vcproj
22672         * gst/mpegaudio/mpegaudio.vcproj
22673         * gst/mpegaudioparse/mpegaudioparse.vcproj
22674         * gst/mpegstream/mpegstream.vcproj
22675         * gst/multifilesink/multifilesink.vcproj
22676         * gst/multipart/multipart.vcproj
22677         * gst/oneton/oneton.vcproj
22678         * gst/overlay/overlay.vcproj
22679         * gst/passthrough/passthrough.vcproj
22680         * gst/qtdemux/qtdemux.vcproj
22681         * gst/realmedia/rmdemux.vcproj
22682         * gst/rtjpeg/rtjpeg.vcproj
22683         * gst/rtp/rtp.vcproj
22684         * gst/silence/silence.vcproj
22685         * gst/sine/sinesrc.vcproj
22686         * gst/smooth/smooth.vcproj
22687         * gst/smpte/smpte.vcproj
22688         * gst/spectrum/spectrum.vcproj
22689         * gst/speed/speed.vcproj
22690         * gst/stereo/stereo.vcproj
22691         * gst/switch/switch.vcproj
22692         * gst/tags/tagedit.vcproj
22693         * gst/tcp/tcp.vcproj
22694         * gst/typefind/typefindfunctions.vcproj
22695         * gst/udp/udp.vcproj
22696         * gst/videobox/videobox.vcproj
22697         * gst/videocrop/videocrop.vcproj
22698         * gst/videodrop/videodrop.vcproj
22699         * gst/videofilter/gamma.vcproj
22700         * gst/videofilter/videobalance.vcproj
22701         * gst/videofilter/videofilter.vcproj
22702         * gst/videofilter/videoflip.vcproj
22703         * gst/videoflip/videoflip.vcproj
22704         * gst/videomixer/videomixer.vcproj
22705         * gst/videorate/videorate.vcproj
22706         * gst/videoscale/videoscale.vcproj
22707         * gst/videotestsrc/videotestsrc.vcproj
22708         * gst/virtualdub/virtualdub.vcproj
22709         * gst/volenv/volenv.vcproj
22710         * gst/volume/volume.vcproj
22711         * gst/wavenc/wavenc.vcproj
22712         * gst/wavparse/wavparse.vcproj
22713         * gst/y4m/y4menc.vcproj
22714         * gst-libs/gst/audio/audio.vcproj
22715         * gst-libs/gst/audio/audiofilter.vcproj
22716         * gst-libs/gst/colorbalance/colorbalance.vcproj
22717         * gst-libs/gst/idct/idtc.vcproj
22718         * gst-libs/gst/media-info/media-info.vcproj
22719         * gst-libs/gst/mixer/mixer.vcproj
22720         * gst-libs/gst/navigation/navigation.vcproj
22721         * gst-libs/gst/play/play.vcproj
22722         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22723         * gst-libs/gst/resample/resample.vcproj
22724         * gst-libs/gst/riff/riff.vcproj
22725         * gst-libs/gst/tuner/tuner.vcproj
22726         * gst-libs/gst/video/video.vcproj
22727         * gst-libs/gst/xoverlay/xoverlay.vcproj
22728           avoid problems with math.h, fix release dependancy
22729           rename GStreamer-0.8.lib to libgstreamer.lib
22730
22731 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22732
22733         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22735         the atom is not available we have to unlock the mutex. Fixes #148023
22736
22737 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22738
22739         * gst-libs/gst/media-info/media-info.h:
22740           issue for a vararg macro with MSVC
22741
22742 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22743
22744         * gst/effectv/effectv.vcproj
22745         * gst-libs/gst/idct/idct.vcproj:
22746         * gst-libs/gst/media-info/media-info.vcproj:
22747         * gst-libs/gst/navigation/navigation.vcproj:
22748         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22749         * gst-libs/gst/video/video.vcproj:
22750         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22751           fixes for build problems
22752
22753 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22754
22755         * gst-libs/gst/audio/audio.def:
22756         * gst-libs/gst/audio/riff.def:
22757           add some definitions needed by plugins
22758
22759 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22760
22761         * gst/asfdemux/gstasfmux.c
22762           Fix some 64 bits constants to be glib friendly
22763
22764 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22765
22766         * gst/ac3parse/gstac3parse.c
22767         * gst/audioscale/gstaudioscale.c
22768         * gst/auparse/gstauparse.c
22769         * gst/colorspace/gstcolorspace.c
22770         * gst/colorspace/yuv2rgb.h
22771           local include fixes
22772
22773 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22774
22775         * win32/gst.sln
22776           add more plugins to the build
22777
22778 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22779
22780         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22781         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22782
22783 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22784
22785         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22786         (gst_level_set_property), (gst_level_get_property),
22787         (gst_level_base_init), (gst_level_class_init):
22788           add debugging categories.  cleanups.
22789
22790 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22791
22792         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22793         (gst_videoscale_planar411), (gst_videoscale_planar400),
22794         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22795         (gst_videoscale_scale_nearest_str1),
22796         (gst_videoscale_scale_nearest_str2),
22797         (gst_videoscale_scale_nearest_str4),
22798         (gst_videoscale_scale_nearest_16bit),
22799         (gst_videoscale_scale_nearest_24bit):
22800           fixed stride issues
22801           tested with 320x240 -> 321, 322, 324 x240
22802           tested with YV12, I420, YUY2, UYVY
22803           fixed packed422rev (don't think it could have worked before)
22804           by testing with UYVY
22805
22806 2004-07-26  Benjamin Otte  <otte@gnome.org>
22807
22808         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22809         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22810         (plugin_init):
22811           add debugging category, add error checks like checking return values
22812           of setup calls, make sure it still works after
22813           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22814
22815 2004-07-26  Wim Taymans  <wim@fluendo.com>
22816
22817         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22818         (gst_mpeg_demux_get_audio_stream),
22819         (gst_mpeg_demux_process_private):
22820         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22821         Check for error codes from the negotiation functions. Make sure
22822         we really set the pad caps when a new pad is created.
22823
22824 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22825
22826         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22827         (gst_ffmpeg_caps_to_pix_fmt):
22828         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22830         (gst_ffmpegcolorspace_pad_link):
22831           don't make function do two things at the same time without reason.
22832
22833 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22834
22835         * gst/ac3parse/ac3parse.vcproj
22836         * gst/adder/adder.vcproj
22837         * gst/alpha/alpha.vcproj
22838         * gst/alpha/alphacolor.vcproj
22839         * gst/asfdemux/asf.vcproj
22840         * gst/audioconvert/audioconvert.vcproj
22841         * gst/audiorate/audiorate.vcproj
22842         * gst/audioscale/audioscale.vcproj
22843         * gst/auparse/auparse.vcproj
22844         * gst/avi/avi.vcproj
22845         * gst/cdxaparse/cdxaparse.vcproj
22846         * gst/chart/chart.vcproj
22847         * gst/colorspace/colorspace.vcproj
22848         * gst/cutter/cutter.vcproj
22849         * gst/debug/debug.vcproj
22850         * gst/debug/efence.vcproj
22851         * gst/debug/navigationtest.vcproj
22852         * gst/deinterlace/deinterlace.vcproj
22853         * gst/effectv/effectv.vcproj
22854         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22855         * gst/filter/filter.vcproj
22856         * gst/flx/flxdec.vcproj
22857         * gst/goom/goom.vcproj
22858         * gst/interleave/interleave.vcproj
22859         * gst/law/alaw.vcproj
22860         * gst/law/mulaw.vcproj
22861         * gst/matroska/matroska.vcproj
22862         * gst/median/median.vcproj
22863         * gst/mixmatrix/mixmatrix.vcproj
22864         * gst/mpeg1sys/mpeg1systemencode.vcproj
22865         * gst/mpeg1videoparse/mp1videoparse.vcproj
22866         * gst/mpeg2sub/mpeg2subt.vcproj
22867         * gst/mpegaudio/mpegaudio.vcproj
22868         * gst/mpegaudioparse/mpegaudioparse.vcproj
22869         * gst/mpegstream/mpegstream.vcproj
22870         * gst/multifilesink/multifilesink.vcproj
22871         * gst/multipart/multipart.vcproj
22872         * gst/oneton/oneton.vcproj
22873         * gst/overlay/overlay.vcproj
22874         * gst/passthrough/passthrough.vcproj
22875         * gst/qtdemux/qtdemux.vcproj
22876         * gst/realmedia/rmdemux.vcproj
22877         * gst/rtjpeg/rtjpeg.vcproj
22878         * gst/rtp/rtp.vcproj
22879         * gst/silence/silence.vcproj
22880         * gst/sine/sinesrc.vcproj
22881         * gst/smooth/smooth.vcproj
22882         * gst/smpte/smpte.vcproj
22883         * gst/spectrum/spectrum.vcproj
22884         * gst/speed/speed.vcproj
22885         * gst/stereo/stereo.vcproj
22886         * gst/switch/switch.vcproj
22887         * gst/tags/tagedit.vcproj
22888         * gst/tcp/tcp.vcproj
22889         * gst/typefind/typefindfunctions.vcproj
22890         * gst/udp/udp.vcproj
22891         * gst/videobox/videobox.vcproj
22892         * gst/videocrop/videocrop.vcproj
22893         * gst/videodrop/videodrop.vcproj
22894         * gst/videofilter/gamma.vcproj
22895         * gst/videofilter/videobalance.vcproj
22896         * gst/videofilter/videofilter.vcproj
22897         * gst/videofilter/videoflip.vcproj
22898         * gst/videoflip/videoflip.vcproj
22899         * gst/videomixer/videomixer.vcproj
22900         * gst/videorate/videorate.vcproj
22901         * gst/videoscale/videoscale.vcproj
22902         * gst/videotestsrc/videotestsrc.vcproj
22903         * gst/virtualdub/virtualdub.vcproj
22904         * gst/volenv/volenv.vcproj
22905         * gst/volume/volume.vcproj
22906         * gst/wavenc/wavenc.vcproj
22907         * gst/wavparse/wavparse.vcproj
22908         * gst/y4m/y4menc.vcproj
22909           more plugins supported under windows
22910
22911 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22912
22913         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22914         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22915         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22917         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22918           Add debugging statements.  Use the sizes as returned by the
22919           *CreateImage calls.
22920
22921 2004-07-26  Johan Dahlin  <johan@gnome.org>
22922
22923         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22924         the pad is negotiated.
22925
22926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22927
22928 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22929
22930         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22931         * gst-libs/gst/idct/idct.vcproj:
22932         * gst-libs/gst/media-info/media-info.vcproj:
22933         * gst-libs/gst/mixer/mixer.vcproj:
22934         * gst-libs/gst/navigation/navigation.vcproj:
22935         * gst-libs/gst/play/play.vcproj:
22936         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22937         * gst-libs/gst/resample/resample.vcproj:
22938         * gst-libs/gst/tuner/tuner.vcproj:
22939         * gst-libs/gst/video/video.vcproj:
22940         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22941           more plugins supported under windows
22942
22943 2004-07-25 Iain <iain@prettypeople.org>
22944
22945         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22946         pad now rather than when the pad is created because state changes wipe
22947         explicit caps (fixes #148043).
22948
22949 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22950
22951         reviewed by Benjamin Otte  <otte@gnome.org>
22952
22953         * ext/mad/gstmad.c:
22954           fix mad plugin crashing on Sun (fixes #148289)
22955
22956 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22957
22958         * gst/avi/avi.def:
22959         * gst/avi/avi.vcproj:
22960         * gst/matroska/matroska.def:
22961         * gst/matroska/matroska.vcproj:
22962           remove unused .def files
22963
22964 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22965
22966         * gst-libs/gst/audio/gstaudiofilter.c:
22967           Clean the local include
22968
22969 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22970
22971         * win32/gst.sln:
22972         * gst-libs/gst/audio/audio.def:
22973         * gst-libs/gst/audio/audio.vcproj:
22974         * gst-libs/gst/audio/audiofilter.vcproj:
22975         * gst-libs/gst/audio/riff.def:
22976         * gst-libs/gst/audio/riff.vcproj:
22977         * gst-libs/gst/gst-libs.def:
22978         * gst-libs/gst/gst-libs.vcproj:
22979         * gst/avi/avi.vcproj:
22980         * gst/avi/avi.vcproj:
22981           Copy the files where needed after building, cleaner projects
22982
22983 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22984
22985         * gst/matroska/ebml-write.c:
22986           Fix some 64 bits constants to be glib friendly
22987
22988 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22989
22990         * win32/gst.sln:
22991         * gst-libs/gst/gst-libs.def:
22992         * gst-libs/gst/gst-libs.vcproj:
22993         * gst/matroska/matroska.def:
22994         * gst/matroska/matroska.vcproj:
22995           Add the preliminary canvas to build plugins on Win32
22996
22997 2004-07-23  Benjamin Otte  <otte@gnome.org>
22998
22999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23000           don't enfore negotiation from source side, it breaks
23001           sinesrc ! audioconvert ! osssink
23002
23003 2004-07-22  David Schleef  <ds@schleef.org>
23004
23005         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23006         for ELF files, since they can easily be recognized as audio/mpeg.
23007         (bug #147441)
23008
23009 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23010
23011         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23012         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23013         (gst_videoscale_scale_nearest_24bit),
23014         (gst_videoscale_scale_nearest_16bit):
23015           fix 16bit and 24bit for stride (24bit might need testing)
23016           don't pretend we do more than one algorithm
23017
23018 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23019
23020         * configure.ac:
23021         * gst/Makefile.am:
23022         * gst/multifilesink/Makefile.am:
23023         * gst/multifilesink/gstmultifilesink.c:
23024         (gst_multifilesink_get_formats),
23025         (gst_multifilesink_get_query_types), (_do_init),
23026         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23027         (gst_multifilesink_init), (gst_multifilesink_dispose),
23028         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23029         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23030         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23031         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23032         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23033         (gst_multifilesink_uri_get_type),
23034         (gst_multifilesink_uri_get_protocols),
23035         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23036         (gst_multifilesink_uri_handler_init), (plugin_init):
23037         * gst/multifilesink/gstmultifilesink.h:
23038         * testsuite/Makefile.am:
23039         * testsuite/multifilesink/Makefile.am:
23040         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23041         (gst_newmedia_class_init), (gst_newmedia_init),
23042         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23043         (newfile_signal), (test_signal), (main):
23044         multifilesink plugin for creating new files every time a new media
23045         discontinuity event occurs
23046
23047 2004-07-22  Wim Taymans  <wim@fluendo.com>
23048
23049         * gst/alpha/Makefile.am:
23050         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23051         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23052         (gst_alpha_color_init), (gst_alpha_color_set_property),
23053         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23054         (transform), (gst_alpha_color_chain),
23055         (gst_alpha_color_change_state), (plugin_init):
23056         Stupid plugin to to RGBA to AYUV conversion because none of
23057         the colorspace plugins can handle that yet.
23058
23059 2004-07-22  Wim Taymans  <wim@fluendo.com>
23060
23061         * examples/seeking/seek.c: (update_scale), (main):
23062         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23063         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23064         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23065         (gst_decode_bin_init), (gst_decode_bin_dispose),
23066         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23067         (no_more_pads), (close_link), (type_found),
23068         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23069         (plugin_init):
23070         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23071         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23072         (gst_play_base_bin_dispose), (queue_overrun),
23073         (gen_preroll_element), (remove_prerolls), (unknown_type),
23074         (no_more_pads), (new_stream), (setup_source),
23075         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23076         (play_base_eos), (gst_play_base_bin_change_state),
23077         (gst_play_base_bin_add_element),
23078         (gst_play_base_bin_remove_element),
23079         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23080         (gst_play_base_bin_unlink_stream),
23081         (gst_play_base_bin_get_streaminfo):
23082         * gst/playback/gstplaybin.c: (gen_video_element),
23083         (gen_audio_element):
23084         * gst/playback/gststreaminfo.h:
23085         More playback updates, attempt to fix things after the state change
23086         breakage.
23087
23088 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23089
23090         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23091         (gst_videoscale_scale_nearest_16bit):
23092           comment algorithm
23093
23094 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23095
23096         * gst/videotestsrc/gstvideotestsrc.c:
23097         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23098         (gst_videotestsrc_init), (gst_videotestsrc_get),
23099         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23100         (gst_videotestsrc_get_property):
23101         * gst/videotestsrc/gstvideotestsrc.h:
23102         * gst/videotestsrc/videotestsrc.c:
23103         * gst/videotestsrc/videotestsrc.h:
23104           cleanup and commenting
23105
23106 2004-07-21  Wim Taymans  <wim@fluendo.com>
23107
23108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23109         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23110         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23111         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23112         (_find_chain_get_unknown_part), (_find_streams_check),
23113         (gst_ogg_demux_push), (gst_ogg_pad_push):
23114         * ext/theora/theoradec.c: (theora_get_formats),
23115         (theora_dec_src_convert), (theora_dec_sink_convert),
23116         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23117         (theora_dec_chain):
23118         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23119         (vorbis_dec_convert), (vorbis_dec_src_query),
23120         (vorbis_dec_src_event), (vorbis_dec_event):
23121         More seeking fixes, oggdemux now supports seeking to time and
23122         uses the downstream element to convert granulepos to time.
23123         Seeking in theora-only ogg files now works.
23124
23125 2004-07-21  Wim Taymans  <wim@fluendo.com>
23126
23127         * ext/theora/theoradec.c: (gst_theora_dec_init),
23128         (theora_get_formats), (theora_get_event_masks),
23129         (theora_get_query_types), (theora_dec_src_convert),
23130         (theora_dec_sink_convert), (theora_dec_src_query),
23131         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23132         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23133         (vorbis_get_event_masks), (vorbis_get_query_types),
23134         (gst_vorbis_dec_init), (vorbis_dec_convert),
23135         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23136         Added query/convert/formats functions to vorbis and theora decoders
23137         so that the outside world can use them too. Fixed seeking on an
23138         ogg/theora/vorbis file by disabling the seeking seeking on the
23139         theora srcpad.
23140
23141 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23142
23143         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23144         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23145         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23146         images creation for both elements. We don't create the image on caps
23147         nego or renego, we just destroy the internal one if present if it does
23148         not match the needs. The chain function takes care of creating a new
23149         image when needed.
23150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23151         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23152         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23153         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23154         the image format information. The buffer pool checks for the context
23155         image format and discard images with different formats.
23156         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23157
23158 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23159
23160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23161         (gst_ffmpegcolorspace_chain):
23162           no point in doing any chaining if the pad we want to push from
23163           isn't usable.
23164
23165 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23166
23167         * gst-libs/gst/riff/riff-media.c:
23168         (gst_riff_create_audio_caps_with_data):
23169           Fix double end-to-native symbol conversion (#148021).
23170
23171 2004-07-20  David Schleef  <ds@schleef.org>
23172
23173         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23174         Don't use an Atom that doesn't exist.
23175
23176 2004-07-20  Wim Taymans  <wim@fluendo.com>
23177
23178         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23179         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23180         (gst_multifdsink_client_remove),
23181         (gst_multifdsink_handle_client_write),
23182         (gst_multifdsink_queue_buffer):
23183         * gst/tcp/gstmultifdsink.h:
23184         More multifdsink stats. Avoid deadlock by releasing locks
23185         before sending out a signal.
23186
23187 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23188
23189         * po/LINGUAS:
23190         * po/hu.po:
23191           added Hungarian translation (Laszlo Dvornik)
23192
23193 2004-07-20  Wim Taymans  <wim@fluendo.com>
23194
23195         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23196         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23197         (gst_multifdsink_handle_client_write),
23198         (gst_multifdsink_queue_buffer):
23199         * gst/tcp/gsttcp-marshal.list:
23200         Fixed the stupid marshal definition.
23201
23202 2004-07-20  Wim Taymans  <wim@fluendo.com>
23203
23204         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23205         (gst_multifdsink_init), (gst_multifdsink_add),
23206         (gst_multifdsink_client_remove),
23207         (gst_multifdsink_handle_client_write),
23208         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23209         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23210         (gst_multifdsink_init_send):
23211         * gst/tcp/gstmultifdsink.h:
23212         Added more stats, added timeout for a client, fixed some typos
23213         and added some comments.
23214
23215 2004-07-20  Wim Taymans  <wim@fluendo.com>
23216
23217         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23218         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23219         (gst_multifdsink_client_remove),
23220         (gst_multifdsink_handle_client_write):
23221         * gst/tcp/gstmultifdsink.h:
23222         * gst/tcp/gsttcp-marshal.list:
23223         Added get_stats method that returns a GValueArray of
23224         stats values.
23225
23226 2004-07-19  Benjamin Otte  <otte@gnome.org>
23227
23228         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23229           make sure longname, description and author are valid UTF-8
23230
23231 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23232
23233         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23234         (gst_ximagesink_set_property):
23235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23236         (gst_xvimagesink_set_property):
23237           make sure SYNCHRONOUS is respected after getting the X context
23238
23239 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23240
23241         * gst/matroska/matroska-demux.c:
23242         (gst_matroska_demux_handle_src_event),
23243         (gst_matroska_demux_parse_blockgroup):
23244         * gst/matroska/matroska-ids.h:
23245           add BlockReference tag and ignore it to clear out log.
23246           ignore NAVIGATION events to clear out log.
23247
23248 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23249
23250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23251         (gst_matroska_demux_add_stream):
23252         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23253           add debug categories
23254
23255 2004-07-16  Wim Taymans  <wim@fluendo.com>
23256
23257         * ext/libpng/Makefile.am:
23258         * ext/libpng/gstpng.c: (plugin_init):
23259         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23260         (gst_pngdec_get_type), (gst_pngdec_base_init),
23261         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23262         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23263         * ext/libpng/gstpngdec.h:
23264         Added png decoder.
23265
23266 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23267
23268         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23269         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23270         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23271         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23272         (gst_ximagesink_buffer_alloc):
23273         * sys/ximage/ximagesink.h:
23274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23275         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23276         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23277         (gst_xvimagesink_buffer_alloc):
23278         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23279         again. Using internal data pointer of the x(v)image to store image's
23280         data to be coherent with the buffer alloc mechanism. Investigated the
23281         image destruction code to be sure that everything gets freed correctly.
23282
23283 2004-07-16  Wim Taymans  <wim@fluendo.com>
23284
23285         * gst-libs/gst/riff/riff-read.c:
23286         (gst_riff_read_strf_vids_with_data),
23287         (gst_riff_read_strf_auds_with_data):
23288         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23289         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23290         Make sure we don't create 0 sized subbuffers in riff-read.
23291         Signal the no more pads signal after reading the avi header.
23292
23293 2004-07-16  Wim Taymans  <wim@fluendo.com>
23294
23295         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23296         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23297         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23298         (gst_decode_bin_init), (gst_decode_bin_dispose),
23299         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23300         (no_more_pads), (close_link), (type_found),
23301         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23302         (gst_decode_bin_change_state), (plugin_init):
23303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23304         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23305         (gst_play_base_bin_dispose), (queue_overrun),
23306         (gen_preroll_element), (remove_prerolls), (unknown_type),
23307         (no_more_pads), (new_stream), (setup_source),
23308         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23309         (play_base_eos), (gst_play_base_bin_change_state),
23310         (gst_play_base_bin_add_element),
23311         (gst_play_base_bin_remove_element),
23312         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23313         (gst_play_base_bin_unlink_stream),
23314         (gst_play_base_bin_get_streaminfo):
23315         * gst/playback/gstplaybasebin.h:
23316         Better error recovery. Added configurable preroll queue size. Faster
23317         detection of no-more-pads.
23318
23319 2004-07-16  Wim Taymans  <wim@fluendo.com>
23320
23321         * gst-libs/gst/video/video.h:
23322         Added 32 bits RGBA. Not sure if we should use another mime-type
23323         for alpha rgb. Currently the presence of the alpha_mask property
23324         signals an alpha channel.
23325
23326 2004-07-16  Wim Taymans  <wim@fluendo.com>
23327
23328         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23330         FPS seems to be 0.0 to MAX everywhere else.
23331
23332 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23333
23334         * gst-libs/gst/riff/riff-media.c:
23335         (gst_riff_create_video_caps_with_data):
23336           mp42/mp43 (no caps) exist too.
23337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23338           Set pixel_width/height; we've got them in-caps.
23339         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23340         * gst/wavparse/gstwavparse.c: (plugin_init):
23341           Both are valid primary.
23342         * sys/oss/gstossmixer.c:
23343           Remove i18n hack and enable translations.
23344
23345 2004-07-15  Benjamin Otte  <otte@gnome.org>
23346
23347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23348         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23349           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23350
23351 2004-07-15  Benjamin Otte  <otte@gnome.org>
23352
23353         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23354         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23355         (gst_alsa_close_audio):
23356           disable some of the debugging code for now. Writing debugging to a
23357           buffer is broken in current alsalib releases.
23358
23359 2004-07-12  Benjamin Otte  <otte@gnome.org>
23360
23361         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23362           use bufferpools
23363
23364 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23365
23366         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23367         (theora_dec_src_query), (theora_dec_event):
23368         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23369           add debugging categories.  Remove \n's.
23370
23371 2004-07-13  Johan Dahlin  <johan@gnome.org>
23372
23373         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23374         (gst_play_bin_get_property): Impl.
23375
23376 2004-07-13  Wim Taymans  <wim@fluendo.com>
23377
23378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23379         When trying to find the stream length, seek back N pages
23380         instead of just one, where N is the number of streams in
23381         the current chain.
23382
23383 2004-07-13  Wim Taymans  <wim@fluendo.com>
23384
23385         * gst-libs/gst/riff/riff-media.c:
23386         (gst_riff_create_audio_caps_with_data),
23387         (gst_riff_create_audio_caps),
23388         (gst_riff_create_audio_template_caps):
23389         * gst-libs/gst/riff/riff-media.h:
23390         * gst-libs/gst/riff/riff-read.c:
23391         (gst_riff_read_strf_vids_with_data),
23392         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23393         * gst-libs/gst/riff/riff-read.h:
23394         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23395         (gst_avi_demux_add_stream):
23396         Set codec_data on caps for avidemuxer.
23397
23398 2004-07-12  David Schleef  <ds@schleef.org>
23399
23400         * configure.ac: Fix test for Objective C
23401
23402 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23403         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23404         (gst_gdk_pixbuf_chain):
23405           Add svg and pcx to template caps, and ensure that getcaps returns a
23406           subset of the template caps.
23407           Copy each row manually for output, as gdkpixbuf may pad the
23408           rowstride to a 32-bit word boundary.
23409
23410 2004-07-12  Wim Taymans  <wim@fluendo.com>
23411
23412         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23413         (gst_riff_create_video_template_caps):
23414         Fix the template caps to include some more media types.
23415
23416 2004-07-12  Wim Taymans  <wim@fluendo.com>
23417
23418         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23419         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23420         (compare_ranks), (print_feature), (gst_decode_bin_init),
23421         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23422         (try_to_link_1), (new_pad), (close_link), (type_found),
23423         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23424         (gst_decode_bin_change_state), (plugin_init):
23425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23426         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23427         (gst_play_base_bin_dispose), (queue_overrun),
23428         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23429         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23430         (gst_play_base_bin_get_property), (play_base_eos),
23431         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23432         (gst_play_base_bin_remove_element),
23433         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23434         (gst_play_base_bin_unlink_stream),
23435         (gst_play_base_bin_get_streaminfo):
23436         * gst/playback/gstplaybasebin.h:
23437         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23438         (gst_play_bin_class_init), (gst_play_bin_init),
23439         (gst_play_bin_dispose), (gst_play_bin_set_property),
23440         (gst_play_bin_get_property), (gen_video_element),
23441         (gen_audio_element), (remove_sinks), (setup_sinks),
23442         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23443         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23444         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23445         (gst_play_bin_query), (plugin_init):
23446         * gst/playback/test4.c: (main):
23447         More fixes on reusing of the element.
23448
23449 2004-07-11  Benjamin Otte  <otte@gnome.org>
23450
23451         * ext/mad/gstmad.c: (normal_seek):
23452           allow seeking for other methods than just SET
23453
23454 2004-07-11  Andy Wingo  <wingo@pobox.com>
23455
23456         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23457         float, "any" caps -> buffer_frames=[0,MAX].
23458
23459         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23460         doesn't intersect our caps with the template any more. Do it
23461         ourselves.
23462         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23463
23464 2004-07-09  Wim Taymans  <wim@fluendo.com>
23465
23466         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23467         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23468         (compare_ranks), (print_feature), (gst_decode_bin_init),
23469         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23470         (try_to_link_1), (new_pad), (close_link), (type_found),
23471         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23472         (gst_decode_bin_change_state), (plugin_init):
23473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23474         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23475         (gst_play_base_bin_dispose), (queue_overrun),
23476         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23477         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23478         (gst_play_base_bin_get_property), (play_base_eos),
23479         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23480         (gst_play_base_bin_remove_element),
23481         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23482         (gst_play_base_bin_unlink_stream),
23483         (gst_play_base_bin_get_streaminfo):
23484         * gst/playback/gstplaybasebin.h:
23485         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23486         (gst_play_bin_class_init), (gst_play_bin_init),
23487         (gst_play_bin_dispose), (gst_play_bin_set_property),
23488         (gst_play_bin_get_property), (gen_video_element),
23489         (gen_audio_element), (remove_sinks), (setup_sinks),
23490         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23491         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23492         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23493         (gst_play_bin_query), (plugin_init):
23494         * gst/playback/test4.c: (main):
23495         Work on object reuse and seeking.
23496
23497 2004-07-09  Wim Taymans  <wim@fluendo.com>
23498
23499         * examples/seeking/seek.c: (iterate):
23500         Don't consume all CPU in the idle loop.
23501
23502 2004-07-09  Wim Taymans  <wim@fluendo.com>
23503
23504         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23505         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23506         Add pad to element *after* setting the pad functions so that
23507         the scheduler can use the correct ones.
23508
23509 2004-07-09  Wim Taymans  <wim@fluendo.com>
23510
23511         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23512         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23513         Sync to keyframe after seek
23514
23515 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23516
23517         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23518         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23519         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23520         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23521         * ext/libvisual/visual.c: (gst_visual_change_state):
23522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23523         * ext/theora/theoradec.c: (theora_dec_change_state):
23524         * ext/theora/theoraenc.c: (theora_enc_change_state):
23525         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23526         * gst-libs/gst/navigation/navigation.c:
23527         * gst/adder/gstadder.c: (gst_adder_change_state):
23528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23529         (gst_audio_convert_get_buffer):
23530         * gst/multipart/multipartdemux.c:
23531         (gst_multipart_demux_change_state):
23532         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23533         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23534         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23535         * gst/videoscale/gstvideoscale.c:
23536         (gst_videoscale_handle_src_event):
23537         * gst/volume/gstvolume.c: (volume_chain_int16):
23538           don't assert in state change, this should be done by the base
23539           GstElement class.
23540           various debugging fixes.
23541
23542 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23543
23544         * configure.ac:
23545         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23546         (gst_play_dispose), (gst_play_set_location),
23547         (gst_play_set_data_src), (gst_play_set_video_sink),
23548         (gst_play_set_audio_sink), (gst_play_set_visualization),
23549         (gst_play_connect_visualization), (gst_play_get_sink_element),
23550         (gst_play_get_all_by_interface):
23551         * gst-libs/gst/play/play.h:
23552           add new method to get elements implementing an interface.
23553           add various error logging
23554
23555 2004-07-08  Wim Taymans  <wim@fluendo.com>
23556
23557         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23558         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23559         (make_playerbin_pipeline), (query_durations_elems),
23560         (query_durations_pads), (query_positions_elems),
23561         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23562         (main):
23563         Added playbin seeking example.
23564
23565 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23566
23567         * gst-libs/gst/play/play.c: (gst_play_set_location),
23568         (gst_play_set_data_src), (gst_play_set_video_sink),
23569         (gst_play_set_audio_sink), (gst_play_set_visualization),
23570         (gst_play_connect_visualization), (gst_play_get_framerate):
23571           use a macro to look up elements from hash table
23572
23573 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23574
23575         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23576         (gst_play_get_length_callback), (gst_play_set_location),
23577         (gst_play_seek_to_time), (gst_play_set_data_src),
23578         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23579         (gst_play_set_visualization), (gst_play_connect_visualization),
23580         (gst_play_get_sink_element):
23581         - add debugging info
23582         - fix looking up sink elements by iterating over complete caps
23583         - put everything except for source and autoplugger in a complete bin
23584
23585 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23586
23587         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23589         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23590         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23591         * ext/alsa/gstalsasink.h:
23592         - add debugging info
23593         - clean up schizophrenia of data/buffer/event
23594         - fix double event unref error
23595
23596 2004-07-08  Wim Taymans  <wim@fluendo.com>
23597
23598         * gst/playback/Makefile.am:
23599         Add headers to noinst
23600
23601 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23602
23603         * tools/gst-launch-ext-m.m:
23604         * tools/gst-launch-ext.1.in:
23605           convert to the third millenium
23606
23607 2004-07-07  David Schleef  <ds@schleef.org>
23608
23609         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23610
23611 2004-07-07  Wim Taymans  <wim@fluendo.com>
23612
23613         * gst/playback/Makefile.am:
23614         * gst/playback/README:
23615         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23616         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23617         (compare_ranks), (print_feature), (gst_decode_bin_init),
23618         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23619         (try_to_link_1), (new_pad), (close_link), (type_found),
23620         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23621         (plugin_init):
23622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23623         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23624         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23625         (gen_preroll_element), (no_more_pads), (new_stream),
23626         (setup_source), (gst_play_base_bin_set_property),
23627         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23628         (gst_play_base_bin_add_element),
23629         (gst_play_base_bin_remove_element),
23630         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23631         (gst_play_base_bin_unlink_stream),
23632         (gst_play_base_bin_get_streaminfo):
23633         * gst/playback/gstplaybasebin.h:
23634         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23635         (gst_play_bin_class_init), (gst_play_bin_init),
23636         (gst_play_bin_dispose), (gst_play_bin_set_property),
23637         (gst_play_bin_get_property), (gen_video_element),
23638         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23639         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23640         (gst_play_bin_get_formats), (gst_play_bin_convert),
23641         (gst_play_bin_get_query_types), (gst_play_bin_query),
23642         (plugin_init):
23643         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23644         (gst_stream_info_get_type), (gst_stream_info_class_init),
23645         (gst_stream_info_init), (gst_stream_info_new),
23646         (gst_stream_info_dispose), (gst_stream_info_set_property),
23647         (gst_stream_info_get_property):
23648         * gst/playback/gststreaminfo.h:
23649         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23650         (main):
23651         * gst/playback/test2.c: (main):
23652         * gst/playback/test3.c: (update_scale), (main):
23653         More playbin fixes. Added README. Do better element filtering.
23654         Added base class to preroll media. Added test apps.
23655
23656 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23657
23658         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23659         * ext/mpeg2dec/gstmpeg2dec.h:
23660           various debugging improvements.  Reset stream to next picture
23661           instead of sequence header, otherwise seeks cannot work.
23662
23663 2004-07-07  Wim Taymans  <wim@fluendo.com>
23664
23665         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23666         (gst_video_box_class_init), (gst_video_box_set_property),
23667         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23668         Use pad_alloc where possible.
23669
23670 2004-07-07  Wim Taymans  <wim@fluendo.com>
23671
23672         * sys/oss/gstosselement.c: (gst_osselement_reset),
23673         (gst_osselement_parse_caps):
23674         * sys/oss/gstosselement.h:
23675         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23676         Fix offset on osssrc.
23677
23678 2004-07-07  Wim Taymans  <wim@fluendo.com>
23679
23680         * ext/theora/theora.c: (plugin_init):
23681         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23682         (theora_dec_src_query), (theora_dec_chain):
23683         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23684         (theora_enc_sink_link), (theora_buffer_from_packet),
23685         (theora_push_packet), (theora_enc_chain):
23686         Fix theora granulepos calculation.
23687         Fix overflow in duration/position calculation.
23688         Bump rank to PRIMARY for theoradec.
23689         Use granulepos of last packet to calculate position.
23690         Set keyframe flag on buffers when needed.
23691
23692 2004-07-06  David Schleef  <ds@schleef.org>
23693
23694         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23695         serious?  (Fixed, obviously.)
23696
23697 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23698
23699         * po/LINGUAS:
23700         * po/cs.po:
23701           added Czech translation (Miloslav Trmac)
23702
23703 2004-07-05  Wim Taymans  <wim@fluendo.com>
23704
23705         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23706         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23707         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23708         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23709         (close_link), (type_found), (gst_decode_bin_set_property),
23710         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23711         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23712         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23713         (gst_decode_bin_query), (plugin_init):
23714         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23715         (gst_play_bin_class_init), (gst_play_bin_init),
23716         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23717         (get_video_element), (new_pad), (setup_source),
23718         (gst_play_bin_set_property), (gst_play_bin_get_property),
23719         (gst_play_bin_change_state), (gst_play_bin_add_element),
23720         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23721         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23722         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23723         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23724         * gst/playback/test.c: (main):
23725         More fixes, cleaned up playbin, make it use decodebin. Added
23726         threaded property to playbin.
23727
23728 2004-07-05  Wim Taymans  <wim@fluendo.com>
23729
23730         * configure.ac:
23731         * gst/playback/Makefile.am:
23732         * gst/playback/decodetest.c: (main):
23733         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23734         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23735         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23736         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23737         (close_link), (type_found), (gst_decode_bin_set_property),
23738         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23739         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23740         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23741         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23742         (plugin_init):
23743         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23744         (gst_play_bin_class_init), (gst_play_bin_init),
23745         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23746         (collect_sink_pads), (find_compatibles), (close_pad_link),
23747         (try_to_link_1), (new_pad), (close_link), (type_found),
23748         (setup_source), (gst_play_bin_set_property),
23749         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23750         (compare_ranks), (gst_play_bin_collect_factories),
23751         (gst_play_bin_change_state), (gst_play_bin_add_element),
23752         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23753         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23754         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23755         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23756         * gst/playback/test.c: (main):
23757         Added some playback helper elements and some test apps, very alpha
23758         still.
23759
23760 2004-07-04  Benjamin Otte  <otte@gnome.org>
23761
23762         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23763           only restart audio when we indeed have an xrun to fix repeated
23764           xruns. Fix suggested by Giuliano Pochini.
23765
23766 2004-07-03  David Schleef  <ds@schleef.org>
23767
23768         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23769         call to gst_debug_log() if debugging is disabled (bug #145118)
23770
23771 2004-07-03  Benjamin Otte  <otte@gnome.org>
23772
23773         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23774           use our own functions for restarting the alsa device.
23775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23776           I should apply patches myself - use MIN for the third argument, not
23777           the second, this fixes seeking
23778
23779 2004-07-02  David Schleef  <ds@schleef.org>
23780
23781         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23782         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23783         do with the logic.
23784
23785 2004-07-02  David Schleef  <ds@schleef.org>
23786
23787         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23788         output buffers.  Fix logic mistake.  (bug #144866)
23789
23790 2004-07-02  David Schleef  <ds@schleef.org>
23791
23792         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23793         on X.  (bug #144753)
23794
23795 2004-07-02  David Schleef  <ds@schleef.org>
23796
23797         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23798         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23799         (bug #144624)
23800         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23801         (gst_osselement_rate_probe_check): Add another workaround for
23802         buggy drivers (bug #145336)
23803
23804 2004-07-02  David Schleef  <ds@schleef.org>
23805
23806         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23807         Most systems don't have MSG_NOSIGNAL.
23808
23809 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23810
23811         * Makefile.am:
23812         * gst-libs/gst/colorbalance/Makefile.am:
23813         * gst-libs/gst/mixer/Makefile.am:
23814         * gst-libs/gst/play/Makefile.am:
23815         * gst-libs/gst/tuner/Makefile.am:
23816           (hopefully) fix both install and dist and make error message useful.
23817           needs testing across automakes.
23818
23819 2004-07-02  Benjamin Otte  <otte@gnome.org>
23820
23821         * ext/ogg/gstogg.c: (plugin_init):
23822           we require bytestream now
23823         * ext/ogg/gstoggdemux.c:
23824           huge diff to implement chain setup in a fast and generic way. This
23825           improves tag reading and startup of huge files (read: Theora videos)
23826           quite a bit. It probably contains bugs, too, so please test.
23827           Seeking is not improved to the fast method.
23828
23829 2004-06-29  Wim Taymans  <wim@fluendo.com>
23830
23831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23832         * ext/ogg/gstoggmux.c:
23833         Fix memleak in oggdemux when running unconnected pads.
23834         doc update in mux, start working on keyframe mode.
23835
23836 2004-06-29  Benjamin Otte  <otte@gnome.org>
23837
23838         * sys/oss/gstosssink.c:
23839         * sys/oss/gstosssrc.c:
23840           advertise correct template caps - we indeed do non-native endianness
23841           and 8bit audio has no endianness
23842         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23844           avoid (wrong) duplications in getcaps function and return
23845           template caps
23846
23847 2004-06-29  Wim Taymans  <wim@fluendo.com>
23848
23849         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23850         (gst_multifdsink_class_init), (gst_multifdsink_add),
23851         (gst_multifdsink_remove), (gst_multifdsink_clear),
23852         (gst_multifdsink_client_remove),
23853         (gst_multifdsink_handle_client_read),
23854         (gst_multifdsink_client_queue_data),
23855         (gst_multifdsink_client_queue_caps),
23856         (gst_multifdsink_client_queue_buffer),
23857         (gst_multifdsink_handle_client_write),
23858         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23859         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23860         (gst_multifdsink_init_send), (gst_multifdsink_close):
23861         Fix wrong GList iteration that could crash the server when
23862         more then 2 clients disconnect at the same time. Read all the
23863         pending commands in one batch to recover from command storms under
23864         very heavy load.
23865
23866 2004-06-28  Wim Taymans  <wim@fluendo.com>
23867
23868         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23869         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23870         (gst_videomixer_pad_set_property),
23871         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23872         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23873         (gst_videomixer_class_init), (gst_videomixer_init),
23874         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23875         (pad_zorder_compare), (gst_videomixer_sort_pads),
23876         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23877         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23878         (gst_videomixer_update_queues), (gst_videomixer_loop),
23879         (plugin_init):
23880         Avoid divide by zero, choose masterpad as the pad with the highest
23881         framerate.
23882
23883 2004-06-27  Julien Moutte  <julien@moutte.net>
23884
23885         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23886         (gst_ximagesink_xwindow_new):
23887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23888         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23889         function directly. We might want to call it from somewhere else one day.
23890
23891 2004-06-27  Julien Moutte  <julien@moutte.net>
23892
23893         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23894         (gst_ximagesink_xwindow_new):
23895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23896         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23897         window decorations.
23898
23899 2004-06-27  Wim Taymans  <wim@fluendo.com>
23900
23901         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23902         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23903         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23904         (gst_dvdec_set_property), (gst_dvdec_get_property):
23905         * ext/dv/gstdvdec.h:
23906         Implement drop_factor property to lower the framerate with
23907         a factor.
23908
23909 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23910
23911         * gst-libs/gst/colorbalance/Makefile.am:
23912         * gst-libs/gst/mixer/Makefile.am:
23913         * gst-libs/gst/play/Makefile.am:
23914         * gst-libs/gst/tuner/Makefile.am:
23915           unbreak Company's fix that didn't install the -enum.h files
23916
23917 2004-06-27  Wim Taymans  <wim@fluendo.com>
23918
23919         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23920         (gst_dvdec_change_state):
23921         * ext/dv/gstdvdec.h:
23922         Fix timestamp, duration and offset of the buffers.
23923
23924 2004-06-27  Wim Taymans  <wim@fluendo.com>
23925
23926         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23927         (gst_multifdsink_class_init), (gst_multifdsink_add),
23928         (gst_multifdsink_remove), (gst_multifdsink_clear),
23929         (gst_multifdsink_client_remove),
23930         (gst_multifdsink_handle_client_read),
23931         (gst_multifdsink_client_queue_data),
23932         (gst_multifdsink_client_queue_caps),
23933         (gst_multifdsink_client_queue_buffer),
23934         (gst_multifdsink_handle_client_write),
23935         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23936         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23937         (gst_multifdsink_init_send), (gst_multifdsink_close):
23938         * gst/tcp/gstmultifdsink.h:
23939         * gst/tcp/gsttcpserversink.c:
23940         (gst_tcpserversink_handle_server_read),
23941         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23942         More multifdsink fixes, more recovery policy fixes.
23943         Removed stupid g_print
23944
23945 2004-06-26  Wim Taymans  <wim@fluendo.com>
23946
23947         * gst/tcp/Makefile.am:
23948         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23949         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23950         (gst_multifdsink_class_init), (gst_multifdsink_init),
23951         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23952         (gst_multifdsink_handle_client_read),
23953         (gst_multifdsink_client_queue_data),
23954         (gst_multifdsink_client_queue_caps),
23955         (gst_multifdsink_client_queue_buffer),
23956         (gst_multifdsink_handle_client_write),
23957         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23958         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23959         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23960         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23961         (gst_multifdsink_close), (gst_multifdsink_change_state):
23962         * gst/tcp/gstmultifdsink.h:
23963         * gst/tcp/gsttcpplugin.c: (plugin_init):
23964         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23965         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23966         (gst_tcpserversink_handle_server_read),
23967         (gst_tcpserversink_handle_select),
23968         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23969         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23970         * gst/tcp/gsttcpserversink.h:
23971         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23972         one of the locks, added recovery policy to multifdsink.
23973
23974 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23975
23976         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23977           fix decision for when getting frames with same timestamp
23978         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23979         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23980         (gst_v4lsrc_get_property):
23981         * sys/v4l/gstv4lsrc.h:
23982           add latency offset property
23983
23984 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23985
23986         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23987         (plugin_init):
23988           fix debugging. add category.
23989
23990 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23991
23992         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23993           fix wrong offsets
23994
23995 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23996
23997         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23998         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23999         (gst_alsa_src_change_state):
24000           return a time that is in sync with the element's processing
24001
24002 2004-06-25  Wim Taymans  <wim@fluendo.com>
24003
24004         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24005         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24006         (gst_tcpserversink_client_remove),
24007         (gst_tcpserversink_handle_client_read),
24008         (gst_tcpserversink_client_queue_data),
24009         (gst_tcpserversink_client_queue_caps),
24010         (gst_tcpserversink_client_queue_buffer),
24011         (gst_tcpserversink_handle_client_write),
24012         (gst_tcpserversink_queue_buffer),
24013         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24014         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24015         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24016         (gst_tcpserversink_close):
24017         * gst/tcp/gsttcpserversink.h:
24018         Serversink rewrite. Really do non blocking writes to clients and
24019         maintain an internal queue to handle slower clients while not
24020         disturbing fast clients.
24021
24022 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24023
24024         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24025           better debug, don't override OFFSET and OFFSET_END
24026
24027 2004-06-25  Iain <iain@prettypeople.org>
24028
24029         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24030         name=source for the wavparse pipeline.
24031
24032 2004-06-24  Johan Dahlin  <johan@gnome.org>
24033
24034         * ext/theora/theoraenc.c (theora_enc_chain): Call
24035         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24036         streamheader caps are set correctly.
24037
24038 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24039
24040         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24041         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24042           respect minimum bitrate; same could be done for max bitrate
24043
24044 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24045
24046         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24047         (gst_vorbisenc_setup):
24048           fix sample rate range
24049
24050 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24051
24052         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24053         (gst_oggvorbisenc_setup):
24054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24055         (gst_vorbisenc_setup):
24056           resolve ambiguities in code and description
24057
24058 2004-06-24  Wim Taymans  <wim@fluendo.com>
24059
24060         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24061         * ext/alsa/gstalsa.h:
24062         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24063         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24064         Use alsa trigger_tstamp to get the timestamp of the first
24065         sample in the buffer for more precise sync. Some cleanups.
24066
24067 2004-06-24  Wim Taymans  <wim@fluendo.com>
24068
24069         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24070         (gst_audiorate_init), (gst_audiorate_chain),
24071         (gst_audiorate_set_property), (gst_audiorate_get_property):
24072         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24073         (gst_videorate_chain):
24074         Added some logging, fixed an overflow bug in videorate.
24075
24076 2004-06-24  Benjamin Otte  <otte@gnome.org>
24077
24078         * ext/kio/Makefile.am:
24079           fix for builddir != srcdir and distcheck
24080
24081 2004-06-24  Benjamin Otte  <otte@gnome.org>
24082
24083         * gst-libs/gst/colorbalance/Makefile.am:
24084         * gst-libs/gst/mixer/Makefile.am:
24085         * gst-libs/gst/play/Makefile.am:
24086         * gst-libs/gst/tuner/Makefile.am:
24087         * gst/tcp/Makefile.am:
24088         * sys/dxr3/Makefile.am:
24089           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24090           tarball.
24091           Also add all *.list files that were missing.
24092         * Makefile.am:
24093           add a distcheck hook to ensure the above doesn't happen again.
24094
24095 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24096
24097         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24098
24099 2004-06-23  Colin Walters  <walters@redhat.com>
24100
24101         * m4/Makefile.am: Distribute gst-fionread.m4.
24102
24103 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24104
24105         * configure.ac: back to dev
24106
24107 2004-06-23  Wim Taymans  <wim@fluendo.com>
24108
24109         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24110         (gst_alsa_xrun_recovery):
24111         * ext/alsa/gstalsa.h:
24112         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24113         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24114         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24115         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24116         (gst_alsa_src_loop):
24117         Add clock to alsasrc. Take new capture timestamp when
24118         restarting after an overrun. Split up some functions between
24119         alsasrc and alsasink.
24120
24121 === release 0.8.2 ===
24122
24123 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24124
24125         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24126         (gst_alsa_change_state), (gst_alsa_update_avail),
24127         (gst_alsa_xrun_recovery):
24128         * ext/alsa/gstalsa.h:
24129         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24130           merge back changes from release
24131
24132 2004-06-23  Wim Taymans  <wim@fluendo.com>
24133
24134         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24135         (gst_audiorate_init), (gst_audiorate_chain),
24136         (gst_audiorate_set_property), (gst_audiorate_get_property):
24137         Implement sample dropping and notify
24138
24139 2004-06-22  Wim Taymans  <wim@fluendo.com>
24140
24141         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24142         (theora_enc_sink_link), (theora_buffer_from_packet),
24143         (theora_push_packet), (theora_enc_chain):
24144         Some cleanups, make sure the timestamps are correct.
24145
24146 2004-06-22  Wim Taymans  <wim@fluendo.com>
24147
24148         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24149         (gst_alsa_change_state), (gst_alsa_update_avail),
24150         (gst_alsa_xrun_recovery):
24151         * ext/alsa/gstalsa.h:
24152         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24153         Cleanups, take queued samples into account when reporting
24154         the time.
24155
24156 2004-06-22  Wim Taymans  <wim@fluendo.com>
24157
24158         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24159         (gst_videorate_init):
24160         Initialize the property as well.
24161
24162 2004-06-22  Wim Taymans  <wim@fluendo.com>
24163
24164         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24165         (gst_videorate_init), (gst_videorate_chain),
24166         (gst_videorate_set_property), (gst_videorate_get_property):
24167         Add property to make videorate silent.
24168         Add property to prefer new frames over old ones.
24169
24170 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24171
24172         * sys/osxvideo/Makefile.am:
24173         Workaround so that the osxvideo .so file gets linked with the
24174         Cocoa, OpenGL and QuickTime frameworks
24175
24176 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24177
24178         * sys/osxaudio/Makefile.am:
24179         Workaround so that the osxaudio .so file gets linked with the
24180         CoreAudio framework
24181
24182 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24183
24184         * configure.ac:
24185         Whoops, my fault...fixed build issues
24186
24187 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24188
24189         * configure.ac:
24190         Add objective-c support if running in Darwin/Mac OS X
24191         * sys/Makefile.am:
24192         * sys/osxvideo:
24193         * sys/osxvideo/Makefile.am:
24194         * sys/osxvideo/osxvideosink.h:
24195         * sys/osxvideo/osxvideosink.m:
24196         * sys/osxvideo/cocoawindow.h:
24197         * sys/osxvideo/cocoawindow.m:
24198         Add osxvideosink, a cocoa-based osx video sink
24199
24200
24201 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24202         * ext/dvdnav/gst-dvd:
24203         Grab the gconf key from the right spot
24204         * gst/debug/gstnavseek.c: (gst_navseek_init),
24205         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24206         (gst_navseek_chain):
24207         * gst/debug/gstnavseek.h:
24208           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24209           and loop parameters of a segment seek.
24210         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24211         (gst_videotestsrc_get_event_masks),
24212         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24213         * gst/videotestsrc/gstvideotestsrc.h:
24214           Add seeking support to videotestsrc
24215           Initialise the timestamp_offset variable.
24216
24217 2004-06-18  Wim Taymans  <wim@fluendo.com>
24218
24219         * ext/sidplay/gstsiddec.cc:
24220         Fix negotiation and set correct end offset.
24221
24222 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24223
24224         * configure.ac: branch and prerelease
24225
24226 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24227
24228         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24229         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24230         (gst_tcpclientsrc_init_receive):
24231         * gst/tcp/gsttcpclientsrc.h:
24232           read caps when connecting to server for GDP so we set them correctly
24233
24234 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24235
24236         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24237           notify drops and duplicates
24238         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24239           no good reason to limit ourselves to 100x100
24240
24241 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24242
24243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24244         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24245         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24246         (gst_v4lsrc_get_property):
24247         * sys/v4l/gstv4lsrc.h:
24248         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24249         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24250         (gst_v4l_set_audio):
24251         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24252         (gst_v4lsrc_try_capture):
24253         * sys/v4l/v4lsrc_calls.h:
24254           change try_palette to more general try_capture
24255           add autoprobe option so we can turn off autoprobing
24256           various fixes
24257
24258 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24259
24260         * configure.ac:
24261           add videorate
24262         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24263         (gst_ximagesink_class_init):
24264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24265         (gst_xvimagesink_class_init):
24266           run them as finalize, not dispose, since dispose can be invoked
24267           multiple times
24268
24269 2004-06-17  Wim Taymans  <wim@fluendo.com>
24270
24271         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24272         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24273         * ext/alsa/gstalsa.h:
24274         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24275         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24276         (gst_alsa_src_change_state):
24277         * ext/alsa/gstalsasrc.h:
24278         Make the xrun code timestamp and offset the buffers correctly.
24279         moved the clock to the base class, use alsa methods to get time.
24280         Do correct timestamping on outgoing buffers.
24281
24282 2004-06-17  Wim Taymans  <wim@fluendo.com>
24283
24284         * gst/audiorate/Makefile.am:
24285         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24286         (gst_audiorate_base_init), (gst_audiorate_class_init),
24287         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24288         (gst_audiorate_set_property), (gst_audiorate_get_property),
24289         (gst_audiorate_change_state), (plugin_init):
24290         Added an audiorate converter that fills in gaps.
24291
24292 2004-06-17  Johan Dahlin  <johan@gnome.org>
24293
24294         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24295
24296 2004-06-16  Wim Taymans  <wim@fluendo.com>
24297
24298         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24300         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24301         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24302         (gst_v4lsrc_get_property):
24303         * sys/v4l/gstv4lsrc.h:
24304         Added a copy mode to v4lsrc where it will output a copied version
24305         of its internal hardware buffer.
24306         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24307         can't | them.
24308
24309 2004-06-16  Wim Taymans  <wim@fluendo.com>
24310
24311         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24312         Timestamp fixes.
24313
24314 2004-06-16  Wim Taymans  <wim@fluendo.com>
24315
24316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24317         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24318         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24319         (gst_v4lsrc_get_property):
24320         * sys/v4l/gstv4lsrc.h:
24321         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24322         Added a sync mode enum property to control v4lsrc timestamp method
24323         Removed the use-fixed-fps property and moved functionality in
24324         the enum.
24325         Don't error on an error value from v4l-conf, it might not always
24326         be a real error.
24327
24328 2004-06-16  Wim Taymans  <wim@fluendo.com>
24329
24330         * gst/videorate/Makefile.am:
24331         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24332         (gst_videorate_base_init), (gst_videorate_class_init),
24333         (gst_videorate_getcaps), (gst_videorate_link),
24334         (gst_videorate_init), (gst_videorate_chain),
24335         (gst_videorate_set_property), (gst_videorate_get_property),
24336         (gst_videorate_change_state), (plugin_init):
24337         Added a video timestamp corrector.
24338
24339 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24340
24341         fixed a potential leak with previous commit
24342
24343         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24344
24345 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24346
24347         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24348         Added missing refcount, fixes bug #144425
24349         Cheers Tim for finding the bug
24350
24351 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24352
24353         * sys/v4l/gstv4l.c: (plugin_init):
24354         * sys/v4l/gstv4lcolorbalance.c:
24355         * sys/v4l/gstv4lcolorbalance.h:
24356         * sys/v4l/gstv4lelement.c:
24357         * sys/v4l/gstv4lelement.h:
24358         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24359         * sys/v4l/gstv4lmjpegsink.h:
24360         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24361         * sys/v4l/gstv4lmjpegsrc.h:
24362         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24363         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24364         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24365         * sys/v4l/gstv4lsrc.h:
24366         * sys/v4l/gstv4ltuner.c:
24367         * sys/v4l/gstv4ltuner.h:
24368         * sys/v4l/gstv4lxoverlay.c:
24369         * sys/v4l/gstv4lxoverlay.h:
24370         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24371         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24372         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24373         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24374         (gst_v4l_set_audio):
24375         * sys/v4l/v4l_calls.h:
24376         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24377         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24378         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24379         (gst_v4lmjpegsink_playback_init),
24380         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24381         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24382         (gst_v4lmjpegsink_playback_stop),
24383         (gst_v4lmjpegsink_playback_deinit):
24384         * sys/v4l/v4lmjpegsink_calls.h:
24385         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24386         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24387         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24388         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24389         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24390         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24391         * sys/v4l/v4lmjpegsrc_calls.h:
24392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24393         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24394         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24395         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24396         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24397         (gst_v4lsrc_try_palette):
24398         * sys/v4l/v4lsrc_calls.h:
24399           bunch of paranoia cleanups
24400
24401 2004-06-14  David Schleef  <ds@schleef.org>
24402
24403         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24404         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24405         Send discont events and change timestamps appropriately when
24406         we get a seek event.  (bug #144240)
24407         * ext/cdparanoia/gstcdparanoia.h:
24408
24409 2004-06-14  Benjamin Otte  <otte@gnome.org>
24410
24411         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24412           snd_pcm_hw_params_set_rate  since the latter fails for no good
24413           reason on some setups.
24414
24415 2004-06-14  David Schleef  <ds@schleef.org>
24416
24417         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24418         standard.  Thank you for playing.
24419
24420 2004-06-14  Wim Taymans  <wim@fluendo.com>
24421
24422         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24423         Patch 1.3 broke the ordering of the colorspace info and
24424         made the plugin basically work by coincidence, reordered
24425         the info.
24426
24427 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24428
24429         * ext/lame/gstlame.c:
24430         * ext/mad/gstmad.c:
24431           sync caps.  Make sure mad can only output a list of rates, not
24432           a full range.  In the future, have three caps lists for each of the
24433           mpeg versions.  Change mpegversion to a double as well.
24434
24435 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24436
24437         * gst/volume/.cvsignore:
24438         * gst/volume/Makefile.am:
24439         * gst/volume/demo.c: (value_changed_callback), (idler),
24440         (setup_gui), (main):
24441           added small demo app
24442
24443 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24444         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24445         * ext/esd/esdsink.h:
24446         Close the esd connection on pause, because esd will just wait -
24447         blocking all other esd clients indefinitely.
24448
24449 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24450
24451         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24452           previous commit with GST_DEBUG
24453
24454 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24455
24456         * configure.ac:
24457           add a header check for a dvdread header in dvdnav.  Fixes #133002
24458
24459 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24460
24461         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24462         * gst/tcp/gsttcpclientsink.h:
24463         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24464         * gst/tcp/gsttcpclientsrc.h:
24465         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24466         (gst_tcpserversink_handle_server_read),
24467         (gst_tcpserversink_init_send):
24468         * gst/tcp/gsttcpserversink.h:
24469         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24470         * gst/tcp/gsttcpserversrc.h:
24471         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24472         version of IP)
24473
24474 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24475
24476         * configure.ac:
24477         Added ogg library so that OSX detects libtheora properly
24478
24479 2004-06-11  Wim Taymans  <wim@fluendo.com>
24480
24481         * ext/theora/theoradec.c: (theora_dec_chain),
24482         (theora_dec_change_state):
24483         Don't try to decode frames before we received a keyframe.
24484
24485 2004-06-11  Wim Taymans  <wim@fluendo.com>
24486
24487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24488         (gst_ogg_mux_init), (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         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24492         Added property to set the maximum delay of a page.
24493
24494 2004-06-10  Wim Taymans  <wim@fluendo.com>
24495
24496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24497         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24498         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24499         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24500         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24501         Added max-delay property to control the maximum amount
24502         of data to put in one page.
24503
24504 2004-06-10  Wim Taymans  <wim@fluendo.com>
24505
24506         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24507         (gst_theora_enc_init), (theora_enc_sink_link),
24508         (theora_buffer_from_packet), (theora_enc_set_property),
24509         (theora_enc_get_property):
24510         Set duration on encoded buffer, added some more properties
24511
24512 2004-06-10  Wim Taymans  <wim@fluendo.com>
24513
24514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24515         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24516         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24517         * ext/theora/theoraenc.c: (theora_enc_chain):
24518         Fix refcounting bugs
24519
24520 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24521
24522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24523         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24524         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24525         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24526         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24527         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24528         (gst_asf_demux_change_state):
24529         * gst/asfdemux/gstasfdemux.h:
24530           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24531           feels like. I think we should set a new requirement for demuxers
24532           from now on to implement sane loop functions, data loops, query
24533           and seek functions before first commit into CVS. And this commit
24534           fixes all of the above.
24535
24536 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24537
24538         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24539           vorbis comments are properly encoded in UTF-8 before adding them
24540           to a GstTagList
24541
24542 2004-06-09  Benjamin Otte  <otte@gnome.org>
24543
24544         * ext/alsa/gstalsa.c: (add_channels):
24545           handle min <= max correctly
24546         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24547         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24548           add fixation functions so we fixate correctly. No preferring of alaw
24549           anymore because it's the first structure.
24550         * ext/alsa/gstalsa.h:
24551         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24552         (gst_alsa_hw_params_dump):
24553           add functions to ease debugging in alsalib
24554         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24555         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24556         (gst_alsa_start_audio):
24557           only specify hw params if we really setup a format (fixes #134007 -
24558           or at least works around it)
24559
24560 2004-06-09  Wim Taymans  <wim@fluendo.com>
24561
24562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24563         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24564         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24565         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24566         (gst_ogg_mux_loop):
24567         Use stream caps to setup the initial pages in the ogg stream.
24568         Correctly set the streamheader caps on the srcpad.
24569
24570 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24571
24572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24573         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24574         (gst_v4lsrc_getcaps):
24575         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24576         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24577           add querying of fps lists for webcams.  Negotiating to a framerate
24578           now works.
24579
24580 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24581
24582         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24583         (theora_push_buffer), (theora_push_packet),
24584         (theora_set_header_on_caps), (theora_enc_chain):
24585           mark buffers and put on streamheader, raw theora streaming
24586           now works too, whee
24587
24588 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24589
24590         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24591         (gst_tcp_gdp_read_caps):
24592           do a looping read for caps and GDP headers too
24593
24594 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24595
24596         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24597         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24598           return EOS instead of NULL in _get
24599
24600 2004-06-08  Wim Taymans  <wim@fluendo.com>
24601
24602         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24603         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24604         (gst_tcp_gdp_write_caps):
24605         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24606         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24607         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24608         Memory leak fixes
24609
24610 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24611
24612         * ext/vorbis/Makefile.am:
24613         * ext/vorbis/vorbis.c: (plugin_init):
24614         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24615         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24616         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24617         (vorbis_parse_change_state):
24618         * ext/vorbis/vorbisparse.h:
24619           adding a vorbisparse element that marks the buffers, streaming
24620           raw vorbis using GDP now works, whee
24621
24622 2004-06-08  Wim Taymans  <wim@fluendo.com>
24623
24624         * ext/jpeg/Makefile.am:
24625         * ext/jpeg/README:
24626         * ext/jpeg/gstjpeg.c: (plugin_init):
24627         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24628         (gst_smokedec_base_init), (gst_smokedec_class_init),
24629         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24630         * ext/jpeg/gstsmokedec.h:
24631         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24632         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24633         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24634         (gst_smokeenc_resync), (gst_smokeenc_chain),
24635         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24636         * ext/jpeg/gstsmokeenc.h:
24637         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24638         (smokecodec_flush_destination), (smokecodec_term_destination),
24639         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24640         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24641         (smokecodec_term_source), (smokecodec_encode_new),
24642         (smokecodec_decode_new), (smokecodec_info_free),
24643         (smokecodec_set_quality), (smokecodec_get_quality),
24644         (smokecodec_set_threshold), (smokecodec_get_threshold),
24645         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24646         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24647         (smokecodec_parse_header), (smokecodec_decode):
24648         * ext/jpeg/smokecodec.h:
24649         Added a new simple jpeg based codec
24650
24651 2004-06-08  Wim Taymans  <wim@fluendo.com>
24652
24653         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24654         (gst_multipart_mux_loop):
24655         Fix memory leak
24656
24657 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24658
24659         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24660         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24661         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24662         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24663         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24664         * gst/tcp/gsttcpserversink.h:
24665           take streamheader into account
24666
24667 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24668
24669         * gst/level/Makefile.am:
24670         * gst/level/gstlevel.c: (gst_level_class_init):
24671           clean up marshal generation
24672
24673 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24674
24675         * gst/tcp/Makefile.am:
24676         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24677         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24678         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24679         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24680         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24681         (gst_tcpclientsrc_get_property):
24682         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24683         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24684         (gst_tcpserversink_handle_client_read),
24685         (gst_tcpserversink_handle_client_write),
24686         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24687         * gst/tcp/gsttcpserversink.h:
24688           add signals client-added and client-removed
24689         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24690         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24691         (gst_tcpserversrc_get_property):
24692         uniformized, change default protocol to NONE
24693         * gst/tcp/gsttcp-marshal.list: added
24694 2004-06-07  Benjamin Otte  <otte@gnome.org>
24695
24696         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24697           handle discont events if they happen before caps nego
24698
24699 2004-06-07  Wim Taymans  <wim@fluendo.com>
24700
24701         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24702         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24703         (gst_multipart_demux_plugin_init):
24704         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24705         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24706         (gst_multipart_mux_change_state):
24707         Small updates, fix a memleak
24708
24709 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24710
24711         * configure.ac: OSS portability
24712         * ext/arts/gst_arts.c: idem
24713         * sys/oss/gstosselement.c: idem
24714         * sys/oss/gstossmixer.c: idem
24715         * sys/oss/gstosssink.c: idem
24716         * sys/oss/gstosssrc.c: idem
24717         * sys/oss/oss_probe.c: idem
24718           - check for soundcard.h in different places for some BSD
24719
24720 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24721
24722         * AUTHORS:
24723         Add me to the authors file
24724         * configure.ac:
24725         Increase the libdv requirement to >= version 0.100
24726         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24727         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24728         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24729         * ext/dv/gstdvdec.h:
24730         Add support for the new_media flag when sending DISCONT events
24731         Make the querying work when video pad is not linked
24732
24733 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24734
24735         reviewed by Benjamin Otte  <otte@gnome.org>
24736
24737         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24738           create a NULL-initialized array of pads, so we don't think they
24739           exist already. (fixes #143130)
24740
24741 2004-06-07  Benjamin Otte  <otte@gnome.org>
24742
24743         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24744         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24745         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24746           don't use // coments
24747
24748 2004-06-07  Benjamin Otte  <otte@gnome.org>
24749
24750         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24751           cast to GstClockTime to get higher granularity
24752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24753           use gst_element_set_time_delay to get the exact time
24754         * ext/mad/gstmad.c: (gst_mad_chain):
24755           use the negotiated rate instead of the current frame's rate which
24756           might be wrong because of bit errors. This avoids emitting totally
24757           bogus timestamps and screwing sync.
24758         (fixes #143454)
24759
24760 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24761
24762         reviewed by Benjamin Otte  <otte@gnome.org>
24763
24764         * gst/adder/gstadder.c: (gst_adder_loop):
24765           properly error out when no negotiation has happened yet. (fixes
24766           #143032)
24767
24768 2004-06-06  Benjamin Otte  <otte@gnome.org>
24769
24770         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24771           forward correctly transformed offset in discont events. Based on
24772           patch by Arwed v. Merkatz. (fixes #142851)
24773
24774 2004-06-06  David Schleef  <ds@schleef.org>
24775
24776         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24777         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24778         problems on several systems.
24779
24780 2004-06-06  Benjamin Otte  <otte@gnome.org>
24781
24782         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24783           use explicit caps on the srcpad
24784         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24785           properly error out if caps couldn't be set (fixes #142764)
24786
24787 2004-06-06  Benjamin Otte  <otte@gnome.org>
24788
24789         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24790         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24791         (gst_alsa_start_audio):
24792           - don't call set_periods_integer anymore, it breaks the
24793           configuration randomly
24794           - call snd_pcm_hw_params_set_access directly instead of using masks
24795           - don't fail if the sw_params can't be set, just use the default
24796           params and hope it works. Alsalib has weird issues when you touch
24797           sw_params and does no proper error reporting about what failed.
24798         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24799         (gst_alsa_close_audio):
24800           make our alsa debugging go via gst debugging and not conditionally
24801           defined
24802         * ext/alsa/gstalsa.h:
24803           add ALSA_DEBUG_FLUSH macro
24804         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24805         (plugin_init):
24806           wrap alsa errors to be printed via the gst debugging system and not
24807           spammed to stderr
24808
24809 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24810
24811         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24812         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24813         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24814         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24815         (qtdemux_parse_trak):
24816         * gst/qtdemux/qtdemux.h:
24817           Bitch. Also known as seeking, querying & co.
24818         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24819         (gst_osssink_change_state):
24820         * sys/oss/gstosssink.h:
24821           Resyncing is for weenies, this hack is no longer needed and was
24822           broken anyway (since it - unintendedly - always leaves resync to
24823           TRUE).
24824
24825 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24826
24827         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24828         * gst/tcp/gsttcpclientsrc.h: idem
24829           - define MSG_NOSIGNAL if not done
24830           - include unistd.h for off_t
24831           (fixes #143749)
24832
24833 2004-06-05  Benjamin Otte  <otte@gnome.org>
24834
24835         * configure.ac:
24836         * ext/kio/Makefile.am:
24837           check for qt's moc preprocessor explicitly and use it
24838
24839 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24840
24841         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24842           don't get a signal for EPIPE on socket writes
24843           (somebody check if this works on other platforms)
24844
24845 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24846
24847         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24848         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24849           check error condition on available samples correctly
24850
24851 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24852
24853         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24854           avoid a segfault
24855         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24856         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24857         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24858         (gst_tcpserversrc_gdp_read_header):
24859          use ssize_t over size_t since the former is signed and thus the
24860          check for error codes can work
24861
24862 2004-06-02  Wim Taymans  <wim@fluendo.com>
24863
24864         reviewed by: Johan
24865
24866         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24867         (gst_multipart_mux_loop):
24868         Oops
24869
24870 2004-06-02  Wim Taymans  <wim@fluendo.com>
24871
24872         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24873         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24874         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24875         (gst_multipart_mux_change_state):
24876         Added configurable boundary specifier, added the value as a
24877         caps field as well.
24878
24879 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24880
24881         * gst/tcp/gsttcp.c:
24882         * gst/tcp/gsttcpclientsrc.c:
24883         * gst/tcp/gsttcpclientsrc.h:
24884         * gst/tcp/gsttcpserversrc.c:
24885           - portability fix, to compile on OSX
24886             (fixes #143146)
24887
24888         * sys/osxaudio/gstosxaudioelement.c:
24889         * sys/osxaudio/gstosxaudiosink.c:
24890         * sys/osxaudio/gstosxaudiosrc.c:
24891           - compilation warnings on OSX
24892             (fixes #143153)
24893
24894 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24895
24896         * ext/vorbis/vorbisdec.c : sign warning fixes
24897
24898         * gst-libs/gst/mixer/mixertrack.c :
24899           do no use defines which are glib 2.4 specific
24900
24901 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24902
24903         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24904           buffer since libflac doesn't expect it (reports a sync error when
24905           it encounters that)
24906
24907
24908 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24909
24910         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24911         * gst-libs/gst/mixer/mixertrack.c:
24912         (gst_mixer_track_get_property), (get_mixer_track_init),
24913         (get_mixer_track_get_property): Added property accessors
24914         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24915         * gst-libs/gst/mixer/mixeroptions.c:
24916         (gst_mixer_options_get_values): Added
24917         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24918         * gst-libs/gst/mixer/mixer.c: Fixed comment
24919
24920
24921 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24922
24923         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24924           improve error messages on open
24925
24926
24927 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24928
24929         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24930           check if v4l-conf is in path
24931
24932 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24933
24934         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24935           change assert to a more readable error message
24936
24937 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24938
24939         * gst-libs/gst/tuner/tunerchannel.h:
24940           - add a freq_multiplicator field to make the conversion
24941             between internal frequency unit and Hz
24942         * sys/v4l/gstv4lelement.c:
24943         * sys/v4l2/gstv4l2element.c:
24944           - change default video device to /dev/video0
24945         * sys/v4l/v4l_calls.c:
24946         * sys/v4l2/v4l2_calls.c:
24947           - we only expose frequency to the user in Hz instead of
24948             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24949
24950 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24951         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24952           Initialise b_o_s and e_o_s variables
24953         * gst-libs/gst/riff/riff-media.c:
24954         (gst_riff_create_video_caps_with_data):
24955           Add some unusual fourcc's from mplayer avi's
24956         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24957           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24958           autoplugging.
24959
24960 2004-05-28  Wim Taymans  <wim@fluendo.com>
24961
24962         * configure.ac:
24963         * gst/alpha/Makefile.am:
24964         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24965         (gst_alpha_get_type), (gst_alpha_base_init),
24966         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24967         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24968         (gst_alpha_chroma_key), (gst_alpha_chain),
24969         (gst_alpha_change_state), (plugin_init):
24970         A plugin to add an alpha channel to I420 video. Can optionally do
24971         chroma keying.
24972         * gst/multipart/Makefile.am:
24973         * gst/multipart/multipart.c: (plugin_init):
24974         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24975         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24976         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24977         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24978         (gst_multipart_demux_change_state),
24979         (gst_multipart_demux_plugin_init):
24980         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24981         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24982         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24983         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24984         (gst_multipart_mux_pad_unlink),
24985         (gst_multipart_mux_request_new_pad),
24986         (gst_multipart_mux_handle_src_event),
24987         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24988         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24989         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24990         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24991         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24992         send multipart jpeg images to a browser.
24993         * gst/videobox/Makefile.am:
24994         * gst/videobox/README:
24995         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24996         (gst_video_box_get_type), (gst_video_box_base_init),
24997         (gst_video_box_class_init), (gst_video_box_init),
24998         (gst_video_box_set_property), (gst_video_box_get_property),
24999         (gst_video_box_sink_link), (gst_video_box_i420),
25000         (gst_video_box_ayuv), (gst_video_box_chain),
25001         (gst_video_box_change_state), (plugin_init):
25002         Crops or adds borders around an image. can do alpha channel
25003         borders as well.
25004         * gst/videomixer/Makefile.am:
25005         * gst/videomixer/README:
25006         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25007         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25008         (gst_videomixer_pad_get_sink_event_masks),
25009         (gst_videomixer_pad_get_property),
25010         (gst_videomixer_pad_set_property),
25011         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25012         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25013         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25014         (gst_videomixer_base_init), (gst_videomixer_class_init),
25015         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25016         (gst_videomixer_handle_src_event),
25017         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25018         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25019         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25020         (gst_videomixer_loop), (gst_videomixer_get_property),
25021         (gst_videomixer_set_property), (gst_videomixer_change_state),
25022         (plugin_init):
25023         Generic video mixer plugin, can handle multiple inputs all with
25024         different framerates and video sizes. Is fully alpha channel
25025         aware.
25026
25027 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25028
25029         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25030           Select first track as master track. Not sure how else to handle
25031           that...
25032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25033           Discard discont events. Should fix #142962.
25034
25035 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25036
25037         * ext/alsa/Makefile.am:
25038         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25039         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25040         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25041         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25042         (gst_alsa_mixer_get_option):
25043         * ext/alsa/gstalsamixer.h:
25044         * ext/alsa/gstalsamixeroptions.c:
25045         (gst_alsa_mixer_options_get_type),
25046         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25047         (gst_alsa_mixer_options_new):
25048         * ext/alsa/gstalsamixeroptions.h:
25049         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25050         * ext/alsa/gstalsamixertrack.h:
25051           Add enumerations (as GstMixerOptions). Make correct distinction
25052           between input/output tracks. Add capture/playback private flag.
25053           Use flag to decide on whether to set capture or playback volumes
25054           or switches. Use playback and record switches.
25055         * gst-libs/gst/mixer/Makefile.am:
25056         * gst-libs/gst/mixer/mixer-marshal.list:
25057         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25058         (gst_mixer_set_option), (gst_mixer_get_option),
25059         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25060         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25061         * gst-libs/gst/mixer/mixer.h:
25062         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25063         (gst_mixer_options_class_init), (gst_mixer_options_init),
25064         (gst_mixer_options_dispose):
25065         * gst-libs/gst/mixer/mixeroptions.h:
25066           Add GstMixerOptions.
25067         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25068           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25069           broken device detection on computers with multiple OSS sound
25070           cards.
25071
25072 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25073
25074         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25075           fixate nicely even when the peer is not negotiating
25076
25077 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25078
25079         * gst/audioconvert/gstaudioconvert.c:
25080         (gst_audio_convert_parse_caps):
25081           make sure we don't allow depth > width
25082         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25083           fixate endianness to G_BYTE_ORDER as default
25084         * gst/audioscale/gstaudioscale.c:
25085           we don't handle another endianness as host-endianness
25086
25087 2004-05-25  David Schleef  <ds@schleef.org>
25088
25089         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25090
25091 2004-05-24  Benjamin Otte  <otte@gnome.org>
25092
25093         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25094         (gst_oggvorbisenc_setup):
25095           properly fail when we can't setup the vorbis encoder due to
25096           unsupported settings
25097         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25098         (gst_vorbisenc_setup):
25099           same
25100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25101           fix case where warnings occured when one pad was unlinked while the
25102           other's link function was called
25103
25104 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25105
25106         * gst/tcp/Makefile.am:
25107           use GST_ENABLE_NEW
25108
25109 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25110
25111         * gst-libs/gst/resample/private.h:
25112           don't use optimizations that are #if 0'ed
25113
25114 2004-05-24  Wim Taymans  <wim@fluendo.com>
25115
25116         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25117         Fix potential division by zero error and hopefully get
25118         the position query right to get correct timestamps on avi
25119         audio.
25120
25121 2004-05-24  Wim Taymans  <wim@fluendo.com>
25122
25123         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25124         (gst_videoscale_scale_nearest_str2),
25125         (gst_videoscale_scale_nearest_str4),
25126         (gst_videoscale_scale_nearest_32bit),
25127         (gst_videoscale_scale_nearest_24bit),
25128         (gst_videoscale_scale_nearest_16bit):
25129         Fix the scaling algorithm and avoid a buffer overflow.
25130         removed the while loop in the scaling function as it
25131         was used for point sampling only.
25132
25133 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25134
25135         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25136         (gst_id3_tag_class_init), (gst_id3_tag_init),
25137         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25138         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25139         (gst_id3_tag_send_tag_event):
25140           lots of fixes to make id3mux work and id3demux work correctly
25141
25142 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25143
25144         * ext/Makefile.am:
25145           add rules to build shout2send (was removed by accident
25146           when this module was no more marked experimental/broken)
25147
25148 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25149
25150         * ext/shout2/gstshout2.c:
25151         * ext/shout2/gstshout2.h:
25152           adding a "connection problem" signal to shout2send
25153           (fixes #142954)
25154
25155 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25156
25157         * ext/kio/kioreceiver.cpp:
25158         * ext/kio/kioreceiver.h:
25159           fix sign comparison issues
25160
25161 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25162
25163         * gst/cdxaparse/gstcdxaparse.c:
25164         * gst/cdxaparse/gstcdxaparse.h:
25165           some renaming
25166           add some checks/sanity
25167           prepare for seek addition
25168
25169         * sys/sunaudio/gstsunaudio.c:
25170           remove exported dupe init function
25171
25172 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25173
25174         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25175         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25176           Fix format conversion and position querying.
25177         * gst/debug/progressreport.c: (gst_progressreport_report):
25178           Don't output a bogus total value that we didn't query.
25179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25180           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25181           only a blank window after xine has been used.
25182
25183 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25184
25185         * m4/as-arts.m4:
25186           sync with upstream version to fix test on FC2
25187           readd with -ko to preserve Id header
25188
25189 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25190
25191         * configure.ac:
25192           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25193         * gst/tcp/gsttcpclientsrc.c: idem
25194         * gst/tcp/gsttcpserversink.c: idem
25195         * gst/tcp/gsttcpserversrc.c: idem
25196         * m4/gst-fionread.m4: idem
25197
25198         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25199
25200         * configure.ac: enable speex plugin for speex 1.1.5+
25201         * ext/speex/gstspeexenc.c: fix cast warning
25202
25203         * ext/esd/README: fix typo
25204
25205 2004-05-20  David Schleef  <ds@schleef.org>
25206
25207         * configure.ac: Minor cosmetic change to convince the buildbot to
25208         reautogen.
25209         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25210         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25211         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25212         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25213         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25214         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25215         More hacking.  Plays audio now.
25216
25217 2004-05-20  David Schleef  <ds@schleef.org>
25218
25219         * configure.ac:
25220         * sys/Makefile.am:
25221
25222 2004-05-20  David Schleef  <ds@schleef.org>
25223
25224         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25225         * sys/osxaudio/gstosxaudio.c:
25226         * sys/osxaudio/gstosxaudioelement.c:
25227         * sys/osxaudio/gstosxaudioelement.h:
25228         * sys/osxaudio/gstosxaudiosink.c:
25229         * sys/osxaudio/gstosxaudiosink.h:
25230         * sys/osxaudio/gstosxaudiosrc.c:
25231         * sys/osxaudio/gstosxaudiosrc.h:
25232
25233 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25234
25235         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25236         (gst_vorbisenc_chain):
25237           put the codec headers on the caps as streamheader as well as
25238           pushing them out
25239
25240 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25241
25242         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25243         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25244         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25245         split up push_packet into two functions
25246
25247 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25248
25249         * gst/tcp/.cvsignore:
25250           ignore enums
25251         * gst/tcp/Makefile.am:
25252         * gst/tcp/README:
25253         * gst/tcp/gsttcp.c:
25254         * gst/tcp/gsttcp.h:
25255         * gst/tcp/gsttcpclientsink.c:
25256         * gst/tcp/gsttcpclientsink.h:
25257         * gst/tcp/gsttcpclientsrc.c:
25258         * gst/tcp/gsttcpclientsrc.h:
25259         * gst/tcp/gsttcpplugin.c:
25260         * gst/tcp/gsttcpserversink.c:
25261         * gst/tcp/gsttcpserversink.h:
25262         * gst/tcp/gsttcpserversrc.c:
25263         * gst/tcp/gsttcpserversrc.h:
25264           add new tcp elements
25265
25266 2004-05-19  Wim Taymans  <wim@fluendo.com>
25267
25268         * gst/law/mulaw-conversion.c: (mulaw_encode):
25269         Fix overflow bug in ulaw encoding.
25270
25271 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25272
25273         * ext/mad/gstmad.c: (gst_mad_handle_event):
25274           don't unref the event twice
25275
25276 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25277
25278         * configure.ac:
25279           remove -Wno-sign-compare
25280
25281 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25282
25283         * configure.ac:
25284           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25285           if you want to work against glib 2.2 and 2.4
25286
25287 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25288
25289         * gst/tcp/Makefile.am:
25290         * gst/tcp/gsttcp.c:
25291         * gst/tcp/gsttcp.h:
25292         * gst/tcp/gsttcpsink.h:
25293         * gst/tcp/gsttcpsrc.h:
25294           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25295
25296 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25297
25298         * gst/debug/tests.c: (md5_get_value):
25299           fix segfault on gst-inspect
25300
25301 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25302
25303         * gst/debug/testplugin.c:
25304         * gst/debug/tests.c:
25305         * gst/debug/tests.h:
25306           add new extensible and configurable testing element. Current tests
25307           include buffer count, stream length, timestamp/duration matching and
25308           md5.
25309         * gst/debug/Makefile.am:
25310         * gst/debug/gstdebug.c: (plugin_init):
25311           add infrastructure for new element
25312
25313 2004-05-19  Johan Dahlin  <johan@gnome.org>
25314
25315         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25316         ending of the array. Fixes gst-inspect segfault on ppc.
25317
25318 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25319
25320         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25321
25322         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25323
25324 2004-05-18  David Schleef  <ds@schleef.org>
25325
25326         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25327         warnings (bugs, actually) noticed by gcc but not forte.
25328
25329 2004-05-18  David Schleef  <ds@schleef.org>
25330
25331         * sys/sunaudio/Makefile.am:
25332         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25333
25334 2004-05-18  David Schleef  <ds@schleef.org>
25335
25336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25337         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25338         to allow qtdemux to use non-seekable streams. (bug #142272)
25339
25340 2004-05-18  David Schleef  <ds@schleef.org>
25341
25342         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25343         (gst_resample_sinc_ft_float): Remove use of static temporary
25344         buffer.  This code was obviously not supposed to last long, but
25345         it's stuck in our ABI, so it required a little hack to make it
25346         ABI-compatible.  Fixes #142585.
25347         * gst-libs/gst/resample/resample.h: same.
25348
25349 2004-05-18  David Schleef  <ds@schleef.org>
25350
25351         * configure.ac: Add sunaudio
25352         * examples/Makefile.am: make gstplay depend on gconf
25353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25354         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25355         (convert_table_lookup), (img_convert): remove c99-isms
25356         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25357           unsigned, to fix a warning on Solaris
25358         * gst/mpeg1sys/systems.c: bcopy->memcpy
25359         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25360         * sys/Makefile.am: Add sunaudio
25361
25362 2004-05-18  Wim Taymans  <wim@fluendo.com>
25363
25364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25365         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25366         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25367         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25368         (gst_ogg_mux_loop):
25369         Fix an ugly memleak where the muxer didn't flush enough ogg
25370         pages. This also resulted in badly muxed ogg files.
25371
25372 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25373
25374         * gst/asfdemux/asfheaders.c :
25375         * gst/asfdemux/asfheaders.h :
25376         * gst/asfdemux/gstasfdemux.c :
25377           - fix ASF_OBJ_PADDING guid
25378           - add 3 new object guids (language list, metadata,
25379             extended stream properties)
25380           - add a function to parse extended header objects
25381
25382 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25383
25384         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25385           remove leftover debugging g_print
25386
25387 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25388
25389         * ext/mad/gstmad.c: (gst_mad_handle_event):
25390           Fix for when the first format in a discont event is not a
25391           byte-based one. Should fix #137710.
25392
25393 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25394
25395         * m4/a52.m4 : fix compilation with -Wall -Werror
25396         * m4/libfame.m4 : idem
25397         * m4/libmikmod.m4 : idem
25398
25399 2004-05-17  Benjamin Otte  <otte@gnome.org>
25400
25401         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25402           signal the new tags before giving up the reference
25403
25404 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25405
25406         * ext/shout2/gstshout2.c:
25407           use application/ogg instead of application/x-ogg (patch by Patrick
25408           Guimond, fixes #142432)
25409         * sys/oss/gstosselement.c: (gst_osselement_reset),
25410         (gst_osselement_sync_parms):
25411           don't set fragment size unless specified (fixes #142493)
25412
25413 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25414
25415         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25416           fixes #142664
25417
25418 2004-05-17  Benjamin Otte  <otte@gnome.org>
25419
25420         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25421           compute offsets correctly for internal buffers so timestamps are set
25422           correctly when we can't seek. Also handle cases where there are no
25423           offsets. (based on a patch by David Moore, fixes #142507)
25424
25425 2004-05-17  Benjamin Otte  <otte@gnome.org>
25426
25427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25428           use correct variable when determining amount of data to skip so we
25429           don't skip into the void and segfault
25430
25431 2004-05-16  Benjamin Otte  <otte@gnome.org>
25432
25433         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25434           Hi, I'm a memleak
25435
25436 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25437
25438         * gst/asfdemux/gstasfdemux.c:
25439           - fix a mem leak and always propagate tags
25440           - add WMV3 to known video codecs (but no decoder yet)
25441           - replace "surplus data" at end of audio header for what
25442             it is : codec specific data
25443           - fix a typo
25444
25445 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25446
25447         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25448
25449         * gst-libs/gst/audio/audioclock.c:
25450           Fix wrong return type (#142205).
25451
25452 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25453
25454         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25455           Ignore CRCs by default (fixes #142566).
25456
25457 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25458
25459         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25460         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25461         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25462         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25463         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25464         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25465           Fix for cases where we fail to attach to a mixer.
25466
25467 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25468
25469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25470           Don't touch events after not owning them anymore.
25471         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25472         (gst_wavparse_fmt), (gst_wavparse_other),
25473         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25474         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25475         (gst_wavparse_srcpad_event):
25476         * gst/wavparse/gstwavparse.h:
25477           Add seeking, fix querying.
25478
25479 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25480
25481         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25482           - process comments even if they don't end with \0\0
25483             g_convert would ignore them if present and works well without them
25484
25485 2004-05-16  Benjamin Otte  <otte@gnome.org>
25486
25487         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25488           simplify caps
25489
25490 2004-05-16  Benjamin Otte  <otte@gnome.org>
25491
25492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25493           don't write to memory we might not write to - g_convert does that
25494           for us anyway (fixes #142613)
25495         (gst_asf_demux_audio_caps):
25496           comment out gst_util_dump_mem
25497
25498 2004-05-16  Benjamin Otte  <otte@gnome.org>
25499
25500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25501           compute correct expected timestamps after seek (broken since
25502           last commit)
25503         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25504           rename element and debugging category to gdkpixbufscale
25505
25506 2004-05-16  Benjamin Otte  <otte@gnome.org>
25507
25508         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25509           add error checking to snd_pcm_delay and remove duplicate call to
25510           snd_pcm_delay that caused issues (see inline code comments)
25511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25512           make more readable and fix return value when snd_pcm_delay fails
25513         (fixes #142586)
25514
25515 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25516         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25517         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25518         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25519         (gst_pixbufscale_link), (gst_pixbufscale_init),
25520         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25521         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25522         (gst_pixbufscale_get_property), (pixbufscale_init):
25523         * ext/gdk_pixbuf/pixbufscale.h:
25524         Add these files I forgot earlier
25525
25526 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25527         * ext/gdk_pixbuf/Makefile.am:
25528         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25529         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25530         Add new pixbufscale element to scale RGB video
25531         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25532         and HYPER interpolation correctly.
25533         * ext/theora/theoraenc.c: (theora_enc_chain),
25534         Discard buffer and return if explicit caps could not be set
25535         (theora_enc_get_property):
25536         Make _get return kbps for the bitrate consistent with
25537         the _set function.
25538
25539
25540 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25541
25542         * ext/libvisual/visual.c: (gst_visual_chain):
25543           add missing visual_audio_analyze
25544
25545 2004-05-14  David Schleef  <ds@schleef.org>
25546
25547         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25548         is killed while we're playing.
25549         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25550         gst_element_no_more_pads().
25551
25552 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25553
25554         * gst-libs/gst/riff/riff-read.c :
25555           - fix INFO tag extraction in RIFF/AVI files
25556             because gst_event_unref (event) also freed taglist
25557           - avoid a mem leak
25558
25559 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25560
25561         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25562         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25563
25564         * gst/auparse/gstauparse.c :
25565           - add code (commented for now) to support audio/x-adpcm on src pad
25566             (we have no decoder for those layout yet)
25567
25568         * gst/cdxaparse/gstcdxaparse.c :
25569         * gst/cdxaparse/gstcdxaparse.h :
25570           - partial rewrite using RiffRead (ripped iain's wavparse code)
25571
25572         * gst/rtp/gstrtpL16enc.c : typo
25573         * gst/rtp/gstrtpgsmenc.c : typo
25574
25575 2004-05-13  Benjamin Otte  <otte@gnome.org>
25576
25577         * configure.ac:
25578           check for exact version of libvisual, it's not supposed to be
25579           API/ABI stable yet
25580
25581 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25582
25583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25584           signal no-more-pads
25585
25586 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25587
25588         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25589         Report which format was used for GST_FORMAT_DEFAULT
25590         * gst/debug/Makefile.am:
25591         * gst/debug/gstdebug.c: (plugin_init):
25592         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25593         (gst_progressreport_class_init), (gst_progressreport_init),
25594         (gst_progressreport_report), (gst_progressreport_set_property),
25595         (gst_progressreport_get_property), (gst_progressreport_chain),
25596         (gst_progressreport_plugin_init):
25597         Add progressreport element for testing.
25598
25599 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25600
25601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25602         * sys/v4l/gstv4lsrc.h:
25603         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25604         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25605         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25606         (gst_v4lsrc_grab_frame):
25607           add more debugging
25608           send a discont at start
25609
25610 2004-05-12  Colin Walters  <walters@redhat.com>
25611
25612         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25613         inflooping if we can't find a chunk.  Or in other words, don't blow
25614         chunks if we don't have a chunk to blow.
25615
25616 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25617         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25618         Remove old debug output
25619         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25620         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25621         (gst_dvdec_set_property), (gst_dvdec_get_property):
25622         Change the quality setting to an enum, so it works from gst-launch
25623         Don't renegotiate a non-linked pad. Allows audio only decoding.
25624         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25625         (gst_deinterlace_link), (gst_deinterlace_init):
25626         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25627         (gst_videodrop_link):
25628         Some caps negotiation fixes
25629
25630 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25631
25632         * ext/tarkin/gsttarkin.c :
25633           - Change RANK from NONE to PRIMARY
25634         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25635           - Change RANK from NONE to MARGINAL
25636         * ext/divx/gstdivxenc.c :
25637           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25638
25639 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25640
25641         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25642         (gst_vorbisenc_push_packet):
25643           copy a function that was added between 1.0 and 1.0.1 until we
25644           depend on worthwhile features of post-1.0
25645
25646 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25647
25648         * configure.ac:
25649           enable shout2 by default
25650         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25651         (gst_shout2send_base_init), (gst_shout2send_init),
25652         (gst_shout2send_connect), (gst_shout2send_change_state):
25653         * ext/shout2/gstshout2.h:
25654           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25655           #142262)
25656         * ext/theora/theora.c: (plugin_init):
25657           don't set rank on encoders
25658
25659 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25660
25661         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25662           Use codec_data property instead of flag1 and flag2 for wma
25663
25664 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25665
25666         * gst/cdxaparse/gstcdxaparse.c :
25667           - Add mpegversion to CAPS to make it link
25668           - Rank is as GST_RANK_SECONDARY instead of NONE
25669         * gst/auparse/gstauparse.c :
25670           - Document all audio encoding we can encounter from Solaris 9
25671             headers and libsndfile information.
25672           - Increase max. rate from 48000 to 192000 (to match other elements)
25673           - Don't try to play junk data between header and samples
25674
25675 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25676
25677         * ext/libvisual/visual.c: (gst_visual_getcaps):
25678           use the right caps depending on endianness (I hope)
25679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25680           use GST_RANK_NONE for all non-decoding elements or spider gets
25681           mighty confused
25682
25683 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25684
25685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25686           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25687
25688 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25689
25690         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25691         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25692         (gst_switch_loop), (gst_switch_get_type):
25693           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25694           HEADERS. Had to be said.
25695
25696 2004-05-10  David Schleef  <ds@schleef.org>
25697
25698         * configure.ac: Add prototype Dirac support.
25699         * ext/Makefile.am:
25700         * ext/dirac/Makefile.am:
25701         * ext/dirac/gstdirac.cc:
25702         * ext/dirac/gstdiracdec.cc:
25703
25704 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25705
25706         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25707         (gst_auparse_init), (gst_auparse_chain),
25708         (gst_auparse_change_state):
25709           Hack around spider. Remove me some day please.
25710
25711 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25712
25713         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25714           Fix for some uninitialized variables in previous patch, also
25715           makes it work. Fixes #142286 while we're at it.
25716
25717 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25718
25719         * gst/auparse/gstauparse.c:
25720                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25721                 only unsupported formats are ADPCM/CCITT G.72x
25722                 reviewed by Ronald
25723         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25724
25725 2004-05-10  Wim Taymans  <wim@fluendo.com>
25726
25727         * ext/vorbis/Makefile.am:
25728         * ext/vorbis/README:
25729         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25730         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25731         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25732         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25733         (gst_oggvorbisenc_convert_sink),
25734         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25735         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25736         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25737         (get_constraints_string), (update_start_message),
25738         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25739         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25740         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25741         * ext/vorbis/oggvorbisenc.h:
25742         * ext/vorbis/vorbis.c: (plugin_init):
25743         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25744         (raw_caps_factory), (gst_vorbisenc_class_init),
25745         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25746         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25747         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25748         * ext/vorbis/vorbisenc.h:
25749         Added a raw vorbis encoder to be used with the oggmuxer.
25750         We still need the old encoder for some gnome applications,
25751         read the README to find out how that works.
25752         The raw encoder is called "rawvorbisenc" until 0.9.
25753
25754 2004-05-10  Wim Taymans  <wim@fluendo.com>
25755
25756         * ext/ogg/gstogg.c: (plugin_init):
25757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25758         (gst_ogg_print):
25759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25760         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25761         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25762         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25763         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25764         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25765         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25766         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25767         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25768         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25769         Added an ogg muxer.
25770         Small typo fixes in the demuxer.
25771
25772 2004-05-10  Wim Taymans  <wim@fluendo.com>
25773
25774         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25775         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25776         (theora_enc_change_state), (theora_enc_set_property),
25777         (theora_enc_get_property):
25778         Mark the last packet with an EOS flag which is not really needed
25779         in gstreamer.
25780         Do some better video framerate initialisation.
25781         Update the buffer timestamp.
25782
25783 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25784
25785         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25786         Return the result of the parent state change call
25787
25788 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25789
25790         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25791         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25792         * gst/law/alaw-encode.c : (idem)
25793         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25794         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25795         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25796
25797 2004-05-09  Benjamin Otte  <otte@gnome.org>
25798
25799         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25800           don't use a fixed buffer size when writing variable length data to
25801           it. Fixes memory corruption and makes alsasrc work
25802
25803 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25804
25805         * ext/gnomevfs/gstgnomevfssink.c:
25806         (_gst_boolean_allow_overwrite_accumulator),
25807         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25808           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25809           RUN_LAST, and don't use that to set the accumulator value because
25810           then it's always FALSE.
25811
25812 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25813
25814         * gst-libs/gst/riff/riff-media.c:
25815         (gst_riff_create_video_caps_with_data),
25816         (gst_riff_create_audio_caps),
25817         (gst_riff_create_audio_template_caps):
25818         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25819           Fix for unaligned RIFF files (i.e. where all the chunks together
25820           in a LIST chunk are not of the same size as the size given in
25821           the LIST chunk header). Fixes several odd WAVE files. Also fix
25822           ADPCM (block_align property) in audio, so that wavparse based
25823           on this works now as it used to stand-alone.
25824
25825 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25826
25827         reviewed by Benjamin Otte  <otte@gnome.org>
25828
25829         * ext/a52dec/gsta52dec.c:
25830         * ext/divx/gstdivxdec.c:
25831         * ext/divx/gstdivxenc.c:
25832         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25833         * ext/faac/gstfaac.c: (gst_faac_base_init):
25834         * ext/faad/gstfaad.c: (gst_faad_base_init):
25835         * ext/ivorbis/vorbisfile.c:
25836         * ext/lame/gstlame.c:
25837         * ext/libfame/gstlibfame.c:
25838         * ext/mpeg2enc/gstmpeg2enc.cc:
25839         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25840         * ext/sidplay/gstsiddec.cc:
25841         * ext/speex/gstspeexdec.c:
25842         * ext/speex/gstspeexenc.c:
25843         * ext/xvid/gstxviddec.c:
25844         * ext/xvid/gstxvidenc.c:
25845           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25846           (fixes #142193)
25847
25848 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25849
25850         * ext/alsa/gstalsa.c: (device_list),
25851         (gst_alsa_class_probe_devices):
25852         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25853           Fix alsa oddness in mixer after the combination of using mixer
25854           in source/sink elements and using hw:x,y instead of just hw:x.
25855
25856 2004-05-09  Benjamin Otte  <otte@gnome.org>
25857
25858         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25859         (gst_wavparse_create_sourcepad):
25860           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25861           sourcepads
25862
25863 2004-05-09  Benjamin Otte  <otte@gnome.org>
25864
25865         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25866           allow discont events before caps nego
25867
25868 2004-05-08  Benjamin Otte  <otte@gnome.org>
25869
25870         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25871           don't leak events
25872
25873 2004-05-08  Benjamin Otte  <otte@gnome.org>
25874
25875         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25876         (gst_level_change_state), (gst_level_init):
25877         * gst/level/gstlevel.h:
25878           figure out if we're initialized directly instead of keeping a
25879           variable that's wrong in 90% of cases
25880           don't initialize pads and then leak them and use a new unitialized
25881           pad. (fixes #142084)
25882           these were bugs so n00bish I didn't find them for an hour :/
25883
25884 2004-05-08 Iain <iain@prettypeople.org>
25885
25886         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25887         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25888         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25889         return the length that was read.
25890         (gst_riff_read_strf_auds): Allow fmt tags as well.
25891
25892 2004-05-07  David Schleef  <ds@schleef.org>
25893
25894         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25895         signed char assumption in faad.h.
25896
25897 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25898
25899         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25900           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25901
25902 2004-05-07  Colin Walters  <walters@redhat.com>
25903
25904         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25905         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25906         function.
25907         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25908         Add dispose function.
25909
25910 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25911         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25912           Fix caps nego and pad templates. RGB mode caps should
25913           work now.
25914         * ext/dvdnav/gst-dvd:
25915           Move mpeg2dec inside the thread because otherwise the
25916           queue rejects cap changes mid-stream
25917         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25918         (gst_mpeg2dec_flush_decoder):
25919           For mpeg2dec > 0.4.0, call the flush function instead of
25920           manually extracting all in-flight frames.
25921         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25922         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25923           Change mime type video/dv go video/x-dv to match the
25924           rest of gst-plugins
25925
25926 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25927
25928         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25930         (gst_alsa_sink_class_init):
25931         * ext/alsa/gstalsasink.h:
25932         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25933         (gst_alsa_src_class_init):
25934         * ext/alsa/gstalsasrc.h:
25935           Make alsasink/src a subclass of alsamixer so that mixer stuff
25936           shows up in gst-rec. Needs some finetuning.
25937
25938 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25939
25940         * ext/lame/gstlame.c: (gst_lame_chain):
25941           simplify
25942         * ext/mad/gstmad.c: (gst_mad_handle_event):
25943           fix event leak
25944         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25945           be able to detect mp3 files < 4096 bytes
25946
25947 2004-05-06  Wim Taymans  <wim@fluendo.com>
25948
25949         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25950         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25951         (theora_enc_set_property), (theora_enc_get_property):
25952         Also encode the first frame, cleanup some code.
25953
25954 2004-05-06  Wim Taymans  <wim@fluendo.com>
25955
25956         * ext/mpeg2enc/gstmpeg2enc.cc:
25957         Forward events first before deciding that negotiation was
25958         not performed.
25959
25960 2004-05-06  Wim Taymans  <wim@fluendo.com>
25961
25962         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25963         First process the events before deciding that negotiation
25964         was not performed.
25965
25966 2004-05-06  Wim Taymans  <wim@fluendo.com>
25967
25968         * ext/theora/Makefile.am:
25969         * ext/theora/theora.c: (plugin_init):
25970         * ext/theora/theoradec.c: (theora_dec_change_state):
25971         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25972         (gst_theora_enc_class_init), (gst_theora_enc_init),
25973         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25974         (theora_enc_chain), (theora_enc_change_state),
25975         (theora_enc_set_property), (theora_enc_get_property):
25976         Added a theora encoder, grouped the encoder and decoder into the
25977         same plugin.
25978
25979 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25980
25981         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25982         (gst_jpegenc_chain):
25983         fix DURATION on outgoing buffers
25984         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25985         debug using time formats
25986         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25988         (gst_xvimagesink_sink_link):
25989         windows with width/height 0 generate X errors, so don't allow them
25990
25991 2004-05-05  Wim Taymans  <wim@fluendo.com>
25992
25993         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25994         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25995         (gst_mpeg2dec_negotiate_format):
25996         * ext/mpeg2dec/gstmpeg2dec.h:
25997           removed the static pad template so that we can add the
25998           more accurate framerate value to the caps.
25999
26000
26001 2004-05-04  Benjamin Otte  <otte@gnome.org>
26002
26003         * configure.ac:
26004           check for kdemacros.h, too (should fix #141821)
26005         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26006           don't crash if no header was sent, but nicely error out (fixes part
26007           of #141554)
26008
26009 2004-05-04  Wim Taymans  <wim@fluendo.com>
26010
26011         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26012         parent dispose function to avoid segfault on destroy.
26013
26014 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26015
26016         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26017         (plugin_init):
26018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26019         (gst_xvimagesink_sink_link):
26020         clean up debugging caps
26021         also recreate xvimage when format has changed
26022
26023 2004-05-04  Benjamin Otte  <otte@gnome.org>
26024
26025         * ext/libvisual/Makefile.am:
26026         * ext/libvisual/visual.c: (gst_visual_class_init),
26027         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26028         (gst_visual_srclink), (gst_visual_chain),
26029         (gst_visual_change_state), (plugin_init):
26030           use a GstAdapter to correctly adapt buffer sizes - allows using a
26031           framerate
26032
26033 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26034
26035         * sys/v4l/gstv4lelement.h:
26036         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26037         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26038         (gst_v4lsrc_buffer_free):
26039         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26040         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26041         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26042         (gst_v4lsrc_requeue_frame):
26043         move some debugging categories around
26044         query for fps index and set accordingly if found
26045
26046 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26047
26048         * ext/lame/gstlame.c:
26049         correct defaults that lame_init puts out of range
26050
26051 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26052
26053         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26054         (gst_divxenc_class_init):
26055         fix range since -1 is the default
26056         * gst/mpeg1sys/gstmpeg1systemencode.c:
26057         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26058         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26059         (gst_rtjpegdec_chain):
26060         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26061         (gst_rtjpegenc_chain):
26062         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26063         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26064         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26066         * sys/v4l/gstv4lsrc.c:
26067         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26068         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26069         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26070         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26071         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26072           remove gst_info calls
26073
26074 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26075
26076         * Makefile.am:
26077         * po/af.po:
26078         * po/az.po:
26079         * po/en_GB.po:
26080         * po/nl.po:
26081         * po/sr.po:
26082         * po/sv.po:
26083           Updated translations
26084
26085 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26086
26087         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26088           refactor/comment code
26089
26090 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26091
26092         * gst/asfdemux/Makefile.am:
26093         * gst/asfdemux/asfheaders.c:
26094         * gst/asfdemux/asfheaders.h:
26095         * gst/asfdemux/gstasf.c: (plugin_init):
26096         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26097         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26098         (gst_asf_demux_setup_pad):
26099         * gst/asfdemux/gstasfdemux.h:
26100         * gst/asfdemux/gstasfmux.c:
26101         * gst/asfdemux/gstasfmux.h:
26102           Add tagging support to demuxer, split out registration in its own
26103           file instead of in demux (hacky), and prevent having some tables
26104           in our memory multiple times (in asfheaders.h).
26105
26106 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * gst/matroska/matroska-demux.c:
26109         (gst_matroska_demux_parse_metadata):
26110         * gst/matroska/matroska-ids.h:
26111           Basic tag reading support.
26112
26113 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26114
26115         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26116           Really detect ac-3 audio.
26117         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26118           really detect matroska files (off-by-1).
26119
26120 2004-04-30  David Schleef  <ds@schleef.org>
26121
26122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26123         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26124         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26125         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26126         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26127         hackage -- parse a lot more atoms, extract a few tags.  One might even
26128         mistake this for tag support.  Maybe it is.
26129         * gst/qtdemux/qtdemux.h:
26130
26131 2004-04-30  Colin Walters  <walters@verbum.org>
26132
26133         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26134
26135 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26136
26137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26138         (gst_ffmpegcolorspace_getcaps):
26139           remove broken nego fix
26140
26141 2004-04-30  Benjamin Otte  <otte@gnome.org>
26142
26143         * configure.ac:
26144         * ext/Makefile.am:
26145         * ext/libvisual/Makefile.am:
26146         * ext/libvisual/visual.c:
26147           add initial support for libvisual (http://libvisual.sourceforge.net)
26148           libvisual is still quite alpha, so expect crashes in there :)
26149
26150 2004-04-29  David Schleef  <ds@schleef.org>
26151
26152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26153         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26154         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26155         code; you will no longer respect me.
26156
26157 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26158
26159         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26160         * ext/alsa/gstalsa.h :
26161         change alsa pcm device discovery to find more than 1 device
26162         per card. code review by Ronald.
26163
26164 2004-04-29  David Schleef  <ds@schleef.org>
26165
26166         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26167         Add a check for a driver bug on FreeBSD.  (bug #140565)
26168
26169 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26170
26171         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26172         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26173         (gst_jpegenc_getcaps):
26174           move format setting to inner loop
26175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26176         (gst_ffmpegcolorspace_getcaps):
26177           use GST_PAD_CAPS if available so that we use already negotiated
26178           caps
26179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26180         (qtdemux_parse_moov), (qtdemux_parse):
26181           extra debugging
26182         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26183         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26184           move hardcoded path to DEFINE
26185
26186 2004-04-28  David Schleef  <ds@schleef.org>
26187
26188         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26189         (bug #140064)
26190
26191 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26194           Don't probe for playback device if we're a source element. Fixes
26195           #139658.
26196
26197 2004-04-29  Benjamin Otte  <otte@gnome.org>
26198
26199         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26200         (gst_id3_tag_chain):
26201           rewrite buffer offset
26202
26203 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26204
26205         * configure.ac:
26206         * ext/Makefile.am:
26207         * ext/dts/Makefile.am:
26208         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26209         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26210         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26211         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26212         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26213         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26214         (plugin_init):
26215         * ext/dts/gstdtsdec.h:
26216           New DTS decoder.
26217         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26218         (gst_faad_srcconnect):
26219           Add ESDS atom handling (.m4a).
26220
26221 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * ext/divx/gstdivxdec.c: (plugin_init):
26224           Remove comment that makes no sense.
26225         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26226           Fix for obvious typo that resulted in warnings during gst-register.
26227         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26228         (gst_xviddec_sink_link):
26229           Fix caps negotiation a bit better.
26230         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26231           We call this 'codec_data', not 'esds'.
26232
26233 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26234
26235         * gst/monoscope/gstmonoscope.c:
26236           make sure we only provide 256x128
26237         * gst/monoscope/monoscope.c: (monoscope_init):
26238           assert size of 256x128
26239
26240 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26241
26242         * Makefile.am:
26243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26244         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26245           fixate to max width and height of device
26246
26247 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26248
26249         * Makefile.am:
26250         * sys/v4l/gstv4l.c:
26251         * sys/v4l/gstv4lsrc.c:
26252         * sys/v4l/v4l_calls.c:
26253         * sys/v4l/v4lsrc_calls.c:
26254           fix for qc-usb driver which fakes having more than one buffer
26255           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26256           buffer_free override
26257           add debugging
26258
26259 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26260
26261         * Makefile.am:
26262         * gst/videotestsrc/gstvideotestsrc.c:
26263         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26264         (gst_videotestsrc_init), (gst_videotestsrc_get),
26265         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26266         * gst/videotestsrc/gstvideotestsrc.h:
26267           add num-buffers property
26268
26269         2004-04-26  Benjamin Otte  <otte@gnome.org>
26270
26271         * ext/mad/gstid3tag.c: (plugin_init):
26272           set id3mux rank to NONE so it doesn't confuse spider
26273           require audio/mpeg,mpegversion=1 in id3mux
26274
26275 2004-04-26  Benjamin Otte  <otte@gnome.org>
26276
26277         * configure.ac:
26278           detect faad correctly as non-working if it's indeed non-working
26279
26280 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26281
26282         * Makefile.am:
26283         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26284         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26285         fix _getcaps so it only negotiates to its supported format
26286
26287 2004-04-25  Benjamin Otte  <otte@gnome.org>
26288
26289         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26290           fix memleak
26291
26292 2004-04-23  Benjamin Otte  <otte@gnome.org>
26293
26294         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26295           audio/x-raw-int with height rules! not. Now it's depth.
26296
26297 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26298
26299         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26300         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26301         (gst_wavparse_loop):
26302           Missing variable initialization. Add handling of DVI ADPCM. Fix
26303           mis-parsing of LIST chunks. This works around a bug where we mis-
26304           parse non-aligning LIST chunks (so LIST chunks where the contents
26305           don't align with the actual LIST size). The correct fix is to use
26306           rifflib, I'm not going to fix wavparse - too much work. All this
26307           fixes #104878.
26308
26309 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26310
26311         reviewed by Benjamin Otte  <otte@gnome.org>
26312
26313         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26314           fix shoutcast not working (fixes #140844)
26315
26316 2004-04-22  Benjamin Otte  <otte@gnome.org>
26317
26318         * ext/hermes/gsthermescolorspace.c:
26319         (gst_hermes_colorspace_caps_remove_format_info):
26320         * gst/colorspace/gstcolorspace.c:
26321         (gst_colorspace_caps_remove_format_info):
26322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26323         (gst_ffmpegcolorspace_caps_remove_format_info):
26324           s/gst_caps_simplify/gst_caps_do_simplify/
26325
26326 2004-04-22  Benjamin Otte  <otte@gnome.org>
26327
26328         * gst-libs/gst/riff/riff-media.c:
26329         (gst_riff_create_video_caps_with_data):
26330           mpegversion is an int
26331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26332           don't try to create pad templates with NULL caps, use any caps
26333           instead.
26334
26335 2004-04-20  David Schleef  <ds@schleef.org>
26336
26337         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26338         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26339         (bug #140384)
26340
26341 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26342
26343         reviewed by David Schleef
26344
26345         * ext/mad/gstid3tag.c: Add stdlib.h
26346         * gst/rtp/gstrtpgsmenc.c: same
26347         * gst/tags/gstid3tag.c: same
26348         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26349         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26350         GST_DISABLE_LOADSAVE use.
26351         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26352         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26353         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26354         atol(3)).
26355         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26356         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26357         strtoul(3)).
26358         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26359         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26360         $(ID3_CFLAGS).
26361         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26362         $(LIBFAME_CFLAGS).
26363
26364 2004-04-20  David Schleef  <ds@schleef.org>
26365
26366         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26367         last checkin.  Same idea.
26368
26369 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26370
26371         reviewed by David Schleef
26372
26373         * configure.ac: bump required gstreamer version to 0.8.1.1
26374         because of following changes [--ds]
26375
26376         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26377         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26378         (gst_riff_read_header):  Use GST_READ_UINT*
26379         macros to access possibly unaligned memory.
26380
26381         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26382         (mp3_type_find):  Use GST_READ_UINT*
26383         macros to access possibly unaligned memory.
26384         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26385         (speex_type_find): Likewise
26386
26387         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26388
26389         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26390         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26391         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26392         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26393         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26394         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26395         macros to access possibly unaligned memory.
26396
26397         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26398         Likewise.
26399
26400         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26401         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26402
26403         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26404         Likewise.
26405
26406         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26407         (gst_mpeg2subt_chain_subtitle): Likewise.
26408
26409         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26410         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26411         Likewise.
26412
26413         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26414         Likewise.
26415
26416         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26417         Likewise.
26418
26419         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26420         Likewise.
26421
26422 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26423
26424         * configure.ac:
26425           update required version of GStreamer because of GST_TIME_FORMAT
26426
26427 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26428
26429         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26430           remove leftover g_print
26431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26432           don't try setting only a subset of the caps. We don't want to kill
26433           autoplugging on purpose
26434
26435 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26436
26437         * sys/ximage/ximagesink.c: (plugin_init):
26438         * sys/xvimage/xvimagesink.c: (plugin_init):
26439           add debugging categories
26440
26441 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26442
26443         * po/en_GB.po:
26444         * po/LINGUAS:
26445           Adding en_GB translation (Gareth Owen)
26446
26447 2004-04-20  David Schleef  <ds@schleef.org>
26448
26449         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26450         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26451         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26452         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26453         A number of new features and hacks to extract the esds atom and
26454         put it into the caps.  (bug #137724)
26455
26456 2004-04-19  David Schleef  <ds@schleef.org>
26457
26458         * gconf/Makefile.am: Fix for non-GNU make
26459         * gst-libs/gst/Makefile.am: Change directory order to handle
26460         GstPlay linking with gstinterfaces
26461         * gst-libs/gst/audio/make_filter: make use of tr portable
26462         * gst-libs/gst/play/Makefile.am: Add intended \
26463         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26464         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26465         function prototype instead of void *.
26466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26467         macro.
26468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26469         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26470         * gst/videofilter/make_filter: make use of tr portable
26471         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26472
26473 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26474
26475         * po/LINGUAS:
26476         * po/uk.po:
26477           Added Ukrainian translation (Maxim V. Dziumanenko)
26478
26479 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26480
26481         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26482         (gst_gsmdec_link), (gst_gsmdec_chain):
26483           Fix capsnego, simplify chain function slightly.
26484         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26485           Add GSM.
26486
26487 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26490         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26491         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26492           Hack to make wavparse work with spider (always -> sometimes pad).
26493           Fixes #135862 && #140411.
26494
26495 2004-04-18  Benjamin Otte  <otte@gnome.org>
26496
26497         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26498         (gst_osselement_rate_probe_check),
26499         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26500           get rid of \n in debug output
26501
26502 2004-04-17  Iain <iain@prettypeople.org>
26503
26504         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26505         not just EOS.
26506
26507 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26508
26509         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26510         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26511         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26512         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26513         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26514         (gst_id3_tag_change_state), (plugin_init):
26515           deprecate id3tag element and replace with id3demux/id3mux.
26516           great side effect: this ugly file is now even uglier, yay!
26517         * ext/mad/gstmad.h:
26518           remove non-available function
26519           update for new get_type
26520
26521 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26522
26523         * configure.ac:
26524           require mpeg2dec >= 0.4.0
26525
26526 2004-04-17  Benjamin Otte  <otte@gnome.org>
26527
26528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26529         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26530         (gst_xvimagesink_set_xwindow_id):
26531           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26532           assorted cleanup fixes.
26533
26534 2004-04-16  David Schleef  <ds@schleef.org>
26535
26536         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26537         * sys/xvimage/xvimagesink.h: same
26538
26539 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26540
26541         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26542           Fix GST_ELEMENT_ERROR with (NULL)
26543
26544 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * gst-libs/gst/riff/riff-media.c:
26547         (gst_riff_create_video_caps_with_data):
26548           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26549
26550 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * gst-libs/gst/riff/riff-media.c:
26553         (gst_riff_create_video_caps_with_data),
26554         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26555         (gst_riff_create_video_template_caps),
26556         (gst_riff_create_audio_template_caps):
26557         * gst-libs/gst/riff/riff-media.h:
26558         * gst-libs/gst/riff/riff-read.c:
26559         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26560         * gst-libs/gst/riff/riff-read.h:
26561         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26562           Add MS RLE support. I added some functions to read out strf chunks
26563           into strf chunks and the data behind it. This is usually color
26564           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26565           caps creation. Lastly, add ADPCM (similar to wavparse - which
26566           should eventually be rifflib based).
26567         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26568         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26569         * gst/matroska/matroska-demux.h:
26570           Remove placeholders for some prehistoric tagging system. Didn't add
26571           support for any tag system really anyway.
26572         * gst/qtdemux/qtdemux.c:
26573           Add support for audio/x-m4a (MPEG-4) through spider.
26574         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26575         (gst_wavparse_loop):
26576           ADPCM support (#135862). Increase max. buffer size because we
26577           cannot split buffers for ADPCM (screws references) and I've seen
26578           files with 2048 byte chunks. 4096 seems safe for now.
26579
26580 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26581
26582         * configure.ac: bump nano to 1
26583
26584 === release 0.8.1 ===
26585
26586 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26587
26588         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26589
26590 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26593           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26594           Fixes #140058
26595
26596 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26597
26598         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26599           lower rank of dvddemux so that it's not used for mpeg playback.
26600
26601 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26602
26603         * configure.ac:
26604           save libs correctly when checking mad
26605
26606 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26607
26608         * ext/mad/gstid3tag.c: (plugin_init):
26609           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26610
26611 2004-04-13  David Schleef  <ds@schleef.org>
26612
26613         * common/m4/gst-feature.m4: Call -config scripts with
26614         --plugin-libs if it is supported.
26615         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26616         JPEG images are image/jpeg.
26617         * gst/debug/Makefile.am:
26618         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26619         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26620         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26621         (gst_negotiation_plugin_init): Add a property that acts like
26622         filter caps.
26623         * testsuite/gst-lint:  Move license checking to be a standard
26624         test.
26625
26626 2004-04-13  David Schleef  <ds@schleef.org>
26627
26628         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26629         patch from Sebastien Cote (bug #139958)
26630
26631 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26632
26633         * examples/gstplay/Makefile.am:
26634         * examples/gstplay/player.c: (main):
26635           make the commandline player example use gconf settings
26636
26637 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26638
26639         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26640         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26641         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26642           init/end library during state transition, not object
26643           creation/disposal.  get rid of custom dispose handler.
26644
26645
26646 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26647
26648         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26649         be a symlink
26650
26651 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26652
26653         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26654           Handle JUNK chunks inside data section. Prevents warnings.
26655
26656 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26659         (gst_riff_create_video_template_caps):
26660           Add MS video v1.
26661         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26662         (gst_avi_demux_stream_data):
26663           Add support for "rec-list" chunks.
26664
26665 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26666
26667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26668           Fix another codecname mismatch.
26669
26670 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26671
26672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26673           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26674           so that MJPEG plays back.
26675
26676 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26679         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26680         * gst/mpeg1videoparse/gstmp1videoparse.h:
26681           Fix for some slight mis-cuts in buffer parsing, and for some
26682           potential overflows or faults-causers. Adds disconts. Also fixes
26683           #139105 while we're at it.
26684
26685 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26686
26687         * configure.ac:
26688         * sys/v4l2/gstv4l2element.h:
26689           Workaround for missing struct v4l2_buffer declaration in Suse 9
26690           and Mandrake 10 linux/videodev2.h header file (#135919).
26691
26692 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26693
26694         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26695           Bail out if no filename was given.
26696
26697 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26698
26699         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26700         (gst_v4l2_fourcc_from_structure):
26701           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26702           Y41B somewhere).
26703
26704 2004-04-09  Benjamin Otte  <otte@gnome.org>
26705
26706         * ext/gnomevfs/gstgnomevfssink.c:
26707         (_gst_boolean_allow_overwrite_accumulator),
26708         (gst_gnomevfssink_class_init):
26709           fix erase signal - if any handler returns false the file will not be
26710           overwritten. If no handler is connected, the file will not be
26711           overwritten either.
26712           renamed signal to "allow-overwrite"
26713         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26714           free string when adding it to ID3 failed
26715         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26716           unref event when done
26717         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26718           free caps
26719         * gst/typefind/gsttypefindfunctions.c:
26720         (mpeg_video_stream_type_find):
26721           fix invalid read
26722
26723 2004-04-08  David Schleef  <ds@schleef.org>
26724
26725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26726         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26727
26728 2004-04-08  David Schleef  <ds@schleef.org>
26729
26730         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26731         we don't support (bug #139532)
26732
26733 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26734
26735         * ext/mad/gstmad.c: (gst_mad_handle_event),
26736         (gst_mad_check_caps_reset), (gst_mad_chain),
26737         (gst_mad_change_state):
26738           only set explicit caps if they haven't been set before for
26739           this stream.  MPEG-audio sample rate/channels aren't allowed
26740           to change in-stream.
26741           Fixes #139382
26742
26743 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26744
26745         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26746         (_gst_boolean_did_something_accumulator),
26747         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26748         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26749         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26750         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26751         (gst_gnomevfssink_change_state):
26752           Fix erase signal. Don't erase by default. Remove handoff signal.
26753           Remove erase property. Don't segfault. General cleanup.
26754
26755 2004-04-07  Benjamin Otte  <otte@gnome.org>
26756
26757         * gst-libs/gst/gconf/test-gconf.c: (main):
26758           add missing gst_init
26759
26760 2004-04-07  Benjamin Otte  <otte@gnome.org>
26761
26762         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26763           free the mutexes, too
26764
26765 2004-04-07  Benjamin Otte  <otte@gnome.org>
26766
26767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26768           actually free the URI string
26769         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26770           compute offset correctly when passing discont events
26771         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26772           don't leak discont events
26773         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26774           add some missing breaks so caps aren't copied randomly
26775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26776           if we realloc memory, we better use it
26777
26778 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26779
26780         * ext/mad/gstmad.c: (normal_seek):
26781           fix GST_FORMAT_TIME usage
26782
26783 2004-04-05  David Schleef  <ds@schleef.org>
26784
26785         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26786         a deprecated function (hack!)
26787
26788 2004-04-05  Benjamin Otte  <otte@gnome.org>
26789
26790         * ext/esd/esdmon.c: (gst_esdmon_get):
26791           fix nonterminated vararg and memleak
26792
26793 2004-04-05  Benjamin Otte  <otte@gnome.org>
26794
26795         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26796         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26797         (gst_ladspa_set_property), (gst_ladspa_get_property),
26798         (gst_ladspa_instantiate), (gst_ladspa_activate),
26799         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26800           clean up debugging
26801
26802 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26803
26804         reviewed by Benjamin Otte  <otte@gnome.org>
26805
26806         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26807           check for broken LADSPA parameters (fixes #138635)
26808
26809 2004-04-05  Benjamin Otte  <otte@gnome.org>
26810
26811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26812           advertise buffer-frames correctly on sinkpads
26813
26814 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26815
26816         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26817         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26818         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26819         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26820         (gst_mad_check_caps_reset), (gst_mad_chain):
26821         add more debugging, only reset caps when we're not in error state
26822
26823 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26824
26825         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26826
26827 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26828
26829         reviewed by Benjamin Otte  <otte@gnome.org>
26830
26831         * configure.ac:
26832           fix == in test(1) operator
26833
26834 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26835
26836         reviewed by Benjamin Otte  <otte@gnome.org>
26837
26838         * configure.ac:
26839           fix --export-symblos-regex to a working regex.
26840
26841 2004-04-04  Benjamin Otte  <otte@gnome.org>
26842
26843         * sys/oss/.cvsignore:
26844           add for oss_probe
26845
26846 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26847
26848         reviewed by Benjamin Otte  <otte@gnome.org>
26849
26850         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26851           add missing 'new_media' argument (fixes #138168)
26852         * gst/matroska/matroska-demux.c:
26853         (gst_matroska_demux_handle_seek_event):
26854           add vararg terminator (fixes #138169)
26855
26856 2004-04-02  David Schleef  <ds@schleef.org>
26857
26858         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26859         disted (bug #138914)
26860
26861 2004-04-01  Benjamin Otte  <otte@gnome.org>
26862
26863         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26864         (gst_alsa_close_audio):
26865           handle case better where a soundcard can't pause
26866         * ext/ogg/gstoggdemux.c:
26867           don't crash when we get events but don't have pads yet
26868
26869 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26870
26871         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26872           throw an error if we couldn't probe any caps.
26873
26874 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26875
26876         * ext/dvdnav/gst-dvd:
26877         Add a really simple sample DVD player
26878
26879 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26880
26881         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26882         (gst_a52dec_push), (gst_a52dec_handle_event),
26883         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26884         (gst_a52dec_change_state):
26885         * ext/a52dec/gsta52dec.h:
26886           Use a debug category, Output timestamps correctly
26887           Emit tag info, Handle events, tell liba52dec about cpu
26888           capabilities so it can use MMX etc.
26889         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26890           Fix a crasher accessing invalid memory
26891         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26892         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26893         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26894         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26895         (dvdnavsrc_query):
26896           Some support for byte-format seeking.
26897           Small fixes for still frames and menu button overlays
26898         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26899         (gst_mpeg2dec_alloc_buffer):
26900           Use a debug category. Adjust the report level of several items to
26901           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26902           so it doesn't lose the GstBuffer pointer
26903         * gst/debug/Makefile.am:
26904         * gst/debug/gstdebug.c: (plugin_init):
26905         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26906         (gst_navseek_base_init), (gst_navseek_class_init),
26907         (gst_navseek_init), (gst_navseek_seek),
26908         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26909         (gst_navseek_get_property), (gst_navseek_chain),
26910         (gst_navseek_plugin_init):
26911         * gst/debug/gstnavseek.h:
26912           Add the navseek debug element for seeking back and forth in a
26913           video stream using arrow keys.
26914         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26915         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26916         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26917         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26918         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26919         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26920         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26921         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26922         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26923         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26924         * gst/mpeg2sub/gstmpeg2subt.h:
26925           Pretty much a complete rewrite. Now a loopbased element. May still
26926           require work to properly synchronise subtitle buffers.
26927         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26928         (gst_dvd_demux_send_subbuffer):
26929         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26930           Don't attempt to create subbuffers of size 0
26931           Reduce a couple of error outputs to warnings.
26932         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26933         (gst_y4mencode_chain):
26934         Output the y4m frame header correctly.
26935
26936 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26937
26938         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26939           throw errors instead of allowing SIGFPE
26940
26941 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26942
26943         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26944         (gst_gconf_render_bin_from_key):
26945           leak plugging and style fixing
26946
26947 2004-03-31  David Schleef  <ds@schleef.org>
26948
26949         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26950         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26951         (bug #138225)
26952         * gst/debug/Makefile.am:
26953         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26954         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26955         plugin.
26956         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26957         (gst_negotiation_base_init), (gst_negotiation_class_init),
26958         (gst_negotiation_init), (gst_negotiation_getcaps),
26959         (gst_negotiation_pad_link), (gst_negotiation_chain),
26960         (gst_negotiation_set_property), (gst_negotiation_get_property),
26961         (gst_negotiation_plugin_init):  New element to talk about random
26962         negotiation things happening in a pipeline.
26963
26964 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26965
26966         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26967           fix integer addition with help of Stefan Kost
26968
26969 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26970
26971         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26972
26973 2004-03-30  David Schleef  <ds@schleef.org>
26974
26975         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26976         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26977         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26978         (bug #137504)
26979         * ext/mpeg2dec/gstmpeg2dec.h:
26980
26981 2004-03-30  David Schleef  <ds@schleef.org>
26982
26983         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26984
26985 2004-03-30  David Schleef  <ds@schleef.org>
26986
26987         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26988         Michael Petullo) to handle .mov
26989
26990 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26991
26992         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26993         (gst_osselement_rate_check_rate):
26994           probe caps correctly for sound cards that only support one format
26995
26996 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26997
26998         * ext/kio/kiosrc.cpp: (process_events):
26999           update handling event processing if inside KDE - untested
27000
27001 2004-03-29  David Schleef  <ds@schleef.org>
27002
27003         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27004         by 2 to not interfere with other colorspaces.
27005         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27006         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27007         one to not interfere with ffmpeg_colorspace.
27008
27009 2004-03-29  David Schleef  <ds@schleef.org>
27010
27011         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27012         aren't in the caps.
27013         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27014         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27015
27016 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27017
27018         * gst-libs/gst/riff/riff-media.c:
27019           fail on error, don't try to set stuff on NULL caps
27020
27021 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27022
27023         * configure.ac:
27024         * ext/Makefile.am:
27025         * ext/kio/Makefile.am:
27026         * ext/kio/kioreceiver.cpp:
27027         * ext/kio/kioreceiver.h:
27028         * ext/kio/kiosrc.cpp:
27029         * ext/kio/kiosrc.h:
27030           add experimental kiosrc plugin
27031         * ext/alsa/gstalsaplugin.c: (plugin_init):
27032           initialize debugging category only when we're sure registering the
27033           plugins worked.
27034
27035 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27036
27037         * examples/gstplay/player.c: (main):
27038         * gst-libs/gst/play/play.c: (gst_play_class_init),
27039         (gst_play_set_location), (gst_play_set_data_src),
27040         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27041         (gst_play_set_visualization), (gst_play_connect_visualization):
27042           check return values of element_set_state and return FALSE where
27043           failed
27044
27045 2004-03-29  Benjamin Otte  <otte@gnome.org>
27046
27047         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27048           try harder to check if an event is really a discont
27049
27050 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27051
27052         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27053         * po/az.po:
27054
27055 2004-03-28  Benjamin Otte  <otte@gnome.org>
27056
27057         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27058         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27059         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27060           get rid of non-standard "..." ranges in case statements.
27061
27062 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27063
27064         * gst/mpegstream/gstmpegdemux.c:
27065         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27066         specific functionality split to the new dvddemux element.
27067         * gst/mpegstream/gstdvddemux.c:
27068         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27069         streams, derived from mpegdemux.
27070         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27071         up. SCR based timestamp rewriting can be turned off (will probably
27072         completely disappear soon).
27073         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27074         hacking. General cleanup. All printf statements replaced by
27075         debugging messages. Almost complete libdvdnav support.
27076         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27077         by events. New properties for audio and subpicture languages.
27078         (dvdnavsrc_update_highlight): Now uses events.
27079         (dvdnavsrc_user_op): Cleaned up.
27080         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27081         based). Lots of cleanup, and propper support for most libdvdnav
27082         events.
27083         (dvdnavsrc_make_dvd_event): New function.
27084         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27085         (dvdnavsrc_make_clut_change_event): New function.
27086
27087 2004-03-26  Benjamin Otte  <otte@gnome.org>
27088
27089         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27090           fix bug where typefinding would claim it's theora whenever less then
27091           7 bytes of data were available
27092
27093 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27094
27095         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27096         (gst_alawdec_base_init), (gst_alawdec_class_init),
27097         (gst_alawdec_init), (gst_alawdec_chain):
27098         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27099         (gst_alawenc_base_init), (gst_alawenc_class_init),
27100         (gst_alawenc_init), (gst_alawenc_chain):
27101         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27102         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27103         (gst_mulawdec_init), (gst_mulawdec_chain):
27104         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27105         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27106         (gst_mulawenc_init), (gst_mulawenc_chain):
27107           Fix capsnego in all four, remove the unused property functions and
27108           simplify the chain functions slightly. I guess we could use macros
27109           or something similar for those, since the code is so similar, but
27110           I'm currently too lazy...
27111
27112 2004-03-24  David Schleef  <ds@schleef.org>
27113
27114         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27115         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27116         (gst_osselement_get_format_structure),
27117         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27118         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27119         (gst_osselement_rate_int_compare): Add code to handle rate probing
27120         (bug #120883)
27121         * sys/oss/gstosselement.h: same
27122         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27123         Use rate probing provided by osselement.
27124         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27125
27126 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27127
27128         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27129         (gst_xvidenc_get_property):
27130           ulong/int mess-up.
27131
27132 2004-03-24  David Schleef  <ds@schleef.org>
27133
27134         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27135         (gst_speexdec_init):
27136         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27137         (gst_speexenc_init):  Create the pad template correctly (from
27138         the static pad template, not a NULL pointer.)
27139
27140 2004-03-25  Benjamin Otte  <otte@gnome.org>
27141
27142         * gst/debug/Makefile.am:
27143         * gst/debug/breakmydata.c:
27144           add element that quasi-randomly changes bytes in the stream.
27145           Intended use is robustness checking of demuxers and decoders in
27146           media tests.
27147
27148 2004-03-24  Benjamin Otte  <otte@gnome.org>
27149
27150         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27151         (gst_alsa_probe_hw_params):
27152         * ext/alsa/gstalsa.h:
27153           debugging output fixes
27154
27155 2004-03-24  Benjamin Otte  <otte@gnome.org>
27156
27157         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27158           don't g_return_if_fail if element is PLAYING, fail silently as every
27159           other element.
27160         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27161           only fix needed for cast lvalue issues in gst-plugins
27162         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27163           add proxy_getcaps
27164
27165 2004-03-24  Benjamin Otte  <otte@gnome.org>
27166
27167         * gst/level/gstlevel.c: (gst_level_init):
27168           add proxying getcaps function, so level doesn't advertise impossible
27169           caps
27170
27171 2004-03-24  David Schleef  <ds@schleef.org>
27172
27173         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27174         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27175         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27176         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27177         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27178         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27179         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27180         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27181         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27182         messages.  Divide the chunk size by the compression ratio
27183         (needed for MACE audio)
27184
27185 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27186
27187         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27188           Fix buffer overflow read error.
27189
27190 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27191
27192         * ext/alsa/gstalsa.h:
27193           Remove unused entry.
27194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27195           Add cinepak.
27196         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27197         (gst_videodrop_link), (gst_videodrop_chain):
27198           Fix, sort of. Was horribly broken with new capsnego. Bah...
27199
27200 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27201
27202         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27203         (plugin_init):
27204         Add a monkeysaudio typefind function
27205
27206 2004-03-23  Johan Dahlin  <johan@gnome.org>
27207
27208         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27209         (gst_play_video_fixate): Check so the structure has the field
27210         before trying to fixate them, this makes it possible to have
27211         fakesinks for video and audio output without printing errors on
27212         the output console.
27213
27214 2004-03-22  David Schleef  <ds@schleef.org>
27215
27216         * sys/oss/Makefile.am:
27217         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27218         (check_rate), (add_rate):  Rate probing test app.
27219
27220 2004-03-21  Benjamin Otte  <otte@gnome.org>
27221
27222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27223         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27224           add a fixation function that pretty much does the right thing (fixes
27225           #137556)
27226
27227 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27228
27229         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27230
27231 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27232
27233         reviewed by: Benjamin Otte  <otte@gnome.org>
27234
27235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27236           terminate gst_event_new_discontinuous correctly (fixes parts of
27237           #137711)
27238
27239 2004-03-19  David Schleef  <ds@schleef.org>
27240
27241         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27242         since it doesn't depend on X, and it's part of our ABI.
27243
27244 2004-03-19  Iain <iain@prettypeople.org>
27245
27246         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27247         is_int in the structure, not the local variable.
27248
27249 2004-03-19  David Schleef  <ds@schleef.org>
27250
27251         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27252         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27253         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27254         Improvements in caps negotiation.
27255
27256 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27257
27258         * po/LINGUAS:
27259         * po/af.po:
27260           adding Afrikaans (Petri Jooste)
27261
27262 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27265         (gst_ffmpegcolorspace_chain):
27266         throw error instead of g_critical (#137588)
27267
27268 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27269
27270         * Makefile.am:
27271         * configure.ac:
27272           dist common and m4 correctly
27273         * po/sv.po:
27274
27275 2004-03-17  David Schleef  <ds@schleef.org>
27276
27277         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27278         (bug #137348)
27279
27280 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27281
27282         * po/LINGUAS:
27283         * po/sv.po:
27284           adding Swedish translation (Christian Rose)
27285
27286 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27287
27288         * Makefile.am: use release.mak
27289
27290 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27291
27292         * common/ChangeLog:
27293         * common/gst-autogen.sh:
27294           add some explanation about the version detection
27295         * configure.ac:
27296           fix X check
27297
27298 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27299
27300         * configure.ac: bump nano to 1
27301
27302 === release 0.8.0 ===
27303
27304 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27305
27306         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27307
27308 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27309
27310         * configure.ac:
27311           update libtool version
27312         * gst-libs/gst/media-info/Makefile.am:
27313           actually use libtool version
27314
27315 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27316
27317         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27318
27319 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27320
27321         * configure.ac:
27322         * gst-plugins.spec.in:
27323         * pkgconfig/Makefile.am:
27324         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27325         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27326         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27327         * pkgconfig/gstreamer-libs.pc.in:
27328         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27329         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27330         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27331         * pkgconfig/gstreamer-plugins.pc.in:
27332           remove @VERSION@ from some of the pc files since core and plugins
27333           are decoupled.
27334           created gstreamer-plugins.pc as it's a better name, but keeping
27335           -libs around for now to get fixes upstream done first.
27336
27337 2004-03-15  Julien MOUTTE <julien@moutte.net>
27338
27339         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27340         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27341         * gst-libs/gst/play/play.h:
27342
27343 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27344
27345         * *.c, *.cc: don't mix tabs and spaces
27346
27347 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27348
27349         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27350           use the new ffmpegcolorspace
27351         * gst-plugins.spec.in:
27352           package new colorspace and media-info
27353         * configure.ac:
27354         * pkgconfig/Makefile.am:
27355           fix some more disting issues
27356         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27357         * pkgconfig/gstreamer-media-info.pc.in:
27358           generate media-info pc files
27359
27360 2004-03-15  Johan Dahlin  <johan@gnome.org>
27361
27362         * *.h: Revert indenting
27363
27364 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27365
27366         * configure.ac:
27367           adding ffmpegcolorspace element
27368         * gst/ffmpegcolorspace/Makefile.am:
27369         * gst/ffmpegcolorspace/avcodec.h:
27370         * gst/ffmpegcolorspace/common.h:
27371         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27372         * gst/ffmpegcolorspace/dsputil.h:
27373         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27374         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27375         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27376         (gst_ffmpeg_caps_to_pix_fmt):
27377         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27379         (gst_ffmpegcolorspace_caps_remove_format_info),
27380         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27381         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27382         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27383         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27384         (gst_ffmpegcolorspace_set_property),
27385         (gst_ffmpegcolorspace_get_property),
27386         (gst_ffmpegcolorspace_register):
27387         * gst/ffmpegcolorspace/imgconvert.c:
27388         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27389         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27390         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27391         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27392         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27393         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27394         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27395         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27396         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27397         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27398         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27399         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27400         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27401         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27402         (img_get_alpha_info), (deinterlace_line),
27403         (deinterlace_line_inplace), (deinterlace_bottom_field),
27404         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27405         * gst/ffmpegcolorspace/imgconvert_template.h:
27406         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27407         * gst/ffmpegcolorspace/mmx.h:
27408         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27409           adding ffmpegcolorspace element supplied by Ronald after cleaning
27410           up and pulling in the right bits of upstream source.
27411           I'm sure a better C/compiler wizard could do some cleaning up (for
27412           example use GLIB's malloc stuff), but as a first pass this
27413           works very well
27414
27415 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27416
27417         * ext/alsa/gstalsa.h:
27418           I assume Ronald forgot to commit the change to have cardname
27419           as a struct member.  Expect some public spanking at the next
27420           opportunity.
27421
27422 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27425         (gst_alsa_open_audio), (gst_alsa_close_audio):
27426         * ext/alsa/gstalsa.c:
27427           Don't open the device if we're a mixer (= padless).
27428         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27429         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27430         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27431           Open mixer during state change rather than during object
27432           initialization. Also, get a device name. Currently in a somewhat
27433           hackish fashion, but I didn't really find something better.
27434
27435 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27436
27437         * *.c, *.h: run gst-indent
27438
27439 2004-03-14  Benjamin Otte  <otte@gnome.org>
27440
27441         * gst/modplug/gstmodplug.cc:
27442         * gst/modplug/gstmodplug.h:
27443           set correct timestamps on outgoing buffers
27444
27445 2004-03-14  Benjamin Otte  <otte@gnome.org>
27446
27447         * gst/modplug/gstmodplug.cc:
27448           handle events - don't do crap when a discont arrives that's not
27449           necessary
27450           This allows correct loading and playback of mods in Rhythmbox
27451
27452 2004-03-14  Benjamin Otte  <otte@gnome.org>
27453
27454         * configure.ac:
27455         * gst-libs/gst/gconf/Makefile.am:
27456         * pkgconfig/Makefile.am:
27457           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27458           they get rebuilt properly
27459         * configure.ac:
27460           when checking for vorbis, try pkgconfig first.
27461         * gst/modplug/gstmodplug.cc:
27462           add fixate function
27463
27464 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27465
27466         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27467           Fix for obvious mistake, where we first shift the offset and then
27468           read a samplesize element assuming the old offset. Note that this
27469           part still has something weird, i.e. my movies containing those
27470           don't actually play well, but at least there's something that looks
27471           like sound now.
27472
27473 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27474         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27475         (plugin_init):
27476         Add a typefind function for speex format
27477
27478 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27479
27480         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27481         (gst_asf_demux_setup_pad):
27482           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27483           instead of 0. Reason is simple: some elements have a fps range
27484           of 1-max instead of 0-max. So now ASF video actually works.
27485
27486 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27487
27488         * po/LINGUAS:
27489         * po/sr.po:
27490           adding serbian as a language
27491
27492 2004-03-13  Benjamin Otte  <otte@gnome.org>
27493
27494         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27495           return taglist correctly from _get function, don't gst_pad_push it.
27496           (fixes #137042)
27497
27498 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27499         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27500
27501 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27502
27503         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27504         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27505         (gst_alsa_mixer_track_new):
27506         * ext/alsa/gstalsamixertrack.h:
27507           Fix ancient leftovers... MixerTrack is a GObject.
27508
27509 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27512         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27513           Don't block during probing...
27514
27515 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27516
27517         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27518         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27519         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27520         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27521         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27522         (gst_alsa_open_audio), (gst_alsa_close_audio):
27523         * ext/alsa/gstalsa.h:
27524           Add propertyprobe interface implementation, add some device-name
27525           property, all this so that it looks good in gnome-volume-control.
27526
27527 2004-03-12  David Schleef  <ds@schleef.org>
27528
27529         * configure.ac: the Hermes library controls hermescolorspace, not
27530         colorspace.
27531         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27532         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27533         not /* */
27534         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27535         * ext/sdl/sdlvideosink.h: ditto.
27536         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27537
27538 2004-03-12  Benjamin Otte  <otte@gnome.org>
27539
27540         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27541         (gst_x_overlay_got_xwindow_id):
27542         * gst-libs/gst/xoverlay/xoverlay.h:
27543           replace XID with unsigned long to get rid of the xlibs dependency in
27544           XOverlay (fixes #137004)
27545
27546 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27547         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27548         (gst_agingtv_setup):
27549         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27550         (gst_dicetv_base_init), (gst_dicetv_class_init),
27551         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27552         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27553         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27554         (gst_edgetv_setup), (gst_edgetv_rgb32):
27555         * gst/effectv/gsteffectv.c:
27556         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27557         (gst_quarktv_set_property):
27558         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27559         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27560         (gst_revtv_setup), (gst_revtv_rgb32):
27561         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27562         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27563         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27564         (gst_shagadelictv_rgb32):
27565         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27566         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27567         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27568         * gst/effectv/gstwarp.c:
27569         Port everything that can be ported to videofilter and fix up the caps.
27570         Can someone with a big-endian machine please check these?
27571
27572 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27573
27574         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27575         (gst_osssink_chain), (gst_osssink_change_state):
27576           Latest fixes for A/V sync, audio playback and such. This is about
27577           all... MPEG playback issues are mostly related to the async build-
27578           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27579
27580 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27581
27582         patch from: Stephane Loeuillet
27583
27584         * configure.ac:
27585           use pkg-config for some libraries, falling back to the old .m4 way
27586           (fixes #131270)
27587         * m4/libdv.m4:
27588           removed
27589
27590 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27591
27592         * configure.ac:
27593         * tools/Makefile.am:
27594         * tools/Makefile.in:
27595         * tools/gst-launch-ext-m.m:
27596         * tools/gst-launch-ext.1.in:
27597         * tools/gst-visualise-m.m:
27598         * tools/gst-visualise.1:
27599         * tools/gst-visualise.1.in:
27600           reorganizing generation of script tools
27601
27602 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27603
27604         * ext/divx/gstdivxdec.c:
27605           Downgrade priority. We prefer ffdec_mpeg4.
27606         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27607         (gst_faad_chain), (gst_faad_change_state):
27608           Fix capsnego. Doesn't work for some sounds because we don't have
27609           a 5:1 to stereo element.
27610         * ext/xvid/gstxvid.c: (plugin_init):
27611           Add priority.
27612         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27613         (gst_osssink_change_state):
27614           Add discont handling.
27615
27616 2004-03-09  Colin Walters  <walters@verbum.org>
27617
27618         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27619         conversion.
27620
27621 2004-03-09  Benjamin Otte  <otte@gnome.org>
27622
27623         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27624           the signals take 2 arguments
27625
27626 2004-03-09  David Schleef  <ds@schleef.org>
27627
27628         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27629         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27630         * ext/alsa/gstalsa.h:
27631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27632
27633 2004-03-09  Benjamin Otte  <otte@gnome.org>
27634
27635         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27636         (gst_mikmod_change_state):
27637         * ext/mikmod/gstmikmod.h:
27638           make mikmod's loop function not loop infinitely and call
27639           gst_element_yield anymore
27640         * gst/modplug/gstmodplug.cc:
27641           fix pad negotiation (fixes #136590)
27642
27643 2004-03-09  David Schleef  <ds@schleef.org>
27644
27645         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27646         doesn't conflict with the internal colorspace plugin.
27647         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27648         satisfy the crappy-ass shell shipped by a certain vendor.
27649         * gst/videofilter/make_filter: same (bug #135299)
27650
27651 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27652
27653         * configure.ac: bump nano to 1
27654
27655 === release 0.7.6 ===
27656
27657 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27658
27659         * configure.in: releasing 0.7.6, "There"
27660
27661 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27662
27663         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27664         * pkgconfig/gstreamer-play.pc.in:
27665           synchronize the two
27666
27667 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27668
27669         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27670         (cdparanoia_open), (cdparanoia_event):
27671           fix/add error handling
27672         * po/POTFILES.in:
27673           add cdparanoia source
27674         * tools/Makefile.am:
27675           make scripts executable
27676
27677 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27678
27679         * configure.ac:
27680         * ext/vorbis/Makefile.am:
27681         * sys/Makefile.am:
27682           remove id3types, vorbisfile and xvideosink from the build (#133783)
27683
27684 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27685
27686         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27687           Fix metadata read crash (#136537).
27688
27689 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27690
27691         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27692         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27693           adding mime types, fixing the one-stop function
27694
27695 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27696
27697         * ext/nas/nassink.c and /ext/nas/nassink.h:
27698         More NAS love from Arwed von Merkatz
27699         So lets all sing 'Can you feel the NAS tonight'
27700
27701 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27702
27703         * tools/gst-launch-ext.in:
27704         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27705
27706 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27707
27708         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27709         (gst_mpeg2dec_init):
27710         remove the user_data pad for now, because it is being used in
27711         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27712         If someone knows how to fix this properly, please do.
27713
27714 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27715
27716         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27717         (gst_osssink_get_time):
27718         add a warning, IMO this won't get triggered anymore, remove later
27719
27720 2004-03-07  David Schleef  <ds@schleef.org>
27721
27722         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27723         format (bug #136470)
27724
27725 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27726
27727         * gst-libs/Makefile.am:
27728         * gst-libs/gst/media-info/Makefile.am:
27729         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27730         (error_callback), (gst_media_info_error_create),
27731         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27732         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27733         * gst-libs/gst/media-info/media-info-priv.h:
27734         * gst-libs/gst/media-info/media-info-test.c: (main):
27735         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27736         (gst_media_info_class_init), (gst_media_info_instance_init),
27737         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27738         (gst_media_info_read_idler), (gst_media_info_read):
27739         * gst-libs/gst/media-info/media-info.h:
27740         fixed, should work now
27741
27742 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27743
27744         * ext/nas/nassink.c:
27745         A bunch of NAS fixes from Arwed von Merkatz
27746
27747 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27748
27749         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27750         (qtdemux_parse_trak):
27751           Fix crash (j might be greater than n_samples, in which case we're
27752           writing outside the allocated space for the array) and memleak.
27753
27754 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27755
27756         * sys/oss/gstosssink.c: (gst_osssink_chain):
27757           And another caller that couldn't handle delay < 0 (unsigned
27758           integer overflow). Video now continues playing on an audio
27759           buffer underrun, and the clock continues working. Audio still
27760           stalls.
27761
27762 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27763
27764         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27765         (gst_osssink_get_time):
27766           get_delay() may return values lower than 0. In those cases, we
27767           should not actually cast to *unsigned* int64, that will break
27768           stuff horribly. In my case, it screwed up A/V sync in movies
27769           in totem rather badly.
27770
27771 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27772
27773         * ext/faac/gstfaac.c: (gst_faac_chain):
27774         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27775         * ext/libpng/gstpngenc.c: (user_write_data):
27776         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27777         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27778         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27779         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27780         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27781         of any buffer), should fix some leaks. I hope I didn't unref buffers
27782         that shouldn't be...
27783
27784 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27785
27786         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27787         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27788         (error_callback), (gmi_reset), (gmi_seek_to_track),
27789         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27790         (gmip_find_type_post), (gmip_find_stream_post),
27791         (gmip_find_track_streaminfo_post):
27792         * gst-libs/gst/media-info/media-info-priv.h:
27793         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27794         (info_print), (main):
27795         * gst-libs/gst/media-info/media-info.c:
27796         (gst_media_info_error_create), (gst_media_info_error_element),
27797         (gst_media_info_instance_init), (gst_media_info_get_property),
27798         (gst_media_info_new), (gst_media_info_set_source),
27799         (gst_media_info_read_idler), (gst_media_info_read):
27800         * gst-libs/gst/media-info/media-info.h:
27801           first pass at making this work again.  This seems to work on
27802           tagged ogg/vorbis and mp3 files.
27803
27804 2004-03-06  Benjamin Otte  <otte@gnome.org>
27805
27806         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27807           fix huge leak: gst_buffer_merge doesn't unref the first argument
27808           itself.
27809
27810 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27811
27812         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27813           report layer/mode/emphasis
27814
27815 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27816
27817         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27818
27819 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27820
27821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27822           signal serial
27823
27824 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27825
27826         * ext/vorbis/vorbis.c: (plugin_init):
27827         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27828         (gst_vorbis_dec_init), (vorbis_dec_event):
27829         add debug category
27830         make vorbisdec handle _BYTE and _TIME queries
27831
27832 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27833
27834         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27835           from the xing header
27836
27837 2004-03-06  Benjamin Otte  <otte@gnome.org>
27838
27839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27840         (gst_audio_convert_link), (gst_audio_convert_change_state),
27841         (gst_audio_convert_buffer_from_default_format):
27842           do conversions from/to float correctly, fix some caps nego errors,
27843           export correct supported caps in template and getcaps, use correct
27844           caps in try_set_caps functions
27845
27846 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27847
27848         For some reason, I only committed a ChangeLog entry yesterday and
27849         not the corresponding code...
27850         * ext/mad/gstmad.c: Fix detection of Xing headers
27851         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27852
27853 2004-03-06  Benjamin Otte  <otte@gnome.org>
27854
27855         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27856         (gst_ogg_demux_src_query):
27857           make sure to handle the case where there's no current chain
27858           gracefully.
27859
27860 2004-03-05  David Schleef  <ds@schleef.org>
27861
27862         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27863         Add fixate function. (bug #131128)
27864         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27865         (gst_sdlvideosink_fixate):  Add fixate function.
27866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27867         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27868         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27869         Fix missing break that was causing ulaw to be interpreted as
27870         raw int.
27871
27872 2004-03-05  David Schleef  <ds@schleef.org>
27873
27874         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27875         Fix code that ignores return value of gst_buffer_merge().
27876         (bug #114560)
27877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27878         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27879         * testsuite/gst-lint:  Check for above.
27880
27881 2004-03-05  David Schleef  <ds@schleef.org>
27882
27883         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27884         caps and throw an element error.  (bug #136334)
27885
27886 2004-03-05  David Schleef  <ds@schleef.org>
27887
27888         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27889         (gst_faad_chain): Fix negotiation.
27890         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27891         key and button events.
27892         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27893         dung heap of code.
27894         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27895         depends on gconf
27896         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27897         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27898         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27899         function to encourage better negotiation, particularly between
27900         audioconvert and osssink.
27901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27902         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27903         more important.
27904         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27905         typefinding.
27906         * gst/vbidec/vbiscreen.c:  Add glib header
27907         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27908
27909 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27910
27911         * ext/mad/gstmad.c: Fix detection of Xing headers
27912         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27913
27914 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27915
27916         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27917         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27918           debug updates
27919
27920 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27921
27922         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27923         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27924         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27925         files, and report the parsed length as a GST_TAG_DURATION tag.
27926         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27927
27928 2004-03-05  Benjamin Otte  <otte@gnome.org>
27929
27930         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27931           convert channels correctly. convert correctly to unsigned.
27932
27933 2004-03-05  Julien MOUTTE <julien@moutte.net>
27934
27935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27936         we have a window before clearing it.
27937
27938 2004-03-05  Julien MOUTTE <julien@moutte.net>
27939
27940         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27941         have a window before clearing it.
27942
27943 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27944
27945         * gconf/gstreamer.schemas.in:
27946         * gst-libs/gst/gconf/Makefile.am:
27947           version installation path the same way as for 0.6
27948         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27949         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27950         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27951           remove comment that was fixed
27952
27953 2004-03-05  David Schleef  <ds@schleef.org>
27954
27955         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27956         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27957         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27958         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27959         Add prototype code for handling seeking and querying.
27960
27961 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27962
27963         * examples/gstplay/player.c: (main):
27964           Initialize variables to NULL. Prevents a segfault because the
27965           (uninitialized) variable is not NULL, resulting in a crash on
27966           trying to reach error->message.
27967
27968 2004-03-05  Benjamin Otte  <otte@gnome.org>
27969
27970         * gst/audioconvert/gstaudioconvert.c:
27971         (gst_audio_convert_buffer_to_default_format):
27972         make float=>int conversion work correctly even in cornercases.
27973
27974 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27975
27976         * debian/README.Debian:
27977         * debian/build-deps:
27978         * debian/changelog:
27979         * debian/control:
27980         * debian/control.in:
27981         * debian/copyright:
27982         * debian/gstreamer-a52dec.files:
27983         * debian/gstreamer-aa.files:
27984         * debian/gstreamer-alsa.files:
27985         * debian/gstreamer-alsa.manpages:
27986         * debian/gstreamer-arts.files:
27987         * debian/gstreamer-artsd.files:
27988         * debian/gstreamer-audiofile.files:
27989         * debian/gstreamer-avifile.files:
27990         * debian/gstreamer-cdparanoia.files:
27991         * debian/gstreamer-colorspace.files:
27992         * debian/gstreamer-doc.files:
27993         * debian/gstreamer-dv.files:
27994         * debian/gstreamer-dvd.files:
27995         * debian/gstreamer-esd.files:
27996         * debian/gstreamer-festival.files:
27997         * debian/gstreamer-flac.files:
27998         * debian/gstreamer-gconf.conffiles:
27999         * debian/gstreamer-gconf.files:
28000         * debian/gstreamer-gconf.postinst:
28001         * debian/gstreamer-gnomevfs.files:
28002         * debian/gstreamer-gsm.files:
28003         * debian/gstreamer-http.files:
28004         * debian/gstreamer-jack.files:
28005         * debian/gstreamer-jpeg.files:
28006         * debian/gstreamer-mad.files:
28007         * debian/gstreamer-mikmod.files:
28008         * debian/gstreamer-misc.files:
28009         * debian/gstreamer-mpeg2dec.files:
28010         * debian/gstreamer-oss.files:
28011         * debian/gstreamer-plugin-apps.files:
28012         * debian/gstreamer-plugin-apps.manpages:
28013         * debian/gstreamer-plugin-libs-dev.files:
28014         * debian/gstreamer-plugin-libs.files:
28015         * debian/gstreamer-plugin-template.postinst:
28016         * debian/gstreamer-plugin-template.postrm:
28017         * debian/gstreamer-sdl.files:
28018         * debian/gstreamer-sid.files:
28019         * debian/gstreamer-vorbis.files:
28020         * debian/gstreamer-x.files:
28021         * debian/mk.control:
28022         * debian/rules:
28023         Debian package info not maintained here.
28024
28025 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28026
28027         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28028         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28029         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28030         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28031         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28032         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28033         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28034         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28035         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28036         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28037         * gst-libs/gst/colorbalance/colorbalance.c:
28038         (gst_color_balance_class_init):
28039         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28040         (gst_color_balance_channel_class_init):
28041         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28042         * gst-libs/gst/play/play.c: (gst_play_class_init):
28043         * gst-libs/gst/propertyprobe/propertyprobe.c:
28044         (gst_property_probe_iface_init):
28045         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28046         * gst-libs/gst/tuner/tunerchannel.c:
28047         (gst_tuner_channel_class_init):
28048         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28049         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28050         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28051         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28052         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28053         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28054         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28055         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28056         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28057           fix signals to use - instead of _
28058         * ext/libcaca/gstcacasink.h:
28059         * ext/sdl/sdlvideosink.h:
28060           fix header rename
28061
28062 2004-03-04  David Schleef  <ds@schleef.org>
28063
28064         * testsuite/gst-lint:  Add a check for bad signal names.
28065
28066 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28067
28068         reviewed by David Schleef
28069
28070         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28071         modified the alpha channel and caused a warning. (bug #136192)
28072
28073 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28074
28075         * gst-plugins.spec.in:
28076         Change names of plugins to actually be correct. Try to keep things
28077         alphabetical to avoid getting beat up by Thomas
28078
28079 2004-03-03  Julien MOUTTE <julien@moutte.net>
28080
28081         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28082         Using ximagesink as a default if no gconf key found. We should
28083         probably consider using alsasink instead of osssink for the audio
28084         part.
28085
28086 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28087
28088         * configure.ac:
28089           fix --with-plugins, don't think it ever worked before
28090         * gst-plugins.spec.in:
28091           even more updates
28092
28093 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28094
28095         * ext/sdl/sdlvideosink.h:
28096         * sys/ximage/ximagesink.h:
28097         * sys/xvideo/xvideosink.h:
28098         * sys/xvimage/xvimagesink.h:
28099           Fix for move of gstvideosink.h -> videosink.h.
28100
28101 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28102
28103         * gst-libs/gst/xwindowlistener/Makefile.am:
28104           this is a plugin library, not a library
28105
28106 2004-03-01  David Schleef  <ds@schleef.org>
28107
28108         * AUTHORS:  Added some names.  Add yourself if you're still
28109         missing.
28110
28111 2004-03-01  David Schleef  <ds@schleef.org>
28112
28113         * MAINTAINERS: Add
28114
28115 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28116
28117         * gst-plugins.spec.in: clean up spec file
28118
28119 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28120
28121         * gst-libs/gst/video/Makefile.am:
28122         * gst-libs/gst/video/gstvideosink.c:
28123         * gst-libs/gst/video/gstvideosink.h:
28124           rename gstvideosink.h to videosink.h to match other headers
28125         * gst/mixmatrix/Makefile.am:
28126           fix plugin filename
28127         * gst/tags/Makefile.am: fix plugin filename
28128
28129 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28130
28131         * gst/tags/Makefile.am: fix plugin filename
28132
28133 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28134
28135         * examples/gstplay/player.c: (got_time_tick), (main):
28136           add error handler
28137           display time_tick more readably
28138         * gst/mixmatrix/Makefile.am:
28139           fix plugin file name
28140
28141 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28142
28143         * sys/oss/gstosselement.c: (gst_osselement_probe),
28144         (device_combination_append), (gst_osselement_class_probe_devices):
28145         * sys/oss/gstosselement.h:
28146           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28147           on my system using alsa oss emulation, fixes bug #135597
28148
28149 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28150
28151         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28152         (gst_videodrop_chain), (gst_videodrop_change_state):
28153         * gst/videodrop/gstvideodrop.h:
28154           Work based on timestamp of input data, not based on the expected
28155           framerate from the input. The consequence is that this element now
28156           not only scales framerates, but also functions as a framerate
28157           corrector or framerate stabilizer/constantizer.
28158
28159 2004-02-27  David Schleef  <ds@schleef.org>
28160
28161         patches from jmmv@menta.net (Julio M. Merino Vidal)
28162
28163         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28164         GST_ELEMENT_ERROR call (bug #135634)
28165         * gst/interleave/interleave.c: (interleave_buffered_loop),
28166         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28167         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28168         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28169         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28170         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28171         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28172         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28173         Fix GST_ELEMENT_ERROR call.
28174         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28175         GST_ELEMENT_ERROR call.
28176
28177 2004-02-27  Benjamin Otte  <otte@gnome.org>
28178
28179         * gst-libs/gst/audio/audio.h:
28180           add macro to make sure header isn't included twice
28181         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28182           don't use gst_buffer_free
28183         * gst/playondemand/filter.func:
28184           don't use gst_data_free. Free data only once.
28185
28186 2004-02-26  David Schleef  <ds@schleef.org>
28187
28188         * gst-libs/gst/colorbalance/Makefile.am:
28189         * gst-libs/gst/mixer/Makefile.am:
28190         * gst-libs/gst/tuner/Makefile.am:
28191         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28192         should not be disted, -marshal.h files should not be installed,
28193         and -enum.h files _should_ be installed.  Fix to make this the
28194         case.
28195
28196 === release 0.7.5 ===
28197
28198 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28199
28200         * configure.ac: release 0.7.5, "Under The Sea"
28201
28202 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28203
28204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28205         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28206         * gst/videoscale/gstvideoscale.c:
28207         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28208           assorted debug/warning fixes
28209
28210 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28211
28212         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28213         (gst_videoscale_init), (gst_videoscale_chain),
28214         (gst_videoscale_set_property), (plugin_init):
28215         * gst/videoscale/gstvideoscale.h:
28216         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28217         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28218         (gst_videoscale_planar400), (gst_videoscale_packed422),
28219         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28220         (gst_videoscale_24bit), (gst_videoscale_16bit),
28221         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28222         (gst_videoscale_scale_plane_slow),
28223         (gst_videoscale_scale_point_sample),
28224         (gst_videoscale_scale_nearest),
28225         (gst_videoscale_scale_nearest_str2),
28226         (gst_videoscale_scale_nearest_str4),
28227         (gst_videoscale_scale_nearest_32bit),
28228         (gst_videoscale_scale_nearest_24bit),
28229         (gst_videoscale_scale_nearest_16bit):
28230         add debugging category and use it properly
28231         fix use of GST_PTR_FORMAT
28232
28233 2004-02-25  Andy Wingo  <wingo@pobox.com>
28234
28235         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28236         push only when channel->buffer is NULL. Prevents segfaults doing
28237         the state change after a nonlocal exit, like a scheme exception.
28238
28239         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28240         Handle the case where the intersected caps is empty.
28241
28242 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28243
28244         * gst/law/mulaw-decode.c: (mulawdec_link):
28245         * gst/law/mulaw.c: (plugin_init):
28246           fix mulawdec so it actually works again
28247
28248 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28249
28250         reviewed by: David Schleef  <ds@schleef.org>
28251
28252         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28253         (gst_gamma_init), (gst_gamma_set_property),
28254         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28255         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28256         for RGB, with separate r g and b correction factors. (#131167)
28257
28258 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28259
28260         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28261           only signal tags for bitrate if they're > 0 (#134894)
28262
28263 2004-02-24  David Schleef  <ds@schleef.org>
28264
28265         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28266         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28267         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28268         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28269         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28270         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28271         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28272         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28273         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28274         category.  Attempt to fix timestamp calculation.
28275
28276 2004-02-24  Johan Dahlin  <johan@gnome.org>
28277
28278         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28279
28280 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28281
28282         * configure.ac:
28283         * gconf/Makefile.am:
28284         * gconf/gstreamer.schemas:
28285         * gst-libs/gst/gconf/Makefile.am:
28286         * gst-libs/gst/gconf/gconf.c:
28287           version gconf schemas and install locations
28288
28289 2004-02-23  Benjamin Otte  <otte@gnome.org>
28290
28291         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28292         (gst_xine_input_subclass_init):
28293           call parent dispose.
28294           change pad template for CD reader correctly
28295         * ext/xine/Makefile.am:
28296         * ext/xine/gstxine.h:
28297         * ext/xine/xine.c: (plugin_init):
28298         * ext/xine/xineaudiosink.c:
28299           wrap audio sinks, too
28300         * gst-libs/gst/resample/private.h:
28301         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28302         (gst_resample_reinit), (gst_resample_scale),
28303         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28304         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28305         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28306         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28307         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28308         * gst-libs/gst/resample/resample.h:
28309         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28310         (gst_audioscale_class_init), (gst_audioscale_link),
28311         (gst_audioscale_get_buffer), (gst_audioscale_init),
28312         (gst_audioscale_chain), (gst_audioscale_set_property),
28313         (gst_audioscale_get_property):
28314         * gst/audioscale/gstaudioscale.h:
28315           s/resample_*/gst_resample_*/i to not clobber namespaces
28316
28317 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28318
28319         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28320         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28321         (gst_riff_create_video_template_caps),
28322         (gst_riff_create_audio_template_caps),
28323         (gst_riff_create_iavs_template_caps):
28324         * gst-libs/gst/riff/riff-media.h:
28325         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28326         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28327         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28328         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28330         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28331         (gst_matroska_demux_plugin_init): First batch implementing audio and
28332         video codec tags in demuxers.
28333
28334 2004-02-22  Benjamin Otte  <otte@gnome.org>
28335
28336         * ext/xine/Makefile.am:
28337         * ext/xine/gstxine.h:
28338         * ext/xine/xine.c: (plugin_init):
28339         * ext/xine/xineinput.c:
28340           add input plugin wrapper. Playback from files, http, mms and cdda
28341           works.
28342         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28343           remove leftover G_GNUC_UNUSED
28344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28345         (gst_asf_demux_identify_guid):
28346           improve debugging output
28347
28348 2004-02-22  Benjamin Otte  <otte@gnome.org>
28349
28350         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28351
28352         * autogen.sh:
28353           replace test -e with test -x for mkinstalldirs to be more portable.
28354           (fixes #134816)
28355
28356 2004-02-22  Benjamin Otte  <otte@gnome.org>
28357
28358         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28359
28360         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28361           set rank to PRIMARY
28362         * gst/volume/gstvolume.c: (plugin_init):
28363           set rank to NONE
28364         fixes #134960
28365
28366 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28367
28368         reviewed by Benjamin Otte  <otte@gnome.org>
28369
28370         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28371           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28372
28373 2004-02-22  Benjamin Otte  <otte@gnome.org>
28374
28375         * configure.ac:
28376           export [_]*{gst,Gst,GST}.* symbols from plugins
28377
28378 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28379
28380         reviewed by: Benjamin Otte  <otte@gnome.org>
28381
28382         * ext/lame/gstlame.c: (add_one_tag):
28383         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28385         (gst_vorbisenc_metadata_set1):
28386         * gst/tags/gstid3tag.c:
28387         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28388           apply fixes from bugs #135042 (lame can't write tags) and #133817
28389           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28390
28391 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28392
28393         * configure.ac: Export only gst_plugin_desc from plugins.
28394          Note that this change only makes any effect with Linux using libtool
28395          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28396          fine. And don't try to have several versions of libtool in different
28397          directories.
28398
28399 2004-02-20  Andy Wingo  <wingo@pobox.com>
28400
28401         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28402         interleave respectively.
28403
28404         * gst/interleave/deinterleave.c: New plugin: deinterleave
28405         (replaces on oneton).
28406         * gst/interleave/interleave.c: New plugin: interleave.
28407         * gst/interleave/plugin.h: Support file.
28408         * gst/interleave/plugin.c: Support file.
28409
28410         * configure.ac: Remove intfloat and oneton, add interleave.
28411
28412         * ext/sndfile/gstsf.c: Handle events better.
28413
28414         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28415         and float2int operation. int2float has scheduling problems as
28416         noted in in2float_chain.
28417
28418 2004-02-20  Benjamin Otte  <otte@gnome.org>
28419
28420         * ext/xine/Makefile.am:
28421         * ext/xine/gstxine.h:
28422         * ext/xine/xine.c:
28423         * ext/xine/xineaudiodec.c:
28424         * ext/xine/xinecaps.c:
28425           add first version of xine plugin wrapper. Currently only wraps the
28426           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28427         * configure.ac:
28428         * ext/Makefile.am:
28429           add xine plugin wrapper, disabled by default. Use --enable-xine to
28430           build. Note that it'll segfault on gst-register if you don't remove
28431           the goom and tvtime post plugins from xine.
28432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28433         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28434           add extradata parsing for QDM2.
28435           change around debugging prints.
28436
28437 2004-02-19  Benjamin Otte  <otte@gnome.org>
28438
28439         * ext/lame/gstlame.c: (gst_lame_chain):
28440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28441           use gst_tag_list_insert when you want to insert tags
28442
28443 2004-02-18  David Schleef  <ds@schleef.org>
28444
28445         * configure.ac:  Move massink to gst-rotten
28446         * ext/Makefile.am:
28447         * ext/mas/Makefile.am:
28448         * ext/mas/massink.c:
28449         * ext/mas/massink.h:
28450
28451 2004-02-18  David Schleef  <ds@schleef.org>
28452
28453         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28454         typefinding, since it seems to be worse than nothing.
28455         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28456         atom to recognize .mp4 and .m4a files as video/quicktime.
28457
28458 2004-02-18  David Schleef  <ds@schleef.org>
28459
28460         * gst/sine/demo-dparams.c: (quit_live),
28461         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28462         Use double dparams, not float.
28463         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28464         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28465         sync'd elements don't really work correctly.
28466         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28467         (volume_update_volume), (volume_get_property):  Change dparam
28468         to double.
28469
28470 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28471
28472         * sys/ximage/ximagesink.c:
28473         (gst_ximagesink_xwindow_update_geometry),
28474         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28475         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28476         (gst_ximagesink_init): Rework the way software video scaling works. So
28477         now we check on each chain call if the video frames are feeling the
28478         window. If not we try to renegotiate caps. On failure we memorize that
28479         and we won't try again for that PLAYING sessions.
28480         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28481         failure.
28482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28483         synchronous flag.
28484
28485 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28486
28487         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28488           break up _link so we can give a better debug message for errors
28489
28490 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28491
28492         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28493           set up debug category
28494
28495 2004-02-18  Julien MOUTTE <julien@moutte.net>
28496
28497         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28498         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28499         the way renegotiation work. The event handling function is not taking
28500         care of external windows and renegotiate method check for pad flags
28501         NEGOTIATING. Should fix : #133209
28502
28503 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28504
28505         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28506         pad is negotiating before trying renegotiation.
28507
28508 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28509
28510         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28511           pass on all possible mime types as typefind hints
28512
28513 2004-02-17  Julien MOUTTE <julien@moutte.net>
28514
28515         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28517         possible SHM leak if we crash. All other apps using XShm are doing
28518         that.
28519
28520 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28521
28522         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28523         (gst_ximagesink_expose): Renegotiate size on expose.
28524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28525         size on expose.
28526
28527 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28528
28529         * testsuite/alsa/sinesrc.c:
28530           cosmetic fix to fix compile issue with gcc 2.95.4
28531
28532 2004-02-16  Julien MOUTTE <julien@moutte.net>
28533
28534         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28535         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28536         failed opening the audio device.
28537         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28538         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28539         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28540         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28541         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28542         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28543         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28544         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28545         Removing some useless g_return_if_fail like wingo suggested.
28546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28547         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28548         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28549         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28550         (gst_xvimagesink_update_colorbalance),
28551         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28552         (gst_xvimagesink_xcontext_clear),
28553         (gst_xvimagesink_get_fourcc_from_caps),
28554         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28555         (gst_xvimagesink_set_xwindow_id),
28556         (gst_xvimagesink_colorbalance_list_channels),
28557         (gst_xvimagesink_colorbalance_set_value),
28558         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28559         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28560
28561 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28562
28563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28564           throw error when not negotiated instead of asserting
28565
28566 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28567
28568         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28569         correct data refcounting.
28570
28571 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28572
28573         * gst/switch/gstswitch.c: (gst_switch_change_state),
28574         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28575         change, mostly the EOS flag.
28576
28577 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28578
28579         * examples/gstplay/player.c: (got_eos), (main): Adding some
28580         output for debugging.
28581         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28582         timeouts if we go to any state different from PLAYING.
28583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28584         more EOS bugs in riff lib.
28585
28586 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28587
28588         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28589         visualization until i find a way to fix switch correctly.
28590         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28591         EOS arrives.
28592         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28593         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28594         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28595         Reworked switch to get a more correct behaviour with events and refing
28596         of data stored in sinkpads.
28597         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28598         we don't pull from a pad in EOS.
28599
28600 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28601
28602         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28603           remove v1 tag even if we can't read it (makes sure we don't detect
28604           it again)
28605
28606 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28607
28608         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28609         (gst_alsa_xrun_recovery):
28610         * ext/alsa/gstalsa.h:
28611           try xrun recovery when wait failed. Make xrun recovery function
28612           return TRUE/FALSE to indicate success. (might fix #134354)
28613
28614 2004-02-13  David Schleef  <ds@schleef.org>
28615
28616         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28617         (dynparm_value_changed), (main): Convert from float to double.
28618         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28619
28620 2004-02-13  David Schleef  <ds@schleef.org>
28621
28622         * gst/silence/gstsilence.c: (gst_silence_class_init),
28623         (gst_silence_set_clock), (gst_silence_get),
28624         (gst_silence_set_property), (gst_silence_get_property):
28625         * gst/silence/gstsilence.h: Add sync property.
28626         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28627         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28628         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28629         * gst/sine/gstsinesrc.h: Add sync property.
28630
28631 2004-02-13  David Schleef  <ds@schleef.org>
28632
28633         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28634         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28635
28636 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28637
28638         * configure.ac:
28639         * ext/Makefile.am:
28640         * gst-libs/ext/Makefile.am:
28641           move ffmpeg plugin to gst-ffmpeg module
28642
28643 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28644
28645         * configure.ac: use GST_ARCH to detect architecture
28646
28647 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28648
28649         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28650
28651 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28652
28653         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28654           classify LADSPA plugins based on number of src/sink pads
28655           (#133663, Stefan Kost)
28656         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28657           fix dparams registration
28658           (#133528, Stefan Kost)
28659         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28660           fix use of isprint and use g_ascii_isprint instead
28661           (#133316, Stefan Kost)
28662
28663 2004-02-11  David Schleef  <ds@schleef.org>
28664
28665         Convert a few inner loops to use liboil.  This is currently
28666         optional, and is only enabled if liboil is present (duh!).
28667         * configure.ac: Check for liboil-0.1
28668         * gst/intfloat/Makefile.am:
28669         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28670         (gst_int2float_chain_gint16):
28671         * gst/videofilter/Makefile.am:
28672         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28673         (tablelookup_u8), (gst_videobalance_planar411):
28674         * gst/videotestsrc/Makefile.am:
28675         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28676         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28677         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28678         (paint_hline_RGB565), (paint_hline_xRGB1555):
28679
28680 2004-02-11  David Schleef  <ds@schleef.org>
28681
28682         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28683         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28684         (gst_colorspace_getcaps), (gst_colorspace_link),
28685         (gst_colorspace_base_init), (gst_colorspace_init),
28686         (gst_colorspace_chain), (gst_colorspace_change_state),
28687         (plugin_init): Merge Ronald's patch (bug #117897) and update
28688         for new caps and negotiation.  Seems to work, although it
28689         shows off bugs in lcs.
28690
28691 2004-02-11  David Schleef  <ds@schleef.org>
28692
28693         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28694         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28695
28696 2004-02-11  David Schleef  <ds@schleef.org>
28697
28698         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28699         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28700         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28701         Add server and port properties
28702
28703 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28704
28705         * m4/a52.m4:
28706         * m4/aalib.m4:
28707         * m4/as-ffmpeg.m4:
28708         * m4/as-liblame.m4:
28709         * m4/as-slurp-ffmpeg.m4:
28710         * m4/check-libheader.m4:
28711         * m4/esd.m4:
28712         * m4/freetype2.m4:
28713         * m4/gconf-2.m4:
28714         * m4/glib.m4:
28715         * m4/gst-alsa.m4:
28716         * m4/gst-artsc.m4:
28717         * m4/gst-ivorbis.m4:
28718         * m4/gst-matroska.m4:
28719         * m4/gst-sdl.m4:
28720         * m4/gst-shout2.m4:
28721         * m4/gst-sid.m4:
28722         * m4/gtk.m4:
28723         * m4/libdv.m4:
28724         * m4/libfame.m4:
28725         * m4/libmikmod.m4:
28726         * m4/ogg.m4:
28727         * m4/vorbis.m4:
28728           fix underquotedness of macros (#133800)
28729         * m4/as-avifile.m4:
28730         * m4/xmms.m4:
28731           removed because no longer used
28732
28733 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28734
28735         * configure.ac:
28736           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28737           by autopoint (fixes #132996)
28738
28739 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28740
28741         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28742         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28743         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28744         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28745           fix memleaks
28746
28747 2004-02-11  David Schleef  <ds@schleef.org>
28748
28749         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28750         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28751         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28752         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28753         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28754         (gst_jpegenc_class_init), (gst_jpegenc_init),
28755         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28756         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28757         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28758         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28759
28760 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28761
28762         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28763         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28764         * ext/mikmod/gstmikmod.h:
28765           fix caps negotiation in mikmod
28766         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28767           output debug information
28768
28769 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28770
28771         * gst-libs/gst/colorbalance/Makefile.am:
28772         * gst-libs/gst/navigation/Makefile.am:
28773         * gst-libs/gst/xoverlay/Makefile.am:
28774           remove unused GST_OPT_CFLAGS from Makefiles
28775           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28776
28777 2004-02-07  David Schleef  <ds@schleef.org>
28778
28779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28780         push events to pads that haven't been created (#133508)
28781
28782 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28783
28784         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28785         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28786         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28787         (gst_dvdec_loop), (gst_dvdec_change_state):
28788         Second attempt at committing a working dvdec element.
28789
28790 2004-02-06  David Schleef  <ds@schleef.org>
28791
28792         Build fixes for OS X: (see #129600)
28793         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28794         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28795         (gst_riff_read_strf_iavs):
28796         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28797         (gst_avi_demux_stream_odml):
28798         * gst/playondemand/Makefile.am:
28799         * gst/rtp/rtp-packet.c:
28800
28801 2004-02-05  David Schleef  <ds@schleef.org>
28802
28803         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28804         last change, because it Just Doesn't Compile.
28805
28806 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28807
28808         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28809           skip undecodable id3v2 tag instead of keeping it
28810
28811 2004-02-05  David Schleef  <ds@schleef.org>
28812
28813         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28814         Unref leaked buffer.  (Noticed by Ronald)
28815
28816 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28817
28818         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28819         Sync requires with other checks.  >= vs =.
28820
28821 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28822
28823         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28824         (gst_dvdec_video_link), (gst_dvdec_loop):
28825         * ext/dv/gstdvdec.h:
28826           rework the caps negotiation so that dvdec works again instead
28827           of just segfaulting.
28828
28829 === release 0.7.4 ===
28830
28831 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28832
28833         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28834         * configure.ac: changed for release
28835
28836 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28837
28838         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28839         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28840         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28841         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28842           reworked patch by David Lehn to fix libdir and includedir for
28843           uninstalled libraries
28844           removed play and gconf from gstreamer-libs since they have their
28845           own pkgconfig files
28846
28847 2004-02-04  David Schleef  <ds@schleef.org>
28848
28849         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28850         memleak.
28851
28852 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28853
28854         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28855           use correct GST_TAG_ENCODER tag
28856
28857 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28858
28859         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28860           be sure to stop the clock when going to paused
28861         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28862           reset number of transmitted when going to ready.
28863         fixes #132935
28864
28865 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28866
28867         reviewed by Benjamin Otte
28868
28869         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28870           extract track count (fixes #133410)
28871
28872 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28873
28874         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28875           that should be !=, not == (fixes #132519)
28876
28877 2004-02-04  David Schleef  <ds@schleef.org>
28878
28879         Make sure set_explicit_caps() is called before adding pad.
28880         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28881         * gst/id3/gstid3types.c: (gst_id3types_loop):
28882         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28883         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28884
28885 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28886
28887         * configure.ac:
28888           bump nano to 2, first prerelease
28889           put back AM_PROG_LIBTOOL
28890
28891 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28892
28893         * testsuite/alsa/Makefile.am:
28894           these are user test apps, not automatic testsuite tests
28895
28896 2004-02-04  David Schleef  <ds@schleef.org>
28897
28898         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28899         * gst/mpeg1videoparse/gstmp1videoparse.c:
28900         (mp1videoparse_parse_seq):
28901         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28902         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28903         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28904         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28905         (gst_xvideosink_getcaps):
28906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28907         * testsuite/gst-lint: more tests
28908
28909 2004-02-04  David Schleef  <ds@schleef.org>
28910
28911         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28912         with the code that they would expand to.
28913         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28914         (gst_flacdec_get_src_query_types),
28915         (gst_flacdec_get_src_event_masks):
28916         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28917         (gst_gnomevfssrc_get_query_types),
28918         (gst_gnomevfssrc_get_event_mask):
28919
28920 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28921
28922         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28923         (gst_sinesrc_dispose):
28924           fix memleak by properly disposing sinesrc
28925
28926 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28927
28928         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28929         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28930         an overlay to redraw the image because it has been exposed.
28931         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28932         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28933         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28934         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28935         interface
28936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28937         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28938         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28939         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28940         interface
28941
28942 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28943
28944         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28945           more memleak fixage
28946
28947 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28948
28949         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28950         * gst/typefind/gsttypefindfunctions.c:
28951           fix memleaks shown by gst-typefind
28952
28953 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28954
28955         * common/glib-gen.mak:
28956           add hack rule to touch .Plo files
28957         * gst-libs/gst/colorbalance/Makefile.am:
28958         * gst-libs/gst/mixer/Makefile.am:
28959         * gst-libs/gst/play/Makefile.am:
28960         * gst-libs/gst/tuner/Makefile.am:
28961           remove glib_root variable
28962
28963 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28964
28965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28966           set explicit caps before adding the element, so the autopluggers can
28967           plug correctly.
28968         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28969         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28970         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28971         (dv_type_find):
28972           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28973           argument.
28974
28975 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         * gst-libs/gst/colorbalance/Makefile.am:
28978         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28979         * gst-libs/gst/colorbalance/colorbalance.c:
28980         * gst-libs/gst/colorbalance/colorbalance.h:
28981         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28982         * gst-libs/gst/mixer/Makefile.am:
28983         * gst-libs/gst/mixer/mixer-marshal.list:
28984         * gst-libs/gst/mixer/mixer.c:
28985         * gst-libs/gst/mixer/mixer.h:
28986         * gst-libs/gst/mixer/mixermarshal.list:
28987         * gst-libs/gst/play/Makefile.am:
28988         * gst-libs/gst/play/play.h:
28989         * gst-libs/gst/tuner/Makefile.am:
28990         * gst-libs/gst/tuner/tuner-marshal.list:
28991         * gst-libs/gst/tuner/tuner.c:
28992         * gst-libs/gst/tuner/tuner.h:
28993         * gst-libs/gst/tuner/tunermarshal.list:
28994           use new glib-gen.mak snippet to clean up Makefile.am
28995           fix various bugs in Makefile.am's
28996
28997 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28998
28999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29000           handle chain parsing correctly in the multichain case
29001         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29002         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29003         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29004         (theora_dec_chain):
29005           handle events and queries correctly
29006
29007 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29008
29009         * .cvsignore:
29010         Ignore generated file _stdint.h.
29011
29012 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29013
29014         * gst-libs/gst/colorbalance/Makefile.am:
29015         * gst-libs/gst/colorbalance/colorbalance.h:
29016         * gst-libs/gst/mixer/Makefile.am:
29017         * gst-libs/gst/mixer/mixer.h:
29018         * gst-libs/gst/play/Makefile.am:
29019         * gst-libs/gst/play/play.h:
29020         * gst-libs/gst/tuner/Makefile.am:
29021         * gst-libs/gst/tuner/tuner.h:
29022         Generate enum type code with glib-mkenums.
29023         * gst-libs/gst/colorbalance/.cvsignore:
29024         * gst-libs/gst/mixer/.cvsignore:
29025         * gst-libs/gst/play/.cvsignore:
29026         * gst-libs/gst/tuner/.cvsignore:
29027         Ignore generated files.
29028
29029 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29030
29031         * gst-libs/gst/audio/.cvsignore:
29032         Ignore generated file.
29033         * gst-libs/gst/audio/Makefile.am:
29034         Do not install example filter.
29035
29036 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29037
29038         * examples/switch/.cvsignore:
29039         Ignore generated file.
29040
29041 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29042
29043         * common/m4/ax_create_stdint_h.m4:
29044         * configure.ac:
29045           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29046           _stdint.h.
29047         * Makefile.am:
29048           remove generated _stdint.h in DISTCLEANFILES
29049         * ext/a52dec/gsta52dec.c:
29050           include _stdint.h for a52dec. (should fix #133064)
29051
29052 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29053
29054         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29055         (gst_tag_to_vorbis_comments):
29056         Add replaygain support to vorbistag
29057
29058 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29059         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29060         (gst_ffmpeg_caps_to_extradata):
29061           Fix SVQ3 caps flag properties
29062           Use glib macro for bytes swap
29063
29064 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29065
29066         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29067         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29068         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29069         * ext/sndfile/gstsf.c: (plugin_init):
29070         * gst/avi/gstavi.c: (plugin_init):
29071         * sys/dxr3/dxr3init.c: (plugin_init):
29072         * sys/oss/gstossaudio.c: (plugin_init):
29073         * sys/v4l/gstv4l.c: (plugin_init):
29074         * sys/v4l2/gstv4l2.c: (plugin_init):
29075           remove textdomain calls
29076         * po/nl.po:
29077           update Dutch translation
29078
29079 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29080
29081         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29082         (gst_play_set_audio_sink): Moving volume in the audio thread for
29083         instantaneous volume change. Maybe i will add another volume in front
29084         of visualization later, not sure yet though.
29085
29086 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29087
29088         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29089         (gst_ximagesink_handle_xevents): Better X events handling, only take
29090         the latest events for configure and motion.
29091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29092
29093 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29094
29095         reviewed by: David Schleef  <ds@schleef.org>
29096
29097         Fix memory leaks:
29098         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29099         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29100
29101 2004-02-02  David Schleef  <ds@schleef.org>
29102
29103         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29104         of lines.
29105         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29106         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29107         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29108         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29109         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29110         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29111         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29112         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29113         (gst_float2_2_int_link):
29114         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29115         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29116         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29117         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29118         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29119         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29120         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29121         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29122         * testsuite/gst-lint: Add tests for bzero and ;;
29123
29124 2004-02-02  David Schleef  <ds@schleef.org>
29125
29126         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29127
29128 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29129
29130         * ext/aalib/gstaasink.c: (gst_aasink_open):
29131         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29133         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29134         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29135         (gst_afsink_close_file):
29136         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29137         (gst_afsrc_close_file):
29138         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29139         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29140         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29141         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29142         * ext/esd/esdmon.c: (gst_esdmon_get):
29143         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29144         * ext/faac/gstfaac.c: (gst_faac_chain):
29145         * ext/faad/gstfaad.c: (gst_faad_chain):
29146         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29147         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29148         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29149         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29150         (gst_flacdec_loop):
29151         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29152         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29153         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29154         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29155         (gst_gnomevfssink_close_file):
29156         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29157         (gst_gnomevfssrc_open_file):
29158         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29159         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29160         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29161         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29162         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29163         * ext/mad/gstmad.c: (gst_mad_chain):
29164         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29165         * ext/mpeg2dec/gstmpeg2dec.c:
29166         * ext/mpeg2enc/gstmpeg2enc.cc:
29167         * ext/mplex/gstmplex.cc:
29168         * ext/mplex/gstmplexibitstream.cc:
29169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29170         (gst_ogg_demux_push):
29171         * ext/raw1394/gstdv1394src.c:
29172         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29173         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29174         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29175         (gst_sf_loop):
29176         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29177         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29178         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29179         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29180         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29181         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29182         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29183         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29184         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29185         (gst_riff_read_element_data), (gst_riff_read_seek),
29186         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29187         * gst/adder/gstadder.c: (gst_adder_loop):
29188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29189         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29191         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29192         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29193         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29194         * gst/goom/gstgoom.c: (gst_goom_chain):
29195         * gst/id3/gstid3types.c: (gst_id3types_loop):
29196         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29197         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29198         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29199         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29200         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29201         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29202         (gst_ebml_read_float), (gst_ebml_read_header):
29203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29204         (gst_matroska_demux_parse_blockgroup):
29205         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29206         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29207         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29208         * gst/silence/gstsilence.c: (gst_silence_get):
29209         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29210         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29211         * gst/speed/gstspeed.c: (speed_loop):
29212         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29213         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29214         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29215         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29216         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29217         (gst_wavparse_loop):
29218         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29219         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29220         (dxr3audiosink_close):
29221         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29222         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29223         (dxr3videosink_close), (dxr3videosink_write_data):
29224         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29225         * sys/oss/gstosssink.c: (gst_osssink_chain):
29226         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29227         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29228         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29230         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29231         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29232         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29233         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29234         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29235         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29236         (gst_v4l_set_audio):
29237         * sys/v4l/v4l_calls.h:
29238         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29239         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29240         (gst_v4lmjpegsink_playback_init),
29241         (gst_v4lmjpegsink_playback_start):
29242         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29243         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29244         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29245         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29246         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29247         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29248         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29249         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29250         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29251         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29252         (gst_v4l2_get_output), (gst_v4l2_set_output),
29253         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29254         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29255         (gst_v4l2_set_attribute):
29256         * sys/v4l2/v4l2_calls.h:
29257         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29258         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29259         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29260         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29261         (gst_v4l2src_capture_stop):
29262         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29264         (gst_ximagesink_chain):
29265         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29266         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29267         (gst_xvideosink_xwindow_new):
29268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29269         (gst_xvimagesink_chain):
29270
29271 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29272
29273         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29274         (gst_volume_get_volume), (volume_class_init), (volume_init),
29275         (volume_chain_int16), (volume_update_volume):
29276         * gst/volume/gstvolume.h:
29277           make code more readable by removing magic numbers
29278           make mixer interface export 0-100 range
29279           make it internally map to 0.0-1.0 range so users don't distort
29280           output by putting the sliders at full volume
29281
29282 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29283
29284         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29285         (gst_play_state_change), (gst_play_seek_to_time):
29286         block the tick callback for 0.5 secs after doing a seek
29287
29288 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29289
29290         * gst-libs/gst/play/play.c: (gst_play_new):
29291           check for GError
29292
29293 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29294
29295         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29296         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29297         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29298         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29300         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29301
29302 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29303
29304         * configure.ac:
29305         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29306           check for a function added in vorbis 1.1
29307
29308 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29309
29310         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29311         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29312           really start/stop clock only on PLAYING <=> PAUSED
29313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29314           remove \n from debugging lines
29315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29316           make it work when seeking does not
29317         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29318           reset on DISCONT
29319
29320 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29321
29322         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29323           start clock on PAUSED=>PLAYING, not later
29324         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29325           extract correct time for different discont formats
29326         (gst_alsa_sink_get_time):
29327           don't segfault when no format is negotiated yet, just return 0
29328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29329         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29330         (gst_ogg_pad_push):
29331           handle flush and discont events correctly
29332         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29333           handle discont events correctly
29334
29335 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29336
29337         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29338         (gst_play_error_create), (gst_play_error_plugin),
29339         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29340         * gst-libs/gst/play/play.h:
29341           add error handling during creation
29342         * examples/gstplay/player.c: (main):
29343           use new gst_play_new
29344
29345
29346 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29347
29348         * ext/theora/theoradec.c: (theora_dec_chain):
29349           make comments work
29350         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29351         (vorbis_dec_src_event), (vorbis_dec_chain):
29352           add encoder tag, fix tag reading to be more error tolerant, change
29353           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29354           gst_pad_event_default.
29355         * gst/tags/gstvorbistag.c:
29356         (gst_tag_list_from_vorbiscomment_buffer):
29357           undefine function specific define at end of function
29358
29359 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29360
29361         * ext/flac/gstflac.c: (plugin_init):
29362         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29363         * ext/flac/gstflacdec.h:
29364         * ext/flac/gstflacenc.h:
29365           Fix typos
29366
29367 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29368
29369         * examples/gstplay/player.c: s/gstplay.h/play.h/
29370
29371 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29372
29373         * gst-libs/gst/play/Makefile.am:
29374         * gst-libs/gst/play/gstplay.c:
29375         * gst-libs/gst/play/gstplay.h:
29376         * gst-libs/gst/play/play.c:
29377           more surgery, operation complete
29378
29379 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29380
29381         * gst-libs/gst/play/play.old.c:
29382         * gst-libs/gst/play/play.old.h:
29383           after CVS surgery by moving, remove
29384         * gst-libs/gst/play/playpipelines.c:
29385           remove
29386
29387         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29388           add negotiation error
29389
29390 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29391
29392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29393         (gst_ogg_demux_push):
29394           add some seeking debug info
29395           send a flush when seeking
29396
29397 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29398
29399         * configure.ac:
29400           use AC_C_INLINE
29401         * configure.ac:
29402         * ext/Makefile.am:
29403         * ext/theora/Makefile.am:
29404         * ext/theora/theoradec.c:
29405           add theora video decoder. Does just do simple decoding for now and
29406           has been tested against Theora cvs only. It only works when theora
29407           is compiled with --enable-static.
29408         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29409           always reset packetno on DISCONT
29410
29411 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29412
29413         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29414           Fix audio.
29415
29416 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * gst/mpegaudioparse/gstmpegaudioparse.c:
29419         (mp3_type_frame_length_from_header):
29420           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29421
29422 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * ext/esd/esdsink.c: (gst_esdsink_init):
29425           Since we have static pad template caps, we don't need to negotiate;
29426           either the core errors out or we know the format.
29427
29428 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29429
29430         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29431         (gst_riff_read_seek):
29432         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29433         (gst_ebml_read_seek):
29434           Fix event handling.
29435
29436 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29437
29438         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29439           removee video/x-theora from vp3 decoder, it doesn't handle raw
29440           theora streams
29441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29442           fix bug with finalizing element that never went to PAUSED
29443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29444           length and position queries were swapped
29445         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29446         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29447         (vorbis_dec_src_event):
29448           implement querying time and bytes
29449
29450 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29451
29452         * just about every source file:
29453           gst_element_error -> GST_ELEMENT_ERROR
29454
29455 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29456
29457         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29458         emiting FLUSH and even before DISCONT.
29459         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29460         get the best instant seeking as possible yay!
29461
29462 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29463
29464         * gst/mpeg1videoparse/gstmp1videoparse.c:
29465         (gst_mp1videoparse_real_chain):
29466           Committed wrong version last week... Grr... Didn't notice until now.
29467
29468 2004-01-29  Julien MOUTTE <julien@moutte.net>
29469
29470         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29472         have_xwindow_id signal in xwindow_create.
29473
29474 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29475
29476         * ext/ogg/gstoggdemux.c:
29477           lots of changes - mainly support for chained bitstreams, seeking,
29478           querying and bugfixes of course
29479         * ext/vorbis/Makefile.am:
29480         * ext/vorbis/vorbisdec.c:
29481         * ext/vorbis/vorbisdec.h:
29482           add vorbisdec raw vorbis decoder
29483         * ext/vorbis/vorbis.c: (plugin_init):
29484           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29485         * gst/intfloat/Makefile.am:
29486         * gst/intfloat/float22int.c:
29487         * gst/intfloat/float22int.h:
29488         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29489           add float2intnew plugin. It converts multichannel interleaved float to
29490           multichannel interleaved int. The name should probably be changed.
29491         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29492         (plugin_init):
29493           add typefinding for raw theora video so oggdemux can detect it.
29494
29495 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29496
29497         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29498         sink element first.
29499         * gst/videoscale/gstvideoscale.c:
29500         (gst_videoscale_handle_src_event): Fixing src event handler.
29501
29502 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29503
29504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29505         (gst_v4lsrc_open), (gst_v4lsrc_close),
29506         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29507         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29508         * sys/v4l/gstv4lsrc.h:
29509         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29510         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29511           Implement resizing... Hack. But that's why v4l is b0rked...
29512
29513 2004-01-28  Julien MOUTTE <julien@moutte.net>
29514
29515         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29516         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29517         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29518         (gst_ximagesink_xwindow_destroy):
29519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29520         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29521         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29522         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29523         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29524         correctly cleaning the image created to check xshm calls on succes,
29525         added a lot of XSync calls in X11 functions, and fixed a segfault when
29526         no image format was defined before negotiation happened.
29527
29528 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29529
29530         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29531           use gst_element_get_time to get correct time
29532
29533 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29534
29535         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29536         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29537         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29539         (gst_xvimagesink_check_xshm_calls),
29540         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29541         X plugins are now able to detect that XShm calls will fail even if the
29542         server claims that it has XShm support (remote displays most of the
29543         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29544         so that we use non XShm functions. This feature is almost useless for
29545         xvimagesink as Xv is not supported on remote displays anyway, but
29546         it might happen than even on the local display XShm calls fail.
29547
29548 2004-01-27  David Schleef  <ds@schleef.org>
29549
29550         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29551         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29552         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29553         changed esdsink to only use 44100,16,2, since esd sucks at rate
29554         conversion and esdsink has had difficulty negotiating.
29555
29556 2004-01-27  Julien MOUTTE <julien@moutte.net>
29557
29558         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29559         (gst_play_seek_to_time): Fixing the way to get current position.
29560
29561 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29562
29563         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29564           use gst_element_get_time to get correct time
29565
29566 2004-01-27  Julien MOUTTE <julien@moutte.net>
29567
29568         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29569         fix ever... Inverting 2 lines of code make spider autoplug correctly
29570         tagged mp3 !
29571
29572 2004-01-27  David Schleef  <ds@schleef.org>
29573
29574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29575         Use gst_pad_try_set_caps_nonfixed().
29576
29577 2004-01-27  David Schleef  <ds@schleef.org>
29578
29579         * gst/ac3parse/gstac3parse.c: update to checklist 5
29580         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29581         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29582         * gst/audioscale/gstaudioscale.c: same
29583         * gst/auparse/gstauparse.c: same
29584         * gst/avi/gstavidemux.c: same
29585
29586 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29587
29588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29589           stop processing after EOS
29590
29591 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29592
29593         * gst/asfdemux/asfheaders.h:
29594         * gst/asfdemux/gstasfdemux.c:
29595         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29596         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29597         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29598           lot's of fixes to make data extraction simpler and get the code
29599           architecture and compiler independant. Add debugging category
29600         * gst/goom/gstgoom.c: (gst_goom_change_state):
29601           reset channel count on PAUSED=>READY, not READY=>PAUSED
29602
29603 2004-01-26  Colin Walters  <walters@verbum.org>
29604
29605         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29606         code to pull a bigger buffer in iradio mode.  This as a side effect
29607         makes typefinding work.
29608
29609 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29610
29611         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29612         Fix SVQ3 decoding on PPC
29613
29614 2004-01-26  Julien MOUTTE <julien@moutte.net>
29615
29616         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29617         that one managed to stay there... Fixed.
29618
29619 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29620
29621         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29622         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29623         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29624         (qtdemux_video_caps):
29625         * gst/qtdemux/qtdemux.h:
29626         Add SVQ3 specific flags to qtdemux and ffmpeg
29627
29628 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29629
29630         * gst-libs/gst/audio/audio.h:
29631           remove buffer-frames from audio caps
29632         * gst/audioconvert/gstaudioconvert.c:
29633           fix plugin to really work.
29634
29635 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29636
29637         * gst-libs/gst/mixer/mixer.c:
29638         * gst-libs/gst/propertyprobe/propertyprobe.c:
29639         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29640         (gst_tuner_find_channel_by_name):
29641         * gst-libs/gst/tuner/tuner.h:
29642           Add gtk-doc style comments. Also fix a function name.
29643
29644 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29647         (gst_divxdec_negotiate):
29648           Fix for new capsnego - also fixes gst-player with divxdec.
29649
29650 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29651
29652         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29653         (gst_play_identity_handoff), (gst_play_set_location),
29654         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29655         try in visualization implementation. Still have an issue with switch
29656         blocking when pulling from video_queue and only audio comes out of
29657         spider.
29658         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29659         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29660         release method. And check if the pad is usable before pulling.
29661
29662 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29663
29664         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29665         (gst_videobalance_init),
29666         (gst_videobalance_colorbalance_list_channels),
29667         (gst_videobalance_colorbalance_set_value),
29668         (gst_videobalance_colorbalance_get_value),
29669         (gst_videobalance_update_properties),
29670         (gst_videobalance_update_tables_planar411),
29671         (gst_videobalance_planar411):
29672         * gst/videofilter/gstvideobalance.h:
29673           Implement lookup-tables. +/- 10x faster.
29674
29675 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29676
29677         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29678         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29679           The index reading was broken. The rest worked fine, but the whole
29680           goal of my rewrite was to make avidemux readable, and this was
29681           not at all readable. Please use typed variables.
29682
29683 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29684
29685         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29686           Additional pad usability check.
29687         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29688         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29689         (gst_mp1videoparse_real_chain):
29690           Fix MPEG video stream parsing. The original plugin had several
29691           issues, including not timestamping streams where the source was
29692           not timestamped (this happens with PTS values in mpeg system
29693           streams, but MPEG video is also a valid stream on its own so
29694           that needs timestamps too). We use the display time code for that
29695           for now. Also, if one incoming buffer contains multiple valid
29696           frames, we push them all on correctly now, including proper EOS
29697           handling. Lastly, several potential segfaults were fixed, and we
29698           properly sync on new sequence/gop headers to include them in next,
29699           not previous frames (since they're header for the next frame, not
29700           the previous). Also see #119206.
29701         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29702         (bpf_from_header):
29703           Move caps setting so we only do it after finding several valid
29704           MPEG-1 fraes sequentially, not right after the first one (which
29705           might be coincidental).
29706         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29707         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29708         (plugin_init):
29709           Add unsynced MPEG video stream typefinding, and change some
29710           probability values so we detect streams rightly. The idea is as
29711           follows: I can have an unsynced system stream which contains
29712           video. In the current code, I would randomly get a type for either
29713           system or video stream type found, because the probabilities are
29714           being calculated rather randomly. I now use fixed values, so we
29715           always prefer system stream if that was found (and that is how it
29716           should be). If no system stream was found, we can still identity                the stream as video-only.
29717
29718 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29719
29720         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29721         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29722           don't write to buffer. Extract data without the need of
29723           __attribute__ ((packed))
29724
29725 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29728         (mpeg1_sys_type_find):
29729           Fix MPEG-1 stream typefinding.
29730
29731 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29734           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29735
29736 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29737
29738         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29739         * ext/esd/gstesd.c: (plugin_init):
29740           private debugging, better error reporting
29741
29742 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29743
29744         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29745         (gst_riff_read_init), (gst_riff_read_change_state):
29746         * gst-libs/gst/riff/riff-read.h:
29747           Remove stuff fromold metadata system.
29748
29749 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * ext/ogg/gstoggdemux.c:
29752           Fix wrong file comment.
29753         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29754         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29755           Add metadata reading properly.
29756
29757 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29758
29759         * ext/Makefile.am:
29760           Fix nas DIST_SUBDIRS
29761           Uraeus:
29762           Fix bug where make distcheck doesn't get run on adding stuff to
29763           the build.
29764
29765 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29766
29767         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29768         * ext/divx/gstdivxdec.h:
29769           Fix divx3 ("msmpeg4") playback using divxdec.
29770
29771 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29772
29773         * gst/typefind/gsttypefindfunctions.c:
29774         (mp3_type_frame_length_from_header): fix bug in length computation
29775         (mp3_type_find): improve debugging output
29776
29777 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29778
29779         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29780         (gst_play_set_location), (gst_play_seek_to_time),
29781         (gst_play_set_audio_sink), (gst_play_set_visualization),
29782         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29783         the pipeline from scratch. Visualization is back and switch went out as
29784         i realized it was not possible to use the way i wanted.
29785         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29786         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29787         clearing in state change from READY to NULL. So that one can clean the
29788         X ressources keeping the element.
29789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29790         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29791         (gst_xvimagesink_colorbalance_set_value),
29792         (gst_xvimagesink_colorbalance_get_value),
29793         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29794         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29795         change from READY to NULL and fixed some stupid bugs in colorbalance
29796         get/set values. Also added the following feature : when nobody tries to
29797         set some values to the colorbalance levels before the xcontext is
29798         grabbed, then when creating channels list from Xv attributes we set the
29799         internal values to the Xv defaults. This way we handle buggy Xv drivers
29800         that set default hue values far from the middle of the range (Thanks
29801         to Jon Trowbridge for pointing that issue).
29802         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29803         colorbalance levels have been set before xcontext is grabbed.
29804
29805 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29806
29807         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29808           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29809           it might block operations (which is bad for a mixer).
29810
29811 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29812
29813         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29814         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29815         (gmip_find_type_pre):
29816         * gst-libs/gst/media-info/media-info-priv.h:
29817         * gst-libs/gst/media-info/media-info.c:
29818         (gst_media_info_instance_init), (gst_media_info_read_idler):
29819         add fakesink to get caps on decoder src pad again
29820         fix callback prototype to match new have_type signal signature
29821
29822 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29823
29824         * gst/adder/gstadder.c: (gst_adder_link):
29825           fix non-compile and cut-n-paste code
29826
29827 2004-01-21  David Schleef  <ds@schleef.org>
29828
29829         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29830         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29831         (gst_swfdec_init), (gst_swfdec_change_state):
29832         * ext/swfdec/gstswfdec.h:
29833         Fix negotiation.
29834         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29835         (gst_adder_request_new_pad): Fix negotiation.
29836         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29837         Add a fixate function.
29838         * gst/intfloat/gstfloat2int.c:
29839         * gst/intfloat/gstfloat2int.h:
29840         * gst/intfloat/gstint2float.c:
29841         * gst/intfloat/gstint2float.h:
29842         Completely rewrite the negotiation.  Doesn't quite work yet,
29843         due to some buffer-frames problem.
29844
29845 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29846
29847         * ext/gnomevfs/gstgnomevfssrc.c:
29848         * sys/v4l2/v4l2_calls.h:
29849           fix includes for distcheck
29850
29851 2004-01-21  Christian Schaller <uraeus@gnome.org>
29852
29853         * ext/nas/
29854         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29855         based on earlier patch from Laurent Vivier
29856
29857 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29858
29859         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29860         Fix wma caps property
29861         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29862         Fix typo (flags1 and flags2)
29863
29864 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29865
29866         * gst-libs/gst/media-info/media-info-priv.c:
29867         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29868         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29869         (gmip_find_stream), (gmip_find_track_metadata),
29870         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29871         (gmip_find_track_format):
29872         * gst-libs/gst/media-info/media-info-priv.h:
29873         * gst-libs/gst/media-info/media-info-test.c: (main):
29874         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29875         (gst_media_info_read_idler), (gst_media_info_read):
29876         * gst-libs/gst/media-info/media-info.h:
29877           register debugging category and use it for debugging
29878
29879 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29880
29881         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29882         (gst_vorbisfile_new_link):
29883           signal streaminfo through tags
29884
29885 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29886
29887         * ext/mplex/gstmplex.cc:
29888         * ext/mplex/gstmplexibitstream.cc:
29889           g++ doesn't like NULL in our i18n/error macros, should be
29890           either (NULL) or ("").
29891
29892 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29893
29894         * sys/dxr3/dxr3audiosink.c:
29895         * sys/dxr3/dxr3init.c:
29896         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29897         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29898           Fix more error error error errors (missing includes here).
29899
29900 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29901
29902         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29903           fix thomas' error errors.
29904
29905 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29906
29907         * ext/mpeg2enc/gstmpeg2enc.cc:
29908           fix error errors.
29909
29910 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29911
29912         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29913         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29914           Fix for new error system.
29915
29916 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29917
29918         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29919           fix for new error reporting
29920
29921 2004-01-20  David Schleef  <ds@schleef.org>
29922
29923         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29924         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29925         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29926         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29927         and neither is 100+, most likely.
29928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29929         (gst_xvimagesink_getcaps): same
29930
29931 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29932
29933         * configure.ac:
29934           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29935           clashes with ffmpeg.
29936
29937 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29938
29939         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29940         (gst_switch_init): Fixed switch element : proxying link and setting
29941         caps from src to sink on request.
29942
29943 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29944
29945         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29946         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29947         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29948         fix element_error
29949
29950 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29951
29952         * sys/v4l/v4l_calls.h:
29953         * sys/v4l2/v4l2_calls.h:
29954           element_error fixes
29955
29956 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29957
29958         * gst-libs/gst/gst-i18n-plugin.h:
29959           add locale.h
29960           remove config.h inclusion
29961
29962 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29963
29964         * autogen.sh:
29965           adding autopoint invocation
29966         * Makefile.am:
29967         * configure.ac:
29968         * gst-libs/gst/gettext.h:
29969           adding gettext bits
29970         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29971         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29972         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29973         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29974         (gst_gnomevfssink_close_file):
29975         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29976         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29977         * gst-libs/gst/gst-i18n-plugin.h:
29978         * gst/avi/gstavi.c: (plugin_init):
29979         * sys/dxr3/dxr3init.c: (plugin_init):
29980         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29981         * sys/oss/gstossaudio.c: (plugin_init):
29982         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29983         * sys/v4l/gstv4l.c: (plugin_init):
29984         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29985         * sys/v4l2/gstv4l2.c: (plugin_init):
29986         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29987         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29988         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29989         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29990         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29991         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29992           make sure locale and translation domain are set
29993           fix translated strings
29994         * po/.cvsignore:
29995         * po/LINGUAS:
29996         * po/Makevars:
29997         * po/POTFILES.in:
29998         * po/nl.po:
29999           put translation files into place
30000         * sys/xvideo/imagetest.c: (main):
30001         * ext/dv/demo-play.c: (main):
30002           fix unnecessary translations
30003
30004 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30005
30006         * ext/sndfile/gstsf.c:
30007         * gst/avi/gstavimux.c:
30008         * ext/audiofile/gstafsink.c:
30009         * ext/audiofile/gstafsrc.c:
30010         * ext/gnomevfs/gstgnomevfssink.c:
30011         * ext/gnomevfs/gstgnomevfssrc.c:
30012         * sys/oss/gstosselement.c:
30013         * sys/v4l/v4l_calls.h:
30014           fix i18n include
30015
30016 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30017
30018         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30019         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30020         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30021         (gst_v4l2_get_output), (gst_v4l2_set_output),
30022         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30023         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30024         (gst_v4l2_set_attribute):
30025         update to new error handling
30026
30027 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30028
30029         * ext/sidplay/gstsiddec.cc:
30030         * gst/modplug/gstmodplug.cc:
30031           parenthese NULL because C++ seems angry about it
30032
30033 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30034
30035         * gst-libs/gst/gst-i18n-plugin.h:
30036           add skeleton i18n stuff, but needs to be further implemented
30037
30038 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30039
30040         * examples/gstplay/player.c: (main):
30041         * ext/aalib/gstaasink.c: (gst_aasink_open):
30042         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30043         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30044         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30045         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30046         (gst_afsink_close_file):
30047         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30048         (gst_afsrc_close_file):
30049         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30050         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30051         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30052         * ext/esd/esdmon.c: (gst_esdmon_get):
30053         * ext/esd/esdsink.c: (gst_esdsink_chain):
30054         * ext/faac/gstfaac.c: (gst_faac_chain):
30055         * ext/faad/gstfaad.c: (gst_faad_chain):
30056         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30057         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30058         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30059         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30060         (gst_flacdec_loop):
30061         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30062         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30063         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30064         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30065         (gst_gnomevfssink_close_file):
30066         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30067         (gst_gnomevfssrc_open_file):
30068         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30069         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30070         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30071         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30072         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30073         * ext/mad/gstmad.c: (gst_mad_chain):
30074         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30075         * ext/mpeg2dec/gstmpeg2dec.c:
30076         * ext/mpeg2enc/gstmpeg2enc.cc:
30077         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30078         * ext/mplex/gstmplex.cc:
30079         * ext/mplex/gstmplexibitstream.cc:
30080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30081         (gst_ogg_demux_push), (gst_ogg_pad_push):
30082         * ext/raw1394/gstdv1394src.c:
30083         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30084         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30085         * ext/sidplay/gstsiddec.cc:
30086         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30087         (gst_sf_loop):
30088         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30089         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30090         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30092         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30093         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30094         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30095         * gst-libs/gst/Makefile.am:
30096         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30097         (gst_riff_read_element_data), (gst_riff_read_seek),
30098         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30099         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30100         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30101         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30102         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30103         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30104         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30105         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30106         * gst/goom/gstgoom.c: (gst_goom_chain):
30107         * gst/id3/gstid3types.c: (gst_id3types_loop):
30108         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30109         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30110         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30111         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30112         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30113         (gst_ebml_read_float), (gst_ebml_read_header):
30114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30115         (gst_matroska_demux_parse_blockgroup):
30116         * gst/modplug/gstmodplug.cc:
30117         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30118         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30119         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30120         * gst/silence/gstsilence.c: (gst_silence_get):
30121         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30122         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30123         * gst/speed/gstspeed.c: (speed_loop):
30124         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30125         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30126         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30127         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30128         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30129         (gst_wavparse_loop):
30130         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30131         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30132         (dxr3audiosink_close):
30133         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30134         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30135         (dxr3videosink_close), (dxr3videosink_write_data):
30136         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30137         * sys/oss/gstosselement.h:
30138         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30139         (gst_osssink_chain):
30140         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30141         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30142         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30144         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30145         (gst_v4l_enable_overlay):
30146         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30147         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30148         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30149         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30150         (gst_v4l_set_audio):
30151         * sys/v4l/v4l_calls.h:
30152         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30153         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30154         (gst_v4lmjpegsink_playback_init),
30155         (gst_v4lmjpegsink_playback_start):
30156         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30157         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30158         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30159         (gst_v4lmjpegsrc_requeue_frame):
30160         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30161         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30162         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30163         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30164         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30165         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30166         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30167         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30168         (gst_v4l2src_capture_stop):
30169         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30170         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30171         (gst_ximagesink_chain):
30172         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30173         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30174         (gst_xvideosink_xwindow_new):
30175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30176         (gst_xvimagesink_chain):
30177         use new error signal, function and categories
30178
30179 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30180
30181         * configure.ac:
30182         * ext/Makefile.am:
30183         * ext/musicbrainz/gsttrm.c:
30184         * ext/musicbrainz/gsttrm.h:
30185         * ext/musicbrainz/Makefile.am:
30186         Add a trm plugin
30187
30188 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30189
30190         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30191         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30192         synchronous property for debugging.
30193         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30195         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30196         smaller block, fixing indent.
30197
30198 2004-01-16  David Schleef  <ds@schleef.org>
30199
30200         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30201         property affects the video stream.
30202         * sys/xvimage/xvimagesink.c:
30203         * sys/xvimage/xvimagesink.h:
30204         Add synchronous property for debugging.  Should probably be
30205         disabled in non-CVS builds.  Make sure that the Xv attribute
30206         exists before we set it (crash!).  Fix a silly float bug that
30207         caused colorbalance to just not work.
30208
30209 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30210
30211         * tools/gst-launch-ext.in - update for new plugins
30212
30213 2004-01-16  David Schleef  <ds@schleef.org>
30214
30215         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30216         already-freed caps.
30217
30218 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30219
30220         * Update spec for new colorspace plugin and libcaca plugin
30221         * Fix compilation of libcaca plugin (clock -> id)
30222
30223 2004-01-16  Julien MOUTTE <julien@moutte.net>
30224
30225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30226         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30227         (gst_xvimagesink_set_xwindow_id),
30228         (gst_xvimagesink_colorbalance_set_value),
30229         (gst_xvimagesink_colorbalance_get_value),
30230         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30231         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30232         correct colorbalance properties. They can now be set when the element
30233         is still in NULL state. The values will be committed to the Xv Port
30234         when xcontext is initialized.
30235         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30236         brightness int values in the GstXvImagesink structure.
30237
30238 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30239
30240         * gst-libs/gst/Makefile.am:
30241           restructure so having local patches works easier.
30242
30243 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30244
30245         * ext/mpeg2enc/Makefile.am:
30246         * ext/mpeg2enc/gstmpeg2enc.cc:
30247         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30248           Bugfix with respect to EOS handling.
30249
30250 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30251
30252         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30253           Link with right caps (else, it segfaults).
30254         * ext/mplex/gstmplexjob.cc:
30255           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30256
30257 2004-01-15  David Schleef  <ds@schleef.org>
30258
30259         * gst-libs/gst/audio/Makefile.am:
30260         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30261         from the template.
30262         * gst-libs/gst/audio/gstaudiofilter.c:
30263         * gst-libs/gst/audio/gstaudiofilter.h:
30264         Add bytes_per_sample and size and n_samples calculation.
30265         * gst-libs/gst/audio/gstaudiofilterexample.c:
30266         Remove, now autogenerated.
30267         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30268         Moved from gstaudiofilterexample, object name changed, code added
30269         so that it actually works.
30270         * gst-libs/gst/audio/make_filter:
30271         Script to build an audiofilter subclass from the template.
30272         * gst/colorspace/Makefile.am:
30273         * gst/colorspace/yuv2yuv.c:
30274         Remove file, since it's GPL, and we don't use it.
30275
30276 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30277
30278         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30280         them use the buffer free function to test how the buffer was allocated.
30281
30282 2004-01-15  David Schleef  <ds@schleef.org>
30283
30284         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30285         that handles osssink fallback.
30286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30287         (gst_audio_convert_getcaps):
30288         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30289         Add audio/x-qdm2 for QDM2 audio.
30290         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30291         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30292         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30293         Decrease minimum size to 16x16.
30294         * gst/wavparse/gstwavparse.c:
30295         Convert disabled pad template caps to new caps.
30296         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30298         (gst_xvimagesink_chain): Throw element error when display cannot
30299         be opened.  Increase minimum framerate to 1.0.  Check the data
30300         free function on a buffer to make sure it is the type we expect
30301         before manipulating it.
30302
30303 2004-01-15  Julien MOUTTE <julien@moutte.net>
30304
30305         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30306         (gst_videobalance_colorbalance_set_value): Implement passthru if
30307         settings are in the middle.
30308         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30309
30310 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30311
30312         * gst/videofilter/Makefile.am:
30313         * gst/volume/Makefile.am:
30314           Since we use videofilter symbols, link to it.
30315
30316 2004-01-15  Julien MOUTTE <julien@moutte.net>
30317
30318         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30319         mixer interface type to HARDWARE.
30320         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30321         type to SOFTWARE.
30322         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30323         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30324         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30325         (gst_volume_interface_init), (gst_volume_list_tracks),
30326         (gst_volume_set_volume), (gst_volume_get_volume),
30327         (gst_volume_set_mute), (gst_volume_mixer_init),
30328         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30329         (volume_init): Implementing mixer interface.
30330         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30331         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30332         (gst_osselement_change_state): Removing some trailing commas in
30333         structures.
30334         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30335         interface type to HARDWARE.
30336         * sys/v4l/gstv4lcolorbalance.c:
30337         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30338         type to HARDWARE.
30339         * sys/v4l2/gstv4l2colorbalance.c:
30340         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30341         interface type to HARDWARE.
30342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30343         same code than ximagesink for event handling.
30344
30345 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30346
30347         * ext/snapshot/Makefile.am:
30348         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30349         (gst_snapshot_chain):
30350         * ext/snapshot/gstsnapshot.h:
30351           This has to be a joke... Snapshot should be connected to a tee,
30352           colorspace element before it and EOS after that, where the other
30353           src of the tee receives normal data.
30354           The current way is *wrong*.
30355
30356 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30357
30358         * ext/hermes/gsthermescolorspace.c:
30359           Fix another compile error. Same as below.
30360
30361 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30362
30363         * gst/colorspace/gstcolorspace.c:
30364         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30365         (gst_colorspace_i420_to_yv12):
30366           Fix compiling... Didn't test if it actually works.
30367
30368 2004-01-15  David Schleef  <ds@schleef.org>
30369
30370         * configure.ac:
30371         * gst/colorspace/Makefile.am:
30372         * gst/colorspace/gstcolorspace.c:
30373         * gst/colorspace/gstcolorspace.h:
30374         * gst/colorspace/yuv2rgb.c:
30375         * gst/colorspace/yuv2rgb.h:
30376         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30377         code and GPL code.  Fix for new caps negotiation.  Rewrite
30378         much of the format handling code, and some of the conversion
30379         code.  Basically, rewrote almost everything.  This element
30380         handles I420, YV12 to RGB conversions.
30381         * ext/hermes/Makefile.am:
30382         * ext/hermes/gsthermescolorspace.c:
30383         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30384         Remove non-Hermes related code.  This element handles lots of
30385         RGB to RGB conversions, but no YUV.
30386         * ext/hermes/gstcolorspace.c:
30387         * ext/hermes/gstcolorspace.h:
30388         * ext/hermes/rgb2yuv.c:
30389         * ext/hermes/yuv2rgb.c:
30390         * ext/hermes/yuv2rgb.h:
30391         * ext/hermes/yuv2rgb_mmx16.s:
30392         * ext/hermes/yuv2yuv.c:
30393         * ext/hermes/yuv2yuv.h:
30394         Remove old code.
30395
30396 2004-01-14  Colin Walters  <walters@verbum.org>
30397
30398         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30399         they've already been.
30400
30401 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30402
30403         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30404           assume tag mode when pad is not connected
30405
30406 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30407
30408         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30409           Don't update the time of the clock
30410         (gst_alsa_sink_loop):
30411           sync to the clock given to alsasink, not the own clock
30412         * sys/oss/gstosssink.c: (gst_osssink_chain):
30413           sync to the clock
30414         (gst_osssink_change_state):
30415           activate the clock
30416         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30418           remove bogus code that made DISCONT events unhandled
30419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30420           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30421           #131502)
30422         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30423         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30424         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30425           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30426           2nd warning in bug #131502)
30427
30428 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30429
30430         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30431         (gst_videobalance_colorbalance_set_value),
30432         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30433         for colorbalance interface implementation.
30434         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30435         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30436         (gst_ximagesink_dispose), (gst_ximagesink_init),
30437         (gst_ximagesink_class_init): Adding DISPLAY property.
30438         * sys/ximage/ximagesink.h: Adding display_name to store display.
30439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30440         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30441         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30442         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30443         properties (they still need polishing though for gst-launch use : no
30444         xcontext yet, i ll do that tomorrow).
30445         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30446
30447 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30448
30449         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30450         (gst_play_set_location), (gst_play_set_visualization): Preparing
30451         switch integration, adding videobalance in the pipeline.
30452
30453 2004-01-14  Julien MOUTTE <julien@moutte.net>
30454
30455         * gst-libs/gst/colorbalance/colorbalance.c:
30456         (gst_color_balance_class_init): Adding a default type.
30457         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30458         the type.
30459         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30460         (gst_videobalance_dispose), (gst_videobalance_class_init),
30461         (gst_videobalance_init), (gst_videobalance_interface_supported),
30462         (gst_videobalance_interface_init),
30463         (gst_videobalance_colorbalance_list_channels),
30464         (gst_videobalance_colorbalance_set_value),
30465         (gst_videobalance_colorbalance_get_value),
30466         (gst_videobalance_colorbalance_init): Implementing colorbalance
30467         interface.
30468         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30469         list.
30470         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30471         bug which was triggering a BadAccess X error when setting an overlay
30472         before pad was really negotiated.
30473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30474         Using the colorbalance type macro.
30475
30476 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30477
30478         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30479         (gst_flacenc_chain):
30480           handle tags correctly
30481         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30482           extract ID3v1 tags correctly
30483
30484 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30485
30486         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30487         (plugin_init):
30488           Improve matroska typefinding for odd-typed headers...
30489
30490 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30491
30492         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30493           Fix for using incremental number on padnames.
30494
30495 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30496
30497         * ext/divx/gstdivxdec.c:
30498         * ext/divx/gstdivxenc.c:
30499           Set category to divx4linux instead of divx (too generic).
30500         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30501         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30502         (gst_wavparse_loop), (gst_wavparse_change_state):
30503         * gst/wavparse/gstwavparse.h:
30504           fix parsing of WAV files with non-standard fmt-tag size and fix
30505           skipping of unrecognized chunks... Someone please fix this thing
30506           to use rifflib so all this is automated.
30507         * sys/v4l/Makefile.am:
30508         * sys/v4l2/Makefile.am:
30509           Add X_CFLAGS because we depend on X (for overlay).
30510
30511 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30512
30513         * ext/mpeg2dec/gstmpeg2dec.c:
30514           Don't issue a timestamp unless we tagged the frame
30515           with a PTS.
30516
30517 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30518
30519         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30520           Query the audio element to get the time, not the clock. We're
30521           interested in the element's time here.
30522
30523 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30524
30525         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30526         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30527         * ext/esd/esdsink.c: (gst_esdsink_chain):
30528         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30529         * ext/mas/massink.c: (gst_massink_chain):
30530         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30532         (gst_matroska_demux_parse_metadata):
30533         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30534         (gst_mpeg_parse_release_locks):
30535         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30536         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30537         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30538         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30539         (gst_osssink_change_state):
30540         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30541         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30542         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30543         (gst_xvideosink_release_locks):
30544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30545           use element time.
30546         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30547         (gst_alsa_clock_stop):
30548         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30549         (gst_audio_clock_get_internal_time):
30550           simplify for use with new clocking code.
30551         * testsuite/alsa/Makefile.am:
30552         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30553           fix testsuite for new caps system
30554
30555 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30556
30557         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30558         * ext/flac/gstflacenc.c: (add_one_tag):
30559           length is already host endian, no need to convert. Fixes playback of
30560           tagged files on PPC. (bug #128384)
30561
30562 2004-01-13  Julien MOUTTE <julien@moutte.net>
30563
30564         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30565         colorbalance interface stating if it is hardware based or software
30566         based.
30567         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30568         Removing a trailing comma.
30569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30570         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30571         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30572         the documentation seems to be wrong on the -1000 to 1000 interval.
30573
30574 2004-01-12  David Schleef  <ds@schleef.org>
30575
30576         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30577         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30578         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30579         Fix negotiation.  Add a bufferalloc function for the sink pad,
30580         and generally clean up some of the code.
30581
30582 2004-01-12  Julien MOUTTE <julien@moutte.net>
30583
30584         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30585         (gst_color_balance_channel_dispose): Adding safety check in dispose
30586         method.
30587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30588         (gst_xvimagesink_xcontext_clear),
30589         (gst_xvimagesink_interface_supported),
30590         (gst_xvimagesink_colorbalance_list_channels),
30591         (gst_xvimagesink_colorbalance_set_value),
30592         (gst_xvimagesink_colorbalance_get_value),
30593         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30594         Adding colorbalance interface support to set XV parameters such as
30595         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30596         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30597         interface.
30598
30599 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30600
30601         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30602         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30603         (gst_audio_convert_init), (gst_audio_convert_set_property),
30604         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30605         (gst_audio_convert_link),
30606         (gst_audio_convert_buffer_to_default_format),
30607         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30608           - implement _getcaps and use it
30609           - improve linking
30610           - remove float caps since no float conversion is actually done
30611           - remove properties and arguments that were to be used for rate
30612             conversion
30613
30614 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30615
30616         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30617         (gst_audio_structure_set_int):
30618         * gst-libs/gst/audio/audio.h:
30619           add helper functions for _getcaps matching the standard audio
30620           templates
30621
30622 2004-01-12  David Schleef  <ds@schleef.org>
30623
30624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30625         Test that pad is negotiated before getting its caps.
30626
30627 2004-01-12  Julien MOUTTE <julien@moutte.net>
30628
30629         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30630         analyzing the pads of an element the bin is mostly in READY state so
30631         no caps were negotiated. This helper function needs to work with
30632         _get_caps directly then. I was not freeing them though, added that to
30633         fix the mem leak.
30634
30635 2004-01-12  Julien MOUTTE <julien@moutte.net>
30636
30637         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30639         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30640         than the free_func.
30641
30642 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30643
30644         * sys/oss/gstossaudio.c: (plugin_init):
30645         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30646         * sys/oss/gstosselement.h:
30647           make an oss debugging category
30648           make failure more descriptive
30649
30650 2004-01-11  David Schleef  <ds@schleef.org>
30651
30652         * ext/ffmpeg/gstffmpeg.c:
30653         * ext/ffmpeg/gstffmpegcodecmap.c:
30654         * ext/ffmpeg/gstffmpegdec.c:
30655         * ext/ffmpeg/gstffmpegenc.c:
30656         * ext/ffmpeg/gstffmpegprotocol.c:
30657         * ext/gdk_pixbuf/gstgdkanimation.c:
30658         * ext/jpeg/gstjpeg.c:
30659         * ext/libpng/gstpng.c:
30660         * ext/mpeg2dec/perftest.c:
30661         * ext/speex/gstspeex.c:
30662         * gst-libs/gst/resample/dtos.c:
30663         * gst/intfloat/gstintfloatconvert.c:
30664         * gst/oneton/gstoneton.c:
30665         * gst/rtjpeg/RTjpeg.c:
30666         * gst/rtp/gstrtp.c:
30667         * sys/dxr3/dxr3init.c:
30668         * sys/glsink/gstgl_nvimage.c:
30669         * sys/glsink/gstgl_pdrimage.c:
30670         * sys/glsink/gstglsink.c:
30671         * testsuite/gst-lint:
30672         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30673
30674 2004-01-11  David Schleef  <ds@schleef.org>
30675
30676         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30677         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30678         * ext/gdk_pixbuf/gstgdkanimation.c:
30679         (gst_gdk_animation_iter_create_pixbuf):
30680         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30681         (gst_gdk_pixbuf_chain):
30682         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30683         * ext/jack/gstjack.c: (gst_jack_change_state):
30684         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30685         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30686         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30687         * gst/videofilter/gstvideofilter.c:
30688         (gst_videofilter_set_output_size):
30689         Remove all usage of gst_pad_get_caps(), and replace it with
30690         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30691
30692 2004-01-11  David Schleef  <ds@schleef.org>
30693
30694         * configure.ac:
30695         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30696         * ext/divx/gstdivxdec.c:
30697         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30698         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30699         handle images that span multiple buffers.  Now work with both
30700         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30701         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30702         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30703         video/video.h changes
30704         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30705         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30706         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30707         of GstData free function.
30708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30709         same.
30710
30711 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30712
30713         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30714         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30715         (gst_v4l2element_get_property):
30716         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30717           add norm, channel and frequency properties.
30718         * sys/v4l2/gstv4l2tuner.c:
30719           fixes for tuner interface changes
30720         * sys/v4l2/gstv4l2element.h:
30721         * sys/v4l2/gstv4l2src.c:
30722         * sys/v4l2/gstv4l2src.h:
30723         * sys/v4l2/v4l2src_calls.c:
30724         * sys/v4l2/v4l2src_calls.h:
30725           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30726
30727 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30728
30729         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30730         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30731         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30732         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30733         * gst-libs/gst/tuner/tuner.h:
30734           GObjects aren't const.
30735           Add find_by_name functions.
30736           Add checks to _changed functions.
30737         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30738         (gst_v4l_tuner_get_norm):
30739           Fixes for above.
30740
30741 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30742
30743         * gst-libs/gst/video/video.h:
30744           Fix caps template names to be understandable.
30745           Prefix everything with GST_VIDEO.
30746         * ext/aalib/gstaasink.c:
30747         * ext/divx/gstdivxdec.c:
30748         * ext/divx/gstdivxenc.c:
30749         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30750         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30751         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30752         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30753         * ext/libcaca/gstcacasink.c:
30754         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30755         * ext/snapshot/gstsnapshot.c:
30756         * ext/swfdec/gstswfdec.c:
30757         * ext/xvid/gstxviddec.c:
30758         * ext/xvid/gstxvidenc.c:
30759         * gst/chart/gstchart.c:
30760         * gst/deinterlace/gstdeinterlace.c:
30761         * gst/effectv/gsteffectv.c:
30762         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30763         * gst/goom/gstgoom.c:
30764         * gst/median/gstmedian.c:
30765         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30766         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30767         * gst/overlay/gstoverlay.c:
30768         * gst/smooth/gstsmooth.c:
30769         * gst/smpte/gstsmpte.c:
30770         * gst/synaesthesia/gstsynaesthesia.c:
30771         * gst/videocrop/gstvideocrop.c:
30772         * gst/videodrop/gstvideodrop.c:
30773         * gst/y4m/gsty4mencode.c:
30774         * sys/qcam/gstqcamsrc.c:
30775         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30776           Make them work with new video.h file.
30777         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30778         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30780         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30781           Make it work with new buffer allocation system.
30782
30783 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30784
30785         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30786         pad_alloc_buffer implementation to use ->srcpad
30787         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30788         pad_alloc_buffer implementation to use ->srcpad
30789         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30790         pad_alloc_buffer implementation to use ->srcpad
30791         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30792         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30793         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30794         a reference to everything we need.
30795         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30797         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30798         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30799         a reference to everything we need.
30800         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30801
30802 2004-01-11  David Schleef  <ds@schleef.org>
30803
30804         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30805         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30806         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30807         structure members.
30808         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30809         value during a resize/renegotiation.
30810         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30811         gst_pad_alloc_buffer();
30812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30813         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30814         structure members.
30815         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30816         Fix for rename of buffer private structure members.
30817         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30818         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30819         Fix for rename of buffer private structure members.
30820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30821         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30822         Fix for rename of buffer private structure members.
30823
30824 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30825
30826         reviewed by: David Schleef <ds@schleef.org>
30827
30828         * gst/videofilter/Makefile.am:
30829         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30830         from the patch by ds to fit in with recent make_filter changes.
30831
30832 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30833
30834         * configure.ac: Adding examples/switch/Makefile
30835         * examples/Makefile.am: Adding examples/switch
30836         * examples/switch/Makefile.am: Adding switcher example.
30837         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30838         (switch_timer), (main): Adding an example demonstrating switch usage
30839         with 2 videotestsrc showing different patterns.
30840         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30841         (gst_switch_init): Fixing switch with the new caps system.
30842
30843 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30844
30845         * gst-libs/gst/video/video.h:
30846           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30847           They should probably be like
30848           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30849
30850 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30851
30852         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30853         (qtdemux_parse_trak):
30854           fix audio chunk size/timestamp calculation
30855
30856 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30857
30858         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30859           fix SVQ3 caps
30860
30861 2004-01-11  Steve Baker  <steve@stevebaker.org>
30862
30863         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30864         (gst_agingtv_base_init), (gst_agingtv_class_init),
30865         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30866         (gst_agingtv_set_property), (gst_agingtv_get_property):
30867         Port agingTV to videofilter
30868
30869 2004-01-09  Julien MOUTTE <julien@moutte.net>
30870
30871         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30872         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30873
30874 2004-01-09  Julien MOUTTE <julien@moutte.net>
30875
30876         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30877         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30878         * gst-libs/gst/xoverlay/xoverlay.c:
30879         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30880         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30881         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30882         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30883         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30884         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30885         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30886         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30887         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30888         interface implementation to handle xid being 0 and fix some bugs
30889         triggered by Benjamin's testcase.
30890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30891         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30892         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30893         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30894         interface implementation to handle xid being 0 and fix some bugs
30895         triggered by Benjamin's testcase.
30896
30897 2004-01-09  David Schleef  <ds@schleef.org>
30898
30899         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30900         mouse pointer events.  It works.
30901
30902 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30903
30904         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30905           Use explicit caps - fix capsnego.
30906         * ext/xvid/gstxviddec.c:
30907         * ext/xvid/gstxvidenc.c:
30908           Remove macro-inside-macro which caused compile errors.
30909         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30910           Error out if it's not a RIFF file. Else we error out without
30911           gst_element_error() which is not good...
30912
30913 2004-01-08  David Schleef  <ds@schleef.org>
30914
30915         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30916         Fix pad_link function to handle formats that ffmpeg returns
30917         as multiple caps structures.
30918         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30919         Only complain if source buffer is _smaller_ than expected.
30920         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30921         (gst_videoscale_handle_src_event): Resize navigation events
30922         when passing them upstream.
30923         * gst/videotestsrc/gstvideotestsrc.c:
30924         * gst/videotestsrc/gstvideotestsrc.h:
30925         * gst/videotestsrc/videotestsrc.c:
30926         * gst/videotestsrc/videotestsrc.h:
30927         Rewrite many of the buffer painting functions to handle odd
30928         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30929         been verified to work with my video card.
30930         * testsuite/gst-lint:  Add check for elements calling
30931         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30932
30933 2004-01-08  David Schleef  <ds@schleef.org>
30934
30935         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30936         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30937
30938 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30939
30940         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30941         configure event is not emiting the desired size signal. That fixes
30942         aspect ratio issues with gst-player.
30943
30944 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30945
30946         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30947           Fix capsnego.
30948
30949 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30950
30951         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30952         public method to fire size signal.
30953
30954 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30955
30956         * examples/gstplay/Makefile.am: Adding the interface library.
30957         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30958         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30959         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30960         GST_IS_X_OVERLAY before signal connect.
30961         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30962         Removing the have_video_size signal.
30963         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30964         and associated public method.
30965         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30966         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30967         signal.
30968         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30969         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30970         signal.
30971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30972         Using XOverlay public method to fire size signal.
30973
30974 2004-01-07  David Schleef  <ds@schleef.org>
30975
30976         * gst/videofilter/Makefile.am:
30977         * gst/videofilter/gstvideotemplate.c:
30978         * gst/videofilter/make_filter:
30979         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30980         Convert make_filter to /bin/sh script.
30981
30982 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30983
30984         * gst/modplug/gstmodplug.cc: fix element description
30985
30986 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30987
30988         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30989         (got_video_size): Adding some new lines in g_print calls.
30990         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30991         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30992         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30993         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30994         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30995         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30996         Complete code review, reverting some stuff i disagree with, adding
30997         some fixes : time synchronization on invalid timestamps, renegotiation
30998         of private window.
30999         * sys/ximage/ximagesink.h:
31000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31001         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31002         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31003         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31004         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31005         (gst_xvimagesink_buffer_new),
31006         (gst_xvimagesink_navigation_send_event),
31007         (gst_xvimagesink_set_xwindow_id),
31008         (gst_xvimagesink_get_desired_size),
31009         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31010         stuff i disagree with, adding some fixes : Renegotiation of private
31011         window, implementing get_desired_size.
31012
31013 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31014
31015         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31016         (gst_afsink_handle_event):
31017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31018         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31019         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31020         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31021         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31022           Fix for instantiate-test (see core). Also remove dead code from
31023           jpegenc (which still needs fixing, but that's lower on my TODO
31024           list...).
31025         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31026           Never return NULL as caps.
31027
31028 2004-01-07  David Schleef  <ds@schleef.org>
31029
31030         * configure.ac:
31031         * ext/Makefile.am:
31032         * ext/librfb/Makefile.am:
31033         * ext/librfb/gstrfbsrc.c:
31034         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31035         is the protocol used by VNC.
31036
31037 2004-01-07  David Schleef  <ds@schleef.org>
31038
31039         * gst/videofilter/gstvideotemplate.c:
31040         * gst/videofilter/gstvideotemplate.h:
31041         * gst/videofilter/make_filter:
31042         Merge videotemplate header into source file.
31043         * gst/effectv/Makefile.am:
31044         * gst/effectv/gsteffectv.c: (plugin_init):
31045         * gst/effectv/gstwarp.c:
31046         Make warpTV a subclass of videofilter.
31047
31048 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31049
31050         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31051           Add guard against invalid utf-8 conversions in mad. Just in case.
31052
31053 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31054
31055         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31056           Fix for bug shown by poisoning
31057
31058 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31059
31060         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31061         (gst_v4lmjpegsrc_buffer_free):
31062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31063         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31064         (gst_v4lsrc_buffer_free):
31065           Fix for removed bufferpools.
31066
31067 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31068
31069         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31070         Fix caps negotiation.
31071
31072         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31073         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31074         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31075         (dvdnavsrc_event):
31076         * ext/mpeg2dec/gstmpeg2dec.c:
31077         * gst-libs/gst/navigation/navigation.c:
31078         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31079         * gst-libs/gst/navigation/navigation.h:
31080         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31081         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31083         Super-simple first version of mouse and keyboard events. Clicking
31084         on a DVD menu now works, although it may not take you where you
31085         expected.
31086
31087         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31088         * gst/videotestsrc/gstvideotestsrc.c:
31089         (gst_videotestsrc_src_fixate):
31090         These fixate functions were broken - they never actually
31091         fixated :)
31092
31093 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31094
31095         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31096         (gst_icecastsend_init):
31097           fix for new caps system.
31098         * gst-libs/gst/mixer/mixertrack.h:
31099         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31100           Add 'master track' flag (for tools like ACME that only want to
31101           change the main volume).
31102
31103 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31104
31105         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31106         (gst_xvid_csp_to_caps):
31107         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31108         * ext/xvid/gstxvidenc.c:
31109         ifdef out ARGB type when it isn't available
31110         in xvidcore 1.0.0beta2
31111
31112 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31113
31114         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31115           When we have received a new SCR right in the first buffer after
31116           a seek (so in the same cycle that handles the discont), we should
31117           handle the buffer instead of unreffing it, else we lose data.
31118
31119 2004-01-06  Iain <iain@prettypeople.org>
31120
31121         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31122           buffer-frames caps too.
31123
31124         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31125           caps that we need, don't destroy them all and rebuild them. And when
31126           creating src pads, use the src pad template rather than the sink...
31127
31128 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31129
31130         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31131           Add pad to element *after* setting functions such as event handler.
31132           Without this, the scheduler (opt) will link pads, set the event
31133           handler from the default event function (dispatcher in gstpad.c)
31134           and *after* that, we will set our own event function, which will
31135           thus never be used (and thus mpegdemux doesn't handle events).
31136
31137 2004-01-04  David Schleef  <ds@schleef.org>
31138
31139         Fix the fixate functions to handle new prototype:
31140         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31141         * gst/videotestsrc/gstvideotestsrc.c:
31142         (gst_videotestsrc_src_fixate):
31143         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31144         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31146
31147 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31148
31149         * sys/ximage/ximagesink.h:
31150         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31151         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31152         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31153         (gst_ximagesink_xoverlay_init):
31154           assorted fixes to make (re)embedding work
31155         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31156         (gst_ximagesink_get_desired_size):
31157           implement desired size additions to XOverlay
31158
31159 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31160
31161         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31162         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31163         (gst_x_overlay_got_desired_size):
31164         * gst-libs/gst/xoverlay/xoverlay.h:
31165           Add optional "desired size" signal and querying.
31166
31167 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31168
31169         * gst/matroska/matroska-demux.c:
31170         (gst_matroska_demux_parse_blockgroup):
31171           Fix EBML-laced block parsing. Diffs are relative to previous
31172           lace, not the first lace. Thanks to Mosu from the Matroska
31173           team for detecting this.
31174         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31175         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31176         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31177         (gst_wavparse_change_state):
31178         * gst/wavparse/gstwavparse.h:
31179           Quickfix for capsnego.
31180
31181 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31182
31183         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31184           Fix indenting, fix pad creation.
31185
31186 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31187
31188         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31189         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31190         (gst_xviddec_sink_link):
31191           Implement src_getcaps() so proper size caps is negotiated.
31192
31193 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31194
31195         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31196           Finish flac decoder on EOS. See #116178.
31197
31198 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31199
31200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31201         (gst_matroska_demux_add_stream):
31202         * gst/matroska/matroska-ids.h:
31203           Add getcaps() function to fix capsnego...
31204
31205 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31206
31207         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31208         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31209         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31210           Fix more integer overflows. Again, see #126967.
31211
31212 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31213
31214         * ext/mpeg2dec/gstmpeg2dec.c:
31215           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31216           #130416.
31217
31218 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31219
31220         * configure.ac:
31221         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31222         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31223         * ext/xvid/gstxvid.h:
31224         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31225         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31226         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31227         (gst_xviddec_change_state):
31228         * ext/xvid/gstxviddec.h:
31229         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31230         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31231         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31232         (gst_xvidenc_link), (gst_xvidenc_set_property),
31233         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31234         * ext/xvid/gstxvidenc.h:
31235           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31236
31237 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31238
31239         * gst/rtp/rtp-packet.c:
31240           Add sys/types.h include, since OS X doesn't define in_addr_t
31241           in netinet/in.h, like it does on Linux (see #129600).
31242
31243 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31244
31245         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31246
31247         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31248           Correct logic of dispose function (see #129306).
31249
31250 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31251
31252         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31253         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31254         (gst_mpeg_parse_init):
31255         * gst/mpegstream/gstmpegparse.h:
31256           Remove clock (which was never provided, i.e. dead code), and
31257           also fix integer overflows at high PTS values (see #126967).
31258
31259 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31260
31261         * ext/flac/gstflacdec.c:
31262         * ext/libpng/gstpngenc.h:
31263         * ext/mikmod/gstmikmod.h:
31264           OS X fixes (see #126628).
31265
31266 2004-01-02  David Schleef  <ds@schleef.org>
31267
31268         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31269         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31270         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31271         (gst_mpeg_parse_class_init): Move pad template registration
31272         to class_init, since the derived class (mpegdemux) doesn't
31273         want them.
31274
31275 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31276
31277         * sys/ximage/Makefile.am:
31278         * sys/xvideo/Makefile.am:
31279         * sys/xvimage/Makefile.am:
31280           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31281           after installation (see #127664).
31282
31283 2004-01-02  David Schleef  <ds@schleef.org>
31284
31285         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31286         (gst_ffmpegenc_connect):  Negotiation fixes.
31287         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31288         Remove inappropriate gst_caps_free().
31289         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31290         Reenable Ronald's internal resize code, since the core handles
31291         it correctly now.
31292
31293 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31294
31295         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31296         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31298           Fix pad template stuff.
31299
31300 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31301
31302         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31303         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31304           fix signed integer reading/writing.
31305
31306 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31307
31308         * ext/alsa/README:
31309           Remove outdated document
31310
31311 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31312
31313         * gst/cutter/gstcutter.c: (gst_cutter_init):
31314           src pad was being created twice - oops.
31315
31316 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31317
31318         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31319           Comment out internal resize. It doesn't handle the resulting
31320           XEvent internally, does another try_set_caps() which leads to
31321           a really nice loop.
31322           Real fix will come when Julien and Dave are awake. ;).
31323
31324 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31325
31326         * ext/mpeg2enc/gstmpeg2enc.cc:
31327           fix const/nonconst compile issue.
31328
31329 2004-01-02  David Schleef  <ds@schleef.org>
31330
31331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31332         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31333         Add fixate function and a check for bad formats.
31334
31335 2004-01-01  David Schleef  <ds@schleef.org>
31336
31337         Negotiation fixes:
31338         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31339         (gst_audiofilter_init):
31340         * gst/debug/efence.c: (gst_efence_init):
31341         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31342         (gst_deinterlace_init):
31343         * gst/volume/gstvolume.c: (volume_connect):
31344
31345 2004-01-01  David Schleef  <ds@schleef.org>
31346
31347         Convert elements to use gst_pad_use_explicit_caps() where
31348         appropriate:
31349         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31350         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31351         (gst_afparse_open_file):
31352         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31353         (gst_afsrc_open_file):
31354         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31355         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31356         (gst_ffmpegdec_chain):
31357         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31358         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31359         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31360         (gst_gdk_pixbuf_chain):
31361         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31362         (gst_jpegdec_chain):
31363         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31364         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31365         (gst_mikmod_negotiate):
31366         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31367         (gst_mpeg2dec_negotiate_format):
31368         * ext/mpeg2enc/gstmpeg2enc.cc:
31369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31370         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31371         (gst_speexdec_sinkconnect):
31372         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31373         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31374         (gst_vorbisfile_new_link):
31375         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31376         (gst_ac3parse_chain):
31377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31378         (gst_asf_demux_setup_pad):
31379         * gst/auparse/gstauparse.c: (gst_auparse_init),
31380         (gst_auparse_chain):
31381         * gst/id3/gstid3types.c: (gst_id3types_loop):
31382         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31383         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31384         (mp1videoparse_parse_seq):
31385         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31386         (bpf_from_header):
31387         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31388         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31389         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31390         (gst_mpeg_parse_send_data):
31391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31392         (gst_qtdemux_add_stream):
31393         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31394         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31395         (gst_wavparse_parse_fmt):
31396
31397 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31398
31399         * configure.ac:
31400           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31401           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31402           it therefore uses the wrong include paths. Too bad... Note
31403           that 1.6.1.93 is not release yet. ;).
31404           Also add a check for mplex, which is now using the lib'ified
31405           mplex from mjpegtools, too.
31406         * ext/ffmpeg/gstffmpegcodecmap.c:
31407           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31408           issues. I don't think ffmpeg handles 3ivx correctly, so this
31409           probably won't work. But it won't hurt either.
31410         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31411         (gst_ffmpegdec_chain):
31412         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31413         (gst_ffmpegenc_chain_audio):
31414           Fix memleak in audio encoding. Close codec if open fails, this
31415           calls the cleanup routines so we can re-use the context.
31416         * ext/mpeg2enc/gstmpeg2enc.cc:
31417           Fix pad template names/types, fix memory issue with getcaps().
31418         * ext/mpeg2enc/gstmpeg2encoder.cc:
31419         * ext/mpeg2enc/gstmpeg2encoder.hh:
31420           Fix compile issue with new caps system (const thingy).
31421         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31422         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31423           We read a first frame right on initing, so that we have a caps
31424           when we init the output. This caps is cached in padprivate and
31425           read as first frame.
31426         * ext/mplex/Makefile.am:
31427         * ext/mplex/gstmplex.cc:
31428         * ext/mplex/gstmplex.h:
31429         * ext/mplex/gstmplex.hh:
31430         * ext/mplex/gstmplexibitstream.cc:
31431         * ext/mplex/gstmplexibitstream.hh:
31432         * ext/mplex/gstmplexjob.cc:
31433         * ext/mplex/gstmplexjob.hh:
31434         * ext/mplex/gstmplexoutputstream.cc:
31435         * ext/mplex/gstmplexoutputstream.hh:
31436           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31437           had issues, didn't do capsnego, supported only a subset of the
31438           mplex features and required a mplex fork in our local CVS. Plus
31439           that it worked agaist a very old mplex version. Rewriting was
31440           faster than updating it.
31441         * gst-libs/ext/Makefile.am:
31442         * gst-libs/ext/mplex/INSTRUCT:
31443         * gst-libs/ext/mplex/Makefile.am:
31444         * gst-libs/ext/mplex/README:
31445         * gst-libs/ext/mplex/TODO:
31446         * gst-libs/ext/mplex/ac3strm_in.cc:
31447         * gst-libs/ext/mplex/audiostrm.hh:
31448         * gst-libs/ext/mplex/audiostrm_out.cc:
31449         * gst-libs/ext/mplex/aunit.hh:
31450         * gst-libs/ext/mplex/bits.cc:
31451         * gst-libs/ext/mplex/bits.hh:
31452         * gst-libs/ext/mplex/buffer.cc:
31453         * gst-libs/ext/mplex/buffer.hh:
31454         * gst-libs/ext/mplex/fastintfns.h:
31455         * gst-libs/ext/mplex/format_codes.h:
31456         * gst-libs/ext/mplex/inputstrm.cc:
31457         * gst-libs/ext/mplex/inputstrm.hh:
31458         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31459         * gst-libs/ext/mplex/mjpeg_logging.cc:
31460         * gst-libs/ext/mplex/mjpeg_logging.h:
31461         * gst-libs/ext/mplex/mjpeg_types.h:
31462         * gst-libs/ext/mplex/mpastrm_in.cc:
31463         * gst-libs/ext/mplex/mpegconsts.cc:
31464         * gst-libs/ext/mplex/mpegconsts.h:
31465         * gst-libs/ext/mplex/mplexconsts.hh:
31466         * gst-libs/ext/mplex/multplex.cc:
31467         * gst-libs/ext/mplex/outputstream.hh:
31468         * gst-libs/ext/mplex/padstrm.cc:
31469         * gst-libs/ext/mplex/padstrm.hh:
31470         * gst-libs/ext/mplex/stillsstream.cc:
31471         * gst-libs/ext/mplex/stillsstream.hh:
31472         * gst-libs/ext/mplex/systems.cc:
31473         * gst-libs/ext/mplex/systems.hh:
31474         * gst-libs/ext/mplex/vector.cc:
31475         * gst-libs/ext/mplex/vector.hh:
31476         * gst-libs/ext/mplex/videostrm.hh:
31477         * gst-libs/ext/mplex/videostrm_in.cc:
31478         * gst-libs/ext/mplex/videostrm_out.cc:
31479         * gst-libs/ext/mplex/yuv4mpeg.cc:
31480         * gst-libs/ext/mplex/yuv4mpeg.h:
31481         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31482         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31483           We don't fork mjpegtools' mplex in our CVS anymore.
31484         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31485         (gst_avi_demux_add_stream):
31486         * gst/avi/gstavidemux.h:
31487           Add getcaps() function for proper caps nego. This makes some
31488           parts of AVI playback/reading work.
31489         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31490           Resize window on new capsnego. This is probably wrong, but
31491           I'm still committing it because with current capsnego, the
31492           first successfull capsnego is auto-fixated, therefore rounded
31493           down to the lowest values in the caps. this results in a 16x16
31494           XWindow that is not reized when real capsnego finishes.
31495           Dave, I see more cases of this, do you know a proper solution?
31496         * tools/gst-launch-ext.in:
31497           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31498
31499 2003-12-31  David Schleef  <ds@schleef.org>
31500
31501         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31502         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31503           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31504
31505 2003-12-30  David Schleef  <ds@schleef.org>
31506
31507         * ext/ffmpeg/gstffmpegcolorspace.c:
31508         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31509         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31510         (gst_ffmpegcsp_chain): Negotiation fixes
31511         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31513         (gst_audio_convert_link), (gst_audio_convert_channels):
31514         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31515         (gst_audioscale_link), (gst_audioscale_get_buffer),
31516         (gst_audioscale_chain): Negotiation fixes
31517         * gst/audioscale/gstaudioscale.h:
31518         * gst/videofilter/gstvideofilter.c:
31519         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31520         (gst_videofilter_link), (gst_videofilter_init),
31521         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31522         (gst_videofilter_find_format_by_structure):
31523         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31524         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31525         (gst_videoscale_link):
31526         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31527         (videoscale_find_by_structure), (gst_videoscale_setup):
31528         * gst/videoscale/videoscale.h: Negotiation fixes
31529         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31530         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31531         function, restrict resizing to a multiple of 4 (hack until
31532         everyone supports odd sizes correctly).
31533
31534 2003-12-29  Colin Walters  <walters@verbum.org>
31535
31536         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31537         signed.
31538
31539 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31540
31541         * ext/sndfile/gstsf.c: (gst_sf_loop):
31542           Fix warning about discarding const qualifier
31543
31544 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31545
31546         * gst/cutter/gstcutter.c:
31547         * gst/videoscale/gstvideoscale.c:
31548         * gst/volenv/gstvolenv.c:
31549         * gst-libs/gst/audio/audio.c:
31550         * gst-libs/gst/video/video.c:
31551           Fix warnings
31552
31553 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31554
31555         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31556           Don't send ALSA debugging to stderr.
31557         * ext/alsa/gstalsa.h:
31558           Use GST_WARNING instead of g_warning when ALSA functions fail.
31559
31560 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31561
31562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31563           Free XVAdapterInfo correctly.
31564
31565 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31566
31567         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31568         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31569           Make id3tag use correct caps nego.
31570
31571 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31572
31573         * ext/ivorbis/vorbis.c:
31574         * ext/ivorbis/vorbisenc.h:
31575         * ext/ivorbis/vorbisfile.c:
31576           Modify so that it uses the new caps things
31577
31578 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31579
31580         * testsuite/spider/spider1.c: (main):
31581         * testsuite/spider/spider2.c: (main):
31582         * testsuite/spider/spider3.c: (main):
31583           Make tests compile again. They probably don't work.
31584
31585 2003-12-24  Colin Walters  <walters@verbum.org>
31586
31587         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31588         we can't fixate the caps anymore.
31589
31590 2003-12-23  David Schleef  <ds@schleef.org>
31591
31592         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31593         * sys/oss/gstosssink.c: (gst_osssink_init),
31594         (gst_osssink_sink_fixate): Add fixate function.
31595
31596 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31597
31598         * ext/ffmpeg/gstffmpegcodecmap.c:
31599         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31600         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31601         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31602         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31603         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31604         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31605         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31606           fix typo in RGB masks, and move back to "old" colorspace
31607           capsnego code until whoever wrote this new crap has actually
31608           tested it so that it works.
31609           And yes, this works, keep it that way please.
31610
31611 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31612
31613         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31614         (gst_divxdec_init), (gst_divxdec_negotiate):
31615         * ext/divx/gstdivxdec.h:
31616         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31617         (gst_divxenc_init):
31618         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31619         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31620         * ext/mpeg2enc/gstmpeg2enc.cc:
31621         * ext/mpeg2enc/gstmpeg2encoder.cc:
31622         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31623         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31624         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31625         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31626         (dxr3spusink_init):
31627         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31628         (dxr3videosink_init):
31629           Fix caps breakage after Dave's caps branch merge.
31630
31631 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31632
31633         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31634           Fix for 24bpp display.
31635
31636 2003-12-23  Colin Walters  <walters@verbum.org>
31637
31638         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31639         a GnomeVFSHandle directly.
31640
31641 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31642
31643         * gst/volume/Makefile.am:
31644         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31645         (volume_base_init), (volume_init):
31646           Reenable volume element and fix to work with new caps stuff.
31647           Rhythmbox needs this.
31648
31649 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31650
31651         * gst/qtdemux/qtdemux.c: (plugin_init):
31652           qtdemux requires bytestream
31653
31654 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31655
31656         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31657           Fix remaining caps handling errors due to CAPS merge.
31658
31659 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31660
31661         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31662         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31663         (gst_faad_srcconnect):
31664           Port to new caps system.
31665
31666 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31667
31668         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31669         (got_video_size), (main): using g_print instead of g_message.
31670         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31671         signal which was not emitted because of "switch" element added to the
31672         bin but not connected. (Removing from the bin temporarily)
31673
31674 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31675
31676         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31677         find X development files. I don't understand the previous tests and
31678         they fail on my debian/ppc unstable. This one works.
31679         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31680         exiting.
31681         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31682         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31683         (gst_play_set_visualization): Add some safety checks in set_ methods
31684         and state_change. This was throwing some ugly CRITICAL messages when
31685         pipeline was getting disposed and casts were failing.
31686
31687 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31688
31689         * configure.ac:
31690           Improve mpeg2enc detection. This is for distributions that do
31691           ship mjpegtools, but without mpeg2enc. Also does object check
31692           for might there ever be ABI incompatibility.
31693         * ext/mpeg2enc/gstmpeg2enc.cc:
31694           Add Andrew as second maintainer (he's helping me), and also add
31695           an error if no caps was set. This happens if I pull before capsnego
31696           and that's something I should solve sometime else.
31697         * gst/matroska/matroska-demux.c:
31698         (gst_matroska_demux_parse_blockgroup):
31699           Fix time parsing.
31700         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31701         (gst_matroska_mux_track_header):
31702           Add caps to templates.
31703         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31704           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31705         * gst/mpegstream/gstmpegdemux.c:
31706           Remove layer since it causes warnings about unfixed caps.
31707         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31708           Fix obvious typo (we error out if caps were set, we should of
31709           course error out if *no* caps were set).
31710         * sys/oss/gstosselement.c: (gst_osselement_convert):
31711           Fix format conversion, we confused bits/bytes.
31712         * sys/oss/gstosselement.h:
31713           Improve documentation for 'bps'.
31714         * sys/v4l/TODO:
31715           Remove stuff about plugins that need removing - this was done
31716           ages ago.
31717         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31718         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31720         (gst_v4lsrc_src_query):
31721         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31722         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31723           Add get_query_types(), get_formats() and query() functions.
31724
31725 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31726
31727         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31728           * moved CVS to freedesktop.org