gst/playback/gstdecodebin.c: Don't post STATE_DIRTY anymore.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-19  Wim Taymans  <wim@fluendo.com>
2
3         * gst/playback/gstdecodebin.c: (remove_fakesink):
4         Don't post STATE_DIRTY anymore.
5
6         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
7         (gst_play_bin_change_state):
8         Remove stream_time reset in seek handling, core does that now.
9         Disable clocking for live pipelines by forcing a NULL clock to the
10         complete pipeline, core is too smart now for our previous hack.
11         We can always autoplug in PAUSED now.
12
13 2007-03-17  David Schleef  <ds@schleef.org>
14
15         * REQUIREMENTS:  Update this file, change the formatting to make
16         it more consistent, plus more machine readable.
17
18 2007-03-16  Michael Smith  <msmith@fluendo.com>
19
20         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
21         (strip_width_64), (append_with_other_format):
22           Previous fix was too simplistic, and broke the tests. Use a better
23           approach; only strip 64 from widths for integer audio.
24
25 2007-03-16  Michael Smith  <msmith@fluendo.com>
26
27         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
28         (gst_audio_convert_transform_caps):
29           We don't support 64 bit integer audio, so don't try to claim we can.
30           Stops us producing caps don't match our template caps.
31           Update comments.
32
33 2007-03-15  Michael Smith  <msmith@fluendo.com>
34
35         * gst/audioresample/gstaudioresample.c:
36         (audioresample_check_discont), (audioresample_transform):
37           Don't trigger discontinuities for very small imperfections; a filter
38           flush will sound bad, and many plugins have rounding errors leading
39           to these.
40
41 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
42
43         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
44         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
45         Add min-ptime property to RTP base audio payloader. Patch by
46         olivier.crete@collabora.co.uk.
47         Fixes #415001
48
49         Indentation/whitespace/documentation fixes.
50
51 2007-03-14  Julien MOUTTE  <julien@moutte.net>
52
53         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
54         (audioresample_transform_size), (audioresample_do_output),
55         (audioresample_transform), (audioresample_pushthrough): Handle
56         discontinuous streams.
57         * gst/audioresample/gstaudioresample.h:
58         * tests/check/elements/audioresample.c:
59         (test_discont_stream_instance), (GST_START_TEST),
60         (audioresample_suite): Add a test for discontinuous streams.
61         * win32/common/config.h: Updated.
62
63 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
64
65         * po/af.po:
66         * po/az.po:
67         * po/cs.po:
68         * po/en_GB.po:
69         * po/it.po:
70         * po/nb.po:
71         * po/nl.po:
72         * po/or.po:
73         * po/sq.po:
74         * po/sr.po:
75         * po/sv.po:
76         * po/uk.po:
77         * po/vi.po:
78           Update translations from translation project.
79
80 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
81
82         * gst/audioresample/debug.h:
83         * gst/audioresample/resample.c: (resample_init):
84           Since I really am not interested in a debug line for each sample
85           being processed, move the library's debugging to its own category,
86           libaudioresample
87
88 2007-03-13  Michael Smith  <msmith@fluendo.com>
89
90         * ext/theora/theoradec.c: (theora_handle_type_packet):
91           Since the plugin doesn't support anything other than 4:2:0 right
92           now, post an error and fail if we get something else. Won't matter
93           until libtheora supports the other pixel formats, but hopefully
94           that'll be soon...
95
96 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
97
98         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
99         Use gst_guint64_to_gdouble for conversion.
100         * win32/MANIFEST:
101         Add new files to the win32 MANIFEST.
102         * win32/common/libgstaudio.def:
103         * win32/common/libgstpbutils.def:
104         Add new exported functions.
105         * win32/vs6/gst_plugins_base.dsw:
106         * win32/vs6/libgstdecodebin.dsp:
107         * win32/vs6/libgstplaybin.dsp:
108         Change the link to libgstpbutils.lib.
109         * win32/vs6/libgstdecodebin2.dsp:
110         Add a new project for decodebin2.
111         * win32/vs6/libgstpbutils.dsp:
112         Add a new project for pbutils.
113
114 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
115
116         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
117           Also accept partial dates with only year and month,
118           like 1999-12-00 (fixes #410396 even more).
119
120         * tests/check/libs/tag.c: (GST_START_TEST):
121           Add unit test for the above.
122
123 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
124
125         * tests/check/elements/subparse.c: (GST_START_TEST),
126         (subparse_suite):
127           Add unit test for MPL2 subtitle format (#413799).
128
129 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
130
131         Patch by: Kamil Pawlowski  <kamilpe gmail com>
132
133         * gst/subparse/Makefile.am:
134         * gst/subparse/gstsubparse.c:
135         (gst_sub_parse_data_format_autodetect),
136         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
137         (gst_subparse_type_find):
138         * gst/subparse/gstsubparse.h:
139         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
140         * gst/subparse/mpl2parse.h:
141           Add support for MPL2 subtitle format (#413799).
142
143 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
144
145         * configure.ac:
146           We require core CVS for the new buffer metadata copy functions.
147
148 2007-03-09  Wim Taymans  <wim@fluendo.com>
149
150         * gst-libs/gst/tag/gstid3tag.c:
151         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
152         Fixes #414496.
153
154         Patch by: Alex Lancaster <alexl at users sourceforge net>
155
156 2007-03-09  Wim Taymans  <wim@fluendo.com>
157
158         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
159         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
160         Improve adapter usage and comments.
161
162 2007-03-09  Wim Taymans  <wim@fluendo.com>
163
164         * ext/pango/gsttextrender.c: (gst_text_render_chain):
165         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
166         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
167         Use new metadata copy function.
168
169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
170         (gst_ffmpegcsp_transform):
171         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
172         Basetransform copied the metadata for us.
173
174 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
175
176         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
177         (gst_text_overlay_video_event):
178           Some more logging. Only accept newsegment events in TIME format and
179           send a WARNING message if they are not in TIME format.
180
181         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
182         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
183         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
184         * gst/subparse/gstsubparse.h:
185           No need to allocate GstSegment structure dynamically, just put it
186           into the instance structure; ignore newsegment events in BYTE
187           format and in particular don't let it overwrite our saved TIME
188           segment from the last seek.
189
190 2007-03-09  Michael Smith  <msmith@fluendo.com>
191
192         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
193           Replace AC3 typefinder with one that isn't terrible, and actually
194           works usefully.
195
196 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
197
198         * gst/audioconvert/gstaudioconvert.c:
199         (gst_audio_convert_transform):
200           fix error category and translatable string
201           
202
203 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
204
205         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
206         * pkgconfig/gstreamer-plugins-base.pc.in:
207           Fix up utils => pbutils here too.
208
209 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
210
211         * gst/subparse/gstsubparse.c: (handle_buffer):
212           Break out of loop in chain function as soon as possible if we get
213           a non-OK flow return.
214
215 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
216
217         * tests/check/elements/alsa.c: (GST_START_TEST):
218         Unref the mixer if the state change fails too (if the
219         alsa devices are inaccessible, for example)
220
221 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
222
223         * tests/check/Makefile.am:
224         Don't test libvisual elements in the states check, because libvisual
225         seems to leak internally.
226
227         Re-enable the alsa and states tests now that there's new suppressions
228         in gst.supp.
229
230         * tests/check/elements/alsa.c: (GST_START_TEST):
231         Don't leak the alsamixer we instantiated.
232
233 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
234
235         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
236         (gst_ximagesink_change_state), (gst_ximagesink_reset),
237         (gst_ximagesink_finalize):
238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
239         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
240         Move some cleanup stuff from the state change handler into a _reset()
241         function that can be called from _finalize(). This ensures that things
242         get freed even if (for some reason) the NULL->READY state transition
243         fails in the parent class.
244         Even if a parent state change fails, process our downward state change
245         logic instead of bailing out early.
246         Free the correct xcontext pointer in ximagesink's xcontext_clear.
247
248 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
249
250         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
251         Extra log line.
252
253         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
254         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
255         Use pango_font_description_set_family_static instead of 
256         pango_font_description_set_family to save a string copy (it was
257         leaking due to the strdup anyway)
258
259         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
260         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
261         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
262         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
263         Chain up in finalize.
264
265 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
266
267         * gst-libs/gst/interfaces/mixertrack.c:
268         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
269         (gst_mixer_track_set_property):
270           API: add "untranslated-label" property which should be set by
271           implementations at construct time (#414645).
272
273         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
274         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
275           Set "untranslated-label" when constructing mixer track objects.
276
277         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
278           Unit test to check the above.
279
280 2007-03-07  Wim Taymans  <wim@fluendo.com>
281
282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
283         Fix confusing debug message.
284
285 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
286
287         * gst-plugins-base.doap:
288         update doap file with new version
289
290 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
291
292         * configure.ac:
293         Back to CVS
294
295 === release 0.10.12 ===
296
297 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
298
299         * configure.ac:
300           releasing 0.10.12, "Zombie Horde"
301
302 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
303
304         * configure.ac:
305         Bump version to 0.10.11.4 pre-release
306
307 2007-03-06  Wim Taymans  <wim@fluendo.com>
308
309         * gst-libs/gst/audio/gstbaseaudiosink.c:
310         (gst_base_audio_sink_async_play):
311         Fix regression that made GStreamer skip the first samples of audio.
312         Fixes #414684.
313
314 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
315
316         * configure.ac:
317         Bump version to 0.10.11.3 pre-release
318
319 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
320
321         * po/POTFILES.in:
322           Update paths for the rename from utils to pbutils to fix the build.
323
324 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
325
326         * gst-libs/gst/pbutils/Makefile.am:
327           Change directory to install headers in from gst/utils to gst/pbutils
328           as well.
329
330 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
331
332         * configure.ac:
333         * docs/libs/gst-plugins-base-libs-docs.sgml:
334         * docs/libs/gst-plugins-base-libs-sections.txt:
335         * gst-libs/gst/Makefile.am:
336         * gst-libs/gst/interfaces/mixer.c:
337         * gst-libs/gst/pbutils/Makefile.am:
338         * gst-libs/gst/pbutils/descriptions.c:
339         (gst_pb_utils_get_source_description),
340         (gst_pb_utils_get_sink_description),
341         (gst_pb_utils_get_decoder_description),
342         (gst_pb_utils_get_encoder_description),
343         (gst_pb_utils_get_element_description),
344         (gst_pb_utils_add_codec_description_to_tag_list),
345         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
346         * gst-libs/gst/pbutils/descriptions.h:
347         * gst-libs/gst/pbutils/install-plugins.c:
348         * gst-libs/gst/pbutils/install-plugins.h:
349         * gst-libs/gst/pbutils/missing-plugins.c:
350         (gst_missing_uri_source_message_new),
351         (gst_missing_uri_sink_message_new),
352         (gst_missing_element_message_new),
353         (gst_missing_decoder_message_new),
354         (gst_missing_encoder_message_new),
355         (gst_missing_plugin_message_get_description):
356         * gst-libs/gst/pbutils/missing-plugins.h:
357         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
358         * gst-libs/gst/pbutils/pbutils.h:
359         * gst-libs/gst/utils/Makefile.am:
360         * gst-libs/gst/utils/base-utils.c:
361         * gst-libs/gst/utils/base-utils.h:
362         * gst-libs/gst/utils/descriptions.c:
363         * gst-libs/gst/utils/descriptions.h:
364         * gst-libs/gst/utils/install-plugins.c:
365         * gst-libs/gst/utils/install-plugins.h:
366         * gst-libs/gst/utils/missing-plugins.c:
367         * gst-libs/gst/utils/missing-plugins.h:
368         * gst-plugins-base.spec.in:
369         * gst/playback/Makefile.am:
370         * gst/playback/gstdecodebin.c:
371         * gst/playback/gstdecodebin2.c:
372         * gst/playback/gstplaybasebin.c: (setup_subtitle),
373         (gen_source_element):
374         * gst/playback/gstplaybin.c: (plugin_init):
375         * tests/check/Makefile.am:
376         * tests/check/libs/pbutils.c: (GST_START_TEST),
377         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
378         * tests/check/libs/utils.c:
379           rename utils to pbutils
380
381 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
382
383         * docs/plugins/Makefile.am:
384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
386         * docs/plugins/inspect/plugin-decodebin2.xml:
387         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
388         Add documentation for decodebin2 that indicates that the API
389         is still unstable.
390
391 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
392
393         * configure.ac:
394         Update to 0.10.11.2 (0.10.12 pre-release)
395
396 2007-03-01  Wim Taymans  <wim@fluendo.com>
397
398         * gst-libs/gst/audio/gstbaseaudiosink.c:
399         (gst_base_audio_sink_async_play):
400         base time is irrelevant here.
401
402 2007-03-01  Wim Taymans  <wim@fluendo.com>
403
404         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
405         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
406         Improve debugging.
407
408         * gst-libs/gst/audio/gstbaseaudiosink.c:
409         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
410         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
411         Improve latency and clock slaving calculations.
412         Improve slave clock calibration.
413
414         * gst-libs/gst/audio/gstringbuffer.c:
415         (gst_ring_buffer_commit_full):
416         When we are asked to render N sample to 0 bytes, return N.
417
418 2007-03-01  Wim Taymans  <wim@fluendo.com>
419
420         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
421         (gst_alsasink_write), (gst_alsasink_reset):
422         * ext/alsa/gstalsasink.h:
423         Remove unused dispose function.
424         Rename lock to not interfere with alsasrc lock.
425
426         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
427         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
428         (gst_alsasrc_read), (gst_alsasrc_reset):
429         * ext/alsa/gstalsasrc.h:
430         Implement finalize function.
431         Use lock to protect alsa access.
432         Implement _reset.
433         Fine tune sw params.
434
435 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
436
437         * configure.ac:
438           Convert to new AG_GST style.
439
440 2007-02-28  Wim Taymans  <wim@fluendo.com>
441
442         Patch by: Ed Catmur <ed at catmur dot co dot uk>
443
444         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
445         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
446         Fix race condition when rapidly switching visualisations in playbin.
447         Fixes #401029.
448
449 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
450
451         * tests/check/Makefile.am:
452         Include local stuff before system installed things in LDFLAGS and
453         CFLAGS.
454
455 2007-02-28  Wim Taymans  <wim@fluendo.com>
456
457         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
458         Improve debugging.
459
460 2007-02-28  Wim Taymans  <wim@fluendo.com>
461
462         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
463         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
464         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
465         Fix duration and timestamping, taking latency into account.
466         Implement latency query.
467
468 2007-02-28  Wim Taymans  <wim@fluendo.com>
469
470         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
471         (gst_audio_clock_new):
472         Fix clock name.
473
474         * gst-libs/gst/audio/gstbaseaudiosink.c:
475         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
476         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
477         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
478         (gst_base_audio_src_create):
479         Improve latency query code.
480         Use proper clock names.
481
482 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
483
484         * tests/check/generic/states.c: (GST_START_TEST):
485           Copy the states.c test from core again
486         * tests/check/Makefile.am:
487           ignore cdio and cdparanoiasrc
488
489 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
490
491         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
492         (double_hq), (audio_convert_get_func_index), (check_default),
493         (audio_convert_prepare_context), (audio_convert_convert):
494           Also make valgrind happy and avoid copying data in some cases.
495
496 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
497
498         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
499         (double_hq), (audio_convert_get_func_index),
500         (audio_convert_prepare_context), (audio_convert_convert):
501         * gst/audioconvert/gstaudioconvert.c:
502         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
503         (gst_audio_convert_transform_caps):
504         * tests/check/elements/audioconvert.c: (GST_START_TEST),
505         (audioconvert_suite):
506           Don't run inplace if that overwrites source data as we go. Add more
507           tests. Fixes #339837 even more.
508
509 2007-02-27  Julien MOUTTE  <julien@moutte.net>
510
511         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
512         (msg_segment_done): Fix various seeking bugs (Slider was not
513         updating when doing a non flushing seek, Reverse playback 
514         on segment seek was wrong).
515
516 2007-02-26  Wim Taymans  <wim@fluendo.com>
517
518         * tests/examples/seek/seek.c: (stop_seek):
519         When we stop scrubbing, don't leave the pipeline PLAYING when we
520         requested a PAUSED state.
521
522 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
523
524         Patch by: René Stadler <mail at renestadler de>
525
526         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
527           Parse date strings in vorbis comments that have an invalid (zero)
528           month or day (#410396).
529
530         * tests/check/libs/tag.c: (GST_START_TEST):
531           Test case for the above.
532
533 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
534
535         Patch by: Loïc Minier <lool+gnome at via ecp fr>
536
537         * configure.ac:
538         * ext/alsa/Makefile.am:
539         * gst/audiotestsrc/Makefile.am:
540           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
541
542 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
543
544         * gst/playback/gstplaybin.c:
545           Improve docs: point out that the application needs to assist playbin
546           with buffering.
547
548 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * gst-libs/gst/utils/install-plugins.c:
551         * gst-libs/gst/utils/missing-plugins.c:
552         * tests/check/libs/utils.c: (missing_msg_check_getters):
553           Change GStreamer marker prefix in detail string from 'gstreamer.net'
554           to just 'gstreamer'. Document the caps string component of the
555           decoder/encoder detail a bit better, since not everyone will be
556           familiar with the GStreamer media type/caps system (but they better
557           enjoy nested itemized lists).
558
559 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
560
561         * gst-libs/gst/netbuffer/gstnetbuffer.c:
562         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
563           Fix copying of GstNetBuffer (would crash before, or at least lead to
564           invalid memory access, #410772), for now by copying the GstBuffer copy
565           code from the core over here so we can copy the GstBuffer fields on a
566           provided buffer instance (of type GstNetBuffer in this case). Would be
567           better to fix this with some support by the core though (and in the long
568           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
569
570         * tests/check/Makefile.am:
571           Enable unit test for GstNetBuffer.
572
573 2007-02-22  Andy Wingo  <wingo@pobox.com>
574
575         * gst-libs/gst/audio/gstbaseaudiosink.c
576         (gst_base_audio_sink_init): Disable pull-mode activation until we
577         figure out how to make audio sinks go to PLAYING.
578
579 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
580
581         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
582         (double_hq), (audio_convert_get_func_index),
583         (audio_convert_prepare_context), (audio_convert_convert):
584         * gst/audioconvert/audioconvert.h:
585         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
586         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
587         * gst/audioconvert/gstchannelmix.h:
588         * tests/check/elements/audioconvert.c: (GST_START_TEST):
589           Add float as an intermediate format, as well as float mixing. Enable
590           test that was failing before. Fixes #339837
591
592 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
593
594         * tests/examples/seek/seek.c: (do_seek):
595         Undo the previous commit: -1 as a stop time implies that the stop
596         time is the end of file, clearing any previously configured segment.
597
598 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
599
600         * tests/examples/seek/seek.c: (do_seek):
601         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
602
603 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
604
605         * gst/volume/gstvolume.c: (volume_process_int16),
606         (volume_process_int16_clamp), (volume_set_caps):
607           Unbreak volume, value remains gint.
608
609 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
610
611         * gst/volume/gstvolume.c: (volume_choose_func),
612         (volume_update_real_volume), (gst_volume_set_volume),
613         (gst_volume_init), (volume_process_double), (volume_process_float),
614         (volume_process_int16), (volume_process_int16_clamp),
615         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
616         * gst/volume/gstvolume.h:
617           Extend float audio support (double) and some int->uint cleanups.
618
619 2007-02-20  Edward Hervey  <edward@fluendo.com>
620
621         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
622         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
623         (sort_end_pads), (gst_decode_group_expose),
624         (gst_decode_group_hide):
625         Don't free groups from the streaming threads. Just put them aside and
626         free them in dispose.
627
628 2007-02-20  Edward Hervey  <edward@fluendo.com>
629
630         * gst/playback/gstdecodebin2.c: (connect_element),
631         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
632         (sort_end_pads), (gst_decode_group_expose):
633         Handle dynamic pads within groups.
634         Sort pads before exposing them in order to make playbin happy.
635         There still is a race with the multiqueue filling up. This should be
636         solved separately.
637         Fixes #398721
638
639 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
640
641         * gst-libs/gst/utils/base-utils.c:
642         * gst-libs/gst/utils/descriptions.c:
643         * gst-libs/gst/utils/install-plugins.c:
644         * gst-libs/gst/utils/missing-plugins.c:
645           Some more docs (and descriptions for two subtitle formats).
646
647 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * gst-libs/gst/audio/audio.c:
650           Fix documentation.
651
652 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
653
654         Patch by: Yves Lefebvre  <ivanohe abacom com>
655
656         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
657           Don't leak caps. Fixes #408278.
658
659 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
660
661         * ext/cdparanoia/gstcdparanoiasrc.h:
662         * ext/ogg/gstoggdemux.h:
663         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
664         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
665         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
666         * gst-libs/gst/audio/audio.h:
667         * gst-libs/gst/audio/gstaudiofilter.h:
668         * gst-libs/gst/interfaces/videoorientation.h:
669         * gst/adder/gstadder.h:
670           More docs coverage and some ChangeLog surgery (add missing names)
671
672 2007-02-15  Wim Taymans  <wim@fluendo.com>
673
674         * sys/ximage/ximagesink.c:
675         (gst_ximagesink_calculate_pixel_aspect_ratio):
676         * sys/xvimage/xvimagesink.c:
677         (gst_xvimagesink_calculate_pixel_aspect_ratio):
678         Small constifications.
679
680 2007-02-15  Wim Taymans  <wim@fluendo.com>
681
682         * gst-libs/gst/audio/gstbaseaudiosink.c:
683         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
684         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
685         (gst_base_audio_sink_async_play),
686         (gst_base_audio_sink_change_state):
687         Answer latency query.
688         Use configured latency when syncing.
689         Fix clock slaving.
690
691         * gst-libs/gst/audio/gstbaseaudiosrc.c:
692         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
693         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
694         Fix possible memleak.
695         Implement latency query.
696         Small cleanups.
697
698 2007-02-15  Wim Taymans  <wim@fluendo.com>
699
700         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
701         Ignore errors in reset, these are not fatal. They also grab the element
702         lock which is already taking when this function is called. Fixes
703         #405451.
704
705 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
706
707         * configure.ac:
708           Remove 'tests/examples/xerror/Makefile' from output files again.
709
710 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
711
712         * configure.ac:
713         * docs/plugins/Makefile.am:
714           Also crossref against gst-plugins-base-libs.
715
716 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
717
718         * configure.ac:
719         * docs/libs/Makefile.am:
720         * docs/plugins/Makefile.am:
721           Add crossreferences to glib/gobject/gstream docs.
722
723         * gst-libs/gst/audio/audio.h:
724           Source formatting.
725
726         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
727           Add own debug category.
728
729 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
730
731         Patch by: René Stadler <mail at renestadler de>
732
733         * gst-libs/gst/tag/gstvorbistag.c:
734           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
735           (#403597).
736
737 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
738
739         * gst/playback/gstplaybasebin.c: (setup_source):
740           When we have external subtitles and wait for the subtitle decodebin
741           to get up and running, we set up a (sync) bus handler for the
742           subtitle decodebin, so we can stop waiting when it posts an error
743           message. However, we should do that before we set the subtitle
744           decodebin's state to playing, otherwise things are racy and we might
745           miss error messages posted before we had a chance to set up the bus.
746           This should finally fix totem hanging on .txt pseudo-subtitle files.
747           
748 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
749
750         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
751           Use gst_gdouble_to_guint64 for conversions.
752         * win32/common/config.h.in:
753           Add a define for GST_INSTALL_PLUGINS_HELPER
754         * win32/common/libgstaudio.def:
755         * win32/common/libgstcdda.def:
756         * win32/common/libgstnetbuffer.def:
757         * win32/common/libgstrtp.def:
758         * win32/common/libgutils.def:
759           Add new exported functions.
760         * win32/vs6/gst_plugins_base.dsw:
761         * win32/vs6/libgstdecodebin.dsp:
762         * win32/vs6/libgstnetbuffer.dsp:
763         * win32/vs6/libgstplaybin.dsp:
764         * win32/vs6/libgstrtp.dsp:
765         * win32/vs6/libgstvorbis.dsp:
766         * win32/vs6/libgstcdda.dsp:
767         * win32/vs6/libgstgdp.dsp:
768         * win32/vs6/libgstutils.dsp:
769           Update and add new project files.
770
771 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
774         (subrip_remove_unhandled_tags), (parse_subrip):
775           For SubRip (.srt) subtitles, ignore all markup tags we don't
776           handle (like font tags, for example).
777
778         * tests/check/elements/subparse.c:
779           Add test for this.
780
781 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst/playback/gstdecodebin.c: (add_fakesink),
784         (gst_decode_bin_change_state):
785         * gst/playback/gstdecodebin2.c: (add_fakesink),
786         (gst_decode_bin_change_state):
787           Don't error out if there is no fakesink in the NULL to READY state
788           change, since when decodebin is re-used, we're only adding the
789           fakesink element in READY to PAUSED.
790
791         * tests/check/elements/decodebin.c:
792         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
793         (decodebin_suite):
794           Minimal unit test to make sure we can use the same decodebin
795           instance twice (at least with audiotestsrc input).
796
797 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
800           Try to get devic-name from device string first, and from handle only
801           as fallback (seems to yield better results and is more robust
802           against buggy probing code on the application side).
803
804 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
805
806         Based on patch by: Julien Puydt <julien.puydt at laposte net>
807
808         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
809         (gst_alsa_find_device_name):
810         * ext/alsa/gstalsa.h:
811         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
812         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
813           Improve device-name detection a bit, especially in the case where
814           the device is not actually open (#405020, #405024). Move common code
815           into gstalsa.c instead of duplicating it.
816
817 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
818
819         * gst/audioconvert/gstaudioconvert.c:
820           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
821
822 2007-02-06  Julien MOUTTE  <julien@moutte.net>
823
824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
825         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
826         (gst_xvimagesink_interface_supported),
827         (gst_xvimagesink_probe_get_properties),
828         (gst_xvimagesink_probe_probe_property),
829         (gst_xvimagesink_probe_needs_probe),
830         (gst_xvimagesink_probe_get_values),
831         (gst_xvimagesink_property_probe_interface_init),
832         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
833         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
834         (gst_xvimagesink_get_type):
835         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
836         for XVAdaptors so that one can choose the adaptor to use with 
837         gstreamer-properties.
838
839 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
840
841         * gst/audioconvert/gstaudioconvert.c:
842           Also mention that a conversion from double to float is suboptimal still.
843
844 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
845
846         * gst-libs/gst/audio/gstaudiofilter.c:
847         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
848           Clear our formats structure and free the caps contained in it when
849           shutting down.
850
851 2007-02-05  Andy Wingo  <wingo@pobox.com>
852
853         * gst-libs/gst/audio/gstbaseaudiosink.c
854         (gst_base_audio_sink_callback): Update basesink->offset so that we
855         pull monotonically increasing offsets instead of, um, seeking back
856         to 0 each time. Fixes alsasrc ! alsasink!
857
858 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * gst/videoscale/gstvideoscale.c:
861           A width and height of 1 makes us crash, so increase minimum size to
862           2x2 pixels until someone feels like fixing this (#404512).
863
864 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
867           Add small test to make sure request pads are cleaned up properly
868           even if oggmux never changes state out of NULL.
869
870 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
871
872         * tests/check/libs/utils.c: (GST_START_TEST):
873           Fix unit test. Turns out things work much better when you
874           NULL-terminate string arrays. Should make p5 build bot happy again.
875
876 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst-libs/gst/audio/Makefile.am:
879         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
880         (gst_audio_filter_template_base_init),
881         (gst_audio_filter_template_class_init),
882         (gst_audio_filter_template_init),
883         (gst_audio_filter_template_set_property),
884         (gst_audio_filter_template_get_property),
885         (gst_audio_filter_template_setup),
886         (gst_audio_filter_template_filter),
887         (gst_audio_filter_template_filter_inplace), (plugin_init):
888           Oops, forgot to commit fixed-up example.
889
890 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * docs/libs/gst-plugins-base-libs-sections.txt:
893         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
894         (gst_audio_filter_class_init), (gst_audio_filter_init),
895         (gst_audio_filter_set_caps),
896         (gst_audio_filter_class_add_pad_templates):
897         * gst-libs/gst/audio/gstaudiofilter.h:
898           Port GstAudioFilter to 0.10. This change technically breaks
899           API and ABI (and thus also every library developer's heart),
900           but seems justifiable on the grounds that the base class was
901           completely unusable before (ie. would crash immediately when
902           actually used). Fixes #403963 (and eventually also #403572).
903           Also document all of this a bit.
904
905 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * gst-libs/gst/utils/install-plugins.c:
908         (gst_install_plugins_spawn_child):
909         * tests/check/libs/utils.c:
910         (test_base_utils_install_plugins_do_callout):
911           Lowering log level to see why things fail on the p5 build bot;
912           fix some typos in unit test messages.
913
914 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
915
916         * tests/check/libs/utils.c:
917         (test_base_utils_install_plugins_do_callout):
918           Don't hard-code temp directory for test helper; use GLib functions
919           to write out file and do error checking etc.
920
921 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * gst-libs/gst/utils/Makefile.am:
924         * gst-libs/gst/utils/base-utils.h:
925         * gst-libs/gst/utils/install-plugins.c:
926         (gst_install_plugins_context_set_xid),
927         (gst_install_plugins_context_new),
928         (gst_install_plugins_context_free),
929         (gst_install_plugins_get_helper),
930         (gst_install_plugins_spawn_child),
931         (gst_install_plugins_return_from_status),
932         (gst_install_plugins_installer_exited),
933         (gst_install_plugins_async), (gst_install_plugins_sync),
934         (gst_install_plugins_return_get_name),
935         (gst_install_plugins_installation_in_progress):
936         * gst-libs/gst/utils/install-plugins.h:
937           API: add API for applications to initiate installation of missing
938           plugins, ie. gst_install_plugins_async() primarily.
939           Based on libgimme-codec by Ryan Lortie.
940
941         * configure.ac:
942           Add --with-install-plugins-helper configure option so distros can specify
943           the path of the helper script or program to call when plugin installation
944           is requested (distros: please do any argument munging in this helper
945           script instead of patching GStreamer to pass arguments differently
946           to another program directly).
947
948         * docs/libs/gst-plugins-base-libs-docs.sgml:
949         * docs/libs/gst-plugins-base-libs-sections.txt:
950           Build and document new API.
951
952         * tests/check/libs/utils.c: (result_cb),
953         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
954         (libgstbaseutils_suite):
955           Some simple checks for the new API.
956
957 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
958
959         * tests/check/elements/audioconvert.c: (test_float_conversion):
960           Add small test for 32bit float <=> 64bit float conversion (works
961           only one way so far, 32=>64 produces structured noise).
962
963 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
964
965         * gst/audioconvert/gstaudioconvert.c:
966         (set_structure_widths_32_and_64), (make_lossless_changes):
967           We don't support floats with a width of 40, 48 or 56 bits.
968
969 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
970
971         * gst/audioconvert/audioconvert.c: (float), (double),
972         (audio_convert_get_func_index):
973         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
974         (make_lossless_changes):
975           Support for 64-bit float audio in audioconvert (#339837)
976
977 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
978
979         Patch by: Holger Wansing  <linux wansing-online de>
980
981         * po/LINGUAS:
982         * po/de.po:
983           Add German translation (#352069).
984
985 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
986
987         reviewed by: Wim Taymans <wim@fluendo.com>
988
989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
990         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
991         Use newly added GstCollectPads API to free the allocated resources in
992         the GstOggPad structures (#402393).
993
994 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
995
996         * gst/playback/gstplaybin.c: (gen_vis_element):
997           Add audioresample+audioconvert in front of the visualisation
998           element, so that elements like libvisual 0.4 that don't support all
999           samplerates can work.
1000
1001           Fixes: #402505
1002
1003 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1006         (gst_play_base_bin_get_streaminfo_value_array):
1007           Take some locks and make a copy of the streaminfo value array we
1008           maintain while holding the lock, so that the application can
1009           retrieve the stream-info as a value array in a thread-safe way.
1010
1011 2007-01-30  Wim Taymans  <wim@fluendo.com>
1012
1013         * gst/audioconvert/gstaudioconvert.c:
1014         Don't fail on 0 sized buffers. Fixes #396835.
1015
1016 2007-01-29  David Schleef  <ds@schleef.org>
1017
1018         * gst/typefind/gsttypefindfunctions.c:
1019           Detect BBCD as video/x-dirac, so we can play raw dirac
1020           streams.
1021
1022 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * ext/theora/theoraenc.c: (theora_enc_chain):
1025           Check return value of theora_encode_header(), or we might try to
1026           allocate a random number of bytes. theora_encode_header() can fail
1027           if libtheora has been compiled with encoding support disabled.
1028           Fixes #398110.
1029
1030 2007-01-29  Wim Taymans  <wim@fluendo.com>
1031
1032         * tests/check/gst/.cvsignore:
1033         Do as buildbot says.
1034
1035 2007-01-29  Wim Taymans  <wim@fluendo.com>
1036
1037         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1038         Fix strides in libvisual. Gst uses X strides.
1039         Inspired by: <ed at catmur dot co dot uk> and 
1040         <tim at centricular dot net>
1041         Fixes #401118.
1042
1043 2007-01-27  Wim Taymans  <wim@fluendo.com>
1044
1045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1046         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1047         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1048         (gst_ogg_demux_perform_seek),
1049         (gst_ogg_demux_bisect_forward_serialno),
1050         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1051         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1052         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1053         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1054         * ext/ogg/gstoggdemux.h:
1055         Properly propagate streaming errors when we are scanning the file for
1056         chains so that we don't crash when shut down. Might fix some crashers
1057         when quickly switching oggs in RB such as #332503 and #378436.
1058
1059 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1060
1061         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1062           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1063           error code as well.
1064
1065 2007-01-25  Wim Taymans  <wim@fluendo.com>
1066
1067         * gst/playback/gstplaybasebin.c: (remove_source):
1068         Don't try to disconnect a signal from a finalized object.
1069
1070 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1071
1072         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1073           Cast lock macro parameters to make sure we're actually accessing the
1074           lock member at the right class level. Free list itself in _dispose()
1075           as well and NULL it in case dispose gets called multiple times.
1076
1077 2007-01-25  Edward Hervey  <edward@fluendo.com>
1078
1079         * gst/playback/gstdecodebin2.c:
1080         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1081         Free GstDecodeGroups no longer used.
1082         (gst_decode_group_expose):
1083         Don't unlock too many times !
1084         (deactivate_free_recursive):
1085         Free iterator once we're done with it.
1086         Fix for recursively deactivating elements (stop at ghostpads).
1087
1088 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1089
1090         * gst/playback/gstplaybin.c: (handoff):
1091           Fix up caps on the frame buffer before we save it and potentially
1092           make it accessible to other threads via g_object_get; also use
1093           gst_buffer_replace() instead of gst_mini_object_replace().
1094
1095 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1098           Make getting the current frame thread-safe.
1099
1100 2007-01-25  Edward Hervey  <edward@fluendo.com>
1101
1102         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1103         (gst_decode_group_new), (gst_decode_group_free):
1104         Set queues to bigger sizes to cope with HD contents.
1105         Fix some mutex freeing and add comment about MT safe methods.
1106
1107 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1110         (gst_text_overlay_text_event):
1111           Don't unnecessarily ref (and then leak) upstream events if the text
1112           pad is not linked. Fixes #399948.
1113
1114         * tests/check/gst-plugins-base.supp:
1115           Add suppression for pango on edgy/x86 for textoverlay test.
1116
1117 2007-01-24  Wim Taymans  <wim@fluendo.com>
1118
1119         * gst-libs/gst/rtp/gstrtpbuffer.h:
1120         Add some more fixed payloads.
1121
1122 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1123
1124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1125           Error out properly if we get an error from libogg while reading the
1126           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1127
1128 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1131           Don't leak mutex.
1132
1133         * tests/check/elements/playbin.c:
1134         (test_sink_usage_video_only_stream),
1135         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1136         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1137         (test_missing_suburisource_handler),
1138         (test_missing_primary_decoder), (playbin_suite):
1139           Run all tests once with decodebin and once with decodebin2.
1140           One test does not pass yet with decodebin2.
1141
1142 2007-01-23  Edward Hervey  <edward@fluendo.com>
1143
1144         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1145         Fix the cases where oggmux doesn't properly figure out that all
1146         sinkpads have gone EOS, and therefore doesn't push out the remaining
1147         buffers and the final EOS event.
1148         Fixes #363379
1149
1150 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1151
1152         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1154         Don't lock on navigation event push, just on keysym to string.
1155         Fixes #397673 again.
1156
1157 2007-01-22  Edward Hervey  <edward@fluendo.com>
1158
1159         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1160         (get_current_group), (group_demuxer_event_probe),
1161         (gst_decode_group_expose), (deactivate_free_recursive),
1162         (gst_decode_group_free):
1163         Cleanups.
1164         Don't forget to emit 'no-more-pads' once a group is exposed.
1165         Cleanup elements from a DecodeGroup once we remove it.
1166         Protect call to gst_decode_group_expose() with the decodebin lock.
1167
1168 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1169
1170         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1172         Looking at Xorg code i can't figure out if that XKeysymToString
1173         function is thread sensible or not. Lock it just in case as
1174         recommended by Radek Doulik <rodo at ximian dot com>.
1175
1176 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1177
1178         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1180         Lock that X Call as well. Fixes #397673.
1181
1182 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1183
1184         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1185           Don't go into an endless loop if the file starts with 00 00 01 2X,
1186           like quicktime redirect files might. Fixes #396042.
1187
1188         * tests/check/Makefile.am:
1189         * tests/check/gst/.cvsignore:
1190         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1191         (typefindfunctions_suite):
1192           Add unit test for the above.
1193
1194 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1195
1196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1197           On second thought, use "depth" field rather than "bpp" field.
1198
1199 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1200
1201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1202           Camtasia caps apparently need a bpp field (#398875).
1203
1204 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1205
1206         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1207         (gen_source_element), (gst_play_base_bin_change_state):
1208           Attempt at a better error message in case we don't have the required
1209           URI handler installed; post missing-plugin message also when we're
1210           missing an URI handler for the subtitle URI; clean up properly also
1211           when an error occurs and we never made it to PAUSED state.
1212
1213         * tests/check/elements/playbin.c: (GST_START_TEST),
1214         (playbin_suite):
1215           Check that we're also getting a missing-plugin messsage for a
1216           missing subtitle URI handler (and clean up properly).
1217
1218 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1221           Plug a few reference leaks.
1222
1223 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1224
1225         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1226           Lower probability a bit if the marker isn't right at the start,
1227           to decrease the chance of false positives.
1228
1229 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1230
1231         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1232           Small mpeg2 system stream typefinding improvement: make typefinder
1233           probe a bit into the stream instead of just looking for a marker
1234           at the beginning. Fixes #397810.
1235
1236 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1237
1238         * gst/audioconvert/gstchannelmix.c:
1239           Remove compatibility cruft for prehistoric GLib versions.
1240
1241 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1242
1243         * gst/playback/Makefile.am:
1244         * gst/playback/gstdecodebin.c: (close_pad_link):
1245         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1247         (gst_play_base_bin_handle_message_func), (unknown_type):
1248           Let decodebin be the element to post missing-plugin messages for
1249           missing decoders (rather than playbin); make playbin implement
1250           GstBin::handle_message so we can suppress missing-plugin messages
1251           for types we're not handling on purpose (don't want to bring up an
1252           installer in those cases).
1253
1254 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1255
1256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1257         * gst-libs/gst/tag/gstvorbistag.c:
1258         (gst_tag_list_to_vorbiscomment_buffer):
1259         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1260           Fix potentially unaligned access (#397207).
1261
1262 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1263
1264         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1265         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1266         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1267         (main):
1268           Allow to toggle looping while it plays. Fix callback prototype. Clean
1269           up code a bit more. Add copyright header.
1270
1271 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1272
1273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1274           Red and blue mask was swapped (spotted by Dan Williams).
1275
1276 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1277
1278         * gst-libs/gst/tag/gstid3tag.c:
1279         * gst-libs/gst/tag/gstvorbistag.c:
1280           Use new beats-per-minute tag from core.
1281
1282 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1283
1284         * po/POTFILES.in:
1285           Add new files with translatable strings, so they actually make it
1286           into the template file one day.
1287
1288 2007-01-12  Andy Wingo  <wingo@pobox.com>
1289
1290         * gst-libs/gst/audio/gstbaseaudiosink.c
1291         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1292         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1293         stuff, as the base class handles this now. Actually tell the ring
1294         buffer to start.
1295         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1296         How did this work before? Maybe I'm not as awesome a programmer as
1297         I think.
1298
1299         * gst-libs/gst/audio/gstbaseaudiosrc.c
1300         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1301         of a pad function.
1302
1303 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1306           Remove more fields so that the application can better blacklist
1307           formats that have been tried before.
1308
1309 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * gst-libs/gst/audio/mixerutils.h:
1312           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1313           used when compiling with c++ compilers as well.
1314
1315 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1316
1317         * gst/typefind/gsttypefindfunctions.c:
1318           Fix comment.
1319
1320 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1321
1322         * gst/playback/gstplaybin.c: (post_missing_element_message),
1323         (gen_video_element), (gen_text_element), (gen_audio_element),
1324         (gen_vis_element):
1325           Post missing-plugin messages also when we error out because
1326           converters, textoverlay or auto*sinks are missing (#161922).
1327
1328 2007-01-10  Wim Taymans  <wim@fluendo.com>
1329
1330         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1331         (is_demuxer_element), (new_caps):
1332         * gst/playback/gstplaybasebin.c: (source_new_pad):
1333         Fix the case where we try to ref a NULL element when we delay a link
1334         because of unfixed caps.
1335         Set the state of autoplugged decodebins to PAUSED.
1336         RTSP now works in playbin, we can remove it from the blacklist.
1337
1338 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst/playback/Makefile.am:
1341         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1342         (unknown_type), (setup_subtitle), (gen_source_element):
1343         * gst/playback/gstplaybin.c: (plugin_init):
1344           Post missing-plugin messages on the bus for missing sources and
1345           missing decoders/demuxers/depayloaders; fix error code used when
1346           we're missing an URI handler source; for media types that we are not
1347           handling on purpose at the moment, don't print "don't know how to
1348           handle xyz" messages to the terminal or post missing-plugin
1349           messages on the bus.
1350
1351         * tests/check/elements/playbin.c: (create_playbin),
1352         (GST_START_TEST), (gst_codec_src_uri_get_type),
1353         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1354         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1355         (gst_codec_src_init_type), (gst_codec_src_base_init),
1356         (gst_codec_src_create), (gst_codec_src_class_init),
1357         (gst_codec_src_init), (plugin_init), (playbin_suite):
1358           Add some tests for the missing-plugin stuff.
1359
1360 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * configure.ac:
1363         * gst-libs/gst/Makefile.am:
1364         * gst-libs/gst/utils/Makefile.am:
1365         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1366         * gst-libs/gst/utils/base-utils.h:
1367         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1368         (find_format_info), (caps_are_rtp_caps),
1369         (gst_base_utils_get_source_description),
1370         (gst_base_utils_get_sink_description),
1371         (gst_base_utils_get_decoder_description),
1372         (gst_base_utils_get_encoder_description),
1373         (gst_base_utils_get_element_description),
1374         (gst_base_utils_add_codec_description_to_tag_list),
1375         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1376         * gst-libs/gst/utils/descriptions.h:
1377         * gst-libs/gst/utils/missing-plugins.c:
1378         (missing_structure_get_type), (copy_and_clean_caps),
1379         (gst_missing_uri_source_message_new),
1380         (gst_missing_uri_sink_message_new),
1381         (gst_missing_element_message_new),
1382         (gst_missing_decoder_message_new),
1383         (gst_missing_encoder_message_new),
1384         (missing_structure_get_string_detail),
1385         (missing_structure_get_caps_detail),
1386         (gst_missing_plugin_message_get_installer_detail),
1387         (gst_missing_plugin_message_get_description),
1388         (gst_is_missing_plugin_message):
1389         * gst-libs/gst/utils/missing-plugins.h:
1390           API: add new libgstbaseutils library with functions
1391           - to create and parse missing-plugins messages
1392           - that provide (translated) descriptions for caps/decoders/sources/etc.
1393           Closes #392393.
1394
1395         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1396         * pkgconfig/gstreamer-plugins-base.pc.in:
1397           Add new lib.
1398
1399         * docs/libs/gst-plugins-base-libs-docs.sgml:
1400         * docs/libs/gst-plugins-base-libs-sections.txt:
1401           Generate docs for new lib and API.
1402
1403         * tests/check/Makefile.am:
1404         * tests/check/libs/.cvsignore:
1405         * tests/check/libs/utils.c: (missing_msg_check_getters),
1406         (GST_START_TEST), (libgstbaseutils_suite):
1407           Add some basic unit tests.
1408
1409 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1410
1411         * ext/ogg/Makefile.am:
1412           Dist gstoggdemux.h to fix 'make distcheck'.
1413
1414         * sys/v4l/Makefile.am:
1415           Fix 'make distcheck' even more.
1416
1417 2007-01-09  Wim Taymans  <wim@fluendo.com>
1418
1419         * docs/plugins/Makefile.am:
1420         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1421         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1422         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1423         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1424         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1425         (gst_ogg_demux_perform_seek):
1426         * ext/ogg/gstoggdemux.h:
1427         Added docs.
1428         Add some more comments.
1429         Small cleanups.
1430
1431 2007-01-09  Wim Taymans  <wim@fluendo.com>
1432
1433         * ext/theora/theoradec.c:
1434         * ext/vorbis/vorbisdec.c:
1435         * gst-libs/gst/audio/gstringbuffer.c:
1436         (gst_ring_buffer_commit_full):
1437         * gst-libs/gst/audio/gstringbuffer.h:
1438         * gst-libs/gst/rtp/gstrtpbuffer.c:
1439         * gst-libs/gst/tag/gstvorbistag.c:
1440         Small documentation updates/fixes
1441
1442 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1443
1444         * configure.ac:
1445           Require core CVS HEAD for Andy's basesrc/sink API additions.
1446
1447 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1448
1449         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1450
1451         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1452         (plugin_init):
1453           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1454           on flac.sf.net (there appear to be other versions of the first
1455           ogg page in the wild) (#391365).
1456
1457 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1458
1459         * configure.ac:
1460           Check if localtime_r() is available.
1461
1462         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1463           If localtime_r() is not available, fall back to localtime(). Should
1464           fix build on MingW (#393310).
1465
1466 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1467
1468         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1469         * gst/subparse/gstsubparse.h:
1470           Remove spurious 1000 subtrahend when calculating the timestamp from
1471           the frame number and the frame rate . Also, use the frames/second
1472           value specified in the first line of the file, if one is specified
1473           there. Should fix #357503.
1474
1475         * tests/check/elements/subparse.c: (do_test),
1476         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1477         (subparse_suite):
1478           Add some basic unit tests for the microdvd subtitle format.
1479
1480 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1481
1482         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1483         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1484         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1485         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1486         (gst_xvimagesink_set_xwindow_id),
1487         (gst_xvimagesink_set_event_handling),
1488         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1489         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1490         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1491         Fixes : #390076.
1492         Add an adaptor property to select a specific XV adaptor.
1493         * sys/xvimage/xvimagesink.h:
1494
1495 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1496
1497         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1498         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1499         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1500         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1501         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1502         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1503         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1504         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1505         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1506         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1507         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1508         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1509         Use flow_lock much more to protect every access to xwindow.
1510         Try to catch erros while creating images in case some drivers are
1511         just generating an XError when the requested image is too big.
1512         Should fix : #354698, #384008, #384060.
1513         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1514         Implement some stress testing of setting window xid.
1515
1516 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1517
1518         * win32/common/libgsaudio.def:
1519           Add new exported function.
1520         * win32/common/libgstogg.dsp:
1521           Add gstoggaviparse.c to the build.
1522         * win32/common/libgstvideoscale.dsp:
1523           Add vs_4tap.c to the build.
1524         * win32/common/libgstvorbis.dsp:
1525           Add vorbistag.c to the build.
1526         
1527 2007-01-06  Andy Wingo  <wingo@pobox.com>
1528
1529         * gst-libs/gst/audio/gstbaseaudiosink.c
1530         (gst_base_audio_sink_class_init)
1531         (gst_base_audio_sink_init): 
1532         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1533         to baseaudiosink, and tell basesink that we can work in pull mode.
1534         This way the ring buffer thread drives the pipeline directly, if
1535         pull mode is possible. There is some lingering nastiness regarding
1536         capsnego, however.
1537         (gst_base_audio_sink_callback): Implement the callback to pull
1538         data. This interface is a bit light, though -- it should get a
1539         GstFlowReturn return value at least.
1540
1541 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1542
1543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1544         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1545         * gst/playback/gstdecodebin2.c:
1546         (gst_decode_group_check_if_blocked):
1547           Printf format and missing argument fixes.
1548
1549 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1550
1551         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1552         (gst_ogm_parse_change_state):
1553         Activate pads before adding them to the element.
1554
1555 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * tests/examples/seek/scrubby.c: (main):
1558         * tests/examples/seek/seek.c: (main):
1559           Call g_thread_init() first thing in main() (see #391278).
1560
1561 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1562
1563         * tests/check/Makefile.am:
1564         * tests/check/libs/.cvsignore:
1565         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1566         (netbuffer_suite):
1567           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1568           for the time being, since it's broken, see #393099.
1569
1570 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * tests/check/Makefile.am:
1573           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1574
1575 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1576
1577         * configure.ac:
1578           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1579           so that GST_BASE_CFLAGS can go inbetween them, making sure
1580           we use uninstalled gst-libs headers
1581         * docs/libs/Makefile.am:
1582         * ext/alsa/Makefile.am:
1583         * ext/cdparanoia/Makefile.am:
1584         * ext/gnomevfs/Makefile.am:
1585         * ext/libvisual/Makefile.am:
1586         * ext/ogg/Makefile.am:
1587         * ext/theora/Makefile.am:
1588         * ext/vorbis/Makefile.am:
1589         * gst-libs/gst/audio/Makefile.am:
1590         * gst-libs/gst/cdda/Makefile.am:
1591         * gst-libs/gst/interfaces/Makefile.am:
1592         * gst-libs/gst/riff/Makefile.am:
1593         * gst-libs/gst/rtp/Makefile.am:
1594         * gst-libs/gst/tag/Makefile.am:
1595         * gst/adder/Makefile.am:
1596         * gst/audioconvert/Makefile.am:
1597         * gst/audiorate/Makefile.am:
1598         * gst/audioresample/Makefile.am:
1599         * gst/playback/Makefile.am:
1600         * gst/tcp/Makefile.am:
1601         * gst/videoscale/Makefile.am:
1602         * gst/volume/Makefile.am:
1603         * sys/ximage/Makefile.am:
1604         * sys/xvimage/Makefile.am:
1605         * tests/icles/Makefile.am:
1606           adapt
1607
1608 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1609
1610         * gst-libs/gst/interfaces/xoverlay.c:
1611         (gst_x_overlay_handle_events):
1612         * gst-libs/gst/interfaces/xoverlay.h:
1613         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1614         (gst_ximagesink_set_xwindow_id),
1615         (gst_ximagesink_set_event_handling),
1616         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1617         (gst_ximagesink_get_property), (gst_ximagesink_init),
1618         (gst_ximagesink_class_init):
1619         * sys/ximage/ximagesink.h:
1620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1621         (gst_xvimagesink_set_xwindow_id),
1622         (gst_xvimagesink_set_event_handling),
1623         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1624         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1625         (gst_xvimagesink_class_init):
1626         * sys/xvimage/xvimagesink.h:
1627         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1628         Add a method to the XOverlay interface to allow disabling of 
1629         event handling in x[v]imagesink elements. This will let X events
1630         propagate to parent windows which can be usefull in some cases.
1631         Be carefull that the application is then responsible of pushing
1632         navigation events and expose events to the video sink.
1633         Fixes: #387138.
1634
1635 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1636
1637         * gst-libs/gst/tag/gstvorbistag.c:
1638         * tests/check/libs/tag.c: (GST_START_TEST):
1639           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1640           (fixes #392070).
1641
1642 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         * configure.ac:
1645         * docs/Makefile.am:
1646         * docs/design/Makefile.am:
1647           Dist design docs.
1648
1649 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1650
1651         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1652         typo. Fixes: #390063.
1653
1654 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1655
1656         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1658         caps leak.
1659         * win32/common/config.h: Updated.
1660
1661 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1662
1663         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1664         (setup_gdpdepay_streamheader):
1665         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1666         (setup_gdppay_streamheader):
1667           Fix the dp tests, but activating the pads for the streamheader tests
1668           too and cleaning up conditionaly
1669
1670 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1671
1672         * gst/ffmpegcolorspace/avcodec.h:
1673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1674         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1675         (gst_ffmpegcsp_avpicture_fill):
1676         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1677         (img_get_alpha_info):
1678         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1679         other end of the word. Fixes: #387073.
1680
1681         Add some inconsequential branch hints in a couple of places.
1682
1683 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1686         (gst_ffmpeg_caps_to_smpfmt):
1687           The "signed" field in raw audio caps is of boolean type, trying to
1688           extract the value with _get_int() will fail (fix to keep in sync with
1689           the copy in gst-ffmpeg)
1690
1691 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1692
1693         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1694         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1695         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1696         (cleanup_gdpdepay):
1697         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1698         * tests/check/elements/subparse.c: (teardown_subparse):
1699         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1700         * tests/check/elements/videorate.c: (cleanup_videorate):
1701         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1702         * tests/check/elements/volume.c: (cleanup_volume):
1703         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1704         (cleanup_vorbisdec):
1705         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1706         (cleanup_vorbistag):
1707           consistent pad (de)activation
1708
1709 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1710
1711         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1712           Forgot to register the extensions.
1713
1714 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1715
1716         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1717         (plugin_init):
1718           Add typefinder for VIVO files (my christmas present to the 90s).
1719
1720 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1721
1722         * gst/playback/gstdecodebin.c: (type_found):
1723           Special-case the text/plain media type: we only want to recognise it
1724           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1725           parser, but not if the entire stream is of text/plain type. If the
1726           entire stream is text/plain, we should just error out.
1727
1728           This fixes playback of audio files with lyrics in totem. Totem can't
1729           distinguish between text files and subtitle files and passes any
1730           .txt file with the same basename as the main file to playbin as
1731           suburi, and playbin will then throw a 'subtitle found, but no video
1732           stream' error, which isn't entirely helpful. See #380342.
1733
1734           Also, with this change we'll show a slightly more correct error
1735           message in case totem passes a playlist file to us (although a
1736           custom error message wording instead of the default text would
1737           probably not be a bad idea either).
1738
1739           Same problem also needs to be fixed for playbin+decodebin2.
1740
1741         * tests/check/Makefile.am:
1742         * tests/check/elements/decodebin.c: (src_handoff_cb),
1743         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1744         (decodebin_suite):
1745           Add simple unit test for decodebin for the above.
1746
1747 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1748
1749         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1750         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1751           Refuse to change state to READY when we failed to create any of the
1752           required elements in our instance init function.
1753
1754 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1755
1756         * docs/libs/gst-plugins-base-libs-sections.txt:
1757           Small docs fixes/updates.
1758
1759         * gst-libs/gst/video/gstvideosink.h:
1760           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1761           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1762           removed from the base sink API between 0.9.6 and 0.9.7).
1763           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1764           accessor macros, so we don't do a runtime GObject type check every
1765           time we use them.
1766
1767 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1768
1769         * Makefile.am:
1770         * gst-plugins-base.doap:
1771         * gst-plugins-base.spec.in:
1772           add doap file
1773
1774 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1775
1776         Patch by: Jens Granseuer <jensgr at gmx net>
1777
1778         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1779         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1780         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1781         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1783           Declare variables at the beginning of a block. Fixes #383195.
1784
1785 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1786
1787         * configure.ac:
1788         Bump version nano - back to CVS.
1789
1790
1791 === release 0.10.11 ===
1792
1793 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1794
1795         * configure.ac:
1796           releasing 0.10.11, "Dumb things"
1797
1798 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1799
1800         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1801         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1802         Handle the case where an element has multiple pads with 
1803         unfixed caps as well as still possibly producing more dynamic 
1804         pads by storing each case as a distinct entry in the dynamic list.
1805         Fixes #38223 again.
1806
1807 2006-12-04  Wim Taymans  <wim@fluendo.com>
1808
1809         * gst/playback/gstdecodebin.c: (close_pad_link):
1810         Fix #382223, add more dynamic caps handling.
1811
1812 2006-12-04  Wim Taymans  <wim@fluendo.com>
1813
1814         reviewed by: <delete if not using a buddy>
1815
1816         * gst-libs/gst/audio/gstringbuffer.h:
1817         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1818         (gst_netaddress_set_ip4_interface),
1819         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1820         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1821         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1822         (gst_netaddress_get_ttl):
1823         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1824         * gst/playback/gstdecodebin.c: (close_pad_link):
1825         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1826         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1827         * win32/common/config.h:
1828
1829 2006-12-01  Michael Smith  <msmith@fluendo.com>
1830
1831         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1832           Delete bad debug code.
1833           Fixes #381219
1834
1835 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1836
1837         * gst/videoscale/vs_4tap.c:
1838         * win32/MANIFEST:
1839         * win32/common/config.h:
1840         * win32/vs8/libgstvideoscale.vcproj:
1841         Fix compilation on win32 under VS8
1842         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1843         Partially fixes #381175
1844
1845 2006-11-30  Michael Smith  <msmith@fluendo.com>
1846
1847         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1848         (GST_START_TEST):
1849           It would be very bad if, after a discont buffer, we thought every
1850           single following buffer was also discont. So, add to the test to
1851           ensure that this isn't the case.
1852           
1853         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1854           ... it was the case. So fix it.
1855
1856 2006-11-28  Wim Taymans  <wim@fluendo.com>
1857
1858         * gst/playback/gstplaybasebin.c: (check_queue_event):
1859         Improve debug.
1860
1861         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1862         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1863         padtemplate caps. Refixes #357577.
1864
1865 2006-11-28  Wim Taymans  <wim@fluendo.com>
1866
1867         * gst/playback/gstplaybasebin.c: (check_queue_event),
1868         (queue_threshold_reached), (queue_out_of_data),
1869         (gen_preroll_element):
1870         Add event probe to see when EOS is in a queue and we can disable the
1871         underrun signals. Fixes #357577.
1872
1873 2006-11-28  Edward Hervey  <edward@fluendo.com>
1874
1875         * gst/playback/Makefile.am:
1876         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1877         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1878         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1879         (gst_decode_bin_init), (gst_decode_bin_dispose),
1880         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1881         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1882         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1883         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1884         (connect_element), (expose_pad), (type_found),
1885         (pad_added_group_cb), (pad_removed_group_cb),
1886         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1887         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1888         (are_raw_caps), (multi_queue_overrun_cb),
1889         (multi_queue_underrun_cb), (gst_decode_group_new),
1890         (get_current_group), (group_demuxer_event_probe),
1891         (gst_decode_group_control_demuxer_pad),
1892         (gst_decode_group_control_source_pad),
1893         (gst_decode_group_check_if_blocked),
1894         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1895         (gst_decode_group_hide), (gst_decode_group_free),
1896         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1897         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1898         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1899         (plugin_init):
1900         New decodebin2 element.
1901         Closes #370092
1902         * gst/playback/gstplay-marshal.list:
1903         Added marshallers for new signals in decodebin2
1904         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1905         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1906         is set.
1907
1908 2006-11-28  Wim Taymans  <wim@fluendo.com>
1909
1910         * gst/playback/gstplaybasebin.c: (setup_source),
1911         (gst_play_base_bin_change_state):
1912         Disable rtsp:// uris for the release, it's not good enough yet.
1913         Remove unused var.
1914
1915 2006-11-26  Wim Taymans  <wim@fluendo.com>
1916
1917         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1918         (theora_dec_push_forward), (theora_dec_push_reverse),
1919         (theora_handle_data_packet), (theora_dec_decode_buffer),
1920         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1921         (theora_dec_chain_forward), (theora_dec_chain):
1922         Implement reverse playback.
1923
1924         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1925         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1926         (vorbis_dec_chain_forward):
1927         Clear buffers used for reverse playback in _reset.
1928         No need to set the eos flag, we clip samples using the segment.
1929
1930 2006-11-24  Wim Taymans  <wim@fluendo.com>
1931
1932         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1933         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1934         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1935         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1936         Some cleanups.
1937         Handle continued pages in reverse mode.
1938
1939 2006-11-24  Wim Taymans  <wim@fluendo.com>
1940
1941         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1942         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1943         (vorbis_dec_flush_decode):
1944         Small cleanups.
1945         Don't try to add invalid timestamps.
1946         Clipping will unref the buffer.
1947
1948 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1949
1950         * gst/adder/gstadder.h:
1951         * gst/audiotestsrc/gstaudiotestsrc.h:
1952           remove obsolete _factory_init protos
1953
1954 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1955
1956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1957           Fix spacing in debug message.
1958
1959 2006-11-23  Wim Taymans  <wim@fluendo.com>
1960
1961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1962         (gst_ogg_demux_chain):
1963         Don't just ignore return values from _pad_push().
1964         Small debug improvements.
1965
1966 2006-11-23  Michael Smith  <msmith@fluendo.com>
1967
1968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1969           If our incoming buffer is marked as DISCONT, then increment the page
1970           number (so that the discontinuity is marked in the final ogg
1971           bitstream) and flush the previous page.
1972
1973 2006-11-22  Michael Smith  <msmith@fluendo.com>
1974
1975         * ext/theora/gsttheoraenc.h:
1976         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1977         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1978         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1979         (theora_enc_chain), (theora_enc_change_state):
1980           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1981
1982         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1983         (GST_START_TEST), (theoraenc_suite):
1984           Enable discontinuity test, fix it.
1985
1986 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1987
1988         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1989         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1990         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1991         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1992         (gst_text_overlay_change_state):
1993         * ext/pango/gsttextoverlay.h:
1994           Some textoverlay fixes: for one, in the video chain function,
1995           actually wait for a text buffer to come in if there is none at the
1996           moment and there should be one; also, deal more gracefully with
1997           incoming buffers that do not have a timestamp or duration; discard
1998           text buffer when not needed any longer. Fixes #341681.
1999
2000         * tests/check/Makefile.am:
2001         * tests/check/elements/.cvsignore:
2002         * tests/check/elements/textoverlay.c:
2003         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2004         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2005         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2006         (test_video_waits_for_text_send_text_newsegment_thread),
2007         (test_video_waits_for_text_shutdown_element),
2008         (test_render_continuity_push_video_buffers_thread),
2009         (textoverlay_suite):
2010           Add some unit tests for textoverlay.
2011
2012 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2015           Avoid integer underflow when the found probability for mp3 is
2016           smaller than the 'penalty' we subtract if there's not a clean
2017           mp3 header sync at offset 0.
2018
2019 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2020
2021         * docs/libs/gst-plugins-base-libs-sections.txt:
2022           Add some new symbols to the docs
2023
2024 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2025
2026         * tests/check/Makefile.am:
2027         * tests/check/elements/ffmpegcolorspace.c:
2028         (ffmpegcolorspace_suite):
2029           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2030           (for now not for valgrinding though, since it takes too long).
2031
2032 2006-11-20  Wim Taymans  <wim@fluendo.com>
2033
2034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2035         (gst_ffmpeg_pixfmt_to_caps):
2036         Fix RGBA32 caps. Fixes #357038.
2037
2038 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2039
2040         * gst-libs/gst/interfaces/mixertrack.h:
2041           Add FIXME so we can add some padding here in 0.11
2042
2043 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2044
2045         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2046           Fix GstBaseRTPAudioPayload structure so the whole GObject
2047           inheritance business actually works (parent class instance structure
2048           must always come first in the derived class instance structure).
2049
2050 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2051
2052         * gst/videotestsrc/Makefile.am:
2053         * tests/check/Makefile.am:
2054           Make sure our checks and the videotestsrc plugin link against the
2055           local uninstalled gst libs and not any installed gst libs that
2056           might happen to exist as well.
2057
2058         * tests/check/elements/adder.c: (message_received),
2059         (test_event_message_received), (test_play_twice_message_received):
2060         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2061           Fix compiler warnings when compiling against core with disabled
2062           debugging system.
2063
2064 2006-11-16  Michael Smith  <msmith@fluendo.com>
2065
2066         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2067         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2068           Fix audiorate, so that it accurately sets offsets and timestamps.
2069           Doesn't change the fundamental algorithmic decisions; so should be
2070           safe.
2071
2072         * tests/check/Makefile.am:
2073           Enable audiorate test now that it passes.
2074
2075 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2076
2077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2078           clear xv when going to NULL, remove // commented non-existant proto
2079
2080         * tests/examples/seek/seek.c: (main):
2081           add missing tooltip description for scrub and play_scrub
2082
2083 2006-11-14  David Schleef  <ds@schleef.org>
2084
2085         * configure.ac:
2086           Bump liboil requirement to 0.3.8.
2087         * gst-libs/gst/riff/riff-media.c:
2088           Add Dirac fourcc.
2089         * gst/videoscale/vs_image.h:
2090         * gst/videoscale/vs_scanline.h:
2091           Use liboil's stdint.h.
2092         * gst/videotestsrc/videotestsrc.c:
2093           Remove liboil related ifdef's, since they aren't needed now, and
2094           won't work with future versions.
2095
2096 2006-11-14  David Schleef  <ds@schleef.org>
2097
2098         * gst/videoscale/Makefile.am:
2099         * gst/videoscale/gstvideoscale.c:
2100         * gst/videoscale/gstvideoscale.h:
2101         * gst/videoscale/vs_4tap.c:
2102         * gst/videoscale/vs_4tap.h:
2103         * gst/videoscale/vs_image.c:
2104         * gst/videoscale/vs_image.h:
2105         * gst/videoscale/vs_scanline.c:
2106         * gst/videoscale/vs_scanline.h:
2107           Add a 4-tap image scaler.  Theoretically looks much prettier.
2108           The tap calculation could use some improvement.
2109
2110 2006-11-14  Wim Taymans  <wim@fluendo.com>
2111
2112         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2113
2114         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2115         (gst_riff_parse_strf_iavs):
2116         * gst/subparse/gstsubparse.c: (convert_encoding):
2117         * gst/tcp/gstmultifdsink.c:
2118         (gst_multi_fd_sink_handle_client_write):
2119         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2120         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2121         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2122         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2123         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2124         (gst_ximagesink_ximage_new):
2125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2126         Various gsize and gssize printf fixes. Fixes #372507.
2127
2128 2006-11-13  Wim Taymans  <wim@fluendo.com>
2129
2130         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2131         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2132         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2133         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2134         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2135         * ext/vorbis/vorbisdec.h:
2136         First stab at vorbis reverse playback.
2137
2138 2006-11-13  Wim Taymans  <wim@fluendo.com>
2139
2140         * gst-libs/gst/audio/gstbaseaudiosink.c:
2141         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2142         * gst-libs/gst/audio/gstbaseaudiosink.h:
2143         Make the clock sync code more accurate wrt resampling and playback
2144         at different rates.
2145         
2146         * gst-libs/gst/audio/gstringbuffer.c:
2147         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2148         * gst-libs/gst/audio/gstringbuffer.h:
2149         Use better algorithm to interpolate sample rates. 
2150
2151 2006-11-13  Michael Smith  <msmith@fluendo.com>
2152
2153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2154           Improve a debug line slightly.
2155
2156         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2157           Call gst_riff_init() in plugin_init, to avoid getting errors from
2158           the debug system (unrelated changes to another plugin made this turn
2159           up; not sure why).
2160
2161 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2164
2165         * win32/common/libgsttag.def:
2166           Add missing symbol (#366492).
2167
2168 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2169
2170         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2171           Don't unref a NULL pad.
2172
2173 2006-11-09  Wim Taymans  <wim@fluendo.com>
2174
2175         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2176         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2177         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2178         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2179         (gst_ogg_demux_loop):
2180         Implement first stab at reverse playback.
2181
2182 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2183
2184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2185         (gst_riff_create_video_template_caps):
2186           add h263/h264 variants to the caps, Fixes #363118
2187
2188 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2191         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2192           Use g_strerror instead of strerror so we get UTF-8.
2193
2194 2006-11-03  David Schleef  <ds@schleef.org>
2195
2196         * ext/ogg/gstoggdemux.c:
2197         * ext/ogg/gstoggmux.c:
2198           Add/remove KW-DIRAC header here, since it is ogg-specific.
2199
2200 2006-11-03  Michael Smith  <msmith@fluendo.com>
2201
2202         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2203           Recognise more mpeg4 elementary video streams.
2204
2205 2006-11-02  Edward Hervey  <edward@fluendo.com>
2206
2207         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2208         Lower the probability of mp3 typefinding functions if we don't find a
2209         valid mp3 header at the start of the file.
2210         Closes #369482
2211
2212 2006-11-02  Wim Taymans  <wim@fluendo.com>
2213
2214         * ext/theora/gsttheoradec.h:
2215         * ext/theora/theoradec.c: (gst_theora_dec_init),
2216         (theora_dec_sink_event), (theora_dec_chain_forward),
2217         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2218         (theora_dec_chain):
2219         Document and partially implement an algorithm for doing reverse playback
2220         of theora video.
2221
2222 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2225
2226         * win32/common/config.h:
2227         * win32/common/interfaces-enumtypes.c:
2228         * win32/common/libgsttag.def:
2229         * win32/vs8/gst-plugins-base.sln:
2230         * win32/vs8/libgstaudioresample.vcproj:
2231         * win32/vs8/libgstinterfaces.vcproj:
2232         * win32/vs8/libgstogg.vcproj:
2233         * win32/vs8/libgstriff.vcproj:
2234         * win32/vs8/libgsttag.vcproj:
2235         * win32/vs8/libgsttheora.vcproj:
2236         * win32/vs8/libgstvideoscale.vcproj:
2237         * win32/vs8/libgstvorbis.vcproj:
2238           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2239           to libgsttag.def; add missing dependencies for some vs8 projects;
2240           re-arrange placement of .def files in vs8 projects (#366334).
2241
2242 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2243
2244         * ext/ogg/gstogg.c:
2245           Remove unused variable.
2246
2247         * ext/ogg/gstoggdemux.c:
2248           Fix Wim's surname in plugin description.
2249
2250 2006-10-31  Wim Taymans  <wim@fluendo.com>
2251
2252         * gst-plugins-base.spec.in:
2253         spec new .h file. Fixes #368310.
2254
2255 2006-10-31  Michael Smith  <msmith@fluendo.com>
2256
2257         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2258         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2259         (gst_multi_fd_sink_get_stats),
2260         (gst_multi_fd_sink_remove_client_link),
2261         (gst_multi_fd_sink_queue_buffer),
2262         (gst_multi_fd_sink_handle_clients):
2263         * gst/tcp/gstmultifdsink.h:
2264           Make using the remove or clear signals threadsafe.
2265           Make calling get-stats with an invalid fd not segfault.
2266           Fixes 368273.
2267
2268 2006-10-31  Wim Taymans  <wim@fluendo.com>
2269
2270         * gst-libs/gst/rtp/Makefile.am:
2271         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2272         (gst_base_rtp_audio_payload_init):
2273         Fix and activate base audio payloader.
2274
2275 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2276
2277         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2278         (plugin_init):
2279           Add typefinder for QuickTime Image Files (see #366156).
2280
2281 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2282
2283         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2284           Another typo fix (#366212).
2285
2286 2006-10-27  Wim Taymans  <wim@fluendo.com>
2287
2288         * gst/volume/gstvolume.c: (volume_transform_ip):
2289         Use stream time to synchronize volume property instead of rather random
2290         timestamps. This is needed when gnonlin does its time shifting.
2291
2292 2006-10-27  Wim Taymans  <wim@fluendo.com>
2293
2294         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2295
2296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2297         Remove the pad from the element in release_pad. Fixes #364812.
2298
2299 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2300
2301         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2303           Explicitly create our custom buffer classes at a thread-safe
2304           location as well, since g_type_class_ref() doesn't seem to be
2305           entirely thread-safe either (#365501; also see #349410).
2306
2307 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2308
2309         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2310         (gst_riff_parse_info):
2311           If strings in INFO chunk are not UTF-8, do something similar to
2312           what we do for ID3v1 tags: check a number of environment variables
2313           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2314           character sets to try, otherwise try the current locale and/or fall
2315           back on ISO-8859-1. Fixes #360552.
2316
2317 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2318
2319         * gst/videotestsrc/gstvideotestsrc.c:
2320         (gst_video_test_src_pattern_get_type),
2321         (gst_video_test_src_set_pattern):
2322         * gst/videotestsrc/gstvideotestsrc.h:
2323         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2324         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2325         (gst_video_test_src_checkers8):
2326         * gst/videotestsrc/videotestsrc.h:
2327           Add a bunch of exciting new checkers patterns.
2328
2329 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2330
2331         * gst/subparse/Makefile.am:
2332         * gst/subparse/gstsubparse.c:
2333         (gst_sub_parse_data_format_autodetect),
2334         (gst_sub_parse_format_autodetect), (handle_buffer),
2335         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2336         * gst/subparse/gstsubparse.h:
2337         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2338         (parse_tmplayer):
2339         * gst/subparse/tmplayerparse.h:
2340           Add support for TMPlayer-type subtitles (#362845).
2341
2342         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2343         (GST_START_TEST), (subparse_suite):
2344           Add some basic unit tests for the above.
2345
2346 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2347
2348         * tests/check/elements/audiorate.c: (test_injector_base_init),
2349         (test_injector_class_init), (test_injector_chain),
2350         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2351         (GST_START_TEST), (audiorate_suite):
2352           More tests for audiorate: inject buffers to check behaviour when
2353           buffers overlap.
2354
2355 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * tests/check/Makefile.am:
2358         * tests/check/elements/.cvsignore:
2359         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2360         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2361           Add some basic unit tests for audiorate. Disabled at the moment
2362           since it doesn't pass yet (see bug #363119).
2363
2364 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2365
2366         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2367         (parse_subrip), (handle_buffer):
2368           Add missing closing tags for markup and fix broken markup,
2369           otherwise pango won't render anything (fixes #357531). Also,
2370           make sure the text we send out is always NUL-terminated
2371           (better safe than sorry etc.).
2372
2373         * tests/check/elements/subparse.c: (test_srt_do_test),
2374         (test_srt):
2375           Some more tests for .srt incl. tests for the above stuff.
2376
2377 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2378
2379         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2381         Patch by: Stefan Kost  <ensonic@users.sf.net>
2382         Try to redraw borders only when needed. Apparently this consumes
2383         resources on small devices... :-O (#363607)
2384
2385 2006-10-20  Michael Smith  <msmith@fluendo.com>
2386
2387         * gst/tcp/gstmultifdsink.c:
2388         (gst_multi_fd_sink_client_queue_buffer):
2389           If caps change, then update the client's idea of the caps so that we
2390           don't end up re-sending streamheaders for every single buffer after
2391           the caps change.
2392
2393 2006-10-20  Michael Smith  <msmith@fluendo.com>
2394
2395         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2396         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2397           Set caps on pushed buffers; fix up refcounting of caps objects.
2398
2399 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2400
2401         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2402         (plugin_init):
2403           Typefind mmsh header data packet to application/x-mmsh (#362625).
2404
2405 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2406
2407         * tests/check/Makefile.am:
2408         * tests/check/elements/.cvsignore:
2409         * tests/check/elements/subparse.c: (buffer_from_static_string),
2410         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2411         (GST_START_TEST), (subparse_suite):
2412           Add very simple unit test for subparse.
2413
2414 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2415
2416         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2417         (parse_subrip):
2418           Strip trailing newlines from subtitle text output.
2419
2420 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2421
2422         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2423         (gst_sub_parse_change_state):
2424           Fix memleak; clear subparse->textbuf n state change function.
2425
2426 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2427
2428         * gst/subparse/gstsubparse.c:
2429         (gst_sub_parse_data_format_autodetect):
2430           Don't require subrip (.srt) files to start with a chunk number of 1.
2431
2432 2006-10-18  Wim Taymans  <wim@fluendo.com>
2433
2434         * gst-libs/gst/audio/gstbaseaudiosink.c:
2435         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2436         * gst-libs/gst/audio/gstbaseaudiosink.h:
2437         Extract rate from the NEWSEGMENT event.
2438         Use commit_full to also take rate adjustment into account when writing
2439         samples to the ringbuffer.
2440         
2441         * gst-libs/gst/audio/gstringbuffer.c:
2442         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2443         (gst_ring_buffer_read):
2444         * gst-libs/gst/audio/gstringbuffer.h:
2445         Added _commit_full() to also take rate into account.
2446         Use simple interpolation algorithm to resample audio.
2447         API: gst_ring_buffer_commit_full()
2448
2449         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2450         * tests/examples/seek/seek.c: (segment_done):
2451         Don't try to seek with 0.0 rate, just pause instead.
2452         Remove bogus debug line.
2453
2454 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2455
2456         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2457         (setup_source):
2458           Catch async errors when starting up the subtitle bin, so we can
2459           stop waiting and continue with the main film instead of hanging
2460           forever. Fixes #339366.
2461
2462         * tests/check/elements/playbin.c: (playbin_suite):
2463           Enable unit test for the above.
2464
2465 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2466
2467         * tests/check/Makefile.am:
2468         * tests/check/elements/.cvsignore:
2469         * tests/check/elements/playbin.c: (GST_START_TEST),
2470         (gst_red_video_src_uri_get_type),
2471         (gst_red_video_src_uri_get_protocols),
2472         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2473         (gst_red_video_src_uri_handler_init),
2474         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2475         (gst_red_video_src_create), (gst_red_video_src_class_init),
2476         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2477           Some small and basic unit tests for playbin; not very useful yet,
2478           but at least a start.
2479
2480 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2481
2482         * gst/playback/gstplaybin.c: (setup_sinks):
2483           The old pad activation spiel.
2484
2485 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2486
2487         * gst/playback/gstplaybasebin.c: (setup_source):
2488           Don't hang forever if the subbin already fails to start up in 
2489           the state change to PAUSED (#339366).
2490
2491 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2492
2493         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2494         (gst_tuner_set_channel), (gst_tuner_get_channel),
2495         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2496         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2497         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2498         (gst_tuner_find_channel_by_name):
2499           Fix some function guards, add some more function guards.
2500
2501 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2502
2503         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2504         (remove_element_chain):
2505         Don't return a pad from get_our_ghost_pad unless it is actually the
2506         one we want.
2507         Change a cast in remove_element_chain slightly.
2508
2509 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2510
2511         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2512         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2513         Segment seeking needs to use the rate and set stop to -1.
2514
2515 2006-10-13  Wim Taymans  <wim@fluendo.com>
2516
2517         * gst-libs/gst/audio/gstbaseaudiosink.c:
2518         (gst_base_audio_sink_setcaps):
2519         Don't crash when ringbuffer is not yet created.
2520         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2521         Fixes #361634.
2522
2523         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2524         * gst/playback/gststreamselector.c:
2525         (gst_stream_selector_request_new_pad):
2526         Activate pads befre adding them to running elements.
2527
2528 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2529
2530         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2531         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2532         updater when we start grabing the slider. Don't wait for the
2533         pipeline to be PAUSED.
2534
2535 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2536
2537         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2538         (gst_mixer_set_volume), (gst_mixer_get_volume),
2539         (gst_mixer_set_mute), (gst_mixer_set_option),
2540         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2541         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2542         (gst_mixer_option_changed):
2543           Guard mixer interface functions against bogus arguments.
2544
2545 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2546
2547         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2548         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2549         (msg_state_changed), (main): Use state-changed messages to trigger
2550         start/stop of scale update timer. Indeed the scale slider was
2551         jumping here and there because the update timer was activated 
2552         before seek completed. This fixes instant applying of rate changes
2553         by pressing the spinbutton like a crazy man !
2554
2555 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2556
2557         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2558
2559         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2560         (gst_basertppayload_finalize):
2561           Fix two small memory leaks (#361456).
2562
2563 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2564
2565         * tests/examples/seek/seek.c: (do_seek),
2566         (rate_spinbutton_changed_cb): When changing spinbutton we try
2567         to change the rate on the fly.
2568
2569 2006-10-10  Wim Taymans  <wim@fluendo.com>
2570
2571         * gst-libs/gst/riff/riff-ids.h:
2572         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2573         (gst_riff_create_audio_template_caps):
2574         Add WMS caps.
2575
2576 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2577
2578         Patch by: Josep Torre Valles <josep@fluendo.com>
2579
2580         * ext/gnomevfs/gstgnomevfssink.c:
2581         * ext/gnomevfs/gstgnomevfssrc.c:
2582         Fix URI interface implementation return type.
2583         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2584         Fix what looks like a copy/paste issue when assigning values.
2585         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2586         (gst_audio_filter_template_get_type):
2587         Cast to prevent Forte warnings.
2588         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2589         Fix URI interface implementation return type.
2590         gst_pad_query_position requires a signed integer pointer as
2591         3rd parameter, GstClockTime is unsigned.
2592         * gst/audioconvert/audioconvert.c:
2593         Fix integer overflow when treated as signed.
2594         * gst/audioresample/resample.c: (resample_add_input_data):
2595         Cast to prevent warnings on Forte.
2596         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2597         Fix integer overflow when treated as signed.
2598         * gst/ffmpegcolorspace/imgconvert_template.h:
2599         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2600         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2601         (cleanup_decodebin):
2602         Who initialises a guint to -1!
2603         Cast function pointers to prevent warnings on Forte.
2604         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2605         (queue_threshold_reached):
2606         Cast function pointers correctly to prevent warnings on Forte.
2607         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2608         Cast function pointers correctly to prevent warnings on Forte.
2609         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2610         Obvious change to unsigned, 0xEF > max signed char.
2611         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2612         GstClockTime is unsigned, initialise correctly.
2613         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2614         Cast so pointer arithemetic doesn't cause warnings on Forte.
2615         * gst/videorate/gstvideorate.c:
2616         Use correct return value.
2617         * tests/examples/seek/scrubby.c:
2618         GstClockTime is unsigned, initialise correctly.
2619
2620 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2623
2624         * gst/typefind/gsttypefindfunctions.c:
2625           Recognise XML files and XML-like files shorter than 256 bytes as
2626           well (fixes #359237).
2627
2628 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2629
2630         Patch by: Renato Filho <renato.filho@indt.org.br>
2631         
2632         * gst/typefind/gsttypefindfunctions.c:
2633         Added typefind functions to video/x-nuv media.
2634         
2635 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * gst-libs/gst/interfaces/xoverlay.c:
2638         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2639           Some more guards against invalid input.
2640
2641 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2642
2643         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2644         Useless goto.
2645         * tests/examples/seek/seek.c: (do_seek),
2646         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2647         seek example to experiment with rates != 1.0 (reverse playback !)
2648
2649 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2650
2651         * gst-libs/gst/interfaces/xoverlay.c:
2652           Unref message in doc-example (spotted by Robert McQueen)
2653
2654 2006-10-06  Wim Taymans  <wim@fluendo.com>
2655
2656         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2657         (mpeg1_parse_header), (mpeg1_sys_type_find):
2658         printf fix.
2659
2660 2006-10-06  Wim Taymans  <wim@fluendo.com>
2661
2662         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2663         (close_pad_link):
2664         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2665         Activate dynamic pads before adding them to the element.
2666
2667 2006-10-06  Michael Smith  <msmith@fluendo.com>
2668
2669         * gst-libs/gst/floatcast/floatcast.h:
2670           Fix obviously-bogus macros; use the correct types.
2671
2672 2006-10-06  Wim Taymans  <wim@fluendo.com>
2673
2674         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2675         (gst_base_rtp_depayload_change_state):
2676         Also call parent state change function to activate pads.
2677
2678         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2679         (mpeg1_parse_header), (mpeg1_sys_type_find):
2680         Add some more debug info in mpeg typefinding.
2681
2682 2006-10-06  Michael Smith  <msmith@fluendo.com>
2683
2684         * ext/theora/theoradec.c: (theora_dec_chain):
2685           Zero byte theora packets are valid and well-defined; don't warn on
2686           them.
2687
2688 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2689
2690         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2691         (gst_multi_fd_sink_get_stats), (find_limits),
2692         (gst_multi_fd_sink_queue_buffer):
2693           API: add dropped_buffers to the get-stats GValueArray
2694
2695 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2696
2697         * ext/alsa/gstalsadeviceprobe.c:
2698         (gst_alsa_device_property_probe_get_values):
2699         * ext/alsa/gstalsasink.c: (set_hwparams):
2700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2701         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2703         (gst_ogg_mux_process_best_pad):
2704         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2705         (gst_ogg_parse_chain):
2706         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2707         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2708         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2709         (gst_vorbis_enc_buffer_check_discontinuous):
2710         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2711         * gst-libs/gst/audio/gstbaseaudiosink.c:
2712         (gst_base_audio_sink_render):
2713         * gst-libs/gst/cdda/gstcddabasesrc.c:
2714         (gst_cdda_base_src_handle_track_seek):
2715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2716         (gst_base_rtp_depayload_push_full):
2717         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2718         * gst/audioresample/resample.c: (resample_input_pushthrough):
2719         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2720         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2721         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2722         (wavpack_type_find):
2723         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2724         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2725         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2726         * tests/check/elements/volume.c: (GST_START_TEST):
2727           Printf format fixes.
2728
2729 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2730
2731         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2732           Fix a simple mistake (see the docs)
2733           Fixes #359580
2734
2735 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2736
2737         * docs/plugins/Makefile.am:
2738         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2739         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2740         * docs/plugins/gst-plugins-base-plugins.args:
2741         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2742         * docs/plugins/inspect/plugin-adder.xml:
2743         * docs/plugins/inspect/plugin-alsa.xml:
2744         * docs/plugins/inspect/plugin-audioconvert.xml:
2745         * docs/plugins/inspect/plugin-audiorate.xml:
2746         * docs/plugins/inspect/plugin-audioresample.xml:
2747         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2748         * docs/plugins/inspect/plugin-cdparanoia.xml:
2749         * docs/plugins/inspect/plugin-decodebin.xml:
2750         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2751         * docs/plugins/inspect/plugin-gdp.xml:
2752         * docs/plugins/inspect/plugin-gnomevfs.xml:
2753         * docs/plugins/inspect/plugin-libvisual.xml:
2754         * docs/plugins/inspect/plugin-ogg.xml:
2755         * docs/plugins/inspect/plugin-pango.xml:
2756         * docs/plugins/inspect/plugin-playbin.xml:
2757         * docs/plugins/inspect/plugin-subparse.xml:
2758         * docs/plugins/inspect/plugin-tcp.xml:
2759         * docs/plugins/inspect/plugin-theora.xml:
2760         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2761         * docs/plugins/inspect/plugin-video4linux.xml:
2762         * docs/plugins/inspect/plugin-videorate.xml:
2763         * docs/plugins/inspect/plugin-videoscale.xml:
2764         * docs/plugins/inspect/plugin-videotestsrc.xml:
2765         * docs/plugins/inspect/plugin-volume.xml:
2766         * docs/plugins/inspect/plugin-vorbis.xml:
2767         * docs/plugins/inspect/plugin-ximagesink.xml:
2768         * docs/plugins/inspect/plugin-xvimagesink.xml:
2769           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2770
2771 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2772
2773         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2774
2775         * ext/vorbis/Makefile.am:
2776         * ext/vorbis/vorbis.c: (plugin_init):
2777         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2778         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2779         * ext/vorbis/vorbisparse.h:
2780         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2781         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2782         (gst_vorbis_tag_parse_packet):
2783         * ext/vorbis/vorbistag.h:
2784           Add new vorbistag element which derives from vorbisparse
2785           and is essentially the same as well, only that it implements
2786           the GstTagSetter interface and can modify the stream's
2787           vorbiscomment on the fly (#335635).
2788
2789         * tests/check/Makefile.am:
2790         * tests/check/elements/.cvsignore:
2791         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2792         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2793         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2794         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2795           Add unit test for new vorbistag element.
2796
2797 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2798
2799         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2800         (vorbis_parse_push_headers), (vorbis_parse_chain):
2801           Set BOS flag in packet structure to fix 'jump depends
2802           on unitialized value' errors in valgrind; various minor
2803           clean-ups.
2804
2805 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2806
2807         * gst/playback/gstdecodebin.c: (close_pad_link):
2808         Fix typo in a debug statement.
2809
2810         * gst/playback/gstplaybasebin.c: (probe_triggered),
2811         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2812         (gen_source_element), (source_new_pad), (analyse_source),
2813         (setup_source):
2814         When handling no_more_pads in new_decoded_pad, make sure to treat
2815         subtitle pads correctly. Fixes playback with subtitle files.
2816
2817         Move a recurring message to LOG level.
2818
2819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2820         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2821         which ends up as -1 when cast to an int. Make the logic handle the
2822         max value as an unsigned mask and only change the colorkey when it's
2823         a value we recognise.
2824
2825 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2826
2827         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2828         Removed empty * between paragraphs
2829
2830 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2831
2832         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2833         * gst-libs/gst/rtp/README:
2834         Moved some documentation into .c file
2835
2836 2006-09-29  Wim Taymans  <wim@fluendo.com>
2837
2838         * gst/playback/gstdecodebin.c: (no_more_pads):
2839         Fix compilation.
2840
2841 2006-09-29  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst/playback/gstdecodebin.c: (new_caps):
2844         Remove g_print
2845
2846         * gst/playback/gstplaybin.c:
2847         Add some docs.
2848
2849 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2850
2851         * tests/check/Makefile.am:
2852           Re-enable cddabasesrc test to see if it works again
2853           now.
2854
2855 2006-09-29  Wim Taymans  <wim@fluendo.com>
2856
2857         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2858         (gen_source_element):
2859         Handle invalid URIs a bit more gracefully.
2860
2861 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2862
2863         * tests/check/pipelines/oggmux.c:
2864           Remove obsolete comment.
2865
2866 2006-09-29  Michael Smith  <msmith@fluendo.com>
2867
2868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2869         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2870         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2871         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2872         (gst_ogg_mux_collected):
2873           Commit patch from James "Doc" Livingston, adds proper EOS handling
2874           in oggmux. GStreamer can, for the first time ever, create a valid
2875           Ogg file! Yay!
2876
2877         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2878         (oggmux_suite):
2879           Reenable tests now that they pass.
2880
2881 2006-09-29  Wim Taymans  <wim@fluendo.com>
2882
2883         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2884         Stop reading commands when EOF (we read 0) as well.
2885
2886 2006-09-28  Wim Taymans  <wim@fluendo.com>
2887
2888         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2889         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2890         (find_dynamic), (unlinked), (close_link):
2891         Implement delayed caps linking needed for element with a lot of
2892         different caps on the src pads that get fixed at runtime.
2893         Improve management of dynamic elements.
2894
2895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2896         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2897         (gen_preroll_element), (remove_groups), (unknown_type),
2898         (add_element_stream), (no_more_pads_full), (no_more_pads),
2899         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2900         (new_decoded_pad), (setup_subtitle), (array_has_value),
2901         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2902         (analyse_source), (remove_decoders), (make_decoder),
2903         (remove_source), (setup_source), (finish_source), (prepare_output),
2904         (gst_play_base_bin_change_state):
2905         * gst/playback/gstplaybasebin.h:
2906         Use more _CAST instead of full type checking casts.
2907         Small cleanups, plug some leaks.
2908         Handle dynamic sources.
2909         Add some helper functions to create lists of strings used for
2910         blacklisting and other stuff.
2911         Refactor some code dealing with analysing the source.
2912         Re-enable sources without pads (like cd:// or other selfcontained
2913         elements).
2914
2915 2006-09-28  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst-libs/gst/audio/gstbaseaudiosink.c:
2918         (gst_base_audio_sink_render):
2919         When we have a timestamp, we can still perform clipping.
2920         When we have no clock, we must play the sample ASAP.
2921
2922 2006-09-28  Wim Taymans  <wim@fluendo.com>
2923
2924         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2925         Set caps on outgoing buffers.
2926
2927         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2928         (gst_video_rate_event), (gst_video_rate_chain):
2929         * gst/videorate/gstvideorate.h:
2930         Fix videorate some more. Fixes #357977
2931
2932 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2933
2934         * tests/check/elements/adder.c: (adder_suite):
2935           Don't set timeout to 6 seconds when we're running
2936           in valgrind ... (and how is 6 seconds longer than
2937           the default anyway?)
2938
2939 2006-09-28  Wim Taymans  <wim@fluendo.com>
2940
2941         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2942         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2943         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2944         Keep sink and src segment to keep track of time and support more
2945         input formats.
2946         Fix bogus next_offset and run_time calculation, don't understand how
2947         this could have worked before. Fixes #357976.
2948         Remove some unneeded vars.
2949
2950 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         * gst/playback/gstplaybin.c: (remove_sinks):
2953           Only remove visualisation from visbin if there is a visbin (or:
2954           don't throw warnings when closing totem without playing a file).
2955
2956 2006-09-27  Wim Taymans  <wim@fluendo.com>
2957
2958         * gst-libs/gst/audio/gstbaseaudiosink.c:
2959         (gst_base_audio_sink_render):
2960         Add some more info in a WARNING.
2961
2962         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2963         (gst_base_audio_src_create):
2964         Handle PAUSE in create function, use new -core addition to
2965         wait for playing. Fixes pausing and resuming capture from an
2966         audiosrc.
2967
2968         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2969         (gst_ring_buffer_read):
2970         Constify some more.
2971         Caller supports interrupted reads now.
2972
2973 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2974
2975         * tests/check/Makefile.am:
2976           Another attempt to make the gen64 buildbot happy.
2977
2978 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2979
2980         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2981
2982         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2983         (gst_visual_chain), (gst_visual_change_state):
2984           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2985           correctly. Fixes #357800
2986
2987 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2988
2989         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2990           Add timeout to _get_state() so we see which pipeline it is
2991           that causes trouble on the gen64 build bot.
2992
2993 2006-09-27  Wim Taymans  <wim@fluendo.com>
2994
2995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2996         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2997         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2998         (gst_base_rtp_depayload_set_gst_timestamp):
2999         the source pad always uses fixed caps.
3000
3001 2006-09-27  Wim Taymans  <wim@fluendo.com>
3002
3003         * docs/libs/gst-plugins-base-libs-docs.sgml:
3004         * docs/libs/gst-plugins-base-libs-sections.txt:
3005         * gst-libs/gst/audio/gstaudioclock.c:
3006         * gst-libs/gst/audio/gstaudioclock.h:
3007         * gst-libs/gst/audio/gstaudiosink.c:
3008         * gst-libs/gst/audio/gstaudiosink.h:
3009         * gst-libs/gst/audio/gstaudiosrc.c:
3010         * gst-libs/gst/audio/gstbaseaudiosink.c:
3011         (gst_base_audio_sink_render):
3012         * gst-libs/gst/audio/gstbaseaudiosink.h:
3013         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3014         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3015         * gst-libs/gst/audio/gstringbuffer.h:
3016         Added docs for the audio libs.
3017
3018 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3019
3020         * tests/check/Makefile.am:
3021           Temporarily disable test that fails on the bots for unknown reasons.
3022
3023 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3024
3025         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3026         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3027         Moved AudioCodecType into priv
3028         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3029
3030 2006-09-25  Wim Taymans  <wim@fluendo.com>
3031
3032         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3033         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3034         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3035         (new_pad):
3036         Cleanups and small leak fixes.
3037         Added Depayloaders to valid list of autopluggable elements.
3038
3039 2006-09-25  Wim Taymans  <wim@fluendo.com>
3040
3041         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3042         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3043         (gen_video_element), (gen_text_element), (gen_audio_element),
3044         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3045         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3046         Detect NO_PREROLL state change returns and disable clock distribution to
3047         the sinks so that sync is disabled.
3048         Avoid some type checking and do simple casts instead.
3049         Small cleanups, fix some FIXMEs.
3050         Be more robust when linking user specified elements, catch an report
3051         errors. Fixes #357404.
3052         Fix some leaks in the error paths.
3053
3054 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3055
3056         * ChangeLog:
3057           ChangeLog surgery for missing bug-number
3058
3059 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3060
3061         Patch by: Peter Kjellerstedt  <pkj at axis com>
3062
3063         * gst/playback/test.c:
3064           Fix compilation with uClibc and -Werror (#357591).
3065
3066 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3069           Parse dates that are followed by a time as well (#357532).
3070
3071         * tests/check/libs/tag.c: (test_vorbis_tags):
3072           Add unit test for this.
3073
3074 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3077         (gst_audio_convert_transform_caps):
3078         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3079         * gst/videotestsrc/videotestsrc.h:
3080           A few array const-ifications.
3081
3082 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3083
3084         * tests/check/Makefile.am:
3085           See if this makes the build bots happy.
3086
3087         * tests/check/libs/cddabasesrc.c:
3088           UTF8-ise my name.
3089
3090 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3091
3092         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3093
3094         * gst/subparse/samiparse.c: (handle_start_font),
3095         (fix_invalid_entities):
3096           More case-insensitivity for certain tags; recognise entities with
3097           decimal codes as special entities as well (#357330).
3098
3099 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3100
3101         * gst-libs/gst/Makefile.am:
3102           Need to build tag directory before cdda.
3103
3104 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3105
3106         * docs/libs/gst-plugins-base-libs-sections.txt:
3107         * gst-libs/gst/cdda/Makefile.am:
3108         * gst-libs/gst/cdda/gstcddabasesrc.c:
3109         (gst_cdda_base_src_base_init):
3110         * gst-libs/gst/cdda/gstcddabasesrc.h:
3111         * gst-libs/gst/tag/tag.h:
3112         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3113         (gst_tag_register_musicbrainz_tags):
3114           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3115           depend on libgsttag. This is required so we can extract/read tags like
3116           DISCID without depending on libgstcddabasesrc (which used to register
3117           them).
3118
3119         * gst-libs/gst/tag/gstvorbistag.c:
3120           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3121           tags (also see #347848).
3122
3123         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3124           Log vorbis comments we are actually writing. Const-ify array.
3125
3126 2006-09-23  Wim Taymans  <wim@fluendo.com>
3127
3128         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3129         Improve buffering a bit by avoiding a deadlock because we cannot assume
3130         the underrun is always called.
3131
3132 2006-09-23  Wim Taymans  <wim@fluendo.com>
3133
3134         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3135
3136         * gst-libs/gst/riff/riff-ids.h:
3137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3138         (gst_riff_create_audio_template_caps):
3139         Added MPEG-4 AAC and id and caps. Fixes #357289
3140         Added WMA9 Lossless id.
3141
3142 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3143
3144         * ext/gnomevfs/gstgnomevfssrc.c:
3145           Fix misleading docs addition.
3146
3147         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3148           Get rid of compiler warning the right way.
3149
3150 2006-09-22  Wim Taymans  <wim@fluendo.com>
3151
3152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3153         (gst_base_rtp_depayload_finalize),
3154         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3155         (gst_base_rtp_depayload_push_full),
3156         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3157         (gst_base_rtp_depayload_process),
3158         (gst_base_rtp_depayload_set_gst_timestamp),
3159         (gst_base_rtp_depayload_queue_release):
3160         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3161         Small cleanups.
3162         Fix some leaks.
3163         Refactored the process method and added methods to push from the process
3164         vmethod.
3165         Use _scale functions.
3166         API: gst_base_rtp_depayload_push_ts
3167         API: gst_base_rtp_depayload_push
3168
3169         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3170         timestamps are uint.
3171
3172 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3173
3174         * gst-libs/gst/interfaces/xoverlay.c:
3175           Remove unused statement from doc example.
3176
3177 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3178
3179         * gst-libs/gst/interfaces/videoorientation.c:
3180         (gst_video_orientation_iface_init),
3181         (gst_video_orientation_get_hflip),
3182         (gst_video_orientation_get_vflip),
3183         (gst_video_orientation_get_hcenter),
3184         (gst_video_orientation_get_vcenter),
3185         (gst_video_orientation_set_hflip),
3186         (gst_video_orientation_set_vflip),
3187         (gst_video_orientation_set_hcenter),
3188         (gst_video_orientation_set_vcenter):
3189           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3190           in ChangeLog)
3191
3192 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3193
3194         * tests/check/Makefile.am:
3195         * tests/check/elements/.cvsignore:
3196         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3197         (create_rgb_conversions), (rgb_conversion_free),
3198         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3199         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3200           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3201           but disable for now since it doesn't pass (something wrong with
3202           RGBA somewhere).
3203
3204 2006-09-21  Wim Taymans  <wim@fluendo.com>
3205
3206         * gst/playback/gstplaybasebin.c: (group_commit),
3207         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3208         (queue_out_of_data), (gen_preroll_element),
3209         (preroll_remove_overrun), (probe_triggered):
3210         Refactor handling of overrun detection.
3211         Separate handling of group completion and deadlock detection when doing
3212         network buffering. This should fix some deadlocks that were not detected
3213         because the group was completed.
3214         Add more comments, improve debugging.
3215
3216 2006-09-21  Wim Taymans  <wim@fluendo.com>
3217
3218         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3219         * tests/check/libs/audio.c:
3220         Some more compilation fixes.
3221
3222 2006-09-21  Wim Taymans  <wim@fluendo.com>
3223
3224         * gst-libs/gst/audio/gstringbuffer.c:
3225         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3226         (gst_ring_buffer_read):
3227         Early morning compilation fix.
3228
3229 2006-09-20  Wim Taymans  <wim@fluendo.com>
3230
3231         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3232         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3233         * tests/check/elements/videorate.c: (GST_START_TEST):
3234         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3235         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3236         Fix some warnings.
3237
3238 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3239
3240         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3241         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3242         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3243           Handcrafted merge to help CVS understanding what I changed and what
3244           not.
3245
3246 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3247
3248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3249         (gst_xvimagesink_get_times):
3250           change colorkey behaviour back according to #354773 comment 6/7
3251
3252 2006-09-19  Michael Smith  <msmith@fluendo.com>
3253
3254         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3255         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3256         (gst_multi_fd_sink_recover_client),
3257         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3258         (gst_multi_fd_sink_get_property):
3259         * gst/tcp/gstmultifdsink.h:
3260           Implement stubbed out properties unit-type, units-soft-max,
3261           units-max, to allow specifying maximum sizes in units other than
3262           buffers.
3263           Fixes #355935
3264
3265 2006-09-19  Wim Taymans  <wim@fluendo.com>
3266
3267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3268         (gst_riff_create_audio_template_caps):
3269         Reorder the audio formats a bit for clarity.
3270         Detect and create caps for MSGSM and MSN (WAV49).
3271         Fixes #356596.
3272
3273         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3274         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3275         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3276         Small cleanups, move error handling out of normal flow for clarity.
3277
3278 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3279
3280         * docs/libs/gst-plugins-base-libs-docs.sgml:
3281         * docs/libs/gst-plugins-base-libs.types:
3282         * gst-libs/gst/interfaces/Makefile.am:
3283         * gst-libs/gst/interfaces/videoorientation.c:
3284         (gst_video_orientation_get_type),
3285         (gst_video_orientation_iface_init),
3286         (gst_video_orientation_get_hflip),
3287         (gst_video_orientation_get_vflip),
3288         (gst_video_orientation_get_hcenter),
3289         (gst_video_orientation_get_vcenter),
3290         (gst_video_orientation_set_hflip),
3291         (gst_video_orientation_set_vflip),
3292         (gst_video_orientation_set_hcenter),
3293         (gst_video_orientation_set_vcenter):
3294         * gst-libs/gst/interfaces/videoorientation.h:
3295           API: Add new interface to control video orientation (fixes #354908)
3296
3297 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3298
3299         * gst/videotestsrc/gstvideotestsrc.c:
3300           Use G_UNLIKELY in _create and log one more detail.
3301           
3302         (gst_video_test_src_get_times), (gst_video_test_src_create):
3303         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3304           Use gst_util_uint64_scale_int in _get_times().
3305
3306 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3307
3308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3309           Give better warning message (add object and detail).
3310
3311 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3312
3313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3314         (gst_xvimagesink_get_times):
3315           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3316           #354773), use gst_util_uint64_scale_int in _get_times()
3317
3318 2006-09-18  Michael Smith  <msmith@fluendo.com>
3319
3320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3321           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3322           always true, leading to dropping all timestamps.
3323
3324 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3325
3326         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3327         (gst_visual_chain), (gst_visual_change_state):
3328           update to work also with libvisual 0.4 API, fix double unref (#355914)
3329           
3330         * tools/gst-launch-ext.1.in:
3331         * tools/gst-visualise.1.in:
3332           remove references to old man-pages
3333
3334         * tests/examples/seek/seek.c: (main):
3335           add real meadi-buttons, add tool-tips for the seek-options, arrange
3336           seek options in a table
3337
3338 2006-09-18  Michael Smith  <msmith@fluendo.com>
3339
3340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3341         (gst_ogg_mux_push_buffer):
3342           Don't generate out-of-order timestamps from oggmux, instead clamp
3343           output timestamps to be >= the previously output ts.
3344           Fixes #355595
3345
3346 2006-09-18  Michael Smith  <msmith@fluendo.com>
3347
3348         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3349         (gst_multi_fd_sink_class_init):
3350           Updates, fixes, and typo corrections for multifdsink. No functional
3351           changes.
3352
3353 2006-09-17  Michael Smith  <msmith@fluendo.com>
3354
3355         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3356           Don't crash on truncated files - check that we got an 8 byte buffer
3357           before trying to memcmp it.
3358
3359 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3360
3361         * gst/playback/gstplaybasebin.c: (get_active_source):
3362           Make stream-switching appear instant to the application
3363           (ie. make sure that a g_object_get on 'current-foo' returns
3364           the stream previously set with g_object_set(). Totem needs
3365           this to update stream-related meta-info (like audio-codec)
3366           correctly when switching streams.
3367
3368 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3371         (gst_alsa_mixer_ensure_track_list):
3372           Try harder to guess which mixer track is the master mixer
3373           track (instead of just taking the first one that has a pvolume).
3374           Fixes #342228.
3375
3376 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3377
3378         reviewed by: <delete if not using a buddy>
3379
3380         * gst-libs/gst/audio/audio.h:
3381         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3382
3383 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3384
3385         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3386         (gst_audio_convert_transform_caps):
3387           Get structure-name just once.
3388
3389 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3390
3391         * tests/check/elements/audioresample.c: (GST_START_TEST):
3392         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3393         * tests/check/elements/volume.c: (GST_START_TEST):
3394         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3395         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3396         (test_pipeline), (GST_START_TEST):
3397         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3398         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3399           Fix big batch of compiler warnings.
3400
3401 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3402
3403         * ext/gnomevfs/gstgnomevfssrc.c:
3404           Add docs about icydemux usage in connection with gnomevfssrc
3405
3406         * ext/libvisual/visual.c:
3407         * ext/ogg/gstoggaviparse.c:
3408         * ext/ogg/gstoggdemux.c:
3409         * ext/ogg/gstoggmux.c:
3410         * ext/ogg/gstoggparse.c:
3411         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3412         * gst-libs/gst/audio/gstaudiosink.c:
3413         * gst-libs/gst/audio/gstaudiosrc.c:
3414         * gst/audiorate/gstaudiorate.c:
3415           More G_OBJECT macro fixing.
3416
3417         * gst/audiotestsrc/gstaudiotestsrc.h:
3418           Fix wrong info in header due to copy & paste
3419
3420 2006-09-15  Wim Taymans  <wim@fluendo.com>
3421
3422         * gst-libs/gst/audio/gstbaseaudiosink.c:
3423         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3424         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3425         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3426         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3427         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3428         Do the delay calculation in the source/sink base classes as this is
3429         specific for the capture/playback mode.
3430         Try to fixate a bit better, like round depth up to a multiple of 8
3431         bigger than width.
3432         Handle underruns correctly by marking DISCONT on buffers and adjusting
3433         timestamps to handle the gap.
3434         Set offset/offset_end correctly on buffers.
3435
3436         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3437         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3438         (gst_ring_buffer_read):
3439         Remove resync and underrun recovery from the ringbuffer.
3440         Fix ringbuffer read code on under/overrun.
3441
3442 2006-09-15  Wim Taymans  <wim@fluendo.com>
3443
3444         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3445         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3446         (queue_threshold_reached), (gst_play_base_bin_set_property),
3447         (gst_play_base_bin_get_property):
3448         * gst/playback/gstplaybasebin.h:
3449         Don't use a 0 low watermark when buffering, it is catching starvation
3450         way too late. Instead, use a 3 second queue with 30 and 95
3451         percent low/high watermarks. 
3452         Added queue-min-threshold property to configure low watermark.
3453         Use new _buffering message API.
3454         Make queue_threshold variable big enough to store a uint64 time value.
3455         API: playbin::queue-min-threshold property.
3456
3457 2006-09-15  Wim Taymans  <wim@fluendo.com>
3458
3459         * configure.ac:
3460         We require 0.10.10.1 now because of _wait_preroll().
3461
3462         * gst-libs/gst/audio/gstbaseaudiosink.c:
3463         (gst_base_audio_sink_render):
3464         Use gst_base_sink_wait_preroll().
3465
3466 2006-09-15  Wim Taymans  <wim@fluendo.com>
3467
3468         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3469         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3470         Use DEBUG_OBJECT more.
3471
3472 === release 0.10.10 ===
3473
3474 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3475
3476         patch by: Michael Smith <msmith at fluendo dot com>
3477
3478         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3479         (gst_multi_fd_sink_client_queue_buffer),
3480         (gst_multi_fd_sink_new_client):
3481         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3482         (multifdsink_suite):
3483           Fix implementation of sync-method 'next-keyframe'
3484           Closes #354594
3485
3486 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3487
3488         patch by: Wim Taymans <wim at fluendo dot com>
3489
3490         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3491         This patch removes the RANDOM flag that was incorrectly introduced with
3492         revision 1.91.  Fixes #354590
3493
3494 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * tests/check/Makefile.am:
3497           Random variation in Makefile line to see if it makes the
3498           gen64-base-full bot any happier.
3499
3500 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3501
3502         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3503           Disable test that fails at the moment (killed after timeout).
3504
3505 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         Patch by: James Livingston  <doclivingston at gmail.com>
3508
3509         * tests/check/Makefile.am:
3510         * tests/check/pipelines/.cvsignore:
3511         * tests/check/pipelines/oggmux.c: (get_page_codec),
3512         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3513         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3514         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3515         (test_theora_vorbis), (oggmux_suite):
3516           Add simple unit test for oggmux from #337026 with checking for the
3517           EOS flags disabled for the time being.
3518
3519 2006-09-04  Wim Taymans  <wim@fluendo.com>
3520
3521         patch by: Alessandro Dessina <alessandro nnva org>
3522
3523         * ext/ogg/gstoggmux.c:
3524         Add cmml caps to oggmux. Fixes #353912
3525
3526 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3527
3528         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3529           Returning a return value often helps. In this case, we
3530           don't need the return value anyway, so just get rid of it.
3531           Should make build bots much happier.
3532
3533 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3534
3535         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3536         (paint_get_structure), (gst_video_test_src_get_size),
3537         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3538         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3539         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3540         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3541         * gst/videotestsrc/videotestsrc.h:
3542           Add support for AYUV and the various RGBA formats. Initialise
3543           fields of paintinfo structs allocated on the stack.
3544
3545         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3546         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3547         (check_rgb_buf), (videotestsrc_suite):
3548           Add unit tests for videotestsrc's RGB output.
3549
3550 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * gst/videotestsrc/gstvideotestsrc.c:
3553         (gst_video_test_src_pattern_get_type),
3554         (gst_video_test_src_set_pattern):
3555         * gst/videotestsrc/gstvideotestsrc.h:
3556         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3557         (gst_video_test_src_black), (gst_video_test_src_white),
3558         (gst_video_test_src_red), (gst_video_test_src_green),
3559         (gst_video_test_src_blue):
3560         * gst/videotestsrc/videotestsrc.h:
3561           Add more uni-colour patterns ("white", "red", "green", and "blue").
3562
3563 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3566           Fix stride for YVYU, should be word-aligned (#353658).
3567
3568 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3569
3570         * gst/adder/gstadder.c: (gst_adder_src_event):
3571           Fix build.
3572
3573 2006-08-31  Edward Hervey  <edward@fluendo.com>
3574
3575         * gst/adder/gstadder.c: (forward_event_func),
3576         (gst_adder_src_event), (gst_adder_collected),
3577         (gst_adder_change_state):
3578         * gst/adder/gstadder.h:
3579         Remember the start position asked in the incoming seeks, so we can
3580         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3581         of assuming it will always be 0).
3582
3583 2006-08-31  Edward Hervey  <edward@fluendo.com>
3584
3585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3586         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3587         (gst_ogg_demux_loop):
3588         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3589
3590 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3591
3592         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3593         (gst_ffmpegcsp_get_unit_size):
3594           Return FALSE instead of returning a random false unit
3595           size when the format isn't known/supported (even if
3596           this shouldn't happen under normal circumstances).
3597
3598 2006-08-29  Wim Taymans  <wim@fluendo.com>
3599
3600         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3603         (gst_gnome_vfs_src_start):
3604         Try harder to get the size from a uri by using _info_uri() when
3605         _info_from_handle() does not give us enough info. 
3606         Also follow symlinks when getting the size.
3607         Partially Fixes #332864.
3608
3609 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3612
3613         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3614         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3615         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3616         (gst_alsa_mixer_set_record):
3617         * ext/alsa/gstalsamixertrack.c:
3618         (gst_alsa_mixer_track_update_alsa_capabilities),
3619         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3620         (gst_alsa_mixer_track_update):
3621         * ext/alsa/gstalsamixertrack.h:
3622           Improve and fix mixer track handling, in particular better handling
3623           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3624           separate track objects for tracks that have both capture and playback
3625           volume (and label them differently as well so they're not mistakenly
3626           assumed to be duplicates); classify mixer tracks that only affect
3627           the audible volume of something (rather than the capture volume)
3628           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3629           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3630           (following the meaning documented in the mixer interface header
3631           file); add support for alsa's exclusive cswitch groups; update/sync
3632           state/flags better if mixer settings are changed by another
3633           application. Fixes #336075.
3634
3635 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         * gst/playback/gstplaybin.c:
3638           Improve docs: add section about BUFFERING messages sent by playbin.
3639
3640 2006-08-29  Michael Smith  <msmith@fluendo.com>
3641
3642         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3643         (gst_vorbis_enc_buffer_check_discontinuous),
3644         (gst_vorbis_enc_chain):
3645           Ignore explicit DISCONT marked on buffers (which is often spurious,
3646           particularly when using multiple segments), in favour of solely
3647           using the timestamps/durations.
3648
3649 2006-08-29  Edward Hervey  <edward@fluendo.com>
3650
3651         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3652         Don't rely on incoming buffers offset anymore, since it is completely
3653         broken when using multiple segments.
3654         Instead convert the incoming buffers timestamp to running time, and
3655         then convert that value to the offsets.
3656         Also inform GstSegment of the last outputted stop position, which is
3657         needed if we received several segments with an unknown stop value.
3658
3659 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3660
3661         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3662           fix buffer unreffing on a header push failure
3663
3664 2006-08-28  Wim Taymans  <wim@fluendo.com>
3665
3666         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3667         (gst_audio_rate_chain):
3668         Make the metadata of the buffer writable before changing its
3669         flags.
3670
3671 2006-08-28  Wim Taymans  <wim@fluendo.com>
3672
3673         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3674         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3675         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3676         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3677         Fix audiorate some more.
3678         Reset and resync counters on flush and READY.
3679         Handle the DISCONT flag correctly.
3680         Use GstSegment to track position.
3681         Fail when not negotiated.
3682         Fixes #353234.
3683
3684 2006-08-25  Michael Smith  <msmith@fluendo.com>
3685
3686         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3687           Fix spelling.
3688           Remove accidently included debug line.
3689
3690 2006-08-25  Wim Taymans  <wim@fluendo.com>
3691
3692         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3693         Small cleanups.
3694         If a buffer is received with no caps, make the buffer metadata
3695         writable and set the caps, making sure that we don't screw up the
3696         refcounts.
3697
3698 2006-08-25  Michael Smith  <msmith@fluendo.com>
3699
3700         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3701         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3702           Fix memory leaks and misleading debug messages, add a couple of
3703           comments.
3704
3705         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3706         (gst_multi_fd_sink_render):
3707           Do not use gst_buffer_make_writable() in a basesink render method,
3708           as it may incorrectly unref the buffer. Instead, use convoluted
3709           dance to avoid copying the buffer except when we need to.
3710
3711 2006-08-25  Michael Smith  <msmith@fluendo.com>
3712
3713         * ext/vorbis/vorbisenc.c:
3714         (gst_vorbis_enc_buffer_check_discontinuous):
3715           Allow very small discontinuities in the timestamps. These we can't
3716           do anything useful with anyway (because vorbis's timestamps have
3717           only sample granularity), and are commonly produced by elements with
3718           minor bugs. Allow up to 1/2 a sample out.
3719           Fixes #351742.
3720
3721 2006-08-24  Wim Taymans  <wim@fluendo.com>
3722
3723         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3724         (play_scrub_toggle_cb), (main):
3725         Add a checkbox to enable play scrubbing. Makes it possible to disable
3726         normal scrubbing.
3727
3728 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3729
3730         * tests/check/elements/.cvsignore:
3731           make buildbot happy
3732
3733 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3734
3735         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3736         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3737         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3738         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3739         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3740         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3741         (gst_ogm_text_parse_strip_trailing_zeroes),
3742         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3743         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3744           Refactor ogm parse, do better input checking, misc. clean-ups.
3745           Cache incoming events and push them once the source pad has
3746           been created. Don't pass unterminated strings to sscanf().
3747           Strip trailing zeroes from subtitle text output, since they
3748           are not valid UTF-8. Don't push vorbiscomment packets on
3749           the subtitle text pad. Output perfect streams if possible.
3750
3751 2006-08-23  Wim Taymans  <wim@fluendo.com>
3752
3753         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3754         Waits for tasks to settle down so that we clean up correctly for 
3755         valgrind.
3756
3757 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3760           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3761           actually return return value in taglists_are_equal.
3762
3763 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3766           Fix crash due to broken bitstream parsing on x86-64: can't make
3767           any assumptions about sizeof(struct) due to alignment/packing
3768           differences on different architectures. Fixes #351790.
3769
3770 2006-08-22  Wim Taymans  <wim@fluendo.com>
3771
3772         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3773         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3774         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3775         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3776         (gst_riff_parse_info):
3777         Protect public functions against bad input.
3778         Do some cleanups.
3779         Fix documentation.
3780
3781 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3782
3783         * gst-libs/gst/riff/riff-ids.h:
3784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3785           Add voxware audio IDs (even if we can't play it) (#351795).
3786
3787 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         * gst-libs/gst/riff/riff-media.c:
3790         (gst_riff_create_video_template_caps),
3791         (gst_riff_create_audio_template_caps),
3792         (gst_riff_create_iavs_template_caps):
3793           Const-ify some arrays and use G_N_ELEMENTS instead
3794           of wasting oodles of RAM on terminator bits.
3795
3796 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         * gst-libs/gst/tag/gstvorbistag.c:
3799         (gst_tag_list_to_vorbiscomment_buffer):
3800         * tests/check/libs/tag.c: (GST_START_TEST):
3801           And the same for _to_vorbiscomment_buffer(): allow
3802           id_data_len == 0 for speex.
3803
3804 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3805
3806         * configure.ac:
3807         * docs/plugins/Makefile.am:
3808         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3810         * docs/plugins/inspect/plugin-gdp.xml:
3811         * gst/gdp/Makefile.am:
3812         * tests/check/Makefile.am:
3813           Move GDP plugin to -base from -bad.  Closes #347783.
3814
3815 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * gst-libs/gst/tag/gstvorbistag.c:
3818         (gst_tag_list_from_vorbiscomment_buffer):
3819           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3820           Also add some checks to make sure we don't memcmp() beyond the end of
3821           vorbiscomment buffer if the ID to check for is larger than the buffer.
3822
3823         * tests/check/libs/tag.c: (GST_START_TEST):
3824           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3825
3826 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3827
3828         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3829         (gst_vorbis_enc_set_metadata):
3830           Use vorbis comment utility functions from libgsttag
3831           instead of re-inventing the wheel (partially fixes #347091).
3832
3833 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3834
3835         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3836         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3837         as some that won't.
3838
3839 2006-08-21  Wim Taymans  <wim@fluendo.com>
3840
3841         * docs/libs/Makefile.am:
3842         * docs/libs/gst-plugins-base-libs-sections.txt:
3843         * docs/libs/gst-plugins-base-libs.types:
3844         Don't try to GObject scan the netbuffer as it's not a GObject.
3845         Fixes #351308.
3846
3847         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3848         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3849         Document GstNetBuffer.
3850
3851 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3852
3853         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3854         (audioconvert_suite):
3855           Add testcase for caps-size-explosion
3856
3857 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3858
3859         * gst/audioconvert/gstaudioconvert.c:
3860         (gst_audio_convert_get_unit_size), (set_structure_widths):
3861           Lower debug, use g_assert in _get_unit_size
3862
3863         * gst/audioresample/gstaudioresample.c:
3864         (audioresample_get_unit_size):
3865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3866         (gst_ffmpegcsp_get_unit_size):
3867         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3868           use g_assert in _get_unit_size
3869
3870 2006-08-18  Wim Taymans  <wim@fluendo.com>
3871
3872         * docs/libs/gst-plugins-base-libs-sections.txt:
3873         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3874         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3875         (gst_rtp_buffer_get_payload_buffer):
3876         * gst-libs/gst/rtp/gstrtpbuffer.h:
3877         Document GstRTPBuffer.
3878         Added function to efficiently strip payload headers.
3879         API: gst_rtp_buffer_get_payload_subbuffer()
3880
3881 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3884         (gst_tag_to_vorbis_comments):
3885           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3886           tags and deserialise them properly as well (#347091).
3887           Add some more gtk-doc blurbs and also some g_return_if_fail().
3888
3889         * tests/check/libs/tag.c: (GST_START_TEST),
3890         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3891           More tests.
3892
3893 2006-08-17  Wim Taymans  <wim@fluendo.com>
3894
3895         * ext/ogg/Makefile.am:
3896         * ext/ogg/gstogg.c: (plugin_init):
3897         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3898         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3899         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3900         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3901         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3902         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3903         Added ogg-in-avi parser element. Fixes #140139.
3904
3905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3906         Fixed a bug in oggdemux debug code.
3907
3908         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3909         (gst_riff_create_audio_template_caps):
3910         Recognise Ogg in the AVI extensible wave format.
3911
3912 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3913
3914         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3915           Make buffer durations add up (duration should be next_ts-ts for
3916           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3917           from CVS.
3918
3919         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3920         (test_buffer_timestamps), (cddabasesrc_suite):
3921           Add unit test for the above.
3922
3923         * tests/check/Makefile.am:
3924           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3925           to see what happens.
3926
3927 2006-08-16  Wim Taymans  <wim@fluendo.com>
3928
3929         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3930         (gst_alsasink_open):
3931         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3932         (gst_alsasrc_open):
3933         Avoid setting and using a NULL device name.
3934         Print more info when we fail to open a device.
3935
3936 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * docs/libs/gst-plugins-base-libs-sections.txt:
3939         * gst-libs/gst/tag/tag.h:
3940         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3941           API: add gst_tag_parse_extended_comment() (#351426).
3942
3943         * tests/check/Makefile.am:
3944         * tests/check/libs/.cvsignore:
3945         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3946           Add unit test for gst_tag_parse_extended_comment().
3947
3948 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3949
3950         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3952           Fix leak (#351502).
3953
3954 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3955
3956         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3957         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3958         * docs/plugins/gst-plugins-base-plugins.args:
3959         * gst/playback/gstplaybin.c:
3960           Document playbin.
3961           
3962         * docs/plugins/inspect/plugin-adder.xml:
3963         * docs/plugins/inspect/plugin-alsa.xml:
3964         * docs/plugins/inspect/plugin-audioconvert.xml:
3965         * docs/plugins/inspect/plugin-audiorate.xml:
3966         * docs/plugins/inspect/plugin-audioresample.xml:
3967         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3968         * docs/plugins/inspect/plugin-cdparanoia.xml:
3969         * docs/plugins/inspect/plugin-decodebin.xml:
3970         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3971         * docs/plugins/inspect/plugin-gnomevfs.xml:
3972         * docs/plugins/inspect/plugin-ogg.xml:
3973         * docs/plugins/inspect/plugin-pango.xml:
3974         * docs/plugins/inspect/plugin-playbin.xml:
3975         * docs/plugins/inspect/plugin-subparse.xml:
3976         * docs/plugins/inspect/plugin-tcp.xml:
3977         * docs/plugins/inspect/plugin-theora.xml:
3978         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3979         * docs/plugins/inspect/plugin-video4linux.xml:
3980         * docs/plugins/inspect/plugin-videorate.xml:
3981         * docs/plugins/inspect/plugin-videoscale.xml:
3982         * docs/plugins/inspect/plugin-videotestsrc.xml:
3983         * docs/plugins/inspect/plugin-volume.xml:
3984         * docs/plugins/inspect/plugin-vorbis.xml:
3985         * docs/plugins/inspect/plugin-ximagesink.xml:
3986         * docs/plugins/inspect/plugin-xvimagesink.xml:
3987           Update to CVS version.
3988
3989 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3992         (gst_play_bin_set_property), (gst_play_bin_get_property),
3993         (value_list_append_structure_list),
3994         (gst_play_bin_handle_redirect_message),
3995         (gst_play_bin_handle_message):
3996           API: GstPlayBin::connection-speed
3997           Add "connection-speed" property; re-order redirect messages with
3998           multiple redirect locations depending on the minimum bitrate if
3999           that information is available and a connection speed is set
4000           (#350399).
4001
4002 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4003
4004         * gst/playback/gstplaybin.c:
4005           Update max volume to the same value that the volume element uses.
4006
4007 2006-08-14  Wim Taymans  <wim@fluendo.com>
4008
4009         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4010         Less uglyness..
4011
4012 2006-08-14  Wim Taymans  <wim@fluendo.com>
4013
4014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4015         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4016         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4017         Add some more debug info.
4018         Don't crash when a seek failed.
4019         Actually return the result of the seek instead of TRUE.
4020         Ignore multiple BOS pages with the same serial so that we don't create
4021         the same stream multiple times.
4022         Post an error when we fail to do the initial seek.
4023
4024 2006-08-13  Wim Taymans  <wim@fluendo.com>
4025
4026         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4027         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4028         Small code cleanup.
4029
4030         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4031         (gst_alsa_mixer_new):
4032         Remove hack that always set the device to hw:0*.
4033         Properly find the card name for whatever device was configured.
4034         Do some better debugging.
4035         Fixes #350784.
4036
4037         * ext/alsa/gstalsamixerelement.c:
4038         (gst_alsa_mixer_element_set_property),
4039         (gst_alsa_mixer_element_change_state):
4040         Cleanups.
4041         Handle setting of a NULL device name better.
4042
4043 2006-08-11  Wim Taymans  <wim@fluendo.com>
4044
4045         * gst/adder/gstadder.c:
4046         Don't clip float values. Fixes #350900.
4047
4048 2006-08-11  Andy Wingo  <wingo@pobox.com>
4049
4050         * gst/tcp/gsttcp.c: Really fix the build?
4051
4052         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4053         fixes the build.
4054
4055 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4058           Float caps shouldn't have a "signed" field.
4059
4060 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4063           Implement SEEKING query in its most basic form, so that we can
4064           at least check if we're seekable or not (#350655).
4065
4066 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4069           The checks here are not even close to anything that would
4070           justify MAXIMUM probability, lowering to POSSIBLE until someone
4071           fixes the checks (case at hand: quicktime redirection files
4072           might start with 00 00 01 XX and pass the checks here just
4073           fine, see #350399).
4074
4075 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4076
4077         Patch by: Sjoerd Simons  <sjoerd at luon net>
4078
4079         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4080           Better detection for multipart/x-mixed-replace: accept leading
4081           whitespaces before the boundary marker as well (as our very own
4082           multipartmux used to produce) (#349068).
4083
4084 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         Patch by: Young-Ho Cha  <ganadist at chollian net>
4087
4088         * gst-libs/gst/riff/riff-ids.h:
4089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4090         (gst_riff_create_audio_template_caps):
4091           Detect DTS audio streams (#350157).
4092
4093 2006-08-05  Andy Wingo  <wingo@pobox.com>
4094
4095         * ext/theora/gsttheoraparse.h:
4096         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4097         (theora_parse_dispose, theora_parse_set_property)
4098         (theora_parse_get_property, theora_parse_munge_granulepos)
4099         (theora_parse_push_buffer, theora_parse_change_state):
4100         API: GstTheoraParse::synchronization-points
4101         Add a property 'synchronization-points' to fix badly synchronized oggs.
4102
4103 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         * tests/check/Makefile.am:
4106         * tests/check/libs/.cvsignore:
4107         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4108         (fixed_caps_have_channel_positions), (GST_START_TEST),
4109         (audio_suite), (main):
4110           Add a few tests for the channel position stuff in libgstaudio.
4111
4112 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4113
4114         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4115         (gst_alsa_detect_channels):
4116         * ext/alsa/gstalsasink.c:
4117           Add support for cards that (only) do more than 8 channels,
4118           like the Delta 44 (#345188).
4119
4120         * gst-libs/gst/audio/multichannel.c:
4121         (gst_audio_check_channel_positions):
4122         * gst-libs/gst/audio/multichannel.h:
4123           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4124           unspecified channel position and cannot be combined with any
4125           of the other audio channel positions; adjust position layout
4126           checks accordingly (#345188).
4127
4128 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4129
4130         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4131           Recognise ancient RealAudio files (see #349779).
4132
4133 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         Patch by: Jens Granseuer  <jensgr at gmx net>
4136
4137         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4138           Add typefinder for Interplay's MVE format (#348973).
4139
4140 2006-08-02  Wim Taymans  <wim@fluendo.com>
4141
4142         Patch by: Marcel Moreaux <marcelm at luon dot net>
4143
4144         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4145         (gst_base_rtp_depayload_add_to_queue):
4146         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4147         Handle RTP sequence number rollover.
4148         Disable jitterbuffer by default.
4149
4150 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4151
4152         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4153         (audioresample_set_caps):
4154         Don't leak references to the incoming caps. Clean them up when
4155         stopping.
4156
4157         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4158         (gst_video_scale_finalize):
4159         Don't leak our temporary pixel buffer.
4160
4161         * tests/check/Makefile.am:
4162         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4163         (GST_START_TEST), (simple_launch_lines_suite):
4164
4165         Fix leaks and re-enable the test for valgrind checking.
4166
4167 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4168
4169         Patch by: Sjoerd Simons  <sjoerd at luon net>
4170
4171         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4172         (plugin_init):
4173           Add typefind function for multipart/x-mixed-replace (#348916).
4174
4175 2006-07-28  Wim Taymans  <wim@fluendo.com>
4176
4177         * gst/adder/gstadder.c: (gst_adder_setcaps),
4178         (gst_adder_query_duration):
4179         Fix leak in duration query.
4180         Reflow some docs and notes.
4181
4182 2006-07-28  Michael Smith  <msmith@fluendo.com>
4183
4184         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4185         (vorbisenc_suite):
4186           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4187           aspect of it.
4188
4189 2006-07-28  Michael Smith  <msmith@fluendo.com>
4190
4191         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4192         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4193         (gst_vorbis_enc_push_buffer),
4194         (gst_vorbis_enc_buffer_check_discontinuous),
4195         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4196         * ext/vorbis/vorbisenc.h:
4197           Handle discontinuities in the input vorbis stream correctly,
4198           so that the output is properly timestamped (and has good granulepos
4199           values). Needs some oggmux fixes too.
4200
4201 2006-07-27  Wim Taymans  <wim@fluendo.com>
4202
4203         patch by: Kai Vehmanen <kv2004 eca cx>
4204
4205         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4206         (gst_base_rtp_depayload_chain),
4207         (gst_base_rtp_depayload_handle_sink_event),
4208         (gst_base_rtp_depayload_change_state):
4209         Don't send multiple newsegments with different formats.
4210         Fixes #348677.
4211
4212 2006-07-26  Wim Taymans  <wim@fluendo.com>
4213
4214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4215         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4216         Make seeking in ogg more accurate again by doing the more correct
4217         granuletime to stream time conversion.
4218
4219 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4220
4221         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4222         (gst_multi_fd_sink_new_client):
4223           debug a little more understandably
4224           do not use goto as a substitute for break, especially if
4225           break is also being used
4226
4227 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4228
4229         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4230         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4231           Remove GLib-2.6 compatibility cruft.
4232
4233 2006-07-24  Wim Taymans  <wim@fluendo.com>
4234
4235         * gst-libs/gst/audio/gstbaseaudiosink.c:
4236         (gst_base_audio_sink_render):
4237         Don't try to align a sample to an unknown value.
4238
4239 2006-07-24  Wim Taymans  <wim@fluendo.com>
4240
4241         * gst-libs/gst/audio/gstbaseaudiosink.c:
4242         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4243         When the audio clock is slaved to another clock, never try to align
4244         samples but trust the rate interpolation algorithm.
4245
4246 2006-07-24  Wim Taymans  <wim@fluendo.com>
4247
4248         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4249         Don't try to calculate silence samples, base class does this much
4250         better now.
4251
4252         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4253         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4254         (gst_ring_buffer_acquire):
4255         Calculate silence samples correctly.
4256
4257         * gst-libs/gst/audio/gstringbuffer.h:
4258         Add _CAST macro.
4259
4260 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4261
4262         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4263           Limit search for the first markup tag to the first few kB of
4264           the file. If we don't find one there, it's highly unlikely that
4265           this is an XML(-ish) file.
4266
4267 2006-07-21  Andy Wingo  <wingo@pobox.com>
4268
4269         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4270         test to the one in vorbisenc. Also commented out.
4271
4272         * tests/check/pipelines/vorbisenc.c: 
4273         (test_discontinuity): New test, commented out until Mike lands
4274         some elite vorbisenc patches.
4275
4276         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4277         Bufferstraw was actually factored out of these tests. Now we share
4278         code yay.
4279
4280         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4281         for bufferstraw addition to gstcheck.
4282
4283 2006-07-21  Wim Taymans  <wim@fluendo.com>
4284
4285         * ext/theora/theoradec.c: (clip_buffer):
4286         Better clipping.
4287
4288 2006-07-21  Wim Taymans  <wim@fluendo.com>
4289
4290         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4291         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4292         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4293         Fix leak.
4294         Avoid type casting when we can.
4295
4296         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4297         Fix mem leak.
4298
4299 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4300
4301         * ext/alsa/gstalsamixerelement.c:
4302         (gst_alsa_mixer_element_change_state):
4303           Make state change fail if the specified device can't be opened
4304           for some reason.
4305
4306 2006-07-20  Wim Taymans  <wim@fluendo.com>
4307
4308         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4309         (cb_newpad), (main):
4310         Example of a small audio/video player using decodebin.
4311
4312 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4313
4314         * gst-libs/gst/riff/riff-ids.h:
4315           Add 'fact' chunk id
4316
4317 2006-07-19  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4320         (gst_base_rtp_depayload_chain),
4321         (gst_base_rtp_depayload_change_state):
4322         Don't assert when not negotiated but post a meaningfull 
4323         error message. Fixes #347918.
4324
4325         * gst-libs/gst/rtp/gstbasertppayload.c:
4326         Add comment about better default MTU size.
4327
4328         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4329         Small cleanups, start docs.
4330
4331 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4332
4333         Patch by: Martin Szulecki
4334
4335         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4336           If "device-name" is requested and the device is not
4337           open, try to temporarily open it to obtain this
4338           information (#342494).
4339
4340 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * gst-libs/gst/tag/gstid3tag.c:
4343           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4344
4345         * gst-libs/gst/tag/gsttageditingprivate.h:
4346         * gst-libs/gst/tag/gstvorbistag.c:
4347           Some more random const-ifications.
4348
4349 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4350
4351         * gst-libs/gst/riff/riff-ids.h:
4352         * gst-libs/gst/riff/riff-media.c:
4353         (gst_riff_create_video_template_caps):
4354           Add more FOURCCs (sort list to make stuff easier to find),
4355           add comment what those 16 bytes in struct _gst_riff_strh according to
4356           one avi-dumper are
4357
4358 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4359
4360         * gst-libs/gst/audio/multichannel.c:
4361         (gst_audio_check_channel_positions),
4362         (gst_audio_fixate_channel_positions):
4363           Const-ify two arrays.
4364
4365 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4366
4367         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4368           Fix typo, so that alsasink also advertises 8 channels
4369           if that's supported (tags: can, worms, open, alsa, ph34r).
4370
4371 2006-07-17  Wim Taymans  <wim@fluendo.com>
4372
4373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4374         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4375         *sigh*, when is the compiler going to warn when the comments
4376         are out-of-sync with the code.. Refix case of busted theora
4377         headers with 0 granule pos.
4378
4379 2006-07-14  Wim Taymans  <wim@fluendo.com>
4380
4381         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4382         (gst_base_rtp_depayload_wait),
4383         (gst_base_rtp_depayload_change_state),
4384         (gst_base_rtp_depayload_set_property),
4385         (gst_base_rtp_depayload_get_property):
4386         Fix 99% cpu load by waiting for absolute times on the
4387         clock. Fixes #347300.
4388
4389 2006-07-14  Andy Wingo  <wingo@pobox.com>
4390
4391         * ext/theora/gsttheoraparse.h: 
4392         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4393         (theora_parse_push_headers, theora_parse_clear_queue)
4394         (theora_parse_drain_queue_prematurely, )
4395         (theora_parse_sink_event, theora_parse_change_state): Queue events
4396         until we initialized our state, like in vorbisparse.
4397
4398         * ext/vorbis/vorbisparse.h: 
4399         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4400         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4401         (vorbis_parse_drain_queue_prematurely, )
4402         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4403         until we have initialized our state. Fixes seeking after an
4404         initial pad block.
4405
4406 2006-07-14  Andy Wingo  <wingo@pobox.com>
4407
4408         Patch by: Iain Holmes <iaingnome@gmail.com>
4409         
4410         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4411
4412 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4413
4414         * configure.ac:
4415         Bump nano back to CVS
4416
4417 === release 0.10.9 ===
4418
4419 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4420
4421         * configure.ac:
4422           releasing 0.10.9, "I walk the line"
4423
4424 2006-07-14  Michael Smith  <msmith@fluendo.com>
4425
4426         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4427           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4428           (commonly happens when running this test under valgrind) when trying
4429           to remove the buffer probe.
4430
4431 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4432
4433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4434         Fix missing g_unlock from the previous commit
4435
4436 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4437
4438         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4439         (gst_ximagesink_change_state):
4440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4441         (gst_xvimagesink_change_state):
4442         Implement a locking order to ensure we always take the object lock
4443         before the x_lock and never vice-versa.
4444
4445 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4446
4447         * gst/playback/gstdecodebin.c: (find_compatibles):
4448         Fix a caps leak when linking (#347304)
4449
4450         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4451         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4452         (gst_ximagesink_change_state):
4453         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4454         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4455         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4456         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4457         Don't leak shared memory resources. Use the object lock to protect
4458         against the xcontext disappearing while returning a buffer from the
4459         pipeline. (#347304)
4460
4461 2006-07-12  Edward Hervey  <edward@fluendo.com>
4462
4463         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4464         (vorbis_handle_comment_packet):
4465         gst_tag_list_merge() returns a new object. Take that into account when
4466         using it. This avoids memleak.
4467         Revert previous commit which is not needed.
4468
4469 2006-07-12  Edward Hervey  <edward@fluendo.com>
4470
4471         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4472         Reset the decoder in finalize so that all fields get cleared.
4473
4474 2006-07-12  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4477         (gst_base_audio_src_set_clock),
4478         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4479         Don't try to post an error message when setting the clock fails
4480         as this can happen when adding an element to a bin which will then
4481         deadlock. Fixes #347296.
4482
4483 2006-07-12  Edward Hervey  <edward@fluendo.com>
4484
4485         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4486         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4487         (vorbis_handle_type_packet):
4488         Post tag messages on the bus even if we're not initialized.
4489         If we're not initialized, we still postpone the event pushing of tags.
4490
4491 2006-07-12  Wim Taymans  <wim@fluendo.com>
4492
4493         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4494         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4495         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4496         Revert last two changes that broke the freeze.
4497
4498 2006-07-12  Wim Taymans  <wim@fluendo.com>
4499
4500         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4501         basesink calculates silence sample correctly for us.
4502
4503 2006-07-12  Wim Taymans  <wim@fluendo.com>
4504
4505         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4506         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4507         Calculate correct silence samples so we don't fill our ringbuffer
4508         with noise.
4509
4510 2006-07-12  Edward Hervey  <edward@fluendo.com>
4511
4512         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4513         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4514         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4515         * ext/vorbis/vorbisdec.h:
4516         Delay sending events (newsegment, tags) until the decoder is properly
4517         initialized.
4518         Fixes #347295
4519
4520 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4521
4522         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4523         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4524           Patch from #347221 adding a test for audioconvert
4525           channel remappings.
4526
4527 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4530         (gst_ssa_parse_parse_line):
4531           Don't include the terminating NUL in the buffer size,
4532           it's only there for extra paranoia (would add random
4533           '*' characters at the end of each subtitle since the
4534           terminator itself is not valid UTF-8 technically).
4535           Also fix indenting after boilerplate macro.
4536
4537 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4538
4539         * gst/playback/gstdecodebin.c: (close_pad_link):
4540           Also emit 'unknown-type' signal (which should really be
4541           called unhandled-type) if we found potential decoders/demuxers
4542           in the registry but none of them worked in the end (as in the
4543           case where the plugins don't exist any longer but are still
4544           listed in the registry). Fixes #329798.
4545
4546 2006-07-08  Andy Wingo  <wingo@pobox.com>
4547
4548         * theoraparse.c (theora_parse_push_buffer)
4549         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4550         Add some more debugging. Fix granulepos reconstruction in the face
4551         of discontinuities.
4552
4553 2006-07-06  Wim Taymans  <wim@fluendo.com>
4554
4555         * gst-libs/gst/audio/gstbaseaudiosink.c:
4556         (gst_base_audio_sink_class_init),
4557         (gst_base_audio_sink_provide_clock):
4558         Use gobject_class instead of G_OBJECT_CLASS (klass)
4559
4560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4561         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4562         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4563         (gst_base_audio_src_get_time),
4564         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4565         (gst_base_audio_src_create_ringbuffer):
4566         Fix latency and buffer-time constants and properties ala basesink.
4567         Implement pull based scheduling. Fixes #346527.
4568         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4569         one segment.
4570         Refuse slaving to another clock instead of silently not working.
4571         Only provide a clock when we are actually able to do so.
4572         Various small cleanups and compiler hints.
4573
4574 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4575
4576         Patch by: Lutz Mueller <lutz at topfrose de>
4577
4578         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4579         (plugin_init):
4580           Add typefinding for text/html (#346581).
4581
4582 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4585         (xml_check_first_element), (xml_type_find), (smil_type_find):
4586           Fix SMIL typefinding, make xml_check_first_element() more
4587           useful.
4588
4589 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4590
4591         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4592         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4593         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4594         * gst/playback/gstplaybasebin.h:
4595           Protect list of elements with a subtitle-encoding property and
4596           the subtitle encoding member itself with a lock of their own
4597           instead of using the object lock. This prevents a dead-lock in
4598           the element-remove callback in some circumstances when shutting
4599           down playbin.
4600
4601 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4602
4603         * win32/common/libgsttag.def:
4604         Export some new functions.
4605         * win32/vs6/libgstogg.dsp:
4606         Add a link to libgsttag-0.10.lib.
4607
4608 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4611           Some const-ification.
4612
4613 2006-07-04  Wim Taymans  <wim@fluendo.com>
4614
4615         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4616         Improve checking if we are dealing with a stream. Added some
4617         more uris that need buffering.
4618
4619 2006-07-03  Edward Hervey  <edward@fluendo.com>
4620
4621         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4622         Remove unused variable.
4623
4624 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4625
4626         * Makefile.am:
4627           include lcov.mak
4628         * configure.ac:
4629           add GCOV_LIBS to GST_LIBS
4630
4631 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4634
4635         * ext/alsa/gstalsasrc.c:
4636           Add 32 bps to template caps and increase channels range
4637           from [1,2] to [1,MAX]. See #346326.
4638
4639 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4642           Recognise 'WMVA' video codec fourcc (#345879).
4643           
4644 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4645          
4646         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4647           Fixed nasty memory leak
4648
4649 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4650
4651         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4652         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4653           fix logging
4654
4655 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4656
4657         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4658         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4659         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4660         Protect remove_fakesink using a mutex, so that we don't try and
4661         remove the fakesink simultaneously from multiple threads.
4662
4663         When going from READY to PAUSED, restore the fakesink, so that
4664         it is there when decodebin gets reused.
4665
4666 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4670         * gst-libs/gst/rtp/gstbasertppayload.c:
4671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4672         * gst/tcp/gstmultifdsink.c:
4673         * gst/tcp/gsttcpclientsink.c:
4674         * gst/tcp/gsttcpclientsrc.c:
4675         * gst/tcp/gsttcpserversink.c:
4676         * gst/tcp/gsttcpserversrc.c:
4677         * gst/videorate/gstvideorate.c:
4678         * gst/videotestsrc/gstvideotestsrc.c:
4679         * sys/v4l/gstv4ljpegsrc.c:
4680         * sys/v4l/gstv4lmjpegsink.c:
4681         * sys/v4l/gstv4lsrc.c:
4682         * tests/examples/seek/scrubby.c:
4683         * tests/examples/seek/seek.c:
4684           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4685
4686 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4687
4688         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4689           Second field in GEnumValue shouldn't be a description,
4690           but a stringified version of the enum value.
4691
4692 2006-06-22  Wim Taymans  <wim@fluendo.com>
4693
4694         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4695         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4696         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4697         Avoid type checking in buffer casts.
4698         Avoid caps copy in buffer_alloc when we can.
4699         Use pad_peer_accept.
4700
4701 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4702
4703         * gst-libs/gst/tag/tag.h:
4704           Oops, make that 'Since: 0.10.9'.
4705
4706 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * docs/libs/gst-plugins-base-libs-sections.txt:
4709         * gst-libs/gst/tag/tag.h:
4710         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4711         (gst_tag_image_type_get_type):
4712           API: add GstTagImageType enum to describe images contained
4713           in image tags (#345641).
4714
4715 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4716
4717         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4718           Fix warnings with gst-inspect: "buffers-min" property
4719           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4720           typo in property description.
4721
4722 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4723
4724         Patch by: Cody Russell <bratsche at gnome org>
4725
4726         * gst/audioresample/gstaudioresample.c:
4727         (gst_audioresample_class_init):
4728         * gst/playback/gststreamselector.c:
4729         (gst_stream_selector_class_init):
4730         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4731         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4732         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4733         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4734         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4735         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4736         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4737         * gst/videotestsrc/gstvideotestsrc.c:
4738         (gst_video_test_src_class_init):
4739         * gst/volume/gstvolume.c: (gst_volume_class_init):
4740           Avoid unnecessary class cast check in class_init
4741           functions (#337747).
4742
4743 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4746         (gst_text_overlay_video_chain):
4747           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4748           and doesn't validate its input either (and neither did
4749           textoverlay it seems). Let's do that then and fix #345206.
4750
4751 2006-06-19  Wim Taymans  <wim@fluendo.com>
4752
4753         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4754         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4755         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4756         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4757         (find_syncframe), (find_limits), (assign_value),
4758         (count_burst_unit), (gst_multi_fd_sink_new_client),
4759         (gst_multi_fd_sink_handle_client_write),
4760         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4761         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4762         (gst_multi_fd_sink_change_state):
4763         * gst/tcp/gstmultifdsink.h:
4764         Added shiny new burst-on-connect methods.
4765         Add properties to control the minimal amount of data queued.
4766         Small cleanups.
4767         API: bytes-min property
4768         API: time-min property
4769         API: buffers-min property
4770         API: burst-unit property
4771         API: burst-value property
4772         API: add-full signal
4773
4774         * gst/tcp/gsttcp-marshal.list:
4775         Added new marshaller code for the new signal.
4776
4777         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4778         (multifdsink_suite):
4779         Added testcases for new burst methods.
4780
4781 2006-06-19  Edward Hervey  <edward@fluendo.com>
4782
4783         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4784         Implement clipping for accurate seeking.
4785         Closes #345225
4786
4787 2006-06-19  Wim Taymans  <wim@fluendo.com>
4788
4789         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4790
4791         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4792         (gst_video_scale_transform):
4793         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4794
4795 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4796
4797         * configure.ac:
4798           Fix --disable-external (can't set conditionals conditionally,
4799           #343602).
4800
4801 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4802
4803         * tests/check/elements/audioresample.c: (test_reuse),
4804         (audioresample_suite):
4805           Add test case for bug #342789 fixed below.
4806
4807 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4808
4809         * gst/audioresample/gstaudioresample.c:
4810         (gst_audioresample_class_init), (gst_audioresample_init),
4811         (audioresample_start), (audioresample_stop),
4812         (gst_audioresample_set_property), (gst_audioresample_get_property):
4813           Implement GstBaseTransform::start and ::stop so that audioresample
4814           can clear its internal state properly and be reused instead of
4815           causing non-negotiated errors with playbin under some circumstances
4816           (#342789).
4817
4818         * tests/check/elements/audioresample.c: (setup_audioresample),
4819         (cleanup_audioresample):
4820           Need to set element state here so that ::start and ::stop are
4821           called.
4822
4823 2006-06-16  Wim Taymans  <wim@fluendo.com>
4824
4825         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4826
4827         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4828         Parse extra data better, apparently it's right behind
4829         the normal strf header size. Fixes #343500.
4830
4831 2006-06-16  Wim Taymans  <wim@fluendo.com>
4832
4833         * ext/alsa/gstalsasink.c: (set_hwparams):
4834         If we fail to set the buffer_time and period_time alsa
4835         parameters, post a warning and leave alsa select a 
4836         default instead of failing. Fixes #342085
4837
4838 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         * docs/libs/gst-plugins-base-libs-sections.txt:
4841         * gst-libs/gst/cdda/gstcddabasesrc.h:
4842           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4843           out in the header file and shouldn't be listed in the docs.
4844
4845         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4846           Must dereference pointer to fourcc in the debug statement.
4847
4848 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4849
4850         * docs/libs/Makefile.am:
4851         * docs/libs/gst-plugins-base-libs-docs.sgml:
4852         * docs/libs/gst-plugins-base-libs-sections.txt:
4853         * docs/libs/gst-plugins-base-libs.types:
4854         add remaining symbols into correct setions
4855         
4856         * gst-libs/gst/audio/gstringbuffer.c:
4857         fix incomplete docs
4858         
4859         * gst-libs/gst/audio/gstringbuffer.h:
4860         comment out not yet implemented function
4861         
4862         
4863         * gst-libs/gst/floatcast/floatcast.h:
4864         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4865         add short descriptions
4866         
4867         
4868         * gst-libs/gst/interfaces/propertyprobe.c:
4869         fix return value docs   
4870         
4871         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4872         simplify debug logging
4873         
4874         * gst-libs/gst/riff/riff-read.h:
4875         sync function prototype and docs
4876         
4877         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4878         remove left over symbol
4879
4880 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4881
4882         * autogen.sh:
4883         * configure.ac:
4884         * docs/Makefile.am:
4885           Use GST_PLUGIN_DOCS macro in configure.ac, add
4886           --enable-plugin-docs default to autogen.sh and use
4887           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4888
4889 2006-06-15  Wim Taymans  <wim@fluendo.com>
4890
4891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4892         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4893         (gst_ogg_demux_loop):
4894         Combine GstFlowReturn from the source pads to give a
4895         meaningfull result to the upstream peer or to stop the
4896         processing task in case of errors.
4897
4898 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * gst/playback/gststreaminfo.c: (cb_probe):
4901           Try GST_TAG_CODEC as fallback when extracting the
4902           codec name; more debug info.
4903
4904 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         * ext/ogg/Makefile.am:
4907         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4908           Extract language tags from ogm subtitle streams, so that
4909           the subtitle menu choices are labelled correctly in
4910           Totem (fixes #344708).
4911
4912 2006-06-14  Wim Taymans  <wim@fluendo.com>
4913
4914         Patch by: Alessandro Decina <alessandro at nnva dot org>
4915
4916         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4917         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4918         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4919         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4920         Fix various leaks. Fixes #343699.
4921         Add x-smoke mime type.
4922
4923 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4924
4925         * gst-libs/gst/riff/riff-ids.h:
4926           Add IDs for 'bext' chunks (see #343837).
4927
4928 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4929
4930         Patch by: Young-Ho Cha  <ganadist at chollian net>
4931
4932         * gst/subparse/samiparse.c: (sami_context_pop_state),
4933         (handle_start_font), (end_sami_element):
4934           Honour font face tags in SAMI subtitles (#344503).
4935
4936 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4937
4938         * po/POTFILES.in:
4939           add missing files containing translatable strings
4940
4941 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4942
4943         * docs/libs/tmpl/.cvsignore:
4944           we don't want those *.sgml files in CVS either
4945
4946 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4947
4948         * docs/libs/.cvsignore:
4949         * tests/check/elements/.cvsignore:
4950         * tests/check/libs/.cvsignore:
4951           ignore more
4952
4953 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4954
4955         * docs/libs/Makefile.am:
4956           also commiting the changed Makefile.am (added more libs to the
4957           doc-build)
4958
4959 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4960
4961         * docs/libs/gst-plugins-base-libs-docs.sgml:
4962         * docs/libs/gst-plugins-base-libs-sections.txt:
4963         * docs/libs/gst-plugins-base-libs.types:
4964           first batch of reordering things, add index & hierarchy
4965
4966 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4967
4968         * configure.ac:
4969           use GST_PKG_CHECK_MODULES, cleans up output
4970
4971 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4972
4973         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4974           Add support for burn:// URIs (#343385); const-ify things a bit,
4975           use G_N_ELEMENTS instead of hard-coded array size.
4976
4977 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4978
4979         Patch by: Young-Ho Cha  <ganadist at chollian net>
4980
4981         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4982           Fix up broken entities before passing them to libxml *sigh*.
4983           (#343303).
4984           
4985 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4986
4987         * configure.ac:
4988           back to TRUNK
4989
4990 === release 0.10.8 ===
4991
4992 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4993
4994         * configure.ac:
4995           releasing 0.10.8, "Moar gij ziet mij nie"
4996
4997 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4998
4999         * configure.ac:
5000         * po/af.po:
5001         * po/az.po:
5002         * po/cs.po:
5003         * po/en_GB.po:
5004         * po/hu.po:
5005         * po/it.po:
5006         * po/nb.po:
5007         * po/nl.po:
5008         * po/or.po:
5009         * po/sq.po:
5010         * po/sr.po:
5011         * po/sv.po:
5012         * po/uk.po:
5013         * po/vi.po:
5014         * win32/common/config.h:
5015           0.10.7.2 prerelease
5016
5017 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5018
5019         * docs/libs/tmpl/gstaudio.sgml:
5020         * docs/libs/tmpl/gstcolorbalance.sgml:
5021         * docs/libs/tmpl/gstmixer.sgml:
5022         * docs/libs/tmpl/gstringbuffer.sgml:
5023         * docs/libs/tmpl/gsttuner.sgml:
5024         * docs/libs/tmpl/gstxoverlay.sgml:
5025         * gst-libs/gst/audio/audio.c:
5026         * gst-libs/gst/audio/gstringbuffer.c:
5027         * gst-libs/gst/interfaces/colorbalance.c:
5028         * gst-libs/gst/interfaces/mixer.c:
5029         * gst-libs/gst/interfaces/tuner.c:
5030         * gst-libs/gst/interfaces/xoverlay.c:
5031           move last template doc snippets to source code and delete them
5032
5033 2006-06-06  Michael Smith  <msmith@fluendo.com>
5034
5035         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5036         (theora_parse_drain_queue):
5037           Mark DELTA_UNIT on non-keyframes.
5038
5039 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5040
5041         * gst-libs/gst/audio/gstbaseaudiosink.c:
5042         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5043         * gst-libs/gst/audio/gstbaseaudiosink.h:
5044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5045         (gst_ring_buffer_samples_done):
5046         * gst-libs/gst/audio/gstringbuffer.h:
5047         Document better the fact that latency_time and buffer_time are values
5048         stored in microseconds, and not the usual GStreamer nanoseconds.
5049         Change the variables (compatibly) that store them from GstClockTime 
5050         to guint64 to make it more clear that they're not storing clock times.
5051         Also, remove the bogus property description that says the user can
5052         specify -1 to get the default value, since that's never been the case.
5053
5054         When computing the default segment size for the ring buffer, make it
5055         an integer number of samples.
5056
5057         When the sub-class indicates a delay greater than the number of
5058         samples we've written return 0 from the audio sink get_time method.
5059
5060 2006-06-02  Michael Smith  <msmith@fluendo.com>
5061
5062         * tests/check/elements/audioconvert.c: (set_channel_positions),
5063         (get_float_mc_caps), (get_int_mc_caps):
5064         * tests/check/elements/audioresample.c:
5065         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5066         * tests/check/elements/videorate.c:
5067         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5068         * tests/check/elements/volume.c:
5069         * tests/check/elements/vorbisdec.c:
5070         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5071           Don't busy-wait in tests; this was causing test timeouts very
5072           frequently when running under valgrind.
5073
5074 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5075
5076         * gst/tcp/README:
5077         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5078         (gst_multi_fd_sink_remove_client_link),
5079         (gst_multi_fd_sink_client_queue_caps),
5080         (gst_multi_fd_sink_client_queue_buffer),
5081         (gst_multi_fd_sink_handle_client_write),
5082         (gst_multi_fd_sink_render):
5083         * gst/tcp/gstmultifdsink.h:
5084           make multifdsink properly deal with streamheader:
5085           - streamheader is taken from caps
5086           - buffers marked with IN_CAPS are not sent
5087           - streamheaders are sent, on connection, from the caps of the
5088             buffer where the client gets positioned to
5089           - further streamheader changes are done every time the client
5090             will receive a buffer with different caps
5091         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5092         (gst_multifdsink_create_streamheader):
5093           add tests for this
5094
5095 2006-06-02  Michael Smith  <msmith@fluendo.com>
5096
5097         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5098           Reinstate limit on channel count. Vorbis does not define the meaning
5099           of > 6 channels, so they're just independent channels. Gstreamer
5100           currently has no mechanism to represent N independent channels.
5101
5102 2006-06-02  Michael Smith  <msmith@fluendo.com>
5103
5104         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5105           Don't arbitrarily restrict channel counts and rate in vorbis.
5106           In terms of effects likely on real-world files, this fixes 96kHz
5107           playback of vorbis.
5108
5109 2006-06-02  Michael Smith  <msmith@fluendo.com>
5110
5111         * gst/audioconvert/audioconvert.c: (float):
5112           More correct float->int conversion.
5113
5114 2006-06-02  Michael Smith  <msmith@fluendo.com>
5115
5116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5117           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5118           value. Fixes g-critical on trying to play back ogg containing
5119           unknown codec.
5120
5121 2006-06-02  Wim Taymans  <wim@fluendo.com>
5122
5123         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5124         (setup_source):
5125         * gst/playback/gstplaybasebin.h:
5126         Make the subtitle detection work from any thread so we don't
5127         deadlock. Fixes #343397.
5128
5129 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5130
5131         * gst/volume/Makefile.am:
5132           Seriously, it's not *that* hard to get compilation right.  Even
5133           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5134
5135 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5136
5137         * gst/volume/gstvolume.c: (volume_choose_func),
5138         (volume_update_real_volume), (gst_volume_class_init),
5139         (gst_volume_init), (volume_process_float), (volume_process_int16),
5140         (volume_process_int16_clamp), (volume_set_caps),
5141         (volume_transform_ip), (plugin_init):
5142         * gst/volume/gstvolume.h:
5143         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5144         another property desc., remove unused param from process function
5145         
5146         * tests/check/elements/volume.c: (volume_suite):
5147         reactivate the passthrough test
5148
5149 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5150
5151         * ext/alsa/gstalsamixerelement.h:
5152         * ext/alsa/gstalsamixeroptions.h:
5153         * ext/alsa/gstalsamixertrack.h:
5154         * ext/gnomevfs/gstgnomevfssink.h:
5155         * ext/gnomevfs/gstgnomevfssrc.h:
5156         * ext/theora/gsttheoradec.h:
5157         * ext/theora/gsttheoraenc.h:
5158         * ext/theora/gsttheoraparse.h:
5159         * ext/vorbis/vorbisparse.h:
5160         * gst-libs/gst/audio/gstaudioclock.h:
5161         * gst-libs/gst/audio/gstaudiofilter.h:
5162         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5163         * gst/audioconvert/gstaudioconvert.h:
5164         * gst/audioresample/gstaudioresample.h:
5165         * gst/audiotestsrc/gstaudiotestsrc.h:
5166         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5167         * gst/playback/gststreamselector.h:
5168         * gst/tcp/gstmultifdsink.h:
5169         * gst/tcp/gsttcpclientsink.h:
5170         * gst/tcp/gsttcpclientsrc.h:
5171         * gst/tcp/gsttcpserversink.h:
5172         * gst/tcp/gsttcpserversrc.h:
5173         * gst/videorate/gstvideorate.h:
5174         * gst/videoscale/gstvideoscale.h:
5175         * gst/videotestsrc/gstvideotestsrc.h:
5176         * gst/volume/gstvolume.h:
5177         * sys/v4l/gstv4ljpegsrc.h:
5178         * sys/v4l/gstv4lmjpegsink.h:
5179         * sys/v4l/gstv4lmjpegsrc.h:
5180         * sys/v4l/gstv4lsrc.h:
5181         * sys/ximage/ximagesink.h:
5182         * sys/xvimage/xvimagesink.h:
5183         * tests/old/testsuite/alsa/sinesrc.h:
5184         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5185
5186 2006-05-31  Wim Taymans  <wim@fluendo.com>
5187
5188         * ext/libvisual/visual.c: (gst_visual_reset),
5189         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5190         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5191         Handle DISCONT.
5192         Use running time before doing QoS.
5193         Handle mono too.
5194
5195 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5196
5197         * docs/libs/Makefile.am:
5198           set a magic variable to indicate we know the docs are incomplete
5199
5200 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5201
5202         * win32/common/libgstvideo.def:
5203           export gst_video_calculate_display_ratio
5204         * win32/vs6/libgstvideoscale.dsp:
5205           add link to libgstvideo-0.10.lib
5206
5207 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * gst/playback/gstplaybasebin.c: (gen_source_element):
5210           Throw a more comprehensible error for rtsp:// URIs (rather
5211           than erroring out with a negotiation error later on) until
5212           we fix playbin to handle rtspsrc etc.
5213
5214 2006-05-30  Wim Taymans  <wim@fluendo.com>
5215
5216         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5217         (gst_text_overlay_text_event):
5218         Added some FIXMEs.
5219
5220 2006-05-30  Wim Taymans  <wim@fluendo.com>
5221
5222         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5223         (gst_adder_request_new_pad), (gst_adder_release_pad):
5224         * gst/adder/gstadder.h:
5225         Implement release_request_pad.
5226         Make padcounter atomic.
5227
5228         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5229         Added check for release_pad in adder.
5230
5231 2006-05-30  Wim Taymans  <wim@fluendo.com>
5232
5233         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5234         Fix build again.
5235
5236 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5237
5238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5239         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5240         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5241         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5242         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5243         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5244         (gst_ogg_demux_bisect_forward_serialno),
5245         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5246         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5247           add more debugging
5248           clean up printf formats for granulepos and serialno
5249
5250 2006-05-30  Michael Smith  <msmith@fluendo.com>
5251
5252         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5253         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5254         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5255         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5256         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5257         * ext/vorbis/vorbisenc.h:
5258           Multi-channel caps negotiation, so we can do proper multichannel
5259           vorbis encoding, negotiated through audioconvert.
5260
5261 2006-05-30  Wim Taymans  <wim@fluendo.com>
5262
5263         * tests/check/elements/adder.c: (test_event_message_received),
5264         (test_play_twice_message_received), (GST_START_TEST),
5265         (adder_suite):
5266         Added check to show that #339935 is fixed with ongoing
5267         adder and collectpads fixes.
5268
5269 2006-05-29  Wim Taymans  <wim@fluendo.com>
5270
5271         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5272         Don't leak pad name.
5273
5274 2006-05-29  Wim Taymans  <wim@fluendo.com>
5275
5276         * gst/adder/gstadder.c: (gst_adder_query_duration),
5277         (forward_event_func), (forward_event), (gst_adder_src_event):
5278         Fix adder seeking.
5279         Make query/seeking code threadsafe.
5280
5281         * tests/check/Makefile.am:
5282         * tests/check/elements/adder.c: (test_event_message_received),
5283         (GST_START_TEST), (test_play_twice_message_received):
5284         Fix adder test case.
5285
5286 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5287
5288         Patch by: Young-Ho Cha  <ganadist at chollian net>
5289
5290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5291         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5292         (set_encoding_element), (decodebin_element_added_cb),
5293         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5294         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5295         * gst/playback/gstplaybasebin.h:
5296           Add 'subtitle-encoding' property to playbin, so applications can
5297           force a subtitle encoding for non-UTF8 subtitles (#342268).
5298
5299         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5300         (gst_sub_parse_set_property):
5301           Rename recently-added 'encoding' property to 'subtitle-encoding'
5302           (so it can be proxied by playbin/decodebin in a generic way
5303           with less danger of false positives).
5304
5305 2006-05-29  Michael Smith  <msmith@fluendo.com>
5306
5307         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5308         (append_with_other_format), (set_structure_widths),
5309         (gst_audio_convert_transform_caps):
5310           Patch from #341562: give more specific audio caps in get_caps, so
5311           that basetransform  can make better decisions on what caps to
5312           negotiate.
5313
5314 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5315
5316         * tests/check/elements/volume.c:
5317         make it compile again
5318
5319 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5320
5321         * tests/check/elements/volume.c: (volume_suite):
5322         disable test until #343196 gets resolved
5323
5324 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5325
5326         * gst/adder/gstadder.c: (gst_adder_get_type):
5327         Make it easier to copy&paste
5328         
5329         * gst/volume/Makefile.am:
5330         * gst/volume/gstvolume.c: (volume_update_real_volume),
5331         (gst_volume_set_volume), (gst_volume_set_mute),
5332         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5333         (volume_transform_ip), (volume_update_mute),
5334         (volume_update_volume):
5335         * gst/volume/gstvolume.h:
5336         Add own debug category, move duplicate code to helper function, fix
5337         property texts, add more comments and prepare ffor liboil-goodness
5338         
5339         * tests/check/Makefile.am:
5340         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5341         add test for mute and passtrough case, be a bit more verbose to track
5342         failure
5343         
5344         * tests/check/generic/states.c: (GST_START_TEST):
5345         catch elements that fail to instantiate
5346
5347 2006-05-28  Edward Hervey  <edward@fluendo.com>
5348
5349         * tests/check/pipelines/simple-launch-lines.c:
5350         * tests/check/pipelines/theoraenc.c:
5351         * tests/check/pipelines/vorbisenc.c:
5352         Comment out tests using parse_launch() if core was built without
5353         parsing capabilities.
5354
5355 2006-05-27  Edward Hervey  <edward@fluendo.com>
5356
5357         * tests/check/Makefile.am:
5358         Extra bonus points for whoever explains to ensonic that you are meant
5359         to test unit tests thoroughly before commiting them, especially if
5360         you know it's going to break.
5361         De-activated element/adder tests.
5362
5363 2006-05-27  Edward Hervey  <edward@fluendo.com>
5364
5365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5366         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5367         Marking caps conversion issues as GST_WARNING is way too verbose,
5368         Moving them to GST_LOG.
5369
5370 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         * README:
5373           Replace current README (containing the release notes from
5374           some 0.9.x version) with a proper README taken from the core.
5375
5376 2006-05-26  Wim Taymans  <wim@fluendo.com>
5377
5378         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5379         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5380         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5381         (vorbis_dec_change_state):
5382         Small cleanups.
5383         Add some FIXMEs
5384         Clip output samples to segment boundaries.
5385
5386 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5387
5388         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5389         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5390         Improve the errors produced on bad output, including some human
5391         readable description strings.
5392         Handle the (theoretical for ximagesink) case where the XServer 
5393         has a different idea about the size required for a particular 
5394         frame and gives us too small a memory allocation.
5395
5396 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5397
5398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5399         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5400         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5401         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5402         Improve the errors produced on bad output, including some human 
5403         readable description strings.
5404         Handle RGB Xv formats properly by transforming them into our 
5405         big-endian caps description.
5406         Use gst_caps_truncate to ensure that we never try and choose a
5407         non-fixed caps in buffer_alloc.
5408         Handle the case where the XServer has a different idea about the size
5409         required for a particular frame and gives us too small a memory
5410         allocation.
5411         Use -1 to indicate 'no image format', because 0 is a valid XServer
5412         image format number.
5413         Put RGB Xv formats at the end of the caps, so that we always prefer
5414         YUV format frames.
5415         Iterate the available Xv Encodings to determine the maximum width and
5416         height, and then return that in our caps.
5417         (Closes #315312, #337544)
5418
5419 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5420
5421         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5422         When there is only one unfinished pad and it receives an event that
5423         doesn't match our requirements, we need to set alldone=FALSE so that
5424         the fakesink is not removed yet.
5425
5426 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5429           Use gst_type_find_helper_for_buffer() to find the type
5430           of stream from the first packet.
5431
5432         * configure.ac:
5433           Bump requirements to core CVS (needed for vorbis
5434           typefinding to work).
5435
5436 2006-05-24  Edward Hervey  <edward@fluendo.com>
5437
5438         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5439         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5440         contain.  Else they play perfectly fine with qtdemux.
5441
5442 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5443
5444         * ext/theora/theoradec.c:
5445         * ext/theora/theoraenc.c:
5446         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5447         * gst/audiorate/gstaudiorate.c:
5448           make more debug catagories static
5449         
5450         * tests/check/Makefile.am:
5451         * tests/check/elements/adder.c: (message_received),
5452         (test_event_message_received), (GST_START_TEST),
5453         (test_play_twice_message_received), (adder_suite):
5454           added test case for using element twice, extra bonus points for anyone
5455           who can make these test run reliably
5456
5457 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5458
5459         * ext/theora/theoradec.c: (theora_dec_chain):
5460           Make work with time-stamped input buffers that do not
5461           have a granulepos in BUFFER_OFFSET_END (like theora
5462           buffers coming from matroskademux). Fixes #342448.
5463
5464 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         Patch by: Peter Kjellerstedt  <pkj at axis com>
5467
5468         * gst/tcp/Makefile.am:
5469           fdstresstest doesn't need Gtk+, fix compilation if 
5470           gtk is not available (#342566).
5471
5472 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5473          
5474         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5475           80 line columns
5476           Removed redundant floor()
5477
5478 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5481           On second thought, just skip JUNK chunks automatically, so
5482           the caller doesn't have to handle this. Fixes #342345.
5483           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5484           not GST_FLOW_ERROR.
5485
5486 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5489           Don't bail out on JUNK chunks with a size of 0 (would try to
5490           pull_range 0 bytes before, which sources don't like too much).
5491           See #342345.
5492
5493 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5494
5495         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5497         Use the gstutil scaling function to preserve 64 bits while calculating
5498         output width and height from the display-aspect-ratio. (A continuation
5499         of #341542)
5500
5501 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5502
5503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5504         (gst_xvimagesink_buffer_alloc):
5505         * sys/xvimage/xvimagesink.h:
5506         When performing buffer allocations, remember the caps and image format
5507         we return so that if the same caps are asked for next time we can
5508         return them immediately without doing any caps intersections.
5509
5510 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5511          
5512         * gst-libs/gst/rtp/README:
5513           Some new documentation
5514         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5515           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5516         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5517         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5518           New RTP audio base payloader class. Supports frame or sample based
5519           codecs.  Not enabled in Makefile.am until approved.
5520
5521 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5522
5523         * tests/check/elements/alsa.c: (test_device_property_probe):
5524           Fix test case: don't try to free NULL GValueArray when there
5525           are no devices.
5526
5527 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5528
5529         * tests/check/Makefile.am:
5530         * tests/check/elements/alsa.c: (test_device_property_probe),
5531         (alsa_suite), (main):
5532           Add simple test that runs a device property probe on alsasrc,
5533           alsasink and alsamixer. Disable valgrind check for now (too
5534           many leaks in libasound, and valgrind ignored my suppressions
5535           additions).
5536
5537 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5540         (gst_alsa_device_property_probe_probe_property),
5541         (gst_alsa_device_property_probe_needs_probe),
5542         (gst_alsa_device_property_probe_get_values),
5543         (gst_alsa_type_add_device_property_probe_interface):
5544         * ext/alsa/gstalsadeviceprobe.h:
5545         * ext/alsa/gstalsamixerelement.c:
5546         (gst_alsa_mixer_element_init_interfaces):
5547         * ext/alsa/gstalsamixerelement.h:
5548           Clean up and simplify alsa device probing. Make it actually work
5549           for multiple classes. Don't cache results any longer.
5550
5551         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5552         (gst_alsasink_init):
5553         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5554         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5555         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5556           Make alsasink and alsasrc implement the GstPropertyProbe interface
5557           for device probing (#342181).
5558           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5559
5560 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * gst/subparse/samiparse.c: (handle_start_font):
5563           Don't ignore return value of strtol (++compiler_happiness).
5564
5565 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         Patch by: Young-Ho Cha  <ganadist chollian net>
5568
5569         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5570         (gst_sub_parse_class_init), (gst_sub_parse_init),
5571         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5572         (convert_encoding):
5573         * gst/subparse/gstsubparse.h:
5574           Add 'encoding' property (#341681).
5575
5576         * gst/subparse/samiparse.c: (characters_sami):
5577           Output is pango markup, so we need to escape text
5578           between tags (#342143).
5579
5580 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5581
5582         * gst-libs/gst/audio/multichannel.c:
5583         (gst_audio_check_channel_positions):
5584           It's okay to have caps with channels=1 and a channel position
5585           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5586           (deinterleavers might want to keep the position in the caps,
5587           so that they can be re-interleaved again properly later).
5588           Leave check for unexpected 2-channel layouts intact for now.
5589
5590 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5591
5592         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5593         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5594         basesrc can do its job correctly.
5595
5596 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * ext/alsa/Makefile.am:
5599         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5600         (gst_alsa_detect_formats), (get_channel_free_structure),
5601         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5602         (gst_alsa_probe_supported_formats):
5603         * ext/alsa/gstalsa.h:
5604         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5605           Refactor and improve caps probing code: probe signedness
5606           when we probe the supported formats/widths; set endianness
5607           to the one we actually probed for (ie. cpu endianness).
5608           
5609         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5610         (gst_alsasrc_close):
5611         * ext/alsa/gstalsasrc.h:
5612           Implement caps probing for alsasrc.
5613
5614 2006-05-15  Wim Taymans  <wim@fluendo.com>
5615
5616         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5617         (theora_dec_src_query), (theora_dec_src_event),
5618         (theora_dec_sink_event), (theora_handle_comment_packet),
5619         (theora_handle_data_packet), (theora_dec_change_state):
5620         Cleanups, add some G_LIKELY.
5621         Use segment helpers instead of our own wrong code.
5622         Clear queued buffers on seek and READY.
5623
5624         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5625         (vorbis_dec_convert), (vorbis_dec_src_query),
5626         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5627         (vorbis_handle_comment_packet), (vorbis_dec_push),
5628         (vorbis_handle_data_packet), (vorbis_dec_chain),
5629         (vorbis_dec_change_state):
5630         * ext/vorbis/vorbisdec.h:
5631         Remove old useless packetno variable.
5632         Do position query properly.
5633         Add some G_LIKELY.
5634         Do cleanup of queued buffers in new helper function
5635         and use it.
5636
5637 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5640           Query supported sample rates. Fixes #341732.
5641
5642 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5643
5644         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5645         (gst_decode_bin_change_state): Make decodebin reusable
5646         when going from PAUSE_TO_READY and then back to PAUSED.
5647         Fixes #331678.
5648
5649 2006-05-15  Wim Taymans  <wim@fluendo.com>
5650
5651         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5652         (vorbis_dec_convert), (vorbis_dec_src_query),
5653         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5654         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5655         (vorbis_dec_clean_queued), (vorbis_dec_push),
5656         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5657         Cleanups. Use refcounting and DEBUG_OBJECT.
5658         Reset segment on flush, use code methods instead of our
5659         own wrong version.
5660         Fix potential memleak.
5661
5662 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5663
5664         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5665         (gst_alsasink_init):
5666         * ext/alsa/gstalsasink.h:
5667           Don't leak allocated snd_output_t structure if there's
5668           more than one alsasink instance at a time (#341873).
5669           Also fix GObject macros in header file.
5670           
5671 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * gst/subparse/gstsubparse.c:
5674         (gst_sub_parse_data_format_autodetect):
5675           Don't use libxml functions in the typefinding code.
5676
5677 2006-05-15  Wim Taymans  <wim@fluendo.com>
5678
5679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5680         Fix seeking performance in the case where a non-header 
5681         packet has a 0 granulepos (busted theora case). 
5682         Fixes #341719
5683         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5684          the first place, you limelight stealer you)
5685
5686 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5687
5688         * gst/subparse/gstsubparse.c:
5689         (gst_sub_parse_data_format_autodetect):
5690           Improve SAMI typefinding: handle case where there are
5691           whitespaces or newlines in front of the first <SAMI>
5692           tag (#169936).
5693
5694 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5695
5696         * configure.ac:
5697           Build video4linux plugin even if there's no XVIDEO, just
5698           without implementing the GstXOverlay interface (#334002).
5699          
5700 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * configure.ac:
5703         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5704         (plugin_init):
5705           Add tentative support for libvisual-0.4 (#336881).
5706
5707 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5708
5709         Patch by: Young-Ho Cha <ganadist at chollian net>
5710
5711         * gst/subparse/samiparse.c: (handle_start_font):
5712           Need to map "silver" colour explicitly (#169936).
5713
5714 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         Patch by: Young-Ho Cha  <ganadist at chollian net>
5717
5718         * gst/subparse/Makefile.am:
5719         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5720         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5721         (gst_sub_parse_format_autodetect), (feed_textbuf),
5722         (gst_subparse_type_find), (plugin_init):
5723         * gst/subparse/gstsubparse.h:
5724         * gst/subparse/samiparse.c:
5725         * gst/subparse/samiparse.h:
5726           Add support for SAMI subtitles (#169936).
5727
5728 2006-05-14  Michael Smith  <msmith@fluendo.com>
5729
5730         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5731           Fix #341696: crash when mixing L+R+C to mono or stereo.
5732         * tests/check/Makefile.am:
5733         * tests/check/elements/audioconvert.c: (set_channel_positions),
5734         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5735         (audioconvert_suite):
5736           Add test for the above, including some generic framework bits for
5737           testing multichannel things.
5738
5739 === release 0.10.7 ===
5740
5741 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5742
5743         * configure.ac:
5744           releasing 0.10.7, "Leave the gun"
5745
5746 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5747
5748         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5750         Fix the build.
5751
5752 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5753
5754         * docs/libs/gst-plugins-base-libs-docs.sgml:
5755         * docs/libs/gst-plugins-base-libs-sections.txt:
5756         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5757         * gst-libs/gst/video/video.h:
5758         * gst/videoscale/Makefile.am:
5759         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5761         * tests/check/Makefile.am:
5762         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5763         (main):
5764           Fix integer overflow problem with pixel-aspect-ratio calculations
5765           in videoscale and xvimagesink (#341542)
5766
5767 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5768
5769         * gst-libs/gst/tag/gstid3tag.c:
5770           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5771
5772 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5773
5774         * win32/MANIFEST:
5775           update win32 files listing
5776
5777 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5778
5779         patch by: Sjoerd Simons (sjoerd@luon.net)
5780
5781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5782         (group_create), (group_destroy), (add_stream),
5783         (gst_play_base_bin_get_property),
5784         (gst_play_base_bin_get_streaminfo_value_array):
5785         * gst/playback/gstplaybasebin.h:
5786           API: GstPlayBaseBin::stream-info-value-array property
5787           use a more bindings-friendly way of exposing streaminfo
5788           using a GValueArray.  Tested in ipython.
5789           Closes #341114
5790
5791 2006-05-11  Wim Taymans  <wim@fluendo.com>
5792
5793         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5794         (queue_underrun_cb), (queue_filled_cb):
5795         Also catch queue underruns but don't do anything yet.
5796         Refactor and comment queue enlarging code a bit.
5797
5798         * gst/playback/gstplaybasebin.c: (queue_overrun),
5799         (queue_threshold_reached), (queue_out_of_data),
5800         (gen_preroll_element):
5801         If a queue over/underruns check that we don't create nasty
5802         deadlocks when the min-threshold is not reached but the
5803         max-bytes is. In those cases disable max-bytes when we
5804         know that the queue is fed timed data.
5805         Add more comments.
5806
5807 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * gst/playback/gstplaybin.c: (gen_audio_element):
5810           Make playbin automatically plug an 'audioresample'
5811           element before the audio sink as well. This solves
5812           problems with sinks that only accept a very specific
5813           sample rate, like esdsink (e.g. #340379).
5814
5815 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         * gst/playback/gstplaybasebin.c: (gen_source_element):
5818           Make http sources send special headers so that we receive
5819           icecast metadata if the http stream is an icecast stream
5820           (otherwise the server will just ignore them). This also
5821           means that from now on users will need the 'icydemux'
5822           element from gst-plugins-good installed if they want to
5823           listen to icecast radio streams. (#341432, #333657).
5824
5825 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5826
5827         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5828         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5829           remove stupid example from docs - it should come with a simple
5830           C program instead.
5831           Clean up/fix docs
5832         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5833         (fail_if_can_read), (GST_START_TEST),
5834         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5835           add a test for changing streamheader which exposes a bug in
5836           multifdsink
5837
5838 2006-05-11  Michael Smith  <msmith@fluendo.com>
5839
5840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5841         (gst_gnome_vfs_src_received_headers_callback):
5842         * ext/gnomevfs/gstgnomevfssrc.h:
5843           Don't set icy-caps unless we have a sane interval value. Move
5844           interval to a local variable; we never use it outside this function.
5845
5846 2006-05-11  Wim Taymans  <wim@fluendo.com>
5847
5848         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5850         Register special buffer types along with the objects so
5851         that they are not registered at runtime from N different
5852         streaming threads since they are not threadsafe.
5853
5854 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5855
5856         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5857         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5858           add two more tests, one doing streamheader
5859
5860 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5861
5862         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5863           clean up the bufqueue when shutting down
5864         * tests/check/Makefile.am:
5865         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5866         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5867         (main):
5868           add a test for the leak that was just fixed
5869
5870 2006-05-10  Wim Taymans  <wim@fluendo.com>
5871
5872         * gst/adder/gstadder.c: (gst_adder_setcaps),
5873         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5874         (gst_adder_src_event), (gst_adder_sink_event),
5875         (gst_adder_class_init), (gst_adder_finalize),
5876         (gst_adder_request_new_pad), (gst_adder_collected):
5877         * gst/adder/gstadder.h:
5878         Updated some docs. Added comments and FIXMEs all over the place.
5879         Improve debugging info.
5880         Fix leak on finalize by not calling the parent.
5881         Implement duration query.
5882         Make event forwarding threadsafe.
5883         Correctly send NEWSEGMENT at start and after flush.
5884         Handle EOS correctly.
5885         Post error when not negotiated.
5886
5887         * tests/check/elements/adder.c: (GST_START_TEST):
5888         Added FIXME in the test.
5889
5890 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5891
5892         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5893         (gst_text_overlay_halign_get_type),
5894         (gst_text_overlay_wrap_mode_get_type):
5895         * ext/theora/theoradec.c: (theora_handle_type_packet),
5896         (theora_handle_data_packet):
5897         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5898         (theora_enc_sink_setcaps), (theora_enc_chain):
5899         * gst-libs/gst/cdda/gstcddabasesrc.c:
5900         (gst_cdda_base_src_mode_get_type):
5901         * gst/audiotestsrc/gstaudiotestsrc.c:
5902         (gst_audiostestsrc_wave_get_type):
5903         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5904         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5905         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5906         (gst_sync_method_get_type), (gst_unit_type_get_type),
5907         (gst_client_status_get_type):
5908         * gst/videoscale/gstvideoscale.c:
5909         (gst_video_scale_method_get_type):
5910         * gst/videotestsrc/gstvideotestsrc.c:
5911         (gst_video_test_src_pattern_get_type):
5912         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5913         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5914         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5915         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5916         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5917         (paint_setup_RGB565), (paint_setup_xRGB1555):
5918           Const-ify GEnumValue and GFlagsValue arrays. Use
5919           GST_ROUND_UP_* macros instead of home-made ones.
5920
5921 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * configure.ac:
5924           Require core CVS for the new newsegment stuff.
5925
5926 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         Patch by: Sjoerd Simons  <sjoerd at luon net>
5929
5930         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5931           Register nick for enum value (#341160).
5932
5933 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5934
5935         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5936         (plugin_init):
5937          backout typefind patch #340375
5938          
5939         * tests/check/elements/adder.c: (message_received),
5940         (GST_START_TEST), (adder_suite):
5941           redo, signal-handling of test
5942
5943 2006-05-09  Wim Taymans  <wim@fluendo.com>
5944
5945         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5946         (gst_adder_collected):
5947         * gst/adder/gstadder.h:
5948         Remove bogus segment merging and forwarding, we don't
5949         care about timestamps anyway and we just produce a
5950         continuous stream. 
5951         Also create a nice NEWSEGMENT event when we start.
5952         Use _scale_int some more.
5953
5954 2006-05-09  Edward Hervey  <edward@fluendo.com>
5955
5956         * tests/icles/stress-xoverlay.c:
5957         Fix if core was built without parsing support.
5958
5959 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5962           Add SEDG (Samsung MPEG-4) fourcc.
5963
5964 2006-05-09  Edward Hervey  <edward@fluendo.com>
5965
5966         * tests/icles/stress-xoverlay.c:
5967         * tests/examples/volume/volume.c:
5968         Fix if core was built without parsing support.
5969
5970         * tests/examples/seek/seek.c:
5971         Disable the parse_launch example if core was built without parsing
5972         support.
5973
5974 2006-05-08  Edward Hervey  <edward@fluendo.com>
5975
5976         * autogen.sh: (CONFIGURE_DEF_OPT): 
5977         libtoolize on Darwin/MacOSX is called glibtoolize
5978
5979 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5980
5981         * tests/check/Makefile.am:
5982         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5983           Disable the adder test, until the build-slaves posses the kindness to 
5984           either like it or to give valid reason for not doing so 
5985
5986 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5987
5988         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5989         (adder_suite):
5990           Shuffle NULL state change around and raise timeout more
5991
5992 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5993
5994         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5995         (mp4_type_find), (plugin_init):
5996           Add typefind to distinguish between "audio/x-m4a" and new type
5997           "video/mp4". Fixes #340375
5998
5999         * tests/check/elements/adder.c: (adder_suite):
6000           Raise timeout to make buildbot happy
6001
6002 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6003
6004         * gst/adder/gstadder.c: (gst_adder_sink_event),
6005         (gst_adder_request_new_pad), (gst_adder_change_state):
6006         * gst/adder/gstadder.h:
6007         * tests/check/Makefile.am:
6008         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6009         (adder_suite), (main):
6010           Add sink-event handling to adder. It tries to merge incomming
6011           newsegment-events. Added test to check if segment_done is comming
6012           through. Fixes #340060
6013
6014 2006-05-05  Andy Wingo  <wingo@pobox.com>
6015
6016         * ext/theora/theoraparse.c (gst_theora_parse_init)
6017         (theora_parse_src_convert, theora_parse_src_query):
6018         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6019         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6020         query functions on the source pads of the theora and vorbis parse
6021         elements. Fixes position querying when doing a remux.
6022
6023 2006-05-05  Michael Smith  <msmith@fluendo.com>
6024
6025         * ext/theora/theoraparse.c: (parse_granulepos),
6026         (theora_parse_drain_queue_prematurely),
6027         (theora_parse_queue_buffer), (theora_parse_sink_event):
6028           Fix flushing.
6029           Fix invalid granulepos outputs when starting with a non-keyframe.
6030
6031 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6032
6033         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6034         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6035         Rearrange MPEG system stream detection, fixing some memleaks in the
6036         process.
6037         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6038         they clean up their data correctly.
6039         Remove unused ogganx caps and move the 'is_annodex' check to inside
6040         the 'is_ogg' if statement.
6041
6042 2006-05-05  Wim Taymans  <wim@fluendo.com>
6043
6044         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6045         Properly remove ghostpads. Fixes #340392
6046
6047 2006-05-04  David Schleef  <ds@schleef.org>
6048
6049         * gst/typefind/gsttypefindfunctions.c:
6050
6051 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6052
6053         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6054         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6055
6056         When typefinding an MP3 in push-based mode, don't penalise the
6057         probability down to 74% when we found 5 valid frames just because we
6058         can't peek the end of the file.
6059
6060         Make the probability for detecting MPEG Transport Streams based on the
6061         number of sequential headers we successfully detected.
6062
6063 2006-05-03  Wim Taymans  <wim@fluendo.com>
6064
6065         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6066         (vorbis_dec_push), (vorbis_dec_chain):
6067         Still produce an error when we receive an empty packet.
6068
6069 2006-05-03  Wim Taymans  <wim@fluendo.com>
6070
6071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6072         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6073         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6074         Mark buffers with DISCONT after seek and after activating new
6075         chains.
6076
6077         * ext/theora/gsttheoradec.h:
6078         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6079         (theora_get_query_types), (theora_dec_sink_event),
6080         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6081         (theora_dec_change_state):
6082         Fix frame counter.
6083         Detect and mark DISCONT buffers.
6084
6085         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6086         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6087         (vorbis_dec_change_state):
6088         * ext/vorbis/vorbisdec.h:
6089         Use GstSegment.
6090         Detect and mark DISCONT buffers.
6091         Don't crash on 0 sized buffers.
6092
6093 2006-05-03  Wim Taymans  <wim@fluendo.com>
6094
6095         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6096         (volume_transform_ip):
6097         Increase "volume" property to 10.0. Fixes #340369.
6098         Set the process function to NULL when capsnego fails so that
6099         we properly error out.
6100
6101 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6102
6103         * gst/playback/gstplaybin.c: (add_sink):
6104         * gst/playback/test.c: (main):
6105         * gst/playback/test5.c: (dump_element_stats):
6106         * gst/playback/test6.c: (main):
6107           free caps using gst_caps_unref, don't leak caps-strings
6108
6109 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6110
6111         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6112         (plugin_init):
6113           Refine musepack typefinding a bit. Return MAXIMUM
6114           probability when we detect stream version 7 to make
6115           sure the mpeg audio typefinder doesn't trump us.
6116
6117 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6120           Protect against unexpected NULL strf_data buffer.
6121
6122 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6123
6124         * tests/check/elements/audioconvert.c: (verify_convert),
6125         (GST_START_TEST):
6126           interpret the out[] buffer in the order the bytes are actually
6127           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6128           Other tests should use BYTE_ORDER since the array is filled in
6129           with actual values
6130
6131 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6132
6133         * tests/check/elements/audioconvert.c: (verify_convert),
6134         (GST_START_TEST):
6135           when a test fails, give an indication of which it is
6136
6137 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6138
6139         * gst-libs/gst/cdda/gstcddabasesrc.c:
6140           compile fix; strtol() needs <stdlib.h>
6141
6142 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6143
6144         * ext/alsa/gstalsamixerelement.c:
6145         * ext/alsa/gstalsasrc.c:
6146         * ext/cdparanoia/gstcdparanoiasrc.c:
6147         * ext/gnomevfs/gstgnomevfssink.c:
6148         * ext/gnomevfs/gstgnomevfssrc.c:
6149         * ext/ogg/gstoggdemux.c:
6150         * ext/ogg/gstoggmux.c:
6151         * ext/ogg/gstoggparse.c:
6152         * ext/ogg/gstogmparse.c:
6153         * ext/pango/gstclockoverlay.c:
6154         * ext/pango/gsttextoverlay.c:
6155         * ext/pango/gsttextrender.c:
6156         * ext/pango/gsttimeoverlay.c:
6157         * ext/theora/theoradec.c:
6158         * ext/theora/theoraenc.c:
6159         * ext/vorbis/vorbisdec.c:
6160         * ext/vorbis/vorbisenc.c:
6161         * gst-libs/gst/audio/gstaudiofilter.c:
6162         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6163         * gst/audioconvert/gstaudioconvert.c:
6164         * gst/audiorate/gstaudiorate.c:
6165         * gst/audioresample/gstaudioresample.c:
6166         * gst/audiotestsrc/gstaudiotestsrc.c:
6167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6168         * gst/playback/gstdecodebin.c:
6169         * gst/playback/gstplaybin.c:
6170         * gst/playback/gststreamselector.c:
6171         * gst/subparse/gstsubparse.c:
6172         * gst/tcp/gstmultifdsink.c:
6173         * gst/tcp/gsttcpclientsink.c:
6174         * gst/tcp/gsttcpclientsrc.c:
6175         * gst/tcp/gsttcpserversink.c:
6176         * gst/tcp/gsttcpserversrc.c:
6177         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6178         * gst/videorate/gstvideorate.c:
6179         * gst/videoscale/gstvideoscale.c:
6180         * gst/videotestsrc/gstvideotestsrc.c:
6181         * gst/volume/gstvolume.c:
6182         * sys/v4l/gstv4ljpegsrc.c:
6183         * sys/v4l/gstv4lmjpegsink.c:
6184         * sys/v4l/gstv4lmjpegsrc.c:
6185         * sys/v4l/gstv4lsrc.c:
6186         * sys/ximage/ximagesink.c:
6187         * sys/xvimage/xvimagesink.c:
6188         * tests/check/libs/cddabasesrc.c:
6189           make GstElementDetails const
6190
6191 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6192
6193         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6194         (gst_adder_init):
6195           send events from src-pad to all sink-pads fixes #338657
6196
6197 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6198
6199         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6200         (alsasink_parse_spec):
6201           query width capabilities from alsa, fixes #338919
6202
6203 2006-04-28  Wim Taymans  <wim@fluendo.com>
6204
6205         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6206         (gst_multi_fd_sink_remove_client_link):
6207         * gst/tcp/gstmultifdsink.h:
6208         Fix race condition in multifdsink that can lead to spurious 
6209         duplicate clients. this patch adds a new signal that is fired when
6210         multifdsink has removed all references to the fd.
6211         Fixes #339574.
6212         Updated documentation.
6213         API: client-fd-removed signal added
6214
6215 2006-04-28  Michael Smith  <msmith@fluendo.com>
6216
6217         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6218           When asking g_value_array_new to prealloc elements, we may as well
6219           ask for the right number of elements.
6220
6221 2006-04-28  Wim Taymans  <wim@fluendo.com>
6222
6223         * gst-libs/gst/audio/gstbaseaudiosink.c:
6224         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6225         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6226         patch to make timestamp checking more tollerant to rounding 
6227         errors given that real discontinuities are to be marked on
6228         buffers. Fixes some asf files and #338778.
6229         Also avoid some crashers when we receive an event in the 
6230         NULL state.
6231
6232 2006-04-28  Michael Smith  <msmith@fluendo.com>
6233
6234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6235         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6236         (gst_gnome_vfs_src_get_property),
6237         (gst_gnome_vfs_src_send_additional_headers_callback),
6238         (gst_gnome_vfs_src_received_headers_callback),
6239         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6240         (gst_gnome_vfs_src_stop):
6241         * ext/gnomevfs/gstgnomevfssrc.h:
6242           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6243           proper shared support within icydemux.
6244
6245 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6246
6247         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6248         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6249           fix up docs
6250           fix a leak when no caps negotiated
6251           fix counting of input frames
6252         * tests/check/elements/.cvsignore:
6253         * tests/check/elements/videorate.c: (assert_videorate_stats),
6254         (GST_START_TEST), (videorate_suite):
6255           add tests for these
6256
6257 2006-04-28  Wim Taymans  <wim@fluendo.com>
6258
6259         * gst-libs/gst/audio/gstringbuffer.c:
6260         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6261         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6262         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6263         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6264         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6265         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6266         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6267         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6268         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6269         Check arguments passed to public functions instead of
6270         crashing.
6271
6272 2006-04-28  Wim Taymans  <wim@fluendo.com>
6273
6274         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6275         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6276         GstBaseAudioSrc must be live or it does not work.
6277
6278         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6279         Don't set live to TRUE as this is the default in the parentclass.
6280
6281 2006-04-28  Wim Taymans  <wim@fluendo.com>
6282
6283         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6284         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6285         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6286         fixation cases better. Fixes #338991
6287
6288 2006-04-28  Wim Taymans  <wim@fluendo.com>
6289
6290         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6291         Handle 0/1 framerate correctly Fixes #331901.
6292
6293 2006-04-28  Wim Taymans  <wim@fluendo.com>
6294
6295         * tests/check/elements/audioconvert.c: (get_float_caps),
6296         (GST_START_TEST), (audioconvert_suite):
6297         Added check for correct clipping when doing float samples
6298         in audioconvert.
6299
6300 2006-04-28  Wim Taymans  <wim@fluendo.com>
6301
6302         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6303         (gst_video_rate_chain):
6304         Print more debugging info.
6305
6306 2006-04-28  Wim Taymans  <wim@fluendo.com>
6307
6308         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6309         (resample_set_state_from_caps):
6310         Add support for other formats audioresample can handle such as
6311         32 bits in and float and 64 bits float. Fixes #301759
6312
6313 2006-04-28  Wim Taymans  <wim@fluendo.com>
6314
6315         * gst/audioconvert/audioconvert.c: (float):
6316         correctly clip float samples > 1.0. Fixes #338718
6317
6318 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         Patch by: Young-Ho Cha  <ganadist at chollian net>
6321
6322         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6323         (gst_text_overlay_render_text):
6324           Don't strip newlines from the text. Also, center lines
6325           within multi-line paragraphs (#339405).
6326
6327 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6330           Fix wavpack typefinding to work in more cases (don't peek
6331           for chunks of multiple hundred kBs at once, but process
6332           things step-by-step in smaller units). Fixes #339786.
6333
6334 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6335
6336         * configure.ac:
6337           back to HEAD
6338
6339 === release 0.10.6 ===
6340
6341 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6342
6343         * configure.ac:
6344           releasing 0.10.6, "Chao"
6345
6346 2006-04-26  David Schleef  <ds@schleef.org>
6347
6348         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6349           Fixes #338897.
6350
6351 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         * configure.ac:
6354         * win32/common/config.h:
6355           new prerelease
6356
6357 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6358
6359         patch by: Wim Taymans
6360
6361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6362         (gst_ogg_demux_perform_seek):
6363           make sure correct newsegments are sent, so that the decoder
6364           and the demuxer agree on timestamps.  Fixes playback of a lot
6365           of Ogg files that do not start from 0.  Fixes #339833.
6366
6367 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6368
6369         Patch by: Edward Hervey  <edward@fluendo.com>
6370
6371         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6372         * tests/check/Makefile.am:
6373         * tests/check/elements/videorate.c: (assert_videorate_stats),
6374         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6375         (videorate_suite), (main):
6376           Fix an infinite loop if frames are passed in with wrongly ordered
6377           timestamps.  Fixes #339013.
6378
6379 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6380
6381         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6382
6383         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6384           fix typefinding on some ISO files.  Fixes #339212.
6385
6386 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6387
6388         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6389
6390         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6391           add another H264 fourcc.  Fixes #339047.
6392
6393 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6394
6395         Patch by: Jan Schmidt
6396
6397         * gst/playback/gststreamselector.c:
6398         (gst_stream_selector_bufferalloc):
6399           Restore old StreamSelector behaviour.
6400           Fixes #338419.
6401
6402 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6403
6404         * configure.ac:
6405         * win32/common/config.h:
6406           prerelease
6407
6408 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6409
6410         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6411
6412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6413         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6414           Fix some memory leaks: on finalize, free buffers left in the queue
6415           before destroying the queue; in _push(), unref rtp_buf even if
6416           the process vfunc returned a NULL buffer as output buffer (#337548);
6417           demote some recuring debug messages to LOG level.
6418
6419 2006-04-11  Wim Taymans  <wim@fluendo.com>
6420
6421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6422         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6423         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6424         (gst_ogg_demux_loop):
6425         More cleanups.
6426         Respect segment stop when emiting EOS or SEGMENT_DONE.
6427         Fixes (#337945).
6428
6429 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * gst/playback/gststreamselector.c:
6432         (gst_stream_selector_get_property):
6433           Don't leak pad name.
6434
6435 2006-04-10  Michael Smith  <msmith@fluendo.com>
6436
6437         * tests/check/Makefile.am:
6438         * tests/check/gst-plugins-base.supp:
6439           Suppress an old libtheora bug (fixed in more recent versions), so 
6440           that FC4 buildslaves can pass.
6441
6442 2006-04-10  Wim Taymans  <wim@fluendo.com>
6443
6444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6445         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6446         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6447         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6448         (gst_ogg_demux_loop):
6449         Don't leak events.
6450         Remember what error we got when finding chains, if we
6451         were shutdown, that would not be an error.
6452
6453 2006-04-10  Wim Taymans  <wim@fluendo.com>
6454
6455         * gst-libs/gst/audio/gstbaseaudiosink.c:
6456         (gst_base_audio_sink_event):
6457         Starting the ringbuffer when we did not acquire it can cause
6458         a deadlock, is pointless and causes nasty things for
6459         subclasses. 
6460         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6461
6462 2006-04-10  Wim Taymans  <wim@fluendo.com>
6463
6464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6465         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6466         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6467         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6468         (gst_ogg_demux_deactivate_current_chain),
6469         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6470         (gst_ogg_demux_bisect_forward_serialno),
6471         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6472         Add some more debugging.
6473
6474 2006-04-10  Wim Taymans  <wim@fluendo.com>
6475
6476         * ext/theora/theoradec.c: (theora_dec_src_event),
6477         (theora_handle_data_packet):
6478         Some more debug info.
6479
6480         * tests/examples/seek/seek.c: (start_seek), (main):
6481         Print element messages too.
6482
6483 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6484
6485         * gst/audioresample/debug.h:
6486           replace debug macros with variable number of parameters
6487           by a simple alias to gstreamer standard debug macros 
6488          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6489           supported by MSVC 6.0 and 7.1)
6490         * gst/audioresample/resample.h:
6491           define M_PI and rint for WIN32
6492         * win32/common/libgstaudio.def:
6493         * win32/common/libgstriff.def:
6494         * win32/common/libgsttag.def:
6495         * win32/common/libgstvideo.def:
6496           add new exported functions
6497         * win32/vs6:
6498           update project files
6499
6500 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6501
6502         * ext/alsa/gstalsamixeroptions.c:
6503         (gst_alsa_mixer_options_class_init):
6504         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6507         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6508         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6509         * gst-libs/gst/audio/gstaudiofilter.c:
6510         (gst_audio_filter_class_init):
6511         * gst-libs/gst/audio/gstaudiosink.c:
6512         (gst_audioringbuffer_class_init):
6513         * gst-libs/gst/audio/gstaudiosrc.c:
6514         (gst_audioringbuffer_class_init):
6515         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6516         * gst-libs/gst/interfaces/colorbalancechannel.c:
6517         (gst_color_balance_channel_class_init):
6518         * gst-libs/gst/interfaces/mixeroptions.c:
6519         (gst_mixer_options_class_init):
6520         * gst-libs/gst/interfaces/mixertrack.c:
6521         (gst_mixer_track_class_init):
6522         * gst-libs/gst/interfaces/tunerchannel.c:
6523         (gst_tuner_channel_class_init):
6524         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6525         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6526         (gst_netbuffer_class_init):
6527         * gst-libs/gst/rtp/gstbasertppayload.c:
6528         (gst_basertppayload_class_init):
6529         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6530         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6531         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6532         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6533         * gst/playback/gststreamselector.c:
6534         (gst_stream_selector_class_init):
6535         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6536         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6537         * sys/v4l/gstv4lcolorbalance.c:
6538         (gst_v4l_color_balance_channel_class_init):
6539         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6540         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6541         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6542         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6543         (gst_v4l_tuner_norm_class_init):
6544         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6546         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6547         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6548
6549 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6550
6551         * ext/pango/gsttextrender.h:
6552         * gst-libs/gst/audio/gstaudiosink.h:
6553         * gst-libs/gst/audio/gstaudiosrc.h:
6554         * gst-libs/gst/audio/gstbaseaudiosink.h:
6555         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6556         * gst-libs/gst/audio/gstringbuffer.h:
6557         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6558         * gst-libs/gst/rtp/gstbasertppayload.h:
6559         * gst-libs/gst/video/gstvideofilter.h:
6560         * gst-libs/gst/video/gstvideosink.h:
6561         * gst/playback/gstplaybasebin.h:
6562         * gst/tcp/gstmultifdsink.h:
6563         * sys/v4l/gstv4lelement.h:
6564         Fix broken GObject macros
6565
6566 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6567
6568         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6569         More debug to trace why my USB headset is not working with gst
6570
6571 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6572
6573         * gst/playback/gstplaybasebin.c: (group_destroy):
6574         Clean up our group elements properly in the case where it never 
6575         got committed - it still got added unconditionally to the bin.
6576
6577 2006-04-07  Wim Taymans  <wim@fluendo.com>
6578
6579         * ext/theora/theoradec.c: (theora_dec_sink_event),
6580         (theora_handle_data_packet), (theora_dec_chain):
6581         Unref unhandled events.
6582         Protect against empty buffers.
6583         Perform QoS on running time.
6584
6585 2006-04-07  Michael Smith  <msmith@fluendo.com>
6586
6587         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6588         (gst_vorbis_enc_chain):
6589           Remove leaks from vorbisenc.
6590           Mostly minor changes, the only significant one is that now the
6591           buffers we set as 'streamheader' on the caps are copies of the
6592           original buffers, to avoid circular refcounting problems.
6593
6594 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6595
6596         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6597           Don't remove our mute-probe if someone else already did so.
6598           Don't set a 2nd one if there is already one pending on the pad.
6599
6600         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6601         (do_playbin_seek):
6602           When a seek fails, ensure that playbin is still set back to playing.
6603           
6604         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6605         (mpeg_ts_type_find), (plugin_init):
6606           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6607
6608 2006-04-06  Andy Wingo  <wingo@pobox.com>
6609
6610         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6611         (gst_video_rate_init): Caps-related parameters should not be reset
6612         by a flush -- move their inits to the instance init function.
6613         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6614         is not OK, just return the result.
6615
6616         * gst/audiotestsrc/gstaudiotestsrc.c
6617         (gst_audio_test_src_class_init)
6618         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6619         broken by Stefan's commit on 24 March.
6620
6621         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6622         buffers being pushed out. Fixes oggmux ! multifdsink.
6623
6624 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6625
6626         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6627         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6628         * ext/vorbis/vorbisdec.h:
6629         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6630         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6631         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6632         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6633         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6634         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6635         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6636         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6637         (gst_vorbis_enc_buffer_from_packet),
6638         (gst_vorbis_enc_buffer_from_header_packet),
6639         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6640         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6641         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6642         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6643         (gst_vorbis_enc_change_state):
6644         * ext/vorbis/vorbisenc.h:
6645           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6646           vorbisenc adhere to the official nomenclature; use boilerplate
6647           macro.
6648
6649 2006-04-04  Andy Wingo  <wingo@pobox.com>
6650
6651         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6652         Whoops, fix bug introduced. Bad hacker!
6653         
6654         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6655         Properly handle the case where you get EOS before any buffers are
6656         received. Use gst_buffer_make_metadata_writable where appropriate.
6657
6658         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6659         is often negative -- make it signed so as not to wrap around.
6660         Fixes segfaults introduced on 9 March.
6661
6662 2006-04-03  Wim Taymans  <wim@fluendo.com>
6663
6664         * ext/theora/gsttheoradec.h:
6665         * ext/theora/theoradec.c: (theora_dec_src_event):
6666         Don't try to store a gdouble in a gboolean.
6667         Small cleanups.
6668
6669 2006-04-03  Michael Smith  <msmith@fluendo.com>
6670
6671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6672           Oggmux sucks.
6673           Make it suck slightly less by writing out the final page.
6674           Still can't encode a vorbis-in-ogg file correctly, though.
6675
6676 2006-04-03  Andy Wingo  <wingo@pobox.com>
6677
6678         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6679         a g_print.
6680
6681         * ext/theora/theora.c (plugin_init): Register theoraparse.
6682
6683         * ext/theora/gsttheoraparse.h: 
6684         * ext/theora/theoraparse.c: New files implementing a theora
6685         parser. Now we can properly remux ogg/theora+vorbis, yay.
6686
6687         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6688
6689 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6690
6691         * gst/audiotestsrc/gstaudiotestsrc.c:
6692           Fixed the sample pipeline (see #323798)
6693
6694 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6695
6696         * configure.ac:
6697         * win32/common/config.h:
6698         * win32/common/config.h.in:
6699           use AS_VERSION and AS_NANO
6700           more cleanups
6701
6702 2006-03-31  Andy Wingo  <wingo@pobox.com>
6703
6704         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6705         uninitialized variable return that would happen.
6706         
6707         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6708         uninitialized variable return that would never happen.
6709
6710         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6711         (vorbis_parse_sink_event): Add an event function to flush our
6712         state on a seek, and to drain buffers on a premature EOS.
6713         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6714         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6715         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6716         (vorbis_parse_drain_queue): Queue up buffers until we can set
6717         their timestamps and granulepos values.
6718
6719         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6720         and keep track of data needed for deriving granulepos and
6721         timestamps for buffers.
6722
6723 2006-03-29  Wim Taymans  <wim@fluendo.com>
6724
6725         Patch by: j^ <j at bootlab dot org>
6726
6727         * ext/alsa/gstalsamixerelement.c:
6728         (gst_alsa_mixer_element_class_init):
6729         * ext/alsa/gstalsasink.c:
6730         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6731         * ext/ogg/gstoggdemux.c:
6732         * ext/ogg/gstoggmux.c:
6733         * ext/ogg/gstoggparse.c:
6734         * ext/pango/gstclockoverlay.c:
6735         * ext/pango/gsttextoverlay.c:
6736         * ext/pango/gsttextrender.c:
6737         * ext/pango/gsttimeoverlay.c:
6738         * ext/theora/theoradec.c:
6739         * ext/theora/theoraenc.c:
6740         * ext/vorbis/vorbisdec.c:
6741         * ext/vorbis/vorbisenc.c:
6742         * gst/audioconvert/gstaudioconvert.c:
6743         * gst/subparse/gstsubparse.c:
6744         * gst/tcp/gstmultifdsink.c:
6745         * gst/tcp/gsttcpclientsink.c:
6746         * gst/tcp/gsttcpclientsrc.c:
6747         * gst/tcp/gsttcpserversink.c:
6748         * gst/tcp/gsttcpserversrc.c:
6749           better/unified long descriptions
6750           Fixes #336477
6751
6752 2006-03-29  Wim Taymans  <wim@fluendo.com>
6753
6754         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6755         (stop_seek):
6756         Don't let double and triple clicks mess up our state.
6757
6758 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         * gst/playback/gstplaybin.c: (gen_video_element),
6761         (gen_text_element), (gen_audio_element), (gen_vis_element):
6762           Error out gracefully when we can't create any of the usual
6763           conversion elements for some reason. Also, don't try to
6764           create an audioscale (sic) element that's not used anyway.
6765
6766 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         * gst/playback/gstplaybasebin.c: (setup_source):
6769           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6770           element for a particular protocol, that's confusing for users.
6771           Instead, post a RESOURCE_FAILED error, so that our own error
6772           message is actually shown in totem etc. (#336303).
6773
6774 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6777
6778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6779         (gst_gnome_vfs_src_get_icy_metadata):
6780           Fix some minor memory leaks (#336194).
6781
6782 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         * ext/gnomevfs/gstgnomevfs.c:
6785         (gst_gnome_vfs_location_to_uri_string):
6786         * ext/gnomevfs/gstgnomevfs.h:
6787         * ext/gnomevfs/gstgnomevfssink.c:
6788         (gst_gnome_vfs_sink_set_property):
6789         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6790           Make gnomevfssink accept filenames as well as URIs for the
6791           "location" property, just like gnomevfssrc does (and
6792           filesrc/filesink do) (#336190).
6793
6794 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6795
6796         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6797           set to NULL before unreffing, fixes a valgrind leak.
6798           Why was this not triggering the error that an object needs to
6799           be NULL before unreffing ?
6800         * win32/common/config.h:
6801           update
6802
6803 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * gst/subparse/gstsubparse.c: (convert_encoding),
6806         (gst_sub_parse_change_state):
6807         * gst/subparse/gstsubparse.h:
6808           Text subtitle files may or may not be UTF-8. If it's not, we
6809           don't really want to see '?' characters in place of non-ASCII
6810           characters like accented characters. So let's assume the input
6811           is UTF-8 until we come across text that is clearly not. If it's
6812           not UTF-8, we don't really know what it is, so try the following:
6813           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6814           is set; if not, check (b) if the current locale encoding is
6815           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6816           the current locale encoding is UTF-8 and the environment variable
6817           was not set to any particular encoding. Not perfect, but better
6818           than nothing (and better than before, I think) (fixes #172848).
6819
6820 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6821
6822         * configure.ac:
6823           update core requirement to 0.10.4.1 because of async_playback
6824           vmethod on GstBaseSink
6825
6826 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6827
6828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6829         * gst/adder/gstadder.c: (gst_adder_init):
6830         use DEBUG_FUNCPTR for collectpads
6831
6832 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6833
6834         * docs/plugins/Makefile.am:
6835         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6836         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6837         * ext/cdparanoia/gstcdparanoiasrc.c:
6838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6839         (gst_gnome_vfs_sink_class_init):
6840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6842         * ext/ogg/gstoggmux.c:
6843         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6844         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6845         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6846         * ext/pango/gsttextoverlay.c:
6847         * ext/pango/gsttextrender.c:
6848         * ext/theora/theoradec.c:
6849         * ext/theora/theoraenc.c:
6850         * ext/vorbis/vorbisdec.c:
6851         * ext/vorbis/vorbisenc.c:
6852         * gst-libs/gst/audio/gstaudiofilter.c:
6853         (gst_audio_filter_base_init):
6854         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6855         (gst_audio_filter_template_base_init):
6856         * gst/adder/gstadder.c: (gst_adder_get_type):
6857         * gst/adder/gstadder.h:
6858         * gst/audioconvert/gstaudioconvert.c:
6859         * gst/audiotestsrc/gstaudiotestsrc.c:
6860         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6861         (gst_audio_test_src_create):
6862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6863         * gst/playback/gstdecodebin.c:
6864         * gst/playback/gstplaybin.c:
6865         * gst/playback/gststreamselector.c:
6866         (gst_stream_selector_base_init):
6867         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6868         * gst/volume/gstvolume.c:
6869         * sys/v4l/gstv4lmjpegsink.c:
6870         * sys/v4l/gstv4lmjpegsrc.c:
6871         * tests/check/libs/cddabasesrc.c:
6872         * tests/old/examples/gob/gst-identity2.gob:
6873           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6874           define GstElementDetails at the top
6875
6876 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6877
6878         * win32/common/libgstinterfaces.def:
6879         Add a lot of export functions for gst-python
6880         * win32/vs6/libgstinterfaces.dsp:
6881         Add a missing include folder in the project configuration
6882         
6883 2006-03-23  Wim Taymans  <wim@fluendo.com>
6884
6885         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6886         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6887         (gst_base_audio_src_change_state):
6888         Fix audio sources, forgot to make the ringbuffer
6889         startable...
6890
6891 2006-03-23  Wim Taymans  <wim@fluendo.com>
6892
6893         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6894         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6895         (gst_base_audio_src_change_state):
6896         unparent instead of unref the ringbuffer.
6897
6898 2006-03-23  Wim Taymans  <wim@fluendo.com>
6899
6900         * gst-libs/gst/audio/gstbaseaudiosink.c:
6901         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6902         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6903         Implement new async_play vmethod to start slaving and allow
6904         playback start in case of async PLAY state changes. 
6905
6906         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6907         Enable QoS with new method in base class.
6908
6909 2006-03-23  Wim Taymans  <wim@fluendo.com>
6910
6911         Patch by: Julien MOUTTE <julien at moutte dot net>
6912
6913         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6914         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6915         Partially handle 0 framerate, only EOS after the first frame
6916         is missing.
6917
6918 2006-03-23  Wim Taymans  <wim@fluendo.com>
6919
6920         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6921
6922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6923         (gst_riff_create_video_template_caps):
6924         * gst/ffmpegcolorspace/avcodec.h:
6925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6926         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6927         (gst_ffmpegcsp_avpicture_fill):
6928         * gst/ffmpegcolorspace/imgconvert.c:
6929         Patch for support of YVU9 AVI files (#334822)
6930
6931 2006-03-22  Edward Hervey  <edward@fluendo.com>
6932
6933         * docs/design/design-decodebin.txt:
6934         Added design document for new decodebin
6935         (Target Caps): text/x-pango-markup is also a default target caps.
6936
6937 2006-03-22  Wim Taymans  <wim@fluendo.com>
6938
6939         * gst-libs/gst/audio/gstbaseaudiosink.c:
6940         (gst_base_audio_sink_dispose):
6941         Since we _parent the ringbuffer, we also need to
6942         _unparent instead of a plain _unref.
6943
6944 2006-03-22  Wim Taymans  <wim@fluendo.com>
6945
6946         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6947         (stop_seek), (scrub_toggle_cb), (main):
6948         Add scrub checkbox.
6949
6950 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6951
6952         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6953         (gst_ogg_parse_chain):
6954           Fix very inefficient usage of linked lists (#335365).
6955
6956 2006-03-21  Edward Hervey  <edward@fluendo.com>
6957
6958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6959         * gst/playback/gstplaybin.c: (handoff):
6960         * gst/playback/gststreamselector.c:
6961         (gst_stream_selector_set_property):
6962         gcc 4.1 unreferenced pointer fixes.
6963         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6965         gst_buffer_ref() now takes a GstBuffer*.
6966
6967 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6968
6969         * sys/xvimage/xvimagesink.c:
6970         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6971         by Jan Schmidt.
6972
6973 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6976         (id3v1_type_find), (apetag_type_find), (plugin_init):
6977           Can't do tag preferences via probability, as tags would then
6978           lose against types that are recognised with MAXIMUM probability
6979           (like .wav); so let all tag typefinders return MAXIMUM themselves
6980           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6981           that we can prefer APE to ID3v1 (fixes #335028).
6982           
6983 2006-03-17  Wim Taymans  <wim@fluendo.com>
6984
6985         * gst-libs/gst/audio/gstbaseaudiosink.c:
6986         (gst_base_audio_sink_change_state):
6987         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6988         (gst_ring_buffer_may_start):
6989         * gst-libs/gst/audio/gstringbuffer.h:
6990         Only start playback if we are playing.
6991         should fix #330748.
6992
6993 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6994
6995         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6996         * win32/common/config.h:
6997           Revert accidental commits to these files.
6998
6999 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7002
7003         * tests/Makefile.am:
7004           Don't try to build tests in tests/icles if we
7005           don't have X (#323852)
7006
7007 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * gst-libs/gst/tag/gstid3tag.c:
7010           Add TXXX frame identifiers for replaygain stuff as used
7011           by some taggers (see #323721).
7012
7013 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7014
7015         * gst/playback/gststreamselector.c:
7016         (gst_stream_selector_set_property),
7017         (gst_stream_selector_bufferalloc):
7018           Preserve the existing buggy streamselector behaviour by performing
7019           a fallback buffer allocation when downstream isn't linked yet.
7020           This should really be fixed in playbin by blocking pads until it's
7021           linked them.
7022           Also, use gst_pad_alloc_buffer instead of
7023           gst_pad_alloc_buffer_and_set.
7024
7025 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7026
7027         * gst-libs/gst/tag/gstid3tag.c:
7028           Don't crash on unknown ID3v2 TXXX frames.
7029           
7030 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7031
7032         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7033           Chain up to the parent finalize method.
7034           Add 32-bit sample size to the template caps.
7035
7036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7037         (gst_riff_create_video_template_caps):
7038           Add the fourcc that the VMWare codec uses.
7039           
7040         * gst/playback/gststreamselector.c:
7041         (gst_stream_selector_set_property),
7042         (gst_stream_selector_bufferalloc),
7043         (gst_stream_selector_request_new_pad):
7044           For the active pad, forward buffer-alloc requests, otherwise
7045           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7046           having to memcpy every frame when used by playbin.
7047
7048         * gst/tcp/gstmultifdsink.c:
7049         (gst_multi_fd_sink_handle_client_write):
7050           Get negotiated caps from the sink pad, rather than the sink
7051           pad's peer.
7052
7053 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7056         
7057         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7058           Don't forget to set src->callbacks_pushed to FALSE again when
7059           popping them, otherwise re-activation in a different mode won't
7060           work (#334620).
7061
7062 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         Patch by: Sebastien Moutte  <sebastien moutte net>
7065
7066         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7067         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7068         (gst_ffmpeg_smpfmt_to_caps):
7069           Replace __VA_ARGS__ caps creation macros with varargs functions.
7070           Makes things compile on MSVC (#320765), looks nicer, and we can
7071           tell the compiler to check for the NULL terminator.
7072
7073 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7076
7077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7078           Make sure the buffer we copy into is really always big
7079           enough, this time for real (#333488).
7080           
7081 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7084           Add support for 24bpp DIB (#305279).
7085
7086 2006-03-14  Wim Taymans  <wim@fluendo.com>
7087
7088         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7089         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7091         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7092         (gst_video_scale_init), (gst_video_scale_src_event):
7093         Re-enable QoS after the release.
7094         Rework videoscale to use the base class src_event handler.
7095
7096 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7097
7098         * configure.ac:
7099           back to CVS.
7100
7101 === release 0.10.5 ===
7102
7103 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7104
7105         * configure.ac:
7106           releasing 0.10.5, "Net"
7107
7108 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * docs/plugins/Makefile.am:
7111           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7112           
7113 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7116         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7117         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7118           Add cdparanoiasrc to docs.
7119
7120         * gst-libs/gst/cdda/gstcddabasesrc.c:
7121           More GstCddaBaseSrc docs.
7122
7123 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7124
7125         * docs/libs/gst-plugins-base-libs-sections.txt:
7126         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7127         * gst-libs/gst/tag/tag.h:
7128           API: libgsttag: new method gst_tag_from_id3_user_tag().
7129
7130 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7133           NULL-terminate array of mpeg4 video file extensions.
7134           Fixes crash on PPC (#334226).
7135
7136 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         * ext/gnomevfs/gstgnomevfssrc.c:
7139         (gst_gnome_vfs_src_check_get_range):
7140           gnome_vfs_uri_is_local() alone is not a good indicator
7141           whether we can operate in pull-mode with a specific URI,
7142           as it returns FALSE for file:// URIs that point to an
7143           NFS-mounted path. Be more conservative here: whitelist
7144           local files, blacklist http URIs and use the old
7145           mechanism for anything else (fixes #334216).
7146
7147 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7148
7149         * configure.ac:
7150           back to trunk
7151
7152 === release 0.10.4 ===
7153
7154 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7155
7156         * configure.ac:
7157           releasing 0.10.4, "Power"
7158
7159 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7160
7161         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7162         Disable max-lateness by setting it to -1 for now, so that 
7163         we can bed QoS stuff in thoroughly between now and the next
7164         release.
7165
7166 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         Patch by: Fabrizio Gennari
7169
7170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7171           Make sure we don't read beyond the palette buffer in case of
7172           broken or manipulated files (#333488)
7173
7174 2006-03-10  Edward Hervey  <edward@fluendo.com>
7175
7176         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7177         Fix for variable not initialized.
7178
7179 2006-03-09  Wim Taymans  <wim@fluendo.com>
7180
7181         * ext/libvisual/visual.c: (gst_visual_get_type),
7182         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7183         (gst_visual_chain):
7184         Small cleanups.
7185
7186         * ext/theora/gsttheoradec.h:
7187         * ext/theora/theoradec.c: (gst_theora_dec_init),
7188         (gst_theora_dec_reset), (_theora_granule_time),
7189         (theora_dec_src_convert), (theora_dec_sink_convert),
7190         (theora_dec_src_query), (theora_dec_src_event),
7191         (theora_dec_sink_event), (theora_handle_comment_packet),
7192         (theora_handle_header_packet), (theora_dec_push),
7193         (theora_handle_data_packet), (theora_dec_chain),
7194         (theora_dec_change_state):
7195         Add simple QoS.
7196
7197 2006-03-09  Wim Taymans  <wim@fluendo.com>
7198
7199         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7200         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7201         Some cleanups.
7202
7203 2006-03-09  Wim Taymans  <wim@fluendo.com>
7204
7205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7206         Don't try to activate NULL chains.
7207
7208 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7211           Fix invalid memory access to region before peek'd data (#332964).
7212
7213 2006-03-09  Wim Taymans  <wim@fluendo.com>
7214
7215         Patch by: Christophe Fergeau
7216
7217         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7218         * ext/pango/gsttextrender.c: (gst_text_render_init):
7219         * gst/adder/gstadder.c: (gst_adder_init):
7220         Don't leak padtemplates, closes #333510.
7221
7222 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7223
7224         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7225           Fix invalid memory access: make sure string passed to
7226           regexec() is NUL-termianted.
7227
7228 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7231         (mp3_type_find):
7232           Refactor mpeg/audio typefinding to make it more maintainable
7233           and easier to fine-tune. Make probing into middle of the file
7234           work properly (fixes #333900, also see #152688).
7235
7236 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         * gst/typefind/gsttypefindfunctions.c:
7239         (utf8_type_find_have_valid_utf8_at_offset):
7240           Remove part from previous commit that was bogus:
7241           g_utf8_validate() does in fact not accept embedded
7242           zeroes, so we don't need to check for those (thanks
7243           to Mike for the hint).
7244
7245 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7246
7247         * gst/typefind/gsttypefindfunctions.c:
7248         (utf8_type_find_count_embedded_zeroes),
7249         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7250           Make plain/text typefinder more conservative: firstly, check
7251           for embedded zeroes, which are perfectly valid UTF-8 characters,
7252           but also a fairly good sign that something is not a plain text
7253           file; secondly, probe into the middle of the file if possible.
7254           If we can't probe into the middle, limit the probability value
7255           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7256
7257 2006-03-08  Michael Smith  <msmith@fluendo.com>
7258
7259         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7260           Make typefind function name for mpeg4 video unique.
7261
7262 2006-03-08  Wim Taymans  <wim@fluendo.com>
7263
7264         * ext/libvisual/visual.c: (gst_visual_init),
7265         (gst_visual_clear_actors), (gst_visual_dispose),
7266         (gst_visual_reset), (gst_visual_src_setcaps),
7267         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7268         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7269         (gst_visual_chain), (gst_visual_change_state):
7270         Cleanups, post nice errors.
7271         Handle sink and src events.
7272         Implement simple QoS.
7273
7274         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7275         Use new basesink methods to configure max-lateness.
7276         Small doc update.
7277
7278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7279         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7280         Debug statement cleanups.
7281
7282         * gst/volume/gstvolume.c: (gst_volume_class_init):
7283         Simple cleanup.
7284
7285 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7286
7287         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7288         (gst_text_overlay_init), (gst_text_overlay_set_property),
7289         (gst_text_overlay_get_property):
7290           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7291           as string type properties, but mark them deprecated. Add
7292           'halignment' and 'valignment' properties that use enums
7293           instead of strings.
7294
7295 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         Patch by: Fabrizio Gennari
7298
7299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7300           Allow palettes with less than 256 colours in AVI files
7301           (#333488)
7302
7303 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7304
7305         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7306         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7307         pad. We were releasing the queued text buffer when we should keep
7308         it until video pad gets EOS or discard the text buffer because it's
7309         too old. That was eating the last subtitle buffer. Add some more
7310         debug.
7311
7312 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7315         (gst_text_overlay_video_chain):
7316           Fix invalid memory access (we can't access a buffer after it's been
7317           pushed downstream without taking a reference); fix memory leak (if
7318           there's no text to render, bail out before allocating stuff).
7319
7320 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7323         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7324         * ext/pango/gsttextoverlay.h:
7325           If input is plain text, escape it before passing it to
7326           pango_layout_set_markup().
7327
7328 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7329
7330         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7331           Don't ignore flow return from gst_pad_push().
7332
7333 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         Patch by: Fabrizio Gennari
7336
7337         * ext/libvisual/visual.c: (gst_visual_getcaps),
7338         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7341         (gst_vorbisenc_convert_sink):
7342         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7343         (gst_audio_duration_from_pad_buffer):
7344         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7345         (gst_audio_filter_chain):
7346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7347         (gst_base_rtp_depayload_setcaps):
7348         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7349         (gst_video_get_size):
7350         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7351           Don't leak references returned by gst_pad_get_parent()
7352           (#333663)
7353
7354 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7355
7356         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7357           change location param details
7358         * gst/volume/gstvolume.c: (plugin_init):
7359           correct plugin description
7360
7361 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7364         (gst_gnome_vfs_src_check_get_range):
7365           Override GstBaseSrc::check_get_range() in order to avoid opening
7366           the resource just to check whether we can operate in pull-mode or
7367           not - we can predict that pretty well from the URI alone. Should
7368           fix problems with last.fm (#331690). (Requires latest core CVS).
7369
7370 2006-03-06  Wim Taymans  <wim@fluendo.com>
7371
7372         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7373         (gst_video_sink_class_init):
7374         Throw away frames that are later than 20 ms.
7375
7376 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         Patch by: Fabrizio Gennari
7379
7380         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7381           Set depth on WMA caps (#333545)
7382
7383 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7384
7385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7386         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7387           put Theora BOS pages before others.  This hardcodes
7388           the Ogg/Theora I profile, but hey.
7389
7390 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7391
7392         * ext/ogg/README:
7393           updated with some examples
7394         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7395         (granulepos_add), (theora_buffer_from_packet):
7396         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7397         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7398         (gst_vorbisenc_chain):
7399           implement strategy from ext/ogg/README
7400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7401         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7402         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7403         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7404           Fix muxer so that oggz-validate is happy with all streams;
7405           except for no eos mark, and the BOS page ordering
7406         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7407         (check_buffer_granulepos):
7408         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7409           update tests to check for OFFSET being set as requested
7410           fixed type of granulepos, it's not a ClockTime
7411
7412 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7413
7414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7415         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7416         Check that the xvimage we are creating has a correct size
7417         before returning it. (#314897)
7418
7419 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7422           Give id3 and ape tag typefinders a rank slightly higher
7423           than PRIMARY to ensure they're always run before any of
7424           the other typefinders (in particular wav and mp3) (#324186).
7425
7426 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7427
7428         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7429           Add support for '3IVD' fourcc (#333403).
7430
7431 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         * configure.ac:
7434           Bump requirements to GStreamer CVS for the new error enum.
7435
7436         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7437           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7438           space left on the device (fixes #333352).
7439
7440 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7441
7442         * win32/vs6:
7443           add a project file for libgstvolume
7444           update the workspace
7445
7446 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7447
7448         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7449         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7450         (GST_START_TEST):
7451           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7452           Set IN_CAPS on header buffers
7453
7454 2006-03-02  Wim Taymans  <wim@fluendo.com>
7455
7456         * docs/plugins/Makefile.am:
7457         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7458         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7459         Add audioresample to docs.
7460
7461         * gst/audioconvert/gstaudioconvert.c:
7462         Add revision date.
7463
7464         * gst/audioresample/gstaudioresample.c:
7465         (gst_audioresample_base_init), (gst_audioresample_class_init),
7466         (gst_audioresample_init), (gst_audioresample_dispose),
7467         (audioresample_get_unit_size), (audioresample_transform_caps),
7468         (resample_set_state_from_caps), (audioresample_transform_size),
7469         (audioresample_set_caps), (audioresample_event),
7470         (audioresample_do_output), (audioresample_transform),
7471         (audioresample_pushthrough), (gst_audioresample_set_property),
7472         (gst_audioresample_get_property), (plugin_init):
7473         * gst/audioresample/gstaudioresample.h:
7474         Added docs.
7475         Small code cleanups.
7476
7477 2006-03-02  Wim Taymans  <wim@fluendo.com>
7478
7479         * docs/plugins/Makefile.am:
7480         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7481         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7482         Added videoscale to docs.
7483
7484         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7485         (gst_video_rate_swap_prev), (gst_video_rate_event),
7486         (gst_video_rate_chain):
7487         Fix typo in docs.
7488
7489         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7490         (gst_video_scale_init), (gst_video_scale_prepare_size),
7491         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7492         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7493         * gst/videoscale/gstvideoscale.h:
7494         Added docs, examples.
7495         Some code cleanups.
7496         Post errors instead of g_warning.
7497
7498 2006-03-02  Wim Taymans  <wim@fluendo.com>
7499
7500         * docs/libs/gst-plugins-base-libs-docs.sgml:
7501         * docs/libs/gst-plugins-base-libs-sections.txt:
7502         * docs/libs/gst-plugins-base-libs.types:
7503         * docs/plugins/Makefile.am:
7504         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7505         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7506         Added some more docs to libs and plugins.
7507
7508         * gst-libs/gst/audio/gstringbuffer.c:
7509         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7510         * gst-libs/gst/audio/gstringbuffer.h:
7511         Document ringbuffer some more.
7512
7513         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7514         (gst_video_rate_setcaps), (gst_video_rate_reset),
7515         (gst_video_rate_init), (gst_video_rate_flush_prev),
7516         (gst_video_rate_swap_prev), (gst_video_rate_event),
7517         (gst_video_rate_chain), (gst_video_rate_change_state):
7518         * gst/videorate/gstvideorate.h:
7519         Fix videorate to use segments.
7520         Make it work with 0/1 framerates (closes #331903)
7521         Handle EOS correctly.
7522         Added docs.
7523
7524 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7527         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7528         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7529           In state change function, first chain up to parent class,
7530           then handle downwards state change stuff. Remove some
7531           commented out cruft from 0.8 code.
7532
7533 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7534
7535         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7536         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7537         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7538         (gst_ogm_parse_chain):
7539           Don't remove/re-add source pad if the new caps are the same as
7540           the old caps anyway (#333042). When removing source pad, don't
7541           unref it afterwards - we didn't ref it when adding. Sprinkle some
7542           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7543           after using gst_pad_get_parent(). Return downstream flow return
7544           value in chain function.
7545
7546 2006-03-02  Wim Taymans  <wim@fluendo.com>
7547
7548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7549         * docs/plugins/gst-plugins-base-plugins.args:
7550         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7551         * docs/plugins/gst-plugins-base-plugins.interfaces:
7552         * docs/plugins/gst-plugins-base-plugins.signals:
7553         Fix hierarchy, added some more elements to the docs.
7554
7555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7556         (gst_ffmpegcsp_get_type):
7557         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7558         Fix docs for ffmpegcolorspace.
7559
7560 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7563         (apetag_type_find), (ape_type_find), (plugin_init):
7564           Some typefinding fine-tuning:
7565           - rank ID3/APE tags in order of preference via probabilities, so that
7566             ID3v2 > APEv2 > APEv1 > ID3v1.
7567           - three or four bytes don't really justify MAXIMUM probability,
7568             change those to 'very likely' (musepack and monkeysaudio).
7569
7570 2006-03-01  Wim Taymans  <wim@fluendo.com>
7571
7572         * docs/plugins/Makefile.am:
7573         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7574         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7575         * ext/alsa/gstalsamixer.c:
7576         * ext/alsa/gstalsamixer.h:
7577         * ext/alsa/gstalsamixerelement.c:
7578         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7579         * ext/alsa/gstalsamixerelement.h:
7580         * ext/alsa/gstalsasink.c:
7581         * ext/alsa/gstalsasink.h:
7582         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7583         (gst_alsasrc_init):
7584         * ext/alsa/gstalsasrc.h:
7585         Added alsa docs.
7586         Small code cleanups.
7587
7588 2006-03-01  Wim Taymans  <wim@fluendo.com>
7589
7590         * ext/theora/Makefile.am:
7591         Dist new header too,
7592
7593 2006-03-01  Wim Taymans  <wim@fluendo.com>
7594
7595         * docs/plugins/Makefile.am:
7596         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7597         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7598         * ext/gnomevfs/gstgnomevfssink.h:
7599         * ext/gnomevfs/gstgnomevfssrc.h:
7600         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7601         * ext/vorbis/vorbisdec.h:
7602         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7603         * ext/vorbis/vorbisenc.h:
7604         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7605         (vorbis_parse_chain), (vorbis_parse_change_state):
7606         * ext/vorbis/vorbisparse.h:
7607         * gst/audioconvert/gstaudioconvert.h:
7608         * gst/tcp/gsttcpserversink.h:
7609         * gst/videotestsrc/gstvideotestsrc.c:
7610         * gst/videotestsrc/gstvideotestsrc.h:
7611         * gst/volume/gstvolume.c:
7612         * gst/volume/gstvolume.h:
7613         Fix some more docs.
7614         Added docs for vorbisdec and vorbisparse.
7615         Fix vorbisparse.
7616
7617 2006-03-01  Wim Taymans  <wim@fluendo.com>
7618
7619         * docs/plugins/Makefile.am:
7620         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7621         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7622         * ext/pango/gstclockoverlay.h:
7623         * ext/pango/gsttextoverlay.h:
7624         * ext/pango/gsttextrender.h:
7625         * ext/pango/gsttimeoverlay.h:
7626         * ext/theora/gsttheoradec.h:
7627         * ext/theora/gsttheoraenc.h:
7628         * ext/theora/theoradec.c:
7629         * ext/theora/theoraenc.c:
7630         * gst/audioconvert/gstaudioconvert.h:
7631         * gst/audiotestsrc/gstaudiotestsrc.h:
7632         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7633         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7634         * gst/tcp/gstmultifdsink.h:
7635         Updated/added documentation.
7636
7637         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7638         (gst_text_overlay_halign_get_type),
7639         (gst_text_overlay_wrap_mode_get_type),
7640         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7641         (gst_text_overlay_init), (gst_text_overlay_set_property),
7642         (gst_text_overlay_get_property):
7643         Fix up properties to be enums instead of string to make bindings,
7644         introspection and automatic GUI creation possible.
7645         Add getters for the properties.
7646
7647 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7648
7649         * gst/audiotestsrc/gstaudiotestsrc.c:
7650           added defines of M_PI and M_PI_2
7651         * gst/ffmpegcolorspace/avcodec.h:
7652           removed #include "stdint.h" for win32 as _stdint.h is 
7653           autogenerated to win32/common
7654         * win32/common/libgstaudio.def:
7655         * win32/common/libgsttag.def:
7656           added some exports
7657         * win32/vs6:
7658           some project files bugs corrected
7659         * win32/vs7:
7660           project files are reset to the default vs7 configuration 
7661           (they link to msvcr71.dll using default optimizations)
7662           
7663 2006-02-28  Wim Taymans  <wim@fluendo.com>
7664
7665         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7666         Fix some docs.
7667
7668 2006-02-28  Edward Hervey  <edward@fluendo.com>
7669
7670         * ext/alsa/gstalsasrc.c:
7671         Set proper class on the ElementDetails:
7672         Source/Audio instead of Src/Audio/
7673
7674 2006-02-28  Edward Hervey  <edward@fluendo.com>
7675
7676         * gst/videoscale/vs_scanline.c:
7677         (vs_scanline_resample_nearest_RGBA):
7678         Revert optimization in videoscale. It should go in liboil and have
7679         an appropriate liboil function.
7680
7681 2006-02-28  Wim Taymans  <wim@fluendo.com>
7682
7683         * gst-libs/gst/audio/gstbaseaudiosink.c:
7684         (gst_base_audio_sink_provide_clock):
7685         Don't try to provide a clock in the NULL state.
7686
7687 2006-02-28  Wim Taymans  <wim@fluendo.com>
7688
7689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7690         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7691         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7692         (gst_ogg_demux_deactivate_current_chain),
7693         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7694         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7695         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7696         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7697         Use GstSegment infrastructure to remove duplicated code
7698         and handle more seek cases correctly.
7699
7700 2006-02-28  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7703         (gst_ffmpegcsp_transform):
7704         Don't ignore return code from ffmpeg convert function.
7705
7706         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7707         Split out some long statements to ease debugging.
7708
7709 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7710
7711         * ext/libvisual/visual.c: (gst_visual_init),
7712         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7713         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7714         being able to renegotiate the size. Instead, use the negotiation
7715         algorithm from the goom plugin to pick an initial output caps. 
7716
7717         Also, allow theoretical libvisual plugins that might support non-GL 
7718         output even if they also do GL.
7719
7720 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7721
7722         * ext/libvisual/visual.c: (gst_visual_init),
7723         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7724         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7725         possible negotiation issues.
7726
7727 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7728
7729         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7730
7731 2006-02-24  Michael Smith  <msmith@fluendo.com>
7732
7733         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7734         (cmml_type_find), (plugin_init):
7735           Fix CMML type find function to not require a specific minor version
7736           of the CMML header.
7737
7738           Add an MPEG4 video elementary stream typefind function.
7739
7740 2006-02-04  Michael Smith  <msmith@fluendo.com>
7741
7742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7743         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7744         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7745         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7746         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7747         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7748           Annodex support in ogg demuxer. Doesn't do very much without the
7749           other annodex patches (to come).
7750
7751 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7754
7755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7756           Pick up palette for MS video v1 (#327028)
7757
7758 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7759
7760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7761         (gst_ffmpegcsp_caps_remove_format_info),
7762         (gst_ffmpegcsp_get_unit_size):
7763           The 'palette_data' field from incoming RGB caps shouldn't be
7764           proxied on outgoing YUV caps; also, restrict unit size
7765           adjustment in case of paletted data only to the unit that
7766           actually has a palette. Fixes #330711.
7767
7768 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7769
7770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7771         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7772         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7773         (gst_ffmpegcsp_get_unit_size):
7774           Plug some memory leaks.
7775
7776 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * sys/ximage/Makefile.am:
7779         * sys/xvimage/Makefile.am:
7780           Add some _CFLAGS and _LIBS that seem to be missing
7781           and/or required for Cygwin (see #317048).
7782
7783 2006-02-22  Wim Taymans  <wim@fluendo.com>
7784
7785         * ext/alsa/gstalsasrc.c:
7786         Fix description as pointed out by caugier.
7787
7788 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7789
7790         Reviewed by : Edward Hervey  <edward@fluendo.com>
7791
7792         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7793         (qt_type_find):
7794         Better 3gp typefinding (#331526).
7795
7796 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7797
7798         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7799           Don't send EOS event here, the base class will send one for us.
7800
7801         * gst/playback/gstplaybasebin.c: (prepare_output):
7802           Subpictures without video stream aren't allowed either.
7803         
7804         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7805           Fix debug statement copy'n'paste-o.
7806
7807 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7810           Fix issues with mixer keeping state when muting/unmuting
7811           and when changing the volume whilst muted (see #331763
7812           and #331765).
7813
7814 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7815
7816         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7817         (parse_subrip), (gst_sub_parse_format_autodetect):
7818           Set right caps given that we send escaped text. Also,
7819           honour <i></i>, <b></b> and <u></u> markers that can be found
7820           in .srt files (fixes #310202).
7821
7822 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * gst-libs/gst/audio/mixerutils.c:
7825         (element_factory_rank_compare_func):
7826           Make order in which elements are tried more determinable.
7827
7828 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7829
7830         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7831         (remove_element_chain), (cleanup_decodebin),
7832         (gst_decode_bin_change_state): Make decodebin reusable by
7833         fixing remove_element_chain first and then introduce a
7834         cleaner in state change to ->NULL. (Closes #331678)
7835
7836 2006-02-19  Wim Taymans  <wim@fluendo.com>
7837
7838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7839         use 0666 mask when creating files so umask gets applied
7840         correctly. Fixes #331295.
7841
7842 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7843
7844         * gst/subparse/Makefile.am:
7845         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7846         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7847         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7848         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7849         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7850         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7851         * gst/subparse/gstssaparse.h:
7852         * gst/subparse/gstsubparse.c: (plugin_init):
7853           Add very basic parser for SSA subtitle streams (as often
7854           found in matroska files).
7855
7856 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7859           That should be text/x-pango-markup, not text/x-pango-layout.
7860
7861 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7862
7863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7864         Polishing.
7865
7866 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7867
7868         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7869         (gst_text_overlay_finalize), (gst_text_overlay_init),
7870         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7871         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7872         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7873         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7874         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7875         Fix state change deadlock.
7876
7877 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7878
7879         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7880         (gst_text_overlay_finalize), (gst_text_overlay_init),
7881         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7882         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7883         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7884         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7885         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7886         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7887         and subtitles files.
7888
7889 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7890
7891         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7892         should be considered as raw.
7893
7894 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7895
7896         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7897         (cb_probe):
7898         * gst/playback/gststreaminfo.h: Introduce language informations.
7899
7900 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7901
7902         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7903         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7904         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7905         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7906         Set shared memory segments to be deleted as soon as we have attached,
7907         that way they get cleaned up automatically if we crash.
7908
7909 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7910
7911         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7912         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7913         functions are called with lock held.
7914
7915 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7916
7917         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7918         (gst_text_overlay_finalize), (gst_text_overlay_init),
7919         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7920         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7921         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7922         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7923         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7924         (gst_text_overlay_change_state): Refactoring of textoverlay
7925         without collectpads. This now supports sparse subtitles coming
7926         from a demuxer instead of a sub file. Seeking is still broken 
7927         though. Need to discuss with wtay some more on how to handle
7928         seeking correctly.
7929         * ext/pango/gsttextoverlay.h:
7930         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7931         subtitles coming from the demuxer.
7932
7933 2006-02-17  Wim Taymans  <wim@fluendo.com>
7934
7935         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7936         (gst_vorbisenc_convert_sink):
7937         Use some more scaling functions.
7938
7939 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7940
7941         * ext/cdparanoia/gstcdparanoiasrc.c:
7942         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7943         (gst_cd_paranoia_paranoia_callback),
7944         (gst_cd_paranoia_src_signal_is_being_watched),
7945         (gst_cd_paranoia_src_read_sector):
7946         * ext/cdparanoia/gstcdparanoiasrc.h:
7947           Add back 'transport-error' and 'uncorrected-error' signals and
7948           make them actually be fired when bad stuff happens (#319340).
7949
7950 2006-02-17  Wim Taymans  <wim@fluendo.com>
7951
7952         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7953         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7954         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7955         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7956         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7957         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7958         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7959         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7960         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7961         (gst_ring_buffer_clear):
7962         Small cleanups.
7963         Added some G_LIKELY.
7964
7965 2006-02-17  Wim Taymans  <wim@fluendo.com>
7966
7967         * gst-libs/gst/audio/TODO:
7968         Update TODO
7969
7970         * gst-libs/gst/audio/gstbaseaudiosink.c:
7971         (gst_base_audio_sink_get_offset):
7972         When trying to play samples ASAP and we don't have a
7973         previous sample, try to play at position 0 instead of
7974         an invalid position.
7975
7976 2006-02-17  Wim Taymans  <wim@fluendo.com>
7977
7978         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7979         (gst_alsasink_reset):
7980         Also release lock when we get an error in _reset();
7981         fix an error message.
7982
7983 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7986         (gst_alsasink_init), (get_channel_free_structure),
7987         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7988         (gst_alsasink_close):
7989         * ext/alsa/gstalsasink.h:
7990           Add support for more than 2 channels (#326720).
7991
7992 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7993
7994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7995           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7996           with 4 or 6 channels, assume a default channel layout to make things
7997           work (not sure there's anything else we can do in those cases).
7998
7999 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8000
8001         * gst-libs/gst/audio/multichannel.c:
8002           Minor docs fix.
8003
8004         * gst-libs/gst/riff/Makefile.am:
8005         * gst-libs/gst/riff/riff-ids.h:
8006         * gst-libs/gst/riff/riff-media.c:
8007         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8008           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8009           channels and a channel layout map.
8010           
8011 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8012
8013         Reviewed by Edward Hervey  <edward@fluendo.com>
8014
8015         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8016         C-level optimization of the RGBA nearest neighbour function.
8017         Eventually this might end up in liboil with vectorized versions.
8018
8019 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8020
8021         * gst-libs/gst/audio/multichannel.c:
8022         (gst_audio_get_channel_positions):
8023           When we have more than 2 channels, but no channel layout is
8024           specified in the caps, return some default channel layout
8025           to the caller and warn about about a possibly buggy element
8026           (could be buggy filtercaps as well of course) (#317038).
8027
8028 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8031           Add gst-libs/gst/cdda to list of lib search paths.
8032
8033 2006-02-15  Andy Wingo  <wingo@pobox.com>
8034
8035         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8036         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8037         to the Lord Jesus that I do not have to touch the ogg muxer ever
8038         again.
8039
8040 2006-02-15  Edward Hervey  <edward@fluendo.com>
8041
8042         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8043         quicktime movie files can also contain 'uuid' atoms.
8044
8045 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst/audioconvert/plugin.c: (plugin_init):
8048           Register the GstAudioChannelPosition enum type with the type
8049           system in the plugin_init function, so that it is known before
8050           any element actually makes use of multi-channel stuff. This is
8051           required for example if one wants to be able to deserialise/use
8052           a caps string with channel positions before any pipeline has
8053           been setup and started, like with gst-launch.
8054
8055 2006-02-14  Wim Taymans  <wim@fluendo.com>
8056
8057         * gst-libs/gst/audio/gstringbuffer.c:
8058         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8059         (gst_ring_buffer_samples_done), (wait_segment),
8060         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8061         Add some compiler G_(UN_)LIKELY help.
8062         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8063         make sure they can exit their functions. Should fix #330748
8064
8065 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8066
8067         * Makefile.am:
8068         * configure.ac:
8069         * win32/MANIFEST:
8070         * win32/common/_stdint.h:
8071           Windows does not have long long; copy the generated _stdint.h
8072         * win32/common/interfaces-enumtypes.c:
8073         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8074         (gst_mixer_track_flags_get_type),
8075         (gst_tuner_channel_flags_get_type):
8076         * win32/common/multichannel-enumtypes.c:
8077         (gst_audio_channel_position_get_type):
8078           update
8079
8080 2006-02-13  Wim Taymans  <wim@fluendo.com>
8081
8082         * gst-libs/gst/audio/gstbaseaudiosink.c:
8083         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8084         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8085         Always sync on first sample we receive when starting.
8086
8087 2006-02-13  Wim Taymans  <wim@fluendo.com>
8088
8089         * gst/playback/gstplaybin.c: (gen_vis_element):
8090         Update vis bin docs.
8091         Move queue after tee so we don't queue video buffers but
8092         audio samples instead. Fixes problems where the video queue
8093         is filled and the audio queue empty.
8094
8095 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8098           No need to push an EOS event here, GstBaseSrc will do that for us
8099           when we return FLOW_UNEXPECTED.
8100           
8101 2006-02-12  Wim Taymans  <wim@fluendo.com>
8102
8103         * gst-libs/gst/audio/gstbaseaudiosink.c:
8104         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8105         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8106         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8107         Use scale functions when possible.
8108         Fix error messages.
8109         Free clockid when after waiting for EOS.
8110         Use G_(UN_)LIKLY when it makes sense.
8111         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8112
8113 2006-02-12  Edward Hervey  <edward@fluendo.com>
8114
8115         * gst/playback/gstplaybasebin.c: (prepare_output): 
8116         Remove stray semi-colon (fixes #330888).
8117
8118 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8119
8120         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8122         Fix up the XShm call testing so that we catch errors, and don't
8123         cause new ones by attempting to detach from a segment we failed
8124         to attach to. Fixes #312439.
8125
8126 2006-02-10  Edward Hervey  <edward@fluendo.com>
8127
8128         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8129         Added flv file typefind (video/x-flv).
8130
8131 2006-02-10  Edward Hervey  <edward@fluendo.com>
8132
8133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8134         (gst_riff_create_video_template_caps):
8135         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8136         Also added the caps to the default set of riff video caps.
8137
8138 2006-02-09  Andy Wingo  <wingo@pobox.com>
8139
8140         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8141         time and the end time of the last packet in the page.
8142         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8143         on the pages in our queue, set the duration as well. Reflow a
8144         debug statement.
8145         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8146         Fixes bad muxing order.
8147
8148 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8149
8150         * gst-libs/gst/rtp/gstbasertppayload.c:
8151         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8152           update seqnum before setting it on the packet; this makes sure
8153           that the timestamp and seqnum properties match after pushing
8154           a buffer
8155
8156 2006-02-09  Andy Wingo  <wingo@pobox.com>
8157
8158         * gst-libs/gst/audio/gstringbuffer.c
8159         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8160         overflow after 13.5 hours of recording. Kapow!
8161
8162         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8163         the buffer size -- we don't care about underrun/overrun reporting
8164         right now, just need to return a useful value.
8165
8166 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8167
8168         * configure.ac:
8169           Back to CVS
8170
8171 === release 0.10.3 ===
8172
8173 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8174
8175         * configure.ac:
8176           releasing 0.10.3, "Under Pressure"
8177
8178 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8179
8180         * configure.ac:
8181         Drat. Bump libtool version number for new API.
8182         Prelease 0.10.2.3 (of 0.10.3)
8183
8184 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8185
8186         * configure.ac:
8187         * win32/common/config.h:
8188         0.10.2.2 prerelease (of 0.10.3).
8189
8190 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8191
8192         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8193           Revert Andy's newsegment change pending a more correct
8194           fix.
8195
8196 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8197
8198         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8199         (qt_type_find), (plugin_init):
8200           detect more files as 3gp
8201           group and reorder the iso file formats
8202
8203 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         * ext/vorbis/vorbis.c: (plugin_init):
8206           Register musicbrainz tags, so apps don't have to.
8207
8208 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8209
8210         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8211         (gst_tag_to_vorbis_tag):
8212           Make sure we called gst_tag_register_musicbrainz_tags()
8213           before possibly mapping a vorbiscomment string from/to a
8214           musicbrainz tag.
8215
8216 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8217
8218         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8219           In case we can't find the required number of consecutive
8220           mpeg audio frames to positively identify an MPEG audio
8221           stream, check if there's at least a valid mpeg audio
8222           frame right at offset 0 and if so suggest mpeg/audio
8223           caps with a very low probability (#153004).
8224
8225 2006-02-07  Andy Wingo  <wingo@pobox.com>
8226
8227         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8228         a TIME segment if we get timestamped buffers. Requires recent
8229         fixes in core to work properly.
8230
8231 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8232
8233         * gst/playback/gstplaybasebin.c: (prepare_output):
8234           Don't print the URI as part of the error message, it
8235           makes error dialogs look rather ugly, especially if
8236           the URI is very long or has characters in it that
8237           need escaping.
8238
8239 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8240
8241         * gst/playback/gstplaybasebin.c: (prepare_output):
8242           Error out if we have only text or subtitles, but nothing
8243           else. Also error out if we have subtitles but no video
8244           stream.
8245
8246 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8247
8248         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8249           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8250           Post an error message on the bus when we encounter an
8251           error, which will hopefully be more meaningful than the
8252           'Internal Flow Error' message users get to see if we
8253           just return GST_FLOW_ERROR.
8254
8255 2006-02-07  Andy Wingo  <wingo@pobox.com>
8256
8257         * configure.ac (GST_MAJORMINOR): Update core version req to
8258         0.10.2.2, for the collectpads API addition (#330244).
8259
8260 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8261
8262         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8263           Return FALSE from plugin_init() when GnomeVFS can't
8264           be initialised for some reason (#328423).
8265
8266 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8267
8268         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8269         Stick to seeking theory until i find the bug.
8270         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8271
8272 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8273
8274         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8275         (theora_enc_finalize), (theora_enc_sink_setcaps),
8276         (theora_set_header_on_caps), (theora_enc_chain),
8277         (theora_enc_change_state):
8278         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8279           Make theoraenc and the tests leak free. Like, really.
8280
8281 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8282
8283         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8284         (theora_enc_finalize), (theora_enc_sink_setcaps):
8285           Add a finalize method to ensure we clean up state even if
8286           someone omitted the state change back to NULL.
8287
8288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8289         (gst_vorbisenc_chain):
8290           Free some more leaked bits.
8291
8292         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8293         (stop_pipeline):
8294           Wait for state changes to happen if they're ASYNC.
8295
8296           This ought to teach those fancy pants buildbots a lesson.
8297
8298 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8299
8300         * gst-libs/gst/tag/gstid3tag.c:
8301           Add mapping for ID3 International Standard Recording Code
8302           tag "TSRC"
8303
8304 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8305
8306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8307           Don't leak tag names.
8308
8309 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8310
8311         * docs/libs/gst-plugins-base-libs-docs.sgml:
8312         * docs/libs/gst-plugins-base-libs-sections.txt:
8313         * gst-libs/gst/tag/gstid3tag.c:
8314         * gst-libs/gst/tag/gstvorbistag.c:
8315         * gst-libs/gst/tag/tags.c:
8316           Split libgsttag docs into multiple sections.
8317
8318 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8319
8320         * docs/libs/Makefile.am:
8321         * docs/libs/gst-plugins-base-libs-docs.sgml:
8322         * docs/libs/gst-plugins-base-libs-sections.txt:
8323         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8324         * gst-libs/gst/tag/gstvorbistag.c:
8325         * gst-libs/gst/tag/tag.h:
8326         * gst-libs/gst/tag/tags.c:
8327           Add libgsttag to the docs.
8328
8329 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8330
8331         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8332         (gst_text_overlay_init), (gst_text_overlay_src_event),
8333         (gst_text_overlay_collected): Fix clockoverlay.
8334
8335 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         * docs/libs/compiling.sgml:
8338           Fix typo: it's pkg-config, not pkg-gconfig
8339
8340         * docs/libs/gst-plugins-base-libs-docs.sgml:
8341         * docs/libs/gst-plugins-base-libs-sections.txt:
8342         * docs/libs/tmpl/gstgconf.sgml:
8343           There is no libgstgconf in 0.10, remove it
8344           from the docs.
8345
8346 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8347
8348         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8349         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8350         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8351         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8352         (gst_sub_parse_class_init), (gst_sub_parse_init),
8353         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8354         (parse_mpsub), (parser_state_init), (handle_buffer),
8355         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8356         * gst/subparse/gstsubparse.h: Introduce seeking code.
8357
8358 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8361           Add comment about LANGUAGE tag inconsistency (we want
8362           ISO-639-1, but extract three-letter identifiers?)
8363
8364         * po/POTFILES.in:
8365           Add two translatable files.
8366
8367 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * gst-libs/gst/tag/Makefile.am:
8370         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8371         * gst-libs/gst/tag/tag.h:
8372         * gst-libs/gst/tag/tags.c:
8373         (gst_tag_register_musicbrainz_tags_internal),
8374         (gst_tag_register_musicbrainz_tags):
8375           Forward-port some tags stuff from the 0.8 branch. This is
8376           mostly the addition of musicbrainz tags and their mapping
8377           to vorbistags, and a vorbistag mapping of the language tag.
8378
8379 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8380
8381         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8382         refactoring.
8383
8384 2006-02-04  David Schleef  <ds@schleef.org>
8385
8386         * ext/ogg/gstoggmux.c:
8387         * gst/typefind/gsttypefindfunctions.c:
8388           Add Dirac typefinding and add dirac format to oggmux.
8389
8390 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8391
8392         * gst/playback/gstdecodebin.c: (try_to_link_1):
8393           Don't put essential function call into
8394           g_return_*() macro, otherwise it'll all be
8395           replaced by NOOPs when compiling with
8396           G_DISABLE_CHECKS defined.
8397
8398 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8399
8400         * ext/ogg/gstoggdemux.c:
8401         * ext/ogg/gstoggparse.c:
8402         * gst/tcp/gsttcpserversink.c:
8403         * sys/v4l/v4lsrc_calls.c:
8404         * sys/v4l/v4lsrc_calls.h:
8405         Just make it compile with --disable-gst-debug.
8406
8407 2006-02-03  Wim Taymans  <wim@fluendo.com>
8408
8409         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8410         (gst_alsasink_class_init), (gst_alsasink_init),
8411         (gst_alsasink_write), (gst_alsasink_reset):
8412         * ext/alsa/gstalsasink.h:
8413         Add lock to protect alsa calls.
8414         Implement reset to flush samples ASAP, does not work
8415         with dmix though.
8416
8417 2006-02-02  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst-libs/gst/audio/gstbaseaudiosink.c:
8420         (gst_base_audio_sink_provide_clock):
8421         Ugh.. getting late I guess...
8422
8423 2006-02-02  Wim Taymans  <wim@fluendo.com>
8424
8425         * gst-libs/gst/audio/gstbaseaudiosink.c:
8426         (gst_base_audio_sink_provide_clock),
8427         (gst_base_audio_sink_set_property),
8428         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8429         Don't try to provide a clock when we are not negotiated since
8430         we might not be able to make it run.
8431
8432 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8433
8434         * gst/playback/gstdecodebin.c: (try_to_link_1):
8435           Unlinking two source pads is ... hard.
8436
8437 2006-02-02  Wim Taymans  <wim@fluendo.com>
8438
8439         * gst-libs/gst/audio/TODO:
8440         Updated.
8441
8442         * gst-libs/gst/audio/gstbaseaudiosink.c:
8443         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8444         On EOS, wait till the last sample is played before posting EOS.
8445
8446 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8447
8448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8449           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8450           setting queue_delay to zero. Also avoid thread being started if
8451           queue_delay is zero.
8452
8453 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8454
8455         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8456           Make test work again by connecting fakesinks to each decoded pad,
8457           which makes the pipeline wait until each fakesink has a buffer
8458           queued before going to PAUSED state. At that point we know the
8459           decodebin pads are negotiated.
8460
8461 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8464         (gst_cdda_base_src_handle_event):
8465         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8466           Pass unhandled queries to the parent class's query function.
8467
8468 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8469
8470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8471         (gst_ogg_pad_src_query):
8472         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8473         * ext/theora/theoradec.c: (theora_dec_src_query),
8474         (theora_dec_sink_query):
8475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8476         (vorbis_dec_sink_query):
8477         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8478         (gst_vorbisenc_sink_query):
8479         * gst/adder/gstadder.c: (gst_adder_query):
8480           Pass unhandled queries upstream instead of just
8481           dropping them (#326447). Also, fix supported
8482           query types list for some elements.
8483
8484 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8487         (paris_type_find), (ilbc_type_find), (plugin_init):
8488           Fix typefinding for audio/x-au, audio/x-paris and
8489           audio/iLBC-sh. We cannot use the START_WITH macros
8490           here, because there can only be one typefind factory
8491           with the same name (caps), so the second one would
8492           replace the first one and the first one would never
8493           be called when doing typefinding (see #161712).
8494           
8495
8496 2006-01-31  Wim Taymans  <wim@fluendo.com>
8497
8498         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8499         (vorbis_handle_header_packet), (vorbis_dec_push),
8500         (vorbis_handle_data_packet):
8501         Use scale_int when we can, add some more scaling.
8502         Check packettype before parsing it.
8503
8504 2006-01-31  Wim Taymans  <wim@fluendo.com>
8505
8506         * ext/theora/theoradec.c: (_theora_granule_time),
8507         (theora_dec_src_convert), (theora_dec_sink_convert):
8508         Call right _scale functions.
8509         Use parameter instead of some other random value.
8510
8511 2006-01-31  Wim Taymans  <wim@fluendo.com>
8512
8513         * ext/theora/theoradec.c: (_theora_granule_frame),
8514         (_theora_granule_time), (_inc_granulepos),
8515         (theora_dec_src_convert), (theora_dec_sink_convert),
8516         (theora_handle_type_packet), (theora_handle_data_packet),
8517         (theora_dec_chain):
8518         Use higher precision timestamps calculation.
8519         Convert some other conversions to _scale.
8520
8521 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8522
8523         * gst/audiotestsrc/gstaudiotestsrc.c:
8524         (gst_audio_test_src_create_sine_table), (plugin_init):
8525         * gst/volume/gstvolume.c: (plugin_init):
8526           initialize gst_controller before using
8527
8528 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8529
8530         * tests/check/pipelines/theoraenc.c:
8531         * tests/check/pipelines/vorbisenc.c:
8532         Define constant using G_GINT64_CONSTANT to avoid errors when
8533         passing it around - otherwise it gets truncated to 32 bits.
8534
8535         Fixes failing tests.
8536
8537 2006-01-31  Andy Wingo  <wingo@pobox.com>
8538
8539         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8540         caps being set doesn't have a framerate value. Basically a stopgap
8541         measure.
8542
8543         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8544         technically correct enough to put into core though.
8545         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8546         DURATION. Fixes theoraenc ! oggmux.
8547
8548         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8549         fraction, not double.
8550
8551 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8552
8553         * win32/vs7:
8554         add vs7 project files created by Sergey Scobich
8555
8556 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8557
8558         * win32/vs8:
8559         add vs8 project files created by Sergey Scobich
8560         
8561 2006-01-30  Andy Wingo  <wingo@pobox.com>
8562
8563         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8564         timestamp + duration, not just timestamp -- ogg pages should be
8565         ordered by stop time. Necessary fix given the change in vorbis
8566         timestamps.
8567
8568         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8569         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8570         (granulepos_add): New function, handles the messiness of adjusting
8571         granulepos values.
8572         (theora_buffer_from_packet):
8573         (theora_enc_chain):
8574         (theora_enc_sink_event): Use granulepos_add, not +.
8575
8576         * tests/check/pipelines/theoraenc.c
8577         (check_buffer_granulepos_from_starttime): Just check the frame
8578         count, not the actual granulepos -- we can't dictate to the
8579         encoder when it should be placing keyframes.
8580
8581 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8582
8583         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8584           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8585           play an http:// stream from a server that's not serving
8586
8587 2006-01-30  Andy Wingo  <wingo@pobox.com>
8588
8589         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8590         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8591         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8592         available.
8593
8594         * ext/theora/gsttheoraenc.h:
8595         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8596         although theoraenc was timestamping correctly. Added handling of
8597         streams that start with nonzero timestamps.
8598
8599         * tests/check/Makefile.am:
8600         * tests/check/pipelines/theoraenc.c: New file, basically does same
8601         tests as vorbisenc.
8602
8603         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8604
8605 2006-01-30  Wim Taymans  <wim@fluendo.com>
8606
8607         * gst-libs/gst/audio/gstaudiosink.c:
8608         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8609         (gst_audioringbuffer_pause):
8610         Implement pause that does not wait for completion.
8611
8612         * gst-libs/gst/audio/gstbaseaudiosink.c:
8613         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8614         Don't drop buffers when going to PAUSED but perform preroll on
8615         remaining samples now that core base class supports this.
8616
8617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8618         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8619         (gst_ring_buffer_commit):
8620         Pause should not signal waiters.
8621         Implement return value of _commit correctly.
8622
8623 2006-01-30  Andy Wingo  <wingo@pobox.com>
8624
8625         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8626
8627         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8628         updated to timestamp from the first sample, not the last.
8629         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8630         special care of granulepos and timestamp for header packets.
8631         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8632         when the first buffer has a nonzero timestamp.
8633
8634         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8635         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8636         case when the first audio buffer we get has a nonzero timestamp.
8637         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8638         properly timestamp vorbis buffers with the time of the first
8639         sample, not the last.
8640         
8641         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8642         vorbis_granule_time_copy -- now it takes the granule/subgranule
8643         offset into account.
8644
8645         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8646         timestamps, durations, and granulepos on buffers produced by
8647         vorbisenc.
8648
8649 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8650
8651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8652         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8653           Patch from Eric Jonas to support conversions to/from UYVY 
8654           (Fixes: #324626)
8655
8656 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8657
8658         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8659         (setup_subtitle), (setup_source), (set_active_source):
8660         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8661         (gen_text_element), (gen_audio_element), (gen_vis_element),
8662         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8663
8664 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8665
8666         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8667         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8668                 use gst_guint64_to_gdouble to be compliant with vs6
8669         * gst/playback/gstdecodebin.c: (try_to_link_1)
8670         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8671                 use G_GINT64_CONSTANT for int64 constants
8672         * win32/common/libgstinterfaces.def:
8673                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8674         * win32/vs6:
8675                 update and add new project files
8676                 
8677 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8678
8679         * Makefile.am:
8680         * win32/MANIFEST:
8681         * win32/common/interfaces-enumtypes.c:
8682         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8683         (gst_mixer_track_flags_get_type),
8684         (gst_tuner_channel_flags_get_type):
8685         * win32/common/interfaces-enumtypes.h:
8686         * win32/common/multichannel-enumtypes.c:
8687         (gst_audio_channel_position_get_type):
8688         * win32/common/multichannel-enumtypes.h:
8689           add a win32-update rule like in core, and copy over enumtypes files
8690
8691 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8692
8693         * win32/MANIFEST:
8694         * win32/common/config.h:
8695         * win32/common/config.h.in:
8696           add config files just like in core
8697
8698 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8701           Make gcc-4.1 happy (part of #327357).
8702
8703 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8704
8705         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8706         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8707         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8708         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8709         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8710         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8711           Update all error messages.  All of them should either use
8712           the default translated message, or actually provide a
8713           translatable string.
8714           Make the string for channel count problems meaningful.
8715
8716 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8717
8718         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8719           check for and throw RESOURCE_BUSY
8720
8721 2006-01-27  David Schleef  <ds@schleef.org>
8722
8723         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8724           checked in this change -- it requires liboil features not
8725           in 0.3.6.  Revert parts.
8726
8727 2006-01-27  David Schleef  <ds@schleef.org>
8728
8729         * REQUIREMENTS:
8730         * configure.ac: update liboil requirement to 0.3.6
8731         * gst/videoscale/Makefile.am:
8732         * gst/videoscale/vs_scanline.c: liboilify
8733
8734 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8735
8736         * ext/libvisual/visual.c: (get_buffer):
8737           When pad_alloc returns a GstFlowReturn other
8738           than GST_FLOW_OK, make sure it is passed upstream.
8739
8740 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8741
8742         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8743         (gst_alsasink_class_init):
8744           Free the device name string.
8745
8746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8747         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8748         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8749           Don't remove a pad from the collectpads structure until it
8750           is released - it's a request pad, and may receive data again
8751           if the element gets moved back to PLAYING state.
8752
8753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8754           Ensure we turn on double buffering on the Xv port, and
8755           set the colour key to something dark and mysterious that
8756           isn't black.
8757
8758 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8759
8760         * ext/alsa/gstalsaplugin.c: (plugin_init):
8761         * ext/cdparanoia/gstcdparanoiasrc.c:
8762         (gst_cd_paranoia_src_base_init), (plugin_init):
8763         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8765           - a library should not call setlocale. see "Libraries" node in
8766             gettext manual
8767           - make sure all plugins that use translation do bindtextdomain
8768             to point to the localedir
8769         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8770         (setup_sinks), (plugin_init):
8771           all this, and check for NULL when creating sinks
8772
8773 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8774
8775         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8776         (plugin_init): Make typefinding of subtitles work again.
8777
8778 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8779
8780         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8781         (mp3_type_frame_length_from_header), (mp3_type_find),
8782         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8783         (plugin_init):
8784           Backport a bunch of typefinding fixes from the 0.8 branch.
8785           Also, improve wavpack typefinding: if we can't peek the
8786           entire wavpack block, try to parse the bits we can get and
8787           see if we find what we're looking for in those.
8788
8789 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8790
8791         * sys/ximage/ximagesink.c:
8792         (gst_ximagesink_calculate_pixel_aspect_ratio):
8793         * sys/xvimage/xvimagesink.c:
8794         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8795         more cases of pixel aspect ratio.
8796
8797 2006-01-26  Edward Hervey  <edward@fluendo.com>
8798
8799         * gst/playback/gstdecodebin.c: (pad_probe):
8800         Also consider the flush-start and tag events as unblockers
8801         for the pad probes.
8802
8803 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8804
8805         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8806         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8807         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8808         On the fly visualisation switch, works disabling, enabling as
8809         well but it won't be able to enable vis in a playbin that was
8810         created with no visualisation.
8811
8812 2006-01-25  Wim Taymans  <wim@fluendo.com>
8813
8814         * gst-libs/gst/audio/gstbaseaudiosink.c:
8815         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8816         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8817         resume after pause.
8818
8819 2006-01-25  Wim Taymans  <wim@fluendo.com>
8820
8821         * gst-libs/gst/audio/gstbaseaudiosink.c:
8822         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8823         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8824         Improve debugging.
8825         Post error when caps cannot be parsed.
8826         Resync on discontinuity in the stream.
8827         Clip samples to segment boundaries.
8828         return WRONG_STATE sooner when we are flushing.
8829
8830         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8831         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8832         Make audiosrc operate in TIME.
8833         Set TIMESTAMP and DURATION on buffers.
8834
8835 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8836
8837         * tests/examples/seek/seek.c: (main):
8838           Output tag messages as well.
8839
8840 2006-01-23  Edward Hervey  <edward@fluendo.com>
8841
8842         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8843         (free_pad_probes), (remove_fakesink), (pad_probe),
8844         (close_pad_link), (gst_decode_bin_change_state):
8845         Replace GstPadBlockCallback with pad probes that detect
8846         first buffer AND eos before removing fakesink.
8847         Fixes hang with demuxers doing EOS while pre-rolling.
8848         Solves #328279
8849
8850 2006-01-23  Andy Wingo  <wingo@pobox.com>
8851
8852         * ext/alsa/gstalsasink.c:
8853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8854         (gst_base_rtp_depayload_setcaps),
8855         (gst_base_rtp_depayload_add_to_queue),
8856         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8857         
8858         Patch by: Jens Granseuer <jensgr at gmx dot net>
8859
8860 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8861
8862         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8863         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8864         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8865         frames. We might get a frame destroyed after changing state to
8866         NULL, adding a safety check on xcontext.
8867
8868 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * gst-libs/gst/interfaces/xoverlay.c:
8871           Fix prepare-xwindow-id code example in the docs - we need to
8872           ignore all messages that aren't element messages as well.
8873           
8874 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8875
8876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8877           I think one day i'll completely undestand how caps negotiation
8878           is supposed to work. This refactoring handles buffer_alloc
8879           called with caps we can't handle. We definitely don't want a
8880           set_caps with those caps, so we define and allocate a buffer
8881           we would like to receive.
8882
8883 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * gst/playback/gstplaybasebin.c: (setup_source):
8886           Free iterator when done.
8887
8888 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8889
8890         * gst-libs/gst/audio/gstbaseaudiosink.c:
8891         (gst_base_audio_sink_render):
8892           Fix playback of non-synchronised streams by assuming a rate
8893           of 1.0 instead of a random one.
8894
8895           Makes this work again:
8896
8897           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8898           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8899           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8900           audioresample ! alsasink
8901
8902 === release 0.10.2 ===
8903
8904 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8905
8906         * configure.ac:
8907           releasing 0.10.2, "Then the devil is six"
8908
8909 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8910
8911         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8912         * gst/playback/gststreamselector.c:
8913         (gst_stream_selector_set_property):
8914           Comment out broken code that connects to the state-changed signal.
8915           At this point, changing current stream selection is broken, but 
8916           stuff like gst-launch playbin current-audio=1 works and filters
8917           to the chosen stream.
8918
8919 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8920
8921         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8922           Fix #327216 (null dereference in vorbisdec)
8923
8924 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8927           Post taglist actually on bus instead of just freeing it
8928           (fixes #327114 and totem bug #327080).
8929
8930         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8931           Use gst_element_found_tags_for_pad(), so that the tags
8932           are sent downstream as an event as well.
8933
8934 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8935
8936         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8937         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8938         (gst_ximagesink_buffer_alloc):
8939         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8940         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8941         (gst_xvimagesink_buffer_alloc):
8942           move all regularly occurring messages to GST_LOG level
8943           add some more object logs
8944
8945 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8946
8947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8948           fix a silly segfault
8949
8950 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8951
8952         * docs/libs/gst-plugins-base-libs-docs.sgml:
8953         * docs/libs/gst-plugins-base-libs-sections.txt:
8954         * gst-libs/gst/audio/mixerutils.c:
8955         * gst-libs/gst/audio/mixerutils.h:
8956           Add docs for mixerutils stuff.
8957
8958 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * gst/playback/gstplaybasebin.c: (setup_source):
8961           Fix playback for sources that emit raw audio or
8962           raw video streams (e.g.: cd audio sources) (#325984).
8963
8964 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8965
8966         * gst-libs/gst/audio/mixerutils.c:
8967         (gst_audio_mixer_filter_do_filter):
8968           actually save the element we create
8969
8970 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8971
8972         * gst-libs/gst/cdda/gstcddabasesrc.c:
8973         (gst_cdda_base_src_handle_track_seek):
8974           No need to post a tag message on the bus when seeking
8975           within the same track, only post it when the current
8976           track changes.
8977
8978 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8979
8980         * gst/playback/gstplaybasebin.c: (group_destroy),
8981         (probe_triggered), (new_decoded_pad), (mute_group_type),
8982         (set_active_source):
8983         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8984         * gst/playback/gststreamselector.c:
8985         (gst_stream_selector_base_init),
8986         (gst_stream_selector_set_property),
8987         (gst_stream_selector_request_new_pad):
8988           Reenable stream selection. These mechanisms need a complete overhaul
8989           in the face of 0.8->0.10 changes though.
8990
8991 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8992
8993         * ext/ogg/gstoggdemux.c:
8994           Change the pad template to src_%d to match the pads that 
8995           are created from it. decodebin needs this information in order
8996           to decide that oggdemux is capable of producing multiple pads
8997           (and hence needs queues inserted).
8998
8999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9000         (gst_ogg_mux_collected):
9001           Make debug output more useful by using GST_PTR_FORMAT.
9002
9003 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9004
9005         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9006
9007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9008           Set depth and width for alaw/mulaw (fixes #326601).
9009
9010 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9011
9012         * tests/icles/Makefile.am:
9013           don't build the tests if we don't have the libs
9014
9015 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9018         (gst_cd_paranoia_paranoia_callback):
9019           Don't try to free NULL pointers.
9020
9021 2006-01-10  Edward Hervey  <edward@fluendo.com>
9022
9023         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9024         (gst_audio_rate_change_state), (plugin_init):
9025         Add debugging category.
9026         Fix type issues.
9027         Add case for incoming buffers without valid offset/offset_end.
9028
9029 2006-01-10  Michael Smith  <msmith@fluendo.com>
9030
9031         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9032           Don't leak GCond in audio sources.
9033
9034 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9035
9036         * gst/playback/gstplaybin.c: (gen_audio_element):
9037           Don't leak an autoaudiosink/alsasink when we generate
9038           a new audio element. (old code, I guess)
9039
9040 2006-01-10  Michael Smith  <msmith@fluendo.com>
9041
9042         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9043           Support float audio in audiorate.
9044           Use width rather than depth for selecting sample width.
9045
9046 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9047
9048         * gst/videotestsrc/videotestsrc.h:
9049           Use GLib types here (that way we don't have to include the
9050           generated _stdint.h header, which makes life easier for win32
9051           folks that don't use autotools for the build) (#325990, patch
9052           by: Sergey Scobich).
9053
9054 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9057         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9058         (gst_ring_buffer_pause), (wait_segment):
9059         * gst-libs/gst/audio/gstringbuffer.h:
9060           Name (private) union, makes Forte compiler happy (this time
9061           for real) (#324900).
9062
9063 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9064
9065         * gst-libs/gst/audio/Makefile.am:
9066           Link against libgstinterfaces, needed for mixer
9067           and property probe stuff.
9068
9069 2006-01-09  Edward Hervey  <edward@fluendo.com>
9070
9071         * gst-libs/gst/Makefile.am:
9072
9073 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * gst-libs/gst/audio/Makefile.am:
9076         * gst-libs/gst/audio/mixerutils.c:
9077         (gst_audio_mixer_filter_do_filter),
9078         (gst_audio_mixer_filter_check_element),
9079         (gst_audio_mixer_filter_probe_feature),
9080         (element_factory_rank_compare_func),
9081         (gst_audio_default_registry_mixer_filter):
9082         * gst-libs/gst/audio/mixerutils.h:
9083           Add gst_audio_default_registry_mixer_filter() utility
9084           function.
9085
9086 2006-01-03  Michael Smith  <msmith@fluendo.com>
9087
9088         * gst/audioresample/resample.h:
9089           As before, but for o_buf
9090
9091 2006-01-03  Michael Smith  <msmith@fluendo.com>
9092
9093         * gst/audioresample/resample.h:
9094           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9095           since we do arithmetic on it.
9096
9097 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9098
9099         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9100         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9101         (gst_ring_buffer_pause), (wait_segment):
9102         * gst-libs/gst/audio/gstringbuffer.h:
9103           Sun's Forte compiler doesn't seem to like anonymous structs,
9104           so use same setup as in GstBaseSrc (fixes #324900).
9105
9106 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9107
9108         * configure.ac:
9109         * gst/volume/Makefile.am:
9110         * gst/volume/demo.c:
9111           move old example to tests/examples/volume/volune.c
9112         * tests/examples/Makefile.am:
9113         * tests/examples/seek/seek.c: (main):
9114           change window-close event from "delete-event" to "destroy"
9115         * tests/examples/volume/Makefile.am:
9116         * tests/examples/volume/volume.c: (value_changed_callback),
9117         (setup_gui), (message_received), (eos_message_received), (main):
9118           fix event handling and bus usage
9119
9120 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9121
9122         * gst/audiotestsrc/gstaudiotestsrc.c:
9123         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9124         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9125         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9126         (gst_audio_test_src_create_square),
9127         (gst_audio_test_src_create_saw),
9128         (gst_audio_test_src_create_triangle),
9129         (gst_audio_test_src_create_silence),
9130         (gst_audio_test_src_create_white_noise),
9131         (gst_audio_test_src_create_pink_noise),
9132         (gst_audio_test_src_init_sine_table),
9133         (gst_audio_test_src_create_sine_table),
9134         (gst_audio_test_src_change_wave),
9135         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9136         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9137         * gst/audiotestsrc/gstaudiotestsrc.h:
9138           update to basesrc changes, implement segmented seeking and eos
9139           handling, add a 'sine-tab' waveform for performance critical playback
9140
9141 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9142
9143         * po/POTFILES.in:
9144           ... and this time the other modified file that I missed last time.
9145
9146 2005-12-29  Michael Smith  <msmith@fluendo.com>
9147
9148         * gst/playback/gstdecodebin.c: (new_pad):
9149           Fix non-C89 variable declaration not at the start of a block. Should
9150           help some compilers.
9151
9152 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         * tests/check/Makefile.am:
9155           And now fix 'make distcheck' (builddir != srcdir)
9156
9157 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         * configure.ac:
9160         * ext/cdparanoia/Makefile.am:
9161         * ext/cdparanoia/gstcdparanoia.c:
9162         * ext/cdparanoia/gstcdparanoia.h:
9163         * ext/cdparanoia/gstcdparanoiasrc.c:
9164         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9165         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9166         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9167         (gst_cd_paranoia_paranoia_callback),
9168         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9169         (gst_cd_paranoia_src_set_property),
9170         (gst_cd_paranoia_src_get_property), (plugin_init):
9171         * ext/cdparanoia/gstcdparanoiasrc.h:
9172           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9173           plugin again (there are still fixes required to playbin to make
9174           cdda:// uris work there).
9175
9176 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * tests/check/Makefile.am:
9179           Fix test case compilation.
9180
9181 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst-libs/gst/cdda/gstcddabasesrc.c:
9184         (gst_cdda_base_src_update_duration),
9185         (gst_cdda_base_src_calculate_cddb_id):
9186           An integer is not a string. Fix access to uninitialised variable.
9187
9188         * tests/check/Makefile.am:
9189           Add cddabasesrc unit test; also actually enable the vorbis test.
9190
9191         * tests/check/generic/states.c:
9192           Blacklist new cd audio elements as well.
9193
9194         * tests/check/libs/cddabasesrc.c:
9195           Unit test for GstCddaBaseSrc (discid calculation mostly).
9196
9197 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9198
9199         * docs/libs/Makefile.am:
9200         * docs/libs/gst-plugins-base-libs-docs.sgml:
9201         * docs/libs/gst-plugins-base-libs-sections.txt:
9202         * docs/libs/gst-plugins-base-libs.types:
9203           Add docs for libgstcdda/GstCddaBaseSrc.
9204
9205         * gst-libs/gst/interfaces/mixertrack.h:
9206           Do one struct member per line with a semicolon at the end, that way
9207           even gtk-doc might parse it without complaining.
9208
9209 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9210
9211         * configure.ac:
9212         * gst-libs/gst/Makefile.am:
9213         * gst-libs/gst/cdda/Makefile.am:
9214         * gst-libs/gst/cdda/base64.c:
9215         * gst-libs/gst/cdda/base64.h:
9216         * gst-libs/gst/cdda/gstcddabasesrc.c:
9217         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9218         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9219         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9220         (gst_cdda_base_src_get_property),
9221         (gst_cdda_base_src_get_track_from_sector),
9222         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9223         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9224         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9225         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9226         (gst_cdda_base_src_uri_get_protocols),
9227         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9228         (gst_cdda_base_src_uri_handler_init),
9229         (gst_cdda_base_src_setup_interfaces),
9230         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9231         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9232         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9233         (gst_cdda_base_src_add_tags),
9234         (gst_cdda_base_src_add_index_associations),
9235         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9236         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9237         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9238         (gst_cdda_base_src_create):
9239         * gst-libs/gst/cdda/gstcddabasesrc.h:
9240         * gst-libs/gst/cdda/sha1.c:
9241         * gst-libs/gst/cdda/sha1.h:
9242           Add new libgstcdda with GstCddaBaseSrc class.
9243
9244 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9245
9246         * ext/gnomevfs/gstgnomevfssink.h:
9247           Use GstBaseSinkClass as parent_class member for class struct, not
9248           GstBaseSink.
9249
9250 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         Patch by: Michael Benes
9253
9254         * gst/videotestsrc/gstvideotestsrc.c:
9255         (gst_video_test_src_class_init), (gst_video_test_src_start):
9256           Add start method to reset running time and number of frames sent
9257           when starting up (fixes #324696)
9258
9259 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9260
9261         * docs/plugins/Makefile.am:
9262         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9263         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9264         * docs/plugins/gst-plugins-base-plugins.args:
9265         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9266         * docs/plugins/gst-plugins-base-plugins.signals:
9267           Add docs stuff for gnomevfssrc and gnomevfssink.
9268
9269         * ext/gnomevfs/gstgnomevfssrc.c:
9270           Fix example pipeline in gtk-doc blurb.
9271
9272 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         * ext/gnomevfs/Makefile.am:
9275         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9276         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9277         (gst_gnome_vfs_handle_get_type), (plugin_init):
9278         * ext/gnomevfs/gstgnomevfs.h:
9279         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9280         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9281         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9282         (gst_gnome_vfs_sink_set_property),
9283         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9284         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9285         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9286         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9287         (gst_gnome_vfs_sink_uri_get_type),
9288         (gst_gnome_vfs_sink_uri_get_protocols),
9289         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9290         (gst_gnome_vfs_sink_uri_handler_init):
9291         * ext/gnomevfs/gstgnomevfssink.h:
9292           Port gnomevfssink; add gtk-doc blurb.
9293
9294         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9295         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9296         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9297         (gst_gnome_vfs_src_uri_get_type),
9298         (gst_gnome_vfs_src_uri_get_protocols),
9299         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9300         (gst_gnome_vfs_src_uri_handler_init),
9301         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9302         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9303         (gst_gnome_vfs_src_send_additional_headers_callback),
9304         (gst_gnome_vfs_src_received_headers_callback),
9305         (gst_gnome_vfs_src_push_callbacks),
9306         (gst_gnome_vfs_src_pop_callbacks),
9307         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9308         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9309         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9310         * ext/gnomevfs/gstgnomevfssrc.h:
9311           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9312           file; add gtk-doc blurb with example pipelines.
9313
9314 === release 0.10.1 ===
9315
9316 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9317
9318         * configure.ac:
9319           releasing 0.10.1, "Dobro Dedek"
9320
9321 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9322
9323         * gst/typefind/gsttypefindfunctions.c:
9324         iLBC30 and iLBC20 added to typefind.
9325
9326 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9327
9328         * gst-libs/gst/audio/gstbaseaudiosink.c:
9329         (gst_base_audio_sink_class_init):
9330         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9331         (gst_base_audio_src_class_init):
9332           update strings, values are in microseconds
9333           change the default sink buffer time to something that is smaller
9334           (to help software volume mixing have a slightly lower delay) but
9335           still be acceptable on Wim's laptop
9336
9337 2005-12-20  Edward Hervey  <edward@fluendo.com>
9338
9339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9340         Made a quack, forgot to add DUCK to the riff video template.
9341
9342 2005-12-19  Edward Hervey  <edward@fluendo.com>
9343
9344         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9345         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9346         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9347         (gst_ogm_parse_chain):
9348         Make sure pads are initialized correctly.
9349         * gst-libs/gst/riff/riff-ids.h:
9350         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9351         (gst_riff_create_video_template_caps):
9352         Add a whole bunch of FOURCC <=> MimeType.
9353         Extend the riff video pad template to support the newly added fourcc.
9354
9355 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9356
9357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9358         (gst_ogg_demux_activate_chain):
9359           Extra debug output when activating/deactivating chains.
9360
9361         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9362         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9363         (unlinked):
9364           Remove a queue from our list when it becomes unlinked.
9365           Don't add queues to elements in class 'Demux' if they
9366           can only produce one pad 
9367
9368 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9369
9370         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9371         (gst_video_sink_get_type): Add a debug category.
9372
9373 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9374
9375         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9376         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9377           Handle downstream newsegment by sending our own newsegment before the
9378           next buffer to be released. (#323900)
9379
9380 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9381
9382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9383         (gst_base_rtp_depayload_set_gst_timestamp):
9384           add queue delay to new segment as well (as opposed to just the first
9385           buffer). (bug #322347)
9386
9387 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9388
9389         * ext/libvisual/visual.c: (make_valid_name):
9390           change some char* into char[]
9391         * gst/audiotestsrc/gstaudiotestsrc.c:
9392         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9393         (gst_audio_test_src_create):
9394         * gst/audiotestsrc/gstaudiotestsrc.h:
9395           prepare to handle EOS and SEGMENT_DONE
9396
9397 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9398
9399         * tests/check/generic/states.c: (GST_START_TEST):
9400           Blacklist cdparanoia element in state test.
9401
9402 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9403
9404           Patch by: Benjamin Pineau
9405
9406         * gst/tcp/gsttcp.c:
9407         * gst/tcp/gsttcpclientsink.c:
9408         * gst/tcp/gsttcpserversink.c:
9409         * gst/tcp/gsttcpserversrc.c:
9410           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9411
9412 2005-12-15  Michael Smith  <msmith@fluendo.com>
9413
9414         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9415         (gst_video_rate_chain):
9416           Fix timestamping for videorate when the first buffer it sees has a
9417           non-zero timestamp. Fix some misleading debug output.
9418
9419 2005-12-15  Michael Smith  <msmith@fluendo.com>
9420
9421         * gst/audioresample/gstaudioresample.c:
9422           Don't leak all input buffers to audioresample.
9423
9424 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9427           Don't operate on empty text buffers. Strip newlines and
9428           tabs only from the end of the text, but leave them intact
9429           in the middle. Fix typo in gtk-doc description.
9430
9431 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * gst/playback/gstplaybasebin.c:
9434         * gst/playback/gstplaybin.c: (handoff):
9435           Make sure the video frame buffer we return to apps via the
9436           "frame" property always has caps set on it. Modify
9437           _gst_gvalue_set_object() macro to handle NULL objects
9438           gracefully too.
9439
9440 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9441
9442         * gst/audiotestsrc/gstaudiotestsrc.c:
9443         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9444         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9445         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9446         (gst_audio_test_src_create):
9447         * gst/audiotestsrc/gstaudiotestsrc.h:
9448         Adjust to some recent api changes and add wtays new cool seeking
9449         capabillities
9450
9451 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * ext/alsa/Makefile.am:
9454         * ext/alsa/gstalsadeviceprobe.c:
9455         * ext/alsa/gstalsadeviceprobe.h:
9456           Helper functions to add device probing via the GstPropertyProbe
9457           interface to a class.
9458
9459         * ext/alsa/gstalsamixer.h:
9460           Comment out GST_ALSA_MIXER, it returns a struct that's not
9461           used.
9462
9463         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9464           Add some debug info. 
9465
9466         * ext/alsa/gstalsamixerelement.c:
9467         (gst_alsa_mixer_element_interface_supported),
9468         (gst_implements_interface_init),
9469         (gst_alsa_mixer_element_init_interfaces),
9470         (gst_alsa_mixer_element_class_init),
9471         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9472         (gst_alsa_mixer_element_set_property),
9473         (gst_alsa_mixer_element_get_property),
9474         (gst_alsa_mixer_element_change_state):
9475         * ext/alsa/gstalsamixerelement.h:
9476           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9477           for device handling (gnome-volume-control will need that).
9478
9479 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9480
9481         * ext/Makefile.am: fix cdparanoia entry
9482         * gst-plugins-base.spec.in: add cdparanoia
9483
9484 2005-12-12  Michael Smith  <msmith@fluendo.com>
9485
9486         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9487           Use the correct function to free list of typefind factories.
9488
9489 2005-12-12  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst/videotestsrc/gstvideotestsrc.c:
9492         (gst_video_test_src_class_init), (gst_video_test_src_init),
9493         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9494         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9495         (gst_video_test_src_create):
9496         * gst/videotestsrc/gstvideotestsrc.h:
9497         Implement seeking in videotestsrc.
9498         Small cleanups.
9499
9500 2005-12-12  Wim Taymans  <wim@fluendo.com>
9501
9502         * ext/cdparanoia/Makefile.am:
9503         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9504         (gst_paranoia_endian_get_type), (_do_init),
9505         (cdparanoia_class_init), (cdparanoia_init),
9506         (cdparanoia_set_property), (cdparanoia_get_property),
9507         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9508         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9509         (cdparanoia_convert), (cdparanoia_get_query_types),
9510         (cdparanoia_query), (cdparanoia_set_index),
9511         (cdparanoia_uri_set_uri):
9512         * ext/cdparanoia/gstcdparanoia.h:
9513         Partially ported cdparanoia now that basesrc can support a
9514         plugin like this..
9515
9516 2005-12-12  Wim Taymans  <wim@fluendo.com>
9517
9518         * tests/examples/seek/scrubby.c: (main):
9519         Set higher priority for bus events so they don't get reordered with
9520         gtk gui events.
9521
9522         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9523         (flush_toggle_cb), (main):
9524         Added checkbox to disable flushing seeks. 
9525         Disable scrubbing when doing non flushing seeks.
9526
9527 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9530         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9531         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9532         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9533           Implement some sort of event handling that doesn't rely on
9534           g_return_if_fail; make sure we always push the last chunk of an 
9535           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9536           state change function; remove some old cruft. Seeking is still
9537           rather unlikely to work though.
9538
9539         * tools/.cvsignore:
9540           Ignore more.
9541
9542 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9543
9544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9545         Fixed a leak of the current image reference when cleaning up.
9546         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9547
9548 2005-12-09  Michael Smith  <msmith@fluendo.com>
9549
9550         * tools/Makefile.am:
9551         * tools/gst-launch-ext-m.m:
9552           Remove gst-launch-ext. It doesn't work, and is no longer
9553           particularly useful.
9554
9555 2005-12-08  Luca Ognibene  <luogni@tin.it>
9556
9557         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9558           don't pass random values to ogmparse convert function.
9559           Make seeking possible in the exile1.ogm file.
9560
9561 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9562
9563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9564         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9565           Work around refcount problem with g_value_set_object() that occur
9566           if the core has been compiled against GLib-2.6 (g_value_set_object()
9567           will only g_object_ref() the element, but the caller will
9568           gst_object_unref() it and bad things will happen due to the way
9569           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9570           totem for people on FC4 using Thomas's 0.10 RPMs.
9571           
9572 2005-12-07  Edward Hervey  <edward@fluendo.com>
9573
9574         Time to welcome ogm to 0.10 :)
9575         
9576         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9577         (gst_ogg_pad_typefind):
9578         Oggdemux can now properly typefind elements with dynamic pads.
9579         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9580         Properly set caps on src pad, and set caps on outgoing buffers.
9581
9582 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9583
9584         * ext/alsa/gstalsamixer.h:
9585         * ext/alsa/gstalsamixerelement.h:
9586         * ext/alsa/gstalsamixeroptions.h:
9587         * ext/alsa/gstalsamixertrack.h:
9588         * ext/alsa/gstalsasink.c:
9589         * ext/alsa/gstalsasink.h:
9590         * ext/alsa/gstalsasrc.c:
9591         * ext/alsa/gstalsasrc.h:
9592         * ext/cdparanoia/gstcdparanoia.h:
9593         * ext/gnomevfs/gstgnomevfsuri.h:
9594         * ext/ogg/gstoggdemux.c:
9595         * ext/ogg/gstoggmux.c:
9596         * ext/pango/gsttextoverlay.h:
9597         * ext/theora/theoradec.c:
9598         * ext/theora/theoraenc.c:
9599         * ext/vorbis/vorbisdec.h:
9600         * ext/vorbis/vorbisenc.c:
9601         * ext/vorbis/vorbisenc.h:
9602         * ext/vorbis/vorbisparse.h:
9603         * gst-libs/gst/audio/gstaudioclock.h:
9604         * gst-libs/gst/audio/gstaudiosink.c:
9605         * gst-libs/gst/audio/gstaudiosink.h:
9606         * gst-libs/gst/audio/gstaudiosrc.c:
9607         * gst-libs/gst/audio/gstaudiosrc.h:
9608         * gst-libs/gst/audio/gstbaseaudiosink.c:
9609         * gst-libs/gst/audio/gstbaseaudiosink.h:
9610         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9611         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9612         * gst-libs/gst/audio/gstringbuffer.h:
9613         * gst-libs/gst/audio/multichannel.h:
9614         * gst-libs/gst/floatcast/floatcast.h:
9615         * gst-libs/gst/interfaces/colorbalance.c:
9616         * gst-libs/gst/interfaces/colorbalance.h:
9617         * gst-libs/gst/interfaces/colorbalancechannel.h:
9618         * gst-libs/gst/interfaces/mixer.h:
9619         * gst-libs/gst/interfaces/mixeroptions.h:
9620         * gst-libs/gst/interfaces/mixertrack.h:
9621         * gst-libs/gst/interfaces/navigation.h:
9622         * gst-libs/gst/interfaces/propertyprobe.h:
9623         * gst-libs/gst/interfaces/tuner.h:
9624         * gst-libs/gst/interfaces/tunerchannel.h:
9625         * gst-libs/gst/interfaces/tunernorm.h:
9626         * gst-libs/gst/interfaces/xoverlay.h:
9627         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9628         * gst-libs/gst/riff/riff-ids.h:
9629         * gst-libs/gst/riff/riff-media.h:
9630         * gst-libs/gst/riff/riff-read.h:
9631         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9632         * gst-libs/gst/rtp/gstbasertppayload.c:
9633         * gst-libs/gst/rtp/gstbasertppayload.h:
9634         * gst-libs/gst/rtp/gstrtpbuffer.c:
9635         * gst-libs/gst/rtp/gstrtpbuffer.h:
9636         * gst-libs/gst/tag/gsttageditingprivate.h:
9637         * gst-libs/gst/tag/gstvorbistag.c:
9638         (gst_tag_list_from_vorbiscomment_buffer):
9639         * gst-libs/gst/tag/tag.h:
9640         * gst-libs/gst/video/video.h:
9641         * gst/adder/gstadder.c:
9642         * gst/adder/gstadder.h:
9643         * gst/audioconvert/audioconvert.c:
9644         * gst/audioconvert/audioconvert.h:
9645         * gst/audioconvert/gstaudioconvert.c:
9646         * gst/audioconvert/gstchannelmix.c:
9647         * gst/audioconvert/gstchannelmix.h:
9648         * gst/audiorate/gstaudiorate.c:
9649         * gst/audioresample/buffer.h:
9650         * gst/audioresample/functable.h:
9651         * gst/audioresample/gstaudioresample.c:
9652         * gst/audioresample/resample.h:
9653         * gst/ffmpegcolorspace/avcodec.h:
9654         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9655         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9656         * gst/ffmpegcolorspace/imgconvert.c:
9657         * gst/ffmpegcolorspace/imgconvert_template.h:
9658         * gst/playback/gstdecodebin.c:
9659         * gst/playback/gstplaybasebin.h:
9660         * gst/playback/gstplaybin.c:
9661         * gst/playback/gststreaminfo.h:
9662         * gst/tcp/gstfdset.c:
9663         * gst/tcp/gstfdset.h:
9664         * gst/tcp/gstmultifdsink.c:
9665         * gst/tcp/gstmultifdsink.h:
9666         * gst/tcp/gsttcp.h:
9667         * gst/tcp/gsttcpclientsrc.c:
9668         * gst/tcp/gsttcpclientsrc.h:
9669         * gst/tcp/gsttcpplugin.h:
9670         * gst/tcp/gsttcpserversink.c:
9671         * gst/tcp/gsttcpserversrc.c:
9672         * gst/typefind/gsttypefindfunctions.c:
9673         * gst/videorate/gstvideorate.c:
9674         * gst/videotestsrc/gstvideotestsrc.h:
9675         * gst/videotestsrc/videotestsrc.h:
9676         * sys/v4l/gstv4lcolorbalance.h:
9677         * sys/v4l/gstv4ltuner.h:
9678         * sys/v4l/gstv4lxoverlay.h:
9679         * sys/v4l/v4l_calls.h:
9680         * sys/v4l/videodev_mjpeg.h:
9681         * tests/check/elements/audioconvert.c:
9682         * tests/check/elements/audioresample.c:
9683         * tests/check/elements/audiotestsrc.c:
9684         * tests/check/elements/videotestsrc.c:
9685         * tests/check/elements/volume.c:
9686         * tests/examples/seek/scrubby.c:
9687         * tests/examples/seek/seek.c:
9688           expand tabs
9689
9690 === release 0.10.0 ===
9691
9692 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9693
9694         * configure.ac:
9695           releasing 0.10.0, "Mont-d'or"
9696
9697 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9698
9699         * tests/examples/seek/Makefile.am:
9700         Build fix for when gtk is not available.
9701
9702 2005-12-05  Andy Wingo  <wingo@pobox.com>
9703
9704         * ext/libvisual/visual.c: (get_buffer):
9705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9706         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9707         * ext/theora/theoradec.c: (theora_handle_data_packet):
9708         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9709         (theora_enc_chain):
9710         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9711         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9712         Update for alloc_buffer changes.
9713
9714 2005-12-05  Andy Wingo  <wingo@pobox.com>
9715
9716         patch by: Kai Vehmanen <kv2004 eca cx>
9717         
9718         * gst-libs/gst/rtp/gstbasertpdepayload.c
9719         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9720
9721 2005-12-04  Andy Wingo  <wingo@pobox.com>
9722
9723         patch by: Sebastien Cote <sebas642 yahoo ca>
9724         
9725         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9726         Fixes #319172.
9727
9728 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         * docs/plugins/Makefile.am:
9731         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9732         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9733         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9734         * ext/pango/gstclockoverlay.c:
9735         * ext/pango/gsttextoverlay.c: 
9736         * ext/pango/gsttextrender.c:
9737         * ext/pango/gsttimeoverlay.c:
9738           Add gtk-doc blurbs to pango elements.
9739
9740 2005-12-02  Wim Taymans  <wim@fluendo.com>
9741
9742         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9743         * gst/audioresample/buffer.h:
9744         * gst/audioresample/gstaudioresample.c:
9745         * gst/audioresample/gstaudioresample.h:
9746         * gst/audioresample/resample.c: (resample_input_flush),
9747         (resample_input_pushthrough), (resample_input_eos),
9748         (resample_get_output_size_for_input),
9749         (resample_get_input_size_for_output), (resample_get_output_size),
9750         (resample_get_output_data):
9751         * gst/audioresample/resample.h:
9752         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9753         Fix audioresample, seek torture, new segments, reverse negotiation
9754         etc.. work fine.
9755
9756 2005-12-02  Wim Taymans  <wim@fluendo.com>
9757
9758         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9759         Small cleanups.
9760
9761 2005-12-02  Wim Taymans  <wim@fluendo.com>
9762
9763         * gst/audioconvert/gstaudioconvert.c:
9764         (gst_audio_convert_transform):
9765         Post errors.
9766
9767 === release 0.9.7 ===
9768
9769 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9770
9771         * configure.ac:
9772           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9773
9774 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9775
9776         * Makefile.am:
9777         * po/hu.po:
9778         * win32/MANIFEST:
9779         * win32/gst.sln:
9780           add win32 MANIFEST file
9781           do something to the hungarian translation
9782
9783 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9784
9785         * ext/Makefile.am:
9786           Add $(PANGO_DIR) to SUBDIRS
9787
9788         * ext/pango/gstclockoverlay.c:
9789         * ext/pango/gsttimeoverlay.c:
9790           Fix and improve element descriptions.
9791
9792 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9793
9794         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9795         * docs/plugins/inspect/plugin-libvisual.xml:
9796         * docs/plugins/inspect/plugin-pango.xml:
9797           add pango plugin to docs
9798
9799 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9800
9801         * configure.ac:
9802         * ext/Makefile.am:
9803           moved pango to base
9804
9805 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9806
9807         * configure.ac:
9808         * tests/Makefile.am:
9809         * tests/icles/.cvsignore:
9810         * tests/icles/Makefile.am:
9811         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9812         (close_display), (resize_window), (move_window), (create_window),
9813         (terminate_playback), (pause_playback), (start_playback), (main):
9814           add stress test for xoverlay from Julien
9815
9816 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9817
9818         * docs/libs/tmpl/gstcolorbalance.sgml:
9819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9820         * gst-libs/gst/rtp/gstbasertppayload.c:
9821         * gst-libs/gst/rtp/gstrtpbuffer.c:
9822         * gst-libs/gst/rtp/gstrtpbuffer.h:
9823           Do burger's rename for rtp payloaders and depayloaders
9824
9825 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9826
9827         * win32/:
9828           add Visual Studio 6 build files
9829
9830 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9831
9832         * docs/libs/gst-plugins-base-libs-docs.sgml:
9833         * docs/libs/gst-plugins-base-libs-sections.txt:
9834         * docs/libs/tmpl/gstaudio.sgml:
9835         * docs/libs/tmpl/gstringbuffer.sgml:
9836         * gst-libs/gst/interfaces/xoverlay.c:
9837         * gst-libs/gst/video/gstvideofilter.c:
9838         * gst-libs/gst/video/gstvideosink.c:
9839           update documentation
9840
9841 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9842
9843         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9844         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9845         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9846         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9847         (gst_multi_fd_sink_get_stats),
9848         (gst_multi_fd_sink_remove_client_link),
9849         (gst_multi_fd_sink_handle_client_read),
9850         (gst_multi_fd_sink_client_queue_data),
9851         (gst_multi_fd_sink_client_queue_caps),
9852         (gst_multi_fd_sink_client_queue_buffer),
9853         (gst_multi_fd_sink_new_client),
9854         (gst_multi_fd_sink_handle_client_write),
9855         (gst_multi_fd_sink_recover_client),
9856         (gst_multi_fd_sink_queue_buffer),
9857         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9858         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9859         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9860         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9861         * gst/tcp/gstmultifdsink.h:
9862         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9863         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9864         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9865         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9866         (gst_tcp_client_sink_set_property),
9867         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9868         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9869         * gst/tcp/gsttcpclientsink.h:
9870         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9871         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9872         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9873         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9874         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9875         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9876         * gst/tcp/gsttcpclientsrc.h:
9877         * gst/tcp/gsttcpplugin.c: (plugin_init):
9878         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9879         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9880         (gst_tcp_server_sink_finalize),
9881         (gst_tcp_server_sink_handle_server_read),
9882         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9883         (gst_tcp_server_sink_set_property),
9884         (gst_tcp_server_sink_get_property),
9885         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9886         * gst/tcp/gsttcpserversink.h:
9887         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9888         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9889         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9890         (gst_tcp_server_src_set_property),
9891         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9892         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9893         * gst/tcp/gsttcpserversrc.h:
9894           more borgifying
9895
9896 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9897
9898         * docs/plugins/Makefile.am:
9899         * docs/plugins/gst-plugins-base-plugins.args:
9900         * docs/plugins/inspect/plugin-libvisual.xml:
9901         * gst/audioconvert/plugin.h:
9902         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9903         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9904         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9905         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9906         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9907         (plugin_init):
9908         * gst/audiotestsrc/gstaudiotestsrc.c:
9909         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9910         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9911         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9912         (gst_audio_test_src_get_query_types),
9913         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9914         (gst_audio_test_src_create_square),
9915         (gst_audio_test_src_create_saw),
9916         (gst_audio_test_src_create_triangle),
9917         (gst_audio_test_src_create_silence),
9918         (gst_audio_test_src_create_white_noise),
9919         (gst_audio_test_src_init_pink_noise),
9920         (gst_audio_test_src_generate_pink_noise_value),
9921         (gst_audio_test_src_create_pink_noise),
9922         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9923         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9924         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9925         (plugin_init):
9926         * gst/audiotestsrc/gstaudiotestsrc.h:
9927         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9928         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9929         (gst_sub_parse_init), (gst_sub_parse_formats),
9930         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9931         (convert_encoding), (get_next_line),
9932         (gst_sub_parse_data_format_autodetect),
9933         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9934         (gst_sub_parse_loop), (gst_sub_parse_chain),
9935         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9936         (plugin_init):
9937         * gst/subparse/gstsubparse.h:
9938         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9939         (gst_video_rate_base_init), (gst_video_rate_class_init),
9940         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9941         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9942         (gst_video_rate_init), (gst_video_rate_event),
9943         (gst_video_rate_chain), (gst_video_rate_set_property),
9944         (gst_video_rate_get_property), (gst_video_rate_change_state),
9945         (plugin_init):
9946         * gst/videoscale/gstvideoscale.c:
9947         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9948         (gst_video_scale_src_template_factory),
9949         (gst_video_scale_sink_template_factory),
9950         (gst_video_scale_get_type), (gst_video_scale_base_init),
9951         (gst_video_scale_class_init), (gst_video_scale_init),
9952         (gst_video_scale_set_property), (gst_video_scale_get_property),
9953         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9954         (gst_video_scale_prepare_size), (parse_caps),
9955         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9956         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9957         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9958         (plugin_init):
9959         * gst/videoscale/gstvideoscale.h:
9960         * gst/videotestsrc/gstvideotestsrc.c:
9961         (gst_video_test_src_pattern_get_type),
9962         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9963         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9964         (gst_video_test_src_set_pattern),
9965         (gst_video_test_src_set_property),
9966         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9967         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9968         (gst_video_test_src_event), (gst_video_test_src_get_times),
9969         (gst_video_test_src_create), (plugin_init):
9970         * gst/videotestsrc/gstvideotestsrc.h:
9971         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9972         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9973         (gst_video_test_src_black):
9974         * gst/videotestsrc/videotestsrc.h:
9975           borgify further
9976           clean up docs a little
9977
9978 2005-11-30  Wim Taymans  <wim@fluendo.com>
9979
9980         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9981         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9982         (gst_basertppayload_event), (gst_basertppayload_push),
9983         (gst_basertppayload_change_state):
9984         * gst-libs/gst/rtp/gstbasertppayload.h:
9985         closed #320644.
9986
9987 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9988
9989         * docs/libs/gst-plugins-base-libs-docs.sgml:
9990         * docs/libs/gst-plugins-base-libs-sections.txt:
9991         * gst-libs/gst/video/gstvideofilter.c:
9992         * gst-libs/gst/video/gstvideosink.c:
9993         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9994
9995 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9996
9997         * LICENSE:
9998           move
9999         * po/af.po:
10000         * po/az.po:
10001         * po/cs.po:
10002         * po/en_GB.po:
10003         * po/hu.po:
10004         * po/it.po:
10005         * po/nb.po:
10006         * po/nl.po:
10007         * po/or.po:
10008         * po/sq.po:
10009         * po/sr.po:
10010         * po/sv.po:
10011         * po/uk.po:
10012         * po/vi.po:
10013         * Makefile.am:
10014           update
10015         * scripts/autoplugins.sh:
10016           remove
10017
10018 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10019
10020         * Makefile.am:
10021         * configure.ac:
10022         * examples/Makefile.am:
10023         * examples/capsfilter/Makefile.am:
10024         * examples/capsfilter/capsfilter1.c:
10025         * examples/gob/Makefile.am:
10026         * examples/gob/gst-identity2.gob:
10027         * examples/indexing/.cvsignore:
10028         * examples/indexing/Makefile.am:
10029         * examples/indexing/indexmpeg.c:
10030         * examples/seeking/.cvsignore:
10031         * examples/seeking/Makefile.am:
10032         * examples/seeking/cdparanoia.c:
10033         * examples/seeking/cdplayer.c:
10034         * examples/seeking/chained.c:
10035         * examples/seeking/scrubby.c:
10036         * examples/seeking/seek.c:
10037         * examples/stats/Makefile.am:
10038         * examples/stats/mp2ogg.c:
10039         * examples/switch/.cvsignore:
10040         * examples/switch/Makefile.am:
10041         * examples/switch/switcher.c:
10042         * tests/Makefile.am:
10043         * tests/check/generic/.cvsignore:
10044         * tests/check/pipelines/.cvsignore:
10045         * tests/examples/Makefile.am:
10046         * tests/examples/seek/Makefile.am:
10047           reorganize stuff under tests/
10048
10049 2005-11-30  Edward Hervey  <edward@fluendo.com>
10050
10051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10052         Go away you stupid GstStaticPadTemplate memleak.
10053
10054 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10055
10056         * gst-libs/gst/net/Makefile.am:
10057         * gst-libs/gst/net/README:
10058         * gst-libs/gst/net/gstnetbuffer.c:
10059         * gst-libs/gst/net/gstnetbuffer.h:
10060           this was moved to "netbuffer"
10061
10062 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10063
10064         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10065         (gst_video_filter_class_init), (gst_video_filter_init):
10066         * gst-libs/gst/video/gstvideofilter.h:
10067           borgify name to bring in line with other classes
10068
10069 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10070
10071         * gst/audioscale/.cvsignore:
10072         * gst/audioscale/Makefile.am:
10073         * gst/audioscale/README:
10074         * gst/audioscale/audioscale.vcproj:
10075         * gst/audioscale/dtof.c:
10076         * gst/audioscale/dtos.c:
10077         * gst/audioscale/functable.c:
10078         * gst/audioscale/gstaudioscale.c:
10079         * gst/audioscale/gstaudioscale.h:
10080         * gst/audioscale/private.h:
10081         * gst/audioscale/resample.c:
10082         * gst/audioscale/resample.h:
10083         * gst/audioscale/test.c:
10084           remove
10085
10086 2005-11-30  Edward Hervey  <edward@fluendo.com>
10087
10088         * gst-libs/gst/netbuffer/Makefile.am:
10089         really, really tired
10090
10091 2005-11-30  Edward Hervey  <edward@fluendo.com>
10092
10093         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10094         Update for new GstTypeFindFactory _register()
10095
10096 2005-11-30  Edward Hervey  <edward@fluendo.com>
10097
10098         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10099         Let's not override libgstnet from core for no reason...
10100         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10101         Ok, maybe not so quick next time.
10102
10103 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10104
10105         * configure.ac:
10106         * gst-libs/gst/Makefile.am:
10107           moved gst-libs/gst/net to netbuffer through CVS surgery
10108           remove old directory
10109           updating build to accomodate
10110           (#322257)
10111
10112 2005-11-29  Andy Wingo  <wingo@pobox.com>
10113
10114         * pkgconfig/gstreamer-plugins-base.pc.in:
10115         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10116         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10117         (#322257).
10118
10119 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10120
10121         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10122         3rd time's the charm. Correct ref-counting for discarded buffers.
10123
10124 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10125
10126         * gst/playback/gststreamselector.c:
10127         (gst_stream_selector_class_init),
10128         (gst_stream_selector_set_property),
10129         (gst_stream_selector_get_property),
10130         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10131         Fix ref-counting
10132
10133 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10134
10135         * gst/subparse/gstsubparse.c: (feed_textbuf):
10136           Don't access already unref'ed buffer.
10137
10138 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10139
10140         * gst/playback/gststreamselector.c:
10141         (gst_stream_selector_class_init), (gst_stream_selector_init),
10142         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10143         (gst_stream_selector_get_property),
10144         (gst_stream_selector_get_linked_pad),
10145         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10146         * gst/playback/gststreamselector.h:
10147         Add the active-pad property for playbin to use shortly. Ignore buffers
10148         from any other pad, returning GST_FLOW_NOT_LINKED
10149
10150 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10151
10152         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10153         patch from bug #322704 (Alessandro Decina).
10154
10155 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10156
10157         * gst-libs/gst/audio/Makefile.am:
10158           folded audiofilter into the audio library
10159
10160 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10161
10162         * gst/videoscale/gstvideoscale.h:
10163         * gst/videoscale/gstvideoscale.c:
10164           remove unimplemented scale methods
10165
10166 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10169           Don't leak caps.
10170
10171 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10172
10173         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10174         (gst_ximagesink_setcaps):
10175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10176         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10177         happens (only visible on ximagesink but bug is in xv too) set_caps was
10178         destroying the internal x[v]image used to memcpy non locally alloced
10179         buffers so that it got renewed on next _chain. The issue is that 
10180         _expose will try to put that image as it reffed it in _put.
10181         Using gst_buffer_unref instead of destroy fixes it !
10182
10183 2005-11-28  Edward Hervey  <edward@fluendo.com>
10184
10185         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10186         (try_to_link_1), (queue_filled_cb):
10187         Better use of the queues. Start with a small size queue and only increase
10188         the size of the queues when the other queues are empty.
10189
10190 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10191
10192         * gst-libs/gst/video/Makefile.am:
10193           compile in copied-over videofilter into the video library
10194         * gst-libs/gst/video/videosink.h:
10195           rename the header to gstvideosink.h since it's a base GstObject class
10196         * sys/ximage/ximagesink.h:
10197         * sys/xvimage/xvimagesink.h:
10198           use the new header
10199
10200 2005-11-28  Wim Taymans  <wim@fluendo.com>
10201
10202         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10203         * gst/playback/gstplaybasebin.h:
10204         Prepare to handle errors betters.
10205
10206         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10207         Set sinks to PAUSED first before adding and linking them so that
10208         we don't interrupt dataflow.
10209
10210 2005-11-28  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst-libs/gst/audio/TODO:
10213         Updated TODO
10214
10215         * gst-libs/gst/audio/gstaudiosink.c:
10216         (gst_audioringbuffer_open_device),
10217         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10218         (gst_audioringbuffer_release):
10219         Small cleanups.
10220
10221         * gst-libs/gst/audio/gstbaseaudiosink.c:
10222         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10223         (gst_base_audio_sink_change_state):
10224         Slave to the master clock when going to PLAYING and unslave when
10225         going to PAUSED.
10226
10227         * gst-libs/gst/audio/gstringbuffer.c:
10228         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10229         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10230         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10231         (gst_ring_buffer_clear_all), (wait_segment),
10232         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10233         (gst_ring_buffer_advance):
10234         * gst-libs/gst/audio/gstringbuffer.h:
10235         Add some docs and cleanups.
10236
10237 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10238
10239         * sys/xvimage/xvimagesink.c:
10240         (gst_xvimagesink_navigation_send_event): Fix navigation events
10241         coordinates translation with pixel aspect ratios.
10242
10243 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10244
10245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10246         Use calculated video geometry from _setcaps instead of buffer
10247         caps to respect pixel aspect ratio. (fixes #322388)
10248
10249 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10250
10251         * docs/libs/tmpl/gstcolorbalance.sgml:
10252         * docs/libs/tmpl/gstmixer.sgml:
10253         * docs/libs/tmpl/gstxoverlay.sgml:
10254         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10255         interface.
10256
10257 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10258
10259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10260         Refuse to create an XvImage if we can't find the format.
10261
10262 2005-11-28  Edward Hervey  <edward@fluendo.com>
10263
10264         * gst-libs/gst/riff/riff-media.c:
10265         (gst_riff_create_audio_template_caps):
10266         Add ATRAC3 to the list of riff-possible audio caps.
10267         I know we still don't have a plugin for atrac3, but it's saner to output
10268         that than a cryptic mimetype.
10269
10270 2005-11-27  Edward Hervey  <edward@fluendo.com>
10271
10272         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10273         Don't try to create a zero-sized subbuffer.
10274
10275 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10276
10277         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10278         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10279         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10280         (gst_ximagesink_expose): Fixed a tricky race.
10281         * sys/ximage/ximagesink.h:
10282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10283         (gst_xvimagesink_expose): Fixed a tricky race.
10284         * sys/xvimage/xvimagesink.h:
10285
10286 2005-11-27  Edward Hervey  <edward@fluendo.com>
10287
10288         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10289         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10290         Remove unused properties, and add queues between demuxers and decoders
10291         so that a lot more files can preroll properly.
10292
10293 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10294
10295         * gst-libs/gst/net/Makefile.am:
10296         * gst-libs/gst/rtp/Makefile.am:
10297         * gst-libs/gst/tag/Makefile.am:
10298           remove silly include
10299         * gst/tags/Makefile.am:
10300         * gst/tags/gsttagediting.c:
10301         * gst/tags/gsttageditingprivate.h:
10302         * gst/tags/tagedit.vcproj:
10303           remove directory, is as good as empty
10304
10305 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10306
10307         * configure.ac:
10308           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10309         * gst-libs/Makefile.am:
10310         * gst-libs/gst/audio/Makefile.am:
10311         * gst-libs/gst/interfaces/Makefile.am:
10312         * gst-libs/gst/net/Makefile.am:
10313         * gst-libs/gst/riff/Makefile.am:
10314         * gst-libs/gst/rtp/Makefile.am:
10315         * gst-libs/gst/tag/Makefile.am:
10316         * gst-libs/gst/video/Makefile.am:
10317           and use them
10318
10319 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10320
10321         * docs/libs/tmpl/gstcolorbalance.sgml:
10322         * docs/libs/tmpl/gstmixer.sgml:
10323         * docs/libs/tmpl/gstxoverlay.sgml:
10324         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10325         * sys/ximage/ximagesink.h:
10326         * sys/xvimage/xvimagesink.h: More and more documentation.
10327
10328 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10329
10330         * docs/libs/gst-plugins-base-libs-docs.sgml:
10331         * docs/libs/gst-plugins-base-libs-sections.txt:
10332         * docs/libs/tmpl/gstcolorbalance.sgml:
10333         * docs/libs/tmpl/gstmixer.sgml:
10334         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10335         to documentation.
10336
10337 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10338
10339         * docs/plugins/Makefile.am:
10340         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10341         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10342         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10343
10344 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10345
10346         * docs/plugins/Makefile.am:
10347         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10348         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10349         * docs/plugins/inspect/plugin-adder.xml:
10350         * docs/plugins/inspect/plugin-alsa.xml:
10351         * docs/plugins/inspect/plugin-audioconvert.xml:
10352         * docs/plugins/inspect/plugin-audiorate.xml:
10353         * docs/plugins/inspect/plugin-audioresample.xml:
10354         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10355         * docs/plugins/inspect/plugin-decodebin.xml:
10356         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10357         * docs/plugins/inspect/plugin-gnomevfs.xml:
10358         * docs/plugins/inspect/plugin-ogg.xml:
10359         * docs/plugins/inspect/plugin-playbin.xml:
10360         * docs/plugins/inspect/plugin-subparse.xml:
10361         * docs/plugins/inspect/plugin-tcp.xml:
10362         * docs/plugins/inspect/plugin-theora.xml:
10363         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10364         * docs/plugins/inspect/plugin-video4linux.xml:
10365         * docs/plugins/inspect/plugin-videorate.xml:
10366         * docs/plugins/inspect/plugin-videoscale.xml:
10367         * docs/plugins/inspect/plugin-videotestsrc.xml:
10368         * docs/plugins/inspect/plugin-volume.xml:
10369         * docs/plugins/inspect/plugin-vorbis.xml:
10370         * docs/plugins/inspect/plugin-ximagesink.xml:
10371         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10372         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10373
10374 2005-11-26  Edward Hervey  <edward@fluendo.com>
10375
10376         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10377         Properly return GstFlowReturn from gst_pad_push in chain functions.
10378
10379 2005-11-25  Michael Smith  <msmith@fluendo.com>
10380
10381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10382         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10383         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10384         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10385           Handle various conditions better when we don't understand a stream.
10386           Removes a heap of CRITICALs on ogg streams containing unknown data.
10387
10388 2005-11-24  Andy Wingo  <wingo@pobox.com>
10389
10390         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10391         Be threadsafe.
10392
10393 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10394
10395         * configure.ac: back to HEAD
10396
10397 === release 0.9.6 ===
10398
10399 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10400
10401         * configure.ac:
10402           releasing 0.9.6, "White Eight"
10403
10404 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10405
10406         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10407         * docs/plugins/inspect/plugin-sine.xml:
10408           remove sinesrc some more
10409
10410 2005-11-23  Wim Taymans  <wim@fluendo.com>
10411
10412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10413         If we are reading too slowly, jump forward in the ringbuffer
10414         instead of blocking.
10415
10416 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10417
10418         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10419         (gst_visual_chain):
10420         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10421         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10422         (gst_videorate_chain):
10423         * gst/videotestsrc/gstvideotestsrc.c:
10424         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10425         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10426         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10427         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10429         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10430           Updates for API changes
10431
10432 2005-11-23  Wim Taymans  <wim@fluendo.com>
10433
10434         * gst-libs/gst/audio/gstbaseaudiosink.c:
10435         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10436         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10437         Fix for calibration API change.
10438
10439 2005-11-23  Michael Smith <msmith@fluendo.com>
10440
10441         * gst-libs/gst/audio/multichannel.c:
10442         (gst_audio_get_channel_positions),
10443         (gst_audio_set_channel_positions),
10444         (gst_audio_set_structure_channel_positions_list),
10445         (gst_audio_fixate_channel_positions):
10446           Use gst_value_array_*() functions on value arrays, not
10447           gst_value_list_*().
10448
10449 2005-11-23  Edward Hervey  <edward@fluendo.com>
10450
10451         * autogen.sh:
10452         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10453         Fixes autogen
10454
10455 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10456
10457         * check/Makefile.am:
10458         * check/elements/videotestsrc.c: (setup_videotestsrc),
10459         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10460         (main):
10461           add a test for videotestsrc
10462
10463 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10464
10465         * gst/sine/.cvsignore:
10466         * gst/sine/Makefile.am:
10467         * gst/sine/gstsinesrc.c:
10468         * gst/sine/gstsinesrc.h:
10469         * gst/sine/sinesrc.vcproj:
10470           and remove sinesrc from the repository.  Closes #321446
10471
10472 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10473
10474         * configure.ac:
10475         * gst-plugins-base.spec.in:
10476           remove sinesrc from the build
10477
10478 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10479
10480         * check/Makefile.am:
10481         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10482         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10483         (main):
10484           add a test for audiotestsrc, testing all waves.  Even seems
10485           leak-free at first glance, nice job Stefan
10486
10487 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10488
10489         * po/af.po:
10490         * po/az.po:
10491         * po/cs.po:
10492         * po/en_GB.po:
10493         * po/hu.po:
10494         * po/it.po:
10495         * po/nb.po:
10496         * po/nl.po:
10497         * po/or.po:
10498         * po/sq.po:
10499         * po/sr.po:
10500         * po/sv.po:
10501         * po/uk.po:
10502         * po/vi.po:
10503           Translation string updates
10504
10505         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10506         (gst_v4lsrc_set_caps):
10507         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10508         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10509         * sys/v4l/v4lsrc_calls.h:
10510           Improve v4lsrc, by making it work again.
10511
10512 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10513
10514         * ext/libvisual/visual.c: (gst_visual_chain):
10515           Fix the fps calculations.
10516
10517         * gst/ffmpegcolorspace/avcodec.h:
10518           Move structure element for clarity
10519
10520         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10521         * gst-libs/gst/interfaces/tunernorm.h:
10522         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10523         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10524         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10525         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10526         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10527         (gst_v4lmjpegsrc_getcaps):
10528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10529         (gst_v4lsrc_set_caps):
10530         * sys/v4l/gstv4lsrc.h:
10531         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10532         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10533         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10534         * sys/v4l/v4lsrc_calls.h:
10535           Fractional framerates...
10536
10537 2005-11-22  Wim Taymans  <wim@fluendo.com>
10538
10539         * gst-libs/gst/audio/gstbaseaudiosink.c:
10540         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10541         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10542         And we provide a clock by default, of course...
10543
10544 2005-11-22  Wim Taymans  <wim@fluendo.com>
10545
10546         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10547         This clock can be slaved to a master clock now.
10548
10549         * gst-libs/gst/audio/gstbaseaudiosink.c:
10550         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10551         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10552         (gst_base_audio_sink_set_clock),
10553         (gst_base_audio_sink_set_property),
10554         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10555         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10556         * gst-libs/gst/audio/gstbaseaudiosink.h:
10557         Handle slaving the internal clock to the clock selected in the
10558         pipeline.
10559         Add property to make the basesink not provide a clock.
10560
10561         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10562         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10563         (gst_base_rtp_depayload_wait):
10564         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10565         We can use the clock in GstElement, no need to store it ourselves.
10566
10567 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10568
10569         * docs/libs/tmpl/gstaudio.sgml:
10570           update
10571         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10572         (gst_paranoia_endian_get_type):
10573         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10574         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10575         * gst/audiotestsrc/gstaudiotestsrc.c:
10576         (gst_audiostestsrc_wave_get_type):
10577         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10578         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10579         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10580         (gst_sync_method_get_type), (gst_unit_type_get_type),
10581         (gst_client_status_get_type), (gst_multifdsink_class_init),
10582         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10583         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10584         (gst_multifdsink_get_property):
10585         * gst/tcp/gstmultifdsink.h:
10586         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10587         * gst/videotestsrc/gstvideotestsrc.c:
10588         (gst_videotestsrc_pattern_get_type):
10589           remove deprecated properties
10590           fix up enums to correctly have short lowercase dashed nicks
10591
10592 2005-11-22  Michael Smith <msmith@fluendo.com>
10593
10594         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10595         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10596           Add underscore.
10597
10598 2005-11-22  Michael Smith <msmith@fluendo.com>
10599
10600         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10601         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10602           Use utility method for scaling clocktime for fractional framerates.
10603
10604 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10605
10606         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10607         (gst_visual_chain):
10608         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10609         * ext/theora/theoradec.c: (theora_handle_type_packet):
10610         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10611         (theora_enc_chain):
10612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10613         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10614         * gst-libs/gst/video/video.h:
10615         * gst/ffmpegcolorspace/avcodec.h:
10616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10617         (gst_ffmpeg_caps_to_pixfmt):
10618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10619         (gst_ffmpegcsp_set_caps):
10620         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10621         (gst_videorate_setcaps), (gst_videorate_blank_data),
10622         (gst_videorate_chain):
10623         * gst/videotestsrc/gstvideotestsrc.c:
10624         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10625         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10626         (gst_videotestsrc_event), (gst_videotestsrc_create):
10627         * gst/videotestsrc/gstvideotestsrc.h:
10628         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10629         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10630         (gst_ximagesink_get_times), (gst_ximagesink_init):
10631         * sys/ximage/ximagesink.h:
10632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10633         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10634         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10635         * sys/xvimage/xvimagesink.h:
10636           Convert elements to use fractions for their framerate.
10637           V4L elements to come later tonight.
10638
10639 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10640
10641         * gst-libs/gst/audio/audio.c:
10642         * gst-libs/gst/audio/audio.h:
10643           remove some deprecated functions
10644
10645 2005-11-22  Andy Wingo  <wingo@pobox.com>
10646
10647         * Update for gst_tag_setter API changes.
10648
10649 2005-11-22  Andy Wingo  <wingo@pobox.com>
10650
10651         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10652         (gst_ogg_demux_perform_seek):
10653         * ext/theora/theoradec.c (theora_dec_sink_event):
10654         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10655         update-funcnames.
10656
10657 2005-11-22  Wim Taymans  <wim@fluendo.com>
10658
10659         * examples/seeking/seek.c: (main):
10660         Give higher priority to bus signals than the gtk events
10661         to fix a race condition in the segment looping.
10662
10663 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * ext/theora/Makefile.am:
10666         * ext/vorbis/Makefile.am:
10667         * gst-libs/gst/tag/Makefile.am:
10668         * gst-plugins-base.spec.in:
10669           Rename libgsttagedit to libgsttag (#322117).
10670
10671 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10672
10673         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10675           Call gst_x_overlay_prepare_xwindow_id() to give applications
10676           a final chance to set their own xwindow id before the video
10677           sink creates its own window.
10678
10679 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10680
10681         * sys/xvimage/xvimagesink.c:
10682         (gst_xvimagesink_navigation_send_event): Handle navigation
10683         events correcly with borders if applicable.
10684
10685 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10686
10687         Patch by: Luca Ognibene
10688
10689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10690         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10692         (gst_ffmpegcsp_caps_remove_format_info):
10693         * gst/ffmpegcolorspace/imgconvert.c:
10694         * gst/ffmpegcolorspace/imgconvert_template.h:
10695           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10696           #318353); use gst_structure_has_name().
10697
10698 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10699
10700         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10701         (gst_ximagesink_class_init): Add debug macros on functions.
10702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10703         (gst_xvimagesink_xwindow_draw_borders),
10704         (gst_xvimagesink_xvimage_put),
10705         (gst_xvimagesink_xwindow_update_geometry),
10706         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10707         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10708         (gst_xvimagesink_xcontext_clear),
10709         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10710         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10711         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10712         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10713         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10714         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10715         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10716         expose while being PAUSED, out of data flow navigation events, etc..
10717
10718 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10719
10720         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10721         * gst-libs/gst/audio/audio.h:
10722           fix prototype - wondering why the test worked regardless
10723
10724 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10725
10726         * check/Makefile.am:
10727         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10728         * gst-libs/gst/audio/audio.h:
10729           add a method that returns a proper GstClockTime
10730
10731 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10734         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10735         * gst-libs/gst/interfaces/xoverlay.h:
10736           Remove everything having to do with the desired size; add 
10737           gst_x_overlay_prepare_xwindow_id() function; remove the
10738           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10739           post a message on the bus instead (#321816).
10740
10741         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10743         (gst_xvimagesink_xoverlay_init):
10744           Remove desired size stuff (#321816).
10745
10746 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10749         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10750         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10751           Terminate vararg functions with NULL instead of 0 to 
10752           make gcc4 happy.
10753
10754 2005-11-21  Andy Wingo  <wingo@pobox.com>
10755
10756         patch by: Sebastien Cote <sebas642@yahoo.ca>
10757         
10758         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10759         * gst-libs/gst/rtp/gstrtpbuffer.c
10760         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10761
10762 2005-11-21  Andy Wingo  <wingo@pobox.com>
10763
10764         * gst/playback/gstplaybin.c (gen_audio_element) 
10765         (gen_video_element): Use the new MISSING_PLUGIN core error
10766         category. Closes #320060.
10767
10768         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10769         * gst/videorate/gstvideorate.c (gst_videorate_event):
10770         * ext/theora/theoradec.c (theora_dec_sink_event): 
10771         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10772         stream lock.
10773
10774         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10775         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10776         stream lock changes.
10777
10778 2005-11-21  Wim Taymans  <wim@fluendo.com>
10779
10780         * gst-libs/gst/audio/gstbaseaudiosink.c:
10781         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10782         (gst_base_audio_sink_provide_clock),
10783         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10784         (gst_base_audio_sink_change_state):
10785         * gst/audioresample/gstaudioresample.c:
10786         Segment update fix.
10787
10788 2005-11-21  Andy Wingo  <wingo@pobox.com>
10789
10790         * *.h:
10791         * *.c: Ran scripts/update-macros. Oh yes.
10792
10793 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * sys/ximage/Makefile.am:
10796         * sys/ximage/ximage.c:
10797           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10798           remove your old libgstximage.* manually if necessary).
10799
10800 2005-11-21  Michael Smith <msmith@fluendo.com>
10801
10802         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10803           Minimal fix for bug #320200: set the min/max bitrate in the correct
10804           units. A better fix would be to upgrade to the RATEMANAGE2
10805           interface, rather than using the deprecated interface used here, but
10806           that would require an update in our libvorbis dependency (to 1.1),
10807           which is probably undesirable.
10808
10809 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10810
10811         * ext/libvisual/visual.c: (get_buffer):
10812         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10813         (gst_base_audio_src_fixate):
10814         * gst/audioconvert/gstaudioconvert.c:
10815         (gst_audio_convert_fixate_caps):
10816         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10817         * gst/audiotestsrc/gstaudiotestsrc.c:
10818         (gst_audiotestsrc_src_fixate):
10819         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10820         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10821         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10822         * gst/videotestsrc/gstvideotestsrc.c:
10823         (gst_videotestsrc_src_fixate):
10824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10826           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10827           (#322027)
10828
10829
10830 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10833         (gst_riff_create_iavs_caps):
10834         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10835         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10836         (gst_riff_parse_info):
10837         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10840           Fixes for GST_FOURCC_FORMAT API change.
10841
10842 2005-11-21  Andy Wingo  <wingo@pobox.com>
10843
10844         patch by: Alessandro Dessina <alessandro nnva org>
10845
10846         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10847         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10848         (gst_ogg_parse_chain):
10849         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10850         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10851         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10852         gst_value_list calls on arrays. Fixes #321962.
10853
10854 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10857         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10858         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10859         * gst/adder/gstadder.c: (gst_adder_init),
10860         (gst_adder_request_new_pad), (gst_adder_collected),
10861         (gst_adder_change_state):
10862           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10863           API change.
10864
10865 2005-11-21  Michael Smith <msmith@fluendo.com>
10866
10867         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10868         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10869           Properly handle pad_push return values.
10870
10871 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10872
10873         * gst-libs/gst/tag/Makefile.am:
10874         * gst-libs/gst/tag/gstvorbistag.c:
10875         (gst_tag_list_to_vorbiscomment_buffer):
10876           Remove obsolete vorbistag element and debug category.
10877
10878         * gst/playback/gstplaybasebin.c: (check_queue):
10879           Don't divide by 0 when queue-threshold is 0.
10880
10881         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10882           Don't modify an existing pixel-aspect-ratio if we fail to read
10883           a new one.
10884
10885 2005-11-20  Wim Taymans  <wim@fluendo.com>
10886
10887         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10888         (gst_vorbisenc_push_packet):
10889         GST_PAD_IS_USABLE is gone, use the return value of
10890         the push or pad_alloc_buffer instead.
10891
10892 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10893
10894         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10895         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10896         (gst_ximagesink_ximage_destroy),
10897         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10898         (gst_ximagesink_xwindow_new),
10899         (gst_ximagesink_xwindow_update_geometry),
10900         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10901         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10902         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10903         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10904         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10905         (gst_ximagesink_navigation_send_event),
10906         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10907         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10908         (gst_ximagesink_finalize), (gst_ximagesink_init),
10909         (gst_ximagesink_class_init):
10910         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10911         This new version brings correct software scaling, non flickering
10912         window while resizing, pixel aspect ratio handling, usage of
10913         hardware buffer pools, out of data flow event thread for 
10914         navigation and handling of expose events even when being PAUSED,
10915         a new property to keep video aspect ratio when resizing, etc...
10916
10917 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10918
10919         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10920         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10921         handling of PAR.
10922
10923 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10924
10925         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10926         Unsetting IS_SINK flag from the fakesink, so decodebin
10927         never behaves as a sink.
10928
10929 2005-11-17  Wim Taymans  <wim@fluendo.com>
10930
10931         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10932         (gst_base_audio_src_change_state):
10933         Fix the audiosrc base class again, we did not unflush.
10934
10935 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10936
10937         * examples/seeking/seek.c: (make_dv_pipeline),
10938         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10939         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10940         to ogg/vorbis/theora pipeline.
10941
10942 2005-11-17  Wim Taymans  <wim@fluendo.com>
10943
10944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10945         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10946         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10947         Fix EOS on multiple streams.
10948         More debugging.
10949
10950 2005-11-16  Wim Taymans  <wim@fluendo.com>
10951
10952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10953         (gst_ogg_demux_perform_seek):
10954         Segment done must include stream time.
10955
10956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10957         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10958         (gst_ogg_mux_change_state):
10959         Fix ogg muxer again.
10960
10961 2005-11-16  Wim Taymans  <wim@fluendo.com>
10962
10963         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10964         Fix compile again.
10965
10966 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10967
10968         * ext/libvisual/visual.c: (gst_visual_init):
10969         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10970         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10971         (gst_ogg_parse_chain):
10972         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10973         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10974         * ext/theora/theoradec.c: (gst_theora_dec_init):
10975         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10976         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10977         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10978         * gst/adder/gstadder.c: (gst_adder_class_init),
10979         (gst_adder_dispose):
10980         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10981         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10982         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10983           Fix a whole set of pad template leaks
10984
10985 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10986
10987         * check/generic/states.c: (GST_START_TEST):
10988           fix the test so that it only checks for elements that are part of
10989           this source module
10990
10991 2005-11-16  Michael Smith <msmith@fluendo.com>
10992
10993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10994         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10995         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10996         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10997         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10998         (gst_ogg_mux_change_state):
10999           Fix leaking collectpads.
11000
11001 2005-11-16  Edward Hervey  <edward@fluendo.com>
11002
11003         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11004         (gst_videorate_event), (gst_videorate_chain):
11005         Handle segment seeks
11006
11007 2005-11-16  Wim Taymans  <wim@fluendo.com>
11008
11009         * gst-libs/gst/audio/gstbaseaudiosink.c:
11010         (gst_base_audio_sink_provide_clock),
11011         (gst_base_audio_sink_change_state):
11012         Set ringbuffer to non-flushing when going to PAUSED, set to
11013         flushing again when going to READY.
11014
11015         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11016         (gst_ring_buffer_stop):
11017         Start in flushing mode by default.
11018         Don't set flushing in the _stop method, let the app call
11019         this explicitly.
11020
11021 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11022
11023         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11024         * gst-libs/gst/video/videosink.h: Add helper function needed
11025         for video sinks.
11026
11027 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/videoscale/gstvideoscale.c:
11030         (gst_videoscale_handle_src_event):
11031           Don't leak reference to pad parent.
11032
11033 2005-11-16  Wim Taymans  <wim@fluendo.com>
11034
11035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11036         Set ringbuffer to flushing when stopping so that we don't
11037         block on wait_segment anymore and livelock.
11038
11039 2005-11-16  Wim Taymans  <wim@fluendo.com>
11040
11041         * examples/seeking/seek.c: (send_event), (do_seek),
11042         (loop_toggle_cb), (segment_done), (main):
11043         Added looping checkbox.
11044
11045 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11046
11047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11048         (gst_ogg_demux_init):
11049         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11050         (gst_vorbis_dec_init):
11051           revert unrefs, they don't pass make check
11052
11053 2005-11-15  Johan Dahlin  <johan@gnome.org>
11054
11055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11056         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11057         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11058         (gst_vorbis_dec_init):
11059         Fix pad template leaks. 
11060
11061 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11064           Make state change function thread safe.
11065
11066 2005-11-15  Edward Hervey  <edward@fluendo.com>
11067
11068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11069         (gst_ogg_demux_class_init):
11070         Implement GstElement::send_event, so we can send seek events
11071         in GST_STATE_READY
11072
11073 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11074
11075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11076         Discovered how to take away flickering while resizing the
11077         window. Please don't put that in ximagesink, refactoring in
11078         progress.
11079
11080 2005-11-14  Michael Smith <msmith@fluendo.com>
11081
11082         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11083         (gst_multifdsink_render):
11084           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11085
11086 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         * gst/playback/gstplaybin.c: (gen_audio_element):
11089           Use autoaudiosink, it tends to be more widely available than
11090           autoaudiiosink.
11091           
11092 2005-11-14  Andy Wingo  <wingo@pobox.com>
11093
11094         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11095         as well if it is available. Fixes #316442.
11096
11097 2005-11-14  Michael Smith <msmith@fluendo.com>
11098
11099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11100         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11101         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11102         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11103         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11104         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11105         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11106         (gst_vorbisenc_change_state):
11107           Fix a small memory leak in vorbisenc.
11108           Fix large memory leaks in oggmux, also fix lots of state change
11109           bugs in oggmux.
11110
11111 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11112
11113         * gst/videotestsrc/gstvideotestsrc.c:
11114         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11115         (gst_videotestsrc_src_fixate):
11116           move fixation to a fixate function
11117           remove negotiate function, basesrc's is good enough
11118           fixes a bug for check when using the element alone
11119
11120 2005-11-13  Edward Hervey  <edward@fluendo.com>
11121
11122         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11123         (key_toggle_cb), (main):
11124         Added checkboxes for adding/removing the accurate and key_unit seek
11125         flags.
11126
11127 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11128
11129         * configure.ac: back to HEAD
11130
11131 === release 0.9.5 ===
11132
11133 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11134
11135         * configure.ac:
11136           releasing 0.9.5, "No No Kia"
11137
11138 2005-11-11  Edward Hervey  <edward@fluendo.com>
11139
11140         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11141         Added parse-launch syntax seeking mode for the seeking example.
11142         This should help stress-test even more cases.
11143         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11144
11145 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         * sys/xvimage/xvimagesink.c:
11148         (gst_xvimagesink_navigation_send_event):
11149           Check whether peer pad exists before sending navigation events
11150           to it.
11151
11152 2005-11-11  Michael Smith <msmith@fluendo.com>
11153
11154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11155         (gst_vorbisenc_buffer_from_packet):
11156         * ext/vorbis/vorbisenc.h:
11157           Set duration on encoded buffers. This allows oggmux's
11158           max_page_delay parameter to actually work.
11159
11160 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11163         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11164         (gst_ffmpegcsp_avpicture_fill):
11165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11166         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11167           Make palettes work again (see #132341). Use our own macros
11168           for rounding up.
11169
11170 2005-11-10  Andy Wingo  <wingo@pobox.com>
11171
11172         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11173         string doober.
11174
11175 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11176
11177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11178         (gst_ffmpegcsp_transform_caps):
11179           Prefer passthrough in transform_caps
11180
11181 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11182
11183         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11184           check for ALSA errors properly, instead of relying on ALSA's
11185           error strings to serve to the user.
11186
11187 2005-11-10  Wim Taymans  <wim@fluendo.com>
11188
11189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11190         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11191         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11192         Modernise the seek code.
11193
11194 2005-11-10  Michael Smith <msmith@fluendo.com>
11195         
11196         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11197         (setup_substreams), (set_active_source):
11198           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11199           trying to go to NULL if we failed to read a file.
11200
11201 2005-11-10  Wim Taymans  <wim@fluendo.com>
11202
11203         * gst/audiotestsrc/gstaudiotestsrc.c:
11204         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11205         (gst_audiotestsrc_create):
11206         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11207         (gst_sinesrc_get_times), (gst_sinesrc_create):
11208         * gst/videotestsrc/gstvideotestsrc.c:
11209         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11210         (gst_videotestsrc_create):
11211         The base class can now sync for us.
11212
11213 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11214
11215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11216           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11217           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11218           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11219           format=(fourcc)I420" ! xvimagesink
11220
11221 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11224         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11225         (gst_sinesrc_newsegment):
11226           Send newsegment event in TIME format, set duration if
11227           num-buffers is set, fix duration querying.
11228
11229 2005-11-10  Michael Smith <msmith@fluendo.com>
11230
11231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11232         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11233         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11234         (gst_ogg_mux_collected):
11235          Fix EOS handling, partially. Now forwarding an EOS event once we have
11236          EOS on all pads works correctly. However, we still don't properly set
11237          EOS on the actual ogg stream pages.
11238
11239 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11240
11241         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11242           Set elements to NULL state before disposing of them.
11243
11244 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11245
11246         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11249         (gst_base_rtp_depayload_init),
11250         (gst_base_rtp_depayload_set_gst_timestamp):
11251         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11252           We need to send a newsegment event for each instance, not
11253           just for the first instance of this class (get rid of
11254           static variable in function). (#321011).
11255           
11256 2005-11-08  Michael Smith <msmith@fluendo.com>
11257
11258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11259         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11260         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11261         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11262           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11263           This makes us mux things correctly according to the ogg muxing
11264           rules. Still not handling EOS correctly right now, though.
11265
11266 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11267
11268         * gst/audioconvert/gstaudioconvert.c:
11269           Fix typo in docs. 
11270
11271 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11274         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11275           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11276           creating a new chain; should fix live streaming. Also
11277           add more debug output and fix a typo.
11278
11279 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11280
11281         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11282
11283         * gst/volume/gstvolume.c: (volume_set_caps):
11284           Fix compilation on Solaris with Forte. (#320923)
11285
11286 2005-11-08  Wim Taymans  <wim@fluendo.com>
11287
11288         * gst-libs/gst/audio/gstbaseaudiosink.c:
11289         (gst_base_audio_sink_render):
11290         No need to do a typecheck.
11291
11292 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * ext/alsa/gstalsa.h:
11295           We register a debug category, so let's use it.
11296
11297 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11298
11299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11300         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11301         Fixed a small problem.
11302
11303 2005-11-04  Wim Taymans  <wim@fluendo.com>
11304
11305         * examples/seeking/Makefile.am:
11306         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11307         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11308         (make_playerbin_pipeline), (format_value), (update_scale),
11309         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11310         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11311         (print_usage), (main):
11312         Added app for playback speed testing.
11313
11314         * examples/seeking/seek.c: (dynamic_link),
11315         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11316         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11317         (message_received), (main):
11318         Updated seek example.
11319
11320 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11321
11322         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11323         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11324         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11325         (gst_base_rtp_depayload_set_clock):
11326         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11327         Don't sleep on the bench (system clock) when you have a nice 
11328         comfortable bed (Gstreamer clock) to sleep on.
11329
11330 2005-11-03  Wim Taymans  <wim@fluendo.com>
11331
11332         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11333         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11334         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11335         Handle the case where a pad_block failed.
11336
11337 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11338
11339         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11340
11341         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11342         (gst_base_rtp_depayload_add_to_queue),
11343         (gst_base_rtp_depayload_push),
11344         (gst_base_rtp_depayload_set_gst_timestamp),
11345         (gst_base_rtp_depayload_queue_release):
11346           Fixes some bugs in the depayloader's queuing/de-queueing code.
11347
11348 2005-10-31  Michael Smith <msmith@fluendo.com>
11349
11350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11351         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11352         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11353           Patch from Alessandro Decina <alessandro@nnva.org>.
11354           Make oggdemux only find the final time in a chain, not per-pad,
11355           since the per-pad information can be very expensive to locate, and
11356           it isn't used anywhere. This makes reading a file containing
11357           OggSkeleton reasonably fast.
11358           Also, make chain finding work when there are logical bitstreams that
11359           can't be decoded. Fixes #319110.
11360
11361 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11362
11363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11364         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11365         (gst_base_rtp_depayload_chain),
11366         (gst_base_rtp_depayload_add_to_queue),
11367         (gst_base_rtp_depayload_push),
11368         (gst_base_rtp_depayload_set_gst_timestamp),
11369         (gst_base_rtp_depayload_queue_release),
11370         (gst_base_rtp_depayload_start_thread),
11371         (gst_base_rtp_depayload_set_property),
11372         (gst_base_rtp_depayload_get_property):
11373         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11374         Some random fixes, to fullfill the desires of thomas.
11375
11376 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11377
11378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11379         (gst_base_rtp_depayload_add_to_queue),
11380         (gst_base_rtp_depayload_push):
11381         Fixed the queueing algorithm.
11382
11383 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11384
11385         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11386         (gst_base_rtp_depayload_push):
11387         A small fix
11388
11389 2005-10-31  Wim Taymans  <wim@fluendo.com>
11390
11391         * gst-libs/gst/audio/gstringbuffer.h:
11392         Don't break ABI.
11393
11394         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11395         (gst_ffmpeg_caps_to_pixfmt):
11396         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11397         (gst_ffmpegcsp_set_caps):
11398         Some more comments.
11399         Handle missing required caps fields better.
11400
11401 2005-10-31  Wim Taymans  <wim@fluendo.com>
11402
11403         * gst-libs/gst/audio/gstbaseaudiosink.c:
11404         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11405         (gst_base_audio_sink_render):
11406         * gst-libs/gst/audio/gstringbuffer.c:
11407         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11408         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11409         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11410         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11411         (gst_ring_buffer_read):
11412         * gst-libs/gst/audio/gstringbuffer.h:
11413         Add flushing mode to the ringbuffer so that it in all cases does
11414         not try to handle more audio. This makes sure it does not try to
11415         block anymore when flushing and fixes a livelock.
11416
11417 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11420         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11421         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11422           Explicitly check for -1 values before doing a conversion
11423           and always map them to -1. (#315545)
11424
11425 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11426
11427         * gst/playback/gstplaybin.c: (gen_video_element):
11428           first try autovideosink, then xvimagesink, then error out
11429         * po/POTFILES.in:
11430           add translatable file
11431         * po/af.po:
11432         * po/az.po:
11433         * po/cs.po:
11434         * po/en_GB.po:
11435         * po/hu.po:
11436         * po/it.po:
11437         * po/nb.po:
11438         * po/nl.po:
11439         * po/or.po:
11440         * po/sq.po:
11441         * po/sr.po:
11442         * po/sv.po:
11443         * po/uk.po:
11444         * po/vi.po:
11445           update translations
11446
11447 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11448
11449         * gst-libs/gst/rtp/gstbasedepayload.c:
11450         * gst-libs/gst/rtp/gstbasedepayload.h:
11451           Minor cleanups
11452
11453 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * gst/playback/.cvsignore:
11456         * gst/playback/decodetest.c:
11457         * gst/playback/test3.c:
11458           Port these two tests as well.
11459
11460 2005-10-27  Wim Taymans  <wim@fluendo.com>
11461
11462         * ext/theora/theoradec.c: (theora_dec_src_query),
11463         (theora_dec_sink_event):
11464         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11465         (theora_enc_change_state):
11466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11467         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11468         Take proper locks when handling events.
11469
11470 2005-10-27  Wim Taymans  <wim@fluendo.com>
11471
11472         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11473         (gst_adder_change_state):
11474         Fix timestamps and fix deadlock when stopping the collectpads.
11475
11476 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11477
11478         * gst-libs/gst/rtp/gstrtpbuffer.h:
11479         Declaring the payload types as strings too so that they can be used
11480         in the padtemplate inialization.
11481
11482 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11483
11484         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11485
11486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11487         (gst_base_rtp_depayload_class_init):
11488         Fixes a small but nasty bug. The derived elements no longer segfaults
11489         on finalization.
11490
11491 2005-10-26  Michael Smith <msmith@fluendo.com>
11492
11493         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11494           When clearing an audioconvert context, set tmpbufsize to zero, so
11495           we'll allocate it again later if required.
11496           This fixes audioconvert re-negotiating formats, which previously
11497           segfaulted with a NULL destination buffer.
11498
11499 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11500
11501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11502         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11503         (gst_base_rtp_depayload_set_gst_timestamp),
11504         (gst_base_rtp_depayload_queue_release):
11505         Fixed a smalll memleak.
11506
11507 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11509         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11510         (gst_base_rtp_depayload_finalize),
11511         (gst_base_rtp_depayload_setcaps),
11512         (gst_base_rtp_depayload_add_to_queue),
11513         (gst_base_rtp_depayload_push),
11514         (gst_base_rtp_depayload_set_gst_timestamp),
11515         (gst_base_rtp_depayload_queue_release),
11516         (gst_base_rtp_depayload_thread),
11517         (gst_base_rtp_depayload_change_state):
11518         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11519         Changed the C++ comments to C comments
11520
11521 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11524         * gst/tcp/gsttcpclientsrc.h:
11525         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11526         * gst/tcp/gsttcpserversrc.h:
11527           Remove unused 'curoffset' structure member.
11528
11529 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11530
11531         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11532         (gst_base_rtp_depayload_base_init),
11533         (gst_base_rtp_depayload_finalize):
11534         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11535         * gst-libs/gst/rtp/gstbasertppayload.h:
11536           The pad-template on the sinkpad should be set by the derived classes.
11537           Also added some useful macros.
11538
11539 2005-10-24  Wim Taymans  <wim@fluendo.com>
11540
11541         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11542         Correctly flush decoder samples even if we could not
11543         copy them to an output buffer. Fixes #319618.
11544
11545 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11546
11547         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11549         the caps against our xcontext caps.
11550
11551 2005-10-24  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst-libs/gst/audio/gstbaseaudiosink.c:
11554         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11555         Remove g_print
11556         Use sync property from baseclass to disable sync.
11557
11558 2005-10-24  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst-libs/gst/audio/gstbaseaudiosink.c:
11561         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11562         Buffers with no timestamps get aligned with previous buffers or
11563         on underrun, played ASAP.
11564
11565 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11566
11567         * gst-libs/gst/video/video.h:
11568         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11569         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11571         here comes my change on caps for framerate and geometry range.
11572         We are now accepting 1 to MAXINT for width and height, and from
11573         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11574         to be blended correctly in videomixer.
11575
11576 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11577
11578         * configure.ac:
11579           back to HEAD
11580
11581 === release 0.9.4 ===
11582
11583 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11584
11585         * NEWS:
11586         * RELEASE:
11587         * configure.ac:
11588           releasing 0.9.4, "Velociraptor"
11589
11590 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11591
11592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11593         * po/POTFILES.in:
11594           STOPPED -> FAILED
11595
11596 2005-10-21  Wim Taymans  <wim@fluendo.com>
11597
11598         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11599         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11600         (pad_blocked), (close_pad_link), (new_pad):
11601         Don't try to remove elements twice.
11602
11603 2005-10-21  Wim Taymans  <wim@fluendo.com>
11604
11605         * ext/theora/theoradec.c: (theora_dec_src_query),
11606         (theora_dec_sink_event):
11607         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11608         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11609         (vorbis_handle_data_packet):
11610         * ext/vorbis/vorbisdec.h:
11611         Fix old naming.
11612
11613         * gst-libs/gst/audio/gstbaseaudiosink.c:
11614         (gst_base_audio_sink_render):
11615         Don't try to sync on buffers without a timestamp.
11616
11617 2005-10-21  Wim Taymans  <wim@fluendo.com>
11618
11619         * ext/theora/theoradec.c: (theora_dec_src_query),
11620         (theora_dec_sink_event):
11621         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11622         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11623         (vorbis_handle_data_packet):
11624         * ext/vorbis/vorbisdec.h:
11625         Fix old naming.
11626
11627 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11628
11629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11630         (gst_vorbisenc_src_query):
11631           Implement position and duration queries.
11632
11633         * gst/playback/test3.c: (update_scale), (main):
11634           Fix for async state changes and print nicer output.
11635
11636 2005-10-20  Wim Taymans  <wim@fluendo.com>
11637
11638         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11639         (dump_element_stats), (main):
11640         * gst/playback/test6.c: (main):
11641         Fix tests again
11642
11643 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11646         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11647           Don't use functions for position queries when handling
11648           duration queries.
11649
11650 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11651
11652         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11653         (vorbis_handle_data_packet), (vorbis_dec_chain),
11654         (vorbis_dec_change_state):
11655         * ext/vorbis/vorbisdec.h:
11656           Vorbis streams can be embedded in other container formats
11657           than ogg, container formats where the demuxer might set 
11658           timestamps on encoded vorbis buffers instead of those silly 
11659           granulepos thingies. In short: make vorbisdec handle 
11660           timestamps on incoming buffers as well.
11661
11662 2005-10-20  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst/playback/gstplaybasebin.c: (group_destroy),
11665         (gst_play_base_bin_change_state):
11666         Fix leak.
11667         Handle case where playbasebin is now ASYNC because
11668         decodebin is.
11669
11670 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * gst/audioconvert/Makefile.am:
11673         * gst/audioconvert/bufferframesconvert.c:
11674         * gst/audioconvert/plugin.c: (plugin_init):
11675         * gst/audioconvert/plugin.h:
11676           And bye bye buffer-frames-convert
11677
11678 2005-10-19  Wim Taymans  <wim@fluendo.com>
11679
11680         * check/elements/audioconvert.c:
11681         * docs/libs/tmpl/gstaudio.sgml:
11682         * docs/libs/tmpl/gstcolorbalance.sgml:
11683         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11684         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11685         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11686         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11687         * gst-libs/gst/audio/audio.h:
11688         * gst/audioconvert/audioconvert.h:
11689         * gst/audioconvert/gstaudioconvert.c:
11690         (gst_audio_convert_parse_caps):
11691         * gst/volume/gstvolume.c:
11692         Bye bye buffer-frames.
11693
11694 2005-10-19  Wim Taymans  <wim@fluendo.com>
11695
11696         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11697         (query_positions_elems), (query_positions_pads), (update_scale),
11698         (do_seek), (set_update_scale), (message_received), (main):
11699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11700         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11701         (gst_ogg_demux_loop):
11702         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11703         * ext/theora/theoradec.c: (theora_dec_src_query),
11704         (theora_dec_sink_event):
11705         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11706         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11707         * gst/adder/gstadder.c: (gst_adder_query):
11708         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11709         * gst/playback/test3.c: (update_scale):
11710         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11711         (dump_element_stats), (main):
11712         * gst/playback/test6.c: (main):
11713         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11714         Query API update.
11715
11716 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11717
11718         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11719         (xml_check_first_element), (xml_type_find), (smil_type_find),
11720         (plugin_init):
11721           Add typefinding for SMIL and for generic XML. Based on patch by
11722           Akos Maroy (#308663).
11723
11724 2005-10-18  Wim Taymans  <wim@fluendo.com>
11725
11726         * gst/playback/Makefile.am:
11727         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11728         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11729         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11730         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11731         (gst_decode_bin_change_state):
11732         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11733         (gst_play_bin_send_event_to_sink):
11734         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11735         (dump_element_stats), (main):
11736         * gst/playback/test6.c: (main):
11737         Make playbin async, it'll commit state to paused when all streams
11738         are detected.
11739         Remove ugly hack.
11740         Added test6.c to show async behaviour.
11741
11742 2005-10-18  Wim Taymans  <wim@fluendo.com>
11743
11744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11745         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11746         Fix for segment-start/stop API change.
11747
11748 2005-10-18  Wim Taymans  <wim@fluendo.com>
11749
11750         * check/Makefile.am:
11751         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11752         (main):
11753         Add future test for clock selection.
11754
11755 2005-10-18  Wim Taymans  <wim@fluendo.com>
11756
11757         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11758         (gst_alsasink_close):
11759         Set handle to NULL.
11760
11761         * gst-libs/gst/audio/gstringbuffer.c:
11762         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11763         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11764         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11765         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11766         (gst_ring_buffer_read):
11767         More debug info.
11768
11769 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11770
11771         * gst/audiotestsrc/Makefile.am:
11772         * gst/sine/Makefile.am:
11773         * gst/volume/Makefile.am:
11774           fix broken build of controllerized plugins
11775
11776 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11777
11778         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11779
11780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11781         (gst_riff_create_video_template_caps):
11782           Add support for Indeo-3 (IV32).
11783
11784 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11785
11786         * configure.ac:
11787           rewrite
11788
11789 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11790
11791         * gst-libs/gst/video/video.c: (gst_video_get_size):
11792         * gst/audiotestsrc/gstaudiotestsrc.c:
11793           doc updates
11794
11795 2005-10-17  Andy Wingo  <wingo@pobox.com>
11796
11797         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11798         with the collectpads change.
11799         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11800
11801         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11802
11803         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11804
11805         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11806         alloc_buffer flow return to callers.
11807         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11808         change. Fix some memleaks in theoraenc.
11809
11810         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11811         in strange circumstance.
11812
11813 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11814
11815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11816         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11817         from caps, let's use the caps...
11818
11819 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11820
11821         * configure.ac:
11822           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11823
11824 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11825
11826         * gst-libs/gst/interfaces/Makefile.am:
11827           fix silly typo
11828
11829 2005-10-16  Andy Wingo  <wingo@pobox.com>
11830
11831         * gst/playback/gstdecodebin.c
11832         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11833         function!
11834         (try_to_link_1): Increase kraziness level.
11835
11836 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11837
11838         * configure.ac:
11839           restructure like the core one
11840         * gst-libs/gst/audio/Makefile.am:
11841         * gst-libs/gst/interfaces/Makefile.am:
11842         * gst-libs/gst/net/Makefile.am:
11843         * gst-libs/gst/riff/Makefile.am:
11844         * gst-libs/gst/rtp/Makefile.am:
11845         * gst-libs/gst/tag/Makefile.am:
11846         * gst-libs/gst/video/Makefile.am:
11847           use correct linker flags, now the libs are properly versioned
11848         * check/elements/audioconvert.c: (verify_convert):
11849         * ext/alsa/gstalsaplugin.c:
11850         * ext/cdparanoia/gstcdparanoia.c:
11851         * ext/gnomevfs/gstgnomevfs.c:
11852         * ext/libvisual/visual.c:
11853         * ext/ogg/gstogg.c:
11854         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11855         * ext/theora/theora.c:
11856         * ext/vorbis/vorbis.c:
11857         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11858         * gst-libs/gst/tag/gsttagediting.c:
11859         * gst-libs/gst/video/video.c:
11860         * gst/adder/gstadder.c:
11861         * gst/audioconvert/plugin.c:
11862         * gst/audiorate/gstaudiorate.c:
11863         * gst/audioresample/gstaudioresample.c:
11864         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11865         * gst/audioscale/gstaudioscale.c:
11866         * gst/audioscale/resample.c:
11867         * gst/audiotestsrc/gstaudiotestsrc.c:
11868         * gst/ffmpegcolorspace/gstffmpeg.c:
11869         * gst/playback/gstdecodebin.c: (close_pad_link):
11870         * gst/playback/gstplaybin.c: (gen_video_element),
11871         (gen_audio_element):
11872         * gst/sine/gstsinesrc.c:
11873         * gst/subparse/gstsubparse.c:
11874         * gst/tags/gsttagediting.c:
11875         * gst/tcp/gsttcpplugin.c:
11876         * gst/typefind/gsttypefindfunctions.c:
11877         * gst/videorate/gstvideorate.c:
11878         * gst/videoscale/gstvideoscale.c:
11879         * gst/videotestsrc/gstvideotestsrc.c:
11880         * gst/volume/gstvolume.c:
11881         * sys/v4l/gstv4l.c:
11882         * sys/ximage/ximage.c:
11883         * sys/xvimage/xvimagesink.c:
11884           fix up defines
11885
11886 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11887
11888         * ext/vorbis/vorbisenc.c:
11889         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11890         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11891         (gst_tag_to_vorbis_comments):
11892           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11893
11894 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11895
11896         * examples/stats/mp2ogg.c:
11897         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11898           typo fixes
11899
11900 2005-10-13  Michael Smith <msmith@fluendo.com>
11901
11902         * ext/ogg/gstoggmux.c:
11903           Use magic glib macros to define constants as 64 bit, to ensure
11904           appropriate vararg passing.
11905
11906 2005-10-13  Michael Smith <msmith@fluendo.com>
11907
11908         * ext/ogg/gstoggmux.c:
11909         * gst/audioconvert/audioconvert.c: (float):
11910           Don't use LL suffix, as it's not portable, and neither of these
11911           uses required it anyway.
11912
11913 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11914
11915         * examples/indexing/indexmpeg.c: (main):
11916         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11917         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11918         (cdparanoia_convert), (cdparanoia_query):
11919         * ext/cdparanoia/gstcdparanoia.h:
11920         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11921         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11922         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11924         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11925         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11926         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11927         (gst_multifdsink_render), (gst_multifdsink_start),
11928         (gst_multifdsink_stop):
11929         * gst/tcp/gstmultifdsink.h:
11930         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11931         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11932         (gst_tcpclientsink_stop):
11933         * gst/tcp/gsttcpclientsink.h:
11934         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11935         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11936         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11937         * gst/tcp/gsttcpclientsrc.h:
11938         * gst/tcp/gsttcpserversink.h:
11939         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11940         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11941         (gst_tcpserversrc_stop):
11942         * gst/tcp/gsttcpserversrc.h:
11943         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11945         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11946           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11947           moved bitshift from macro to enum definition
11948
11949 2005-10-12  Wim Taymans  <wim@fluendo.com>
11950
11951         * examples/seeking/Makefile.am:
11952         Oops.
11953
11954 2005-10-12  Wim Taymans  <wim@fluendo.com>
11955
11956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11957         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11958         Don't assert on normal stuff.
11959
11960         * gst/playback/gstplaybin.c: (do_playbin_seek):
11961         API fix.
11962
11963 2005-10-12  Wim Taymans  <wim@fluendo.com>
11964
11965         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11966         * examples/seeking/Makefile.am:
11967         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11968         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11969         (do_seek), (set_update_scale), (message_received), (main):
11970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11971         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11972         Update for _get_state() API change.
11973
11974 2005-10-11  Wim Taymans  <wim@fluendo.com>
11975
11976         * gst-libs/gst/audio/gstbaseaudiosink.c:
11977         (gst_base_audio_sink_render):
11978         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11979         (gst_base_audio_src_create):
11980         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11981         (gst_ring_buffer_read):
11982         Cleanups.
11983         Commit and read from ringbuffer in samples rather than bytes.
11984
11985 2005-10-11  Wim Taymans  <wim@fluendo.com>
11986
11987         * gst-libs/gst/audio/gstbaseaudiosink.c:
11988         (gst_base_audio_sink_render):
11989         Respect segment rate and accum when scheduling samples.
11990
11991 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11992
11993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11994         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11995         EOS correctly, that needs more work.
11996
11997 2005-10-11  Wim Taymans  <wim@fluendo.com>
11998
11999         * check/generic/states.c: (GST_START_TEST):
12000         remove old property.
12001
12002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12003         (gst_ogg_demux_perform_seek):
12004         * ext/theora/theoradec.c: (theora_dec_sink_event):
12005         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12006         (vorbis_handle_data_packet):
12007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12008         (gst_base_rtp_depayload_set_gst_timestamp):
12009         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12010         Update for newsegment API change.
12011
12012 2005-10-11  Michael Smith <msmith@fluendo.com>
12013
12014         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12015         (do_playbin_seek), (gst_play_bin_send_event):
12016           Override send_event differently, so that we can takes bits of
12017           functionality from GstPipeline (special handling for seeks,
12018           including pausing/resuming, and resetting stream time) and still get
12019           the appropriate behaviour of only forwarding event to a single sink,
12020           rather than all of them.
12021           Unfortunately requires a lot of code duplication, but the
12022           alternatives are equally ugly in the end.
12023
12024 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12025
12026         * check/elements/audioconvert.c: (setup_audioconvert),
12027         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12028         (GST_START_TEST), (audioconvert_suite):
12029           clean up tests a little, fix some leaks.
12030
12031 2005-10-10  Wim Taymans  <wim@fluendo.com>
12032
12033         * ext/alsa/gstalsasink.c:
12034         Also allow unsigned int.
12035
12036         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12037         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12038         Small cleanup
12039
12040 2005-10-10  Wim Taymans  <wim@fluendo.com>
12041
12042         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12043         Small update, use API as stated in design docs.
12044
12045         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12046         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12047         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12048         (message_received), (main):
12049         Updated seek example for GOption. Some usability improvements.
12050
12051 2005-10-10  Wim Taymans  <wim@fluendo.com>
12052
12053         * gst/audioconvert/audioconvert.h:
12054         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12055         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12056         Alloc temp storage somewhere else where we can do it more
12057         portable.
12058
12059 2005-10-10  Wim Taymans  <wim@fluendo.com>
12060
12061         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12062         (gst_tcpserversrc_start):
12063         Don't block in accept while doing the state change, move
12064         to poll and make cancellable.
12065
12066 2005-10-09  Philippe Khalaf <burger@speedy.org>
12067
12068         * gst-libs/gst/rtp/rtpbasedepayload.c:
12069         Set timestamp and add queue delay to timestamp
12070         * gst-libs/gst/rtp/rtpbuffer.h:
12071         Set correct payload type for h263
12072
12073 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12074
12075         * gst/audiotestsrc/gstaudiotestsrc.c:
12076         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12077         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12078         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12079         (gst_audiotestsrc_create_triangle),
12080         (gst_audiotestsrc_create_silence),
12081         (gst_audiotestsrc_create_white_noise),
12082         (gst_audiotestsrc_init_pink_noise),
12083         (gst_audiotestsrc_generate_pink_noise_value),
12084         (gst_audiotestsrc_create_pink_noise),
12085         (gst_audiotestsrc_change_wave):
12086         * gst/audiotestsrc/gstaudiotestsrc.h:
12087           fixed typo, added pink noise
12088
12089 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12090
12091         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12092         (plugin_init):
12093           Add wavpack and spc typefind functions from 0.8 branch.
12094
12095 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12096
12097         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12098         (ar_type_find), (msdos_type_find), (plugin_init):
12099           Add typefind functions for tar archives, ar archives,
12100           RAR archives, and msdos-executables (dlls, exe, etc.).
12101           Some of those would be wrongly identified as mpeg
12102           streams of some sort before (#315550).
12103
12104 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12105
12106         * configure.ac:
12107         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12108         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12109         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12110         * gst/audiotestsrc/Makefile.am:
12111         * gst/audiotestsrc/gstaudiotestsrc.c:
12112         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12113         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12114         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12115         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12116         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12117         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12118         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12119         (gst_audiotestsrc_create_silence),
12120         (gst_audiotestsrc_create_white_noise),
12121         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12122         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12123         (gst_audiotestsrc_start), (plugin_init):
12124         * gst/audiotestsrc/gstaudiotestsrc.h:
12125           add new plugin and element
12126         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12127           use gobject_class
12128
12129 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12130
12131         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12132         (gst_adder_init), (gst_adder_request_new_pad),
12133         (gst_adder_change_state):
12134           Add query function to source pad, so adder reports the correct
12135           time/sample position when queried (#315457); fix state change
12136           function; use GST_DEBUG_FUNCPTR() for pad functions.
12137
12138 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12139
12140         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12141           Fix leaks in typefind registration
12142           Clean up the gratuitous commenting and whitespacing a little
12143
12144 2005-10-08  Wim Taymans  <wim@fluendo.com>
12145
12146         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12147         Only actually wait for the thread to be stopped if it's 
12148         running.
12149
12150 2005-10-08  Wim Taymans  <wim@fluendo.com>
12151
12152         * gst-libs/gst/audio/gstbaseaudiosink.c:
12153         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12154         If we receive EOS we can start playback of what we had.
12155
12156 2005-10-08  Wim Taymans  <wim@fluendo.com>
12157
12158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12159         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12160         (gst_multifdsink_stop):
12161         Fix crasher when going to NULL multiple times.
12162
12163 2005-10-06  Wim Taymans  <wim@fluendo.com>
12164
12165         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12166         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12167         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12168         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12169         patch from Edgard Lima <edgard.lima@indt.org.br>
12170         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12171
12172 2005-10-06  Wim Taymans  <wim@fluendo.com>
12173
12174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12175         Report the FLOW_RETURN as string in the error message.
12176
12177         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12178         Don't assert when clearing an unnegotiated buffer.
12179
12180 2005-10-04  Michael Smith <msmith@fluendo.com>
12181
12182         * gst/playback/gstplaybasebin.c: (group_destroy),
12183         (gen_preroll_element), (remove_groups), (setup_source):
12184         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12185         (setup_sinks), (gst_play_bin_send_event),
12186         (gst_play_bin_change_state):
12187           Set state to NULL before removing from bin. Fix refcounting.
12188
12189 2005-10-04  Michael Smith <msmith@fluendo.com>
12190
12191         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12192           Correct refcounting in send_event() function. Previously was wrong
12193           if the first sink was unable to handle the event.
12194
12195 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12196
12197         * configure.ac:
12198           back to development
12199
12200 === release 0.9.3 ===
12201
12202 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12203
12204         * configure.ac:
12205           Releasing 0.9.3, "De Facto"
12206
12207 2005-10-03  Andy Wingo  <wingo@pobox.com>
12208
12209         * gst/playback/gstdecodebin.c (try_to_link_1)
12210         (remove_element_chain): set element to NULL before removing it.
12211
12212 2005-10-02  Johan Dahlin  <johan@gnome.org>
12213
12214         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12215         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12216         MT safe.
12217
12218 2005-10-02  Andy Wingo  <wingo@pobox.com>
12219
12220         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12221         (gst_ring_buffer_prepare_read): 
12222         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12223         Demote to LOG.
12224
12225 2005-09-29  Wim Taymans  <wim@fluendo.com>
12226
12227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12228         * ext/theora/theoradec.c: (theora_handle_data_packet):
12229         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12230         Propagate error codes from alloc_buffer too.
12231
12232 2005-09-29  Wim Taymans  <wim@fluendo.com>
12233
12234         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12235         We use fixed caps.
12236
12237         * gst/playback/Makefile.am:
12238         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12239         (dump_element_stats), (main):
12240         Added example stream introspection code.
12241
12242 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12243
12244         * gst/adder/gstadder.c: (gst_adder_collected):
12245           fix adder for float elements
12246
12247 2005-09-28  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst-libs/gst/audio/gstbaseaudiosink.c:
12250         (gst_base_audio_sink_class_init),
12251         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12253         (gst_base_audio_src_class_init),
12254         (gst_base_audio_src_provide_clock):
12255         get_clock -> provide_clock
12256
12257 2005-09-28  Andy Wingo  <wingo@pobox.com>
12258
12259         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12260         and unlocking.
12261
12262         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12263         unlocking.
12264
12265         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12266         Actually add the pad template.
12267         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12268
12269         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12270         I'm at it...
12271
12272         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12273         from fdsrc. Get caps in create() instead of start() so it can be
12274         interrupted. Interruption somewhat untested.
12275
12276         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12277         Proper EOS handling.
12278
12279 2005-09-27  Andy Wingo  <wingo@pobox.com>
12280
12281         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12282
12283         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12284
12285         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12286
12287         * gst/tcp/gsttcp.h: 
12288         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12289         out of tcpclientsrc.c. Cancellable.
12290         (gst_tcp_socket_read): Made private, cancellable, with better
12291         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12292         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12293         whole buffer, and better diagnostics.
12294         (gst_tcp_gdp_read_caps): Same.
12295
12296         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12297
12298 2005-09-26  Andy Wingo  <wingo@pobox.com>
12299
12300         * gst/sine/gstsinesrc.h:
12301         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12302         change the 'sync' property to 'is-live' and implement it halfway,
12303         update for controller api change.
12304
12305         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12306         controller api change.
12307
12308 2005-09-24  Wim Taymans  <wim@fluendo.com>
12309
12310         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12311         * gst-libs/gst/audio/gstaudiosink.c:
12312         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12313         (gst_audioringbuffer_stop):
12314         * gst-libs/gst/audio/gstbaseaudiosink.c:
12315         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12316         (gst_base_audio_sink_change_state):
12317         * gst-libs/gst/audio/gstbaseaudiosink.h:
12318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12319         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12320         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12321         * gst-libs/gst/audio/gstringbuffer.h:
12322         Fix sync again. Moved sample alignment to basesink.
12323
12324 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12325
12326         * docs/plugins/Makefile.am:
12327         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12328         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12329         * gst/volume/gstvolume.c:
12330           add/fix docs
12331         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12332         * gst-libs/gst/audio/audio.h:
12333           add conversion macros for frames <-> clocktime
12334
12335 2005-09-23  David Schleef  <ds@schleef.org>
12336
12337         * gst/audioresample/Makefile.am:
12338         * gst/audioresample/debug.h:
12339         * gst/audioresample/gstaudioresample.c:
12340         * gst/audioresample/resample.c: Convert to using gst debugging
12341
12342 2005-09-22  Wim Taymans  <wim@fluendo.com>
12343
12344         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12345         (gst_play_bin_send_event):
12346         Only seek on one sink, the first one that succeeds.
12347
12348 2005-09-22  Michael Smith <msmith@fluendo.com>
12349
12350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12351         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12352         Don't flush encoder state unless we have an initialised encoder.
12353         Clear out encoder state on PAUSED_TO_READY.
12354
12355 2005-09-22  Wim Taymans  <wim@fluendo.com>
12356
12357         * gst-libs/gst/rtp/gstbasertppayload.c:
12358         (gst_basertppayload_class_init), (gst_basertppayload_init),
12359         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12360         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12361         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12362         (gst_basertppayload_set_property),
12363         (gst_basertppayload_get_property),
12364         (gst_basertppayload_change_state):
12365         * gst-libs/gst/rtp/gstbasertppayload.h:
12366         Added max-ptime to control amount of data in the rtp packets.
12367
12368 2005-09-21  Andy Wingo  <wingo@pobox.com>
12369
12370         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12371         thingies.
12372
12373         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12374         can be called multiple times, dogs.
12375
12376 2005-09-21  Wim Taymans  <wim@fluendo.com>
12377
12378         * gst-libs/gst/rtp/gstbasertppayload.c:
12379         (gst_basertppayload_class_init), (gst_basertppayload_init),
12380         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12381         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12382         (gst_basertppayload_push), (gst_basertppayload_get_property),
12383         (gst_basertppayload_change_state):
12384         Allow 0 ssrc too.
12385
12386 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12387
12388         * docs/libs/compiling.sgml:
12389           fixing typos
12390
12391 2005-09-20  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst-libs/gst/rtp/gstbasertppayload.c:
12394         (gst_basertppayload_class_init), (gst_basertppayload_init),
12395         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12396         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12397         (gst_basertppayload_push), (gst_basertppayload_set_property),
12398         (gst_basertppayload_get_property),
12399         (gst_basertppayload_change_state):
12400         * gst-libs/gst/rtp/gstbasertppayload.h:
12401         Added property to configure sequence number offsets.
12402
12403 2005-09-20  Wim Taymans  <wim@fluendo.com>
12404
12405         * gst-libs/gst/rtp/gstbasertppayload.c:
12406         (gst_basertppayload_class_init), (gst_basertppayload_init),
12407         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12408         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12409         (gst_basertppayload_push), (gst_basertppayload_set_property),
12410         (gst_basertppayload_get_property),
12411         (gst_basertppayload_change_state):
12412         * gst-libs/gst/rtp/gstbasertppayload.h:
12413         Make timestamp offset configurable.
12414
12415 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12416
12417         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12418           fix wrong pop/unref
12419
12420 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12421
12422         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         * gst-libs/gst/interfaces/propertyprobe.c:
12425         (gst_property_probe_probe_property_name),
12426         (gst_property_probe_needs_probe_name),
12427         (gst_property_probe_get_values_name),
12428         (gst_property_probe_probe_and_get_values_name):
12429           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12430           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12431
12432 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12433
12434         * check/Makefile.am:
12435           have some tests be disabled for valgrinding
12436         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12437         (GST_START_TEST):
12438         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12439           Fix A Leak.  Chain To Parent Finalize.
12440
12441 2005-09-19  Wim Taymans  <wim@fluendo.com>
12442
12443         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12444         Fixed wav pipeline.
12445
12446 2005-09-19  Wim Taymans  <wim@fluendo.com>
12447
12448         * gst-libs/gst/rtp/gstbasertppayload.c:
12449         (gst_basertppayload_class_init), (gst_basertppayload_init),
12450         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12451         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12452         (gst_basertppayload_push), (gst_basertppayload_get_property),
12453         (gst_basertppayload_change_state):
12454         Posting ERROR and WARNING messages is good.
12455
12456 2005-09-19  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12459         (gst_base_rtp_depayload_add_to_queue),
12460         (gst_base_rtp_depayload_push),
12461         (gst_base_rtp_depayload_set_gst_timestamp),
12462         (gst_base_rtp_depayload_queue_release):
12463         This one was not supposed to go in.
12464
12465 2005-09-19  Wim Taymans  <wim@fluendo.com>
12466
12467         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12468         Fix for bus API.
12469
12470         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12471         (gst_base_rtp_depayload_chain),
12472         (gst_base_rtp_depayload_add_to_queue),
12473         (gst_base_rtp_depayload_push),
12474         (gst_base_rtp_depayload_set_gst_timestamp),
12475         (gst_base_rtp_depayload_queue_release):
12476         Some cleanups.
12477
12478         * gst-libs/gst/rtp/gstbasertppayload.c:
12479         (gst_basertppayload_class_init), (gst_basertppayload_init),
12480         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12481         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12482         (gst_basertppayload_get_property),
12483         (gst_basertppayload_change_state):
12484         Added debugging category.
12485
12486 2005-09-18  David Schleef  <ds@schleef.org>
12487
12488         * gst/playback/gstdecodebin.c: free plugin list correctly
12489         * gst/playback/gstplaybin.c: emit warning if autovideosink
12490           and autoaudiosink can't be found (instead of segfaulting)
12491
12492 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12493
12494         * check/elements/audioconvert.c: (GST_START_TEST):
12495           try out 24 bit conversion
12496
12497 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12498
12499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12500         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12501         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12502         * ext/vorbis/vorbisenc.h:
12503           Fix EOS handling.  Still needs a fix in the ogg muxer to
12504           mark the last page as eos.
12505
12506 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12507
12508         * common/gtk-doc-plugins.mak:
12509         * docs/plugins/Makefile.am:
12510         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12511         * gst/ffmpegcolorspace/Makefile.am:
12512         * gst/ffmpegcolorspace/avcodec.h:
12513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12514         * gst/tcp/gstmultifdsink.c:
12515           fix up ffmpegcolorspace docs; extract header
12516
12517 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12518
12519         * common/gtk-doc-plugins.mak:
12520         * docs/plugins/Makefile.am:
12521         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12522         * ext/theora/Makefile.am:
12523         * ext/theora/gsttheoraenc.h:
12524         * ext/theora/theoraenc.c:
12525         * ext/vorbis/vorbisenc.c:
12526           pick up signals and args for vorbis; add some docs for vorbis
12527
12528 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12529
12530         * common/gstdoc-scangobj:
12531         * common/gtk-doc-plugins.mak:
12532         * docs/libs/Makefile.am:
12533         * docs/plugins/gst-plugins-base-plugins.args:
12534         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12535         * docs/plugins/gst-plugins-base-plugins.interfaces:
12536         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12537         * docs/plugins/gst-plugins-base-plugins.signals:
12538           only scanobj stuff from our source module.  Not sure yet
12539           if that's correct, given the hierarchy stuff :)
12540
12541 2005-09-15  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst/audioconvert/gstaudioconvert.c:
12544         And enable 24 bits mode as well..
12545
12546 2005-09-15  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst-libs/gst/rtp/Makefile.am:
12549         * gst-libs/gst/rtp/gstbasertppayload.c:
12550         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12551         (gst_basertppayload_class_init), (gst_basertppayload_init),
12552         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12553         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12554         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12555         (gst_basertppayload_set_property),
12556         (gst_basertppayload_get_property),
12557         (gst_basertppayload_change_state):
12558         * gst-libs/gst/rtp/gstbasertppayload.h:
12559         Added rtp payloader base class.
12560
12561 2005-09-15  Andy Wingo  <wingo@pobox.com>
12562
12563         * configure.ac (plugindir): Remove the EOL matcher from the
12564         regexp, as it causes me problems. Libtool? Make? Who knows?
12565
12566 2005-09-14  David Schleef  <ds@schleef.org>
12567
12568         * check/generic/states.c: 
12569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12570         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12571           Fixes for changes in registry API.
12572
12573         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12574           to GST_PLUGIN_LDFLAGS.
12575         * ext/libvisual/visual.c: Make the library shut up.
12576         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12577         * gst-libs/gst/audio/gstaudiofilter.c: same
12578
12579 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12580
12581         * docs/plugins/Makefile.am:
12582         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12583         * docs/plugins/inspect/plugin-libvisual.xml:
12584         * docs/plugins/tmpl/element-tcpserversink.sgml:
12585         * ext/theora/theoraenc.c:
12586           add libvisual plugin and theoraenc element to docs
12587
12588 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12589
12590         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12591         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12592         * ext/theora/theoraenc.c:
12593           add theoraenc
12594
12595 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12596
12597         * gst/audioconvert/Makefile.am:
12598           Audioconvert derives from GstBaseTransform and should
12599           link to the library with our base elements to avoid
12600           unresolved symbols. Makes things work with MinGW (#316160)
12601
12602         * gst/playback/test4.c: (main):
12603           Fix MinGW build problem and use g_usleep() instead of 
12604           sleep() (#316162)
12605
12606 2005-09-12  Wim Taymans  <wim@fluendo.com>
12607
12608         * gst/audioconvert/audioconvert.c: (float),
12609         (audio_convert_prepare_context), (audio_convert_convert):
12610         * gst/audioconvert/audioconvert.h:
12611         Cleanups, speedups, simplifications, added back support
12612         for 24 bits.
12613
12614 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12615
12616         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12617         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12618         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12619         * docs/plugins/tmpl/element-tcpserversink.sgml:
12620         * gst/ffmpegcolorspace/gstffmpeg.c:
12621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12622         * gst/videotestsrc/gstvideotestsrc.c:
12623         * gst/volume/gstvolume.c:
12624           add more elements to the docs
12625
12626 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12627
12628         * check/Makefile.am:
12629         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12630         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12631           Add extra tests for basetransform based components. 
12632           Comment out the test_element_negotiation test until we decide
12633           if it's testing correct behaviour.
12634         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12635         (gst_visual_chain), (gst_visual_change_state):
12636           Slightly more correct but still bogus timestamping.
12637           Fix state change function.
12638         * gst/audioconvert/gstaudioconvert.c:
12639         (gst_audio_convert_class_init):
12640         * gst/audioresample/gstaudioresample.c:
12641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12642         (gst_ffmpegcsp_class_init):
12643         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12644         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12645         (gst_videoscale_prepare_image):
12646         * gst/volume/gstvolume.c: (gst_volume_class_init),
12647         (volume_transform_ip):
12648           Basetransform updates. Enable passthrough modes.
12649         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12650         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12651         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12652           Negotiation fix that allows the window to return to the original
12653           size and renegotiate passthrough upstream. Extra debug output.
12654
12655 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12656
12657         * gst/sine/gstsinesrc.c:
12658         * gst/volume/gstvolume.c:
12659           fix up header include
12660
12661 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12662
12663         * gst-libs/gst/audio/gstbaseaudiosink.c:
12664         (gst_base_audio_sink_render):
12665         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12666         * gst/volume/gstvolume.c: (gst_volume_class_init),
12667         (volume_transform):
12668           fixing lost sync, some more debugging
12669
12670 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12671
12672         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12673         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12674         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12675         (gst_xvimagesink_check_xshm_calls):
12676           Fix compilation when XShm is not available.
12677
12678 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12679
12680         * ext/libvisual/visual.c: (gst_visual_dispose),
12681         (gst_visual_getcaps), (gst_visual_src_setcaps),
12682         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12683         (gst_visual_change_state):
12684           Finish fixing up libvisual plugin so that it runs. 
12685
12686 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12687
12688         * ext/vorbis/vorbisenc.c:
12689         * gst-libs/gst/tag/gstvorbistag.c:
12690           gsttaginterface.h -> gsttagsetter.h
12691
12692 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12693
12694         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12695           added another test that failes for me (test is not active by default)
12696
12697 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12698
12699         * configure.ac:
12700           v4l2 is no longer in gst-plugins-base
12701
12702 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12703
12704         * configure.ac:
12705           In the output at the end, don't show the first plugin on the same
12706           line as "Core plug-ins, always built:".
12707           Indent the output as for other plugin categories
12708         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12709           #define that can be used to not use peer buffer_alloc functions for
12710           test purposes.
12711         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12712         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12713         (gst_ximagesink_show_frame):
12714         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12715         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12716         (gst_xvimagesink_show_frame):
12717           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12718           fails gracefully instead of XError aborting or deadlocking.
12719
12720 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12721
12722         * ext/libvisual/Makefile.am:
12723           link against gst-base-libs
12724
12725 2005-09-06  David Schleef  <ds@schleef.org>
12726
12727         * configure.ac: Enable libvisual plugin.
12728         * ext/libvisual/Makefile.am:
12729         * ext/libvisual/visual.c: Fixes to make it compile.
12730
12731 === release 0.9.2 ===
12732
12733 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12734
12735         * NEWS:
12736         * RELEASE:
12737         * configure.ac:
12738         * docs/random/ChangeLog-0.8:
12739           releasing 0.9.2, "Spoon"
12740
12741 2005-09-05  Michael Smith <msmith@fluendo.com>
12742
12743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12744           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12745           that in the vorbisenc element.
12746
12747 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12748
12749         * common/gtk-doc-plugins.mak:
12750         * docs/plugins/Makefile.am:
12751           fix distcheck
12752         * gst/audioresample/resample.c:
12753           fix wrong docstring
12754
12755 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12756
12757         * common/gst-xmlinspect.py:
12758         * common/gtk-doc-plugins.mak:
12759           only inspect plugins for this given package
12760           require gst-python 0.9
12761
12762 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12763
12764         * Makefile.am:
12765         * autogen.sh:
12766         * common/gst-xmlinspect.py:
12767         * configure.ac:
12768         * docs/Makefile.am:
12769         * docs/plugins/inspect/plugin-alsa.xml:
12770         * docs/plugins/inspect/plugin-audioresample.xml:
12771         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12772         * docs/plugins/inspect/plugin-ogg.xml:
12773         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12774         * docs/plugins/tmpl/element-multifdsink.sgml:
12775         * docs/plugins/tmpl/element-tcpserversink.sgml:
12776         * docs/plugins/tmpl/element-vorbisenc.sgml:
12777         * gst-plugins-base.spec.in:
12778           various doc-related updates
12779
12780 2005-08-31  Wim Taymans  <wim@fluendo.com>
12781
12782         * gst-libs/gst/audio/gstbaseaudiosink.c:
12783         (gst_base_audio_sink_render):
12784         Resync if the buffer timestamps drift more than a 10th 
12785         of a second.
12786
12787 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12788
12789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12790         (gst_v4lsrc_get_property):
12791           The 'timestamp-offset' property is registered as an int64, so
12792           let's use g_value_{set|get}_int64() in our setter and getter
12793           functions (makes it work and fixes warnings with gst-inspect).
12794
12795 2005-08-30  Wim Taymans  <wim@fluendo.com>
12796
12797         * check/elements/audioconvert.c: (setup_audioconvert):
12798         * check/elements/audioresample.c: (setup_audioresample):
12799         * check/elements/volume.c: (setup_volume):
12800         Fix checks.
12801
12802 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12803
12804         * common/gtk-doc-plugins.mak:
12805         * common/plugins.xsl:
12806         * docs/plugins/Makefile.am:
12807           make module a param
12808
12809 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12810
12811         * examples/seeking/seek.c: (make_mp3_pipeline),
12812         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12813         (play_cb), (pause_cb), (stop_cb):
12814           update the example
12815
12816 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12817
12818         * gst/volume/gstvolume.c: (gst_volume_class_init),
12819         (volume_transform):
12820           do not update controlled params, if buffer has no timestamp
12821
12822 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12823
12824         * configure.ac:
12825         * gst/sine/Makefile.am:
12826         * gst/volume/Makefile.am:
12827           controllerized elements also need to link against controller-libs ;)
12828
12829 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12830
12831         * docs/libs/tmpl/gstcolorbalance.sgml:
12832         * docs/libs/tmpl/gstgconf.sgml:
12833         * docs/libs/tmpl/gstmixer.sgml:
12834         * docs/libs/tmpl/gstringbuffer.sgml:
12835         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12836         (gst_sinesrc_create):
12837         * gst/volume/gstvolume.c: (gst_volume_class_init),
12838         (volume_transform):
12839           controllerized two audio plugins
12840
12841 2005-08-29  Andy Wingo  <wingo@pobox.com>
12842
12843         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12844         (vorbis_handle_data_packet): Fix some int overflow errors.
12845
12846         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12847         -1.
12848         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12849         valid.
12850         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12851         if it's valid. Fixed streaming-mode playback.
12852
12853         * check/elements/volume.c (cleanup_volume): Fix for running
12854         CK_FORK=no.
12855
12856         * check/elements/audioconvert.c: Convert from native endian, not
12857         little endian.
12858
12859 2005-08-29  Michael Smith <msmith@fluendo.com>
12860
12861         * ext/ogg/Makefile.am:
12862         * ext/ogg/gstogg.c: (plugin_init):
12863         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12864         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12865         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12866         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12867         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12868         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12869         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12870         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12871         Add an ogg parser element.
12872
12873 2005-08-28  Andy Wingo  <wingo@pobox.com>
12874
12875         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12876
12877 2005-08-26  Wim Taymans  <wim@fluendo.com>
12878
12879         * gst/audioconvert/audioconvert.c: (if), (float),
12880         (audio_convert_get_func_index), (check_default),
12881         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12882         (audio_convert_clean_context), (audio_convert_get_sizes),
12883         (audio_convert_convert):
12884         Cleanups.
12885
12886 2005-08-26  Wim Taymans  <wim@fluendo.com>
12887
12888         * gst/audioconvert/audioconvert.c: (if), (float),
12889         (audio_convert_get_func_index), (check_default),
12890         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12891         (audio_convert_clean_context), (audio_convert_get_sizes),
12892         (audio_convert_convert):
12893         More elegant and working temp buffer selection algo.
12894
12895 2005-08-26  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/audioconvert/audioconvert.c: (if), (float),
12898         (audio_convert_get_func_index), (check_default),
12899         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12900         (audio_convert_clean_context), (audio_convert_get_sizes),
12901         (get_temp_buffer), (audio_convert_convert):
12902         Use realloc else we lose our original data.
12903
12904 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12905
12906         * gst/audioresample/gstaudioresample.c:
12907           use base class' newsegment to properly timestamp
12908
12909 2005-08-26  Wim Taymans  <wim@fluendo.com>
12910
12911         * gst/audioconvert/audioconvert.c: (if), (float),
12912         (audio_convert_get_func_index), (check_default),
12913         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12914         (audio_convert_clean_context), (audio_convert_get_sizes),
12915         (get_temp_buffer), (audio_convert_convert):
12916         * gst/audioconvert/gstaudioconvert.c:
12917         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12918         (gst_audio_convert_transform_caps),
12919         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12920         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12921         Oops, allocate enough space to perform the channel mix.
12922
12923 2005-08-26  Wim Taymans  <wim@fluendo.com>
12924
12925         * gst/audioconvert/Makefile.am:
12926         * gst/audioconvert/audioconvert.c: (if), (float),
12927         (audio_convert_get_func_index), (check_default),
12928         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12929         (audio_convert_clean_context), (audio_convert_get_sizes),
12930         (get_temp_buffer), (audio_convert_convert):
12931         * gst/audioconvert/audioconvert.h:
12932         * gst/audioconvert/gstaudioconvert.c:
12933         (gst_audio_convert_class_init), (gst_audio_convert_init),
12934         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12935         (gst_audio_convert_get_unit_size),
12936         (gst_audio_convert_transform_caps),
12937         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12938         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12939         * gst/audioconvert/gstaudioconvert.h:
12940         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12941         (gst_channel_mix_fill_identical),
12942         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12943         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12944         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12945         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12946         (gst_channel_mix_mix):
12947         * gst/audioconvert/gstchannelmix.h:
12948         Cleanups, librarify a bit, optimize, better negotiation and more.
12949
12950 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12951
12952         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12953         Another from MikeS:
12954         During typefinding, don't support negative offsets
12955         (offsets from the end of the stream) in our typefind->peek() function
12956         - nothing embedded in ogg ever needs them. However, we need to recognise
12957         those requests and reject them, otherwise we return invalid pointers.
12958
12959 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12960
12961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12962         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12963         (vorbisdec_finalize), (vorbis_handle_type_packet):
12964           Big shout-out to MikeS for fixing this giant memory leak.
12965           Huzzah!
12966
12967 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12968
12969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12970         (audio_convert_get_unit_size):
12971           plug some leaks
12972
12973 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12974
12975         * check/Makefile.am:
12976         * check/elements/audioconvert.c: (setup_audioconvert),
12977         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12978         (GST_START_TEST), (audioconvert_suite), (main):
12979           add a test for audioconvert
12980         * gst/audioresample/gstaudioresample.c:
12981         * gst/audioresample/gstaudioresample.h:
12982           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12983           note that for buffers of 1/3 sec this means DURATION(c) is 
12984           one nanosecond more than for a and b
12985
12986 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12987
12988         * check/Makefile.am:
12989         * check/elements/audioresample.c: (setup_audioresample),
12990         (cleanup_audioresample), (fail_unless_perfect_stream),
12991         (test_perfect_stream_instance), (GST_START_TEST),
12992           add a check for audioresample
12993         (audioresample_suite), (main):
12994         * check/elements/volume.c: (GST_START_TEST):
12995           remove unused method
12996         * gst/audioresample/gstaudioresample.c:
12997           set correct buffer parameters since we're changing them
12998         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12999           add some debug
13000
13001 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * gst/audioresample/debug.c:
13004         * gst/audioresample/gstaudioresample.c:
13005           add room for extra overlap samples when asked to transform size
13006           protect against possible mem corruption and check for discrepancies
13007           between written size and outbuffer's size so we can warn for
13008           potential problems
13009         * gst/audioresample/resample.c: (resample_init),
13010         (resample_get_output_size_for_input), (resample_get_output_size),
13011         (resample_set_n_channels), (resample_set_format):
13012           set debug level based on RESAMPLE_DEBUG env var
13013           make sure that get_output_size* returns a whole number of
13014           sample_size
13015           set sample_size each time either channel or format is set
13016         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13017         * gst/audioresample/resample_functable.c:
13018         (resample_scale_functable):
13019         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13020           remove r->sample_size, it's done in resample.c now
13021           add some debugging to the ref implementation
13022           make sure we only give back bytes that are wholes of the sample
13023           size
13024
13025 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13026         * gst/playback/gstplaybasebin.c: (fill_buffer):
13027         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13028
13029 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13030
13031         * gst/volume/gstvolume.c:
13032           made set_caps function static
13033
13034 2005-08-24  Wim Taymans  <wim@fluendo.com>
13035
13036         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13037         (gst_vorbisenc_change_state):
13038         Stop leaking taglists.
13039
13040 2005-08-24  Wim Taymans  <wim@fluendo.com>
13041
13042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13043         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13044         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13045         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13046         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13047         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13048         Parse seeking events better.
13049         Unref static caps.
13050         Generate correct newsegment events, fixes seeking in live oggs.
13051
13052         * ext/theora/theoradec.c: (theora_dec_src_query),
13053         (theora_dec_src_event), (theora_dec_src_getcaps),
13054         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13055         Use newsegment values to report correct play time.
13056
13057         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13058         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13059         * ext/vorbis/vorbisdec.h:
13060         Parse and use newsegment values to report correct play time.
13061
13062         * gst-libs/gst/audio/gstbaseaudiosink.c:
13063         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13064         Clear ringbuffer on flush.
13065         Use newsegment values to calculate playback time.
13066
13067         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13069         Basesink does newsegment calculations for us now.
13070
13071 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13072
13073         * check/Makefile.am:
13074         * configure.ac:
13075           add core's plugins to the mix so that playbin works
13076         * check/generic/states.c: (GST_START_TEST):
13077           set a 0 timeout on pipelines, so they don't force the next
13078           state change
13079         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13080         (gst_play_base_bin_change_state):
13081           remove the crappy error handling and do GST error handling
13082
13083 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13084
13085         * check/Makefile.am:
13086         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13087           add same test as to core, it bitches out on playbin atm.
13088
13089 2005-08-24  Wim Taymans  <wim@fluendo.com>
13090
13091         * configure.ac:
13092         Remove audioscale.
13093
13094 2005-08-24  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13097         (gst_videoscale_prepare_size), (parse_caps),
13098         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13099         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13100         (gst_videoscale_transform):
13101         * gst/videoscale/gstvideoscale.h:
13102         Refactor, make use of BaseTranform really well.
13103
13104 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13105
13106         * configure.ac:
13107           compile audioresample
13108         * gst/audioresample/Makefile.am:
13109         * gst/audioresample/buffer.c:
13110         * gst/audioresample/functable.c:
13111         * gst/audioresample/gstaudioresample.c:
13112         * gst/audioresample/gstaudioresample.h:
13113         * gst/audioresample/resample.c:
13114         (resample_get_output_size_for_input):
13115         * gst/audioresample/resample.h:
13116         * gst/audioresample/resample_chunk.c:
13117         * gst/audioresample/resample_functable.c:
13118         * gst/audioresample/resample_ref.c:
13119           port to use basetransform; doesn't work in all cases yet
13120
13121 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13122
13123         * gst/audioconvert/gstaudioconvert.c:
13124         (gst_audio_convert_class_init), (gst_audio_convert_init),
13125         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13126         (audio_convert_fixate_caps), (audio_convert_set_caps),
13127         (audio_convert_transform),
13128         (gst_audio_convert_buffer_to_default_format),
13129         (gst_audio_convert_buffer_from_default_format),
13130         (gst_audio_convert_channels):
13131         * gst/audioconvert/gstchannelmix.c:
13132         * gst/audioconvert/gstchannelmix.h:
13133           port to basetransform
13134         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13135         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13136         (gst_ffmpegcsp_get_unit_size):
13137         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13138         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13139           fix for basetransform changes
13140
13141 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13142
13143         * check/Makefile.am:
13144           Add CHECK_CFLAGS and LDFLAGS
13145
13146         * gst/playback/gstplaybasebin.c: (fill_buffer):
13147           GST_MESSAGE_SRC became a GObject
13148
13149 2005-08-24  Wim Taymans  <wim@fluendo.com>
13150
13151         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13152         (gst_ring_buffer_clear_all):
13153         * gst-libs/gst/audio/gstringbuffer.h:
13154         Added function to clear the ringbuffer.
13155
13156 2005-08-24  Andy Wingo  <wingo@pobox.com>
13157
13158         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13159         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13160         of _open and _close.
13161
13162         * sys/v4l/gstv4lxoverlay.h:
13163         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13164         an Xv connection here, instead of all the time. Make Xv only be
13165         loaded if you axe for it. Kindof a workaround for buggy behaviour
13166         of Xv when using remote xservers (XvQueryExtension would block).
13167         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13168         replace the _open and _close public API. Only start the xv
13169         connection if necessary.
13170         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13171
13172 2005-08-23  David Schleef  <ds@schleef.org>
13173
13174         * gst/audioresample/Makefile.am: Leet audioresampling code
13175         * gst/audioresample/buffer.c:
13176         * gst/audioresample/buffer.h:
13177         * gst/audioresample/debug.c:
13178         * gst/audioresample/debug.h:
13179         * gst/audioresample/functable.c:
13180         * gst/audioresample/functable.h:
13181         * gst/audioresample/gstaudioresample.c:
13182         * gst/audioresample/gstaudioresample.h:
13183         * gst/audioresample/resample.c:
13184         * gst/audioresample/resample.h:
13185         * gst/audioresample/resample_chunk.c:
13186         * gst/audioresample/resample_functable.c:
13187         * gst/audioresample/resample_ref.c:
13188
13189 2005-08-23  Wim Taymans  <wim@fluendo.com>
13190
13191         * examples/seeking/seek.c: (make_vorbis_pipeline),
13192         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13193         Small seek updates.
13194
13195 2005-08-23  Andy Wingo  <wingo@pobox.com>
13196
13197         * gst-libs/gst/audio/gstbaseaudiosrc.c
13198         (gst_base_audio_src_fixate): Only fixate endianness if it is
13199         present in the caps.
13200
13201 2005-08-22  Andy Wingo  <wingo@pobox.com>
13202
13203         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13204         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13205         device-name property.
13206
13207         * gst-libs/gst/audio/gstaudiosrc.h:
13208         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13209         close_device in the ring buffer, like gstaudiosink.
13210
13211         * ext/alsa/gstalsamixer.h:
13212         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13213         macro to implement the interface without much code. Cleanups. 
13214
13215         * ext/alsa/gstalsasrc.h:
13216         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13217         READY.
13218
13219         * ext/alsa/Makefile.am: Add new files.
13220         * ext/alsa/gstalsamixerelement.c: 
13221         * ext/alsa/gstalsamixerelement.c: Split element code out from
13222         mixer code so that alsasrc can be a mixer too.
13223
13224 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13225
13226         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13227         (GST_START_TEST):
13228         * check/elements/vorbisdec.c: (setup_vorbisdec),
13229         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13230         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13231         (vorbis_handle_identification_packet),
13232         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13233         (vorbis_handle_header_packet), (vorbis_dec_push),
13234         (vorbis_dec_chain):
13235           use the setup/teardown methods to save code.  save code is good.
13236
13237 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13238
13239         * check/Makefile.am:
13240           add ext dir for plugins
13241           add vorbisdec test conditionally
13242         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13243         (GST_START_TEST), (volume_suite):
13244           add a test with wrong caps
13245         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13246         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13247           add a vorbisdec test
13248         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13249         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13250           clean up debug output
13251         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13252           yay, fix a segfault/security issue in vorbisdec
13253           gst-launch fakesrc ! vorbisdec wasn't happy
13254         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13255         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13256         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13257         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13258         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13259         (gst_vorbisenc_set_metadata), (get_constraints_string),
13260         (update_start_message), (gst_vorbisenc_setup),
13261         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13262         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13263         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13264         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13265         * ext/vorbis/vorbisenc.h:
13266           march in line
13267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13268         (gst_ffmpegcsp_transform):
13269           have the kow come home
13270         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13271           debug my func ptr
13272         * gst/volume/gstvolume.c: (volume_set_caps):
13273           add a debug
13274
13275 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13276
13277         * Makefile.am:
13278         * check/.cvsignore:
13279         * check/Makefile.am:
13280         * check/elements/.cvsignore:
13281         * check/elements/volume.c: (chain_func), (event_func),
13282         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13283         (main):
13284         * configure.ac:
13285           add unit test structure for gst-plugins-base
13286           add a test for volume
13287         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13288         (gst_volume_set_volume), (gst_volume_get_volume),
13289         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13290         (volume_funcfind), (volume_process_float), (volume_process_int16),
13291         (volume_set_caps), (volume_transform), (volume_update_mute),
13292         (volume_update_volume), (volume_set_property),
13293         (volume_get_property):
13294           document a little; use basetransform vmethod _set_caps
13295
13296 2005-08-19  Andy Wingo  <wingo@pobox.com>
13297
13298         * ext/alsa/gstalsamixertrack.h:
13299         * ext/alsa/gstalsamixertrack.c:
13300         * ext/alsa/gstalsamixeroptions.h:
13301         * ext/alsa/gstalsamixeroptions.c:
13302         * ext/alsa/gstalsamixer.h:
13303         * ext/alsa/gstalsamixer.c: Port to 0.9.
13304
13305         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13306         Remove gstalsa.c and alsaclock. No more cruft here.
13307         
13308 2005-08-18  Wim Taymans  <wim@fluendo.com>
13309
13310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13311         (gst_base_rtp_depayload_chain),
13312         (gst_base_rtp_depayload_add_to_queue),
13313         (gst_base_rtp_depayload_push),
13314         (gst_base_rtp_depayload_queue_release):
13315         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13316         Fix for RTPBuffer changes.
13317
13318         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13319         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13320         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13321         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13322         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13323         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13324         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13325         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13326         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13327         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13328         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13329         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13330         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13331         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13332         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13333         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13334         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13335         (gst_rtpbuffer_get_payload):
13336         * gst-libs/gst/rtp/gstrtpbuffer.h:
13337         Don't subclass GstBuffer but add methods and helper functions
13338         to construct and manipulate RTP packets in regular GstBuffers.
13339
13340 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13341
13342         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13343           moved statement below switch
13344         * gst/volume/gstvolume.c: (gst_volume_class_init):
13345           added debug ptr
13346
13347 2005-08-16  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13350         (gst_base_audio_src_change_state):
13351         Open and close device in READY<->NULL state change.
13352
13353 2005-08-16  Andy Wingo  <wingo@pobox.com>
13354
13355         * examples/seeking/Makefile.am: Don't compile non-compiling
13356         compiled objects with the compiler.
13357
13358         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13359         elements.
13360
13361 2005-08-12  Philippe Khalaf <burger@speedy.org>
13362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13363         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13364           Made a thread to release the queue.
13365           Removed timestamp conversion for now.
13366
13367 2005-08-10  Philippe Khalaf <burger@speedy.org>
13368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13369         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13370           Added rtp timestamp -> gst timestamp conversion.
13371           Fixed several problems with queue.
13372
13373 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         * gst-libs/gst/audio/gstaudioclock.h:
13376         * gst-libs/gst/audio/gstaudiofilter.h:
13377         * gst-libs/gst/audio/gstaudiosink.h:
13378         * gst-libs/gst/audio/gstaudiosrc.h:
13379         * gst-libs/gst/audio/gstbaseaudiosink.h:
13380         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13381         * gst-libs/gst/audio/gstringbuffer.h:
13382         * gst-libs/gst/net/gstnetbuffer.h:
13383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13384         * gst-libs/gst/rtp/gstrtpbuffer.h:
13385           Add padding (you will need to rebuild gst-plugins-base,
13386           gst-plugins and all applications afterwards!)
13387
13388 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13389
13390         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13391         (gst_riff_parse_chunk):
13392           Fix bug in debug message and add some more debug messages.
13393
13394 2005-08-08  Edward Hervey  <edward@fluendo.com>
13395
13396         * gst-libs/gst/riff/riff-media.c:
13397         backported updates since branch
13398
13399 2005-08-08  Andy Wingo  <wingo@pobox.com>
13400
13401         * gst-libs/gst/audio/gstbaseaudiosink.c
13402         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13403         like good elements should. Close on READY->NULL too.
13404
13405         * gst-libs/gst/audio/gstaudiosink.c
13406         (gst_audioringbuffer_open_device,
13407         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13408         (gst_audioringbuffer_release): Updates for new ring buffer API,
13409         hook into the new audio sink api.
13410
13411         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13412         (GstAudioSinkClass.close): Just open and close the device -- no
13413         resource allocation or configuration.
13414         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13415         vmethods, handle device setup and resource allocation.
13416
13417         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13418         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13419         base class API.
13420
13421         * gst-libs/gst/audio/gstringbuffer.h
13422         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13423         New vmethods.
13424
13425         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13426         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13427         New API functions. The device should be opened before acquiring
13428         and closed after releasing.
13429
13430 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         * gst-libs/gst/interfaces/mixer.h:
13433           Reset padding to GST_PADDING.
13434
13435 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13436
13437         * gst/playback/gstplaybin.c: (remove_sinks):
13438           Remove visualization from parent explicitely; works around some
13439           apparent refcount issue that I haven't tracked down yet.
13440
13441 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13442
13443         * ext/alsa/gstalsasink.c: (set_hwparams):
13444           Assign debug category, add negotiation debug msgs.
13445
13446 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13447
13448         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13449           Fix error code for file-not-found to NOT_FOUND.
13450
13451 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13452
13453         * common/gtk-doc-plugins.mak:
13454         * docs/plugins/Makefile.am:
13455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13457           renamed to actual element names, so much nicer to look at
13458         * docs/plugins/tmpl/gstmultifdsink.sgml:
13459           remove
13460         * docs/plugins/tmpl/multifdsink.sgml:
13461         * docs/plugins/tmpl/tcpserversink.sgml:
13462           add
13463         * ext/alsa/gstalsa.c:
13464         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13465         * ext/ogg/gstoggmux.c:
13466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13467         * gst/playback/gstdecodebin.c:
13468         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13469         * gst/tcp/gsttcpserversink.c:
13470           various fixes and documentation additions
13471
13472 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13473
13474         * common/Makefile.am:
13475         * common/gstdoc-scangobj:
13476         * common/gtk-doc-plugins.mak:
13477         * common/gtk-doc.mak:
13478           add a custom scangobj that uses the registry
13479           add a custom gtk-doc-plugins.mak that uses it
13480           some doc build fixes
13481         * configure.ac:
13482         * docs/Makefile.am:
13483         * docs/plugins/Makefile.am:
13484         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13485         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13486         * docs/plugins/gst-plugins-base-plugins.types:
13487         * docs/plugins/tmpl/gstmultifdsink.sgml:
13488           add docs for one element, multifdsink
13489         * gst/adder/gstadder.h:
13490         * gst/volume/gstvolume.h:
13491           don't privatize enum
13492         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13493         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13494         (gst_sync_method_get_type), (gst_client_status_get_type),
13495         (gst_multifdsink_class_init),
13496         (gst_multifdsink_client_queue_buffer),
13497         (gst_multifdsink_handle_client_write):
13498         * gst/tcp/gstmultifdsink.h:
13499         * gst/tcp/gsttcp.h:
13500         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13501         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13502         (gst_tcpclientsink_render):
13503         * gst/tcp/gsttcpclientsink.h:
13504         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13505         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13506         (gst_tcpclientsrc_start):
13507         * gst/tcp/gsttcpclientsrc.h:
13508         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13509         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13510         * gst/tcp/gsttcpserversrc.h:
13511         * gst/typefind/gsttypefindfunctions.c:
13512           remove superfluous Type stuff
13513
13514 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13515
13516         * gst/playback/gstplaybin.c: (gen_video_element):
13517           Enable videoscale.
13518
13519 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13520
13521         * gst-libs/gst/gconf/gconf.c:
13522         * gst-libs/gst/gconf/gconf.h:
13523           Fix some Andy Problem [tm].
13524
13525 2005-08-04  Andy Wingo  <wingo@pobox.com>
13526
13527         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13529         (gst_ffmpegcsp_get_size): Adapt to API changes.
13530
13531         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13532         Implement an in-place do-nothing transform.
13533
13534 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13535
13536         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13537         (gst_ximagesink_renegotiate_size):
13538           Do not set new window sizes yet if we prepare a new buffer size
13539           for upstream renegotiation (software scaling) at some point in the
13540           future, because this new size waqs not actually accepted yet. Once
13541           accepted, renegotiation later on will set the new sizes just fine.
13542           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13543           embedding testcase.
13544
13545 2005-08-03  Andy Wingo  <wingo@pobox.com>
13546
13547         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13548         (gst_ximagesink_buffer_alloc): 
13549         Protect the height, width, and desired_caps with the pool_lock.
13550         Fixes videotestsrc ! queue ! ximagesink.
13551
13552 2005-08-02  Edward Hervey  <edward@fluendo.com>
13553
13554         * gst/volume/gstvolume.c:
13555         include left from controller cleanup
13556
13557 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13559           Stop collectpads before calling the parent state
13560           change function on PAUSED->READY.
13561
13562 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13563         * configure.ac:
13564           When testing for X libs, use the X CFlags 
13565         * gst/adder/gstadder.c: (gst_adder_change_state):
13566           Stop the collectpads before calling parent state change function
13567           on PAUSED->READY, otherwise we deadlock deactivating pads.
13568
13569 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13570
13571         * configure.ac:
13572         * docs/libs/tmpl/gstcolorbalance.sgml:
13573         * docs/libs/tmpl/gstmixer.sgml:
13574         * examples/Makefile.am:
13575         * gst/sine/Makefile.am:
13576         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13577         (gst_sinesrc_set_property), (plugin_init):
13578         * gst/sine/gstsinesrc.h:
13579         * gst/volume/Makefile.am:
13580         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13581         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13582         (volume_process_float), (volume_process_int16),
13583         (volume_set_property), (plugin_init):
13584         * gst/volume/gstvolume.h:
13585           deactivate and remove dparams (libgstcontrol)
13586
13587 2005-07-29  Wim Taymans  <wim@fluendo.com>
13588
13589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13590         Convert me to BaseTransform!! help..
13591
13592 2005-07-29  Andy Wingo  <wingo@pobox.com>
13593
13594         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13595         sinks.
13596
13597         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13598         support of both endiannesses.
13599
13600 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13601
13602         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13603           Fix confusing debug message (s/event/query/)
13604
13605 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13606
13607         * gst/videotestsrc/videotestsrc.h:
13608           Use "_stdint.h" instead of <stdint.h>
13609
13610 2005-07-27  Wim Taymans  <wim@fluendo.com>
13611
13612         * ext/vorbis/Makefile.am:
13613         Revert wrong commit.
13614
13615 2005-07-27  Wim Taymans  <wim@fluendo.com>
13616
13617         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13618         More compilation fixen.
13619
13620 2005-07-27  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst-libs/gst/audio/gstbaseaudiosink.c:
13623         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13624         (gst_base_audio_sink_create_ringbuffer),
13625         (gst_base_audio_sink_change_state):
13626         Fix compilation.
13627
13628 2005-07-27  Wim Taymans  <wim@fluendo.com>
13629
13630         * examples/seeking/seek.c: (setup_dynamic_link),
13631         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13632         (query_positions_elems), (query_positions_pads), (do_seek):
13633         Update seek example.
13634
13635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13636         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13637         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13638         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13639         (gst_ogg_demux_handle_event),
13640         (gst_ogg_demux_deactivate_current_chain),
13641         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13642         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13643         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13644         (gst_ogg_demux_loop):
13645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13646         * ext/theora/theoradec.c: (theora_dec_src_event),
13647         (theora_dec_src_getcaps), (theora_dec_sink_event),
13648         (theora_dec_push), (theora_dec_chain):
13649         * ext/vorbis/Makefile.am:
13650         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13651         (vorbis_dec_sink_event), (vorbis_dec_push),
13652         (vorbis_handle_data_packet):
13653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13654         (gst_vorbisenc_chain):
13655         * gst/playback/gststreaminfo.c: (cb_probe):
13656         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13657         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13658         * gst/videoscale/gstvideoscale.c:
13659         (gst_videoscale_handle_src_event):
13660         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13661         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13662         (gst_ximagesink_navigation_send_event):
13663         * sys/xvimage/xvimagesink.c:
13664         (gst_xvimagesink_navigation_send_event):
13665         Various event updates and cleanups
13666
13667 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13668
13669         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13670           Fix segfault for I420/YV12.
13671
13672 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13673
13674         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13675           Report bitrate.
13676
13677 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13678
13679         * gst/playback/gstplaybin.c: (gen_video_element),
13680         (gen_audio_element):
13681           Switch to auto*sink elements as default sinks; add volume element
13682           so that volume control in totem works.
13683
13684 2005-07-21  Wim Taymans  <wim@fluendo.com>
13685
13686         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13687         * gst/playback/gstplaybin.c: (setup_sinks),
13688         (gst_play_bin_change_state):
13689         Refcount fix and more comments.
13690
13691 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13692
13693         * sys/ximage/Makefile.am:
13694         * sys/ximage/ximage.c: (plugin_init):
13695         * sys/ximage/ximagesink.c:
13696         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13697         
13698
13699 2005-07-21  Wim Taymans  <wim@fluendo.com>
13700
13701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13702         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13703         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13704         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13705         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13706         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13707         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13708         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13709         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13710         Generate correct disconts for live chained oggs.
13711
13712         * gst-libs/gst/audio/gstbaseaudiosink.c:
13713         (gst_base_audio_sink_render),
13714         (gst_base_audio_sink_create_ringbuffer),
13715         (gst_base_audio_sink_change_state):
13716         Handle discont math correctly.
13717
13718         * gst/playback/gstplaybin.c: (add_sink):
13719         Some small debug cleanup.
13720
13721 2005-07-21  Wim Taymans  <wim@fluendo.com>
13722
13723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13724         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13725         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13726         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13727         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13728         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13729         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13730         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13731         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13732         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13733         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13734         (gst_ogg_demux_change_state), (gst_ogg_print):
13735         Reorganize code to send the right disconts when in streaming
13736         mode.
13737
13738 2005-07-20  Andy Wingo  <wingo@pobox.com>
13739
13740         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13741         fix (?), fixes a seggie mcfalterson (#310894).
13742
13743 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13744
13745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13746         (gst_ogg_mux_set_header_on_caps):
13747         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13749         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13750         * gst-libs/gst/audio/multichannel.c:
13751         (gst_audio_set_channel_positions),
13752         (gst_audio_set_structure_channel_positions_list):
13753         * gst/playback/gstdecodebin.c: (dynamic_create):
13754         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13755         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13756           Fixes for API changes in core.
13757
13758 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13759
13760         * gst/playback/gstplaybasebin.c: (fill_buffer):
13761           Use _new_custom() so we can set custom message types for buffering
13762           messages.
13763
13764 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13765
13766         * configure.ac:
13767         * gst-libs/gst/Makefile.am:
13768         * gst-libs/gst/gconf/.cvsignore:
13769         * gst-libs/gst/gconf/Makefile.am:
13770         * gst-libs/gst/gconf/test-gconf.c:
13771         * pkgconfig/Makefile.am:
13772         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13773         * pkgconfig/gstreamer-gconf.pc.in:
13774           Remove gconf stuff, use gconf elements instead from now on.
13775
13776 2005-07-20  Wim Taymans  <wim@fluendo.com>
13777
13778         * gst-libs/gst/audio/TODO:
13779         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13780         (gst_audio_clock_get_internal_time):
13781         * gst-libs/gst/audio/gstaudioclock.h:
13782         * gst-libs/gst/audio/gstbaseaudiosink.c:
13783         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13784         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13785         (gst_base_audio_sink_render),
13786         (gst_base_audio_sink_create_ringbuffer),
13787         (gst_base_audio_sink_change_state):
13788         Make sure the audio clock always returns an increasing value.
13789
13790 2005-07-19  Andy Wingo  <wingo@pobox.com>
13791
13792         * gst/videotestsrc/: Cleanups.
13793
13794 2005-07-19  Wim Taymans  <wim@fluendo.com>
13795
13796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13797         Better debugging.
13798
13799 2005-07-19  Wim Taymans  <wim@fluendo.com>
13800
13801         * examples/seeking/seek.c: (make_dv_pipeline),
13802         (make_vorbis_theora_pipeline), (query_rates),
13803         (query_positions_elems), (query_positions_pads), (do_seek):
13804         Make correct DV pipeline.
13805
13806 2005-07-18  Andy Wingo  <wingo@pobox.com>
13807
13808         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13809         default. Also because it's the only thing that really works. (This
13810         is used in the GConf elements).
13811         Use AS_LIBTOOL_TAGS.
13812
13813 2005-07-18  Wim Taymans  <wim@fluendo.com>
13814
13815         * gst/playback/gstdecodebin.c: (remove_element_chain):
13816         * gst/playback/gstplaybin.c: (add_sink):
13817         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13818         (gst_stream_info_set_mute):
13819         * gst/playback/gststreamselector.c:
13820         (gst_stream_selector_get_linked_pad),
13821         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13822         More leak and compile fixes.
13823
13824 2005-07-18  Wim Taymans  <wim@fluendo.com>
13825
13826         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13827         (query_rates), (query_positions_elems), (query_positions_pads),
13828         (do_seek), (seek_cb), (stop_seek):
13829         Updated seek example. 
13830
13831         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13832         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13833         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13834         * gst/playback/gstplaybin.c: (add_sink):
13835         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13836         (gst_stream_info_set_mute):
13837         Some refcount leak fixes.
13838
13839 2005-07-16  Wim Taymans  <wim@fluendo.com>
13840
13841         * gst-libs/gst/audio/gstbaseaudiosink.c:
13842         (gst_base_audio_sink_render):
13843         Align samples even if we have roundoff errors in the 
13844         timestamp conversion.
13845
13846 2005-07-16  Wim Taymans  <wim@fluendo.com>
13847
13848         * docs/libs/tmpl/gstringbuffer.sgml:
13849         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13850         (query_rates), (query_positions_elems), (query_positions_pads),
13851         (update_scale), (do_seek):
13852         Updated seek example.
13853
13854         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13855         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13856         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13857         (gst_ogg_demux_loop):
13858         Push out correct discont values.
13859
13860         * ext/theora/theoradec.c: (theora_dec_src_convert),
13861         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13862         (theora_dec_sink_event), (theora_handle_type_packet),
13863         (theora_handle_header_packet), (theora_dec_push),
13864         (theora_handle_data_packet), (theora_dec_chain),
13865         (theora_dec_change_state):
13866         Better timestamping.
13867
13868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13869         (vorbis_dec_sink_event), (vorbis_dec_push),
13870         (vorbis_handle_data_packet), (vorbis_dec_chain):
13871         * ext/vorbis/vorbisdec.h:
13872         Better timestamping.
13873
13874         * gst-libs/gst/audio/gstbaseaudiosink.c:
13875         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13876         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13877         Handle syncing on timestamps instead of sample offsets. Make
13878         use of DISCONT values as described in design docs.
13879
13880         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13881         (gst_base_audio_src_get_time):
13882         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13883         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13884         (gst_ring_buffer_read):
13885         * gst-libs/gst/audio/gstringbuffer.h:
13886         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13887         (gst_ximagesink_show_frame):
13888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13889         Correcly convert buffer timestamp to stream time.
13890
13891 2005-07-16  Wim Taymans  <wim@fluendo.com>
13892
13893         * gst/audioconvert/gstaudioconvert.c:
13894         (gst_audio_convert_get_buffer):
13895         Timestamp buffers correctly.
13896
13897         * gst/playback/gstplaybin.c: (gen_video_element):
13898         Make internal fakesink silent.
13899
13900 2005-07-15  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst/ffmpegcolorspace/Makefile.am:
13903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13904         (gst_ffmpegcsp_caps_remove_format_info),
13905         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13906         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13907         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13908         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13909         Ported ffmpegcolorspace to basetransform.
13910
13911         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13912         * gst/volume/gstvolume.c: (volume_transform):
13913         Ported to new API.
13914
13915 2005-07-14  Wim Taymans  <wim@fluendo.com>
13916
13917         * gst/videotestsrc/Makefile.am:
13918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13919         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13920         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13921         (gst_videotestsrc_init), (gst_videotestsrc_event),
13922         (gst_videotestsrc_create), (gst_videotestsrc_start),
13923         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13924         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13925         (gst_videotestsrc_get_property):
13926         * gst/videotestsrc/gstvideotestsrc.h:
13927         Make videotestsrc a pushsrc.
13928
13929 2005-07-14  Wim Taymans  <wim@fluendo.com>
13930
13931         * gst/tcp/gstfdset.c: (gst_fdset_free):
13932         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13933         (gst_multifdsink_add), (gst_multifdsink_remove),
13934         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13935         (gst_multifdsink_remove_client_link),
13936         (gst_multifdsink_client_queue_data),
13937         (gst_multifdsink_client_queue_caps),
13938         (gst_multifdsink_client_queue_buffer),
13939         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13940         (gst_multifdsink_stop):
13941         * gst/tcp/gstmultifdsink.h:
13942         0.8 backporting.
13943
13944         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13945         Also draw image when not from a pool.
13946
13947 2005-07-14  Wim Taymans  <wim@fluendo.com>
13948
13949         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13950         (mute_stream), (silence_stream):
13951         Small debug additions.
13952
13953 2005-07-14  Wim Taymans  <wim@fluendo.com>
13954
13955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13956         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13957         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13958         Better error recovery, ignore unconnected pads and
13959         non-fatal errors.
13960
13961 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13962
13963         * docs/libs/tmpl/gstaudio.sgml:
13964         * docs/libs/tmpl/gstcolorbalance.sgml:
13965         * docs/libs/tmpl/gstgconf.sgml:
13966         * docs/libs/tmpl/gstmixer.sgml:
13967         * docs/libs/tmpl/gstringbuffer.sgml:
13968         * docs/libs/tmpl/gsttuner.sgml:
13969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13970         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13971         (gst_tcpclientsrc_class_init):
13972         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13973         (gst_tcpserversrc_class_init):
13974         * sys/v4l/gstv4lelement.c:
13975           more autistic cleanliness in functions/names/defines
13976
13977 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13978
13979         * configure.ac:
13980           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13981           added manually to each Makefile.am so we are sure it goes
13982           *last* and doesn't add -L flags before linking in libs of our
13983           own, like, say, internal .la libs, that then accidentally pick
13984           up the installed copy.
13985         * docs/libs/Makefile.am:
13986         * ext/alsa/Makefile.am:
13987         * ext/cdparanoia/Makefile.am:
13988         * ext/gnomevfs/Makefile.am:
13989         * ext/libvisual/Makefile.am:
13990         * ext/ogg/Makefile.am:
13991         * ext/theora/Makefile.am:
13992         * ext/vorbis/Makefile.am:
13993         * gst-libs/gst/video/Makefile.am:
13994         * gst/adder/Makefile.am:
13995         * gst/audioconvert/Makefile.am:
13996         * gst/audiorate/Makefile.am:
13997         * gst/audioscale/Makefile.am:
13998         * gst/ffmpegcolorspace/Makefile.am:
13999         * gst/playback/Makefile.am:
14000         * gst/sine/Makefile.am:
14001         * gst/subparse/Makefile.am:
14002         * gst/tags/Makefile.am:
14003         * gst/tcp/Makefile.am:
14004         * gst/typefind/Makefile.am:
14005         * gst/videorate/Makefile.am:
14006         * gst/videoscale/Makefile.am:
14007         * gst/videotestsrc/Makefile.am:
14008         * gst/volume/Makefile.am:
14009         * sys/v4l/Makefile.am:
14010         * sys/ximage/Makefile.am:
14011         * sys/xvimage/Makefile.am:
14012           adapt properly to this change. This should make sure that
14013           plugins and libs properly link to the as-yet-uninstalled
14014           copies of stuff like libgstinterfaces and libgstvideo
14015
14016 2005-07-13  Andy Wingo  <wingo@pobox.com>
14017
14018         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14019         (gst_v4lsrc_fixate): Fixate on format as well.
14020
14021         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14022         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14023         buffer points to it.
14024         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14025         rather just doing X calls ourselves. Also fixes a memleak.
14026
14027 2005-07-12  Andy Wingo  <wingo@pobox.com>
14028
14029         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14030         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14031         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14032         TRUE to avoid deadlocks if an element holds on to our buffers.
14033
14034 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14035
14036         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14037         (gst_sinesrc_init), (gst_sinesrc_create),
14038         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14039         (gst_sinesrc_start):
14040         * gst/sine/gstsinesrc.h:
14041           removing num-buffers property before moving it
14042
14043 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14044
14045         * configure.ac:
14046           use overridable ERROR_CFLAGS
14047         * docs/libs/gst-plugins-base-libs.types:
14048         * docs/libs/tmpl/gstringbuffer.sgml:
14049         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14050         (gst_alsasink_class_init):
14051         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14052         (gst_alsasrc_class_init):
14053         * gst-libs/gst/audio/audio.h:
14054         * gst-libs/gst/audio/gstaudioclock.h:
14055         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14056         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14057         (gst_audio_filter_link), (gst_audio_filter_init),
14058         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14059         (gst_audio_filter_get_property),
14060         (gst_audio_filter_class_add_pad_templates):
14061         * gst-libs/gst/audio/gstaudiofilter.h:
14062         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14063         (gst_audio_filter_template_get_type),
14064         (gst_audio_filter_template_base_init),
14065         (gst_audio_filter_template_class_init),
14066         (gst_audio_filter_template_init),
14067         (gst_audio_filter_template_set_property),
14068         (gst_audio_filter_template_get_property), (plugin_init),
14069         (gst_audio_filter_template_setup),
14070         (gst_audio_filter_template_filter),
14071         (gst_audio_filter_template_filter_inplace):
14072         * gst-libs/gst/audio/gstaudiosink.c:
14073         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14074         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14075         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14076         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14077         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14078         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14079         * gst-libs/gst/audio/gstaudiosink.h:
14080         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14081         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14082         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14083         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14084         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14085         (gst_audio_src_class_init), (gst_audio_src_init),
14086         (gst_audio_src_create_ringbuffer):
14087         * gst-libs/gst/audio/gstaudiosrc.h:
14088         * gst-libs/gst/audio/gstbaseaudiosink.c:
14089         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14090         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14091         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14092         (gst_base_audio_sink_set_property),
14093         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14094         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14095         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14096         (gst_base_audio_sink_create_ringbuffer),
14097         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14098         * gst-libs/gst/audio/gstbaseaudiosink.h:
14099         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14100         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14101         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14102         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14103         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14104         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14105         (gst_base_audio_src_event), (gst_base_audio_src_create),
14106         (gst_base_audio_src_create_ringbuffer),
14107         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14108         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14109         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14110         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14111         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14112         (gst_ring_buffer_debug_spec_caps),
14113         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14114         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14115         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14116         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14117         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14118         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14119         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14120         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14121         (gst_ring_buffer_clear):
14122         * gst-libs/gst/audio/gstringbuffer.h:
14123         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14124         (gst_video_sink_class_init), (gst_video_sink_get_type):
14125         * gst-libs/gst/video/videosink.h:
14126         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14127         (gst_multifdsink_class_init),
14128         (gst_multifdsink_handle_client_write),
14129         (gst_multifdsink_change_state):
14130         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14131         (gst_tcpclientsink_setcaps):
14132         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14133         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14134         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14135         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14136         (gst_ximagesink_send_pending_navigation),
14137         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14138         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14140         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14141         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14142         (gst_xvimagesink_send_pending_navigation),
14143         (gst_xvimagesink_navigation_send_event),
14144         (gst_xvimagesink_set_xwindow_id),
14145         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14146         (gst_xvimagesink_get_type):
14147         more macro splitting
14148
14149 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14152           plug a memleak, allows me to import 1479 albums in one go
14153           in jamboree
14154         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14155         (vorbis_handle_type_packet), (vorbis_dec_chain),
14156         (vorbis_dec_change_state):
14157           fix some format strings
14158
14159 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14160
14161         * docs/libs/tmpl/gstcolorbalance.sgml:
14162         * docs/libs/tmpl/gstmixer.sgml:
14163         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14164         (gst_alsasink_set_property), (gst_alsasink_get_property):
14165         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14166         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14167           add device property
14168
14169 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14170
14171         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14172         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14173         (audiocast_register_listener), (audiocast_thread_run),
14174         (gst_gnomevfssrc_send_additional_headers_callback),
14175         (gst_gnomevfssrc_received_headers_callback),
14176         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14177         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14178         (gst_gnomevfssrc_get_size):
14179           add/clean up debugging
14180         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14181           cleanups
14182
14183 2005-07-07  Andy Wingo  <wingo@pobox.com>
14184
14185         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14186         framerate. Need to get a handle on when exactly this function is
14187         called, tho.
14188
14189         * sys/v4l/v4lsrc_calls.h:
14190         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14191         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14192         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14193
14194         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14195         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14196         v4lelements are sources.
14197
14198         * sys/v4l/gstv4lxoverlay.h:
14199         * sys/v4l/gstv4lxoverlay.c:
14200         * sys/v4l/gstv4ltuner.h:
14201         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14202         
14203         * sys/v4l/gstv4lsrc.h:
14204         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14205         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14206         or something should handle that. Made a live source.
14207
14208         * sys/v4l/gstv4lelement.h:
14209         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14210         signals. Some cleanups.
14211
14212         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14213
14214         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14215         stuff.
14216
14217         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14218         stuff.
14219
14220         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14221
14222 2005-07-07  Wim Taymans  <wim@fluendo.com>
14223
14224         * ext/theora/theoradec.c: (theora_get_query_types),
14225         (theora_dec_src_getcaps), (theora_dec_push):
14226         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14228         Remove deprecated/unused query types.
14229
14230 2005-07-06  Wim Taymans  <wim@fluendo.com>
14231
14232         * ext/alsa/Makefile.am:
14233         * ext/alsa/gstalsaplugin.c: (plugin_init):
14234         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14235         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14236         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14237         (gst_alsasrc_class_init), (gst_alsasrc_init),
14238         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14239         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14240         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14241         (gst_alsasrc_reset):
14242         * ext/alsa/gstalsasrc.h:
14243         * gst-libs/gst/audio/Makefile.am:
14244         * gst-libs/gst/audio/gstaudiosink.c:
14245         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14246         (gst_audioringbuffer_start):
14247         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14248         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14249         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14250         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14251         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14252         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14253         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14254         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14255         * gst-libs/gst/audio/gstaudiosrc.h:
14256         * gst-libs/gst/audio/gstbaseaudiosink.c:
14257         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14258         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14259         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14260         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14261         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14262         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14263         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14264         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14265         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14266         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14267         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14268         (gst_baseaudiosrc_change_state):
14269         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14270         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14271         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14272         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14273         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14274         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14275         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14276         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14277         * gst-libs/gst/audio/gstringbuffer.h:
14278         Added audiosource base classes.
14279         Ported alsasrc, still very basic.
14280
14281 2005-07-06  Wim Taymans  <wim@fluendo.com>
14282
14283         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14284         (theora_dec_push), (theora_handle_data_packet):
14285         Prepare for better timestamp fix later.
14286
14287         * gst/audioconvert/gstaudioconvert.c:
14288         List most accurate caps first
14289
14290         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14291         Use proper pad task function.
14292
14293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14294         (gst_xvimagesink_show_frame):
14295         Fix deadlock when alloc failed.
14296
14297 2005-07-05  Andy Wingo  <wingo@pobox.com>
14298
14299         * ext/gnomevfs/gstgnomevfssrc.c:
14300         * gst/sine/gstsinesrc.c:
14301         * gst/tcp/gsttcpserversrc.c:
14302         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14303
14304         * sys/v4l/: Port from 0.8.
14305
14306         * Many files: Null if we got it....
14307
14308 2005-07-05  Andy Wingo  <wingo@pobox.com>
14309
14310         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14311         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14312         Signedness fixes.
14313
14314 2005-07-05  Wim Taymans  <wim@fluendo.com>
14315
14316         * configure.ac:
14317         * gst/tcp/Makefile.am:
14318         * gst/tcp/README:
14319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14320         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14321         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14322         (is_sync_frame), (gst_multifdsink_handle_client_write),
14323         (gst_multifdsink_render), (gst_multifdsink_start),
14324         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14325         * gst/tcp/gstmultifdsink.h:
14326         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14327         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14328         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14329         * gst/tcp/gsttcp.h:
14330         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14331         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14332         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14333         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14334         * gst/tcp/gsttcpclientsink.h:
14335         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14336         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14337         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14338         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14339         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14340         * gst/tcp/gsttcpclientsrc.h:
14341         * gst/tcp/gsttcpplugin.c: (plugin_init):
14342         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14343         * gst/tcp/gsttcpserversink.h:
14344         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14345         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14346         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14347         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14348         (gst_tcpserversrc_stop):
14349         * gst/tcp/gsttcpserversrc.h:
14350         * gst/tcp/gsttcpsink.c:
14351         * gst/tcp/gsttcpsink.h:
14352         * gst/tcp/gsttcpsrc.c:
14353         * gst/tcp/gsttcpsrc.h:
14354         Ported tcp plugins to 0.9. 
14355         
14356
14357 2005-07-05  Andy Wingo  <wingo@pobox.com>
14358
14359         * gst/playback/gstplaybasebin.c (fill_buffer):
14360         message_new_application fixen.
14361
14362         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14363         Style fix.
14364
14365 2005-07-04  Wim Taymans  <wim@fluendo.com>
14366
14367         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14368         Set caps on output buffer.
14369
14370 2005-07-04  Andy Wingo  <wingo@pobox.com>
14371
14372         * ext/gnomevfs/gstgnomevfssrc.c
14373         (gst_gnomevfssrc_received_headers_callback) 
14374         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14375         hopefully.
14376
14377         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14378         No refcount leakage.
14379
14380         * configure.ac: Enable -Werror.
14381         
14382         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14383         * gst/audioconvert/bufferframesconvert.c
14384         (buffer_frames_convert_fixate):
14385         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14386         (gst_audio_convert_fixate):
14387         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14388         (gst_sinesrc_create): Fixate func changes.
14389         
14390         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14391         (gst_ximagesink_buffer_alloc): Unused var.
14392
14393 2005-07-01  Andy Wingo  <wingo@pobox.com>
14394
14395         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14396         getcaps to do explicit caps. Needs to be done in all decoders,
14397         possibly via a base class.
14398
14399         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14400
14401         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14402         caps on the sink pad, just rely on the pad template. Also, setting
14403         ANY caps on a pad is not valid because the caps are not fixed.
14404
14405         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14406         caps on the buffer, and get the width from the desired_caps if
14407         they're set.
14408         (gst_ximagesink_renegotiate_size): Implement via setting the
14409         desired_caps on the ximagesink.
14410         (gst_ximagesink_setcaps): Only reset the width of the player if it
14411         wasn't already set. Not sure if this is right.
14412         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14413
14414         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14415         that the user wants. NULL unless the window has been resized.
14416
14417         * gst/volume/gstvolume.c (volume_transform): Adapt to
14418         basetransform refcount changes.
14419         
14420 2005-07-01  Andy Wingo  <wingo@pobox.com>
14421
14422         * gst/videoscale/gstvideoscale.c:
14423         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14424         from BaseTransform, implements a transform_caps. Removed dead code
14425         including some PAR stuff that was never reached -- should probably
14426         be added back somehow.
14427
14428 2005-07-01  Andy Wingo  <wingo@pobox.com>
14429
14430         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14431         come later.
14432
14433 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14434
14435         * configure.ac:
14436         * docs/libs/Makefile.am:
14437         * docs/libs/gst-plugins-libs.types:
14438         * ext/alsa/Makefile.am:
14439         * ext/alsa/gstalsamixer.h:
14440         * ext/alsa/gstalsamixeroptions.h:
14441         * ext/alsa/gstalsamixertrack.h:
14442         * gst-libs/gst/Makefile.am:
14443         * gst-libs/gst/colorbalance/.cvsignore:
14444         * gst-libs/gst/colorbalance/Makefile.am:
14445         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14446         * gst-libs/gst/colorbalance/colorbalance.c:
14447         * gst-libs/gst/colorbalance/colorbalance.h:
14448         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14449         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14450         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14451         * gst-libs/gst/interfaces/Makefile.am:
14452         * gst-libs/gst/interfaces/colorbalance.c:
14453         (gst_color_balance_class_init):
14454         * gst-libs/gst/interfaces/colorbalance.h:
14455         * gst-libs/gst/interfaces/interfaces-marshal.list:
14456         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14457         * gst-libs/gst/interfaces/mixer.h:
14458         * gst-libs/gst/interfaces/mixeroptions.h:
14459         * gst-libs/gst/interfaces/navigation.c:
14460         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14461         * gst-libs/gst/interfaces/tuner.h:
14462         * gst/volume/Makefile.am:
14463         * gst/volume/gstvolume.c:
14464         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14465         * sys/ximage/Makefile.am:
14466         * sys/ximage/ximagesink.c:
14467         * sys/xvimage/Makefile.am:
14468         * sys/xvimage/xvimagesink.c:
14469           fold in all interfaces into an interfaces dir, preserving CVS
14470           history
14471
14472 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14473
14474         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14475           Fix build after riff changes.
14476
14477 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14478
14479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14480         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14481         (gst_riff_create_video_template_caps),
14482         (gst_riff_create_audio_template_caps),
14483         (gst_riff_create_iavs_template_caps):
14484         * gst-libs/gst/riff/riff-media.h:
14485         * gst-libs/gst/riff/riff-read.h:
14486         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14487           Add gst_riff_init() to initialize the debug category, instead
14488           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14489
14490 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14491
14492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14493           Oops, I shouldn't apply hacks.
14494
14495 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14496
14497         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14498           Remove pad_loop function which doesn't work.
14499
14500 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14501
14502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14503           Send EOS when deactivating.
14504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14505         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14506         (gen_preroll_element), (probe_triggered), (mute_stream),
14507         (silence_stream), (new_decoded_pad), (setup_substreams),
14508         (set_active_source):
14509         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14510         (remove_sinks), (add_sink):
14511         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14512           Change for new probe API.
14513
14514 2005-06-29  Wim Taymans  <wim@fluendo.com>
14515
14516         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14517         * gst-libs/gst/audio/gstbaseaudiosink.c:
14518         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14519         (gst_baseaudiosink_change_state):
14520         * gst-libs/gst/audio/gstbaseaudiosink.h:
14521         * gst-libs/gst/audio/gstringbuffer.c:
14522         (gst_ringbuffer_set_callback):
14523         Fix compilation error.
14524         Ringbuffer starts out as not running.
14525         Free our clock in dispose.
14526         When releasing the ringbuffer we need to renegotiate so
14527         clear the pad caps.
14528
14529 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * autogen.sh:
14532         * configure.ac:
14533         * docs/Makefile.am:
14534         * docs/libs/Makefile.am:
14535         * docs/libs/gst-plugins-libs-docs.sgml:
14536         * docs/libs/gst-plugins-libs-sections.txt:
14537         * docs/libs/gst-plugins-libs.types:
14538         * docs/libs/tmpl/gstaudio.sgml:
14539         * docs/libs/tmpl/gstcolorbalance.sgml:
14540         * docs/libs/tmpl/gstringbuffer.sgml:
14541         * gst-libs/gst/audio/gstringbuffer.c:
14542         (gst_ringbuffer_set_callback):
14543           reinstate gtk-doc docs for plugin libs
14544
14545 2005-06-28  Wim Taymans  <wim@fluendo.com>
14546
14547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14548         (gst_ogg_demux_init):
14549         Removed pad loop function.
14550
14551 2005-06-28  Wim Taymans  <wim@fluendo.com>
14552
14553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14554         If we're building a chain we are not in an error case
14555         when we queue a buffer.
14556
14557 2005-06-28  Andy Wingo  <wingo@pobox.com>
14558
14559         * *.c: Don't cast to GstObject before reffing/unreffing.
14560
14561 2005-06-27  Andy Wingo  <wingo@pobox.com>
14562
14563         * gst/videotestsrc/gstvideotestsrc.c
14564         (gst_videotestsrc_activate_push): Activation API changes.
14565
14566         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14567         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14568         they have refs on the decodebin.
14569
14570         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14571         parent class.
14572         (gst_ogg_pad_typefind): Don't leak a pad ref.
14573         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14574         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14575         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14576
14577 2005-06-27  Edward Hervey  <edward@fluendo.com>
14578
14579         * ext/theora/theoradec.c: (theora_dec_change_state): 
14580         re-arranged call to parent's state change in order to avoid locks (or
14581         worse).
14582
14583 2005-06-26  Edward Hervey  <edward@fluendo.com>
14584
14585         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14586         2nd argument of 'unknow-type' signal is a GstCaps and not a
14587         GstMiniObject
14588
14589 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14590         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14591           Set the worker thread's running flag to TRUE before starting the
14592           thread.
14593         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14594           Catch a failure to add typefind to the bin.
14595
14596 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14597
14598         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14599         (gst_sinesrc_init), (gst_sinesrc_create),
14600         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14601         (gst_sinesrc_start):
14602         * gst/sine/gstsinesrc.h:
14603           add num-buffers and timestamp-offset properties
14604         * gst/videotestsrc/gstvideotestsrc.c:
14605         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14606         (gst_videotestsrc_get_property):
14607           add timestamp-offset property
14608
14609 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14610
14611         * configure.ac: add videorate
14612         * gst-plugins-base.spec.in: add videorate
14613
14614 2005-06-23  Wim Taymans  <wim@fluendo.com>
14615
14616         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14617         (gst_videorate_getcaps), (gst_videorate_setcaps),
14618         (gst_videorate_event), (gst_videorate_chain):
14619         Fixed videorate, fixating an already fixated caps is not
14620         an error.
14621
14622 2005-06-23  Wim Taymans  <wim@fluendo.com>
14623
14624         * ext/ogg/README:
14625         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14626         Buffer on caps is not boxed anymore.
14627
14628 2005-06-22  Wim Taymans  <wim@fluendo.com>
14629
14630         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14631         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14632         Set buffers on caps as miniobjects and not as boxed.
14633
14634 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14635
14636         * configure.ac:
14637           back to HEAD
14638
14639 === release 0.9.1 ===
14640
14641 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14642
14643         * .cvsignore:
14644         * NEWS:
14645         * README:
14646         * RELEASE:
14647         * configure.ac:
14648         * po/af.po:
14649         * po/az.po:
14650         * po/cs.po:
14651         * po/en_GB.po:
14652         * po/hu.po:
14653         * po/it.po:
14654         * po/nb.po:
14655         * po/nl.po:
14656         * po/or.po:
14657         * po/sq.po:
14658         * po/sr.po:
14659         * po/sv.po:
14660         * po/uk.po:
14661         * po/vi.po:
14662           updates for release
14663
14664 2005-06-09  Andy Wingo  <wingo@pobox.com>
14665
14666         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14667         
14668 2005-06-09  Andy Wingo  <wingo@pobox.com>
14669
14670         * configure.ac:
14671         * gst-libs/gst/Makefile.am:
14672         * gst-libs/gst/net/Makefile.am:
14673         Add gstnet to build.
14674
14675 2005-06-09  Andy Wingo  <wingo@pobox.com>
14676
14677         * gst-libs/gst/gconf/gconf.c:
14678         * gst/playback/test.c:
14679         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14680         fixes.
14681
14682         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14683
14684         * ext/theora/theoraenc.c (theora_enc_chain): 
14685         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14686
14687         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14688         RealPad.
14689
14690 2005-06-02  Wim Taymans  <wim@fluendo.com>
14691
14692         * gst-libs/gst/net/Makefile.am:
14693         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14694         * pkgconfig/gstreamer-libs.pc.in:
14695         Added net stuff, version net lib.
14696
14697 2005-06-02  Wim Taymans  <wim@fluendo.com>
14698
14699         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14700         (query_rates), (query_positions_elems), (query_positions_pads),
14701         (do_seek):
14702         Updated seek example.
14703
14704 2005-06-02  Andy Wingo  <wingo@pobox.com>
14705
14706         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14707         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14708         list.
14709
14710         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14711         remove the typefind, the bin dispose will do it for us. When it's
14712         removed and unreffed, the signal handler will be disconnected,
14713         too.
14714         (unlinked): It's too difficult to disconnect from unlinked
14715         handlers, as they are on pads not elements. Just punt if the pads
14716         aren't grandkids of the bin.
14717
14718 2005-06-02  Wim Taymans  <wim@fluendo.com>
14719
14720         * ext/ogg/README:
14721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14722         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14724         * ext/theora/theoradec.c: (theora_dec_src_query),
14725         (theora_handle_data_packet):
14726         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14727         (theora_enc_chain):
14728         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14729         (vorbis_handle_data_packet):
14730         * gst/audioconvert/bufferframesconvert.c:
14731         (buffer_frames_convert_chain):
14732         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14733         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14734         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14735         (gst_ffmpegcsp_chain):
14736         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14737         (gst_videorate_getcaps), (gst_videorate_setcaps),
14738         (gst_videorate_event), (gst_videorate_chain):
14739         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14740         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14741         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14742         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14743         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14744         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14745         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14746         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14747         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14748         Cleanups and buffer alloc.
14749
14750 2005-05-31  Wim Taymans  <wim@fluendo.com>
14751
14752         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14753         Don't try to call the delay method when the device is not
14754         opened.
14755
14756 2005-05-31  Wim Taymans  <wim@fluendo.com>
14757
14758         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14759         Get actual segment size and buffer size after opening
14760         the device.
14761
14762 2005-05-30  Wim Taymans  <wim@fluendo.com>
14763
14764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14765         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14766         Also FLUSH upstream, makes the loop function exit faster.
14767         
14768         * ext/theora/theoradec.c: (theora_dec_src_query):
14769         Some more debug info in the query.
14770         
14771         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14772         (gst_ximagesink_setcaps):
14773         Release lock on par error, better error reporting.
14774
14775 2005-05-26  Wim Taymans  <wim@fluendo.com>
14776
14777         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14778         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14779         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14780         Clear chains in READY
14781         Queue packets until the chain is activated.
14782
14783 2005-05-25  Wim Taymans  <wim@fluendo.com>
14784
14785         * gst-libs/gst/audio/gstaudiosink.c:
14786         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14787         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14788         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14789         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14790         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14791         (gst_audiosink_create_ringbuffer):
14792         * gst-libs/gst/audio/gstbaseaudiosink.c:
14793         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14794         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14795         (gst_baseaudiosink_set_property), (build_linear_format),
14796         (debug_spec_caps), (debug_spec_buffer),
14797         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14798         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14799         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14800         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14802         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14803         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14804         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14805         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14806         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14807         (wait_segment), (gst_ringbuffer_commit),
14808         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14809         (gst_ringbuffer_clear):
14810         Various small cleanups.
14811
14812         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14813         (gst_audio_convert_change_state):
14814         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14815         No need to take the locks anymore.
14816
14817 2005-05-25  Wim Taymans  <wim@fluendo.com>
14818
14819         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14820         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14821         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14822         (type_found):
14823         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14824         (group_destroy), (group_commit), (queue_overrun),
14825         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14826         (mute_stream), (new_decoded_pad), (setup_substreams),
14827         (setup_source), (mute_group_type), (set_active_source),
14828         (gst_play_base_bin_change_state):
14829         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14830         (gen_video_element), (gen_text_element), (gen_audio_element),
14831         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14832         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14833         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14834         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14835         Some playbin cleanups mostly refcounting sloppyness.
14836
14837 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14838
14839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14840           Work with streaming input.
14841
14842 2005-05-25  Wim Taymans  <wim@fluendo.com>
14843
14844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14845         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14846         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14847         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14848         No need to take the STREAM lock anymore.
14849
14850 2005-05-25  Wim Taymans  <wim@fluendo.com>
14851
14852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14853         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14854         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14855         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14856         (gst_ogg_demux_sink_activate):
14857         * ext/theora/theoradec.c: (theora_dec_src_event),
14858         (theora_handle_comment_packet), (theora_dec_chain),
14859         (theora_dec_change_state):
14860         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14861         (vorbis_handle_data_packet), (vorbis_dec_chain),
14862         (vorbis_dec_change_state):
14863         Remove STREAM locks as they are taken in core now.
14864         Never set bogus granulepos on vorbis/theora.
14865         Fix leaks in theoradec tag parsing.
14866
14867 2005-05-25  Wim Taymans  <wim@fluendo.com>
14868
14869         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14870         Fix memleaks, GST_BUFFER_DATA() is not freed.
14871
14872 2005-05-25  Wim Taymans  <wim@fluendo.com>
14873
14874         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14875         Open non-blocking, set to blocking mode afterwards to avoid
14876         lockups when audio device is busy.
14877
14878 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14879
14880         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14881           This can't be good.
14882
14883 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14884
14885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14886         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14887         (gst_audio_convert_setcaps):
14888           Implement instant setup switching.
14889
14890 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14891
14892         * gst/playback/gstplaybasebin.c: (probe_triggered):
14893           Fix missing unlock.
14894         * gst/playback/gstplaybin.c: (add_sink):
14895           First add, then link (otherwise pad link fails).
14896
14897 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14898
14899         * examples/Makefile.am:
14900         fix buildbot (make distcheck)
14901
14902 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14903
14904         * gst/playback/gstplaybin.c: (gen_vis_element):
14905           Remove some wrong code. Doesn't work yet.
14906
14907 2005-05-19  Wim Taymans  <wim@fluendo.com>
14908
14909         * gst-libs/gst/net/Makefile.am:
14910         * gst-libs/gst/net/README:
14911         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14912         (gst_netbuffer_class_init), (gst_netbuffer_init),
14913         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14914         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14915         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14916         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14917         * gst-libs/gst/net/gstnetbuffer.h:
14918         Added buffer subclass to store extra to/from addresses for
14919         network sources/sinks.
14920
14921 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14922
14923         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14924           Don't lock an unassigned variable.
14925
14926 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14927
14928         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14929           Increase buffer for video, decrease buffer for other media types.
14930         * gst/playback/gstplaybin.c: (gen_video_element),
14931         (gen_audio_element):
14932           Change names for debugging purposes.
14933
14934 2005-05-18  Wim Taymans  <wim@fluendo.com>
14935
14936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14937         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14938         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14939         (gst_ffmpegcsp_chain):
14940         Enable buffer alloc passthrough if the source and dest
14941         formats are the same.
14942
14943 2005-05-17  Wim Taymans  <wim@fluendo.com>
14944
14945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14946         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14947         (gst_ogg_demux_chain_unlocked):
14948         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14949         (gst_audio_convert_caps_remove_format_info),
14950         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14951         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14953         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14954         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14955         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14956         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14957         (gst_ffmpegcsp_get_property):
14958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14959         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14960         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14961         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14962         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14963         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14964         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14965         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14966         Leak fixes in oggdemux.
14967         Some cleanups in audioconvert.
14968         Make passthrough work along with buffer_alloc etc.
14969         Make buffer_alloc and buffer recycling actually work in
14970         xvimagesink.
14971
14972 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14973
14974         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14975           make the compiler happy
14976
14977 2005-05-17  Wim Taymans  <wim@fluendo.com>
14978
14979         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14980         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14981         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14982         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14983         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14984         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14985         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14986         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14987         (gst_xvimagesink_set_xwindow_id):
14988         * sys/xvimage/xvimagesink.h:
14989         Port xvimagesink to new MiniObject.
14990
14991 2005-05-17  Wim Taymans  <wim@fluendo.com>
14992
14993         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14994         (gst_audiofilter_chain):
14995         * gst-libs/gst/audio/gstaudiosink.c:
14996         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14997         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14998         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14999         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15000         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15001         (gst_audiosink_create_ringbuffer):
15002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15003         (gst_audio_convert_caps_remove_format_info),
15004         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15005         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15007         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15008         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15009         Fix passthrough in ffmpegcolorspace.
15010         Fix memset in audiosink on wrong memory.
15011
15012 2005-05-16  David Schleef  <ds@schleef.org>
15013
15014         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15015         to GstMiniObject.
15016
15017 2005-05-16  David Schleef  <ds@schleef.org>
15018
15019         Port from GstData to GstMiniObject.
15020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15022         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15023         (gst_ogg_mux_collected):
15024         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15025         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15026         (theora_handle_data_packet):
15027         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15028         (theora_set_header_on_caps), (theora_enc_chain):
15029         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15030         (vorbis_handle_comment_packet):
15031         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15032         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15033         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15034         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15035         * gst/audioconvert/gstaudioconvert.c:
15036         (gst_audio_convert_get_buffer):
15037         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15038         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15039         (mute_stream), (silence_stream):
15040         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15041         * gst/volume/gstvolume.c: (volume_transform):
15042         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15043         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15044         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15045         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15046         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15047         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15048         (gst_ximagesink_buffer_alloc):
15049         * sys/ximage/ximagesink.h:
15050
15051 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15052
15053         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15054         (fill_buffer), (check_queue), (queue_threshold_reached),
15055         (queue_out_of_data):
15056         * gst/playback/gstplaybasebin.h:
15057           Post buffer-fullness on the bus.
15058
15059 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15060
15061         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15062         (try_to_link_1):
15063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15064         (group_commit), (probe_triggered), (setup_source),
15065         (gst_play_base_bin_change_state):
15066         * gst/playback/gstplaybasebin.h:
15067         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15068         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15069         (gst_play_bin_change_state):
15070           Move setup_output_pads into a virtual function, remove
15071           group-switch (no longer needed) and redirect (handled by bus
15072           now) signals.
15073
15074 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15075
15076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15077         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15078         (get_active_group), (get_building_group), (group_destroy),
15079         (group_commit), (check_queue), (queue_overrun),
15080         (queue_threshold_reached), (queue_out_of_data),
15081         (gen_preroll_element), (remove_groups), (unknown_type),
15082         (add_element_stream), (no_more_pads), (probe_triggered),
15083         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15084         (setup_substreams), (setup_source), (finish_source),
15085         (prepare_output), (muted_group_change_state),
15086         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15087         (gst_play_base_bin_change_state):
15088         * gst/playback/gstplaybasebin.h:
15089         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15090         (gst_play_bin_init), (gst_play_bin_set_property),
15091         (gen_video_element), (gen_text_element), (gen_audio_element),
15092         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15093         (gst_play_bin_change_state):
15094         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15095         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15096         (stream_info_change_state), (gst_stream_info_set_mute),
15097         (gst_stream_info_get_property):
15098         * gst/playback/gststreaminfo.h:
15099         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15100         (gst_stream_selector_get_linked_pad),
15101         (gst_stream_selector_getcaps),
15102         (gst_stream_selector_get_linked_pads),
15103         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15104         * gst/playback/gststreamselector.h:
15105           Rough port of playbin. Needs some more work, but is mostly done,
15106           and uses a few locks in important places, which should make stuff
15107           like chain-switches clean. Still uses GST_STATE() in a few places,
15108           which isn't all that good an idea, subtitles/elements disabled
15109           because no elements to test with and thus probably broken, query
15110           and event handling moved to GstBin, internal thread removed
15111           alltogether because the pipeline does that for us now. Can play
15112           Ogg/Vorbis files. Haven't tested anything else yet.
15113
15114 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15115
15116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15117           Do no-more-pads (needed for autoplugging).
15118
15119 2005-05-10  Andy Wingo  <wingo@pobox.com>
15120
15121         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15122         message to the bus with the tags. Still not sent downstream tho.
15123
15124         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15125         get_parent.
15126         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15127         avoid refcounting hassles.
15128
15129 2005-05-09  Andy Wingo  <wingo@pobox.com>
15130
15131         * gst/volume/Makefile.am:
15132         * gst/volume/demo.c
15133         * gst/volume/gstvolume.h
15134         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15135         basetransform. Probably need an audio filter base class.
15136
15137 2005-05-09  Wim Taymans  <wim@fluendo.com>
15138
15139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15140         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15141         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15142         (gst_vorbisenc_chain):
15143         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15144         (gst_audio_convert_caps_remove_format_info),
15145         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15146         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15147         Make caps writable before writing to it.
15148         Fix negotiation in audioconvert some more.
15149
15150 2005-05-09  Wim Taymans  <wim@fluendo.com>
15151
15152         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15153         (gst_videorate_getcaps), (gst_videorate_setcaps),
15154         (gst_videorate_event), (gst_videorate_chain):
15155         Better negotiation.
15156
15157 2005-05-09  Wim Taymans  <wim@fluendo.com>
15158
15159         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15160         (gst_videorate_getcaps), (gst_videorate_setcaps),
15161         (gst_videorate_blank_data), (gst_videorate_init),
15162         (gst_videorate_event), (gst_videorate_chain),
15163         (gst_videorate_change_state):
15164         Port videorate, do a better job at negotiation while we're at
15165         it.
15166
15167 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15168
15169         * configure.ac:
15170           Disable libvisual
15171
15172         * examples/Makefile.am:
15173         * gst-libs/gst/audio/Makefile.am:
15174         * gst-libs/gst/riff/Makefile.am:
15175         * gst-libs/gst/tag/Makefile.am:
15176         * gst-libs/gst/video/Makefile.am:
15177           Fixups for missing variables.
15178
15179 2005-05-09  Wim Taymans  <wim@fluendo.com>
15180
15181         * examples/seeking/seek.c: (make_theora_pipeline),
15182         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15183         (query_rates), (query_positions_elems), (query_positions_pads),
15184         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15186         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15187         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15188         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15189         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15190         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15191         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15192         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15193         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15194         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15195         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15196         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15197         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15198         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15199         (theora_dec_src_convert), (theora_dec_sink_convert),
15200         (theora_dec_src_query), (theora_dec_sink_query),
15201         (theora_dec_src_event), (theora_dec_sink_event),
15202         (theora_handle_comment_packet), (theora_handle_type_packet),
15203         (theora_handle_header_packet), (theora_handle_data_packet),
15204         (theora_dec_chain):
15205         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15206         (vorbis_dec_convert), (vorbis_dec_src_query),
15207         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15208         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15209         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15210         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15212         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15213         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15214         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15215         (gst_play_bin_query):
15216         * gst/playback/test3.c: (update_scale):
15217         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15218         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15219         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15220         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15221         (gst_videotestsrc_src_query):
15222         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15223         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15224         (paint_hline_YUV9):
15225         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15226         Port to new query API.
15227         Updated seek.
15228         Cleanups in x[v]imagesink
15229
15230 2005-05-09  Andy Wingo  <wingo@pobox.com>
15231
15232         * ext/alsa/gstalsasink.h:
15233         * ext/gnomevfs/gstgnomevfssrc.c:
15234         (gst_gnomevfssrc_get_icy_metadata):
15235         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15236         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15237         * ext/theora/theoradec.c (theora_dec_src_query)
15238         (theora_dec_src_event, theora_dec_sink_event)
15239         (theora_handle_comment_packet, theora_handle_data_packet):
15240         * ext/theora/theoraenc.c (theora_enc_chain):
15241         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15242         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15243         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15244         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15245         (qt_type_find):
15246         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15247         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15248         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15249         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15250         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15251         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15252         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15253         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15254         (paint_setup_RGB565, paint_setup_xRGB1555):
15255         * gst/videotestsrc/videotestsrc.h:
15256         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15257         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15258         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15259         GCC4 fixes.
15260         
15261         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15262         gst_pad_query_position. Fixes oggdemux.
15263
15264 2005-05-08  David Schleef  <ds@schleef.org>
15265
15266         * configure.ac: Require liboil.
15267         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15268         a few more.
15269         * gst/videotestsrc/videotestsrc.c:
15270         * gst/videotestsrc/videotestsrc.h:
15271
15272 2005-05-06  Wim Taymans  <wim@fluendo.com>
15273
15274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15275         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15276         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15277         Well, unreffing a buffer right before pushing it is asking
15278         for trouble..
15279
15280 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15281
15282         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15283
15284 2005-05-06  Wim Taymans  <wim@fluendo.com>
15285
15286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15287         (gst_audio_convert_caps_remove_format_info),
15288         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15289         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15291         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15292         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15293         * gst/sine/Makefile.am:
15294         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15295         (gst_sinesrc_class_init), (gst_sinesrc_init),
15296         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15297         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15298         (gst_sinesrc_update_freq):
15299         * gst/sine/gstsinesrc.h:
15300         * gst/tcp/gstmultifdsink.c:
15301         * sys/xvimage/xvimagesink.c:
15302         Fixed negotiation wrt _peer_get_caps()
15303         Some cleanups.
15304
15305
15306 2005-05-06  Wim Taymans  <wim@fluendo.com>
15307
15308         * gst-libs/gst/audio/gstaudiosink.c:
15309         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15310         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15311         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15312         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15313         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15314         (gst_audiosink_create_ringbuffer):
15315         * gst-libs/gst/audio/gstbaseaudiosink.c:
15316         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15317         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15318         (gst_baseaudiosink_set_property), (build_linear_format),
15319         (debug_spec_caps), (debug_spec_buffer),
15320         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15321         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15322         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15323         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15324         * gst-libs/gst/audio/gstbaseaudiosink.h:
15325         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15326         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15327         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15328         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15329         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15330         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15331         (wait_segment), (gst_ringbuffer_commit),
15332         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15333         (gst_ringbuffer_clear):
15334         * gst-libs/gst/audio/gstringbuffer.h:
15335         Make the base audiosink return an error when there is no
15336         audiobuffer negotiated.
15337
15338 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15339
15340         * ext/Makefile.am:
15341         Disable cdparanoia until someone ports it!
15342
15343 2005-05-06  Wim Taymans  <wim@fluendo.com>
15344
15345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15346         (gst_ogg_demux_sink_activate):
15347         And revert after wingo's revert.. sigh..
15348
15349 2005-05-05  Andy Wingo  <wingo@pobox.com>
15350
15351         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15352         GObject.
15353         * configure.ac: Return audiorate and subparse from the ghetto.
15354         Re-enable -Wall -Werror.
15355         * gst/subparse/gstsubparse.c:
15356         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15357         or chain-based. Cleaned up a bit. Not tested.
15358         
15359 2005-05-05  Christian Schaller <christian@fluendo.com> 
15360
15361         * Makefile.am: remove stuff that is not building
15362         * configure.ac: remove stuff that is not building
15363         * examples/Makefile.am: remove stuff that is not building
15364         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15365         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15366         * sys/Makefile.am: remove stuff that is not building
15367         * testsuite/Makefile.am: remove stuff that is not building
15368
15369 2005-05-05  Andy Wingo  <wingo@pobox.com>
15370
15371         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15372         * gst-libs/gst/tag/gstvorbistag.c:
15373         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15374         * gst/adder/gstadder.h:
15375         * gst/audioconvert/gstchannelmix.c:
15376         (gst_audio_convert_fill_one_other):
15377         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15378         (gst_audiorate_init), (gst_audiorate_chain):
15379         * gst/playback/gstplaybasebin.c: (setup_source):
15380         * gst/playback/test3.c: (update_scale):
15381         Some GCC4 fixes
15382         
15383         * po/af.po:
15384         * po/az.po:
15385         * po/cs.po:
15386         * po/en_GB.po:
15387         * po/hu.po:
15388         * po/it.po:
15389         * po/nb.po:
15390         * po/nl.po:
15391         * po/or.po:
15392         * po/sq.po:
15393         * po/sr.po:
15394         * po/sv.po:
15395         * po/uk.po:
15396         * po/vi.po: Foo
15397
15398 2005-05-05  Wim Taymans  <wim@fluendo.com>
15399
15400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15401         (gst_audio_convert_caps_remove_format_info),
15402         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15403         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15404         * gst/videotestsrc/gstvideotestsrc.c:
15405         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15406         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15407         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15408         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15409         Don't ignore _push() return values.
15410         Make sure no processing is done when shutting down.
15411         Videotestsrc pad activation fix.
15412
15413 2005-05-05  Wim Taymans  <wim@fluendo.com>
15414
15415         * gst/adder/Makefile.am:
15416         * gst/adder/gstadder.c: (gst_adder_setcaps),
15417         (gst_adder_class_init), (gst_adder_init),
15418         (gst_adder_request_new_pad), (gst_adder_collected),
15419         (gst_adder_change_state):
15420         * gst/adder/gstadder.h:
15421         Ported adder as an example of a mixer element using
15422         collect pads. Needs more negotiation work.
15423
15424 2005-05-05  Wim Taymans  <wim@fluendo.com>
15425
15426         * ext/theora/theoradec.c: (_inc_granulepos),
15427         (theora_dec_src_event), (theora_dec_sink_event),
15428         (theora_handle_comment_packet), (theora_handle_type_packet),
15429         (theora_handle_header_packet), (theora_handle_data_packet),
15430         (theora_dec_chain):
15431         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15432         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15433         (theora_push_buffer), (theora_push_packet),
15434         (theora_enc_sink_event), (theora_enc_chain),
15435         (theora_enc_change_state), (theora_enc_set_property),
15436         (theora_enc_get_property):
15437         Added stream lock to decoder so that we can serialize
15438         the discont event.
15439         More theoraenc porting, recover from errors, do clean
15440         shutdown.
15441
15442 2005-05-05  Wim Taymans  <wim@fluendo.com>
15443
15444         * ext/ogg/Makefile.am:
15445         * ext/ogg/README:
15446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15447         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15448         (gst_ogg_print):
15449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15450         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15451         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15452         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15453         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15454         (gst_ogg_mux_change_state):
15455         Ported ogg muxer.
15456
15457 2005-05-05  Wim Taymans  <wim@fluendo.com>
15458
15459         * docs/design-audiosinks.txt:
15460         * gst-libs/gst/audio/TODO:
15461         * gst-libs/gst/audio/gstaudiosink.c:
15462         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15463         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15464         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15465         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15466         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15467         (gst_audiosink_create_ringbuffer):
15468         * gst-libs/gst/audio/gstbaseaudiosink.c:
15469         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15470         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15471         (gst_baseaudiosink_set_property), (build_linear_format),
15472         (debug_spec_caps), (debug_spec_buffer),
15473         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15474         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15475         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15476         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15477         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15478         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15479         (gst_ringbuffer_release), (gst_ringbuffer_play),
15480         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15481         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15482         (gst_ringbuffer_set_sample), (wait_segment),
15483         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15484         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15485         More work on the audiosink, mostly debugging and a race in
15486         shutdown.
15487
15488 2005-04-28  Wim Taymans  <wim@fluendo.com>
15489
15490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15491         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15492         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15493         (vorbis_dec_src_query), (vorbis_dec_src_event),
15494         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15495         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15496         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15497         Don't crap out when seeking back to position 0.
15498
15499 2005-04-28  Wim Taymans  <wim@fluendo.com>
15500
15501         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15502         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15503         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15504         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15505         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15506         Make audio sink configurable, use alsasink as default.
15507
15508 2005-04-28  Wim Taymans  <wim@fluendo.com>
15509
15510         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15511         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15512         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15513         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15514         (vorbis_dec_change_state):
15515         * ext/vorbis/vorbisdec.h:
15516         Refactor, use STREAM_LOCK.
15517
15518 2005-04-28  Wim Taymans  <wim@fluendo.com>
15519
15520         * ext/theora/theoradec.c: (_inc_granulepos),
15521         (theora_dec_sink_event), (theora_handle_comment_packet),
15522         (theora_handle_type_packet), (theora_handle_header_packet),
15523         (theora_handle_data_packet), (theora_dec_chain),
15524         (theora_dec_change_state):
15525         Refactor a bit, use STREAM_LOCK.
15526
15527 2005-04-28  Wim Taymans  <wim@fluendo.com>
15528
15529         * ext/alsa/Makefile.am:
15530         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15531         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15532         (gst_alsa_link), (gst_alsa_close_audio):
15533         * ext/alsa/gstalsaplugin.c: (plugin_init):
15534         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15535         (gst_alsasink_dispose), (gst_alsasink_base_init),
15536         (gst_alsasink_class_init), (gst_alsasink_init),
15537         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15538         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15539         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15540         (gst_alsasink_reset):
15541         * ext/alsa/gstalsasink.h:
15542         Implement alsasink with simple open/write/close API. 
15543         Make alsa dir build by disabling compilation of code.
15544
15545 2005-04-28  Wim Taymans  <wim@fluendo.com>
15546
15547         * gst-libs/gst/audio/Makefile.am:
15548         * gst-libs/gst/audio/audio.h:
15549         * gst-libs/gst/audio/audioclock.c:
15550         * gst-libs/gst/audio/audioclock.h:
15551         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15552         (gst_audio_clock_class_init), (gst_audio_clock_init),
15553         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15554         * gst-libs/gst/audio/gstaudioclock.h:
15555         * gst-libs/gst/audio/gstaudiosink.c:
15556         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15557         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15558         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15559         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15560         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15561         (gst_audiosink_create_ringbuffer):
15562         * gst-libs/gst/audio/gstbaseaudiosink.c:
15563         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15564         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15565         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15566         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15567         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15568         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15569         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15570         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15571         * gst-libs/gst/audio/gstbaseaudiosink.h:
15572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15573         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15574         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15575         (gst_ringbuffer_release), (gst_ringbuffer_play),
15576         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15577         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15578         (gst_ringbuffer_set_sample), (wait_segment),
15579         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15580         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15581         * gst-libs/gst/audio/gstringbuffer.h:
15582         Make ringbuffer faster and more simple by removing the locks
15583         in the playback thread.
15584         Add sample accurate playback based on buffer sample offsets.
15585         Make the baseaudiosink provide a clock.
15586         Parse caps in the base class.
15587         Correctly handle seeking, flushing and state changes.
15588
15589 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15590
15591         * configure.ac:
15592         * gst/audioconvert/Makefile.am:
15593         * gst/audioscale/Makefile.am:
15594           Fix part of the build.  Come on guys, autogen didn't even work :)
15595
15596 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15597
15598         * configure.ac:
15599         * gst-libs/gst/Makefile.am:
15600         * gst-libs/gst/media-info/.cvsignore:
15601         * gst-libs/gst/media-info/Makefile.am:
15602         * gst-libs/gst/media-info/README:
15603         * gst-libs/gst/media-info/media-info-priv.c:
15604         * gst-libs/gst/media-info/media-info-priv.h:
15605         * gst-libs/gst/media-info/media-info-test.c:
15606         * gst-libs/gst/media-info/media-info.c:
15607         * gst-libs/gst/media-info/media-info.h:
15608         * gst-libs/gst/media-info/media-info.vcproj:
15609         * pkgconfig/Makefile.am:
15610         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15611         * pkgconfig/gstreamer-media-info.pc.in:
15612           Remove media-info, which is also successed by playbin (see Totem
15613           implementation).
15614
15615 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15616
15617         * configure.ac:
15618         * examples/Makefile.am:
15619         * examples/gstplay/.cvsignore:
15620         * examples/gstplay/Makefile.am:
15621         * examples/gstplay/player.c:
15622         * gst-libs/gst/Makefile.am:
15623         * gst-libs/gst/play/.cvsignore:
15624         * gst-libs/gst/play/Makefile.am:
15625         * gst-libs/gst/play/play.c:
15626         * gst-libs/gst/play/play.h:
15627         * gst-libs/gst/play/play.vcproj:
15628         * pkgconfig/Makefile.am:
15629         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15630         * pkgconfig/gstreamer-play.pc.in:
15631           Remove libgstplay, playbin is now the official successor.
15632
15633 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15634
15635         * configure.ac:
15636         * gst-libs/gst/Makefile.am:
15637         * gst-libs/gst/xwindowlistener/Makefile.am:
15638         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15639         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15640           Remove deprecated xwindowlistener (I've moved xwindowlistening
15641           in the v4l/v4l2 plugins over to serverside).
15642
15643 2005-04-25  David Schleef  <ds@schleef.org>
15644
15645         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15646         to examples/dynparams.  Examples do not belong interspersed with
15647         source code.
15648         * examples/dynparams/demo-dparams.c:
15649         * gst/sine/Makefile.am:
15650         * gst/sine/demo-dparams.c:
15651
15652 2005-04-25  David Schleef  <ds@schleef.org>
15653
15654         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15655         * gst-libs/gst/audio/Makefile.am:
15656         * gst-libs/gst/riff/Makefile.am:
15657         * gst-libs/gst/tag/Makefile.am:
15658         * gst-libs/gst/video/Makefile.am:
15659         * gst-libs/gst/xwindowlistener/Makefile.am:
15660
15661         Convert to 0.9 API, seems to work:
15662         * sys/ximage/Makefile.am:
15663         * sys/ximage/ximagesink.c:
15664
15665 2005-04-24  David Schleef  <ds@schleef.org>
15666
15667         Link plugins against libraries:
15668         * ext/alsa/Makefile.am:
15669         * gst/tcp/Makefile.am:
15670
15671         Remove asm code that should be in liboil
15672         * gst/videoscale/Makefile.am:
15673         * gst/videoscale/videoscale_x86_asm.s:
15674
15675         gettext wants these checked in:
15676         * po/af.po:
15677         * po/az.po:
15678         * po/cs.po:
15679         * po/en_GB.po:
15680         * po/hu.po:
15681         * po/it.po:
15682         * po/nb.po:
15683         * po/nl.po:
15684         * po/or.po:
15685         * po/sq.po:
15686         * po/sr.po:
15687         * po/sv.po:
15688         * po/uk.po:
15689         * po/vi.po:
15690
15691 2005-04-24  David Schleef  <ds@schleef.org>
15692
15693         Convert gst_main() to g_main_loop_run()
15694         * gst/playback/decodetest.c: (main):
15695         * gst/playback/test2.c: (main):
15696         * gst/playback/test3.c: (main):
15697         * gst/playback/test4.c: (main):
15698
15699         Link plugins against libraries:
15700         * ext/libvisual/Makefile.am:
15701         * sys/xvimage/Makefile.am:
15702
15703 2005-04-24  David Schleef  <ds@schleef.org>
15704
15705         * configure.ac: Remove idct and resample libs
15706         * gst-libs/gst/Makefile.am: same
15707
15708         Remove usage of gst_library_load():
15709         * ext/alsa/gstalsaplugin.c: (plugin_init):
15710         * ext/libvisual/visual.c: (plugin_init):
15711         * ext/ogg/gstogg.c: (plugin_init):
15712         * ext/theora/theora.c: (plugin_init):
15713         * ext/vorbis/vorbis.c: (plugin_init):
15714         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15715         * gst/audioscale/gstaudioscale.c:
15716         * gst/adder/gstadder.c: (plugin_init):
15717         * gst/audioconvert/plugin.c: (plugin_init):
15718         * sys/ximage/ximagesink.c: (plugin_init):
15719         * sys/xvimage/xvimagesink.c: (plugin_init):
15720         * gst/tcp/gsttcpplugin.c: (plugin_init):
15721
15722         Link plugins against libraries:
15723         * ext/ogg/Makefile.am:
15724         * ext/theora/Makefile.am:
15725         * ext/vorbis/Makefile.am:
15726         * gst/audioconvert/Makefile.am:
15727
15728         Create proper libraries:
15729         * gst-libs/gst/riff/Makefile.am:
15730         * gst-libs/gst/audio/Makefile.am:
15731         * gst-libs/gst/video/Makefile.am:
15732
15733         Move resample library to audioscale plugin directory:
15734         * gst-libs/gst/resample/Makefile.am:
15735         * gst-libs/gst/resample/README:
15736         * gst-libs/gst/resample/dtof.c:
15737         * gst-libs/gst/resample/dtos.c:
15738         * gst-libs/gst/resample/functable.c:
15739         * gst-libs/gst/resample/private.h:
15740         * gst-libs/gst/resample/resample.c:
15741         * gst-libs/gst/resample/resample.h:
15742         * gst-libs/gst/resample/resample.vcproj:
15743         * gst-libs/gst/resample/test.c:
15744         * gst/audioscale/Makefile.am:
15745         * gst/audioscale/README:
15746         * gst/audioscale/dtof.c:
15747         * gst/audioscale/dtos.c:
15748         * gst/audioscale/functable.c:
15749         * gst/audioscale/private.h:
15750         * gst/audioscale/resample.c:
15751         * gst/audioscale/resample.h:
15752         * gst/audioscale/test.c:
15753
15754         Move tagedit library to gst-libs:
15755         * gst-libs/gst/tag/Makefile.am:
15756         * gst-libs/gst/tag/gstid3tag.c:
15757         * gst-libs/gst/tag/gsttagediting.c:
15758         * gst-libs/gst/tag/gsttageditingprivate.h:
15759         * gst-libs/gst/tag/gstvorbistag.c:
15760         * gst/tags/Makefile.am:
15761         * gst/tags/gstid3tag.c:
15762         * gst/tags/gstvorbistag.c:
15763
15764         Fix for core changes:
15765         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15766         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15767         (gst_sinesrc_getrange):
15768
15769 2005-04-23  David Schleef  <ds@schleef.org>
15770
15771         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15772         in gst-plugins in a long time, and properly belongs in liboil.
15773         * gst-libs/gst/idct/Makefile.am:
15774         * gst-libs/gst/idct/README:
15775         * gst-libs/gst/idct/dct.h:
15776         * gst-libs/gst/idct/doieee:
15777         * gst-libs/gst/idct/fastintidct.c:
15778         * gst-libs/gst/idct/floatidct.c:
15779         * gst-libs/gst/idct/idct.c:
15780         * gst-libs/gst/idct/idct.h:
15781         * gst-libs/gst/idct/idtc.vcproj:
15782         * gst-libs/gst/idct/ieeetest.c:
15783         * gst-libs/gst/idct/intidct.c:
15784
15785 2005-04-20  Wim Taymans  <wim@fluendo.com>
15786
15787         * docs/design-audiosinks.txt:
15788         * gst-libs/gst/audio/Makefile.am:
15789         * gst-libs/gst/audio/TODO:
15790         * gst-libs/gst/audio/gstaudiosink.c:
15791         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15792         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15793         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15794         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15795         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15796         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15797         (gst_audiosink_class_init), (gst_audiosink_init),
15798         (gst_audiosink_create_ringbuffer):
15799         * gst-libs/gst/audio/gstaudiosink.h:
15800         * gst-libs/gst/audio/gstbaseaudiosink.c:
15801         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15802         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15803         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15804         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15805         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15806         (gst_baseaudiosink_create_ringbuffer),
15807         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15808         * gst-libs/gst/audio/gstbaseaudiosink.h:
15809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15810         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15811         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15812         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15813         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15814         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15815         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15816         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15817         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15818         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15819         * gst-libs/gst/audio/gstringbuffer.h:
15820         An attempt at a set of audio base classes together with some
15821         design docs.
15822
15823 2005-04-20  Wim Taymans  <wim@fluendo.com>
15824
15825         * gst/audioconvert/Makefile.am:
15826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15827         (gst_audio_convert_caps_remove_format_info),
15828         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15829         (gst_audio_convert_channels):
15830         Link against audio libs.
15831         Fix audio convert plugin.
15832
15833 2005-04-20  Wim Taymans  <wim@fluendo.com>
15834
15835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15836         (gst_ogg_demux_sink_activate):
15837         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15838         (theora_set_header_on_caps), (theora_enc_sink_event),
15839         (theora_enc_chain):
15840         Fix theora encoder.
15841
15842 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15843
15844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15845         * gst/playback/gstdecodebin.c: (find_compatibles):
15846           Work with staticpadtemplates in elementfactories.
15847
15848 2005-04-12  Wim Taymans  <wim@fluendo.com>
15849
15850         * gst/playback/README:
15851         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15852         (compare_ranks), (print_feature), (gst_decode_bin_init),
15853         (dynamic_create), (dynamic_free), (find_compatibles),
15854         (mimetype_is_raw), (close_pad_link), (got_redirect),
15855         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15856         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15857         (gst_decode_bin_change_state):
15858         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15859         (gst_play_base_bin_init), (group_destroy), (group_commit),
15860         (check_queue), (queue_overrun), (queue_threshold_reached),
15861         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15862         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15863         (got_redirect), (setup_source), (play_base_eos),
15864         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15865         (gst_play_base_bin_remove_element):
15866         * gst/playback/gstplaybasebin.h:
15867         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15868         (gst_play_bin_init), (gst_play_bin_dispose),
15869         (gst_play_bin_set_property), (gen_video_element),
15870         (gen_text_element), (gen_audio_element), (remove_sinks),
15871         (gst_play_bin_send_event):
15872         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15873         (stream_info_change_state), (gst_stream_info_set_mute):
15874         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15875         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15876         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15877         (gst_stream_selector_chain):
15878         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15879         (main):
15880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15881         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15882         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15883         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15884         Raw and crude port of decodebin. 
15885         Make playbin compile.
15886
15887 2005-04-06  Wim Taymans  <wim@fluendo.com>
15888
15889         * ext/gnomevfs/Makefile.am:
15890         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15891         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15892         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15893         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15894         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15895         (gst_gnomevfssrc_stop):
15896         * ext/ogg/Makefile.am:
15897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15898         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15899         * ext/theora/Makefile.am:
15900         * ext/theora/theoradec.c: (_inc_granulepos),
15901         (theora_dec_sink_event), (theora_dec_chain):
15902         * ext/vorbis/Makefile.am:
15903         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15904         (vorbis_dec_sink_event), (vorbis_dec_chain):
15905         * gst-libs/gst/audio/Makefile.am:
15906         * sys/xvimage/Makefile.am:
15907         Make gnomevfssrc extend the source base class.
15908         Fix linking against libs in various plugins.
15909
15910 2005-04-06  Andy Wingo  <wingo@pobox.com>
15911
15912         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15913         GST_BASE_LIBS.
15914
15915         * configure.ac: Add check and AC_SUBST for libgstbase.
15916
15917 2005-03-31  Wim Taymans  <wim@fluendo.com>
15918
15919         * examples/seeking/Makefile.am:
15920         * examples/seeking/cdparanoia.c: (main):
15921         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15922         (play_cb), (pause_cb), (stop_cb), (main):
15923         * examples/seeking/playbin.c:
15924         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15925         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15926         (make_sid_pipeline), (make_vorbis_pipeline),
15927         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15928         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15929         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15930         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15931         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15932         (stop_cb), (main):
15933         * examples/seeking/spider_seek.c:
15934         * examples/seeking/vorbisfile.c:
15935         * ext/gnomevfs/Makefile.am:
15936         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15937         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15938         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15939         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15940         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15941         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15942         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15943         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15944         * ext/ogg/README:
15945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15946         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15947         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15948         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15949         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15950         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15951         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15952         (gst_ogg_demux_factory_filter), (compare_ranks),
15953         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15954         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15955         (gst_ogg_chain_new), (gst_ogg_chain_free),
15956         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15957         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15958         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15959         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15960         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15961         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15962         (gst_ogg_demux_get_prev_page),
15963         (gst_ogg_demux_deactivate_current_chain),
15964         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15965         (gst_ogg_demux_bisect_forward_serialno),
15966         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15967         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15968         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15969         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15970         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15971         (gst_ogg_demux_change_state), (gst_ogg_print):
15972         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15973         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15974         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15975         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15976         (gst_ogg_mux_loop):
15977         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15978         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15979         (theora_dec_src_convert), (theora_dec_sink_convert),
15980         (theora_dec_src_query), (theora_dec_src_event),
15981         (theora_dec_sink_event), (theora_dec_chain),
15982         (theora_dec_change_state):
15983         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15984         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15985         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15986         (theora_enc_change_state):
15987         * ext/vorbis/Makefile.am:
15988         * ext/vorbis/oggvorbisenc.c:
15989         * ext/vorbis/oggvorbisenc.h:
15990         * ext/vorbis/vorbis.c: (plugin_init):
15991         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15992         (vorbis_dec_src_query), (vorbis_dec_src_event),
15993         (vorbis_dec_sink_event), (vorbis_dec_chain),
15994         (vorbis_dec_change_state):
15995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15996         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15997         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15998         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15999         (gst_vorbisenc_change_state):
16000         * ext/vorbis/vorbisenc.h:
16001         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16002         * gst-libs/gst/audio/audioclock.c:
16003         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16004         (gst_audiofilter_init), (gst_audiofilter_chain):
16005         * gst-libs/gst/audio/testchannels.c: (main):
16006         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16007         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16008         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16009         (gmip_find_track_streaminfo), (gmip_find_track_format):
16010         * gst-libs/gst/media-info/media-info.c:
16011         (gst_media_info_read_idler):
16012         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16013         (gst_play_get_all_by_interface):
16014         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16015         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16016         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16017         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16018         (gst_riff_parse_info):
16019         * gst-libs/gst/riff/riff-read.h:
16020         * gst-libs/gst/riff/riff.c: (plugin_init):
16021         * gst-libs/gst/video/Makefile.am:
16022         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16023         (gst_videosink_class_init), (gst_videosink_get_type):
16024         * gst-libs/gst/video/videosink.h:
16025         * gst/audioconvert/bufferframesconvert.c:
16026         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16027         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16028         * gst/audioconvert/channelmixtest.c: (main):
16029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16030         (gst_audio_convert_chain),
16031         (gst_audio_convert_caps_remove_format_info),
16032         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16033         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16034         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16035         (gst_audio_convert_buffer_to_default_format),
16036         (gst_audio_convert_buffer_from_default_format),
16037         (gst_audio_convert_channels):
16038         * gst/audioconvert/gstchannelmix.h:
16039         * gst/ffmpegcolorspace/avcodec.h:
16040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16041         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16042         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16043         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16044         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16045         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16046         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16047         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16048         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16049         (dv_type_find):
16050         * gst/videotestsrc/gstvideotestsrc.c:
16051         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16052         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16053         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16054         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16055         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16056         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16057         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16059         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16060         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16061         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16062         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16063         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16064         (gst_xvimagesink_navigation_send_event),
16065         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16066         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16067         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16068         * sys/xvimage/xvimagesink.h:
16069         Plugin port to 0.9, ogg/theora playback should work in the seek
16070         example now.
16071         Removed old examples.
16072         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16073         explained in 0.9 TODO doc.
16074
16075
16076 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16077
16078         * autogen.sh:
16079         * configure.ac:
16080         * ext/Makefile.am:
16081         * gst/Makefile.am:
16082         * po/POTFILES.in:
16083         * po/af.po:
16084         * po/az.po:
16085         * po/cs.po:
16086         * po/en_GB.po:
16087         * po/hu.po:
16088         * po/it.po:
16089         * po/nb.po:
16090         * po/nl.po:
16091         * po/or.po:
16092         * po/sq.po:
16093         * po/sr.po:
16094         * po/sv.po:
16095         * po/uk.po:
16096         * po/vi.po:
16097         * sys/Makefile.am:
16098         * testsuite/Makefile.am:
16099           remove a whole bunch of plugins.  This module now contains a set
16100           of free reference plugins/elements as agreed.
16101
16102 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16103
16104         * configure.ac:
16105           hunting season on 0.9 is now OPEN
16106
16107 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16108
16109         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16110           Kick the hell out of gcc for not warning me about a symbol conflict.
16111
16112 2005-02-22  Luca Ognibene  <luogni@tin.it>
16113
16114         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16117           Don't leak caps string (fixes #168134)
16118
16119         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16120         (gst_jpegenc_init), (gst_jpegenc_finalize),
16121         (gst_jpegenc_change_state):
16122           Don't leak line buffers and context struct (fixes #168133).
16123
16124 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16125
16126         * configure.ac:
16127         * ext/dirac/gstdiracdec.cc:
16128         (gst_diracdec_chain):
16129           Since dirac 0.5.0 the framerate in dirac is expressed as a
16130           rational number. Fix build and up requirement to 0.5.0, and
16131           also pass parameters to gst_diracdec_link in the right order
16132           (fixes #167959).
16133
16134 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16135
16136         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16137         * ext/faad/gstfaad.h:
16138         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16139         certain invalid muxed streams, where some packets will contain 
16140         junk after decoder data. Partially fixes #149158.
16141
16142 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16143         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16144           Make sure we only write to writable buffers
16145
16146 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16147
16148         * gst-libs/gst/riff/riff-media.c:
16149         (gst_riff_create_audio_caps_with_data):
16150           Do actually fix invalid RIFF fmt header values for alaw
16151           and mulaw audio instead of just saying so.
16152
16153         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16154           Give gst_riff_create_audio_caps_with_data() a chance to
16155           fix up broken format header fields before extracting any
16156           parameters from the header. (fixes #167633)
16157
16158 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16159
16160         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16161
16162         * gst/audioconvert/bufferframesconvert.c:
16163         (buffer_frames_convert_link):
16164           Don't leak othercaps. (fixes #167878)
16165
16166 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16167
16168         * configure.ac:
16169         * ext/libvisual/visual.c: (gst_visual_srclink),
16170         (gst_visual_change_state):
16171           Support libvisual 0.2.0.
16172
16173 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16174
16175         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16176         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16177           Use same rowstrides for I420 as used everywhere else.
16178
16179 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16182           Declare variables at beginning of block and make gcc-2.95 happy
16183           (fixes # 167482, patch by Gergely Nagy).
16184           
16185         * gst/tcp/gsttcpclientsrc.c:
16186         * gst/tcp/gsttcpclientsrc.h:
16187           Move some includes into the header, so that struct sockaddr_in is
16188           defined when it should be defined on FreeBSD as well (fixes
16189           #167483).
16190           
16191         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16192           Don't pass uninitialised values to setsockopt() here either.
16193
16194 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16195
16196         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16197
16198         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16199           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16200
16201 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16202
16203         * gst/playback/gstplaybin.c: (add_sink):
16204           Invert bin_add/link order to workaround deadlock in opt.
16205
16206 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16207
16208         * gst/modplug/gstmodplug.cc:
16209           Add missing break causing position queries to fail.
16210
16211 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16212
16213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16214           Granpos can apparently be -1, which screws up calculations...
16215
16216 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16217
16218         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16219         (gst_ximagesink_send_pending_navigation),
16220         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16221         (gst_ximagesink_init):
16222         * sys/ximage/ximagesink.h:
16223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16224         (gst_xvimagesink_send_pending_navigation),
16225         (gst_xvimagesink_navigation_send_event),
16226         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16227         * sys/xvimage/xvimagesink.h:
16228           Use a mutex protected list to marshal navigation
16229           events into the stream thread from whichever thread
16230           sends them.
16231
16232 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16235           Display current position and track length; misc. clean-ups.
16236           
16237         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16238         (speed_init), (speed_chain):
16239           Add query function, so that the stream length and current position
16240           get adjusted when queried (note that current position queries may
16241           still be wrong if the audio sink returns values based on buffer
16242           timestamps instead of passing on the query).
16243
16244 2005-02-13  Benjamin Otte  <otte@gnome.org>
16245
16246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16247         (gst_audio_convert_channels):
16248           create channel conversion matrix when linking
16249         * gst/audioconvert/.cvsignore:
16250         * gst/audioconvert/Makefile.am:
16251         * gst/audioconvert/channelmixtest.c: (main):
16252           add (ugly) test that ensures stereo <=> mono conversion works
16253           correctly
16254
16255 2005-02-13  Benjamin Otte  <otte@gnome.org>
16256
16257         * gst/audioconvert/gstchannelmix.h:
16258           include missing header file
16259         * gst/audioconvert/gstchannelmix.c:
16260         (gst_audio_convert_fill_compatible):
16261           use same sign for both channels when converting to/from compatible
16262           channel. Previously used different signs made the signals cancel
16263           each other out and appear like silence. (fixes #167269)
16264
16265 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         * gst/ffmpegcolorspace/avcodec.h:
16268         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16269         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16270         (gst_ffmpegcsp_avpicture_fill):
16271         * gst/ffmpegcolorspace/imgconvert.c:
16272           Convert to and from YV12 (fixes #156379).
16273
16274 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16275
16276         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16277         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16278         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16279         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16280         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16281         methods from chain and negotiation and vice versa (Fixes #166142).
16282         * sys/ximage/ximagesink.h: Add stream_lock.
16283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16284         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16285         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16286         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16287
16288 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16289
16290         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16291           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16292           error message when we can't open the DVD device (when dvdnav_open()
16293           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16294           the above). Send something more useful instead (fixes #167117).
16295
16296 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16297
16298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16299         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16300         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16301         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16302         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16303         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16304         methods from chain and negotiation and vice versa (Fixes #166142).
16305         Fix a possible bug of images in the buffer pool being discarded because
16306         we are looking at the wrong geometry.
16307         * sys/xvimage/xvimagesink.h: Add stream_lock.
16308
16309 2005-02-11  David Schleef  <ds@schleef.org>
16310
16311         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16312         unsigned int. (fixes #167128)
16313
16314 2005-02-11  David Schleef  <ds@schleef.org>
16315
16316         * gst/librfb/Makefile.am: Testing stuff before committing is
16317           for wimps... and people with fast machines.  Fix stupid
16318           mistake.
16319
16320 2005-02-11  David Schleef  <ds@schleef.org>
16321
16322         * configure.ac: Pull in librfb from my CVS tree, because it is
16323           too small and annoying to be separate.  Move rfbsrc plugin
16324           to gst/.
16325         * ext/Makefile.am:
16326         * ext/librfb/Makefile.am:
16327         * ext/librfb/gstrfbsrc.c:
16328         * gst/librfb/Makefile.am:
16329         * gst/librfb/gstrfbsrc.c:
16330         * gst/librfb/rfb.c:
16331         * gst/librfb/rfb.h:
16332         * gst/librfb/rfbbuffer.c:
16333         * gst/librfb/rfbbuffer.h:
16334         * gst/librfb/rfbbytestream.c:
16335         * gst/librfb/rfbbytestream.h:
16336         * gst/librfb/rfbcontext.h:
16337         * gst/librfb/rfbdecoder.c:
16338         * gst/librfb/rfbdecoder.h:
16339         * gst/librfb/rfbutil.h:
16340
16341 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         * gst/speed/Makefile.am:
16344         * gst/speed/demo-mp3.c: (main):
16345         * gst/speed/filter.func:
16346         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16347         (speed_class_init), (speed_init), (speed_chain_int16),
16348         (speed_chain_float32), (speed_chain), (speed_set_property),
16349         (speed_get_property), (speed_change_state):
16350         * gst/speed/gstspeed.h:
16351           Fix speed element and make it chain-based (fixes #156467),
16352           and make it handle more than one channel.
16353
16354 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16355
16356         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16357         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16358         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16359         * ext/dts/gstdtsdec.h:
16360           Don't clobber the stack constructing the channels array.
16361           Make the element chain-based. DTS tracks can now be played.
16362           
16363 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16364
16365         * gst-libs/gst/audio/multichannel.h:
16366         * gst-libs/gst/gconf/gconf.h:
16367         * gst-libs/gst/idct/idct.h:
16368         * gst-libs/gst/media-info/media-info-priv.h:
16369         * gst-libs/gst/play/play.h:
16370         * gst-libs/gst/resample/private.h:
16371         * gst-libs/gst/resample/resample.h:
16372         * gst-libs/gst/riff/riff-ids.h:
16373         * gst-libs/gst/video/video.h:
16374         * gst-libs/gst/video/videosink.h:
16375           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16376           missing, so that they work when included from C++ code.
16377
16378 2005-02-09  David Schleef  <ds@schleef.org>
16379
16380         * testsuite/gst-lint: Check for non-statically scoped
16381           parent_class variables.  This won't be a problem once
16382           plugins are loaded with RTLD_LOCAL.
16383
16384 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16385
16386         * ext/mplex/gstmplexibitstream.cc:
16387           gcc madness.
16388
16389 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16390
16391         * ext/ogg/gstogmparse.c:
16392         * gst/debug/gstnavigationtest.c:
16393           Die, thou faulty symbol pollutors (non-static parent_class).
16394
16395 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16396
16397         * ext/mplex/gstmplexibitstream.cc:
16398           Fix event handling (#165525).
16399
16400 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16401
16402         * ext/mikmod/gstmikmod.c:
16403         * gst/modplug/gstmodplug.cc:
16404           Add missing endianness to template (fixes #165509).
16405
16406 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16407
16408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16409           Fix wrong order of reading of optional bytes (#165290).
16410
16411 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16414           Implement FILLER event awareness.
16415
16416 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16417
16418         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16419           Fix track calculations (#166208).
16420
16421 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16422
16423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16424
16425         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16426         * ext/libpng/gstpngenc.c:
16427           Fix byte-order, use proper fixed caps. Fixes #164197.
16428
16429 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16430
16431         * configure.ac:
16432           Add dvdlpcmdec 
16433
16434         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16435         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16436           Don't push buffers if the src pad isn't negotiated yet.
16437           
16438         * gst/audioconvert/gstaudioconvert.c:
16439         (gst_audio_convert_buffer_to_default_format),
16440         (gst_audio_convert_buffer_from_default_format):
16441           Add support for 24-bit width.
16442
16443         * gst/dvdlpcmdec/.cvsignore:
16444         * gst/dvdlpcmdec/Makefile.am:
16445         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16446         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16447         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16448         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16449         (plugin_init):
16450         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16451           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16452           format. Needs support for the channels maps if someone can find 
16453           a DVD LPCM track with > 2 channels.
16454
16455         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16456         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16457         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16458         * gst/mpegstream/gstdvddemux.h:
16459         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16460         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16461         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16462         * gst/mpegstream/gstmpegdemux.h:
16463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16464         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16465         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16466         (gst_mpeg_parse_handle_src_query),
16467         (gst_mpeg_parse_handle_src_event):
16468           Use audio/x-dvd-lpcm for LPCM output.
16469           Add DTS output.
16470
16471 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16472
16473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16476         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16477           Add BGRA handling (#165736).
16478
16479 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16480
16481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16482
16483         * gst/law/alaw-decode.c: (alawdec_link):
16484         * gst/law/alaw-encode.c: (alawenc_link):
16485         * gst/law/mulaw-decode.c: (mulawdec_link):
16486         * gst/law/mulaw-encode.c: (mulawenc_link):
16487           Fix caps memleaks (#166600).
16488
16489 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16490
16491         * ext/tarkin/mem.h:
16492         * ext/tarkin/wavelet.h:
16493         * ext/tarkin/yuv.h:
16494         * gst/ffmpegcolorspace/avcodec.h:
16495           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16496           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16497
16498 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16499
16500         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16502         (gst_xvimagesink_change_state):
16503           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16504           Xv video (and thereby regenerate Xv colourkey) in clear() so
16505           that PLAY -> READY -> PLAY works (fixes #162504).
16506
16507 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16510           Switch to list instead of range, since MJPEG-devices really just
16511           support decimations, not any size.
16512
16513 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16514         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16515         (gst_mpeg2dec_reset), (free_all_buffers),
16516         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16517         * ext/mpeg2dec/gstmpeg2dec.h:
16518           The libmpeg2 user-allocated buffer management is awkward, 
16519           to say the least. Hopefully this fixes things.
16520
16521 2005-02-04  Andy Wingo  <wingo@pobox.com>
16522
16523         * gst/audioconvert/bufferframesconvert.c
16524         (buffer_frames_convert_fixate): New function, fixates to 256
16525         frames per buffer by default. (Much better than 1.)
16526         (buffer_frames_convert_init): Set the fixate function for both src
16527         and sink pad.
16528         (buffer_frames_convert_link): After success setting nonfixed caps,
16529         get the negotiated caps so we can know how many buffer-frames it
16530         will be. No idea how this worked at all before.
16531
16532 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16533
16534         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16535         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16536         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16537         (handle_sequence), (handle_picture):
16538         * ext/mpeg2dec/gstmpeg2dec.h:
16539           Rearrange buffer tracking and refcounting and refactor
16540           a little for readability. 
16541
16542 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16543         * sys/v4l/gstv4l.c: (plugin_init):
16544         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16545         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16546         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16547         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16548         * sys/v4l/gstv4ljpegsrc.h:
16549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16550         * sys/v4l/v4l_calls.h:
16551         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16552         (gst_v4lsrc_get_fps):
16553         * sys/v4l/v4lsrc_calls.h:
16554           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16555           you jpeg inside rgb frames" driver.
16556           Don't error in the v4lsrc link function, just return 
16557           REFUSED.
16558
16559 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16560
16561         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16562         (gst_qcamsrc_open):
16563           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16564
16565 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16566
16567         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16568           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16569
16570 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16573           Reset negotiated state on PAUSED->READY.
16574
16575 2005-02-02  David Schleef  <ds@schleef.org>
16576
16577         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16578         whereever possible.  (Fixes #165997)
16579         * examples/capsfilter/capsfilter1.c: (main):
16580         * examples/dynparams/filter.c: (create_ui):
16581         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16582         * examples/seeking/chained.c: (main):
16583         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16584         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16585         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16586         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16587         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16588         * examples/switch/switcher.c: (main):
16589         * ext/dv/demo-play.c: (main):
16590         * ext/faad/gstfaad.c: (gst_faad_change_state):
16591         * ext/mad/gstmad.c: (gst_mad_chain):
16592         * ext/smoothwave/demo-osssrc.c: (main):
16593         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16594         (gst_gconf_render_bin_from_description),
16595         (gst_gconf_get_default_audio_sink),
16596         (gst_gconf_get_default_video_sink),
16597         (gst_gconf_get_default_audio_src),
16598         (gst_gconf_get_default_video_src),
16599         (gst_gconf_get_default_visualization_element):
16600         * gst/level/demo.c: (main):
16601         * gst/level/plot.c: (main):
16602         * gst/playback/gstplaybin.c: (gen_video_element),
16603         (gen_audio_element):
16604         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16605         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16606         * gst/sine/demo-dparams.c: (main):
16607         * gst/spectrum/demo-osssrc.c: (main):
16608         * gst/speed/demo-mp3.c: (main):
16609         * gst/volume/demo.c: (main):
16610         * testsuite/embed/embed.c: (main):
16611
16612 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16613
16614         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16615         (gst_tcpclientsink_finalize):
16616         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16617         (gst_tcpclientsrc_finalize):
16618         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16619         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16620         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16621         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16622           Don't leak the hostname when shutting down.
16623           In tcpserversrc, take a copy of the default hostname.
16624
16625 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16626
16627         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16628           Set caps to systemstream=TRUE.
16629
16630 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16631
16632         * testsuite/Makefile.am:
16633           Fix more OSX buildbots.
16634
16635 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16636
16637         * ext/mpeg2dec/gstmpeg2dec.c:
16638           Don't send things to NULL PAD_PEERs
16639
16640         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16641           Copy-on-write the incoming buffer.
16642
16643         * gst/mpegstream/gstdvddemux.h:
16644         * gst/mpegstream/gstmpegclock.h:
16645         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16646         (normal_seek), (gst_mpeg_demux_handle_src_event):
16647         * gst/mpegstream/gstmpegdemux.h:
16648         * gst/mpegstream/gstmpegpacketize.h:
16649         * gst/mpegstream/gstmpegparse.c:
16650         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16651         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16652         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16653         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16654         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16655         * gst/mpegstream/gstmpegparse.h:
16656         * gst/mpegstream/gstrfc2250enc.h:
16657           Various changes to the way time is computed that make seeking and
16658           total time estimation much better here.
16659           Use G_BEGIN/END_DECLS instead of __cplusplus
16660
16661         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16662           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16663
16664 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16665
16666         * gst/subparse/gstsubparse.c:
16667           Fix OSX buildbot.
16668
16669 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16670
16671         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16672         (theora_enc_chain), (theora_enc_change_state):
16673         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16674         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16675         (gst_vorbisenc_change_state):
16676         * ext/vorbis/vorbisenc.h:
16677           Set granulepos and timestamp correctly for streams not
16678           starting at 0, taking into account the initial delay.
16679
16680 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16681
16682         * gst/mpegstream/gstdvddemux.c:
16683           Add audio/x-dts to audio pad template caps
16684
16685 2005-01-30  David Schleef  <ds@schleef.org>
16686
16687         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16688         (create_context), (gst_polypsink_link): Fix silly endianness
16689         bug.  Add some debugging.  Remove float from caps; it doesn't
16690         work.  Attempt to get remote audio working.
16691
16692 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16693
16694         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16695           Add 3IV2 fourcc.
16696
16697 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16698
16699         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16700         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16701         (gst_avi_demux_stream_data):
16702         * gst/avi/gstavidemux.h:
16703           Invert DIB images. Fixes #132341.
16704
16705 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16706
16707         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16708         (gst_ffmpegcsp_chain):
16709           D'oh, reference the palette data, not the palette structure.
16710           Fixes color distortion in #132341.
16711
16712 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16713
16714         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16715           PAR can be non-fixed when not provided as argument (#162626).
16716
16717 2005-01-29  David Moore  <dcm@acm.org>
16718
16719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16720
16721         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16722         (gst_qtdemux_loop_header):
16723           Re-apply patch from #142272 that allows non-seekable sources,
16724           re-proposed by Daniel Drake <dsd@gentoo.org>.
16725
16726 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16727
16728         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16729           Use the src template for creating the src pad (#162330).
16730
16731 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16732
16733         * configure.ac:
16734         * ext/musepack/Makefile.am:
16735         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16736         (gst_musepackdec_init), (gst_musepackdec_dispose),
16737         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16738         (gst_musepack_stream_init), (gst_musepackdec_loop),
16739         (gst_musepackdec_change_state):
16740         * ext/musepack/gstmusepackdec.cpp:
16741         * ext/musepack/gstmusepackdec.h:
16742         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16743         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16744         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16745         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16746         * ext/musepack/gstmusepackreader.cpp:
16747         * ext/musepack/gstmusepackreader.h:
16748           Update to 1.1 API (#165446).
16749
16750 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16751
16752         * ext/Makefile.am:
16753           Unbreak buildbot.
16754
16755 2005-01-28  Andy Wingo  <wingo@pobox.com>
16756
16757         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16758         to reflect a different dubious internet source. Add a reference
16759         and some commentary.
16760
16761 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16762
16763         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16764         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16765         * gst/playback/gststreamselector.h:
16766           Be more selective when we're redoing caps negotiation from
16767           within the chain function on a stream change.
16768
16769 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16770
16771         * configure.ac:
16772         * ext/Makefile.am:
16773         * ext/amrnb/Makefile.am:
16774         * ext/amrnb/amrnb.c: (plugin_init):
16775         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16776         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16777         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16778         (gst_amrnbdec_state_change):
16779         * ext/amrnb/amrnbdec.h:
16780         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16781         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16782         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16783         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16784         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16785         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16786         * ext/amrnb/amrnbparse.h:
16787           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16788         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16789           Add AMR-NB/-WB raw formats.
16790         * ext/alsa/gstalsa.c: (gst_alsa_link):
16791           Keep valid time when changing format.
16792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16793         (qtdemux_parse_trak):
16794           Add some more format-specific options (#140141, #143555, #155163).
16795
16796 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16797
16798         * gst/matroska/matroska-demux.c:
16799         (gst_matroska_demux_parse_blockgroup):
16800           Fix logic error in timing of subtitle stream synchronization.
16801         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16802           Add skip-chunk, which is found in kodak-camera streams.
16803
16804 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16805
16806         * po/LINGUAS:
16807         * po/vi.po:
16808           Adding Vietnamese translation (submitted by Clytie Siddall)
16809
16810 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * gst/playback/gstdecodebin.c: (try_to_link_1):
16813           Use realpad for signal.
16814
16815 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16816
16817         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16818           Fix category so decodebin picks it up.
16819
16820 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16821
16822         * ext/mad/Makefile.am:
16823         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16824         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16825         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16826         (found_type), (gst_id3demux_bin_change_state):
16827         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16828         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16829         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16830         (gst_id3_tag_change_state), (plugin_init):
16831         * ext/mad/gstmad.h:
16832           Add id3demuxbin (which is a simple bin consisting of id3demux
16833           and typefind), take over rank from id3demux, remove typefind
16834           code from id3demux. Makes all broken mp3s that I know of work,
16835           and thereby fixes #152688.
16836
16837 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16838
16839         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16840
16841         * ext/mad/gstmad.c: (gst_mad_src_event):
16842         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16843           Allow seeks on audio pad, make mad forward those (#164826).
16844         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16845           Set duration (#165335).
16846
16847 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16848
16849         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16850         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16851         (gst_asf_demux_process_ext_content_desc),
16852         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16853         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16854         * gst/asfdemux/gstasfdemux.h:
16855           Improve metadata display, e.g. if the metadata comes before the
16856           streams are loaded (which is perfectly valid).
16857
16858 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16859
16860         * tools/gst-launch-ext-m.m:
16861           Fix AVI/ASF pipelines (#165340).
16862
16863 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16864         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16865         build failure on amd64
16866
16867 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16870         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16871           Check environment variables GST_ID3V2_TAG_ENCODING,
16872           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16873           list of character encodings to force interpretation of non-unicode
16874           strings stored in an ID3v2 tag to a particular encoding. If none
16875           is specified, try to use current locale's encoding, then fall back
16876           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16877         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16878         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16879           Check environment variables GST_ID3V1_TAG_ENCODING,
16880           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16881           list of character encodings to use in case a string encountered
16882           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16883           specified, try to use the current locale's encoding, then fall
16884           back to ISO-8859-1 (which will always succeed).
16885
16886 2005-01-25  Benjamin Otte  <otte@gnome.org>
16887
16888         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16889           - on half framerate, compute the rate in advance so the comparisons
16890             don't compare wrong values
16891           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16892             behaviour
16893           - don't use mad_header_decode anymore, mad_frame_decode does that
16894             automatically
16895           - when getting rid of consumed bytes, reset the stream's skiplen
16896           (fixes #163867)
16897
16898 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16899
16900         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16901           Use 1/2 a second for default max_discont, as PES streams from DVB
16902           seem to have larger spacings in the SCR. 
16903           Fix a typo.
16904
16905 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16906
16907         * gst/playback/gstplaybasebin.c: (group_commit):
16908           Notify delayed stream-info availability.
16909
16910 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16911         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16912         (gst_a52dec_handle_event), (gst_a52dec_chain):
16913         Add some debug output. Check that a discont has a valid
16914         time associated.
16915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16916         (gst_alsa_sink_loop):
16917         Ignore TAG events. A little extra debug for broken timestamps.
16918         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16919         (dvdnavsrc_change_state):
16920         Ensure we send a discont to engage the link before we send any
16921         other events.
16922         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16923         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16924         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16925         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16926         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16927         dvd://title works in totem because typefinding sends a seek that ends
16928         up going back to chapter 1 regardless.
16929         * ext/mpeg2dec/gstmpeg2dec.c:
16930         * ext/mpeg2dec/gstmpeg2dec.h:
16931         Output correct timestamps and handle disconts.
16932         * ext/ogg/gstoggdemux.c: (get_relative):
16933         Small guard against a null dereference.
16934         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16935         (gst_textoverlay_set_property):
16936         Free memory when done. Don't call gst_event_filler_get_duration on
16937         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16938         g_warning.
16939         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16940         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16941         (gst_sw_srclink), (gst_smoothwave_chain):
16942         Draw solid lines, prettier colours.
16943         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16944         Add a default palette that'll work for some movies.
16945         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16946         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16947         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16948         * gst/mpegstream/gstdvddemux.h:
16949         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16950         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16951         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16952         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16953         * gst/mpegstream/gstmpegparse.h:
16954         Use PTM/NAV events when for timestamp adjustment when connected to 
16955         dvdnavsrc. Don't use many discont events where one suffices.
16956         * gst/playback/gstplaybasebin.c: (group_destroy),
16957         (gen_preroll_element), (gst_play_base_bin_add_element):
16958         * gst/playback/gstplaybasebin.h:
16959         Make sure we remove subtitles from the same bin we put them in.
16960         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16961         (gst_subparse_buffer_format_autodetect),
16962         (gst_subparse_change_state):
16963         Fix some memleaks and invalid accesses.
16964         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16965         (oggskel_type_find), (cmml_type_find), (plugin_init):
16966         Some typefind functions for Annodex v3.0 files
16967         * gst/wavparse/gstwavparse.h:
16968         GstRiffReadClass is the correct parent class.
16969
16970 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16971
16972         * gst-libs/gst/riff/riff-media.c:
16973         (gst_riff_create_video_caps_with_data):
16974           Add extradata to huffyuv (fixes #165013).
16975         * gst-libs/gst/riff/riff-read.c:
16976         (gst_riff_read_strf_vids_with_data):
16977           Fix extradata extraction if it is in the chunk size.
16978
16979 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16980
16981         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16982
16983         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16984         (gst_quarktv_change_state), (gst_quarktv_dispose):
16985           Memory free'ing location fix (#164708).
16986
16987 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16988
16989         * gst/playback/gstplaybasebin.c: (group_commit),
16990         (gen_preroll_element), (probe_triggered), (gen_source_element),
16991         (setup_source), (gst_play_base_bin_change_state),
16992         (gst_play_base_bin_add_element):
16993           Don't block for streams.
16994         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16995         (gst_stream_info_set_mute):
16996           Use gst_pad_set_active_recursive.
16997
16998 2005-01-25  Andy Wingo  <wingo@pobox.com>
16999
17000         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17001         for #ifndef HAVE_XVIDEO.
17002
17003 2005-01-24  Jeffrey C. Ollie
17004
17005         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17006
17007         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17008         * ext/gsm/gstgsmdec.h:
17009         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17010         * ext/gsm/gstgsmenc.h:
17011         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17012         was given by property. Add proper buffer timestamps and offsets.
17013
17014 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17015
17016         * gst-libs/gst/riff/riff-media.c:
17017         (gst_riff_create_audio_caps_with_data):
17018           Audio can be <8000Hz.
17019
17020 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17021
17022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17023           Explicit state change to workaround refcount bugs.
17024
17025 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17026
17027         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17028         (gst_avimux_riff_get_avi_header):
17029           Fix...
17030
17031 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17032
17033         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17034         (gst_riff_read_element_data):
17035         * gst-libs/gst/riff/riff-read.h:
17036           Add _peek version (req'ed in CDXA).
17037         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17038         (gst_cdxaparse_loop):
17039           Fix parsing in playbin.
17040         * gst/playback/gstdecodebin.c: (close_pad_link):
17041           Ignore current_ pads, they cause major annoyance.
17042
17043 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17046           Safety guard.
17047
17048 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17051           Fix padding...
17052
17053 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17054
17055         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17056           Allow for 0-sized buffers. Fixes length query problems in
17057           starwars.mkv from the testsuite.
17058
17059 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17060
17061         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17062         (gst_video_box_i420), (gst_video_box_chain):
17063           Fix row strides for I420 (fixes #163159)
17064           
17065 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17068           MPEG2 has a useful rate property, so we can actually use that.
17069           For MPEG-1, continue using the bytes/time properties.
17070
17071 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17072
17073         * gst-libs/gst/riff/riff-media.c:
17074         (gst_riff_create_video_caps_with_data),
17075         (gst_riff_create_video_template_caps):
17076           Add intel-h263.
17077
17078 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17079
17080         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17081           Fail if caps negotiation fails. Should fix #162184, and should
17082           definately be in there regardless of it fixing the actual bug.
17083         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17084         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17085         (gst_avimux_riff_get_avix_header),
17086         (gst_avimux_riff_get_video_header),
17087         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17088         (gst_avimux_start_file), (gst_avimux_handle_event),
17089         (gst_avimux_change_state):
17090         * gst/avi/gstavimux.h:
17091           Refactor structure writing to use GST_WRITE_UINT macros, add
17092           metadata writing support.
17093
17094 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17095
17096         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17097           Elements may already be destroyed when this function is called.
17098
17099 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17102         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17103           More memory leak fixes (#149162).
17104
17105 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17106
17107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17108         (gst_qtdemux_add_stream):
17109           Fix two memleaks.
17110
17111 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17112
17113         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17114           Argh...
17115
17116 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17117
17118         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17119           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17120           when fixating to six channels in Totem.
17121
17122 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17125           Fix compile warnings on Solaris 10 buildbot
17126
17127 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17128
17129         * ext/dvdread/dvdreadsrc.c: (_read):
17130           Don't read beyond the last cell in a chapter (fixes 
17131           invalid memory access)
17132
17133 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17134
17135         * ext/dvdread/stream_labels.c:
17136         (dvdreadsrc_get_audio_stream_labels):
17137           Use NULL for an empty GList instead of g_list_alloc(); fix 
17138           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17139           of GString (easier to bulk free later)
17140
17141 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17142
17143         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17144
17145         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17146         (gst_ffmpeg_pixfmt_to_caps):
17147           Fix BGRA32 caps (#164209).
17148
17149 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17150
17151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17152
17153         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17154         (gst_ffmpeg_caps_to_pixfmt):
17155           alpha_mask can be RGBA/ABGR. Fixes #164265.
17156
17157 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17158
17159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17160
17161         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17162         (gst_mpeg2dec_alloc_buffer):
17163         * ext/mpeg2dec/gstmpeg2dec.h:
17164           Crop if decoding size is not the actual image size (#163676).
17165
17166 2005-01-17  Steve Baker  <steve@stevebaker.org>
17167
17168         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17169
17170         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17171         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17172           Add libsndfile typefind functions (#163309).
17173
17174 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17175
17176         * tools/gst-launch-ext-m.m:
17177           Add .aac, fix .m1v/.m2v (#163891).
17178
17179 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17180
17181         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17182           Sanity check, don't wait endlessly since the clock might not
17183           actually run at this point (which is a deadlock). Fixes #164069.
17184
17185 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17186
17187         * gst/playback/gstplaybasebin.c: (probe_triggered):
17188           Of course, only pause if group is done...
17189
17190 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * gst/playback/gstplaybasebin.c: (probe_triggered):
17193           Thread safety.
17194
17195 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17196
17197         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17198           Don't return state change success when the parent
17199           failed.
17200
17201 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17202
17203         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17204           Free events (fix memleak in #162905).
17205
17206 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17207
17208         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17211         (gst_ffmpeg_caps_to_pixfmt):
17212           Fix for depth = 15. Fixes #161675.
17213
17214 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17215
17216         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17217           Set FPS correctly, even for webcams and the like.
17218         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17219           Don error on setting while capturing.
17220
17221 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17222
17223         * ext/dv/gstdvdec.c:
17224         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17225         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17226           I'm a bad boy. using /1001. to force C to do float division
17227           and not integer division (as it did in my last commit)
17228           Thanks to David I. Lehn for pointing this mistake.
17229
17230 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17231
17232         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17233           Revert Johan's 1.35->1.36 since it breaks compat.
17234
17235 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17236
17237         * ext/dv/gstdvdec.c:
17238         * ext/libfame/gstlibfame.c:
17239         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17240         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17241           replace framerate aproximations by their real value
17242           (24000/1001, 30000/1001, 60000/1001)
17243           Finish fixing bug #164049
17244
17245 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17246
17247         * ext/ogg/gstoggmux.c:
17248           eos/bos debugging
17249         * gst/tcp/gstmultifdsink.c:
17250         * gst/tcp/gstmultifdsink.h:
17251         * gst/tcp/gsttcp.c:
17252         * gst/tcp/gsttcp.h:
17253         * gst/tcp/gsttcpclientsink.c:
17254         * gst/tcp/gsttcpclientsrc.c:
17255         * gst/tcp/gsttcpserversink.c:
17256         * gst/tcp/gsttcpserversrc.c:
17257           improve reusability of elements after state changes and errors
17258           make multifdsink throw away streamheaders when receiving new ones
17259
17260 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17261
17262         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17263           Fix for if items are already in list...
17264
17265 2005-01-12  Benjamin Otte  <otte@gnome.org>
17266
17267         * gst/adder/gstadder.c: (gst_adder_loop):
17268           fix adder a bit so it doesn't screw up with events as much anymore
17269
17270 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17271
17272         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17273         (pixbufscale_scale), (gst_pixbufscale_chain):
17274         * ext/gdk_pixbuf/pixbufscale.h:
17275           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17276           to ensure rowstrides are calculated the same way as 
17277           ffmpegcolorspace
17278           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17279           that we pick up duration and offset also.
17280
17281 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17282
17283         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17284         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17285           Reusability fixes.
17286
17287 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17288
17289         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17290         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17291         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17292         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17293           Update flags when requested.
17294
17295 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17296
17297         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17298           Fix dmix.
17299
17300 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17303         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17304         (probe_triggered), (new_decoded_pad), (gen_source_element),
17305         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17306         * gst/playback/gstplaybasebin.h:
17307         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17308         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17309         (gst_play_bin_change_state):
17310           Implement group-switch signal for use in apps to clear metadata
17311           cache, clean up subtitle, add suburi property instead of # hack,
17312           some error-out fixes.
17313
17314 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17315
17316         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17317           Debug.
17318         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17319           If we got a state change in the _get handler, don't return success.
17320
17321 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17322
17323         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17324         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17325           Make jpegdec quiet on MJPEG decoding
17326         * gst/asfdemux/README:
17327           Fix mimetypes for MJPEG and H263
17328
17329 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * ext/theora/theoradec.c: (theora_dec_chain):
17332           Fix broken code generation by gcc by swapping arguments.
17333         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17334           Fix \n in debug.
17335
17336 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17337
17338         * TODO:
17339           delete this file, it is by far outdated
17340         * ext/alsa/gstalsa.1: remove
17341         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17342         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17343         (gst_alsa_get_caps):
17344           Add HW probing for supported sample rates. Fixes #161704
17345
17346 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17347
17348         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17349           Don't crash, biatch! :).
17350
17351 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * ext/musepack/gstmusepackreader.cpp:
17354         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17355           Some work on tags - still doesn't work in playbin...
17356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17357           Handle events...
17358
17359 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17360
17361         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17362           Also shove tags on kid pads.
17363
17364 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17367           Don't bail on unknown events.
17368         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17369           Don't crash on events before negotiation.
17370         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17371           Send tags on pads, too.
17372         * gst/playback/gststreamselector.c:
17373         (gst_stream_selector_request_new_pad):
17374           Forward events on first pad if no input was selected yet.
17375
17376 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17377
17378         * gst/playback/gstplaybasebin.c: (setup_substreams):
17379           Don't disable streamtype if the stream doesn't exist, since
17380           then playing a video after audio will disable both and nothing
17381           will happen. Fixes the testsuite.
17382
17383 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17384
17385         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17386         (gst_v4l_xoverlay_set_xwindow_id):
17387         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17388         (gst_v4l2_xoverlay_set_xwindow_id):
17389           Add debug categories, fix overlay disabling.
17390
17391 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17392
17393         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17394         * ext/alsa/gstalsa.h:
17395           Add HW probing for period_count/size and buffer_size MIX/MAX
17396           Adjust default/user defined value if out of bounds
17397           Should fix bug #162024
17398
17399 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17400
17401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17402           Fix warning (#161191).
17403
17404 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17405
17406         * ext/dvdread/stream_labels.c:
17407         (dvdreadsrc_get_audio_stream_labels):
17408           Fix warning (init the good variable in switch default)
17409
17410 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17411
17412         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17413
17414         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17415           Fix gcc-2.95 compile (#163485).
17416
17417 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17418
17419         * configure.ac:
17420         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17421         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17422         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17423         (gst_flacenc_change_state):
17424         * ext/flac/gstflacenc.h:
17425           Update for API change in flac-1.1.1. Update requirement in
17426           configure.ac. Fixes #162974.
17427
17428 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17429
17430         * gst/playback/gstplaybasebin.c: (group_destroy):
17431           Remove hack to get rid of assert and get rid of unlinked
17432           signals properly.
17433
17434 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17435
17436         * gst/playback/gstplaybasebin.c: (setup_source):
17437           Set source to NULL so that resources are free'ed. Fixes issues
17438           with playback of CDDA and similar device-accessing things.
17439
17440 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17441
17442         * testsuite/embed/Makefile.am:
17443           test->noinst, fix make test in buildbot.
17444
17445 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17446
17447         * ext/dvdread/stream_labels.c: new file
17448         * ext/dvdread/stream_labels.h: new file
17449         * ext/dvdread/Makefile.am:
17450         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17451           Extract audio stream label from DVD IFO files.
17452           It only dump them on the console for now, still have to
17453           make playbin aware of them.
17454
17455 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17456
17457         * gst/playback/gstplaybasebin.c: (setup_source):
17458           Fix hanging subs.
17459
17460 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17461
17462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17463         (gen_preroll_element), (remove_groups), (setup_subtitle),
17464         (gen_source_element), (setup_source):
17465         * gst/playback/gstplaybasebin.h:
17466           Multiple .sub files is just a stupid idea... Fix some threading
17467           mistakes. Interestingly, external .sub files cause playbin to
17468           hang, I don't know why... Parsing fixes contributed by Fran??ois
17469           Kooman <fkooman@tuxed.net>.
17470
17471 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17472
17473         * testsuite/embed/Makefile.am:
17474           Fix buildbot.
17475
17476 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17477
17478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17481         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17482         (gst_pngenc_set_property):
17483         * ext/libpng/gstpngenc.h:
17484           Add compression level property (#163323).
17485
17486 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17487
17488         * configure.ac:
17489         * examples/capsfilter/capsfilter1.c: (main):
17490         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17491         * ext/dvdread/Makefile.am:
17492         * ext/dvdread/demo-play:
17493         * ext/dvdread/demo-play.c:
17494         * gconf/gstreamer.schemas.in:
17495         * gst-libs/gst/gconf/gconf.c:
17496         * sys/v4l/TODO:
17497         * testsuite/Makefile.am:
17498         * testsuite/embed/Makefile.am:
17499         * testsuite/embed/embed.c: (cb_expose), (main):
17500           Remove all references to xvideosink, fix examples (#140845).
17501         * gst/playback/gstplaybasebin.c: (group_destroy):
17502           Apparently, disposal does not unlink - so do explicitely.
17503         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17504           Add debug.
17505
17506 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17507
17508         * README: fix PKG_CONFIG_PATH instructions, what was there
17509         previously was breaking default search path, not nice. 
17510         Fixes #163358
17511
17512 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17513
17514         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17515         (gst_audioscale_chain):
17516           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17517           when resampling - how the ^@$^!@^! is this possible?!?
17518
17519 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17520
17521         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17522           Reset variables on READY.
17523         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17524         (gst_matroska_mux_loop):
17525           Require data before writing header.
17526
17527 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17528
17529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17530
17531         * ext/mad/gstmad.c: (gst_mad_chain):
17532           Don't call mad_stream_sync() directly after recovering sync.
17533           Fixes #151661.
17534
17535 2005-01-09  Martin Eikermann  <meiker@upb.de>
17536
17537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17538
17539         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17540         (snapshot_handler), (gst_snapshot_sinkconnect),
17541         (gst_snapshot_chain):
17542           Allocate resources when required, fix recursive signal emission
17543           and fix caps. Fixes #161667.
17544
17545 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17546
17547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17548
17549         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17550         (gst_pngdec_chain):
17551           Handle only 8-bppc (bits-per-pixel-component) images, better
17552           error handling and correct strides. Fixes #163177.
17553         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17554         (gst_pngenc_chain):
17555           Better error handling. Fixes #163348.
17556
17557 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17558
17559         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17560         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17561         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17562         (dvdnavsrc_uri_handler_init):
17563           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17564         * gst/playback/gstplaybasebin.c: (gen_source_element):
17565           Add MMS to streaming URIs.
17566
17567 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17568
17569         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17570         * sys/xvimage/xvimagesink.c:
17571         (gst_xvimagesink_navigation_send_event):
17572           Check for pad availability before sending event.
17573
17574 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17575
17576         * gst-plugins.spec.in:
17577           Add subparse.
17578
17579 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17580
17581         * configure.ac:
17582           Since we use functions from CVS, up requirement.
17583
17584 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17585
17586         * gst/playback/Makefile.am:
17587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17588         (group_destroy), (group_commit), (group_is_muted),
17589         (gen_preroll_element), (add_stream), (unknown_type),
17590         (probe_triggered), (preroll_unlinked), (mute_stream),
17591         (silence_stream), (new_decoded_pad), (setup_substreams),
17592         (setup_source), (get_active_source), (mute_group_type),
17593         (muted_group_change_state), (set_active_source),
17594         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17595         (play_base_eos), (gst_play_base_bin_change_state):
17596         * gst/playback/gstplaybasebin.h:
17597         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17598         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17599         (gst_stream_info_dispose), (stream_info_mute_pad),
17600         (stream_info_change_state), (gst_stream_info_set_mute):
17601         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17602         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17603         (gst_stream_selector_init), (gst_stream_selector_dispose),
17604         (gst_stream_selector_get_linked_pad),
17605         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17606         (gst_stream_selector_get_linked_pads),
17607         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17608         * gst/playback/gststreamselector.h:
17609           Adding stream selection support plus required properties for
17610           applications to use this. Fully fixes #100931.
17611
17612 2005-01-08  Benjamin Otte  <otte@gnome.org>
17613
17614         * gst/games/gstpuzzle.c: (nav_event_handler):
17615           - handle nav events differently: forward every event no matter if it
17616             was handled or not.
17617           - translate events
17618           You can now cheat by using navigationtest ! puzzle and moving the
17619           mouse close to the edge of a tile. ;)
17620
17621 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17622
17623         * configure.ac:
17624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17625         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17626         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17627         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17628         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17629         (gst_ogm_parse_plugin_init):
17630         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17631         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17632         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17633         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17634         * ext/pango/gsttextoverlay.h:
17635         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17636         (gst_matroska_demux_handle_seek_event),
17637         (gst_matroska_demux_sync_streams),
17638         (gst_matroska_demux_parse_blockgroup),
17639         (gst_matroska_demux_subtitle_caps),
17640         (gst_matroska_demux_plugin_init):
17641         * gst/matroska/matroska-ids.h:
17642         * gst/playback/gstdecodebin.c: (close_pad_link):
17643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17644         (gen_preroll_element), (remove_groups), (add_stream),
17645         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17646         (setup_source):
17647         * gst/playback/gstplaybasebin.h:
17648         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17649         * gst/subparse/Makefile.am:
17650         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17651         (gst_subparse_base_init), (gst_subparse_class_init),
17652         (gst_subparse_init), (gst_subparse_formats),
17653         (gst_subparse_eventmask), (gst_subparse_event),
17654         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17655         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17656         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17657         (parse_mpsub_deinit), (parse_mpsub_init),
17658         (gst_subparse_buffer_format_autodetect),
17659         (gst_subparse_format_autodetect), (gst_subparse_loop),
17660         (gst_subparse_change_state), (gst_subparse_type_find),
17661         (plugin_init):
17662         * gst/subparse/gstsubparse.h:
17663         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17664         (plugin_init):
17665           Add subtitle support, .sub parser (supports SRT and MPsub),
17666           OGM text support, Matroska UTF-8 text support, deadlock fixes
17667           all over the place, subtitle awareness in decodebin/playbin
17668           and some fixes to textoverlay to handle subtitles in a stream
17669           correctly. Fixes #100931.
17670
17671 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17672
17673         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17674           Check for pad availability before doing a query on it.
17675
17676 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17677
17678         * ext/dv/gstdvdec.c:
17679           really fix bpp24/32 dvdec caps (classic rgba indeed)
17680         * gst/asfdemux/gstasfdemux.c:
17681         (gst_asf_demux_process_ext_content_desc):
17682           don't send text tags if they are empty (bis repetita)
17683
17684 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17685
17686         * ext/dv/gstdvdec.c:
17687          remove unneeded comment from dvdec
17688           (related to DV 4CC codes in AVI files)
17689           moved them in gstreamer/docs/random/mimetypes
17690         * gst/asfdemux/gstasfdemux.c:
17691         (gst_asf_demux_process_ext_content_desc):
17692          don't send text tags if they are empty
17693          fix mem leak on error path
17694         * gst/ffmpegcolorspace/avcodec.h:
17695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17696         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17697         (gst_ffmpegcsp_avpicture_fill):
17698         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17699         * gst/ffmpegcolorspace/imgconvert_template.h:
17700          adds BGR32 and BGRA32 to ffmpegcolorspace
17701           (still bad colors, fixing it on next commit)
17702           helps with dvdec outputing BGR32
17703
17704 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17705
17706         * ext/dv/gstdvdec.c:
17707          Fix audio caps i just broke (missing ',')
17708         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17709         (gst_matroska_mux_reset):
17710          Fix typo + add FIXME about old "x-gst-metadata" crap
17711
17712 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17713
17714         * ext/dv/demo-play.c: (main):
17715          xvideosink -> xvimagesink
17716         * ext/dv/gstdvdec.c:
17717          change rgb 32/32 caps to 24/32 (no alpha)
17718          change nb of channels to be a list (2 or 4, not 2)
17719          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17720         * gst/asfdemux/gstasfdemux.c:
17721         (gst_asf_demux_process_ext_content_desc):
17722          Add 'date/year' to extracted metadata list
17723
17724 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17725
17726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17727           The return value of fixate_to does not imply that the requested
17728           value was set, so don't assume.
17729
17730 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17731
17732         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17733
17734         * ext/libpng/gstpngdec.c:
17735         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17736         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17737         * ext/libpng/gstpngenc.h:
17738           Alpha support (encoder; #163161), mime fixage.
17739
17740 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17741
17742         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17743
17744         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17745         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17746         (gst_faac_set_property), (gst_faac_get_property):
17747         * ext/faac/gstfaac.h:
17748           Allow for ADTS output (#153434).
17749
17750 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17751
17752         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17753           Fix against template (#150576).
17754
17755 2005-01-06  Benjamin Otte  <otte@gnome.org>
17756
17757         * gst/games/gstpuzzle.c: (draw_puzzle):
17758           don't draw a puzzle if either width or height of tiles would be 0.
17759
17760 2005-01-06  Benjamin Otte  <otte@gnome.org>
17761
17762         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17763         (gst_puzzle_class_init), (gst_puzzle_finalize):
17764           no memleaks, please
17765         (gst_puzzle_create), (gst_puzzle_init),
17766         (gst_puzzle_set_property), (gst_puzzle_setup):
17767           change initialization code around so we don't reshuffle on resize
17768         (draw_puzzle):
17769           fix another stupid typo
17770
17771 2005-01-06  Benjamin Otte  <otte@gnome.org>
17772
17773         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17774           fix stupid typo that borked copying on YUY2
17775
17776 2005-01-06  Benjamin Otte  <otte@gnome.org>
17777
17778         * gst/games/gstpuzzle.c: (draw_puzzle):
17779           fix edges when image sizes aren't multiples of tile sizes
17780
17781 2005-01-06  Benjamin Otte  <otte@gnome.org>
17782
17783         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17784           make RGB endianness work correctly
17785         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17786           refactor and fix race with initial shuffling
17787         (nav_event_handler):
17788           allow using the mouse to puzzle
17789         (draw_puzzle):
17790           insist on tiles having width and height as multiples of 4 to get
17791           clean YUV image handling
17792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17793         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17794           s/DEBUG/LOG/ for common messages
17795         (gst_xvimagesink_navigation_send_event):
17796           fix mouse event translation to not include screen PAR
17797         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17798           fix mouse event translation to actually work
17799
17800 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17801
17802         * gst/asfdemux/gstasfdemux.c:
17803         (gst_asf_demux_process_ext_content_desc):
17804          Extract TrackNumber metadata + clean up code
17805         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17806          Hope this is the good fix (var used unitialised)
17807
17808 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * ext/faad/gstfaad.c: (gst_faad_chain):
17811           Only increment timestamp if it's valid. Fixes raw AAC streams.
17812
17813 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17814
17815         * configure.ac:
17816         * gst/games/Makefile.am:
17817         * gst/games/gstpuzzle.c:
17818           add a puzzle game with...
17819         * gst/games/gstvideoimage.c:
17820         * gst/games/gstvideoimage.h:
17821           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17822           from videotestsrc and made into something that would be a nice
17823           library for a lot of other plugins.
17824
17825 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17826
17827         * configure.ac:
17828          don't compile faad plugin if a RC of 2.0 is found
17829          Fixes #155346 (and FC1 buildbot)
17830         * gst/asfdemux/gstasfdemux.c:
17831         (gst_asf_demux_process_ext_content_desc):
17832          try to make Solaris compiler happier
17833
17834 2005-01-06  Paul Jack  <pjack@sfaf.org>
17835
17836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17837
17838         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17839           Fix segfault (#161667).
17840
17841 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17842
17843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17844           Fix framerate reporting.
17845
17846 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17847
17848         * gst-libs/gst/riff/riff-ids.h:
17849         * gst/wavenc/riff.h:
17850          Add AMR (VBR and CBR) ids to riff.h audio codec list
17851         * gst/asfdemux/gstasfdemux.c:
17852         (gst_asf_demux_process_ext_content_desc),
17853         (gst_asf_demux_process_object):
17854           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17855
17856 2005-01-05  Martin Eikermann  <meiker@upb.de>
17857
17858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17859
17860         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17861         (gst_dvd_demux_handle_discont):
17862         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17863         (gst_mpeg_demux_handle_discont):
17864           Recreate pads on new-media (#160730).
17865         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17866           Send discont even if manager changes timestamps (#161929).
17867
17868 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17869
17870         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17873           Fix invalid memory access (#159211).
17874
17875 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17876
17877         * examples/gstplay/player.c: (main):
17878           Don't iterate.
17879         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17880           Add visualizations.
17881         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17882         (gst_a52dec_handle_frame):
17883           Set duration.
17884         * ext/dvdnav/gst-dvd:
17885           Add audioconvert. Fixes #161325.
17886         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17887           Explicitely case to gint64. Possible valgrind error.
17888         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17889         (gst_play_tick_callback), (gst_play_change_state),
17890         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17891         (gst_play_set_location), (gst_play_get_location),
17892         (gst_play_seek_to_time), (gst_play_set_data_src),
17893         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17894         (gst_play_set_visualization), (gst_play_connect_visualization),
17895         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17896         (gst_play_new):
17897           Use playbin. Fixes #139749 and #147744.
17898         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17899           Add genre tag.
17900         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17901         (audioscale_get_type), (gst_audioscale_base_init),
17902         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17903         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17904         (gst_audioscale_link), (gst_audioscale_get_buffer),
17905         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17906         (gst_audioscale_init), (gst_audioscale_dispose),
17907         (gst_audioscale_chain), (gst_audioscale_set_property),
17908         (gst_audioscale_get_property), (plugin_init):
17909           Indent properly.
17910         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17911           Fix LPCM.
17912         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17913         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17914         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17915           Add more metadata (fixes #162656).
17916
17917 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17918
17919         * configure.ac:
17920           back to cvs
17921
17922 === release 0.8.7 ===
17923
17924 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17925
17926         * NEWS:
17927         * RELEASE:
17928         * configure.ac:
17929           releasing 0.8.7, "Hyperspace"
17930
17931 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17932
17933         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17934
17935         * gst/playback/gstplaybasebin.c:
17936          Fix for #162924 - free caps after use, not before
17937
17938 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17939
17940         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17941
17942         * gst/playback/gstplaybasebin.c:
17943         * gst/wavparse/gstwavparse.c:
17944           Fix for #154773 - fixes playback of small .wav files
17945
17946 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17947
17948         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17949
17950         * gst/audioscale/gstaudioscale.c:
17951           Fix for #162819 - make audioscale reusable
17952           Fixes playback of more than one file with playbin/totem
17953
17954 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17955
17956         * gst/ffmpegcolorspace/avcodec.h:
17957         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17958         * gst/ffmpegcolorspace/imgconvert.c:
17959           clean up the mess that made me cry and avoid needless duplication
17960
17961 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17962
17963         * gst/ffmpegcolorspace/imgconvert.c:
17964           give some indication of why we're segfaulting
17965
17966 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17967
17968         * configure.ac:
17969           Fix indentation, fix v4l2 plugin detection.
17970         * ext/Makefile.am:
17971           Fix libmms location (Maciej, use diff -u!).
17972         * ext/alsa/gstalsa.c: (gst_alsa_init):
17973           Initialize caps cache to NULL.
17974         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17975           Only change state on audiosink if it exists.
17976
17977 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17978
17979         * gst/matroska/matroska-demux.c:
17980         * gst/matroska/matroska-ids.h:
17981         * gst/matroska/matroska-demux.h:
17982         Fix Vorbis streams failing to decode in some files, where cluster_time
17983         isn't 0, because then it doesn't send codec_priv before actual data.
17984         Remove time-based test and replace it with marker set on beginning of
17985         new stream
17986
17987 2004-12-28  David Schleef  <ds@schleef.org>
17988
17989         Merge patch from Ronald fixing problems with streaming
17990         text.
17991         * ext/cairo/gstcairo.c: (plugin_init):
17992         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17993         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17994         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17995         (gst_textoverlay_font_init), (gst_textoverlay_init),
17996         (gst_textoverlay_set_property):
17997         * ext/cairo/gsttextoverlay.h:
17998
17999 2004-12-27  David Schleef  <ds@schleef.org>
18000
18001         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18002         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18003         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18004         (gst_textoverlay_font_init), (gst_textoverlay_init),
18005         (gst_textoverlay_set_property): Improvements to actually
18006         render text as white on black outline on video, including
18007         font selection and horizontal/vertical alignment.  (Ronald's
18008         christmas present)
18009         * ext/cairo/gsttextoverlay.h:
18010
18011 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18012
18013         * ext/ogg/gstogg.c:
18014         * ext/ogg/gstogmparse.c:
18015           fix ogm[audio/video]parse plugin registration
18016           (riff won't load if bytestream is already loaded)
18017
18018 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18019
18020         * gst/audioconvert/gstchannelmix.c:
18021           fix for GLIB < 2.4
18022
18023 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18024
18025         * Makefile.am:
18026         * configure.ac:
18027           disable docs again until it actually passes make distcheck.
18028
18029 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18030
18031         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18032         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18033         (plugin_init):
18034           Add 3GP (variables name Q3GP because they can't start with a
18035           number). Add samr audio fourcc (used in .3gp files), decoder
18036           is work in progress. Also do a GST_WARNING instead of ERROR
18037           in case of unknown nodes, to decrease output.
18038
18039 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18040
18041         * Makefile.am:
18042           really fix dist
18043
18044 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18045
18046         * configure.ac:
18047         * ext/speex/gstspeexdec.h:
18048         * ext/speex/gstspeexenc.h:
18049           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18050           Fix detection code in configure.ac
18051
18052 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * gst/matroska/matroska-demux.c:
18055         (gst_matroska_demux_parse_blockgroup):
18056           Save position, so that queries give proper return values. Don't
18057           know how this could ever have worked before...
18058
18059 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * configure.ac:
18062           Put additional LAME check inside the conditional.  Fixes #152339
18063
18064 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18067         (gst_avi_demux_stream_scan):
18068           Add some more debug. Fix logic error when setting movi offset
18069           while reading index.
18070
18071 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18072
18073         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18074         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18075         (gst_avi_demux_process_next_entry):
18076           Add some debugging. Better detection of broken indexes and the
18077           accompanying index recovery. No infinite loops on state changes
18078           when we're still in our loopfunction.
18079
18080 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18081
18082         * configure.ac:
18083           Fix up.
18084
18085 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18086
18087         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18088
18089         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18090           Normalizing the value before setting
18091         (gst_sunaudiomixer_get_volume):
18092           Normalizing the value after getting. Fixes bug# 161980
18093
18094 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18095
18096         * Makefile.am: Make sure docs gets disted
18097         * docs/Makefile.am: Make sure all needed files get disted
18098         * gst-plugins.spec.in: latest updates
18099
18100 2004-12-22  Wim Taymans  <wim@fluendo.com>
18101
18102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18103         Revert patch 1.38 as clock distribution over schedulers does
18104         not work correcly in the core yet.
18105
18106 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18107
18108         * sys/oss/README: remove this file, which predates my birth
18109           (and which content is by far outdated)
18110
18111 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18112
18113         * Makefile.am:
18114         * configure.ac:
18115         * docs/Makefile.am:
18116         * docs/libs/Makefile.am:
18117         * docs/libs/gst-plugins-libs-docs.sgml:
18118         * docs/libs/gst-plugins-libs-sections.txt:
18119         * docs/libs/tmpl/gstgconf.sgml:
18120         * docs/upload.mak:
18121         * docs/version.entities.in:
18122           Added boilerplate gtk-doc files for plugin-libs documentation.
18123
18124 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18125
18126         * gst/auparse/gstauparse.c: fix int and float audio caps
18127
18128 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18129
18130         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18131         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18132           g_assert() can be a macro, don't use #ifdef inside it.
18133
18134 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18135
18136         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18137
18138         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18139         (gst_videorate_init), (gst_videorate_chain),
18140         (gst_videorate_change_state):
18141           Event handling (fixes #159986).
18142
18143 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18144
18145         * gst-libs/gst/riff/riff-media.c:
18146         (gst_riff_create_video_caps_with_data):
18147           Add BLZ0 (Blizzard's version of DivX) fourcc.
18148
18149 2004-12-18  David Schleef  <ds@schleef.org>
18150
18151         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18152         portability fix.
18153
18154 2004-12-18  David Schleef  <ds@schleef.org>
18155
18156         * gst/tta/ttadec.h: Disable some header code that isn't used
18157         and clearly isn't portable.
18158
18159 2004-12-18  David Schleef  <ds@schleef.org>
18160
18161         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18162         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18163         (avcodec_get_pix_fmt), (avpicture_layout),
18164         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18165         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18166         Fix code to not use GCC extensions (and c99 extensions that
18167         Forte does not like.)
18168
18169 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18170
18171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18172
18173         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18174         (gst_deinterlace_chain):
18175           Rowstride fixes. Fixes #161039.
18176         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18177         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18178         (gst_video_crop_getcaps), (gst_video_crop_link),
18179         (gst_video_crop_i420), (gst_video_crop_chain),
18180         (gst_video_crop_change_state):
18181           Rework of negotiation. Actually works now. Fixes #158650.
18182
18183 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18184
18185         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18186           That was very stupid.
18187
18188 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18189
18190         * gst/matroska/matroska-demux.c:
18191         (gst_matroska_demux_parse_blockgroup):
18192           Fix possible crasher.
18193
18194 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18195
18196         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18197         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18198           Lace sizes can be zero.
18199
18200 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * ext/musepack/gstmusepackdec.cpp:
18203           Fetch error return values. Fixes #161624.
18204         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18205           Really EOS.
18206
18207 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18208
18209         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18210           Work for truncated (unfinished download etc.) files. Fixes #160514.
18211
18212 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18213
18214         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18215           Fix for integer overflow. Makes #156001 not crash. Probably masks
18216           the real bug.
18217
18218 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18219
18220         * gst/ac3parse/gstac3parse.c: (plugin_init):
18221           Parsers never have ranks. Fixes #159651.
18222
18223 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18224
18225         * gst/playback/gstdecodebin.c: (compare_ranks):
18226           make sure the facotries are ordered the same every time even if they
18227           have the same rank by using the name
18228         * gst/playback/gstdecodebin.c: (find_compatibles):
18229           make sure we don't add factories to the list twice
18230
18231 2004-12-16  David Schleef  <ds@schleef.org>
18232
18233         * configure.ac: look for musepack headers as musepack/*.h
18234         (fixes #159847)
18235         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18236         * ext/musepack/gstmusepackreader.h: same
18237
18238 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18239
18240         * gst-libs/gst/riff/riff-read.c:
18241         (gst_riff_read_strf_auds_with_data):
18242           Read extradata correctly (fixes #155879).
18243
18244 2004-12-16  David Schleef  <ds@schleef.org>
18245
18246         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18247         audio.  does _not_ attempt or allow conversion unless channels
18248         is 1 or 2.
18249
18250 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18251
18252         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18253
18254 2004-12-16  David Schleef  <ds@schleef.org>
18255
18256         * gst/audioscale/gstaudioscale.c: the resample library only
18257         handles 1 or 2 channels.  Change caps to compensate.
18258
18259 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18260
18261         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18262         (gst_matroska_demux_audio_caps):
18263           Some MPEG-AAC hacks, because else it doesn't work...
18264
18265 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18266
18267         * gst-libs/gst/riff/riff-media.c:
18268         (gst_riff_create_video_caps_with_data),
18269         (gst_riff_create_video_template_caps):
18270           Add h264.
18271
18272 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * gst-libs/gst/audio/Makefile.am:
18275           Try to fix buildbot.
18276
18277 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18278
18279         * gst/tcp/gstmultifdsink.c:
18280           Clean up and uniformize debugging.
18281
18282 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18283
18284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18285
18286         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18287         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18289         (gst_mpeg_demux_change_state):
18290           Reset on ready. Fixes 160276.
18291
18292 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18293
18294         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18295
18296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18297         (gst_ffmpegcsp_pad_link):
18298           Fix memleak (#154815).
18299
18300 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18301
18302         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18303
18304         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18305         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18306         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18307         * ext/musicbrainz/gsttrm.h:
18308           Add support for using a proxy server when getting a trm id from
18309           the MusicBrainz database (#149613).
18310
18311 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18312
18313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18314
18315         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18316         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18317           Fix memleaks (#157233).
18318
18319 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18320
18321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18322
18323         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18324         * gst-libs/gst/resample/resample.h:
18325         * gst/audioscale/gstaudioscale.c:
18326           Fix memleak (#159215).
18327
18328 2004-12-16  Toni Willberg  <toniw@iki.fi>
18329
18330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18333         * sys/oss/oss_probe.c: (main):
18334           Check for mono/stereo support (similar to samplerate probing),
18335           fixes #159433. Also add missing copyright header to oss_probe.c.
18336
18337 2004-12-15  David Schleef  <ds@schleef.org>
18338
18339         * configure.ac: add audioresample and cairo plugins.  Remove
18340         HAVE_MMX stuff, because it's not used.
18341         * ext/Makefile.am: same
18342         * ext/audioresample/Makefile.am: You are not ready for an
18343         audio resampling element based on audioresample.
18344         * ext/audioresample/gstaudioresample.c:
18345         * ext/audioresample/gstaudioresample.h:
18346         * ext/cairo/Makefile.am: You are not ready for overlay elements
18347         based on cairo.  Don't look too closely, these elements kinda
18348         suck right now.
18349         * ext/cairo/gstcairo.c: new
18350         * ext/cairo/gsttextoverlay.c: new
18351         * ext/cairo/gsttextoverlay.h: new
18352         * ext/cairo/gsttimeoverlay.c: new
18353         * ext/cairo/gsttimeoverlay.h: new
18354         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18355         problem with compilers that don't support variadic macros.
18356
18357 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18358
18359         Reviewed by:  David Schleef  <ds@schleef.org>
18360
18361         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18362         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18363         bit.  Also ran indent-gst.
18364         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18365         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18366         (gst_sunaudiosrc_setparams):
18367
18368 2004-12-14  David Schleef  <ds@schleef.org>
18369
18370         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18371         output rate to 16000.  Should fix #160235.
18372
18373 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18374
18375         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18376         Add typefinding for mpeg2 pes streams
18377
18378 2004-12-13  David Schleef  <ds@schleef.org>
18379
18380         * configure.ac:  Applied patch from bug #143659, making default
18381         sources and sinks OS-dependent (for Solaris), and added code
18382         for OS/X.
18383         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18384
18385 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18386
18387         * gst-libs/gst/riff/riff-media.c:
18388           forgot to add h2.64 to avidemux template caps
18389
18390 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18391
18392         * gst/wavenc/riff.h:
18393         * gst-libs/gst/riff/riff-media.c:
18394         * gst-libs/gst/riff/riff-ids.h:
18395         * gst/avi/gstavimux.c
18396         add 4CC code for VideoSoft h264 in AVI (VSSH)
18397           fixes bug #160655
18398         remove s323 from riff, it's quicktime specific :(
18399
18400 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18401
18402         * gst/asfdemux/README
18403         * gst/wavenc/riff.h
18404         * gst-libs/gst/riff/riff-ids.h
18405         * gst-libs/gst/riff/riff-media.c
18406         * gst/qtdemux/qtdemux.c:
18407           add new 4CC codes for h263 related codecs
18408           fixes partially bug #155163
18409
18410 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18411
18412         * configure.ac: Update polyaudio requirement to 0.7
18413         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18414
18415 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18416
18417         * gst/interleave/deinterleave.c:
18418         fix my name's spelling! :)
18419
18420 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18421
18422         * AUTHORS ChangeLog
18423         * gst/auparse/gstauparse.c
18424         * gst/interleave/deinterleave.c
18425         * gst/law/:
18426                 alaw-decode.c alaw-encode.c
18427                 mulaw-decode.c mulaw-encode.c
18428         * gst/oneton/gstoneton.c
18429         * sys/osxaudio/:
18430                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18431         * sys/osxvideo/:
18432                 cocoawindow.h cocoawindow.m
18433                 osxvideosink.h osxvideosink.m
18434
18435         put the same mail address for Zaheer Abbas Merali everywhere
18436
18437 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18438
18439         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18440           Align by packetsize, and assert that we a packet available before
18441           playing. The first makes webstreams work (they often include
18442           trailing padding data in a packet), the second allows pausing a
18443           ASF stream in totem without getting demux errors afterwards.
18444
18445 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18446
18447         * ext/ogg/gstoggdemux.c: (get_relative):
18448           Check for non-NULL before accessing member (end-of-chain).
18449
18450 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18451
18452         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18453         (cdparanoia_set_property), (cdparanoia_get_property):
18454         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18455         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18456         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18457         (dvdreadsrc_init), (dvdreadsrc_set_property),
18458         (dvdreadsrc_get_property):
18459         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18460         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18461           Synchronize property names where not yet the case. Devices are
18462           now device=X, other versions are deprecated (but still exist).
18463           Also use g_free() unconditionally.
18464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18465         (setup_source), (gst_play_base_bin_get_property):
18466           Expose source.
18467
18468 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18469
18470         * configure.ac: move GCONF macro outside conditional for the am
18471           conditional. Fixes #160439
18472
18473 2004-12-08  David Schleef  <ds@schleef.org>
18474
18475         * tools/gst-visualise-m.m: Switch to elements that currently
18476         exist.
18477
18478 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18479
18480         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18481           We love wrong commas.
18482
18483 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18484
18485         * gst/matroska/matroska-demux.c:
18486         (gst_matroska_demux_handle_src_query):
18487           Don't set DEFAULT, unsupported - makes length display incorrectly
18488           in some cases.
18489
18490 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18491
18492         * gst/monoscope/README: remove blurb about files being GPL
18493         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18494         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18495           monoscope is now effectively LGPL licensed
18496
18497 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18498
18499         * gst/monoscope/README: Update information to be more correct
18500         * gst/monoscope/convolve.c: Relicense to LGPL
18501         * gst/monoscope/convolve.h: Relicense to LGPL
18502
18503 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18504
18505         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18506           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18507         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18508           set default_duration for mpeg1 audio
18509
18510 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18511
18512         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18513         * ext/alsa/gstalsa.h:
18514           refactor big chunks of the core caps negotiation code to make it
18515           a lot faster, because people claim it's really slow
18516           (actually, just cache the getcaps when the device is opened)
18517
18518 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18519
18520         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18521         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18522         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18523         (gst_a52dec_change_state), (plugin_init):
18524         * ext/a52dec/gsta52dec.h:
18525           Do something useful with timestamps. Make chain-based (since
18526           there's really no reason to be loopbased).
18527         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18528           Update current_byte/frame correctly.
18529
18530 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18531
18532         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18533         (gst_ape_demux_stream_init):
18534           Forward tags, too.
18535
18536 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18537
18538         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18539           Let's make sure we're done typefinding when detecting tags.
18540
18541 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18542
18543         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18544         (gst_ebml_read_init), (gst_ebml_read_use_event),
18545         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18546         (gst_ebml_read_seek), (gst_ebml_read_skip),
18547         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18548         (gst_ebml_read_master):
18549         * gst/matroska/ebml-read.h:
18550         * gst/matroska/matroska-demux.c:
18551         (gst_matroska_demux_parse_contents),
18552         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18553           Disgustingly evil hack for working around INTERRUPT events and
18554           their extremely annoying habit of being a pain in the ass. We
18555           simply peek a cluster before reading any of it.
18556
18557 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18558
18559         * ext/musepack/gstmusepackdec.cpp:
18560           There's also floating point libmusepacks.
18561
18562 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18563
18564         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18565         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18566           Set DURATION even if source buffer didn't. Also use increasing
18567           timestamps.
18568         * gst-libs/gst/riff/riff-media.c:
18569         (gst_riff_create_audio_caps_with_data):
18570           Block_align can have larger values than 8192.
18571
18572 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18573
18574         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18575         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18576         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18577         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18578           Fix caps.
18579
18580 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18581
18582         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18583           Fix logic bug.
18584
18585 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18586
18587         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18588           Yay, another one.
18589
18590 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18591
18592         * ext/esd/esdsink.c: (gst_esdsink_chain):
18593           Make error actually say something useful (fixes #156798).
18594         * gst-libs/gst/riff/riff-media.c:
18595         (gst_riff_create_video_caps_with_data),
18596         (gst_riff_create_video_template_caps):
18597           Add Intel Video 5.0 fourcc (IV50).
18598
18599 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18600
18601         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18602         detection on mono and stereo mp3 files.
18603
18604 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18605
18606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18607           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18608           the contained stream).
18609
18610 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18611
18612         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18613           Oops, remove debug.
18614
18615 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18616
18617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18618
18619         * gst/law/alaw-decode.c: (alawdec_getcaps):
18620         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18621           Prevent warnings when negotiating caps (fixes #159338).
18622
18623 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18624
18625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18626         (gst_ffmpegcsp_chain):
18627           Remove old leftover that shouldn't be there...
18628
18629 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18630
18631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18632
18633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18634           Don't forward DISCONT events (fixes #159684).
18635
18636 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18637
18638         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18639           Unlink manually since sometimes bin disposal (and therefore
18640           pad unlinking) is delayed, which will cause a new media file
18641           to not be able to start playing instantly.
18642
18643 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18644
18645         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18646           On mute of an unlinked stream, check for pad availability so
18647           we don't crash on unlinked pad.
18648
18649 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18650
18651         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18652         (gst_avi_demux_massage_index):
18653           Fix quite humiliating bug in omitting 0-sized index chunks but
18654           forgetting to count them for timestamps.
18655
18656 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18657
18658         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18659           Actually leave the loop if we failed to sync. Don't crash.
18660
18661 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18662
18663         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18664         (gst_dvd_demux_process_private):
18665         * gst/mpegstream/gstdvddemux.h:
18666           Fix crash (#159759). Doesn't work, though. :-(.
18667
18668 2004-11-28  Benjamin Otte  <otte@gnome.org>
18669
18670         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18671           more overwriting protection due to modifying channels one by one
18672           instead of all at once
18673
18674 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * gst/audioconvert/gstchannelmix.c:
18677         (gst_audio_convert_fill_normalize):
18678           Normalize using absolute values.
18679
18680 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18681
18682         * configure.ac:
18683         * ext/Makefile.am:
18684         * ext/directfb/Makefile.am:
18685         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18686         (gst_directfbvideosink_get_pixel_format),
18687         (gst_directfbvideosink_get_format_from_fourcc),
18688         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18689         (gst_directfbvideosink_sink_link),
18690         (gst_directfbvideosink_change_state),
18691         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18692         (gst_directfbvideosink_buffer_alloc),
18693         (gst_directfbvideosink_interface_supported),
18694         (gst_directfbvideosink_interface_init),
18695         (gst_directfbvideosink_navigation_send_event),
18696         (gst_directfbvideosink_navigation_init),
18697         (gst_directfbvideosink_set_property),
18698         (gst_directfbvideosink_get_property),
18699         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18700         (gst_directfbvideosink_base_init),
18701         (gst_directfbvideosink_class_init),
18702         (gst_directfbvideosink_get_type), (plugin_init):
18703         * ext/directfb/directfbvideosink.h: Adding a first version of
18704         directfbvideosink.
18705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18706         more.
18707
18708 2004-11-28  Benjamin Otte  <otte@gnome.org>
18709
18710         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18711           walk the samples backwards if out_channels > in_channels so we don't
18712           overwrite data
18713
18714 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18715
18716         * gst/audioconvert/Makefile.am:
18717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18718         (gst_audio_convert_link), (gst_audio_convert_change_state),
18719         (gst_audio_convert_channels):
18720         * gst/audioconvert/gstchannelmix.c:
18721         (gst_audio_convert_unset_matrix),
18722         (gst_audio_convert_fill_identical),
18723         (gst_audio_convert_fill_compatible),
18724         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18725         (gst_audio_convert_fill_others),
18726         (gst_audio_convert_fill_normalize),
18727         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18728         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18729         * gst/audioconvert/gstchannelmix.h:
18730           Implement a channel mixer.
18731
18732 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18733
18734         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18735         * ext/alsa/gstalsa.h:
18736         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18737         Make alsasink actually honor gst_element_set_clock and use that
18738         clock instead of its internal one.
18739
18740 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18741
18742         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18743         (gst_play_base_bin_change_state): nullify source and decoder when
18744         going from READY to NULL so that we don't try to do weird stuff with
18745         them when going from NULL to READY
18746         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18747         instead of g_object_unref
18748         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18749         it should be correct
18750         (gst_play_bin_change_state): don't call remove_sinks if we are
18751         currently disposing the object
18752
18753 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18754
18755         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18756           Don't forget bass if it's there. Else left channel is silent...
18757
18758 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18759
18760         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18761         (gst_a52dec_change_state):
18762           Don't do sample adjusting anymore, we use float audio now.
18763         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18764           Don't fixate to non-existing properties.
18765
18766 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18767
18768         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18769         (gst_a52dec_change_state):
18770           Advertise that we can do surround sound.
18771
18772 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18773
18774         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18775           Add buffer-frames=0.
18776         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18777         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18778         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18779         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18780         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18781         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18782         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18783         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18784         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18785         * ext/dvdread/dvdreadsrc.h:
18786           Add seeking, querying for bytes, sectors, title, angle and
18787           chapter. Handle multiple chapters. Relicense to LGPL because
18788           Billy agreed on that (thanks Billy!).
18789
18790 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18791
18792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18793         call parent dispose method
18794
18795 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18796
18797         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18798         (gst_audio_clock_get_internal_time):
18799         Fix active <-> inactive transitions: ensure time value always
18800         grows and avoid abrupt value changes.
18801
18802 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18803
18804         * configure.ac:
18805         * gst/tta/Makefile.am:
18806         * gst/tta/crc32.h:
18807         * gst/tta/filters.h:
18808         * gst/tta/gsttta.c:
18809         * gst/tta/gstttadec.c:
18810         * gst/tta/gstttadec.h:
18811         * gst/tta/gstttaparse.c:
18812         * gst/tta/gstttaparse.h:
18813         * gst/tta/ttadec.h:
18814           added TTA parser and decoder
18815
18816 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18817
18818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18819         (probe_triggered), (check_queue), (buffer_underrun),
18820         (buffer_running), (buffer_overrun), (gen_source_element),
18821         (setup_source):
18822         * gst/playback/gstplaybasebin.h:
18823           Implement buffering. Needs some more work.
18824
18825 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18826
18827         * ext/theora/theoradec.c: (theora_dec_chain):
18828           Fix ilog mask range overflow.
18829
18830 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18831
18832         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18833           Don't omit the last (which in case of dmix is the only :) )
18834           channel count. Don't set channels if <= 2.
18835
18836 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18837
18838         * gst/playback/gstplaybin.c: (gen_video_element),
18839         (gen_audio_element): Removed 2 obsolete comments
18840
18841 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18842
18843         * ext/vorbis/oggvorbisenc.c
18844         * ext/vorbis/vorbisenc.c :
18845           change description fields of those plugins to differentiate them
18846           (pitivi show Encoders by description, they had the same one)
18847
18848 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18849
18850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18851
18852         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18853         (gst_play_bin_set_property), (gen_video_element),
18854         (gen_audio_element):
18855           Refcounting fixes for provided audio-/videosinks.
18856
18857 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18858
18859         * gst/playback/gstplaybin.c: (gen_video_element),
18860         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18861           Don't reference all sinks, but only the video- and audiosinks.
18862           The vis. element should be disposed when we're done with it.
18863           We don't have any reason to keep it around. This fixes warnings
18864           when reusing playbin for playing multiple audio files with
18865           vis. enabled. Also release audio device on pause - idea stolen
18866           from Rhythmbox.
18867
18868 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18869
18870         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18871         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18872         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18873         * ext/alsa/gstalsaplugin.c: (plugin_init):
18874         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18875         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18876         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18877         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18878         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18879         (gst_faad_change_state), (plugin_init):
18880         * ext/faad/gstfaad.h:
18881         * ext/vorbis/vorbis.c: (plugin_init):
18882         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18883         * gst-libs/gst/audio/Makefile.am:
18884         * gst-libs/gst/audio/audio.c: (plugin_init):
18885         * gst-libs/gst/audio/multichannel.c:
18886         (gst_audio_check_channel_positions),
18887         (gst_audio_get_channel_positions),
18888         (gst_audio_set_channel_positions),
18889         (gst_audio_set_structure_channel_positions_list),
18890         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18891         (gst_audio_fixate_channel_positions):
18892         * gst-libs/gst/audio/multichannel.h:
18893         * gst-libs/gst/audio/testchannels.c: (main):
18894         * gst/audioconvert/gstaudioconvert.c:
18895         (gst_audio_convert_class_init), (gst_audio_convert_init),
18896         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18897         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18898         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18899         * gst/audioconvert/plugin.c: (plugin_init):
18900           Surround sound support.
18901
18902 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18903
18904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18905           Fix position for discont if we're close as well. Nitpicking, but
18906           saves a few milliseconds of extra waiting or skipping.
18907
18908 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18909
18910         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18911           We sometimes need parsers for playback, so add those too.
18912
18913 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18914
18915         * configure.ac:
18916         * gst/apetag/Makefile.am:
18917         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18918         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18919         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18920         (gst_ape_demux_get_src_query_types),
18921         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18922         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18923         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18924         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18925         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18926         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18927         (gst_ape_demux_change_state):
18928         * gst/apetag/apedemux.h:
18929         * gst/apetag/apetag.c: (plugin_init):
18930         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18931         (plugin_init):
18932           APE v1/2 tag reader plus typefind function.
18933
18934 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18935
18936         * configure.ac:
18937         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18938         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18939           Remove hacks for older core. Require newer core version
18940           accordingly.
18941
18942 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * gst/cdxaparse/Makefile.am:
18945         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18946         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18947         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18948         * gst/cdxaparse/gstcdxaparse.h:
18949         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18950         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18951         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18952         (gst_cdxastrip_get_src_query_types),
18953         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18954         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18955         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18956         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18957         * gst/cdxaparse/gstcdxastrip.h:
18958           SVCD/VCD header stripping separated from CDXA image parsing.
18959         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18960         (plugin_init):
18961           Add VCD/SVCD header typefinding for VCD/SVCD.
18962         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18963         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18964         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18965         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18966         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18967         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18968         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18969         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18970         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18971         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18972         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18973         * sys/vcd/vcdsrc.h:
18974           Fix up, add seeking, querying, URI interface. Works in totem now.
18975
18976 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * configure.ac:
18979           back to CVS
18980
18981 === release 0.8.6 ===
18982
18983 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18984
18985         * NEWS:
18986         * RELEASE:
18987         * configure.ac:
18988         * po/af.po:
18989         * po/az.po:
18990         * po/cs.po:
18991         * po/en_GB.po:
18992         * po/hu.po:
18993         * po/it.po:
18994         * po/nb.po:
18995         * po/nl.po:
18996         * po/or.po:
18997         * po/sq.po:
18998         * po/sr.po:
18999         * po/sv.po:
19000         * po/uk.po:
19001           releasing 0.8.6, "IOU Love"
19002
19003 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19004
19005         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19006
19007         * gst/playback/gstplaybasebin.c:
19008           Fix unplayable files error handling.  Fixes #158365
19009
19010 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19011
19012         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19013
19014         * gst/typefind/gsttypefindfunctions.c:
19015           Fix broken mp3 typefinding.  Fixes #158375
19016
19017 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19018
19019         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19020
19021         * ext/ogg/gstoggdemux.c:
19022           Fix sync on broken files.  Fixes #158976
19023
19024 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19025
19026         patch by: Edward Hervey <bilboed@bilboed.com>
19027
19028         * ext/libpng/gstpngenc.c:
19029           Copy over buffer properties.  Fixes #158832
19030
19031 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19032
19033         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19034
19035         * ext/dvdread/dvdreadsrc.c:
19036           Fixes invalid reads (#158462)
19037
19038 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19039
19040         * sys/v4l/gstv4lsrc.c:
19041         * sys/v4l/gstv4lsrc.h:
19042         * sys/v4l/v4lsrc_calls.c:
19043           Probe less and cache it.  Fixes #159187.
19044
19045 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19046
19047         * gst/videorate/gstvideorate.c:
19048           Handle all video formats. Fixes #159186.
19049
19050 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19051         * gst/synaesthesia/gstsynaesthesia.c:
19052         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19053         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19054         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19055         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19056         (gst_synaesthesia_change_state), (plugin_init):
19057         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19058         Force 320x200 output, as that's the only thing the underlying
19059         synaesthesia implementation supports. Still needs to be made
19060         re-entrant.
19061
19062 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19063
19064         * configure.ac:
19065           Fix mpeg2enc configure check (similar to mplex check below).
19066
19067 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19068
19069         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19070
19071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19072           Fix for gcc-2.95 (fixes #158221).
19073
19074 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19077           Re-add clock distribution hack (until new core is released).
19078           Fixes #158125.
19079
19080 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19081         * configure.ac:
19082           fix mplex configure check segfaulting on some systems (bug #140994)
19083
19084 2004-11-13  Benjamin Otte  <otte@gnome.org>
19085
19086         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19087           add debugging
19088         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19089           do a wait when we enter the loop func with no data available to
19090           write instead of getting into an 100% CPU loop by just returning and
19091           being called again by the scheduler
19092
19093 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19094
19095         * configure.ac:
19096         * ext/libvisual/visual.c: (gst_visual_get_type),
19097         (libvisual_log_handler), (gst_visual_getcaps),
19098         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19099         (plugin_init):
19100           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19101         * ext/smoothwave/Makefile.am:
19102         * ext/smoothwave/demo-osssrc.c: (main):
19103         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19104         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19105         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19106         (plugin_init):
19107         * ext/smoothwave/gstsmoothwave.h:
19108           Make gstsmoothwave a working element in the 20th century.
19109
19110         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19111           Fix incorrect link function
19112
19113 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19114
19115         * gst/volume/gstvolume.c:
19116           Allow buffer-frames=0.
19117
19118 2004-11-12 Iain <iaingnome@gmail.com>
19119
19120         * configure.ac: Check for polypaudio
19121
19122         * ext/Makefile.am: Build the polyp dir
19123
19124         * ext/polyp: The polypsink sources.
19125
19126 2004-10-30 Iain <iaingnome@gmail.com>
19127
19128         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19129         caps to reflect the new number of channels.
19130
19131 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19132
19133         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19134           Fix for negotiation order problem. This would show when the
19135           ALSA loopfuction was called before any other function. ALSA
19136           wouldn't do anything because we're not negotiated yet, leading
19137           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19138
19139 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19140
19141         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19142
19143         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19144           No warnings (#157986).
19145
19146 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19147
19148         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19149           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19150
19151 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19152
19153         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19154           Signal no-more-pads (so it works in playbin).
19155
19156 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19157
19158         * ext/musepack/gstmusepackreader.cpp:
19159           Workaround for older core.
19160
19161 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19162
19163         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19164           Actually test for odd width/height rather than testing whether
19165           a temporary variable that was 0 before we subtracted 1 is now
19166           not equal to zero (which it always is).
19167
19168 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19169
19170         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19171         Fix compilation if HAVE_XVIDEO is not defined
19172
19173 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19174
19175         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19176         Fix compilation if HAVE_XVIDEO is not defined
19177
19178 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19179
19180         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19181         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19182         (gst_goom_change_state), (plugin_init):
19183         Use the bytestream adapter so goom doesn't depend on the input
19184         buffer size.
19185         Add a debug category
19186
19187 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19188
19189         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19190           Only set hardware parameters *after* negotiation. Before
19191           negotiation, it will set ANY and that seems to cause crashes
19192           (see e.g. #151288, #153227).
19193
19194 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19195
19196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19197           This seems to be antique leftover. It needs to pass error
19198           checking.
19199         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19200         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19201         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19202         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19203           Fix GstXOverlay implementation (#151059).
19204
19205 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19206
19207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19208           Don't assert (#157853).
19209
19210 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19211
19212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19213           Fix bytes/samples confustion.
19214         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19215           Fix for underrun (#144389).
19216
19217 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19218
19219         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19220           Disable halfway-seek for pending release (since it needs a new
19221           core release).
19222
19223 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19224
19225         * sys/v4l/gstv4lsrc.c:
19226         * sys/v4l/gstv4lsrc.h:
19227         * sys/v4l/v4lsrc_calls.c:
19228           add autoprobe-fps property so we can separate autoprobing parts
19229
19230 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19231
19232         * sys/v4l/gstv4lsrc.c:
19233         * sys/v4l/v4lsrc_calls.c:
19234         initialise fourcc to catch unset fourcc's, and debug
19235
19236 2004-11-09  Wim Taymans  <wim@fluendo.com>
19237
19238         * gst/playback/README:
19239         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19240         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19241         (gst_play_bin_dispose), (gst_play_bin_set_property),
19242         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19243         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19244         (gst_play_bin_get_formats), (gst_play_bin_convert),
19245         (gst_play_bin_get_query_types), (gst_play_bin_query):
19246         Cleanups and some more documentation.
19247
19248 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19249
19250         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19251         (gst_cacasink_init), (gst_cacasink_chain):
19252         * ext/libcaca/gstcacasink.h:
19253         Cacasink inherits from VideoSink, so let that store the clock.
19254
19255 2004-11-09  Wim Taymans  <wim@fluendo.com>
19256
19257         * gst/playback/README:
19258         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19259         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19260         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19261         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19262         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19263         (setup_sinks):
19264         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19265         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19266         * gst/playback/gststreaminfo.h:
19267         Updated README.
19268         Only switch groups if all streams have muted (EOSed).
19269         Send Tags in sync with the stream playback instead of in
19270         the playback/preroll phase.
19271         Some cleanups, free the fakesrc elements.
19272
19273 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19274
19275         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19276           buffer-frames property was missing
19277         * ext/arts/gst_arts.c:
19278           rate missing from sinkcaps
19279         * ext/audiofile/gstafparse.c:
19280         * ext/audiofile/gstafsink.c:
19281         * ext/audiofile/gstafsrc.c:
19282         * ext/swfdec/gstswfdec.c:
19283           int audio doesn't know buffer-frames
19284         * ext/cdparanoia/gstcdparanoia.c:
19285           int audio doesn't know chunksize either
19286         * ext/nas/nassink.c:
19287           it's endianness, not endianess
19288         * gst-libs/gst/audio/audio.h:
19289           make float standard pad template caps really describe float
19290         * gst/law/mulaw.c: (linear_factory):
19291           signed only, please
19292         * gst/mpegstream/gstdvddemux.c:
19293           widths of 20 are not valid
19294
19295 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19296
19297         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19298
19299         * po/LINGUAS:
19300         * po/it.po:
19301           Add Italian
19302
19303 2004-11-08  Wim Taymans  <wim@fluendo.com>
19304
19305         * gst/playback/README:
19306         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19307         * gst/playback/gstplaybasebin.c: (probe_triggered),
19308         (gst_play_base_bin_change_state):
19309         Updated README, added more comments for fixmes etc..
19310
19311 2004-11-08  Wim Taymans  <wim@fluendo.com>
19312
19313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19314         We can remove this hack now.
19315
19316 2004-11-08  Wim Taymans  <wim@fluendo.com>
19317
19318         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19319         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19320         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19321         Only mix AYUV for maximum quality.
19322
19323 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19324
19325         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19326         (gst_ogg_demux_push), (gst_ogg_pad_push):
19327           Let's act as if we're synchronized now! :).
19328         * ext/theora/theoradec.c: (theora_dec_chain):
19329           Add some debug.
19330
19331 2004-11-08  Wim Taymans  <wim@fluendo.com>
19332
19333         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19334         (gst_alpha_set_property), (gst_alpha_sink_link),
19335         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19336         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19337         (gst_alpha_init_params), (gst_alpha_chain):
19338         Implement alpha functions for AYUV too, this increases
19339         accuracy quite a bit.
19340
19341 2004-11-08  Wim Taymans  <wim@fluendo.com>
19342
19343         * gst/ffmpegcolorspace/avcodec.h:
19344         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19345         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19346         (gst_ffmpegcsp_avpicture_fill):
19347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19348         (gst_ffmpegcsp_caps_remove_format_info):
19349         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19350         (shrink12), (img_get_alpha_info), (deinterlace_line),
19351         (deinterlace_line_inplace):
19352         * gst/ffmpegcolorspace/imgconvert_template.h:
19353         Added AYUV colorspace and handle RGBA a bit more respectful.
19354
19355 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19356
19357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19358           Actually always send a discont (cornercase when resending the
19359           same serial-tagged chain twice).
19360
19361 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19362
19363         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19364         (gst_ximagesink_finalize):
19365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19366         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19367
19368 2004-11-08  Wim Taymans  <wim@fluendo.com>
19369
19370         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19371         Don't segfault on NULL data.
19372
19373 2004-11-08  Wim Taymans  <wim@fluendo.com>
19374
19375         * gst/playback/gstdecodebin.c: (unlinked):
19376         * gst/playback/gstplay-marshal.list:
19377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19378         (gst_play_base_bin_init), (group_create), (get_active_group),
19379         (get_building_group), (group_destroy), (group_commit),
19380         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19381         (add_element_stream), (no_more_pads), (probe_triggered),
19382         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19383         (state_change), (setup_source), (gst_play_base_bin_get_property),
19384         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19385         (gst_play_base_bin_link_stream),
19386         (gst_play_base_bin_get_streaminfo):
19387         * gst/playback/gstplaybasebin.h:
19388         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19389         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19390         Add support for chained ogg files. Prepare for playlist
19391         support. This patch introduces the concept of pad groups, which
19392         together compose one playable media file.
19393
19394 2004-11-07  David Schleef  <ds@schleef.org>
19395
19396         * testsuite/gst-lint: Check for pad templates that aren't statically
19397         scoped.
19398
19399 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19400
19401         * configure.ac:
19402         * ext/Makefile.am:
19403         * ext/musepack/Makefile.am:
19404         * ext/musepack/gstmusepackdec.cpp:
19405         * ext/musepack/gstmusepackdec.h:
19406         * ext/musepack/gstmusepackreader.cpp:
19407         * ext/musepack/gstmusepackreader.h:
19408           Add musepack decoder.
19409         * ext/faad/gstfaad.c: (gst_faad_base_init):
19410           Make pad templates static.
19411         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19412         (plugin_init):
19413           Add musepack typefinder, make mp3 typefinding work halfway stream,
19414           which doesn't actually work yet because id3demux doesn't implement
19415           _get_length().
19416
19417 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19418
19419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19420         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19421           Fix interrupt event handling (#144436).
19422
19423 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19424
19425         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19426           Hide unused glory.
19427
19428 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19429
19430         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19431
19432         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19433           Fix weird caps (#157548).
19434
19435 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19436
19437         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19438
19439         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19440           Add missing NULL terminator (#157543).
19441
19442 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19443
19444         * gst/tcp/gsttcp.h:
19445         * gst/tcp/gsttcpclientsink.c:
19446         * gst/tcp/gsttcpclientsrc.c:
19447         * gst/tcp/gsttcpserversink.c:
19448         * gst/tcp/gsttcpserversrc.c:
19449           ports can go up to 65535.  Move common defines to gsttcp.h
19450
19451 2004-11-05  Wim Taymans  <wim@fluendo.com>
19452
19453         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19454         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19455         Added two more colorspaces.
19456
19457 2004-11-05  Wim Taymans  <wim@fluendo.com>
19458
19459         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19460         (gst_ffmpegcsp_avpicture_fill):
19461         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19462         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19463         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19464         More stride fixes.
19465
19466 2004-11-05  Wim Taymans  <wim@fluendo.com>
19467
19468         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19469         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19470         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19471         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19472         (gst_videomixer_loop):
19473         More stride fixes.
19474
19475 2004-11-05  Benjamin Otte  <otte@gnome.org>
19476
19477         * ext/mad/gstmad.c: (gst_mad_chain):
19478           don't overflow data buffer. Flush not needed sync data when syncing
19479           failed.
19480
19481 2004-11-04  Wim Taymans  <wim@fluendo.com>
19482
19483         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19484         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19485         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19486         (gst_alpha_init_params), (gst_alpha_chain),
19487         (gst_alpha_change_state):
19488         Updated the chroma keying algorithm with something more
19489         sophisticated.
19490
19491 2004-11-03  Wim Taymans  <wim@fluendo.com>
19492
19493         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19494         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19495         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19496         Fix stride issues. Does not completely work for odd
19497         heights.
19498
19499 2004-11-03  Wim Taymans  <wim@fluendo.com>
19500
19501         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19502         (gst_alpha_chroma_key), (gst_alpha_chain):
19503         Fix stride issues. Does not completely work for odd
19504         heights.
19505
19506 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19507
19508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19509         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19510         leak fixes
19511
19512 2004-11-03  Wim Taymans  <wim@fluendo.com>
19513
19514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19515         (gst_ffmpegcsp_avpicture_fill):
19516         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19517         (avpicture_alloc):
19518         * gst/ffmpegcolorspace/imgconvert_template.h:
19519         Use correct _fill function to get correct strides.
19520
19521 2004-11-02  David Schleef  <ds@schleef.org>
19522
19523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19524         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19525         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19526         Change all g_print()s to debugging.  Add a bunch of consistency
19527         checks.
19528
19529 2004-11-02  Wim Taymans  <wim@fluendo.com>
19530
19531         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19532         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19533         (unlinked), (no_more_pads), (close_link):
19534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19535         (unknown_type), (add_element_stream), (new_decoded_pad),
19536         (removed_decoded_pad), (setup_source):
19537         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19538         (gst_stream_info_class_init), (gst_stream_info_init),
19539         (gst_stream_info_new), (gst_stream_info_dispose),
19540         (stream_info_mute_pad), (gst_stream_info_set_property),
19541         (gst_stream_info_get_property):
19542         * gst/playback/gststreaminfo.h:
19543         Fix playback of multiple files.
19544         a slightly different approach to handling dynamic pad removals.
19545         This one only looks at pads that we have linked.
19546
19547 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19548
19549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19550         free" warning from libc.
19551
19552 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19553
19554         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19555         (get_unconnected_element), (remove_starting_from), (pad_removed),
19556         (close_link):
19557           Implement support for dynamic pad changing. We listen to "live"
19558           pad removals (i.e. while playing) and re-setup autoplugging
19559           after that. Playbasebin/playbin need some more work for this
19560           to finally work, but decodebin supports (and replugs) chained
19561           ogg now.
19562
19563 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19564
19565         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19566         (gst_alsa_finalize):
19567         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19568         (gst_cdaudio_finalize):
19569         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19570         (cdparanoia_finalize):
19571         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19572         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19573         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19574         (dvdreadsrc_finalize):
19575         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19576         (gst_flacdec_finalize):
19577         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19578         (gst_flacenc_finalize):
19579         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19580         (gst_gnomevfssink_finalize):
19581         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19582         (gst_gnomevfssrc_finalize):
19583         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19584         (gst_fameenc_finalize):
19585         * ext/nas/nassink.c: (gst_nassink_class_init),
19586         (gst_nassink_finalize):
19587         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19588         (gst_sdlvideosink_class_init):
19589         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19590         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19591         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19592         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19593         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19594         (gst_x_window_listener_dispose):
19595         * gst/audioscale/gstaudioscale.c:
19596         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19597         (play_on_demand_finalize):
19598         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19599         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19600         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19601         (cdplayer_finalize):
19602         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19603         (gst_glimagesink_class_init):
19604         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19605         (gst_osselement_finalize):
19606         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19607         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19608         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19609           Fixes a bunch of problems with finalize and dispose functions,
19610           either assumptions that dispose is only called once, or not calling
19611           the parent class dispose/finalize function
19612
19613 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19614
19615         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19616           added two api precondition guards
19617           use g_strdup with getenv to fix crash when using ENVVAR
19618
19619 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19620         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19621         (gst_esdsink_finalize):
19622         Use a finalize function, not dispose, and more importantly,
19623         call the parent class finalize function too
19624
19625 2004-11-01  Johan Dahlin  <johan@gnome.org>
19626
19627         * ext/ogg/gstoggdemux.c:
19628         * gst/tags/gstvorbistag.c:
19629         Plug leaks.
19630
19631 2004-10-31  Benjamin Otte  <otte@gnome.org>
19632
19633         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19634           lotsa memleaks today. But they're all small...
19635
19636 2004-10-31  Benjamin Otte  <otte@gnome.org>
19637
19638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19639           another memleak crushed
19640
19641 2004-10-31  Benjamin Otte  <otte@gnome.org>
19642
19643         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19644           fix memleak
19645
19646 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19647
19648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19649           Hack to prevent crash when going to READY inside signal handler
19650           while this function is active.
19651
19652 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19653
19654         * gst/ffmpegcolorspace/Makefile.am:
19655         * gst/ffmpegcolorspace/avcodec.h:
19656         * gst/ffmpegcolorspace/common.h:
19657         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19658         * gst/ffmpegcolorspace/dsputil.h:
19659         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19660         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19661         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19662         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19663         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19664         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19665         (gst_ffmpegcsp_avpicture_fill):
19666         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19668         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19669         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19670         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19671         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19672         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19673         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19674         * gst/ffmpegcolorspace/imgconvert.c:
19675         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19676         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19677         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19678         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19679         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19680         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19681         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19682         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19683         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19684         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19685         (grow21), (grow22), (grow41), (grow44), (conv411),
19686         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19687         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19688         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19689         (avpicture_free), (is_yuv_planar), (img_convert),
19690         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19691         (deinterlace_line_inplace), (deinterlace_bottom_field),
19692         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19693         * gst/ffmpegcolorspace/imgconvert_template.h:
19694         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19695         * gst/ffmpegcolorspace/mmx.h:
19696         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19697         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19698         (av_freep), (avcodec_get_context_defaults),
19699         (avcodec_alloc_context), (avcodec_init):
19700           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19701           handling plus update from ffmpeg CVS. Large clean-up.
19702
19703 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19704
19705         * gst/playback/Makefile.am:
19706           We need the marshallers for decodebin, too.
19707
19708 2004-10-30  David Schleef  <ds@schleef.org>
19709
19710         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19711           quicktime typefinding work with 64-bit offsets.
19712
19713 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19714
19715         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19716           Set EOS on the element when processing an EOS event.
19717         * ext/speex/gstspeexdec.h:
19718         * ext/speex/gstspeexenc.h:
19719           Only keep a const ptr to the mode
19720         * gst-libs/gst/riff/riff-media.c:
19721         (gst_riff_create_audio_caps_with_data),
19722         (gst_riff_create_audio_template_caps):
19723           Allow WMAV3, with up to 6 channels.
19724         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19725           Don't call gst_pad_set_event_function on a sink pad.
19726         * gst/mpegstream/gstdvddemux.c:
19727         (gst_dvd_demux_get_subpicture_stream),
19728         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19729           Copy the explicit caps that were set across to the cur_* pads,
19730           instead of trying to use a possibly non-existent negotiated caps.
19731           Reset the type of subpicture pads to UNKNOWN after calling
19732           init_stream, so that the caps get set.
19733
19734 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19735
19736         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19737
19738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19739           Don't touch buffer if it is of size 0 (fixes #151064).
19740
19741 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19742
19743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19744           Synchronized discont handling.
19745
19746 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19747
19748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19749         (gst_ogg_demux_push):
19750           Make seeking sort-of exact again (fixes #156387).
19751
19752 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19753
19754         * gst/playback/gstplaybasebin.c: (unknown_type),
19755         (add_element_stream), (new_decoded_pad),
19756         (gst_play_base_bin_change_state):
19757         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19758         (gst_stream_info_init), (gst_stream_info_new),
19759         (gst_stream_info_dispose), (gst_stream_info_get_property):
19760         * gst/playback/gststreaminfo.h:
19761           Make caps explicitely available. Makes testing for unsupported
19762           types possible. Improves error reporting.
19763
19764 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * gst/audioconvert/gstaudioconvert.c:
19767         (gst_audio_convert_buffer_to_default_format):
19768           Really don't touch read-only buffers (#156563).
19769
19770 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19771
19772         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19773
19774         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19775           Fix memleak (#155223).
19776
19777 2004-10-29  Wim Taymans  <wim@fluendo.com>
19778
19779         * gst/tcp/.cvsignore:
19780         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19781         (gst_multifdsink_class_init), (gst_multifdsink_init),
19782         (gst_multifdsink_add), (gst_multifdsink_remove),
19783         (gst_multifdsink_remove_client_link), (is_sync_frame),
19784         (gst_multifdsink_new_client),
19785         (gst_multifdsink_handle_client_write),
19786         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19787         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19788         (gst_multifdsink_get_property):
19789         * gst/tcp/gstmultifdsink.h:
19790         Added burst on connect sync_method, deprecated sync_clients,
19791         streamlined the sync code some more.
19792
19793 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19794
19795         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19796         (gst_play_base_bin_change_state):
19797           Improve error reporting.
19798
19799 2004-10-28  Wim Taymans  <wim@fluendo.com>
19800
19801         * gst/tcp/Makefile.am:
19802         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19803         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19804         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19805         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19806         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19807         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19808         (gst_fdset_wait):
19809         Added more locks around fdset structures. Fixed/reworked
19810         the poll array resizing code.
19811         Added stress test for fdset.
19812
19813 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19814
19815         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19816         fix build
19817
19818 2004-10-28  Benjamin Otte  <otte@gnome.org>
19819
19820         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19821           fix link function to always query channels and query width for
19822           floats
19823         * configure.ac:
19824           add equalizer dir
19825         * gst/equalizer/Makefile.am:
19826         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19827         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19828         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19829         (arg_to_scale), (setup_filter),
19830         (gst_iir_equalizer_compute_frequencies),
19831         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19832         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19833         (plugin_init):
19834           add an equalizer
19835
19836 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19837
19838         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19839
19840         * po/LINGUAS:
19841         * po/nb.po:
19842           Added Norwegian Bokmaal translation
19843
19844 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19845
19846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19847           Don't break on options (fixes #156488).
19848
19849 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19850
19851         * configure.ac:
19852         * ext/cdaudio/Makefile.am:
19853         * sys/Makefile.am:
19854           fix build on older automake
19855
19856 2004-10-26  Wim Taymans  <wim@fluendo.com>
19857
19858         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19859         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19860         Allow a little margin when negotiating the framerate.
19861
19862 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19863
19864         * gst/level/gstlevel.c:
19865           synchonised naming of pads and pad-templates
19866
19867 2004-10-26  Wim Taymans  <wim@fluendo.com>
19868
19869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19870         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19871         (_find_streams_check), (gst_ogg_demux_push):
19872         Fix EOS again. Needs to be done in a better way. We should not
19873         remove the pad if there is no new chained stream.
19874
19875 2004-10-26 Iain <iaingnome@gmail.com>
19876
19877         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19878         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19879         of the caps.
19880         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19881         pad.
19882         (interleave_release_pad): Remove the pad.
19883         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19884         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19885         the set device.
19886         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19887         attrs
19888         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19889         (gst_xvimagesink_finalize): Free the par.
19890
19891 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19892
19893         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19894         (gst_avimux_stop_file):
19895           First calculate the rate, and only then use it. Hdr.rate is a
19896           multiple and not a derivative of hdr.scale. Scale is not the
19897           same as blockalign but is solely related to rate.
19898
19899 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19900
19901         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19902         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19903           Implement seeking.
19904
19905 2004-10-25  James Henstridge  <james@jamesh.id.au>
19906
19907         Reviewed by:  David Schleef  <ds@schleef.org>
19908
19909         * examples/gstplay/player.c: (got_stream_length), (main):
19910         * examples/seeking/cdplayer.c: (update_scale):
19911         * examples/seeking/seek.c: (format_value), (update_scale):
19912         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19913         (stop_seek):
19914         Build fixes on AMD64.
19915
19916 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19917
19918         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19919
19920         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19921         Fix for some v4l cards which hang in v4lsrc
19922
19923 2004-10-25  Wim Taymans  <wim@fluendo.com>
19924
19925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19926         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19927         Make sure to remove the pad when a new chain is
19928         encountered. Set some vars to NULL so we don't try
19929         to reference freed memory.
19930
19931 2004-10-25  Wim Taymans  <wim@fluendo.com>
19932
19933         * examples/seeking/Makefile.am:
19934         * examples/seeking/cdplayer.c: (update_scale):
19935         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19936         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19937         (format_value), (update_scale), (iterate), (start_seek),
19938         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19939         (print_usage), (main):
19940         Added some more examples, update others.
19941
19942 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19943
19944         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19945         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19946         * ext/theora/theoradec.c: (theora_dec_chain):
19947         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19948           Add codec-name metadata.
19949
19950 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19951
19952         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19953
19954         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19955         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19956         * ext/alsa/gstalsamixertrack.h:
19957         * po/POTFILES.in:
19958           ALSA mixer track label internationalization (#154054).
19959
19960 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19961
19962         * ext/theora/theoradec.c: (theora_dec_chain):
19963           Export bitrate as metadata.
19964
19965 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19966
19967         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19968         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19969         * ext/alsa/gstalsamixertrack.h:
19970           Fix names, fix loop.
19971
19972 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19973
19974         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19975         (speex_dec_convert):
19976           sinkconvert function so oggdemux can get the file length (totem).
19977
19978 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19979
19980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19981
19982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19983           Don't push incomplete packets.
19984         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19985           Fix MPEG-4 audio typefinding.
19986
19987 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * sys/v4l/Makefile.am:
19990         * sys/v4l/gstv4l.c: (plugin_init):
19991         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19992         (gst_v4lelement_init), (gst_v4lelement_dispose),
19993         (gst_v4lelement_change_state):
19994         * sys/v4l/gstv4lelement.h:
19995         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19996         (gst_v4l_xoverlay_close), (idle_refresh),
19997         (gst_v4l_xoverlay_set_xwindow_id):
19998         * sys/v4l/gstv4lxoverlay.h:
19999         * sys/v4l/v4l-overlay_calls.c:
20000         * sys/v4l/v4l_calls.h:
20001         * sys/v4l2/Makefile.am:
20002         * sys/v4l2/gstv4l2.c: (plugin_init):
20003         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20004         (gst_v4l2element_init), (gst_v4l2element_dispose),
20005         (gst_v4l2element_change_state):
20006         * sys/v4l2/gstv4l2element.h:
20007         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20008         (gst_v4l2_xoverlay_close), (idle_refresh),
20009         (gst_v4l2_xoverlay_set_xwindow_id):
20010         * sys/v4l2/gstv4l2xoverlay.h:
20011         * sys/v4l2/v4l2-overlay_calls.c:
20012         * sys/v4l2/v4l2_calls.h:
20013           Remove client-side overlay handling, use the X-server v4l plugin
20014           for that. Nicer overlay, less code. Also make the plugin
20015           compileable without X (but then without overlay, obviously).
20016           Makes xwindowlistener obsolete, should we remove that?
20017
20018 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20019
20020         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20021         (gst_osssrc_src_query):
20022         * sys/oss/gstosssrc.h:
20023           OK, so people want offset in DEFAULT. This time, actually fix all
20024           cases.
20025         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20026           Add FPS properly.
20027
20028 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20029
20030         * gst/asfdemux/gstasfmux.c:
20031         * gst/avi/gstavimux.c:
20032           Framerate.
20033
20034 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20035
20036         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20037           Fix properties (channel, norm, frequency).
20038
20039 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20040
20041         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20042           Flag typo.
20043         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20044           No warnings.
20045
20046 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20047
20048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20049           Fix hang.
20050
20051 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20052
20053         * sys/v4l2/gstv4l2element.h:
20054           Yet Another Hack (tm) for kernel header borkedness.
20055         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20056         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20057         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20058         (gst_v4l2src_change_state):
20059         * sys/v4l2/gstv4l2src.h:
20060         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20061         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20062           Fix caps, keep track of state, work.
20063
20064 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20065
20066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20067           Quiet.
20068
20069 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20072           Don't mix bytes and samples.
20073
20074 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20075
20076         * ext/ogg/gstoggmux.c:
20077           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20078           and theora. Any is incorrect.
20079         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20080           Fix caps.
20081         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20082         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20083         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20084         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20085         * sys/v4l/gstv4lmjpegsrc.h:
20086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20087         (gst_v4lsrc_change_state):
20088         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20089         (gst_v4lmjpegsrc_capture_stop):
20090           Fix caps. Keep track of internal state. Work.
20091
20092 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20093
20094         * ext/Makefile.am:
20095           Fix the build fixes.
20096
20097 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20098
20099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20100         (gst_ogg_demux_src_event), (_find_chain_seek),
20101         (gst_ogg_pad_push):
20102           Check for pad availability before using it.
20103         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20104           Fix parsing of chained ogg. Needs more work on the decoder side.
20105
20106 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20107
20108         * gst/spectrum/Makefile.am:
20109         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20110         (idle_func):
20111           Fix demo and reenable it. Yes, I'm currently playing with audio
20112           analysis tools
20113
20114 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20117           We love it if files that start at zero work too...
20118
20119 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20120
20121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20122           Handle files with missing EOS headers.
20123
20124 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20125
20126         * gst/tcp/gsttcpserversink.c:
20127         (gst_tcpserversink_handle_server_read),
20128         (gst_tcpserversink_init_send):
20129         Zero some variables first (need for accept not to return EINVAL)
20130
20131 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20132
20133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20134         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20135         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20136         (theora_dec_chain):
20137         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20138         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20139           Seeking and querying finetune.
20140
20141 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * configure.ac:
20144         * ext/Makefile.am:
20145         * ext/raw1394/Makefile.am:
20146           fix the build
20147
20148 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20149
20150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20151           Wrong return.
20152         * gst/playback/Makefile.am:
20153         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20154         * gst/playback/gstplay-marshal.list:
20155         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20156           Fix marshallers.
20157
20158 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20159
20160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20161           Silence.
20162
20163 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20164
20165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20166         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20167         (gst_ogg_pad_push):
20168           Yay for non-lineair granulepos in theora.
20169
20170 2004-10-18  Wim Taymans  <wim@fluendo.com>
20171
20172         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20173         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20174         * ext/dv/gstdvdec.h:
20175         Make sure we renegotiate aspect ratio when the camera switches.
20176
20177 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20178
20179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20180         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20181           Start at zero.
20182         * ext/theora/theoradec.c: (theora_dec_chain):
20183           Skip headers. Bad idea for chained ogg, but fixes seeking.
20184
20185 2004-10-18  Wim Taymans  <wim@fluendo.com>
20186
20187         * configure.ac:
20188         I swear, this is the last time I touch this.
20189
20190 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20191
20192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20193         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20194         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20195           Faster seeking.
20196         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20197           Time-to-default conversion.
20198         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20199           Don't error on unknown packets, just skip. We should probably
20200           read them if we want to support chained ogg.
20201
20202 2004-10-18  Wim Taymans  <wim@fluendo.com>
20203
20204         * configure.ac:
20205         Added cdaudio to wrong list.
20206
20207 2004-10-18  Wim Taymans  <wim@fluendo.com>
20208
20209         * configure.ac:
20210         Revive cdaudio.
20211
20212 2004-10-18  Wim Taymans  <wim@fluendo.com>
20213
20214         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20215         (gst_dvdec_video_link), (gst_dvdec_push):
20216         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20217         (gst_smokeenc_resync), (gst_smokeenc_chain):
20218         Fix mimetype on smoke encoder.
20219         Add aspect ratio to dvdec. Not sure if these
20220         values are correct though....
20221
20222 2004-10-18  Wim Taymans  <wim@fluendo.com>
20223
20224         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20225         Fix vorbis property descriptions and ranges.
20226
20227 2004-10-18  Wim Taymans  <wim@fluendo.com>
20228
20229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20230         Really do nothing when no data is available.
20231         Go to the playing state when the stream is not seekable
20232         instead of failing.
20233
20234 2004-10-18  Wim Taymans  <wim@fluendo.com>
20235
20236         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20237         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20238         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20239         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20240         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20241         Added uri handler for cd://
20242         Port to new API.
20243
20244 2004-10-18  Wim Taymans  <wim@fluendo.com>
20245
20246         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20247         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20248         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20249         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20250         (remove_prerolls), (unknown_type), (add_element_stream),
20251         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20252         (gst_play_base_bin_remove_element),
20253         (gst_play_base_bin_link_stream):
20254         * gst/playback/gstplaybin.c: (gen_video_element),
20255         (gen_vis_element), (remove_sinks), (setup_sinks):
20256         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20257         (gst_stream_info_get_type), (gst_stream_info_class_init),
20258         (gst_stream_info_init), (gst_stream_info_new),
20259         (gst_stream_info_dispose), (stream_info_mute_pad),
20260         (gst_stream_info_set_property), (gst_stream_info_get_property):
20261         * gst/playback/gststreaminfo.h:
20262         Add sink padtemplate to decodebin.
20263         Added some more comments.
20264         Make queue size configurable in playbasebin.
20265         Added possibility to use elements as sinks (ex cdaudio).
20266
20267 2004-10-15  Wim Taymans  <wim@fluendo.com>
20268
20269         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20270         (gst_speexenc_chain):
20271         Fix speex timestamps so that it gets muxed properly.
20272
20273 2004-10-15  Wim Taymans  <wim@fluendo.com>
20274
20275         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20276         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20277         (gst_dv1394src_init), (gst_dv1394src_dispose),
20278         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20279         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20280         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20281         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20282         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20283         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20284         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20285         * ext/raw1394/gstdv1394src.h:
20286         Added conversion/query functions.
20287         Update buffer timestamps,
20288         Added signals.
20289         Added uri dv:// so it might play from the firewire in playbin.
20290         Fix a possible leak.
20291         Added debugging.
20292
20293 2004-10-15  Wim Taymans  <wim@fluendo.com>
20294
20295         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20296         (gst_dv1394src_init), (gst_dv1394src_set_property),
20297         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20298         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20299         * ext/raw1394/gstdv1394src.h:
20300         Added AV/C VTR control support needed for some cameras.
20301         Added automatic port detection.
20302         Added properties for selecting the channel.
20303         The configure.ac script is not yet updated to reflect the
20304         new libavc1394 and librom1394 dependencies.
20305
20306 2004-10-15  Wim Taymans  <wim@fluendo.com>
20307
20308         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20309         (qtdemux_parse), (gst_qtdemux_handle_esds):
20310         An esds box is not a container.
20311         Fix parsing of mp4v boxes.
20312         Do not try to renegotiate fps for each frame. Need to
20313         find a better method. This should fix mp4 playback.
20314
20315 2004-10-14  David Schleef  <ds@schleef.org>
20316
20317         * configure.ac: update for swfdec-0.3 and liboil-0.2
20318         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20319         * ext/swfdec/gstswfdec.h: same
20320         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20321         * gst/videotestsrc/videotestsrc.c: same
20322
20323 2004-10-14  Wim Taymans  <wim@fluendo.com>
20324
20325         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20326         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20327         (is_sync_frame), (gst_multifdsink_new_client),
20328         (gst_multifdsink_handle_client_write),
20329         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20330         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20331         Turn warnings into info.
20332         Don't allow a state change in the streaming thread.
20333
20334 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20335
20336         * ext/vorbis/oggvorbisenc.c:
20337         * ext/vorbis/vorbisdec.c:
20338           fix template sample rate
20339
20340 2004-10-13  Wim Taymans  <wim@fluendo.com>
20341
20342         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20343         Decoding the header first fixes some problems in resyncing
20344         in more mp3s.
20345
20346 2004-10-12  Wim Taymans  <wim@fluendo.com>
20347
20348         * gst/playback/gstplaybin.c: (gen_video_element),
20349         (gen_vis_element), (remove_sinks), (setup_sinks):
20350         Added vis plugin support, need to configure the vis
20351         element to activate it.
20352
20353 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20354
20355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20356         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20357           Some debug.
20358         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20359         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20360         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20361         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20362         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20363         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20364         * gst/avi/gstavidemux.h:
20365           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20366           recovery (where, if part of the index is broken, we will still read
20367           the rest of the index and recover the broken part by stream
20368           scanning). More broken media support. EOS workarounds. General AVI
20369           braindamage headache recovery. Aspirin included.
20370
20371 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20372
20373         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20374         (cdparanoia_event), (cdparanoia_query):
20375           Get rid of hideous lead-in.
20376
20377 2004-10-11  Wim Taymans  <wim@fluendo.com>
20378
20379         * gst/playback/gstplaybasebin.c: (setup_source):
20380         Wrong var used to get g_list_next.
20381
20382 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20383
20384         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20385         (cdparanoia_get), (cdparanoia_open):
20386           Report discid as metadata, add duration.
20387
20388 2004-10-11  Wim Taymans  <wim@fluendo.com>
20389
20390         * gst/playback/gstplaybasebin.c: (setup_source):
20391         Cleanup the previous pipeline a little earlier for the
20392         case that a source element provides raw data.
20393
20394 2004-10-11  Benjamin Otte  <otte@gnome.org>
20395
20396         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20397           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20398           consuming the last 128 bytes, even though it was valid mp3 data.
20399
20400 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20401
20402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20403         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20404         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20405         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20406
20407 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20408
20409         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20410         Fix for webcams that support only specific width or height
20411
20412 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20413
20414         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20415
20416         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20417           Fix wrong discont event setup (fixes #154967).
20418
20419 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20420
20421         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20422
20423         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20424           Error out on invalid data (fixes #154807).
20425
20426 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20427
20428         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20429
20430         * ext/dvdread/dvdreadsrc.c: (_read):
20431           Make titles > 0 work again (fixes #154834).
20432
20433 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20434
20435         * gst-libs/gst/riff/riff-media.c:
20436         (gst_riff_create_video_template_caps):
20437           WMV3 missing in template caps.
20438
20439 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20440
20441         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20442           OK, so the original code was too strict. It makes random AVI files
20443           hang for seconds upon opening, which is unacceptable and is far
20444           beyond the original goal of getting multiple chunks for one-chunk
20445           sounc stream files. So now do just that.
20446
20447 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20448
20449         * gst/playback/gstplaybasebin.c: (setup_source),
20450         (gst_play_base_bin_change_state):
20451           Actually clean up streaminfo if output fails. This would trigger
20452           if, for example, there was no CD in the drive. No preroll, so
20453           a streaminfo structure is created, but the subsequent state change
20454           of the thread fails.
20455         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20456           Don't change state if parent failed.
20457
20458 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20459
20460         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20461         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20462         (gen_video_element), (remove_sinks):
20463           Add small bits of code for screenshot handling.
20464
20465 2004-10-08  Wim Taymans  <wim@fluendo.com>
20466
20467         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20468         (gen_video_element), (gen_audio_element), (setup_sinks):
20469         Don't assume the user provided sinks are named "sink"...
20470
20471 2004-10-08  Wim Taymans  <wim@fluendo.com>
20472
20473         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20474         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20475         (gst_play_base_bin_link_stream):
20476         Do not try to autoplug sources that generate raw streams like
20477         cdparanoia.
20478         disconnect the preroll overrun signal when we don't need it anymore.
20479
20480 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20481
20482         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20483         Added reworked patch from #154903 from milosz derezynski (deadchip).
20484
20485 2004-10-08  Wim Taymans  <wim@fluendo.com>
20486
20487         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20488         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20489         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20490         (cdparanoia_convert), (cdparanoia_uri_get_type),
20491         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20492         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20493         * ext/cdparanoia/gstcdparanoia.h:
20494         This adds the cdda://<tracknum> uri.
20495
20496 2004-10-08  Wim Taymans  <wim@fluendo.com>
20497
20498         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20499         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20500         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20501         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20502         (unknown_type), (gst_play_base_bin_remove_element),
20503         (gst_play_base_bin_link_stream):
20504         * gst/playback/gstplaybasebin.h:
20505         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20506         (gst_play_bin_set_property), (gen_video_element),
20507         (gen_audio_element), (setup_sinks):
20508         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20509         (gst_stream_info_get_type), (gst_stream_info_class_init),
20510         (gst_stream_info_init), (gst_stream_info_new),
20511         (gst_stream_info_dispose), (stream_info_mute_pad),
20512         (gst_stream_info_set_property), (gst_stream_info_get_property):
20513         * gst/playback/gststreaminfo.h:
20514         Reuse the audio and video bins.
20515         Some internal cleanups in the stream selection code.
20516
20517 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20518
20519         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20520         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20521         * sys/ximage/ximagesink.h:
20522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20523         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20524         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20525         not coming from those elements. Moreover these elements should not keep
20526         the xid they have been given when in NULL state.
20527
20528 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20531         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20532         * sys/ximage/ximagesink.h:
20533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20534         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20535         * sys/xvimage/xvimagesink.h:
20536           Actually only create a new toplevel window if we're not gonna
20537           embed it right after.
20538
20539 2004-10-07  Wim Taymans  <wim@fluendo.com>
20540
20541         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20542         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20543         * gst/playback/gstplaybin.c: (setup_sinks):
20544         Implement muting/unmuting of streams, mute streams that are not
20545         used.
20546
20547 2004-10-07  Wim Taymans  <wim@fluendo.com>
20548
20549         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20550         (plugin_init):
20551         Added lame audio/x-ac3 typefind function.
20552
20553 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20554
20555         * configure.ac:
20556           bump nano to cvs
20557
20558 === release 0.8.5 ===
20559
20560 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20561
20562         * NEWS:
20563         * RELEASE:
20564         * configure.ac:
20565           releasing 0.8.5, "Take You On"
20566
20567 2004-10-06  Wim Taymans  <wim@fluendo.com>
20568
20569         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20570         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20571         (no_more_pads), (close_link), (type_found):
20572         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20573         * gst/playback/gstplaybin.c: (gen_video_element):
20574         Do not signal the no_more_pads after the first pad when
20575         we are plugging a non dynamic element with multiple
20576         output pads (like swfdec, dvdec, ...).
20577
20578 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20579
20580         * configure.ac:
20581           bump for prerelease
20582
20583 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20584
20585         * gst/wavparse/gstwavparse.c:
20586           add ATRAC3 to STATIC CAPS to fix a warning
20587
20588         * gst/matroska/ebml-read.c:
20589         * gst-libs/gst/riff/riff-read.c:
20590           fix typos
20591
20592 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20593
20594         * gst-libs/gst/riff/riff-media.c:
20595           generate caps for ATRAC3 audio streams
20596
20597         * gst/realmedia/rmdemux.c:
20598           generate caps for ATRAC3 audio streams
20599
20600 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20601
20602         * gst/wavparse/Makefile.am
20603         * gst/wavparse/riff.h
20604         * gst/wavparse/wavparse.vcproj
20605           riff.h removal (unused and duplication with riff-ids.h)
20606
20607 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20608
20609         * gst/wavparse/gstwavparse.h
20610           remove duplicated defines for audio codec codes
20611
20612         * gst-libs/gst/riff/riff-ids.h
20613         * gst/wavenc/riff.h:
20614           add "4CC" code for ATRAC3 audio streams
20615           add "4CC" code for ITU_G721_ADPCM (unused for now)
20616
20617 2004-10-06  Wim Taymans  <wim@fluendo.com>
20618
20619         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20620         Actually _do_ negotiation. Pass gdouble as arg instead
20621         of guint64 for the framerate.
20622
20623 2004-10-06  Wim Taymans  <wim@fluendo.com>
20624
20625         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20626         (find_compatibles), (close_pad_link), (try_to_link_1),
20627         (no_more_pads), (close_link), (type_found):
20628         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20629         * gst/playback/gstplaybin.c: (gen_video_element),
20630         (gen_audio_element):
20631         Set state on newly added element to READY so that negotiation
20632         can happen ASAP.
20633         Addes some more debug info.
20634         Do not try to plug pads with multiple caps structures or ANY
20635         because it is too dangerous since we do not do dynamic
20636         replugging.
20637
20638 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20639
20640         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20641
20642         * po/LINGUAS:
20643         * po/or.po:
20644           add Oriya translation
20645
20646 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20647
20648         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20649           Prevent overwrite of size member. Makes audio sound crappy.
20650
20651 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20652
20653         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20654         Add rmvb to the list of known RealMedia extensions
20655
20656 2004-10-05  Wim Taymans  <wim@fluendo.com>
20657
20658         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20659         (mngdec_openstream), (mngdec_closestream),
20660         (mngdec_handle_sink_event), (mngdec_readdata),
20661         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20662         (mngdec_getcanvasline), (mngdec_refresh),
20663         (gst_mngdec_change_state):
20664         Set the framerate correctly.
20665
20666 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20667
20668         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20669           There was something wrong with the index massaging.
20670
20671 2004-10-04  Wim Taymans  <wim@fluendo.com>
20672
20673         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20674         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20675         (gst_smokedec_chain):
20676         * ext/jpeg/gstsmokedec.h:
20677         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20678         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20679         * ext/jpeg/gstsmokeenc.h:
20680         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20681         (smokecodec_decode_new), (smokecodec_info_free),
20682         (smokecodec_set_quality), (smokecodec_get_quality),
20683         (smokecodec_set_threshold), (smokecodec_get_threshold),
20684         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20685         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20686         (smokecodec_encode), (smokecodec_parse_id),
20687         (smokecodec_parse_header), (smokecodec_decode):
20688         * ext/jpeg/smokecodec.h:
20689         * ext/jpeg/smokeformat.h:
20690         Updated smoke, new bitstream, allows embedding in ogg.
20691
20692 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20693
20694         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20695           Fix seeking in some files. All this code is no longer needed (and
20696           actually breaks stuff) because we now synchronize the full index
20697           right when reading the header.
20698
20699 2004-10-04  Wim Taymans  <wim@fluendo.com>
20700
20701         * configure.ac:
20702         configure update for libmng.
20703
20704 2004-10-04  Wim Taymans  <wim@fluendo.com>
20705
20706         * ext/libmng/Makefile.am:
20707         * ext/libmng/gstmng.c: (plugin_init):
20708         * ext/libmng/gstmng.h:
20709         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20710         (gst_mngdec_base_init), (gst_mngdec_class_init),
20711         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20712         (gst_mngdec_loop), (gst_mngdec_get_property),
20713         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20714         (mngdec_closestream), (mngdec_handle_sink_event),
20715         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20716         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20717         (gst_mngdec_change_state):
20718         * ext/libmng/gstmngdec.h:
20719         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20720         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20721         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20722         (gst_mngenc_chain), (gst_mngenc_get_property),
20723         (gst_mngenc_set_property):
20724         * ext/libmng/gstmngenc.h:
20725         Added basic MNG decoder. Needs more work. The encoder does
20726         not work yet.
20727
20728 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20729
20730         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20731         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20732         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20733           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20734           no-more-pads.
20735
20736 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20737
20738         * configure.ac:
20739           you need at least 1.0.4 of speex
20740
20741 2004-10-04 Iain <iaingnome@gmail.com>
20742
20743         * ext/speex/gstspeexdec.h: Revert the includes changes.
20744
20745         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20746
20747 2004-09-30 Iain <iaingnome@gmail.com>
20748
20749         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20750         found during init or set as a property instead of hardcoding /dev/audio
20751
20752 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20753
20754         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20755         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20756         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20757         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20758         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20759         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20760         (gst_rmdemux_dump_data):
20761           Use debug category, fix EOS handling. filesrc ! rmdemux now
20762           works.
20763
20764 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20765
20766         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20767         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20768         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20769           Improve allocation, cutting and sorting of the index. How takes a
20770           few seconds instead of minutes.
20771
20772 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20773
20774         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20775           fixed compilation
20776
20777 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20778
20779         * gst-libs/gst/riff/riff-media.c:
20780         (gst_riff_create_video_caps_with_data),
20781         (gst_riff_create_video_template_caps):
20782           Add wing commander format mimetype/fourccs.
20783         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20784           Don't crash if some value is 0.
20785
20786 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * gst-libs/gst/riff/riff-media.c:
20789         (gst_riff_create_video_caps_with_data),
20790         (gst_riff_create_video_template_caps):
20791           Add DIB fourcc (raw, palettized 8-bit RGB).
20792         * gst-libs/gst/riff/riff-read.c:
20793         (gst_riff_read_strf_vids_with_data):
20794           Oops, fix strf_data reading bug.
20795         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20796           Use a non-NULL tag.
20797         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20798           Time for hacks. Sorry Dave. At least one quicktime movie (a
20799           trailer) that I've encountered contains multiple video tracks.
20800           One of those is the actual video track, the other are one-frame
20801           tracks (images). Unfortunately, the number of frames according
20802           to the trak header is 1 for each, so that doesn't help. So
20803           instead, I look at the duration and discard tracks with a
20804           duration shorter than 20% of the length of the stream. Better
20805           than nothing.
20806
20807 2004-10-01  Christian Schaller <christian@fluendo.com>
20808
20809         * ext/ivorbis/vorbis.c:
20810           Patch from Phil Blundell (Bug 152341)
20811
20812 2004-10-01  Wim Taymans  <wim@fluendo.com>
20813
20814         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20815         (speex_dec_get_formats), (speex_dec_convert),
20816         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20817         (speex_dec_chain), (gst_speexdec_get_property),
20818         (gst_speexdec_set_property):
20819         Small cleanups.
20820
20821 2004-10-01  Wim Taymans  <wim@fluendo.com>
20822
20823         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20824         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20825         (gst_wavparse_other), (gst_wavparse_loop),
20826         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20827         (gst_wavparse_srcpad_event):
20828         * gst/wavparse/gstwavparse.h:
20829         Added some more debugging info.
20830         Fix the case where the length of the file is 0.
20831         Make sure we seek to sample borders.
20832
20833 2004-10-01  Wim Taymans  <wim@fluendo.com>
20834
20835         * gst/playback/README:
20836         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20837         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20838         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20839         Add some debug info to decodebin, update README
20840
20841 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20842
20843         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20844           Don't use g_print(); use GST_DEBUG().
20845
20846 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20847
20848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20849         (gst_ogg_mux_queue_pads):
20850           Handle EOS properly.
20851
20852 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20853
20854         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20855
20856         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20857         (gst_faad_chain), (gst_faad_change_state):
20858         * ext/faad/gstfaad.h:
20859           Allow playback of raw (unframed) MPEG AAC files (#148993).
20860
20861 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20862
20863         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20864
20865         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20866           Throw error if we didn't recognize the stream. Fixes #152289.
20867
20868 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20869
20870         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20871           Fix negotiation.
20872
20873 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20874
20875         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20876
20877         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20878           Fix memleak.
20879
20880 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20881
20882         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20883
20884         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20885           Solve #152805.
20886         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20887           Solve 152806.
20888
20889 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20890
20891         * gst-libs/gst/riff/riff-media.c:
20892         (gst_riff_create_video_caps_with_data),
20893         (gst_riff_create_audio_caps_with_data):
20894           Add codec_data handling (like asfdemux used to do).
20895         * gst/asfdemux/gstasf.c: (plugin_init):
20896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20897         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20898           Use riff-media for caps creation instead of our own (mostly
20899           broken) copy of its functions.
20900
20901 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20902
20903         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20904           Don't actually error out if we get another return value than
20905           -EINVAL. Opposite to what I first thought, drivers have random
20906           return values for this, although -EINVAL is the expected return
20907           value. Since this is not fatal, we shouldn't use
20908           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20909
20910 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20911
20912         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20913         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20914         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20915         (dvdreadsrc_get), (dvdreadsrc_open_file),
20916         (dvdreadsrc_change_state):
20917           Fix. Don't do one big huge loop around the whole DVD, that will
20918           cache all data and thus eat sizeof(dvd) (several GB) before we
20919           see something.
20920         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20921           Actually NULL'ify event after using it.
20922         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20923         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20924         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20925         (gst_ebml_read_seek), (gst_ebml_read_skip):
20926           Handle events.
20927         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20928         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20929         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20930           Fix timing (this will probably break if I seek using menus, but
20931           I didn't get there yet). VOBs and normal DVDs should now work.
20932           Add a mpeg2-only pad with high rank so this get autoplugged for
20933           MPEG-2 movies.
20934         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20935         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20936         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20937         (gst_mpeg_demux_get_audio_stream),
20938         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20939         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20940           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20941           MPEG-1 but use dvddemux for MPEG-2.
20942         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20943         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20944         (gst_mpeg_parse_parse_packhead):
20945           Timing. Only add pad template if it exists. Add sink template from
20946           class and not from ourselves. This means we will always use the
20947           correct sink template even if it is not the one defined in this
20948           file.
20949
20950 2004-09-29  Wim Taymans  <wim@fluendo.com>
20951
20952         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20953         (gst_mpeg_demux_parse_pes):
20954         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20955         Fix playback of mpeg again, timestamps where screwed up by
20956         patch 1.61.
20957
20958 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20959
20960         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20961           Only return true if we actually filled something in. Prevents
20962           player applications from showing a random length for flac files.
20963         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20964         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20965         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20966         (gst_riff_read_strf_vids_with_data),
20967         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20968           OK, ok, so I implemented event handling. Apparently it's normal
20969           that we receive random events at random points without asking
20970           for it.
20971         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20972         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20973         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20974         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20975         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20976         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20977         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20978         * gst/avi/gstavidemux.h:
20979           Implement non-lineair chunk handling and subchunk processing.
20980           The first solves playback of AVI files where the audio and video
20981           data of individual buffers that we read are not synchronized.
20982           This should not happen according to the wonderful AVI specs, but
20983           of course it does happen in reality. It is also a prerequisite for
20984           the second. Subchunk processing allows us to cut chunks in small
20985           pieces and process each of these pieces separately. This is
20986           required because I've seen several AVI files with incredibly large
20987           audio chunks, even some files with only one audio chunk for the
20988           whole file. This allows for proper playback including seeking.
20989           This patch is supposed to fix all AVI A/V sync issues.
20990         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20991         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20992           Work.
20993         * gst/modplug/gstmodplug.cc:
20994           Proper return value setting for the query() function.
20995         * gst/playback/gstplaybasebin.c: (setup_source):
20996           Being in non-playing state (after, e.g., EOS) is not necessarily
20997           a bad thing. Allow for that. This fixes playback of short files.
20998           They don't actually playback fully now, because the clock already
20999           runs. This means that small files (<500kB) with a small length
21000           (<2sec) will still not or barely play. Other files, such as mod
21001           or flx, will work correctly, however.
21002
21003 2004-09-28  Wim Taymans  <wim@fluendo.com>
21004
21005         * ext/speex/gstspeex.c: (plugin_init):
21006         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21007         (gst_speex_dec_class_init), (speex_dec_get_formats),
21008         (speex_get_event_masks), (speex_get_query_types),
21009         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21010         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21011         (gst_speexdec_get_property), (gst_speexdec_set_property),
21012         (speex_dec_change_state):
21013         * ext/speex/gstspeexdec.h:
21014         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21015         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21016         (gst_speexenc_base_init), (gst_speexenc_class_init),
21017         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21018         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21019         (gst_speexenc_src_query), (gst_speexenc_init),
21020         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21021         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21022         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21023         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21024         (gst_speexenc_chain), (gst_speexenc_get_property),
21025         (gst_speexenc_set_property), (gst_speexenc_change_state):
21026         * ext/speex/gstspeexenc.h:
21027         Rewrote speex encoder, make sure it can be embedded in ogg.
21028         Implemented speex decoder.
21029
21030 2004-09-28  Christian Schaller <christian@fluendo.com>
21031
21032         * configure.ac:
21033         Remove kioslave plugin. Markey is brewing a new working one
21034         * ext/Makefile.am: Remove kioslave plugin
21035         * ext/kio: remove
21036         * gst-plugins.spec.in: remove kio plugin from spec
21037
21038 2004-09-27  Wim Taymans  <wim@fluendo.com>
21039
21040         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21041         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21042         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21043         (gst_multifdsink_new_client),
21044         (gst_multifdsink_handle_client_write),
21045         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21046         (gst_multifdsink_handle_clients):
21047         * gst/tcp/gstmultifdsink.h:
21048         Make syncing to keyframes actually work for new clients and lagging
21049         clients.
21050
21051 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21052
21053         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21054         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21055         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21056         * gst/debug/gstnavigationtest.h:
21057           make navigationtest display button-press and button-release events
21058
21059 2004-09-26 Iain <iaingnome@gmail.com>
21060
21061         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21062         the channels have received a new media event.
21063         (interleave_buffered_loop): Compresses a new media event on all
21064         channels into one.
21065
21066 2004-09-26 Iain <iaingnome@gmail.com>
21067
21068         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21069         call the sinkpad's default event handler and not the srcpads. He also
21070         says this is confusing :)
21071         (gst_wavenc_stop_file): Company says that seek events only go upstream
21072         we should send a discontinuous downstream instead.
21073
21074 2004-09-25  Christian Schaller <christian@fluendo.com>
21075
21076         * Update SPEC file to be usable in conjunction with Fedora Core,
21077           Fedora.us and freshrpms packages
21078         * Fix typo in multifilesrc test Makefile
21079
21080 2004-09-24  Wim Taymans  <wim@fluendo.com>
21081
21082         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21083         Only signal the no_more_pads signal when we have
21084         added the stream to our list.
21085
21086 2004-09-24  Wim Taymans  <wim@fluendo.com>
21087
21088         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21089         (new_decoded_pad):
21090         * gst/playback/gstplaybasebin.h:
21091         * gst/playback/gstplaybin.c: (setup_sinks):
21092         Don't try to preroll or decode more than one audio/video
21093         track.
21094
21095 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21096
21097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21098           Throw error if we failed to find a suitable output. This should
21099           throw an error if we successfully set up a pipeline (e.g. because
21100           we recognized a media file) but found no decodable streams in it
21101           (e.g. because it contains only media stream types for which we
21102           have no decoders, or because it's not a media type).
21103
21104 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21105
21106         * ext/dirac/Makefile.am:
21107         * ext/dirac/gstdirac.cc:
21108         * ext/dirac/gstdiracdec.cc:
21109         * ext/dirac/gstdiracdec.h:
21110           Do something. Don't actually know if this works because I don't
21111           have a demuxer yet.
21112         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21113           Add channels=1 to caps returned from _getcaps().
21114         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21115         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21116         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21117         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21118         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21119         (gst_ogm_parse_change_state):
21120           Separate between audio/video so ogmaudioparse actually uses the
21121           audio pad templates. Both audio and video work now, including
21122           autoplugging. Also use sometimes-srcpad hack.
21123         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21124           Handle events better. Don't hang on infinite loops.
21125         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21126         (gst_avi_demux_init), (gst_avi_demux_reset),
21127         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21128         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21129         (gst_avi_demux_change_state):
21130         * gst/avi/gstavidemux.h:
21131           Improve A/V sync. Still not perfect.
21132         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21133         (gst_ebml_read_skip):
21134           Handle events better.
21135         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21136         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21137         (qtdemux_audio_caps):
21138           Add IMA4. Improve event handling. Save offset after a seek when
21139           the headers are at the end of the file so that we don't end up in
21140           an infinite loop.
21141         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21142           Add low-priority typefind support for files with no length.
21143
21144 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21145
21146         * testsuite/multifilesink/Makefile.am:
21147         fix typo
21148
21149 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21150
21151         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21153         mistakes from thaytan's patches.
21154
21155 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21156
21157         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21158           For completeness, XSync in the destroy function as xvimage does.
21159
21160 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21161
21162         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21163            Correct caps negotiation
21164         * gst/volume/gstvolume.c: (volume_chain_float),
21165         (volume_chain_int16):
21166            Modify debug output to be little more informative
21167         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21169         (gst_xvimagesink_xvimage_destroy):
21170           Add XSync calls after detaching from the shared memory segment to
21171           avoid a crash.
21172
21173 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21174
21175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21176         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21177         * ext/vorbis/vorbis.c: (plugin_init):
21178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21179         (gst_vorbisenc_chain):
21180         * ext/vorbis/vorbisenc.h:
21181         remove explicit newmedia support from oggmux and vorbisenc
21182         add debug category to vorbisenc
21183         * gst/multifilesink/gstmultifilesink.c:
21184         (gst_multifilesink_class_init), (gst_multifilesink_init),
21185         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21186         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21187         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21188         (plugin_init):
21189         * gst/multifilesink/gstmultifilesink.h:
21190         add support for streamheader in multifilesink
21191
21192 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21193
21194         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21195         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21196         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21197           Prevent infinite loops. More correct error reporting.
21198         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21199           Error out if negotiation fails.
21200         * gst/playback/gstplaybasebin.c: (setup_source),
21201         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21202         (gst_play_base_bin_found_tag):
21203           Error/tag forwarding. Pre-roll fixes for source errors on state
21204           changes (e.g. "file does not exist") to prevent hangs.
21205
21206 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21207
21208         * testsuite/multifilesink/Makefile.am:
21209         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21210         (gst_newmedia_class_init), (gst_newmedia_init),
21211         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21212         (newfile_signal), (test_signal), (main):
21213         * testsuite/multifilesink/multifilesrc_test.c: (main):
21214         * testsuite/multifilesink/oggtheora_test.c:
21215         (gst_newmedia_base_init), (gst_newmedia_class_init),
21216         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21217         (test_format), (newfile_signal), (test_signal), (main):
21218         * testsuite/multifilesink/oggvorbis_test.c:
21219         (gst_newmedia_base_init), (gst_newmedia_class_init),
21220         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21221         (test_format), (newfile_signal), (test_signal), (main):
21222         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21223         (gst_newmedia_class_init), (gst_newmedia_init),
21224         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21225         (newfile_signal), (test_signal), (main):
21226         New media tests
21227
21228 2004-09-20  Christian Schaller <christian@fluendo.com>
21229
21230         * Fix mikmod license to LGPL as they have relicensed
21231         * Move Dirac and Effectv into LGPL section of README_license
21232
21233 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21234
21235         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21236         (gst_mad_change_state):
21237           Allow for mp3 rate/channels changes. However, only very
21238           conservatively. Reason that we *have* to enable this is smiply
21239           because the mad find_sync() function is not good enough, it will
21240           regularly sync on random data as valid frames and therefore make
21241           us provide random caps as *final* caps of the stream. The best fix
21242           I could think of is to simply require several of the same stream
21243           changes in a row before we change caps.
21244           The actual testcase that works now is #
21245         * ext/ogg/Makefile.am:
21246         * ext/ogg/gstogg.c: (plugin_init):
21247         * ext/ogg/gstogmparse.c:
21248           OGM support (video only for now; I need an audio sample file).
21249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21250         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21251         (gst_asf_demux_add_video_stream):
21252           WMV extradata.
21253         * gst/playback/gstplaybasebin.c: (unknown_type):
21254           Don't error out on single unknown-types after all. It's wrong.
21255           If we found type of video and audio but not of a subtitle stream,
21256           it will still error out (which is unwanted). Will find a better fix
21257           later on.
21258         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21259         (ogmaudio_type_find), (plugin_init):
21260           OGM support.
21261
21262 2004-09-20  Johan Dahlin  <johan@gnome.org>
21263
21264         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21265         after setting caps.
21266
21267 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21268
21269         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21270         * gst/wavenc/gstwavenc.h:
21271         Added newmedia support to wavenc
21272
21273 2004-09-17  Wim Taymans  <wim@fluendo.com>
21274
21275         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21276         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21277         (gst_fdset_fd_can_write), (gst_fdset_wait):
21278         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21279         (gst_multifdsink_init), (gst_multifdsink_add),
21280         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21281         (gst_multifdsink_remove_client_link),
21282         (gst_multifdsink_client_queue_buffer),
21283         (gst_multifdsink_handle_client_write),
21284         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21285         (gst_multifdsink_close), (gst_multifdsink_change_state):
21286         * gst/tcp/gstmultifdsink.h:
21287         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21288         (gst_tcpserversink_removed):
21289         Small cleanups in fdset.c
21290         Use a hastable to map fd to the client structure for faster
21291         lookup in _remove and get_stats.
21292         Added virtual function to close the fds.
21293         Handle clients even when the select/poll call was unblocked because
21294         of a command.
21295         Implement syncing to keyframe in the recovery procedure.
21296
21297 2004-09-16 Iain <iaingnome@gmail.com>
21298
21299         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21300         try caps.
21301
21302 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21303
21304         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21305           Caps are only set if the type of the stream is unknown, but this
21306           is initialized in ->init_stream(), so set to UNKNOWN after calling
21307           ->init_stream() so that capsnego starts.
21308
21309 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21310
21311         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21312         (gst_avi_demux_stream_data):
21313           Just hardcode for raw audio then. AVI audio sucks.
21314
21315 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21316
21317         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21318         * gst/matroska/matroska-mux.c: (audiosink_templ),
21319         (gst_matroska_mux_audio_pad_link):
21320         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21321         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21322
21323 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21324
21325         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21326         (gst_avi_demux_stream_data):
21327           Try to fix a/v sync issues.
21328
21329 2004-09-15  David Schleef  <ds@schleef.org>
21330
21331         * configure.ac: remove NASM check, since we don't use it.  Update
21332         dirac check to 0.4
21333         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21334         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21335         Initialized variables.
21336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21337         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21338         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21339         SVQ3 format
21340
21341 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21342
21343         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21344         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21345         * gst/avi/gstavidemux.h:
21346           Fix for compressed audio (mp3) timestamp generation. How did this
21347           ever work?
21348
21349 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21350
21351         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21352           Volume is a double not a float.
21353
21354 2004-09-15  Wim Taymans  <wim@fluendo.com>
21355
21356         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21357         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21358         Don't close the fd in multifdsink as we didn't open it in the
21359         first place. Some cleanups.
21360
21361 2004-09-15  Wim Taymans  <wim@fluendo.com>
21362
21363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21365         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21366         Fix the case where the muxer would mark pages as delta
21367         frames when they are not (vorbis only ogg).
21368
21369 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21370
21371         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21372         (gst_play_base_bin_change_state):
21373           Handle the case where we failed to setup a clear pipeline. This
21374           will throw an error (or EOS, another nice case) and if you don't
21375           catch that, the app will wait for the signal forever (and thus
21376           hang).
21377
21378 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21379
21380         * ext/gnomevfs/gstgnomevfssink.c:
21381         (gst_gnomevfssink_uri_get_protocols):
21382         * ext/gnomevfs/gstgnomevfssrc.c:
21383         (gst_gnomevfssrc_uri_get_protocols):
21384         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21385         * ext/gnomevfs/gstgnomevfsuri.h:
21386           Use _uri_new() instead of _open(), so it doesn't take as long and
21387           Christophe's computer won't hang.
21388         * gst/playback/gstplaybasebin.c: (unknown_type):
21389           Throw error on unknown media type, so apps actually display it.
21390
21391 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21392
21393         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21394           this script to work on Solaris since bash shell handles echo
21395           differenly than bash.
21396
21397 2004-09-17  Wim Taymans  <wim@fluendo.com>
21398
21399         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21400         (setup_source), (gst_play_base_bin_set_property),
21401         (gst_play_base_bin_add_element):
21402         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21403         Some more work on making sure seeking pauses the pipeline and
21404         that changing the uri actually does something.
21405
21406 2004-09-17  Wim Taymans  <wim@fluendo.com>
21407
21408         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21410         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21411         (gst_tcpserversink_close):
21412         Be a bit more paranoid when freeing memory.
21413
21414 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21415
21416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21417         (qtdemux_parse_trak):
21418           Don't crash by dividing by zero (see sample movie in #126922).
21419
21420 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21421
21422         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21423           Don't touch non-existing data (fixes crash on file in #140147).
21424
21425 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21426
21427         * gst/playback/gstplaybasebin.c:
21428         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21429           Handle double disposals, and proper change of URIs.
21430
21431 2004-09-13  Martin Eikermann <meiker@upb.de>
21432
21433         * gst/mpegstream/gstmpegparse.c:
21434           fix synchronistation for streams recorded from digital PCR
21435           fixes bug #119376
21436
21437 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21438
21439         * ext/gnomevfs/Makefile.am:
21440         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21441         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21442         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21443         (gst_gnomevfssink_uri_get_type),
21444         (gst_gnomevfssink_uri_get_protocols),
21445         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21446         (gst_gnomevfssink_uri_handler_init),
21447         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21448         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21449         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21450         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21451         (gst_gnomevfssrc_uri_get_type),
21452         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21453         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21454         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21455         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21456         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21457         * ext/gnomevfs/gstgnomevfsuri.h:
21458           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21459           of fake URIs to see which this version of Gnome-VFS likes, and
21460           uses that for the Gst-URI interface. Makes playbin support http://
21461           streams. Also fix up some stupid behaviour in gnomevfssrc.
21462
21463 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21464
21465         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21466         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21467         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21468         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21469           Update mixer (to sync with other sessions) if we try to obtain
21470           a new value. This makes alsamixer work accross applications.
21471         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21472           Only call sync functions if we're running, else alsalib asserts.
21473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21474           Sometimes fails to compile. Possibly a gcc bug.
21475         * gst/playback/gstplaybin.c: (gen_video_element),
21476         (gen_audio_element):
21477           Add a reference to an application-provided object, because we lose
21478           this same reference if we add it to the bin. If we don't do this,
21479           we can only use this object once and thus crash if we go from
21480           ready to playing, back to ready and back to playing again.
21481           Also add an audioscale element because several cheap soundcards -
21482           like mine - don't support all samplerates.
21483         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21484         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21485           Fix wrong order or PAR calls. Makes automatically obtained PAR
21486           from the X server atually being used.
21487
21488 2004-09-12  David Schleef  <ds@schleef.org>
21489
21490         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21491         #151887, #152102, #152247.
21492         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21493         * examples/seeking/cdparanoia.c: same
21494         * examples/seeking/cdplayer.c: same
21495         * examples/seeking/seek.c: same
21496         * examples/seeking/spider_seek.c: same
21497         * examples/seeking/vorbisfile.c: same
21498         * examples/stats/mp2ogg.c: same
21499         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21500         (gst_esdsink_dispose): Dispose of element properly.
21501         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21502         fixes.
21503         * ext/nas/nassink.c: (gst_nassink_class_init),
21504         (gst_nassink_dispose): Dispose of element correctly.
21505         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21506         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21507         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21508         Fix 64-bit warning.
21509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21510         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21511         Fix 64-bit warning.
21512
21513 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21514
21515         * configure.ac : change speex detection as 1.1.6 now uses
21516           .pc/pkg-config and they changed their headers location.
21517
21518 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21519
21520         * gst/matroska/matroska-mux.h:
21521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21522         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21523         (gst_matroska_mux_write_data):
21524           Write multiple blocks/frames per cluster.
21525                 Write meta-seek information (seek heads).
21526
21527 2004-09-09  Scott Wheeler <wheeler@kde.org>
21528
21529         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21530         (gst_play_bin_set_property), (gst_play_bin_get_property),
21531         (gen_audio_element), (gen_audio_element):
21532           Add a volume element / property to the pipeline.
21533
21534 2004-09-07  Wim Taymans  <wim@fluendo.com>
21535
21536         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21537         Copy timestamps from the master pad to the output buffers.
21538
21539 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21540
21541         * ext/raw1394/gstdv1394src.c:
21542           throw errors when applicable
21543
21544 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21545
21546         * gst/matroska/ebml-ids.h:
21547         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21548         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21549         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21550           automatically convert unix time <-> ebml time when reading/writing
21551           a date, use gst_ebml_write_uint to write CUETIME,
21552           not gst_ebml_write_date.
21553         * gst/matroska/matroska-ids.h:
21554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21555         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21556         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21557         (gst_matroska_mux_write_data):
21558           Write track and segment UIDs, write muxing date, write
21559           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21560           Create cues for audio only files.
21561
21562 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21563
21564         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21565         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21566           Re-commit ALSA switches.
21567         * gst/adder/gstadder.c: (gst_adder_loop):
21568           64-bit fix (#151416).
21569         * gst/debug/progressreport.c: (gst_progressreport_report):
21570           64-bit fix (#151419).
21571         * gst/matroska/matroska-demux.c:
21572         (gst_matroska_demux_parse_contents):
21573           64-bit fix (#151420).
21574         * gst/playback/test3.c: (update_scale):
21575           64-bit fix (#151421).
21576
21577 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21578
21579         * configure.ac:
21580           bump nano to cvs
21581
21582 === release 0.8.4 ===
21583
21584 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21585
21586         * configure.ac: releasing 0.8.4, "Alias"
21587
21588 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21589
21590         * ext/theora/Makefile.am:
21591           fix makefile.  Fixes #151462.
21592
21593 2004-08-30  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21596         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21597         (gst_multifdsink_remove_client_link),
21598         (gst_multifdsink_client_queue_buffer),
21599         (gst_multifdsink_handle_client_write):
21600         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21601         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21602         Fix some memory leaks.
21603
21604 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21605
21606         Patch by: David Schleef
21607
21608         * configure.ac:
21609         * sys/Makefile.am:
21610           rename our detection macro for V4L2.  Fixes #151236.
21611
21612 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21613
21614         Patch by: David Schleef
21615
21616         * configure.ac:
21617           check to define LAMEPRESET.  Fixes #151232.
21618
21619 2004-08-27  David Schleef  <ds@schleef.org>
21620
21621         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21622         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21623         (gst_glimagesink_fixate):  Move local variable declarations to
21624         make gcc-2.95 happy.
21625
21626 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * configure.ac:
21629           bump nano for prerelease
21630
21631 2004-08-27  David Schleef  <ds@schleef.org>
21632
21633         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21634         * sys/sunaudio/gstsunaudiosrc.c:
21635         * sys/sunaudio/gstsunaudiosrc.h:
21636
21637 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21638
21639         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21640         handle EOS correctly
21641         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21642         * gst/matroska/matroska-mux.h:
21643         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21644         VFW compatibility mode
21645
21646 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21647
21648         patch by: Zaheer Abbas Merali
21649
21650         * ext/ogg/gstoggmux.c:
21651         * ext/vorbis/vorbisenc.c:
21652         * ext/vorbis/vorbisenc.h:
21653           handle NEWMEDIA
21654
21655 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21656
21657         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21658         fix byte order reversion on little endian machines.
21659         * gst/matroska/matroska-mux.c: (audiosink_templ),
21660         (gst_matroska_mux_audio_pad_link):
21661         add TTA codec to the list of supported codecs.
21662         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21663         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21664         (gst_matroska_mux_write_data):
21665         * gst/matroska/matroska-mux.h:
21666         write segment duration correctly, write muxing app string, fixes bugs
21667         #140897 and #140898.
21668         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21669         wait for all pads to be negotiated before starting to mux.
21670
21671 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21672
21673         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21674         * ext/lame/gstlame.h:
21675         Added new media support to lame
21676
21677 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21678
21679         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21680         send vorbis headers at the beginning of a stream, fixes bug #141554.
21681         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21682         bug #148950.
21683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21684         (gst_matroska_demux_plugin_init):
21685         * gst/matroska/matroska-ids.h:
21686         enable demuxing of TTA audio streams, fixes bug #148951.
21687         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21688         enable typefinding for TTA audio files, fixes bug #148711.
21689         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21690         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21691         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21692
21693 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21694
21695         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21696         (gst_riff_read_element_data), (gst_riff_read_seek),
21697         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21698         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21699         <teuf@gnome.org>
21700
21701 2004-08-23 Iain <iaingnome@gmail.com>
21702
21703         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21704         tags. They appear to be handled differently to normal.
21705         (tag_list_to_id3_tag_foreach): Ditto.
21706
21707 2004-08-22  Wim Taymans  <wim@fluendo.com>
21708
21709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21710         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21711         Make sure we never send -1 granulepos.
21712
21713 2004-08-20  Wim Taymans  <wim@fluendo.com>
21714
21715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21716         (gst_ogg_mux_loop):
21717         I will accept bitchslappings with non sharp objects.
21718
21719 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21720
21721         * configure.ac:
21722         Clean up the test for lame presets
21723
21724 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21725
21726         * configure.ac:
21727         * ext/lame/Makefile.am:
21728         * ext/lame/gstlame.c: (gst_lame_class_init),
21729         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21730         Only enable lame presets if version of lame has presets in API
21731
21732 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21733         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21734         * gst/udp/gstudpsrc.h:
21735           Don't call gst_pad_push in a get function. Fixes #150449
21736
21737 2004-08-18  Wim Taymans  <wim@fluendo.com>
21738
21739         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21740         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21741         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21742         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21743         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21744         (gst_fdset_wait):
21745         * gst/tcp/gstfdset.h:
21746         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21747         (gst_multifdsink_client_queue_buffer),
21748         (gst_multifdsink_handle_client_write):
21749         * gst/tcp/gstmultifdsink.h:
21750         Some extra checks in gstfdset.
21751         Only use send() when the fd is a socket. Don't try to
21752         read from write only fds.
21753
21754 2004-08-18  Wim Taymans  <wim@fluendo.com>
21755
21756         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21757         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21758         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21759         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21760         (gst_fdset_wait):
21761         Add more locking and bounds checking.
21762
21763 2004-08-18  Wim Taymans  <wim@fluendo.com>
21764
21765         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21766         Realloc test fdset in the lock and right before starting
21767         the poll call. Bump the limit to 4096.
21768
21769 2004-08-17  David Schleef  <ds@schleef.org>
21770
21771         * sys/sunaudio/Makefile.am:
21772         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21773         of rates and channels.  Make debugging less obnoxious.
21774
21775         Patch from Balamurali Viswanathan implementing a mixer for
21776         Sun audio.  (bug #144091):
21777         * sys/sunaudio/gstsunelement.c:
21778         * sys/sunaudio/gstsunelement.h:
21779         * sys/sunaudio/gstsunmixer.c:
21780         * sys/sunaudio/gstsunmixer.h:
21781
21782 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21783
21784         * gst/audioscale/gstaudioscale.c:
21785         * gst/audioscale/gstaudioscale.h:
21786         made audioscale resample from any sample rate to any sample rate
21787
21788 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21789
21790         * ext/libpng/gstpngdec.c:
21791           error out on unsupported types
21792
21793 2004-08-17  Iain <iaingnome@gmail.com>
21794
21795         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21796         mid_side and loose_mid_side properties if its a stereo stream.
21797
21798 2004-08-17  Wim Taymans  <wim@fluendo.com>
21799
21800         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21801         (theora_get_formats), (theora_dec_src_convert),
21802         (theora_dec_sink_convert), (theora_dec_src_query),
21803         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21804         Add a debug line.
21805
21806 2004-08-17  Wim Taymans  <wim@fluendo.com>
21807
21808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21809         (gst_ogg_pad_push):
21810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21811         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21812         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21813         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21814         Mark delta units in the muxer.
21815         Try to decode the packet after an out-of-sync error from
21816         libogg.
21817
21818 2004-08-17  Wim Taymans  <wim@fluendo.com>
21819
21820         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21821         (gst_multifdsink_init), (gst_multifdsink_add),
21822         (gst_multifdsink_client_queue_buffer),
21823         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21824         * gst/tcp/gstmultifdsink.h:
21825         Added option to send a keyframe to clients as the first buffer.
21826         Make timeout property writable.
21827
21828 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21829
21830         patch by: Wim Taymans
21831
21832         * gst/tcp/gstfdset.c:
21833         * gst/tcp/gstmultifdsink.c:
21834           fix index comparison, should include 0
21835
21836 2004-08-16  Wim Taymans  <wim@fluendo.com>
21837
21838         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21839         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21840         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21841         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21842         (gst_fdset_wait):
21843           copy when reallocing for poll so the select arguments don't get
21844           changed during the call
21845
21846 2004-08-16  Wim Taymans  <wim@fluendo.com>
21847
21848         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21849         (gst_theora_enc_class_init), (theora_enc_sink_link),
21850         (theora_buffer_from_packet), (theora_enc_chain):
21851         Fix bug where buffers were not marked as keyframes
21852         correctly.
21853
21854 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21855
21856         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21857         (gst_lame_preset_get_type), (gst_lame_class_init):
21858         describe the enum values for vbr mode and presets more verbosely
21859
21860 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21861
21862         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21863         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21864         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21865         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21866         * ext/lame/gstlame.h:
21867         add preset property to lame so it can use lame presets
21868
21869 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21870
21871         * ext/lame/gstlame.c: (gst_lame_get_property):
21872         whoops forgot break, thanks teuf
21873
21874 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21875
21876         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21877         (gst_lame_class_init), (gst_lame_src_getcaps),
21878         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21879         (gst_lame_get_property), (gst_lame_setup):
21880         * ext/lame/gstlame.h:
21881         fix lame's broken vbr stuff, allow it to resample if need be, and also
21882         make xing header optional
21883
21884 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21885
21886         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21887         added getcaps function so samplerate doesnt get fixated to silly values
21888
21889 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21890
21891         * ext/lame/gstlame.c: (gst_lame_src_link):
21892         revert previous fix
21893
21894 2004-08-12  Johan Dahlin  <johan@gnome.org>
21895
21896         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21897         checks. Doesn't matter what state we are in. Interfaces are a
21898         compile time thing, not runtime. It also broke the python bindings.
21899
21900 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21901
21902         * ext/lame/gstlame.c: (gst_lame_src_link):
21903         made source pad link function check if sinkpad is ok..fixes the problem
21904         where core fixates the output rate of lame stupidly
21905
21906 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21907
21908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21909         * sys/v4l/v4l_calls.c:
21910         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21911           fix fixate function to handle nonsimple caps.
21912           remove bogus check in _link
21913           cleanups
21914
21915 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21916
21917         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21918         set default compression ratio parameter to 0.0 so bitrate parameter
21919         works :)
21920
21921 2004-08-11  David Schleef  <ds@schleef.org>
21922
21923         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21924
21925 2004-08-11  David Schleef  <ds@schleef.org>
21926
21927         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21928         before.
21929
21930 2004-08-11  David Schleef  <ds@schleef.org>
21931
21932         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21933
21934 2004-08-11  David Schleef  <ds@schleef.org>
21935
21936         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21937           license field
21938         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21939         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21940           LGPL.
21941         * gst/auparse/gstauparse.c: Fix plugin license field.
21942         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21943         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21944         * gst/rtp/gstrtp.c: Fix plugin license field.
21945
21946 2004-08-11  Wim Taymans  <wim@fluendo.com>
21947
21948         * gst/tcp/Makefile.am:
21949         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21950         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21951         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21952         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21953         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21954         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21955         (gst_fdset_fd_can_write), (gst_fdset_wait):
21956         * gst/tcp/gstfdset.h:
21957         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21958         (gst_multifdsink_class_init), (gst_multifdsink_init),
21959         (gst_multifdsink_add), (gst_multifdsink_remove),
21960         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21961         (gst_multifdsink_remove_client_link),
21962         (gst_multifdsink_handle_client_read),
21963         (gst_multifdsink_client_queue_data),
21964         (gst_multifdsink_client_queue_caps),
21965         (gst_multifdsink_client_queue_buffer),
21966         (gst_multifdsink_handle_client_write),
21967         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21968         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21969         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21970         (gst_multifdsink_close):
21971         * gst/tcp/gstmultifdsink.h:
21972         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21973         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21974         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21975         (gst_tcpserversink_close):
21976         * gst/tcp/gsttcpserversink.h:
21977         Abstracted away the select call, implemented poll (yes we ran into
21978         the 1024 limit in production).
21979
21980 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21981
21982         * gst/tcp/gsttcp.c:
21983         * gst/tcp/gsttcpplugin.c:
21984           improve debuggging, remove assert
21985
21986 2004-08-10  Wim Taymans  <wim@fluendo.com>
21987
21988         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21989         (gst_client_status_get_type), (gst_multifdsink_class_init),
21990         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21991         (gst_multifdsink_handle_client_read),
21992         (gst_multifdsink_handle_client_write),
21993         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21994         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21995         (gst_multifdsink_get_property):
21996         * gst/tcp/gstmultifdsink.h:
21997         * gst/tcp/gsttcp-marshal.list:
21998         Starting to prepare for specifying buffer time in other units
21999         than buffers. Expose remove reason in signal.
22000
22001 2004-08-10  Wim Taymans  <wim@fluendo.com>
22002
22003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22004         (gst_multifdsink_remove), (gst_multifdsink_clear),
22005         (gst_multifdsink_remove_client_link),
22006         (gst_multifdsink_handle_client_read),
22007         (gst_multifdsink_client_queue_data),
22008         (gst_multifdsink_client_queue_buffer),
22009         (gst_multifdsink_handle_client_write),
22010         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22011         (gst_multifdsink_chain), (gst_multifdsink_close):
22012         * gst/tcp/gstmultifdsink.h:
22013         Added more debugging info. Changed the way clients are
22014         removed from the lists. Fixed a bug where a bad file descriptor
22015         could cause many clients to be removed.
22016
22017 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22018
22019         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22020           allow all pixel-aspect-ratios, not just 1:1
22021
22022 2004-08-09  David Schleef  <ds@schleef.org>
22023
22024         * sys/glsink/ARB_multitexture.h:  Remove old files.
22025         * sys/glsink/EXT_paletted_texture.h:
22026         * sys/glsink/NV_register_combiners.h:
22027         * sys/glsink/gstgl_nvimage.c:
22028         * sys/glsink/gstgl_pdrimage.c:
22029         * sys/glsink/gstgl_rgbimage.c:
22030         * sys/glsink/gstglsink.c:
22031         * sys/glsink/gstglsink.h:
22032         * sys/glsink/gstglxwindow.c:
22033         * sys/glsink/regcomb_yuvrgb.c:
22034
22035 2004-08-09  David Schleef  <ds@schleef.org>
22036
22037         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22038         GL sink plugin.  (Bug #147302)
22039
22040         * configure.ac: Test for OpenGL
22041         * sys/Makefile.am: Use test for OpenGL
22042         * sys/glsink/Makefile.am:
22043         * sys/glsink/glimagesink.c: rewrite
22044         * sys/glsink/glimagesink.h: rewrite
22045
22046 2004-08-09  David Schleef  <ds@schleef.org>
22047
22048         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22049         sane framerates.
22050         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22052         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22053
22054 2004-08-09  Wim Taymans  <wim@fluendo.com>
22055
22056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22057         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22058         (gst_multifdsink_client_remove),
22059         (gst_multifdsink_handle_client_read),
22060         (gst_multifdsink_handle_client_write),
22061         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22062         Do a bit more logging, make the client_read code more robust.
22063
22064 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22067         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22068         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22069         (gst_jpegdec_init), (gst_jpegdec_chain):
22070         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22071         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22072           cleanups, debugging fixes and memleak plugging
22073
22074 2004-08-09  Wim Taymans  <wim@fluendo.com>
22075
22076         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22077         (theora_get_formats), (theora_dec_src_convert),
22078         (theora_dec_sink_convert), (theora_dec_src_query),
22079         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22080         (theora_dec_change_state):
22081         Don't crash on missing header packets.
22082
22083 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22084
22085         * po/LINGUAS:
22086         * po/sq.po:
22087           Added Albanian translation (Laurent Dhima)
22088         * po/cs.po:
22089           updated
22090
22091 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22092
22093         * ext/lame/gstlame.c:
22094           fix/add debugging
22095
22096 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22097
22098         * sys/ximage/ximagesink.c:
22099         * sys/xvimage/xvimagesink.c:
22100           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22101
22102 2004-08-06  Wim Taymans  <wim@fluendo.com>
22103
22104         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22105         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22106         (gst_multifdsink_client_remove),
22107         (gst_multifdsink_handle_client_read),
22108         (gst_multifdsink_handle_client_write),
22109         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22110         Make sure we don't try to read more from a client that what
22111         ioctl says us or we deadlock.
22112
22113 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22116         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22117         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22118           decouple running_time and n_frames so it can handle changing
22119           framerate while running
22120
22121 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * po/nl.po:
22124         * po/sv.po:
22125           updated translations
22126
22127 2004-08-04  Benjamin Otte  <otte@gnome.org>
22128
22129         * gst/videotestsrc/gstvideotestsrc.c:
22130         (gst_videotestsrc_get_capslist), (generate_capslist),
22131         (plugin_init):
22132           generate the list of supported caps at startup and reuse it instead
22133           of always generating it
22134
22135 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22136
22137         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22138           whoops, last checkin broke normal build
22139
22140 2004-08-03  Benjamin Otte  <otte@gnome.org>
22141
22142         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22143         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22144         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22145         (gst_alsa_mixer_get_option):
22146         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22147         (dvdnavsrc_print_event):
22148         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22150         (gst_ogg_mux_pad_unlink):
22151         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22152         (gst_multipart_mux_pad_unlink):
22153         * gst/videofilter/gstvideobalance.c:
22154         (gst_videobalance_colorbalance_set_value):
22155         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22156         (gst_videomixer_pad_unlink):
22157         * po/uk.po:
22158         * sys/oss/gstossmixer.c:
22159         * sys/v4l/gstv4lcolorbalance.c:
22160         * sys/v4l/gstv4ltuner.c:
22161         * sys/v4l/v4lsrc_calls.c:
22162         * sys/v4l2/gstv4l2colorbalance.c:
22163         * sys/v4l2/gstv4l2tuner.c:
22164           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22165
22166 2004-08-03  Benjamin Otte  <otte@gnome.org>
22167
22168         * examples/dynparams/filter.c: (ui_control_create):
22169         * examples/gstplay/player.c: (print_tag):
22170         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22171         * ext/gdk_pixbuf/gstgdkanimation.c:
22172         (gst_gdk_animation_iter_may_advance):
22173         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22174         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22175         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22176         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22178         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22179         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22180         * gst/sine/demo-dparams.c: (main):
22181         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22182         * testsuite/alsa/formats.c: (create_pipeline):
22183         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22184           fixes for G_DISABLE_ASSERT and friends
22185         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22186         (mp3_type_frame_length_from_header), (mp3_type_find),
22187         (plugin_init):
22188           require mp3 typefinding to have at least MIN_HEADERS valid headers
22189           add typefinding for AAC adts files
22190
22191 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22192
22193         * sys/ximage/ximagesink.c:
22194         (gst_ximagesink_calculate_pixel_aspect_ratio):
22195         * sys/xvimage/xvimagesink.c:
22196         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22197         Make sure we calculate pixel-aspect-ratio using floating point maths
22198
22199 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22200
22201         * po/uk.po:
22202           updated translation
22203
22204 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22205
22206         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22208           add debugging for display PAR calculation
22209
22210 2004-08-02  David Schleef  <ds@schleef.org>
22211
22212         * configure.ac: Fix mikmod CFLAGS.
22213
22214 2004-07-27  Benjamin Otte  <otte@gnome.org>
22215
22216         * gst/audioscale/gstaudioscale.c:
22217         - fix templates to only support S16, it's the only format that works
22218         - make caps nego code use try_set_caps_nonfixed and fixation instead
22219         of try_set_caps twice, which is not nice for autopluggers
22220         - change rank to secondary, so autopluggers can pick it up after
22221         audioconvert
22222
22223 2004-08-02  Iain <iain@prettypeople.org>
22224
22225         * gst/interleave/interleave.c (interleave_init),
22226         (interleave_request_new_pad),
22227         (interleave_pad_removed),
22228         (interleave_buffered_loop): Use the real pad count, not the artificial
22229         one.
22230
22231 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22232
22233         * configure.ac: bump nano back to development
22234
22235 === release 0.8.3 ===
22236
22237 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22238
22239         * configure.ac: releasing 0.8.3, "Water"
22240
22241 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22242
22243         * sys/xvimage/xvimagesink.c:
22244         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22245         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22246         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22247         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22248         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22249         * sys/xvimage/xvimagesink.h:
22250           apply similar PAR fixes as to ximagesink
22251
22252 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22253
22254         patch from: Benjamin Otte
22255
22256         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22257           add link function to lame.  Fixes #148986.
22258
22259 2004-08-02  Johan Dahlin  <johan@gnome.org>
22260
22261         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22262         fix debugging log
22263
22264 2004-07-30  David Schleef  <ds@schleef.org>
22265
22266         * gst/videomixer/Makefile.am: Fix things that should have been
22267         fixed in the last checkin.
22268
22269 2004-07-30  David Schleef  <ds@schleef.org>
22270
22271         * gst/multipart/Makefile.am: Fix things that should have been
22272         fixed in the last checkin.
22273
22274 2004-07-30  David Schleef  <ds@schleef.org>
22275
22276         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22277
22278 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22279
22280         * configure.ac:
22281           bump nano for prerelease
22282         * po/af.po:
22283         * po/az.po:
22284         * po/cs.po:
22285         * po/en_GB.po:
22286         * po/hu.po:
22287         * po/nl.po:
22288         * po/sr.po:
22289         * po/sv.po:
22290         * po/uk.po:
22291           updates
22292
22293 2004-07-30  Wim Taymans  <wim@fluendo.com>
22294
22295         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22296         (gst_multifdsink_add), (gst_multifdsink_remove),
22297         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22298         (gst_multifdsink_client_remove),
22299         (gst_multifdsink_handle_client_write),
22300         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22301         * gst/tcp/gstmultifdsink.h:
22302         Recover from a select with a bad file descriptor by removing
22303         the client.
22304
22305 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22306
22307         * configure.ac:
22308           fix requirement of core
22309         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22310         (gst_play_pipeline_setup):
22311           don't use colorspace element.  do use hermescolorspace element.
22312           make macro to get a colorspace element.
22313           mark strings for translation.
22314         * po/POTFILES.in:
22315           add play.c
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           update translations
22326
22327 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22328
22329         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22330         fix default for newmedia flag
22331
22332 2004-07-30  Wim Taymans  <wim@fluendo.com>
22333
22334         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22335         (gst_theora_dec_init), (theora_get_formats),
22336         (theora_dec_src_convert), (theora_dec_sink_convert),
22337         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22338         (theora_dec_chain), (theora_dec_set_property),
22339         (theora_dec_get_property):
22340         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22341         (gst_theora_enc_class_init), (gst_theora_enc_init),
22342         (theora_enc_sink_link), (theora_enc_chain),
22343         (theora_enc_set_property), (theora_enc_get_property):
22344         Added cropping option to theora decoder.
22345         Added border option to theora encoder.
22346
22347 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22348
22349         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22350         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22351         (gst_pngenc_set_property):
22352         * ext/libpng/gstpngenc.h:
22353         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
22354
22355 2004-07-30  Wim Taymans  <wim@fluendo.com>
22356
22357         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22358         (theora_enc_sink_link), (theora_enc_chain),
22359         (theora_enc_set_property), (theora_enc_get_property):
22360         Fix encoding of non-multiple-of-16 video.
22361
22362 2004-07-29  David Schleef  <ds@schleef.org>
22363
22364         * configure.ac: make test for audiofile more strict
22365
22366 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22367
22368         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22369           give different names to typefind functions
22370
22371 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22372
22373         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22374         (gst_ximagesink_calculate_pixel_aspect_ratio),
22375         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22376         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22377         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22378         (gst_ximagesink_get_property), (gst_ximagesink_init):
22379         * sys/ximage/ximagesink.h:
22380           allocate PAR's dynamically.
22381           use autodetected PAR if no object-set PAR is given.
22382           add workaround for directfb's X not setting physical size.
22383           fix to xvimagesink will follow tomorrow.
22384
22385 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22386
22387         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22388         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22389         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22390         (gst_shout2send_class_init), (gst_shout2send_init),
22391         (set_shout_metadata), (gst_shout2send_set_metadata),
22392         (gst_shout2send_chain), (gst_shout2send_set_property),
22393         (gst_shout2send_get_property), (gst_shout2send_connect),
22394         (gst_shout2send_change_state):
22395         * ext/shout2/gstshout2.h:
22396         - fix for sending mp3 audio to icecast2 server, if pad link function not
22397         called before PAUSED state
22398         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22399         - added tagging support for mp3 audio broadcasted
22400         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22401         debug info
22402
22403 2004-07-28  Wim Taymans  <wim@fluendo.com>
22404
22405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22406         (gst_ogg_demux_push):
22407         Return query failure when we don't know the length of
22408         an ogg stream insteda of returning TRUE with a bogus value.
22409
22410 2004-07-28  Wim Taymans  <wim@fluendo.com>
22411
22412         * ext/theora/theoradec.c: (theora_get_formats),
22413         (theora_dec_src_convert), (theora_dec_sink_convert),
22414         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22415         (theora_dec_chain):
22416         Don't screw up the 1 Chroma for 1 luma sample situation when we
22417         have an odd offset/width by adding a black border in those cases.
22418
22419 2004-07-28  Wim Taymans  <wim@fluendo.com>
22420
22421         * ext/theora/theoradec.c: (theora_get_formats),
22422         (theora_dec_src_convert), (theora_dec_sink_convert),
22423         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22424         (theora_dec_chain):
22425         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22426         Added first attempt at cropping of the image as required by the
22427         theora spec. We need more properties in the caps (offset_x,
22428         offset_y,stride) to implement this correctly.
22429
22430 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22431
22432         * ext/dvdnav/README:
22433           Update the README to use dvddemux
22434         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22435           Ensure getcaps returns a subset of the template caps
22436         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22437         (gst_mpeg2subt_init):
22438           Ensure getcaps returns a subset of the template caps
22439         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22440         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22441         (gst_dvd_demux_get_subpicture_stream),
22442         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22443         * gst/mpegstream/gstdvddemux.h:
22444           Set the explicit caps on the current_video pad before pushing
22445           anything
22446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22447         (gst_mpeg_demux_get_audio_stream):
22448           Free caps used to gst_pad_set_explicit_caps, which takes a const
22449           GstCaps *
22450
22451 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22452
22453         * configure.ac: update GStreamer requirement to 0.8.4 because of
22454           GstFraction.
22455
22456 2004-07-28  Wim Taymans  <wim@fluendo.com>
22457
22458         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22459         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22460         Add the pad to the element after setting up the caps. This
22461         makes it a lot easier to autoplug.
22462
22463 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22464
22465         * gst/median/gstmedian.c:
22466         * gst/mpeg2subt/gstmpeg2subt.c:
22467         * gst/mpegaudioparse/gstmpegaudioparse.c:
22468         * gst/mpegstream/gstdvddemux.c:
22469         * gst/mpegstream/gstmpegdemux.c:
22470         * gst/mpegstream/gstmpegpacketize.c:
22471         * gst/rtjpeg/gstrtjpeg.c:
22472         * gst/rtjpeg/gstrtjpegdec.c:
22473         * gst/rtjpeg/gstrtjpegenc.c:
22474         * gst/sine/gstsinesrc.c:
22475         * gst/smooth/gstsmooth.c:
22476         * gst/smpte/gstsmpte.c:
22477         * gst/smpte/gstsmpte.h:
22478         * gst/stereo/gststereo.c:
22479         * gst/videofilter/gstgamma.c:
22480         * gst/videofilter/gstvideobalance.c:
22481         * gst/videofilter/gstvideofilter.c:
22482         * gst/videofilter/gstvideoflip.c:
22483         * gst/videoscale/gstvideoscale.c:
22484         * gst/videoscale/videoscale.c:
22485         * gst/videotestsrc/gstvideotestsrc.c:
22486         * gst/videotestsrc/videotestsrc.c:
22487         * gst/wavenc/gstwavenc.c:
22488         * gst/wavparse/gstwavparse.c:
22489           fix local includes and 64 bits constants
22490
22491 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22492
22493         * win32/gst.sln:
22494         * gst-libs/gst/*/*.vcproj:
22495         * gst/*/*.vcproj:
22496           more working plugins
22497
22498 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22499
22500         * testsuite/alsa/Makefile.am:
22501         * testsuite/alsa/srcstate.c:
22502         add test for alsasrc changing state
22503
22504 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22505
22506         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22507         (gst_silence_get):
22508         * gst/silence/gstsilence.h:
22509         fix silence generation for 16bit raw audio
22510
22511 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22512
22513         * gst/matroska/matroska-demux.c:
22514         (gst_matroska_demux_parse_metadata),
22515         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22516         * gst/mpegaudio/common.c:
22517         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22518         (gst_videoscale_getcaps), (gst_videoscale_link),
22519         (gst_videoscale_src_fixate), (gst_videoscale_init),
22520         (gst_videoscale_finalize):
22521         * gst/videoscale/gstvideoscale.h:
22522         * gst/videotestsrc/gstvideotestsrc.c:
22523         (gst_videotestsrc_get_capslist):
22524         * gst/wavenc/gstwavenc.c:
22525         * sys/oss/gstossmixer.c: (fill_labels):
22526         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22527         (gst_ximagesink_handle_xevents),
22528         (gst_ximagesink_calculate_pixel_aspect_ratio),
22529         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22530         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22531         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22532         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22533         (gst_ximagesink_init), (gst_ximagesink_class_init):
22534         * sys/ximage/ximagesink.h:
22535         * sys/xvimage/xvimagesink.c:
22536         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22537         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22538         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22539         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22540         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22541         * sys/xvimage/xvimagesink.h:
22542           first batch of pixel aspect ratio commits.
22543
22544 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22545
22546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22547         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22548         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22549           handle stride, needs work if we want to move stride handling
22550           upstream, but works correctly for our purposes.
22551
22552 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * gst/videoscale/README:
22555           add testing examples
22556         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22557         (gst_videoscale_chain):
22558         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22559         (gst_videoscale_get_size):
22560           add get_size function that handles stride like videotestsrc.
22561           fixes conversion for YUV formats for as much as I can test them.
22562
22563 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22564
22565         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22566         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22568         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22569         (gst_xvimagesink_xvimage_put):
22570           further cleanups, logging, error handling and synchronizing
22571
22572 2004-07-27  Wim Taymans  <wim@fluendo.com>
22573
22574         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22575         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22576         (gst_videomixer_pad_set_property),
22577         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22578         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22579         (gst_videomixer_class_init), (gst_videomixer_init),
22580         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22581         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22582         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22583         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22584         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22585         (gst_videomixer_loop), (plugin_init):
22586         Be a nicer negotiation citizen and provide a getcaps function on
22587         the srcpad. This also fixes a crash when resizing.
22588
22589 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22590
22591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22592         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22593
22594 2004-07-27  Wim Taymans  <wim@fluendo.com>
22595
22596         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22597         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22598         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22599         (gst_pngenc_set_property):
22600         * ext/libpng/gstpngenc.h:
22601         Added snapshot property to pngenc.
22602         removed g_print from pngdec
22603
22604 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22605
22606         * gst/ac3parse/ac3parse.vcproj
22607         * gst/adder/adder.vcproj
22608         * gst/alpha/alpha.vcproj
22609         * gst/alpha/alphacolor.vcproj
22610         * gst/asfdemux/asf.vcproj
22611         * gst/audioconvert/audioconvert.vcproj
22612         * gst/audiorate/audiorate.vcproj
22613         * gst/audioscale/audioscale.vcproj
22614         * gst/auparse/auparse.vcproj
22615         * gst/avi/avi.vcproj
22616         * gst/cdxaparse/cdxaparse.vcproj
22617         * gst/chart/chart.vcproj
22618         * gst/colorspace/colorspace.vcproj
22619         * gst/cutter/cutter.vcproj
22620         * gst/debug/debug.vcproj
22621         * gst/debug/efence.vcproj
22622         * gst/debug/navigationtest.vcproj
22623         * gst/deinterlace/deinterlace.vcproj
22624         * gst/effectv/effectv.vcproj
22625         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22626         * gst/filter/filter.vcproj
22627         * gst/flx/flxdec.vcproj
22628         * gst/goom/goom.vcproj
22629         * gst/interleave/interleave.vcproj
22630         * gst/law/alaw.vcproj
22631         * gst/law/mulaw.vcproj
22632         * gst/matroska/matroska.vcproj
22633         * gst/median/median.vcproj
22634         * gst/mixmatrix/mixmatrix.vcproj
22635         * gst/mpeg1sys/mpeg1systemencode.vcproj
22636         * gst/mpeg1videoparse/mp1videoparse.vcproj
22637         * gst/mpeg2sub/mpeg2subt.vcproj
22638         * gst/mpegaudio/mpegaudio.vcproj
22639         * gst/mpegaudioparse/mpegaudioparse.vcproj
22640         * gst/mpegstream/mpegstream.vcproj
22641         * gst/multifilesink/multifilesink.vcproj
22642         * gst/multipart/multipart.vcproj
22643         * gst/oneton/oneton.vcproj
22644         * gst/overlay/overlay.vcproj
22645         * gst/passthrough/passthrough.vcproj
22646         * gst/qtdemux/qtdemux.vcproj
22647         * gst/realmedia/rmdemux.vcproj
22648         * gst/rtjpeg/rtjpeg.vcproj
22649         * gst/rtp/rtp.vcproj
22650         * gst/silence/silence.vcproj
22651         * gst/sine/sinesrc.vcproj
22652         * gst/smooth/smooth.vcproj
22653         * gst/smpte/smpte.vcproj
22654         * gst/spectrum/spectrum.vcproj
22655         * gst/speed/speed.vcproj
22656         * gst/stereo/stereo.vcproj
22657         * gst/switch/switch.vcproj
22658         * gst/tags/tagedit.vcproj
22659         * gst/tcp/tcp.vcproj
22660         * gst/typefind/typefindfunctions.vcproj
22661         * gst/udp/udp.vcproj
22662         * gst/videobox/videobox.vcproj
22663         * gst/videocrop/videocrop.vcproj
22664         * gst/videodrop/videodrop.vcproj
22665         * gst/videofilter/gamma.vcproj
22666         * gst/videofilter/videobalance.vcproj
22667         * gst/videofilter/videofilter.vcproj
22668         * gst/videofilter/videoflip.vcproj
22669         * gst/videoflip/videoflip.vcproj
22670         * gst/videomixer/videomixer.vcproj
22671         * gst/videorate/videorate.vcproj
22672         * gst/videoscale/videoscale.vcproj
22673         * gst/videotestsrc/videotestsrc.vcproj
22674         * gst/virtualdub/virtualdub.vcproj
22675         * gst/volenv/volenv.vcproj
22676         * gst/volume/volume.vcproj
22677         * gst/wavenc/wavenc.vcproj
22678         * gst/wavparse/wavparse.vcproj
22679         * gst/y4m/y4menc.vcproj
22680         * gst-libs/gst/audio/audio.vcproj
22681         * gst-libs/gst/audio/audiofilter.vcproj
22682         * gst-libs/gst/colorbalance/colorbalance.vcproj
22683         * gst-libs/gst/idct/idtc.vcproj
22684         * gst-libs/gst/media-info/media-info.vcproj
22685         * gst-libs/gst/mixer/mixer.vcproj
22686         * gst-libs/gst/navigation/navigation.vcproj
22687         * gst-libs/gst/play/play.vcproj
22688         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22689         * gst-libs/gst/resample/resample.vcproj
22690         * gst-libs/gst/riff/riff.vcproj
22691         * gst-libs/gst/tuner/tuner.vcproj
22692         * gst-libs/gst/video/video.vcproj
22693         * gst-libs/gst/xoverlay/xoverlay.vcproj
22694           avoid problems with math.h, fix release dependancy
22695           rename GStreamer-0.8.lib to libgstreamer.lib
22696
22697 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22698
22699         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22701         the atom is not available we have to unlock the mutex. Fixes #148023
22702
22703 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22704
22705         * gst-libs/gst/media-info/media-info.h:
22706           issue for a vararg macro with MSVC
22707
22708 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22709
22710         * gst/effectv/effectv.vcproj
22711         * gst-libs/gst/idct/idct.vcproj:
22712         * gst-libs/gst/media-info/media-info.vcproj:
22713         * gst-libs/gst/navigation/navigation.vcproj:
22714         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22715         * gst-libs/gst/video/video.vcproj:
22716         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22717           fixes for build problems
22718
22719 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22720
22721         * gst-libs/gst/audio/audio.def:
22722         * gst-libs/gst/audio/riff.def:
22723           add some definitions needed by plugins
22724
22725 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22726
22727         * gst/asfdemux/gstasfmux.c
22728           Fix some 64 bits constants to be glib friendly
22729
22730 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22731
22732         * gst/ac3parse/gstac3parse.c
22733         * gst/audioscale/gstaudioscale.c
22734         * gst/auparse/gstauparse.c
22735         * gst/colorspace/gstcolorspace.c
22736         * gst/colorspace/yuv2rgb.h
22737           local include fixes
22738
22739 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22740
22741         * win32/gst.sln
22742           add more plugins to the build
22743
22744 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22745
22746         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22747         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22748
22749 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22750
22751         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22752         (gst_level_set_property), (gst_level_get_property),
22753         (gst_level_base_init), (gst_level_class_init):
22754           add debugging categories.  cleanups.
22755
22756 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22757
22758         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22759         (gst_videoscale_planar411), (gst_videoscale_planar400),
22760         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22761         (gst_videoscale_scale_nearest_str1),
22762         (gst_videoscale_scale_nearest_str2),
22763         (gst_videoscale_scale_nearest_str4),
22764         (gst_videoscale_scale_nearest_16bit),
22765         (gst_videoscale_scale_nearest_24bit):
22766           fixed stride issues
22767           tested with 320x240 -> 321, 322, 324 x240
22768           tested with YV12, I420, YUY2, UYVY
22769           fixed packed422rev (don't think it could have worked before)
22770           by testing with UYVY
22771
22772 2004-07-26  Benjamin Otte  <otte@gnome.org>
22773
22774         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22775         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22776         (plugin_init):
22777           add debugging category, add error checks like checking return values
22778           of setup calls, make sure it still works after
22779           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22780
22781 2004-07-26  Wim Taymans  <wim@fluendo.com>
22782
22783         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22784         (gst_mpeg_demux_get_audio_stream),
22785         (gst_mpeg_demux_process_private):
22786         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22787         Check for error codes from the negotiation functions. Make sure
22788         we really set the pad caps when a new pad is created.
22789
22790 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22791
22792         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22793         (gst_ffmpeg_caps_to_pix_fmt):
22794         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22796         (gst_ffmpegcolorspace_pad_link):
22797           don't make function do two things at the same time without reason.
22798
22799 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22800
22801         * gst/ac3parse/ac3parse.vcproj
22802         * gst/adder/adder.vcproj
22803         * gst/alpha/alpha.vcproj
22804         * gst/alpha/alphacolor.vcproj
22805         * gst/asfdemux/asf.vcproj
22806         * gst/audioconvert/audioconvert.vcproj
22807         * gst/audiorate/audiorate.vcproj
22808         * gst/audioscale/audioscale.vcproj
22809         * gst/auparse/auparse.vcproj
22810         * gst/avi/avi.vcproj
22811         * gst/cdxaparse/cdxaparse.vcproj
22812         * gst/chart/chart.vcproj
22813         * gst/colorspace/colorspace.vcproj
22814         * gst/cutter/cutter.vcproj
22815         * gst/debug/debug.vcproj
22816         * gst/debug/efence.vcproj
22817         * gst/debug/navigationtest.vcproj
22818         * gst/deinterlace/deinterlace.vcproj
22819         * gst/effectv/effectv.vcproj
22820         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22821         * gst/filter/filter.vcproj
22822         * gst/flx/flxdec.vcproj
22823         * gst/goom/goom.vcproj
22824         * gst/interleave/interleave.vcproj
22825         * gst/law/alaw.vcproj
22826         * gst/law/mulaw.vcproj
22827         * gst/matroska/matroska.vcproj
22828         * gst/median/median.vcproj
22829         * gst/mixmatrix/mixmatrix.vcproj
22830         * gst/mpeg1sys/mpeg1systemencode.vcproj
22831         * gst/mpeg1videoparse/mp1videoparse.vcproj
22832         * gst/mpeg2sub/mpeg2subt.vcproj
22833         * gst/mpegaudio/mpegaudio.vcproj
22834         * gst/mpegaudioparse/mpegaudioparse.vcproj
22835         * gst/mpegstream/mpegstream.vcproj
22836         * gst/multifilesink/multifilesink.vcproj
22837         * gst/multipart/multipart.vcproj
22838         * gst/oneton/oneton.vcproj
22839         * gst/overlay/overlay.vcproj
22840         * gst/passthrough/passthrough.vcproj
22841         * gst/qtdemux/qtdemux.vcproj
22842         * gst/realmedia/rmdemux.vcproj
22843         * gst/rtjpeg/rtjpeg.vcproj
22844         * gst/rtp/rtp.vcproj
22845         * gst/silence/silence.vcproj
22846         * gst/sine/sinesrc.vcproj
22847         * gst/smooth/smooth.vcproj
22848         * gst/smpte/smpte.vcproj
22849         * gst/spectrum/spectrum.vcproj
22850         * gst/speed/speed.vcproj
22851         * gst/stereo/stereo.vcproj
22852         * gst/switch/switch.vcproj
22853         * gst/tags/tagedit.vcproj
22854         * gst/tcp/tcp.vcproj
22855         * gst/typefind/typefindfunctions.vcproj
22856         * gst/udp/udp.vcproj
22857         * gst/videobox/videobox.vcproj
22858         * gst/videocrop/videocrop.vcproj
22859         * gst/videodrop/videodrop.vcproj
22860         * gst/videofilter/gamma.vcproj
22861         * gst/videofilter/videobalance.vcproj
22862         * gst/videofilter/videofilter.vcproj
22863         * gst/videofilter/videoflip.vcproj
22864         * gst/videoflip/videoflip.vcproj
22865         * gst/videomixer/videomixer.vcproj
22866         * gst/videorate/videorate.vcproj
22867         * gst/videoscale/videoscale.vcproj
22868         * gst/videotestsrc/videotestsrc.vcproj
22869         * gst/virtualdub/virtualdub.vcproj
22870         * gst/volenv/volenv.vcproj
22871         * gst/volume/volume.vcproj
22872         * gst/wavenc/wavenc.vcproj
22873         * gst/wavparse/wavparse.vcproj
22874         * gst/y4m/y4menc.vcproj
22875           more plugins supported under windows
22876
22877 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22878
22879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22880         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22881         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22883         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22884           Add debugging statements.  Use the sizes as returned by the
22885           *CreateImage calls.
22886
22887 2004-07-26  Johan Dahlin  <johan@gnome.org>
22888
22889         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22890         the pad is negotiated.
22891
22892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22893
22894 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22895
22896         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22897         * gst-libs/gst/idct/idct.vcproj:
22898         * gst-libs/gst/media-info/media-info.vcproj:
22899         * gst-libs/gst/mixer/mixer.vcproj:
22900         * gst-libs/gst/navigation/navigation.vcproj:
22901         * gst-libs/gst/play/play.vcproj:
22902         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22903         * gst-libs/gst/resample/resample.vcproj:
22904         * gst-libs/gst/tuner/tuner.vcproj:
22905         * gst-libs/gst/video/video.vcproj:
22906         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22907           more plugins supported under windows
22908
22909 2004-07-25 Iain <iain@prettypeople.org>
22910
22911         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22912         pad now rather than when the pad is created because state changes wipe
22913         explicit caps (fixes #148043).
22914
22915 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22916
22917         reviewed by Benjamin Otte  <otte@gnome.org>
22918
22919         * ext/mad/gstmad.c:
22920           fix mad plugin crashing on Sun (fixes #148289)
22921
22922 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22923
22924         * gst/avi/avi.def:
22925         * gst/avi/avi.vcproj:
22926         * gst/matroska/matroska.def:
22927         * gst/matroska/matroska.vcproj:
22928           remove unused .def files
22929
22930 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22931
22932         * gst-libs/gst/audio/gstaudiofilter.c:
22933           Clean the local include
22934
22935 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22936
22937         * win32/gst.sln:
22938         * gst-libs/gst/audio/audio.def:
22939         * gst-libs/gst/audio/audio.vcproj:
22940         * gst-libs/gst/audio/audiofilter.vcproj:
22941         * gst-libs/gst/audio/riff.def:
22942         * gst-libs/gst/audio/riff.vcproj:
22943         * gst-libs/gst/gst-libs.def:
22944         * gst-libs/gst/gst-libs.vcproj:
22945         * gst/avi/avi.vcproj:
22946         * gst/avi/avi.vcproj:
22947           Copy the files where needed after building, cleaner projects
22948
22949 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22950
22951         * gst/matroska/ebml-write.c:
22952           Fix some 64 bits constants to be glib friendly
22953
22954 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22955
22956         * win32/gst.sln:
22957         * gst-libs/gst/gst-libs.def:
22958         * gst-libs/gst/gst-libs.vcproj:
22959         * gst/matroska/matroska.def:
22960         * gst/matroska/matroska.vcproj:
22961           Add the preliminary canvas to build plugins on Win32
22962
22963 2004-07-23  Benjamin Otte  <otte@gnome.org>
22964
22965         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22966           don't enfore negotiation from source side, it breaks
22967           sinesrc ! audioconvert ! osssink
22968
22969 2004-07-22  David Schleef  <ds@schleef.org>
22970
22971         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22972         for ELF files, since they can easily be recognized as audio/mpeg.
22973         (bug #147441)
22974
22975 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22976
22977         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22978         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22979         (gst_videoscale_scale_nearest_24bit),
22980         (gst_videoscale_scale_nearest_16bit):
22981           fix 16bit and 24bit for stride (24bit might need testing)
22982           don't pretend we do more than one algorithm
22983
22984 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22985
22986         * configure.ac:
22987         * gst/Makefile.am:
22988         * gst/multifilesink/Makefile.am:
22989         * gst/multifilesink/gstmultifilesink.c:
22990         (gst_multifilesink_get_formats),
22991         (gst_multifilesink_get_query_types), (_do_init),
22992         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22993         (gst_multifilesink_init), (gst_multifilesink_dispose),
22994         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22995         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22996         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22997         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22998         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22999         (gst_multifilesink_uri_get_type),
23000         (gst_multifilesink_uri_get_protocols),
23001         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23002         (gst_multifilesink_uri_handler_init), (plugin_init):
23003         * gst/multifilesink/gstmultifilesink.h:
23004         * testsuite/Makefile.am:
23005         * testsuite/multifilesink/Makefile.am:
23006         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23007         (gst_newmedia_class_init), (gst_newmedia_init),
23008         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23009         (newfile_signal), (test_signal), (main):
23010         multifilesink plugin for creating new files every time a new media
23011         discontinuity event occurs
23012
23013 2004-07-22  Wim Taymans  <wim@fluendo.com>
23014
23015         * gst/alpha/Makefile.am:
23016         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23017         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23018         (gst_alpha_color_init), (gst_alpha_color_set_property),
23019         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23020         (transform), (gst_alpha_color_chain),
23021         (gst_alpha_color_change_state), (plugin_init):
23022         Stupid plugin to to RGBA to AYUV conversion because none of
23023         the colorspace plugins can handle that yet.
23024
23025 2004-07-22  Wim Taymans  <wim@fluendo.com>
23026
23027         * examples/seeking/seek.c: (update_scale), (main):
23028         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23029         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23030         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23031         (gst_decode_bin_init), (gst_decode_bin_dispose),
23032         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23033         (no_more_pads), (close_link), (type_found),
23034         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23035         (plugin_init):
23036         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23037         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23038         (gst_play_base_bin_dispose), (queue_overrun),
23039         (gen_preroll_element), (remove_prerolls), (unknown_type),
23040         (no_more_pads), (new_stream), (setup_source),
23041         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23042         (play_base_eos), (gst_play_base_bin_change_state),
23043         (gst_play_base_bin_add_element),
23044         (gst_play_base_bin_remove_element),
23045         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23046         (gst_play_base_bin_unlink_stream),
23047         (gst_play_base_bin_get_streaminfo):
23048         * gst/playback/gstplaybin.c: (gen_video_element),
23049         (gen_audio_element):
23050         * gst/playback/gststreaminfo.h:
23051         More playback updates, attempt to fix things after the state change
23052         breakage.
23053
23054 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23055
23056         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23057         (gst_videoscale_scale_nearest_16bit):
23058           comment algorithm
23059
23060 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23061
23062         * gst/videotestsrc/gstvideotestsrc.c:
23063         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23064         (gst_videotestsrc_init), (gst_videotestsrc_get),
23065         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23066         (gst_videotestsrc_get_property):
23067         * gst/videotestsrc/gstvideotestsrc.h:
23068         * gst/videotestsrc/videotestsrc.c:
23069         * gst/videotestsrc/videotestsrc.h:
23070           cleanup and commenting
23071
23072 2004-07-21  Wim Taymans  <wim@fluendo.com>
23073
23074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23075         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23076         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23077         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23078         (_find_chain_get_unknown_part), (_find_streams_check),
23079         (gst_ogg_demux_push), (gst_ogg_pad_push):
23080         * ext/theora/theoradec.c: (theora_get_formats),
23081         (theora_dec_src_convert), (theora_dec_sink_convert),
23082         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23083         (theora_dec_chain):
23084         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23085         (vorbis_dec_convert), (vorbis_dec_src_query),
23086         (vorbis_dec_src_event), (vorbis_dec_event):
23087         More seeking fixes, oggdemux now supports seeking to time and
23088         uses the downstream element to convert granulepos to time.
23089         Seeking in theora-only ogg files now works.
23090
23091 2004-07-21  Wim Taymans  <wim@fluendo.com>
23092
23093         * ext/theora/theoradec.c: (gst_theora_dec_init),
23094         (theora_get_formats), (theora_get_event_masks),
23095         (theora_get_query_types), (theora_dec_src_convert),
23096         (theora_dec_sink_convert), (theora_dec_src_query),
23097         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23098         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23099         (vorbis_get_event_masks), (vorbis_get_query_types),
23100         (gst_vorbis_dec_init), (vorbis_dec_convert),
23101         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23102         Added query/convert/formats functions to vorbis and theora decoders
23103         so that the outside world can use them too. Fixed seeking on an
23104         ogg/theora/vorbis file by disabling the seeking seeking on the
23105         theora srcpad.
23106
23107 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23108
23109         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23110         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23111         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23112         images creation for both elements. We don't create the image on caps
23113         nego or renego, we just destroy the internal one if present if it does
23114         not match the needs. The chain function takes care of creating a new
23115         image when needed.
23116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23117         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23118         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23119         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23120         the image format information. The buffer pool checks for the context
23121         image format and discard images with different formats.
23122         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23123
23124 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23125
23126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23127         (gst_ffmpegcolorspace_chain):
23128           no point in doing any chaining if the pad we want to push from
23129           isn't usable.
23130
23131 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23132
23133         * gst-libs/gst/riff/riff-media.c:
23134         (gst_riff_create_audio_caps_with_data):
23135           Fix double end-to-native symbol conversion (#148021).
23136
23137 2004-07-20  David Schleef  <ds@schleef.org>
23138
23139         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23140         Don't use an Atom that doesn't exist.
23141
23142 2004-07-20  Wim Taymans  <wim@fluendo.com>
23143
23144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23145         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23146         (gst_multifdsink_client_remove),
23147         (gst_multifdsink_handle_client_write),
23148         (gst_multifdsink_queue_buffer):
23149         * gst/tcp/gstmultifdsink.h:
23150         More multifdsink stats. Avoid deadlock by releasing locks
23151         before sending out a signal.
23152
23153 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23154
23155         * po/LINGUAS:
23156         * po/hu.po:
23157           added Hungarian translation (Laszlo Dvornik)
23158
23159 2004-07-20  Wim Taymans  <wim@fluendo.com>
23160
23161         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23162         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23163         (gst_multifdsink_handle_client_write),
23164         (gst_multifdsink_queue_buffer):
23165         * gst/tcp/gsttcp-marshal.list:
23166         Fixed the stupid marshal definition.
23167
23168 2004-07-20  Wim Taymans  <wim@fluendo.com>
23169
23170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23171         (gst_multifdsink_init), (gst_multifdsink_add),
23172         (gst_multifdsink_client_remove),
23173         (gst_multifdsink_handle_client_write),
23174         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23175         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23176         (gst_multifdsink_init_send):
23177         * gst/tcp/gstmultifdsink.h:
23178         Added more stats, added timeout for a client, fixed some typos
23179         and added some comments.
23180
23181 2004-07-20  Wim Taymans  <wim@fluendo.com>
23182
23183         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23184         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23185         (gst_multifdsink_client_remove),
23186         (gst_multifdsink_handle_client_write):
23187         * gst/tcp/gstmultifdsink.h:
23188         * gst/tcp/gsttcp-marshal.list:
23189         Added get_stats method that returns a GValueArray of
23190         stats values.
23191
23192 2004-07-19  Benjamin Otte  <otte@gnome.org>
23193
23194         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23195           make sure longname, description and author are valid UTF-8
23196
23197 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23198
23199         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23200         (gst_ximagesink_set_property):
23201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23202         (gst_xvimagesink_set_property):
23203           make sure SYNCHRONOUS is respected after getting the X context
23204
23205 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23206
23207         * gst/matroska/matroska-demux.c:
23208         (gst_matroska_demux_handle_src_event),
23209         (gst_matroska_demux_parse_blockgroup):
23210         * gst/matroska/matroska-ids.h:
23211           add BlockReference tag and ignore it to clear out log.
23212           ignore NAVIGATION events to clear out log.
23213
23214 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23215
23216         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23217         (gst_matroska_demux_add_stream):
23218         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23219           add debug categories
23220
23221 2004-07-16  Wim Taymans  <wim@fluendo.com>
23222
23223         * ext/libpng/Makefile.am:
23224         * ext/libpng/gstpng.c: (plugin_init):
23225         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23226         (gst_pngdec_get_type), (gst_pngdec_base_init),
23227         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23228         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23229         * ext/libpng/gstpngdec.h:
23230         Added png decoder.
23231
23232 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23233
23234         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23235         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23236         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23237         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23238         (gst_ximagesink_buffer_alloc):
23239         * sys/ximage/ximagesink.h:
23240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23241         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23242         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23243         (gst_xvimagesink_buffer_alloc):
23244         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23245         again. Using internal data pointer of the x(v)image to store image's
23246         data to be coherent with the buffer alloc mechanism. Investigated the
23247         image destruction code to be sure that everything gets freed correctly.
23248
23249 2004-07-16  Wim Taymans  <wim@fluendo.com>
23250
23251         * gst-libs/gst/riff/riff-read.c:
23252         (gst_riff_read_strf_vids_with_data),
23253         (gst_riff_read_strf_auds_with_data):
23254         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23255         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23256         Make sure we don't create 0 sized subbuffers in riff-read.
23257         Signal the no more pads signal after reading the avi header.
23258
23259 2004-07-16  Wim Taymans  <wim@fluendo.com>
23260
23261         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23262         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23263         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23264         (gst_decode_bin_init), (gst_decode_bin_dispose),
23265         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23266         (no_more_pads), (close_link), (type_found),
23267         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23268         (gst_decode_bin_change_state), (plugin_init):
23269         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23270         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23271         (gst_play_base_bin_dispose), (queue_overrun),
23272         (gen_preroll_element), (remove_prerolls), (unknown_type),
23273         (no_more_pads), (new_stream), (setup_source),
23274         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23275         (play_base_eos), (gst_play_base_bin_change_state),
23276         (gst_play_base_bin_add_element),
23277         (gst_play_base_bin_remove_element),
23278         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23279         (gst_play_base_bin_unlink_stream),
23280         (gst_play_base_bin_get_streaminfo):
23281         * gst/playback/gstplaybasebin.h:
23282         Better error recovery. Added configurable preroll queue size. Faster
23283         detection of no-more-pads.
23284
23285 2004-07-16  Wim Taymans  <wim@fluendo.com>
23286
23287         * gst-libs/gst/video/video.h:
23288         Added 32 bits RGBA. Not sure if we should use another mime-type
23289         for alpha rgb. Currently the presence of the alpha_mask property
23290         signals an alpha channel.
23291
23292 2004-07-16  Wim Taymans  <wim@fluendo.com>
23293
23294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23296         FPS seems to be 0.0 to MAX everywhere else.
23297
23298 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23299
23300         * gst-libs/gst/riff/riff-media.c:
23301         (gst_riff_create_video_caps_with_data):
23302           mp42/mp43 (no caps) exist too.
23303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23304           Set pixel_width/height; we've got them in-caps.
23305         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23306         * gst/wavparse/gstwavparse.c: (plugin_init):
23307           Both are valid primary.
23308         * sys/oss/gstossmixer.c:
23309           Remove i18n hack and enable translations.
23310
23311 2004-07-15  Benjamin Otte  <otte@gnome.org>
23312
23313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23314         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23315           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23316
23317 2004-07-15  Benjamin Otte  <otte@gnome.org>
23318
23319         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23320         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23321         (gst_alsa_close_audio):
23322           disable some of the debugging code for now. Writing debugging to a
23323           buffer is broken in current alsalib releases.
23324
23325 2004-07-12  Benjamin Otte  <otte@gnome.org>
23326
23327         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23328           use bufferpools
23329
23330 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23331
23332         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23333         (theora_dec_src_query), (theora_dec_event):
23334         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23335           add debugging categories.  Remove \n's.
23336
23337 2004-07-13  Johan Dahlin  <johan@gnome.org>
23338
23339         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23340         (gst_play_bin_get_property): Impl.
23341
23342 2004-07-13  Wim Taymans  <wim@fluendo.com>
23343
23344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23345         When trying to find the stream length, seek back N pages
23346         instead of just one, where N is the number of streams in
23347         the current chain.
23348
23349 2004-07-13  Wim Taymans  <wim@fluendo.com>
23350
23351         * gst-libs/gst/riff/riff-media.c:
23352         (gst_riff_create_audio_caps_with_data),
23353         (gst_riff_create_audio_caps),
23354         (gst_riff_create_audio_template_caps):
23355         * gst-libs/gst/riff/riff-media.h:
23356         * gst-libs/gst/riff/riff-read.c:
23357         (gst_riff_read_strf_vids_with_data),
23358         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23359         * gst-libs/gst/riff/riff-read.h:
23360         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23361         (gst_avi_demux_add_stream):
23362         Set codec_data on caps for avidemuxer.
23363
23364 2004-07-12  David Schleef  <ds@schleef.org>
23365
23366         * configure.ac: Fix test for Objective C
23367
23368 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23369         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23370         (gst_gdk_pixbuf_chain):
23371           Add svg and pcx to template caps, and ensure that getcaps returns a
23372           subset of the template caps.
23373           Copy each row manually for output, as gdkpixbuf may pad the
23374           rowstride to a 32-bit word boundary.
23375
23376 2004-07-12  Wim Taymans  <wim@fluendo.com>
23377
23378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23379         (gst_riff_create_video_template_caps):
23380         Fix the template caps to include some more media types.
23381
23382 2004-07-12  Wim Taymans  <wim@fluendo.com>
23383
23384         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23385         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23386         (compare_ranks), (print_feature), (gst_decode_bin_init),
23387         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23388         (try_to_link_1), (new_pad), (close_link), (type_found),
23389         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23390         (gst_decode_bin_change_state), (plugin_init):
23391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23392         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23393         (gst_play_base_bin_dispose), (queue_overrun),
23394         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23395         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23396         (gst_play_base_bin_get_property), (play_base_eos),
23397         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23398         (gst_play_base_bin_remove_element),
23399         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23400         (gst_play_base_bin_unlink_stream),
23401         (gst_play_base_bin_get_streaminfo):
23402         * gst/playback/gstplaybasebin.h:
23403         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23404         (gst_play_bin_class_init), (gst_play_bin_init),
23405         (gst_play_bin_dispose), (gst_play_bin_set_property),
23406         (gst_play_bin_get_property), (gen_video_element),
23407         (gen_audio_element), (remove_sinks), (setup_sinks),
23408         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23409         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23410         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23411         (gst_play_bin_query), (plugin_init):
23412         * gst/playback/test4.c: (main):
23413         More fixes on reusing of the element.
23414
23415 2004-07-11  Benjamin Otte  <otte@gnome.org>
23416
23417         * ext/mad/gstmad.c: (normal_seek):
23418           allow seeking for other methods than just SET
23419
23420 2004-07-11  Andy Wingo  <wingo@pobox.com>
23421
23422         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23423         float, "any" caps -> buffer_frames=[0,MAX].
23424
23425         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23426         doesn't intersect our caps with the template any more. Do it
23427         ourselves.
23428         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23429
23430 2004-07-09  Wim Taymans  <wim@fluendo.com>
23431
23432         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23433         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23434         (compare_ranks), (print_feature), (gst_decode_bin_init),
23435         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23436         (try_to_link_1), (new_pad), (close_link), (type_found),
23437         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23438         (gst_decode_bin_change_state), (plugin_init):
23439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23440         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23441         (gst_play_base_bin_dispose), (queue_overrun),
23442         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23443         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23444         (gst_play_base_bin_get_property), (play_base_eos),
23445         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23446         (gst_play_base_bin_remove_element),
23447         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23448         (gst_play_base_bin_unlink_stream),
23449         (gst_play_base_bin_get_streaminfo):
23450         * gst/playback/gstplaybasebin.h:
23451         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23452         (gst_play_bin_class_init), (gst_play_bin_init),
23453         (gst_play_bin_dispose), (gst_play_bin_set_property),
23454         (gst_play_bin_get_property), (gen_video_element),
23455         (gen_audio_element), (remove_sinks), (setup_sinks),
23456         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23457         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23458         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23459         (gst_play_bin_query), (plugin_init):
23460         * gst/playback/test4.c: (main):
23461         Work on object reuse and seeking.
23462
23463 2004-07-09  Wim Taymans  <wim@fluendo.com>
23464
23465         * examples/seeking/seek.c: (iterate):
23466         Don't consume all CPU in the idle loop.
23467
23468 2004-07-09  Wim Taymans  <wim@fluendo.com>
23469
23470         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23471         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23472         Add pad to element *after* setting the pad functions so that
23473         the scheduler can use the correct ones.
23474
23475 2004-07-09  Wim Taymans  <wim@fluendo.com>
23476
23477         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23478         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23479         Sync to keyframe after seek
23480
23481 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23482
23483         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23484         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23485         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23486         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23487         * ext/libvisual/visual.c: (gst_visual_change_state):
23488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23489         * ext/theora/theoradec.c: (theora_dec_change_state):
23490         * ext/theora/theoraenc.c: (theora_enc_change_state):
23491         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23492         * gst-libs/gst/navigation/navigation.c:
23493         * gst/adder/gstadder.c: (gst_adder_change_state):
23494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23495         (gst_audio_convert_get_buffer):
23496         * gst/multipart/multipartdemux.c:
23497         (gst_multipart_demux_change_state):
23498         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23500         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23501         * gst/videoscale/gstvideoscale.c:
23502         (gst_videoscale_handle_src_event):
23503         * gst/volume/gstvolume.c: (volume_chain_int16):
23504           don't assert in state change, this should be done by the base
23505           GstElement class.
23506           various debugging fixes.
23507
23508 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23509
23510         * configure.ac:
23511         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23512         (gst_play_dispose), (gst_play_set_location),
23513         (gst_play_set_data_src), (gst_play_set_video_sink),
23514         (gst_play_set_audio_sink), (gst_play_set_visualization),
23515         (gst_play_connect_visualization), (gst_play_get_sink_element),
23516         (gst_play_get_all_by_interface):
23517         * gst-libs/gst/play/play.h:
23518           add new method to get elements implementing an interface.
23519           add various error logging
23520
23521 2004-07-08  Wim Taymans  <wim@fluendo.com>
23522
23523         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23524         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23525         (make_playerbin_pipeline), (query_durations_elems),
23526         (query_durations_pads), (query_positions_elems),
23527         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23528         (main):
23529         Added playbin seeking example.
23530
23531 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23532
23533         * gst-libs/gst/play/play.c: (gst_play_set_location),
23534         (gst_play_set_data_src), (gst_play_set_video_sink),
23535         (gst_play_set_audio_sink), (gst_play_set_visualization),
23536         (gst_play_connect_visualization), (gst_play_get_framerate):
23537           use a macro to look up elements from hash table
23538
23539 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23540
23541         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23542         (gst_play_get_length_callback), (gst_play_set_location),
23543         (gst_play_seek_to_time), (gst_play_set_data_src),
23544         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23545         (gst_play_set_visualization), (gst_play_connect_visualization),
23546         (gst_play_get_sink_element):
23547         - add debugging info
23548         - fix looking up sink elements by iterating over complete caps
23549         - put everything except for source and autoplugger in a complete bin
23550
23551 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23552
23553         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23554         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23555         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23556         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23557         * ext/alsa/gstalsasink.h:
23558         - add debugging info
23559         - clean up schizophrenia of data/buffer/event
23560         - fix double event unref error
23561
23562 2004-07-08  Wim Taymans  <wim@fluendo.com>
23563
23564         * gst/playback/Makefile.am:
23565         Add headers to noinst
23566
23567 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23568
23569         * tools/gst-launch-ext-m.m:
23570         * tools/gst-launch-ext.1.in:
23571           convert to the third millenium
23572
23573 2004-07-07  David Schleef  <ds@schleef.org>
23574
23575         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23576
23577 2004-07-07  Wim Taymans  <wim@fluendo.com>
23578
23579         * gst/playback/Makefile.am:
23580         * gst/playback/README:
23581         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23582         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23583         (compare_ranks), (print_feature), (gst_decode_bin_init),
23584         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23585         (try_to_link_1), (new_pad), (close_link), (type_found),
23586         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23587         (plugin_init):
23588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23589         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23590         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23591         (gen_preroll_element), (no_more_pads), (new_stream),
23592         (setup_source), (gst_play_base_bin_set_property),
23593         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23594         (gst_play_base_bin_add_element),
23595         (gst_play_base_bin_remove_element),
23596         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23597         (gst_play_base_bin_unlink_stream),
23598         (gst_play_base_bin_get_streaminfo):
23599         * gst/playback/gstplaybasebin.h:
23600         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23601         (gst_play_bin_class_init), (gst_play_bin_init),
23602         (gst_play_bin_dispose), (gst_play_bin_set_property),
23603         (gst_play_bin_get_property), (gen_video_element),
23604         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23605         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23606         (gst_play_bin_get_formats), (gst_play_bin_convert),
23607         (gst_play_bin_get_query_types), (gst_play_bin_query),
23608         (plugin_init):
23609         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23610         (gst_stream_info_get_type), (gst_stream_info_class_init),
23611         (gst_stream_info_init), (gst_stream_info_new),
23612         (gst_stream_info_dispose), (gst_stream_info_set_property),
23613         (gst_stream_info_get_property):
23614         * gst/playback/gststreaminfo.h:
23615         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23616         (main):
23617         * gst/playback/test2.c: (main):
23618         * gst/playback/test3.c: (update_scale), (main):
23619         More playbin fixes. Added README. Do better element filtering.
23620         Added base class to preroll media. Added test apps.
23621
23622 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23623
23624         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23625         * ext/mpeg2dec/gstmpeg2dec.h:
23626           various debugging improvements.  Reset stream to next picture
23627           instead of sequence header, otherwise seeks cannot work.
23628
23629 2004-07-07  Wim Taymans  <wim@fluendo.com>
23630
23631         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23632         (gst_video_box_class_init), (gst_video_box_set_property),
23633         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23634         Use pad_alloc where possible.
23635
23636 2004-07-07  Wim Taymans  <wim@fluendo.com>
23637
23638         * sys/oss/gstosselement.c: (gst_osselement_reset),
23639         (gst_osselement_parse_caps):
23640         * sys/oss/gstosselement.h:
23641         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23642         Fix offset on osssrc.
23643
23644 2004-07-07  Wim Taymans  <wim@fluendo.com>
23645
23646         * ext/theora/theora.c: (plugin_init):
23647         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23648         (theora_dec_src_query), (theora_dec_chain):
23649         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23650         (theora_enc_sink_link), (theora_buffer_from_packet),
23651         (theora_push_packet), (theora_enc_chain):
23652         Fix theora granulepos calculation.
23653         Fix overflow in duration/position calculation.
23654         Bump rank to PRIMARY for theoradec.
23655         Use granulepos of last packet to calculate position.
23656         Set keyframe flag on buffers when needed.
23657
23658 2004-07-06  David Schleef  <ds@schleef.org>
23659
23660         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23661         serious?  (Fixed, obviously.)
23662
23663 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23664
23665         * po/LINGUAS:
23666         * po/cs.po:
23667           added Czech translation (Miloslav Trmac)
23668
23669 2004-07-05  Wim Taymans  <wim@fluendo.com>
23670
23671         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23672         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23673         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23674         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23675         (close_link), (type_found), (gst_decode_bin_set_property),
23676         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23677         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23678         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23679         (gst_decode_bin_query), (plugin_init):
23680         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23681         (gst_play_bin_class_init), (gst_play_bin_init),
23682         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23683         (get_video_element), (new_pad), (setup_source),
23684         (gst_play_bin_set_property), (gst_play_bin_get_property),
23685         (gst_play_bin_change_state), (gst_play_bin_add_element),
23686         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23687         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23688         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23689         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23690         * gst/playback/test.c: (main):
23691         More fixes, cleaned up playbin, make it use decodebin. Added
23692         threaded property to playbin.
23693
23694 2004-07-05  Wim Taymans  <wim@fluendo.com>
23695
23696         * configure.ac:
23697         * gst/playback/Makefile.am:
23698         * gst/playback/decodetest.c: (main):
23699         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23700         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23701         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23702         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23703         (close_link), (type_found), (gst_decode_bin_set_property),
23704         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23705         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23706         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23707         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23708         (plugin_init):
23709         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23710         (gst_play_bin_class_init), (gst_play_bin_init),
23711         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23712         (collect_sink_pads), (find_compatibles), (close_pad_link),
23713         (try_to_link_1), (new_pad), (close_link), (type_found),
23714         (setup_source), (gst_play_bin_set_property),
23715         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23716         (compare_ranks), (gst_play_bin_collect_factories),
23717         (gst_play_bin_change_state), (gst_play_bin_add_element),
23718         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23719         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23720         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23721         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23722         * gst/playback/test.c: (main):
23723         Added some playback helper elements and some test apps, very alpha
23724         still.
23725
23726 2004-07-04  Benjamin Otte  <otte@gnome.org>
23727
23728         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23729           only restart audio when we indeed have an xrun to fix repeated
23730           xruns. Fix suggested by Giuliano Pochini.
23731
23732 2004-07-03  David Schleef  <ds@schleef.org>
23733
23734         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23735         call to gst_debug_log() if debugging is disabled (bug #145118)
23736
23737 2004-07-03  Benjamin Otte  <otte@gnome.org>
23738
23739         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23740           use our own functions for restarting the alsa device.
23741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23742           I should apply patches myself - use MIN for the third argument, not
23743           the second, this fixes seeking
23744
23745 2004-07-02  David Schleef  <ds@schleef.org>
23746
23747         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23748         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23749         do with the logic.
23750
23751 2004-07-02  David Schleef  <ds@schleef.org>
23752
23753         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23754         output buffers.  Fix logic mistake.  (bug #144866)
23755
23756 2004-07-02  David Schleef  <ds@schleef.org>
23757
23758         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23759         on X.  (bug #144753)
23760
23761 2004-07-02  David Schleef  <ds@schleef.org>
23762
23763         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23764         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23765         (bug #144624)
23766         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23767         (gst_osselement_rate_probe_check): Add another workaround for
23768         buggy drivers (bug #145336)
23769
23770 2004-07-02  David Schleef  <ds@schleef.org>
23771
23772         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23773         Most systems don't have MSG_NOSIGNAL.
23774
23775 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23776
23777         * Makefile.am:
23778         * gst-libs/gst/colorbalance/Makefile.am:
23779         * gst-libs/gst/mixer/Makefile.am:
23780         * gst-libs/gst/play/Makefile.am:
23781         * gst-libs/gst/tuner/Makefile.am:
23782           (hopefully) fix both install and dist and make error message useful.
23783           needs testing across automakes.
23784
23785 2004-07-02  Benjamin Otte  <otte@gnome.org>
23786
23787         * ext/ogg/gstogg.c: (plugin_init):
23788           we require bytestream now
23789         * ext/ogg/gstoggdemux.c:
23790           huge diff to implement chain setup in a fast and generic way. This
23791           improves tag reading and startup of huge files (read: Theora videos)
23792           quite a bit. It probably contains bugs, too, so please test.
23793           Seeking is not improved to the fast method.
23794
23795 2004-06-29  Wim Taymans  <wim@fluendo.com>
23796
23797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23798         * ext/ogg/gstoggmux.c:
23799         Fix memleak in oggdemux when running unconnected pads.
23800         doc update in mux, start working on keyframe mode.
23801
23802 2004-06-29  Benjamin Otte  <otte@gnome.org>
23803
23804         * sys/oss/gstosssink.c:
23805         * sys/oss/gstosssrc.c:
23806           advertise correct template caps - we indeed do non-native endianness
23807           and 8bit audio has no endianness
23808         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23810           avoid (wrong) duplications in getcaps function and return
23811           template caps
23812
23813 2004-06-29  Wim Taymans  <wim@fluendo.com>
23814
23815         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23816         (gst_multifdsink_class_init), (gst_multifdsink_add),
23817         (gst_multifdsink_remove), (gst_multifdsink_clear),
23818         (gst_multifdsink_client_remove),
23819         (gst_multifdsink_handle_client_read),
23820         (gst_multifdsink_client_queue_data),
23821         (gst_multifdsink_client_queue_caps),
23822         (gst_multifdsink_client_queue_buffer),
23823         (gst_multifdsink_handle_client_write),
23824         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23825         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23826         (gst_multifdsink_init_send), (gst_multifdsink_close):
23827         Fix wrong GList iteration that could crash the server when
23828         more then 2 clients disconnect at the same time. Read all the
23829         pending commands in one batch to recover from command storms under
23830         very heavy load.
23831
23832 2004-06-28  Wim Taymans  <wim@fluendo.com>
23833
23834         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23835         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23836         (gst_videomixer_pad_set_property),
23837         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23838         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23839         (gst_videomixer_class_init), (gst_videomixer_init),
23840         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23841         (pad_zorder_compare), (gst_videomixer_sort_pads),
23842         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23843         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23844         (gst_videomixer_update_queues), (gst_videomixer_loop),
23845         (plugin_init):
23846         Avoid divide by zero, choose masterpad as the pad with the highest
23847         framerate.
23848
23849 2004-06-27  Julien Moutte  <julien@moutte.net>
23850
23851         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23852         (gst_ximagesink_xwindow_new):
23853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23854         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23855         function directly. We might want to call it from somewhere else one day.
23856
23857 2004-06-27  Julien Moutte  <julien@moutte.net>
23858
23859         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23860         (gst_ximagesink_xwindow_new):
23861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23862         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23863         window decorations.
23864
23865 2004-06-27  Wim Taymans  <wim@fluendo.com>
23866
23867         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23868         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23869         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23870         (gst_dvdec_set_property), (gst_dvdec_get_property):
23871         * ext/dv/gstdvdec.h:
23872         Implement drop_factor property to lower the framerate with
23873         a factor.
23874
23875 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23876
23877         * gst-libs/gst/colorbalance/Makefile.am:
23878         * gst-libs/gst/mixer/Makefile.am:
23879         * gst-libs/gst/play/Makefile.am:
23880         * gst-libs/gst/tuner/Makefile.am:
23881           unbreak Company's fix that didn't install the -enum.h files
23882
23883 2004-06-27  Wim Taymans  <wim@fluendo.com>
23884
23885         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23886         (gst_dvdec_change_state):
23887         * ext/dv/gstdvdec.h:
23888         Fix timestamp, duration and offset of the buffers.
23889
23890 2004-06-27  Wim Taymans  <wim@fluendo.com>
23891
23892         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23893         (gst_multifdsink_class_init), (gst_multifdsink_add),
23894         (gst_multifdsink_remove), (gst_multifdsink_clear),
23895         (gst_multifdsink_client_remove),
23896         (gst_multifdsink_handle_client_read),
23897         (gst_multifdsink_client_queue_data),
23898         (gst_multifdsink_client_queue_caps),
23899         (gst_multifdsink_client_queue_buffer),
23900         (gst_multifdsink_handle_client_write),
23901         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23902         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23903         (gst_multifdsink_init_send), (gst_multifdsink_close):
23904         * gst/tcp/gstmultifdsink.h:
23905         * gst/tcp/gsttcpserversink.c:
23906         (gst_tcpserversink_handle_server_read),
23907         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23908         More multifdsink fixes, more recovery policy fixes.
23909         Removed stupid g_print
23910
23911 2004-06-26  Wim Taymans  <wim@fluendo.com>
23912
23913         * gst/tcp/Makefile.am:
23914         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23915         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23916         (gst_multifdsink_class_init), (gst_multifdsink_init),
23917         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23918         (gst_multifdsink_handle_client_read),
23919         (gst_multifdsink_client_queue_data),
23920         (gst_multifdsink_client_queue_caps),
23921         (gst_multifdsink_client_queue_buffer),
23922         (gst_multifdsink_handle_client_write),
23923         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23924         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23925         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23926         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23927         (gst_multifdsink_close), (gst_multifdsink_change_state):
23928         * gst/tcp/gstmultifdsink.h:
23929         * gst/tcp/gsttcpplugin.c: (plugin_init):
23930         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23931         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23932         (gst_tcpserversink_handle_server_read),
23933         (gst_tcpserversink_handle_select),
23934         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23935         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23936         * gst/tcp/gsttcpserversink.h:
23937         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23938         one of the locks, added recovery policy to multifdsink.
23939
23940 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23941
23942         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23943           fix decision for when getting frames with same timestamp
23944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23945         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23946         (gst_v4lsrc_get_property):
23947         * sys/v4l/gstv4lsrc.h:
23948           add latency offset property
23949
23950 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23951
23952         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23953         (plugin_init):
23954           fix debugging. add category.
23955
23956 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23957
23958         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23959           fix wrong offsets
23960
23961 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23962
23963         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23964         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23965         (gst_alsa_src_change_state):
23966           return a time that is in sync with the element's processing
23967
23968 2004-06-25  Wim Taymans  <wim@fluendo.com>
23969
23970         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23971         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23972         (gst_tcpserversink_client_remove),
23973         (gst_tcpserversink_handle_client_read),
23974         (gst_tcpserversink_client_queue_data),
23975         (gst_tcpserversink_client_queue_caps),
23976         (gst_tcpserversink_client_queue_buffer),
23977         (gst_tcpserversink_handle_client_write),
23978         (gst_tcpserversink_queue_buffer),
23979         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23980         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23981         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23982         (gst_tcpserversink_close):
23983         * gst/tcp/gsttcpserversink.h:
23984         Serversink rewrite. Really do non blocking writes to clients and
23985         maintain an internal queue to handle slower clients while not
23986         disturbing fast clients.
23987
23988 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23989
23990         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23991           better debug, don't override OFFSET and OFFSET_END
23992
23993 2004-06-25  Iain <iain@prettypeople.org>
23994
23995         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23996         name=source for the wavparse pipeline.
23997
23998 2004-06-24  Johan Dahlin  <johan@gnome.org>
23999
24000         * ext/theora/theoraenc.c (theora_enc_chain): Call
24001         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24002         streamheader caps are set correctly.
24003
24004 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24005
24006         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24007         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24008           respect minimum bitrate; same could be done for max bitrate
24009
24010 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24011
24012         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24013         (gst_vorbisenc_setup):
24014           fix sample rate range
24015
24016 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24017
24018         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24019         (gst_oggvorbisenc_setup):
24020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24021         (gst_vorbisenc_setup):
24022           resolve ambiguities in code and description
24023
24024 2004-06-24  Wim Taymans  <wim@fluendo.com>
24025
24026         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24027         * ext/alsa/gstalsa.h:
24028         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24029         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24030         Use alsa trigger_tstamp to get the timestamp of the first
24031         sample in the buffer for more precise sync. Some cleanups.
24032
24033 2004-06-24  Wim Taymans  <wim@fluendo.com>
24034
24035         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24036         (gst_audiorate_init), (gst_audiorate_chain),
24037         (gst_audiorate_set_property), (gst_audiorate_get_property):
24038         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24039         (gst_videorate_chain):
24040         Added some logging, fixed an overflow bug in videorate.
24041
24042 2004-06-24  Benjamin Otte  <otte@gnome.org>
24043
24044         * ext/kio/Makefile.am:
24045           fix for builddir != srcdir and distcheck
24046
24047 2004-06-24  Benjamin Otte  <otte@gnome.org>
24048
24049         * gst-libs/gst/colorbalance/Makefile.am:
24050         * gst-libs/gst/mixer/Makefile.am:
24051         * gst-libs/gst/play/Makefile.am:
24052         * gst-libs/gst/tuner/Makefile.am:
24053         * gst/tcp/Makefile.am:
24054         * sys/dxr3/Makefile.am:
24055           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24056           tarball.
24057           Also add all *.list files that were missing.
24058         * Makefile.am:
24059           add a distcheck hook to ensure the above doesn't happen again.
24060
24061 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24062
24063         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24064
24065 2004-06-23  Colin Walters  <walters@redhat.com>
24066
24067         * m4/Makefile.am: Distribute gst-fionread.m4.
24068
24069 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24070
24071         * configure.ac: back to dev
24072
24073 2004-06-23  Wim Taymans  <wim@fluendo.com>
24074
24075         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24076         (gst_alsa_xrun_recovery):
24077         * ext/alsa/gstalsa.h:
24078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24079         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24080         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24081         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24082         (gst_alsa_src_loop):
24083         Add clock to alsasrc. Take new capture timestamp when
24084         restarting after an overrun. Split up some functions between
24085         alsasrc and alsasink.
24086
24087 === release 0.8.2 ===
24088
24089 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24090
24091         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24092         (gst_alsa_change_state), (gst_alsa_update_avail),
24093         (gst_alsa_xrun_recovery):
24094         * ext/alsa/gstalsa.h:
24095         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24096           merge back changes from release
24097
24098 2004-06-23  Wim Taymans  <wim@fluendo.com>
24099
24100         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24101         (gst_audiorate_init), (gst_audiorate_chain),
24102         (gst_audiorate_set_property), (gst_audiorate_get_property):
24103         Implement sample dropping and notify
24104
24105 2004-06-22  Wim Taymans  <wim@fluendo.com>
24106
24107         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24108         (theora_enc_sink_link), (theora_buffer_from_packet),
24109         (theora_push_packet), (theora_enc_chain):
24110         Some cleanups, make sure the timestamps are correct.
24111
24112 2004-06-22  Wim Taymans  <wim@fluendo.com>
24113
24114         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24115         (gst_alsa_change_state), (gst_alsa_update_avail),
24116         (gst_alsa_xrun_recovery):
24117         * ext/alsa/gstalsa.h:
24118         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24119         Cleanups, take queued samples into account when reporting
24120         the time.
24121
24122 2004-06-22  Wim Taymans  <wim@fluendo.com>
24123
24124         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24125         (gst_videorate_init):
24126         Initialize the property as well.
24127
24128 2004-06-22  Wim Taymans  <wim@fluendo.com>
24129
24130         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24131         (gst_videorate_init), (gst_videorate_chain),
24132         (gst_videorate_set_property), (gst_videorate_get_property):
24133         Add property to make videorate silent.
24134         Add property to prefer new frames over old ones.
24135
24136 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24137
24138         * sys/osxvideo/Makefile.am:
24139         Workaround so that the osxvideo .so file gets linked with the
24140         Cocoa, OpenGL and QuickTime frameworks
24141
24142 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24143
24144         * sys/osxaudio/Makefile.am:
24145         Workaround so that the osxaudio .so file gets linked with the
24146         CoreAudio framework
24147
24148 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24149
24150         * configure.ac:
24151         Whoops, my fault...fixed build issues
24152
24153 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24154
24155         * configure.ac:
24156         Add objective-c support if running in Darwin/Mac OS X
24157         * sys/Makefile.am:
24158         * sys/osxvideo:
24159         * sys/osxvideo/Makefile.am:
24160         * sys/osxvideo/osxvideosink.h:
24161         * sys/osxvideo/osxvideosink.m:
24162         * sys/osxvideo/cocoawindow.h:
24163         * sys/osxvideo/cocoawindow.m:
24164         Add osxvideosink, a cocoa-based osx video sink
24165
24166
24167 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24168         * ext/dvdnav/gst-dvd:
24169         Grab the gconf key from the right spot
24170         * gst/debug/gstnavseek.c: (gst_navseek_init),
24171         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24172         (gst_navseek_chain):
24173         * gst/debug/gstnavseek.h:
24174           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24175           and loop parameters of a segment seek.
24176         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24177         (gst_videotestsrc_get_event_masks),
24178         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24179         * gst/videotestsrc/gstvideotestsrc.h:
24180           Add seeking support to videotestsrc
24181           Initialise the timestamp_offset variable.
24182
24183 2004-06-18  Wim Taymans  <wim@fluendo.com>
24184
24185         * ext/sidplay/gstsiddec.cc:
24186         Fix negotiation and set correct end offset.
24187
24188 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24189
24190         * configure.ac: branch and prerelease
24191
24192 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24193
24194         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24195         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24196         (gst_tcpclientsrc_init_receive):
24197         * gst/tcp/gsttcpclientsrc.h:
24198           read caps when connecting to server for GDP so we set them correctly
24199
24200 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24203           notify drops and duplicates
24204         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24205           no good reason to limit ourselves to 100x100
24206
24207 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24208
24209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24210         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24211         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24212         (gst_v4lsrc_get_property):
24213         * sys/v4l/gstv4lsrc.h:
24214         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24215         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24216         (gst_v4l_set_audio):
24217         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24218         (gst_v4lsrc_try_capture):
24219         * sys/v4l/v4lsrc_calls.h:
24220           change try_palette to more general try_capture
24221           add autoprobe option so we can turn off autoprobing
24222           various fixes
24223
24224 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24225
24226         * configure.ac:
24227           add videorate
24228         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24229         (gst_ximagesink_class_init):
24230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24231         (gst_xvimagesink_class_init):
24232           run them as finalize, not dispose, since dispose can be invoked
24233           multiple times
24234
24235 2004-06-17  Wim Taymans  <wim@fluendo.com>
24236
24237         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24238         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24239         * ext/alsa/gstalsa.h:
24240         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24241         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24242         (gst_alsa_src_change_state):
24243         * ext/alsa/gstalsasrc.h:
24244         Make the xrun code timestamp and offset the buffers correctly.
24245         moved the clock to the base class, use alsa methods to get time.
24246         Do correct timestamping on outgoing buffers.
24247
24248 2004-06-17  Wim Taymans  <wim@fluendo.com>
24249
24250         * gst/audiorate/Makefile.am:
24251         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24252         (gst_audiorate_base_init), (gst_audiorate_class_init),
24253         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24254         (gst_audiorate_set_property), (gst_audiorate_get_property),
24255         (gst_audiorate_change_state), (plugin_init):
24256         Added an audiorate converter that fills in gaps.
24257
24258 2004-06-17  Johan Dahlin  <johan@gnome.org>
24259
24260         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24261
24262 2004-06-16  Wim Taymans  <wim@fluendo.com>
24263
24264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24266         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24267         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24268         (gst_v4lsrc_get_property):
24269         * sys/v4l/gstv4lsrc.h:
24270         Added a copy mode to v4lsrc where it will output a copied version
24271         of its internal hardware buffer.
24272         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24273         can't | them.
24274
24275 2004-06-16  Wim Taymans  <wim@fluendo.com>
24276
24277         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24278         Timestamp fixes.
24279
24280 2004-06-16  Wim Taymans  <wim@fluendo.com>
24281
24282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24283         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24284         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24285         (gst_v4lsrc_get_property):
24286         * sys/v4l/gstv4lsrc.h:
24287         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24288         Added a sync mode enum property to control v4lsrc timestamp method
24289         Removed the use-fixed-fps property and moved functionality in
24290         the enum.
24291         Don't error on an error value from v4l-conf, it might not always
24292         be a real error.
24293
24294 2004-06-16  Wim Taymans  <wim@fluendo.com>
24295
24296         * gst/videorate/Makefile.am:
24297         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24298         (gst_videorate_base_init), (gst_videorate_class_init),
24299         (gst_videorate_getcaps), (gst_videorate_link),
24300         (gst_videorate_init), (gst_videorate_chain),
24301         (gst_videorate_set_property), (gst_videorate_get_property),
24302         (gst_videorate_change_state), (plugin_init):
24303         Added a video timestamp corrector.
24304
24305 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24306
24307         fixed a potential leak with previous commit
24308
24309         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24310
24311 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24312
24313         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24314         Added missing refcount, fixes bug #144425
24315         Cheers Tim for finding the bug
24316
24317 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24318
24319         * sys/v4l/gstv4l.c: (plugin_init):
24320         * sys/v4l/gstv4lcolorbalance.c:
24321         * sys/v4l/gstv4lcolorbalance.h:
24322         * sys/v4l/gstv4lelement.c:
24323         * sys/v4l/gstv4lelement.h:
24324         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24325         * sys/v4l/gstv4lmjpegsink.h:
24326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24327         * sys/v4l/gstv4lmjpegsrc.h:
24328         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24329         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24330         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24331         * sys/v4l/gstv4lsrc.h:
24332         * sys/v4l/gstv4ltuner.c:
24333         * sys/v4l/gstv4ltuner.h:
24334         * sys/v4l/gstv4lxoverlay.c:
24335         * sys/v4l/gstv4lxoverlay.h:
24336         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24337         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24338         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24339         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24340         (gst_v4l_set_audio):
24341         * sys/v4l/v4l_calls.h:
24342         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24343         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24344         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24345         (gst_v4lmjpegsink_playback_init),
24346         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24347         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24348         (gst_v4lmjpegsink_playback_stop),
24349         (gst_v4lmjpegsink_playback_deinit):
24350         * sys/v4l/v4lmjpegsink_calls.h:
24351         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24352         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24353         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24354         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24355         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24356         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24357         * sys/v4l/v4lmjpegsrc_calls.h:
24358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24359         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24360         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24361         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24362         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24363         (gst_v4lsrc_try_palette):
24364         * sys/v4l/v4lsrc_calls.h:
24365           bunch of paranoia cleanups
24366
24367 2004-06-14  David Schleef  <ds@schleef.org>
24368
24369         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24370         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24371         Send discont events and change timestamps appropriately when
24372         we get a seek event.  (bug #144240)
24373         * ext/cdparanoia/gstcdparanoia.h:
24374
24375 2004-06-14  Benjamin Otte  <otte@gnome.org>
24376
24377         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24378           snd_pcm_hw_params_set_rate  since the latter fails for no good
24379           reason on some setups.
24380
24381 2004-06-14  David Schleef  <ds@schleef.org>
24382
24383         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24384         standard.  Thank you for playing.
24385
24386 2004-06-14  Wim Taymans  <wim@fluendo.com>
24387
24388         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24389         Patch 1.3 broke the ordering of the colorspace info and
24390         made the plugin basically work by coincidence, reordered
24391         the info.
24392
24393 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24394
24395         * ext/lame/gstlame.c:
24396         * ext/mad/gstmad.c:
24397           sync caps.  Make sure mad can only output a list of rates, not
24398           a full range.  In the future, have three caps lists for each of the
24399           mpeg versions.  Change mpegversion to a double as well.
24400
24401 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24402
24403         * gst/volume/.cvsignore:
24404         * gst/volume/Makefile.am:
24405         * gst/volume/demo.c: (value_changed_callback), (idler),
24406         (setup_gui), (main):
24407           added small demo app
24408
24409 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24410         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24411         * ext/esd/esdsink.h:
24412         Close the esd connection on pause, because esd will just wait -
24413         blocking all other esd clients indefinitely.
24414
24415 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24416
24417         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24418           previous commit with GST_DEBUG
24419
24420 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24421
24422         * configure.ac:
24423           add a header check for a dvdread header in dvdnav.  Fixes #133002
24424
24425 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24426
24427         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24428         * gst/tcp/gsttcpclientsink.h:
24429         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24430         * gst/tcp/gsttcpclientsrc.h:
24431         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24432         (gst_tcpserversink_handle_server_read),
24433         (gst_tcpserversink_init_send):
24434         * gst/tcp/gsttcpserversink.h:
24435         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24436         * gst/tcp/gsttcpserversrc.h:
24437         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24438         version of IP)
24439
24440 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24441
24442         * configure.ac:
24443         Added ogg library so that OSX detects libtheora properly
24444
24445 2004-06-11  Wim Taymans  <wim@fluendo.com>
24446
24447         * ext/theora/theoradec.c: (theora_dec_chain),
24448         (theora_dec_change_state):
24449         Don't try to decode frames before we received a keyframe.
24450
24451 2004-06-11  Wim Taymans  <wim@fluendo.com>
24452
24453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24454         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24455         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24456         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24457         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24458         Added property to set the maximum delay of a page.
24459
24460 2004-06-10  Wim Taymans  <wim@fluendo.com>
24461
24462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24463         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24464         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24465         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24466         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24467         Added max-delay property to control the maximum amount
24468         of data to put in one page.
24469
24470 2004-06-10  Wim Taymans  <wim@fluendo.com>
24471
24472         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24473         (gst_theora_enc_init), (theora_enc_sink_link),
24474         (theora_buffer_from_packet), (theora_enc_set_property),
24475         (theora_enc_get_property):
24476         Set duration on encoded buffer, added some more properties
24477
24478 2004-06-10  Wim Taymans  <wim@fluendo.com>
24479
24480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24481         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24482         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24483         * ext/theora/theoraenc.c: (theora_enc_chain):
24484         Fix refcounting bugs
24485
24486 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24487
24488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24489         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24490         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24491         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24492         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24493         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24494         (gst_asf_demux_change_state):
24495         * gst/asfdemux/gstasfdemux.h:
24496           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24497           feels like. I think we should set a new requirement for demuxers
24498           from now on to implement sane loop functions, data loops, query
24499           and seek functions before first commit into CVS. And this commit
24500           fixes all of the above.
24501
24502 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24503
24504         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24505           vorbis comments are properly encoded in UTF-8 before adding them
24506           to a GstTagList
24507
24508 2004-06-09  Benjamin Otte  <otte@gnome.org>
24509
24510         * ext/alsa/gstalsa.c: (add_channels):
24511           handle min <= max correctly
24512         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24513         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24514           add fixation functions so we fixate correctly. No preferring of alaw
24515           anymore because it's the first structure.
24516         * ext/alsa/gstalsa.h:
24517         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24518         (gst_alsa_hw_params_dump):
24519           add functions to ease debugging in alsalib
24520         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24521         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24522         (gst_alsa_start_audio):
24523           only specify hw params if we really setup a format (fixes #134007 -
24524           or at least works around it)
24525
24526 2004-06-09  Wim Taymans  <wim@fluendo.com>
24527
24528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24529         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24530         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24531         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24532         (gst_ogg_mux_loop):
24533         Use stream caps to setup the initial pages in the ogg stream.
24534         Correctly set the streamheader caps on the srcpad.
24535
24536 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24537
24538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24539         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24540         (gst_v4lsrc_getcaps):
24541         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24542         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24543           add querying of fps lists for webcams.  Negotiating to a framerate
24544           now works.
24545
24546 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24547
24548         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24549         (theora_push_buffer), (theora_push_packet),
24550         (theora_set_header_on_caps), (theora_enc_chain):
24551           mark buffers and put on streamheader, raw theora streaming
24552           now works too, whee
24553
24554 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24555
24556         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24557         (gst_tcp_gdp_read_caps):
24558           do a looping read for caps and GDP headers too
24559
24560 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24561
24562         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24563         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24564           return EOS instead of NULL in _get
24565
24566 2004-06-08  Wim Taymans  <wim@fluendo.com>
24567
24568         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24569         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24570         (gst_tcp_gdp_write_caps):
24571         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24572         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24573         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24574         Memory leak fixes
24575
24576 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24577
24578         * ext/vorbis/Makefile.am:
24579         * ext/vorbis/vorbis.c: (plugin_init):
24580         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24581         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24582         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24583         (vorbis_parse_change_state):
24584         * ext/vorbis/vorbisparse.h:
24585           adding a vorbisparse element that marks the buffers, streaming
24586           raw vorbis using GDP now works, whee
24587
24588 2004-06-08  Wim Taymans  <wim@fluendo.com>
24589
24590         * ext/jpeg/Makefile.am:
24591         * ext/jpeg/README:
24592         * ext/jpeg/gstjpeg.c: (plugin_init):
24593         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24594         (gst_smokedec_base_init), (gst_smokedec_class_init),
24595         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24596         * ext/jpeg/gstsmokedec.h:
24597         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24598         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24599         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24600         (gst_smokeenc_resync), (gst_smokeenc_chain),
24601         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24602         * ext/jpeg/gstsmokeenc.h:
24603         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24604         (smokecodec_flush_destination), (smokecodec_term_destination),
24605         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24606         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24607         (smokecodec_term_source), (smokecodec_encode_new),
24608         (smokecodec_decode_new), (smokecodec_info_free),
24609         (smokecodec_set_quality), (smokecodec_get_quality),
24610         (smokecodec_set_threshold), (smokecodec_get_threshold),
24611         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24612         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24613         (smokecodec_parse_header), (smokecodec_decode):
24614         * ext/jpeg/smokecodec.h:
24615         Added a new simple jpeg based codec
24616
24617 2004-06-08  Wim Taymans  <wim@fluendo.com>
24618
24619         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24620         (gst_multipart_mux_loop):
24621         Fix memory leak
24622
24623 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24624
24625         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24626         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24627         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24628         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24629         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24630         * gst/tcp/gsttcpserversink.h:
24631           take streamheader into account
24632
24633 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24634
24635         * gst/level/Makefile.am:
24636         * gst/level/gstlevel.c: (gst_level_class_init):
24637           clean up marshal generation
24638
24639 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24640
24641         * gst/tcp/Makefile.am:
24642         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24643         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24644         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24645         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24646         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24647         (gst_tcpclientsrc_get_property):
24648         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24649         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24650         (gst_tcpserversink_handle_client_read),
24651         (gst_tcpserversink_handle_client_write),
24652         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24653         * gst/tcp/gsttcpserversink.h:
24654           add signals client-added and client-removed
24655         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24656         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24657         (gst_tcpserversrc_get_property):
24658         uniformized, change default protocol to NONE
24659         * gst/tcp/gsttcp-marshal.list: added
24660 2004-06-07  Benjamin Otte  <otte@gnome.org>
24661
24662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24663           handle discont events if they happen before caps nego
24664
24665 2004-06-07  Wim Taymans  <wim@fluendo.com>
24666
24667         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24668         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24669         (gst_multipart_demux_plugin_init):
24670         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24671         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24672         (gst_multipart_mux_change_state):
24673         Small updates, fix a memleak
24674
24675 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24676
24677         * configure.ac: OSS portability
24678         * ext/arts/gst_arts.c: idem
24679         * sys/oss/gstosselement.c: idem
24680         * sys/oss/gstossmixer.c: idem
24681         * sys/oss/gstosssink.c: idem
24682         * sys/oss/gstosssrc.c: idem
24683         * sys/oss/oss_probe.c: idem
24684           - check for soundcard.h in different places for some BSD
24685
24686 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24687
24688         * AUTHORS:
24689         Add me to the authors file
24690         * configure.ac:
24691         Increase the libdv requirement to >= version 0.100
24692         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24693         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24694         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24695         * ext/dv/gstdvdec.h:
24696         Add support for the new_media flag when sending DISCONT events
24697         Make the querying work when video pad is not linked
24698
24699 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24700
24701         reviewed by Benjamin Otte  <otte@gnome.org>
24702
24703         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24704           create a NULL-initialized array of pads, so we don't think they
24705           exist already. (fixes #143130)
24706
24707 2004-06-07  Benjamin Otte  <otte@gnome.org>
24708
24709         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24710         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24711         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24712           don't use // coments
24713
24714 2004-06-07  Benjamin Otte  <otte@gnome.org>
24715
24716         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24717           cast to GstClockTime to get higher granularity
24718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24719           use gst_element_set_time_delay to get the exact time
24720         * ext/mad/gstmad.c: (gst_mad_chain):
24721           use the negotiated rate instead of the current frame's rate which
24722           might be wrong because of bit errors. This avoids emitting totally
24723           bogus timestamps and screwing sync.
24724         (fixes #143454)
24725
24726 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24727
24728         reviewed by Benjamin Otte  <otte@gnome.org>
24729
24730         * gst/adder/gstadder.c: (gst_adder_loop):
24731           properly error out when no negotiation has happened yet. (fixes
24732           #143032)
24733
24734 2004-06-06  Benjamin Otte  <otte@gnome.org>
24735
24736         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24737           forward correctly transformed offset in discont events. Based on
24738           patch by Arwed v. Merkatz. (fixes #142851)
24739
24740 2004-06-06  David Schleef  <ds@schleef.org>
24741
24742         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24743         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24744         problems on several systems.
24745
24746 2004-06-06  Benjamin Otte  <otte@gnome.org>
24747
24748         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24749           use explicit caps on the srcpad
24750         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24751           properly error out if caps couldn't be set (fixes #142764)
24752
24753 2004-06-06  Benjamin Otte  <otte@gnome.org>
24754
24755         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24756         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24757         (gst_alsa_start_audio):
24758           - don't call set_periods_integer anymore, it breaks the
24759           configuration randomly
24760           - call snd_pcm_hw_params_set_access directly instead of using masks
24761           - don't fail if the sw_params can't be set, just use the default
24762           params and hope it works. Alsalib has weird issues when you touch
24763           sw_params and does no proper error reporting about what failed.
24764         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24765         (gst_alsa_close_audio):
24766           make our alsa debugging go via gst debugging and not conditionally
24767           defined
24768         * ext/alsa/gstalsa.h:
24769           add ALSA_DEBUG_FLUSH macro
24770         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24771         (plugin_init):
24772           wrap alsa errors to be printed via the gst debugging system and not
24773           spammed to stderr
24774
24775 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24776
24777         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24778         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24779         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24780         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24781         (qtdemux_parse_trak):
24782         * gst/qtdemux/qtdemux.h:
24783           Bitch. Also known as seeking, querying & co.
24784         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24785         (gst_osssink_change_state):
24786         * sys/oss/gstosssink.h:
24787           Resyncing is for weenies, this hack is no longer needed and was
24788           broken anyway (since it - unintendedly - always leaves resync to
24789           TRUE).
24790
24791 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24792
24793         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24794         * gst/tcp/gsttcpclientsrc.h: idem
24795           - define MSG_NOSIGNAL if not done
24796           - include unistd.h for off_t
24797           (fixes #143749)
24798
24799 2004-06-05  Benjamin Otte  <otte@gnome.org>
24800
24801         * configure.ac:
24802         * ext/kio/Makefile.am:
24803           check for qt's moc preprocessor explicitly and use it
24804
24805 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24806
24807         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24808           don't get a signal for EPIPE on socket writes
24809           (somebody check if this works on other platforms)
24810
24811 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24812
24813         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24814         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24815           check error condition on available samples correctly
24816
24817 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24818
24819         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24820           avoid a segfault
24821         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24822         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24823         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24824         (gst_tcpserversrc_gdp_read_header):
24825          use ssize_t over size_t since the former is signed and thus the
24826          check for error codes can work
24827
24828 2004-06-02  Wim Taymans  <wim@fluendo.com>
24829
24830         reviewed by: Johan
24831
24832         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24833         (gst_multipart_mux_loop):
24834         Oops
24835
24836 2004-06-02  Wim Taymans  <wim@fluendo.com>
24837
24838         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24839         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24840         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24841         (gst_multipart_mux_change_state):
24842         Added configurable boundary specifier, added the value as a
24843         caps field as well.
24844
24845 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24846
24847         * gst/tcp/gsttcp.c:
24848         * gst/tcp/gsttcpclientsrc.c:
24849         * gst/tcp/gsttcpclientsrc.h:
24850         * gst/tcp/gsttcpserversrc.c:
24851           - portability fix, to compile on OSX
24852             (fixes #143146)
24853
24854         * sys/osxaudio/gstosxaudioelement.c:
24855         * sys/osxaudio/gstosxaudiosink.c:
24856         * sys/osxaudio/gstosxaudiosrc.c:
24857           - compilation warnings on OSX
24858             (fixes #143153)
24859
24860 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24861
24862         * ext/vorbis/vorbisdec.c : sign warning fixes
24863
24864         * gst-libs/gst/mixer/mixertrack.c :
24865           do no use defines which are glib 2.4 specific
24866
24867 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24868
24869         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24870           buffer since libflac doesn't expect it (reports a sync error when
24871           it encounters that)
24872
24873
24874 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24875
24876         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24877         * gst-libs/gst/mixer/mixertrack.c:
24878         (gst_mixer_track_get_property), (get_mixer_track_init),
24879         (get_mixer_track_get_property): Added property accessors
24880         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24881         * gst-libs/gst/mixer/mixeroptions.c:
24882         (gst_mixer_options_get_values): Added
24883         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24884         * gst-libs/gst/mixer/mixer.c: Fixed comment
24885
24886
24887 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24888
24889         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24890           improve error messages on open
24891
24892
24893 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24894
24895         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24896           check if v4l-conf is in path
24897
24898 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24899
24900         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24901           change assert to a more readable error message
24902
24903 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24904
24905         * gst-libs/gst/tuner/tunerchannel.h:
24906           - add a freq_multiplicator field to make the conversion
24907             between internal frequency unit and Hz
24908         * sys/v4l/gstv4lelement.c:
24909         * sys/v4l2/gstv4l2element.c:
24910           - change default video device to /dev/video0
24911         * sys/v4l/v4l_calls.c:
24912         * sys/v4l2/v4l2_calls.c:
24913           - we only expose frequency to the user in Hz instead of
24914             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24915
24916 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24917         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24918           Initialise b_o_s and e_o_s variables
24919         * gst-libs/gst/riff/riff-media.c:
24920         (gst_riff_create_video_caps_with_data):
24921           Add some unusual fourcc's from mplayer avi's
24922         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24923           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24924           autoplugging.
24925
24926 2004-05-28  Wim Taymans  <wim@fluendo.com>
24927
24928         * configure.ac:
24929         * gst/alpha/Makefile.am:
24930         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24931         (gst_alpha_get_type), (gst_alpha_base_init),
24932         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24933         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24934         (gst_alpha_chroma_key), (gst_alpha_chain),
24935         (gst_alpha_change_state), (plugin_init):
24936         A plugin to add an alpha channel to I420 video. Can optionally do
24937         chroma keying.
24938         * gst/multipart/Makefile.am:
24939         * gst/multipart/multipart.c: (plugin_init):
24940         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24941         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24942         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24943         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24944         (gst_multipart_demux_change_state),
24945         (gst_multipart_demux_plugin_init):
24946         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24947         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24948         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24949         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24950         (gst_multipart_mux_pad_unlink),
24951         (gst_multipart_mux_request_new_pad),
24952         (gst_multipart_mux_handle_src_event),
24953         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24954         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24955         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24956         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24957         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24958         send multipart jpeg images to a browser.
24959         * gst/videobox/Makefile.am:
24960         * gst/videobox/README:
24961         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24962         (gst_video_box_get_type), (gst_video_box_base_init),
24963         (gst_video_box_class_init), (gst_video_box_init),
24964         (gst_video_box_set_property), (gst_video_box_get_property),
24965         (gst_video_box_sink_link), (gst_video_box_i420),
24966         (gst_video_box_ayuv), (gst_video_box_chain),
24967         (gst_video_box_change_state), (plugin_init):
24968         Crops or adds borders around an image. can do alpha channel
24969         borders as well.
24970         * gst/videomixer/Makefile.am:
24971         * gst/videomixer/README:
24972         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24973         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24974         (gst_videomixer_pad_get_sink_event_masks),
24975         (gst_videomixer_pad_get_property),
24976         (gst_videomixer_pad_set_property),
24977         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24978         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24979         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24980         (gst_videomixer_base_init), (gst_videomixer_class_init),
24981         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24982         (gst_videomixer_handle_src_event),
24983         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24984         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24985         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24986         (gst_videomixer_loop), (gst_videomixer_get_property),
24987         (gst_videomixer_set_property), (gst_videomixer_change_state),
24988         (plugin_init):
24989         Generic video mixer plugin, can handle multiple inputs all with
24990         different framerates and video sizes. Is fully alpha channel
24991         aware.
24992
24993 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24994
24995         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24996           Select first track as master track. Not sure how else to handle
24997           that...
24998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24999           Discard discont events. Should fix #142962.
25000
25001 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25002
25003         * ext/alsa/Makefile.am:
25004         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25005         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25006         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25007         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25008         (gst_alsa_mixer_get_option):
25009         * ext/alsa/gstalsamixer.h:
25010         * ext/alsa/gstalsamixeroptions.c:
25011         (gst_alsa_mixer_options_get_type),
25012         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25013         (gst_alsa_mixer_options_new):
25014         * ext/alsa/gstalsamixeroptions.h:
25015         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25016         * ext/alsa/gstalsamixertrack.h:
25017           Add enumerations (as GstMixerOptions). Make correct distinction
25018           between input/output tracks. Add capture/playback private flag.
25019           Use flag to decide on whether to set capture or playback volumes
25020           or switches. Use playback and record switches.
25021         * gst-libs/gst/mixer/Makefile.am:
25022         * gst-libs/gst/mixer/mixer-marshal.list:
25023         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25024         (gst_mixer_set_option), (gst_mixer_get_option),
25025         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25026         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25027         * gst-libs/gst/mixer/mixer.h:
25028         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25029         (gst_mixer_options_class_init), (gst_mixer_options_init),
25030         (gst_mixer_options_dispose):
25031         * gst-libs/gst/mixer/mixeroptions.h:
25032           Add GstMixerOptions.
25033         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25034           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25035           broken device detection on computers with multiple OSS sound
25036           cards.
25037
25038 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25039
25040         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25041           fixate nicely even when the peer is not negotiating
25042
25043 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25044
25045         * gst/audioconvert/gstaudioconvert.c:
25046         (gst_audio_convert_parse_caps):
25047           make sure we don't allow depth > width
25048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25049           fixate endianness to G_BYTE_ORDER as default
25050         * gst/audioscale/gstaudioscale.c:
25051           we don't handle another endianness as host-endianness
25052
25053 2004-05-25  David Schleef  <ds@schleef.org>
25054
25055         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25056
25057 2004-05-24  Benjamin Otte  <otte@gnome.org>
25058
25059         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25060         (gst_oggvorbisenc_setup):
25061           properly fail when we can't setup the vorbis encoder due to
25062           unsupported settings
25063         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25064         (gst_vorbisenc_setup):
25065           same
25066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25067           fix case where warnings occured when one pad was unlinked while the
25068           other's link function was called
25069
25070 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25071
25072         * gst/tcp/Makefile.am:
25073           use GST_ENABLE_NEW
25074
25075 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25076
25077         * gst-libs/gst/resample/private.h:
25078           don't use optimizations that are #if 0'ed
25079
25080 2004-05-24  Wim Taymans  <wim@fluendo.com>
25081
25082         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25083         Fix potential division by zero error and hopefully get
25084         the position query right to get correct timestamps on avi
25085         audio.
25086
25087 2004-05-24  Wim Taymans  <wim@fluendo.com>
25088
25089         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25090         (gst_videoscale_scale_nearest_str2),
25091         (gst_videoscale_scale_nearest_str4),
25092         (gst_videoscale_scale_nearest_32bit),
25093         (gst_videoscale_scale_nearest_24bit),
25094         (gst_videoscale_scale_nearest_16bit):
25095         Fix the scaling algorithm and avoid a buffer overflow.
25096         removed the while loop in the scaling function as it
25097         was used for point sampling only.
25098
25099 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25100
25101         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25102         (gst_id3_tag_class_init), (gst_id3_tag_init),
25103         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25104         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25105         (gst_id3_tag_send_tag_event):
25106           lots of fixes to make id3mux work and id3demux work correctly
25107
25108 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25109
25110         * ext/Makefile.am:
25111           add rules to build shout2send (was removed by accident
25112           when this module was no more marked experimental/broken)
25113
25114 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25115
25116         * ext/shout2/gstshout2.c:
25117         * ext/shout2/gstshout2.h:
25118           adding a "connection problem" signal to shout2send
25119           (fixes #142954)
25120
25121 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25122
25123         * ext/kio/kioreceiver.cpp:
25124         * ext/kio/kioreceiver.h:
25125           fix sign comparison issues
25126
25127 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25128
25129         * gst/cdxaparse/gstcdxaparse.c:
25130         * gst/cdxaparse/gstcdxaparse.h:
25131           some renaming
25132           add some checks/sanity
25133           prepare for seek addition
25134
25135         * sys/sunaudio/gstsunaudio.c:
25136           remove exported dupe init function
25137
25138 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25139
25140         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25141         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25142           Fix format conversion and position querying.
25143         * gst/debug/progressreport.c: (gst_progressreport_report):
25144           Don't output a bogus total value that we didn't query.
25145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25146           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25147           only a blank window after xine has been used.
25148
25149 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25150
25151         * m4/as-arts.m4:
25152           sync with upstream version to fix test on FC2
25153           readd with -ko to preserve Id header
25154
25155 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25156
25157         * configure.ac:
25158           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25159         * gst/tcp/gsttcpclientsrc.c: idem
25160         * gst/tcp/gsttcpserversink.c: idem
25161         * gst/tcp/gsttcpserversrc.c: idem
25162         * m4/gst-fionread.m4: idem
25163
25164         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25165
25166         * configure.ac: enable speex plugin for speex 1.1.5+
25167         * ext/speex/gstspeexenc.c: fix cast warning
25168
25169         * ext/esd/README: fix typo
25170
25171 2004-05-20  David Schleef  <ds@schleef.org>
25172
25173         * configure.ac: Minor cosmetic change to convince the buildbot to
25174         reautogen.
25175         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25176         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25177         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25178         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25179         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25180         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25181         More hacking.  Plays audio now.
25182
25183 2004-05-20  David Schleef  <ds@schleef.org>
25184
25185         * configure.ac:
25186         * sys/Makefile.am:
25187
25188 2004-05-20  David Schleef  <ds@schleef.org>
25189
25190         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25191         * sys/osxaudio/gstosxaudio.c:
25192         * sys/osxaudio/gstosxaudioelement.c:
25193         * sys/osxaudio/gstosxaudioelement.h:
25194         * sys/osxaudio/gstosxaudiosink.c:
25195         * sys/osxaudio/gstosxaudiosink.h:
25196         * sys/osxaudio/gstosxaudiosrc.c:
25197         * sys/osxaudio/gstosxaudiosrc.h:
25198
25199 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25200
25201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25202         (gst_vorbisenc_chain):
25203           put the codec headers on the caps as streamheader as well as
25204           pushing them out
25205
25206 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25207
25208         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25209         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25210         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25211         split up push_packet into two functions
25212
25213 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25214
25215         * gst/tcp/.cvsignore:
25216           ignore enums
25217         * gst/tcp/Makefile.am:
25218         * gst/tcp/README:
25219         * gst/tcp/gsttcp.c:
25220         * gst/tcp/gsttcp.h:
25221         * gst/tcp/gsttcpclientsink.c:
25222         * gst/tcp/gsttcpclientsink.h:
25223         * gst/tcp/gsttcpclientsrc.c:
25224         * gst/tcp/gsttcpclientsrc.h:
25225         * gst/tcp/gsttcpplugin.c:
25226         * gst/tcp/gsttcpserversink.c:
25227         * gst/tcp/gsttcpserversink.h:
25228         * gst/tcp/gsttcpserversrc.c:
25229         * gst/tcp/gsttcpserversrc.h:
25230           add new tcp elements
25231
25232 2004-05-19  Wim Taymans  <wim@fluendo.com>
25233
25234         * gst/law/mulaw-conversion.c: (mulaw_encode):
25235         Fix overflow bug in ulaw encoding.
25236
25237 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25238
25239         * ext/mad/gstmad.c: (gst_mad_handle_event):
25240           don't unref the event twice
25241
25242 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25243
25244         * configure.ac:
25245           remove -Wno-sign-compare
25246
25247 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25248
25249         * configure.ac:
25250           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25251           if you want to work against glib 2.2 and 2.4
25252
25253 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25254
25255         * gst/tcp/Makefile.am:
25256         * gst/tcp/gsttcp.c:
25257         * gst/tcp/gsttcp.h:
25258         * gst/tcp/gsttcpsink.h:
25259         * gst/tcp/gsttcpsrc.h:
25260           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25261
25262 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25263
25264         * gst/debug/tests.c: (md5_get_value):
25265           fix segfault on gst-inspect
25266
25267 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25268
25269         * gst/debug/testplugin.c:
25270         * gst/debug/tests.c:
25271         * gst/debug/tests.h:
25272           add new extensible and configurable testing element. Current tests
25273           include buffer count, stream length, timestamp/duration matching and
25274           md5.
25275         * gst/debug/Makefile.am:
25276         * gst/debug/gstdebug.c: (plugin_init):
25277           add infrastructure for new element
25278
25279 2004-05-19  Johan Dahlin  <johan@gnome.org>
25280
25281         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25282         ending of the array. Fixes gst-inspect segfault on ppc.
25283
25284 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25285
25286         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25287
25288         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25289
25290 2004-05-18  David Schleef  <ds@schleef.org>
25291
25292         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25293         warnings (bugs, actually) noticed by gcc but not forte.
25294
25295 2004-05-18  David Schleef  <ds@schleef.org>
25296
25297         * sys/sunaudio/Makefile.am:
25298         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25299
25300 2004-05-18  David Schleef  <ds@schleef.org>
25301
25302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25303         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25304         to allow qtdemux to use non-seekable streams. (bug #142272)
25305
25306 2004-05-18  David Schleef  <ds@schleef.org>
25307
25308         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25309         (gst_resample_sinc_ft_float): Remove use of static temporary
25310         buffer.  This code was obviously not supposed to last long, but
25311         it's stuck in our ABI, so it required a little hack to make it
25312         ABI-compatible.  Fixes #142585.
25313         * gst-libs/gst/resample/resample.h: same.
25314
25315 2004-05-18  David Schleef  <ds@schleef.org>
25316
25317         * configure.ac: Add sunaudio
25318         * examples/Makefile.am: make gstplay depend on gconf
25319         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25320         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25321         (convert_table_lookup), (img_convert): remove c99-isms
25322         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25323           unsigned, to fix a warning on Solaris
25324         * gst/mpeg1sys/systems.c: bcopy->memcpy
25325         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25326         * sys/Makefile.am: Add sunaudio
25327
25328 2004-05-18  Wim Taymans  <wim@fluendo.com>
25329
25330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25331         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25332         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25333         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25334         (gst_ogg_mux_loop):
25335         Fix an ugly memleak where the muxer didn't flush enough ogg
25336         pages. This also resulted in badly muxed ogg files.
25337
25338 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25339
25340         * gst/asfdemux/asfheaders.c :
25341         * gst/asfdemux/asfheaders.h :
25342         * gst/asfdemux/gstasfdemux.c :
25343           - fix ASF_OBJ_PADDING guid
25344           - add 3 new object guids (language list, metadata,
25345             extended stream properties)
25346           - add a function to parse extended header objects
25347
25348 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25349
25350         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25351           remove leftover debugging g_print
25352
25353 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25354
25355         * ext/mad/gstmad.c: (gst_mad_handle_event):
25356           Fix for when the first format in a discont event is not a
25357           byte-based one. Should fix #137710.
25358
25359 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25360
25361         * m4/a52.m4 : fix compilation with -Wall -Werror
25362         * m4/libfame.m4 : idem
25363         * m4/libmikmod.m4 : idem
25364
25365 2004-05-17  Benjamin Otte  <otte@gnome.org>
25366
25367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25368           signal the new tags before giving up the reference
25369
25370 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25371
25372         * ext/shout2/gstshout2.c:
25373           use application/ogg instead of application/x-ogg (patch by Patrick
25374           Guimond, fixes #142432)
25375         * sys/oss/gstosselement.c: (gst_osselement_reset),
25376         (gst_osselement_sync_parms):
25377           don't set fragment size unless specified (fixes #142493)
25378
25379 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25380
25381         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25382           fixes #142664
25383
25384 2004-05-17  Benjamin Otte  <otte@gnome.org>
25385
25386         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25387           compute offsets correctly for internal buffers so timestamps are set
25388           correctly when we can't seek. Also handle cases where there are no
25389           offsets. (based on a patch by David Moore, fixes #142507)
25390
25391 2004-05-17  Benjamin Otte  <otte@gnome.org>
25392
25393         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25394           use correct variable when determining amount of data to skip so we
25395           don't skip into the void and segfault
25396
25397 2004-05-16  Benjamin Otte  <otte@gnome.org>
25398
25399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25400           Hi, I'm a memleak
25401
25402 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25403
25404         * gst/asfdemux/gstasfdemux.c:
25405           - fix a mem leak and always propagate tags
25406           - add WMV3 to known video codecs (but no decoder yet)
25407           - replace "surplus data" at end of audio header for what
25408             it is : codec specific data
25409           - fix a typo
25410
25411 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25412
25413         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25414
25415         * gst-libs/gst/audio/audioclock.c:
25416           Fix wrong return type (#142205).
25417
25418 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25419
25420         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25421           Ignore CRCs by default (fixes #142566).
25422
25423 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25424
25425         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25426         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25427         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25428         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25429         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25430         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25431           Fix for cases where we fail to attach to a mixer.
25432
25433 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25434
25435         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25436           Don't touch events after not owning them anymore.
25437         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25438         (gst_wavparse_fmt), (gst_wavparse_other),
25439         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25440         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25441         (gst_wavparse_srcpad_event):
25442         * gst/wavparse/gstwavparse.h:
25443           Add seeking, fix querying.
25444
25445 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25446
25447         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25448           - process comments even if they don't end with \0\0
25449             g_convert would ignore them if present and works well without them
25450
25451 2004-05-16  Benjamin Otte  <otte@gnome.org>
25452
25453         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25454           simplify caps
25455
25456 2004-05-16  Benjamin Otte  <otte@gnome.org>
25457
25458         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25459           don't write to memory we might not write to - g_convert does that
25460           for us anyway (fixes #142613)
25461         (gst_asf_demux_audio_caps):
25462           comment out gst_util_dump_mem
25463
25464 2004-05-16  Benjamin Otte  <otte@gnome.org>
25465
25466         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25467           compute correct expected timestamps after seek (broken since
25468           last commit)
25469         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25470           rename element and debugging category to gdkpixbufscale
25471
25472 2004-05-16  Benjamin Otte  <otte@gnome.org>
25473
25474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25475           add error checking to snd_pcm_delay and remove duplicate call to
25476           snd_pcm_delay that caused issues (see inline code comments)
25477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25478           make more readable and fix return value when snd_pcm_delay fails
25479         (fixes #142586)
25480
25481 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25482         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25483         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25484         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25485         (gst_pixbufscale_link), (gst_pixbufscale_init),
25486         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25487         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25488         (gst_pixbufscale_get_property), (pixbufscale_init):
25489         * ext/gdk_pixbuf/pixbufscale.h:
25490         Add these files I forgot earlier
25491
25492 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25493         * ext/gdk_pixbuf/Makefile.am:
25494         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25495         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25496         Add new pixbufscale element to scale RGB video
25497         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25498         and HYPER interpolation correctly.
25499         * ext/theora/theoraenc.c: (theora_enc_chain),
25500         Discard buffer and return if explicit caps could not be set
25501         (theora_enc_get_property):
25502         Make _get return kbps for the bitrate consistent with
25503         the _set function.
25504
25505
25506 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25507
25508         * ext/libvisual/visual.c: (gst_visual_chain):
25509           add missing visual_audio_analyze
25510
25511 2004-05-14  David Schleef  <ds@schleef.org>
25512
25513         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25514         is killed while we're playing.
25515         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25516         gst_element_no_more_pads().
25517
25518 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25519
25520         * gst-libs/gst/riff/riff-read.c :
25521           - fix INFO tag extraction in RIFF/AVI files
25522             because gst_event_unref (event) also freed taglist
25523           - avoid a mem leak
25524
25525 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25526
25527         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25528         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25529
25530         * gst/auparse/gstauparse.c :
25531           - add code (commented for now) to support audio/x-adpcm on src pad
25532             (we have no decoder for those layout yet)
25533
25534         * gst/cdxaparse/gstcdxaparse.c :
25535         * gst/cdxaparse/gstcdxaparse.h :
25536           - partial rewrite using RiffRead (ripped iain's wavparse code)
25537
25538         * gst/rtp/gstrtpL16enc.c : typo
25539         * gst/rtp/gstrtpgsmenc.c : typo
25540
25541 2004-05-13  Benjamin Otte  <otte@gnome.org>
25542
25543         * configure.ac:
25544           check for exact version of libvisual, it's not supposed to be
25545           API/ABI stable yet
25546
25547 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25548
25549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25550           signal no-more-pads
25551
25552 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25553
25554         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25555         Report which format was used for GST_FORMAT_DEFAULT
25556         * gst/debug/Makefile.am:
25557         * gst/debug/gstdebug.c: (plugin_init):
25558         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25559         (gst_progressreport_class_init), (gst_progressreport_init),
25560         (gst_progressreport_report), (gst_progressreport_set_property),
25561         (gst_progressreport_get_property), (gst_progressreport_chain),
25562         (gst_progressreport_plugin_init):
25563         Add progressreport element for testing.
25564
25565 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25566
25567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25568         * sys/v4l/gstv4lsrc.h:
25569         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25570         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25571         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25572         (gst_v4lsrc_grab_frame):
25573           add more debugging
25574           send a discont at start
25575
25576 2004-05-12  Colin Walters  <walters@redhat.com>
25577
25578         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25579         inflooping if we can't find a chunk.  Or in other words, don't blow
25580         chunks if we don't have a chunk to blow.
25581
25582 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25583         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25584         Remove old debug output
25585         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25586         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25587         (gst_dvdec_set_property), (gst_dvdec_get_property):
25588         Change the quality setting to an enum, so it works from gst-launch
25589         Don't renegotiate a non-linked pad. Allows audio only decoding.
25590         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25591         (gst_deinterlace_link), (gst_deinterlace_init):
25592         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25593         (gst_videodrop_link):
25594         Some caps negotiation fixes
25595
25596 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25597
25598         * ext/tarkin/gsttarkin.c :
25599           - Change RANK from NONE to PRIMARY
25600         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25601           - Change RANK from NONE to MARGINAL
25602         * ext/divx/gstdivxenc.c :
25603           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25604
25605 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25606
25607         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25608         (gst_vorbisenc_push_packet):
25609           copy a function that was added between 1.0 and 1.0.1 until we
25610           depend on worthwhile features of post-1.0
25611
25612 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25613
25614         * configure.ac:
25615           enable shout2 by default
25616         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25617         (gst_shout2send_base_init), (gst_shout2send_init),
25618         (gst_shout2send_connect), (gst_shout2send_change_state):
25619         * ext/shout2/gstshout2.h:
25620           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25621           #142262)
25622         * ext/theora/theora.c: (plugin_init):
25623           don't set rank on encoders
25624
25625 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25626
25627         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25628           Use codec_data property instead of flag1 and flag2 for wma
25629
25630 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25631
25632         * gst/cdxaparse/gstcdxaparse.c :
25633           - Add mpegversion to CAPS to make it link
25634           - Rank is as GST_RANK_SECONDARY instead of NONE
25635         * gst/auparse/gstauparse.c :
25636           - Document all audio encoding we can encounter from Solaris 9
25637             headers and libsndfile information.
25638           - Increase max. rate from 48000 to 192000 (to match other elements)
25639           - Don't try to play junk data between header and samples
25640
25641 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25642
25643         * ext/libvisual/visual.c: (gst_visual_getcaps):
25644           use the right caps depending on endianness (I hope)
25645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25646           use GST_RANK_NONE for all non-decoding elements or spider gets
25647           mighty confused
25648
25649 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25650
25651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25652           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25653
25654 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25655
25656         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25657         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25658         (gst_switch_loop), (gst_switch_get_type):
25659           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25660           HEADERS. Had to be said.
25661
25662 2004-05-10  David Schleef  <ds@schleef.org>
25663
25664         * configure.ac: Add prototype Dirac support.
25665         * ext/Makefile.am:
25666         * ext/dirac/Makefile.am:
25667         * ext/dirac/gstdirac.cc:
25668         * ext/dirac/gstdiracdec.cc:
25669
25670 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25671
25672         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25673         (gst_auparse_init), (gst_auparse_chain),
25674         (gst_auparse_change_state):
25675           Hack around spider. Remove me some day please.
25676
25677 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25678
25679         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25680           Fix for some uninitialized variables in previous patch, also
25681           makes it work. Fixes #142286 while we're at it.
25682
25683 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25684
25685         * gst/auparse/gstauparse.c:
25686                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25687                 only unsupported formats are ADPCM/CCITT G.72x
25688                 reviewed by Ronald
25689         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25690
25691 2004-05-10  Wim Taymans  <wim@fluendo.com>
25692
25693         * ext/vorbis/Makefile.am:
25694         * ext/vorbis/README:
25695         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25696         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25697         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25698         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25699         (gst_oggvorbisenc_convert_sink),
25700         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25701         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25702         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25703         (get_constraints_string), (update_start_message),
25704         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25705         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25706         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25707         * ext/vorbis/oggvorbisenc.h:
25708         * ext/vorbis/vorbis.c: (plugin_init):
25709         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25710         (raw_caps_factory), (gst_vorbisenc_class_init),
25711         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25712         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25713         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25714         * ext/vorbis/vorbisenc.h:
25715         Added a raw vorbis encoder to be used with the oggmuxer.
25716         We still need the old encoder for some gnome applications,
25717         read the README to find out how that works.
25718         The raw encoder is called "rawvorbisenc" until 0.9.
25719
25720 2004-05-10  Wim Taymans  <wim@fluendo.com>
25721
25722         * ext/ogg/gstogg.c: (plugin_init):
25723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25724         (gst_ogg_print):
25725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25726         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25727         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25728         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25729         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25730         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25731         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25732         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25733         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25734         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25735         Added an ogg muxer.
25736         Small typo fixes in the demuxer.
25737
25738 2004-05-10  Wim Taymans  <wim@fluendo.com>
25739
25740         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25741         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25742         (theora_enc_change_state), (theora_enc_set_property),
25743         (theora_enc_get_property):
25744         Mark the last packet with an EOS flag which is not really needed
25745         in gstreamer.
25746         Do some better video framerate initialisation.
25747         Update the buffer timestamp.
25748
25749 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25750
25751         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25752         Return the result of the parent state change call
25753
25754 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25755
25756         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25757         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25758         * gst/law/alaw-encode.c : (idem)
25759         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25760         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25761         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25762
25763 2004-05-09  Benjamin Otte  <otte@gnome.org>
25764
25765         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25766           don't use a fixed buffer size when writing variable length data to
25767           it. Fixes memory corruption and makes alsasrc work
25768
25769 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25770
25771         * ext/gnomevfs/gstgnomevfssink.c:
25772         (_gst_boolean_allow_overwrite_accumulator),
25773         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25774           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25775           RUN_LAST, and don't use that to set the accumulator value because
25776           then it's always FALSE.
25777
25778 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25779
25780         * gst-libs/gst/riff/riff-media.c:
25781         (gst_riff_create_video_caps_with_data),
25782         (gst_riff_create_audio_caps),
25783         (gst_riff_create_audio_template_caps):
25784         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25785           Fix for unaligned RIFF files (i.e. where all the chunks together
25786           in a LIST chunk are not of the same size as the size given in
25787           the LIST chunk header). Fixes several odd WAVE files. Also fix
25788           ADPCM (block_align property) in audio, so that wavparse based
25789           on this works now as it used to stand-alone.
25790
25791 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25792
25793         reviewed by Benjamin Otte  <otte@gnome.org>
25794
25795         * ext/a52dec/gsta52dec.c:
25796         * ext/divx/gstdivxdec.c:
25797         * ext/divx/gstdivxenc.c:
25798         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25799         * ext/faac/gstfaac.c: (gst_faac_base_init):
25800         * ext/faad/gstfaad.c: (gst_faad_base_init):
25801         * ext/ivorbis/vorbisfile.c:
25802         * ext/lame/gstlame.c:
25803         * ext/libfame/gstlibfame.c:
25804         * ext/mpeg2enc/gstmpeg2enc.cc:
25805         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25806         * ext/sidplay/gstsiddec.cc:
25807         * ext/speex/gstspeexdec.c:
25808         * ext/speex/gstspeexenc.c:
25809         * ext/xvid/gstxviddec.c:
25810         * ext/xvid/gstxvidenc.c:
25811           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25812           (fixes #142193)
25813
25814 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * ext/alsa/gstalsa.c: (device_list),
25817         (gst_alsa_class_probe_devices):
25818         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25819           Fix alsa oddness in mixer after the combination of using mixer
25820           in source/sink elements and using hw:x,y instead of just hw:x.
25821
25822 2004-05-09  Benjamin Otte  <otte@gnome.org>
25823
25824         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25825         (gst_wavparse_create_sourcepad):
25826           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25827           sourcepads
25828
25829 2004-05-09  Benjamin Otte  <otte@gnome.org>
25830
25831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25832           allow discont events before caps nego
25833
25834 2004-05-08  Benjamin Otte  <otte@gnome.org>
25835
25836         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25837           don't leak events
25838
25839 2004-05-08  Benjamin Otte  <otte@gnome.org>
25840
25841         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25842         (gst_level_change_state), (gst_level_init):
25843         * gst/level/gstlevel.h:
25844           figure out if we're initialized directly instead of keeping a
25845           variable that's wrong in 90% of cases
25846           don't initialize pads and then leak them and use a new unitialized
25847           pad. (fixes #142084)
25848           these were bugs so n00bish I didn't find them for an hour :/
25849
25850 2004-05-08 Iain <iain@prettypeople.org>
25851
25852         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25853         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25854         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25855         return the length that was read.
25856         (gst_riff_read_strf_auds): Allow fmt tags as well.
25857
25858 2004-05-07  David Schleef  <ds@schleef.org>
25859
25860         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25861         signed char assumption in faad.h.
25862
25863 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25864
25865         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25866           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25867
25868 2004-05-07  Colin Walters  <walters@redhat.com>
25869
25870         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25871         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25872         function.
25873         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25874         Add dispose function.
25875
25876 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25877         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25878           Fix caps nego and pad templates. RGB mode caps should
25879           work now.
25880         * ext/dvdnav/gst-dvd:
25881           Move mpeg2dec inside the thread because otherwise the
25882           queue rejects cap changes mid-stream
25883         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25884         (gst_mpeg2dec_flush_decoder):
25885           For mpeg2dec > 0.4.0, call the flush function instead of
25886           manually extracting all in-flight frames.
25887         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25888         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25889           Change mime type video/dv go video/x-dv to match the
25890           rest of gst-plugins
25891
25892 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25893
25894         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25896         (gst_alsa_sink_class_init):
25897         * ext/alsa/gstalsasink.h:
25898         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25899         (gst_alsa_src_class_init):
25900         * ext/alsa/gstalsasrc.h:
25901           Make alsasink/src a subclass of alsamixer so that mixer stuff
25902           shows up in gst-rec. Needs some finetuning.
25903
25904 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25905
25906         * ext/lame/gstlame.c: (gst_lame_chain):
25907           simplify
25908         * ext/mad/gstmad.c: (gst_mad_handle_event):
25909           fix event leak
25910         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25911           be able to detect mp3 files < 4096 bytes
25912
25913 2004-05-06  Wim Taymans  <wim@fluendo.com>
25914
25915         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25916         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25917         (theora_enc_set_property), (theora_enc_get_property):
25918         Also encode the first frame, cleanup some code.
25919
25920 2004-05-06  Wim Taymans  <wim@fluendo.com>
25921
25922         * ext/mpeg2enc/gstmpeg2enc.cc:
25923         Forward events first before deciding that negotiation was
25924         not performed.
25925
25926 2004-05-06  Wim Taymans  <wim@fluendo.com>
25927
25928         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25929         First process the events before deciding that negotiation
25930         was not performed.
25931
25932 2004-05-06  Wim Taymans  <wim@fluendo.com>
25933
25934         * ext/theora/Makefile.am:
25935         * ext/theora/theora.c: (plugin_init):
25936         * ext/theora/theoradec.c: (theora_dec_change_state):
25937         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25938         (gst_theora_enc_class_init), (gst_theora_enc_init),
25939         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25940         (theora_enc_chain), (theora_enc_change_state),
25941         (theora_enc_set_property), (theora_enc_get_property):
25942         Added a theora encoder, grouped the encoder and decoder into the
25943         same plugin.
25944
25945 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25946
25947         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25948         (gst_jpegenc_chain):
25949         fix DURATION on outgoing buffers
25950         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25951         debug using time formats
25952         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25954         (gst_xvimagesink_sink_link):
25955         windows with width/height 0 generate X errors, so don't allow them
25956
25957 2004-05-05  Wim Taymans  <wim@fluendo.com>
25958
25959         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25960         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25961         (gst_mpeg2dec_negotiate_format):
25962         * ext/mpeg2dec/gstmpeg2dec.h:
25963           removed the static pad template so that we can add the
25964           more accurate framerate value to the caps.
25965
25966
25967 2004-05-04  Benjamin Otte  <otte@gnome.org>
25968
25969         * configure.ac:
25970           check for kdemacros.h, too (should fix #141821)
25971         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25972           don't crash if no header was sent, but nicely error out (fixes part
25973           of #141554)
25974
25975 2004-05-04  Wim Taymans  <wim@fluendo.com>
25976
25977         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25978         parent dispose function to avoid segfault on destroy.
25979
25980 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25981
25982         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25983         (plugin_init):
25984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25985         (gst_xvimagesink_sink_link):
25986         clean up debugging caps
25987         also recreate xvimage when format has changed
25988
25989 2004-05-04  Benjamin Otte  <otte@gnome.org>
25990
25991         * ext/libvisual/Makefile.am:
25992         * ext/libvisual/visual.c: (gst_visual_class_init),
25993         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25994         (gst_visual_srclink), (gst_visual_chain),
25995         (gst_visual_change_state), (plugin_init):
25996           use a GstAdapter to correctly adapt buffer sizes - allows using a
25997           framerate
25998
25999 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26000
26001         * sys/v4l/gstv4lelement.h:
26002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26004         (gst_v4lsrc_buffer_free):
26005         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26006         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26007         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26008         (gst_v4lsrc_requeue_frame):
26009         move some debugging categories around
26010         query for fps index and set accordingly if found
26011
26012 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26013
26014         * ext/lame/gstlame.c:
26015         correct defaults that lame_init puts out of range
26016
26017 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26018
26019         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26020         (gst_divxenc_class_init):
26021         fix range since -1 is the default
26022         * gst/mpeg1sys/gstmpeg1systemencode.c:
26023         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26024         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26025         (gst_rtjpegdec_chain):
26026         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26027         (gst_rtjpegenc_chain):
26028         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26029         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26030         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26031         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26032         * sys/v4l/gstv4lsrc.c:
26033         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26034         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26035         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26036         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26037         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26038           remove gst_info calls
26039
26040 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26041
26042         * Makefile.am:
26043         * po/af.po:
26044         * po/az.po:
26045         * po/en_GB.po:
26046         * po/nl.po:
26047         * po/sr.po:
26048         * po/sv.po:
26049           Updated translations
26050
26051 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26052
26053         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26054           refactor/comment code
26055
26056 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26057
26058         * gst/asfdemux/Makefile.am:
26059         * gst/asfdemux/asfheaders.c:
26060         * gst/asfdemux/asfheaders.h:
26061         * gst/asfdemux/gstasf.c: (plugin_init):
26062         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26063         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26064         (gst_asf_demux_setup_pad):
26065         * gst/asfdemux/gstasfdemux.h:
26066         * gst/asfdemux/gstasfmux.c:
26067         * gst/asfdemux/gstasfmux.h:
26068           Add tagging support to demuxer, split out registration in its own
26069           file instead of in demux (hacky), and prevent having some tables
26070           in our memory multiple times (in asfheaders.h).
26071
26072 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26073
26074         * gst/matroska/matroska-demux.c:
26075         (gst_matroska_demux_parse_metadata):
26076         * gst/matroska/matroska-ids.h:
26077           Basic tag reading support.
26078
26079 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26082           Really detect ac-3 audio.
26083         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26084           really detect matroska files (off-by-1).
26085
26086 2004-04-30  David Schleef  <ds@schleef.org>
26087
26088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26089         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26090         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26091         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26092         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26093         hackage -- parse a lot more atoms, extract a few tags.  One might even
26094         mistake this for tag support.  Maybe it is.
26095         * gst/qtdemux/qtdemux.h:
26096
26097 2004-04-30  Colin Walters  <walters@verbum.org>
26098
26099         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26100
26101 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26102
26103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26104         (gst_ffmpegcolorspace_getcaps):
26105           remove broken nego fix
26106
26107 2004-04-30  Benjamin Otte  <otte@gnome.org>
26108
26109         * configure.ac:
26110         * ext/Makefile.am:
26111         * ext/libvisual/Makefile.am:
26112         * ext/libvisual/visual.c:
26113           add initial support for libvisual (http://libvisual.sourceforge.net)
26114           libvisual is still quite alpha, so expect crashes in there :)
26115
26116 2004-04-29  David Schleef  <ds@schleef.org>
26117
26118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26119         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26120         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26121         code; you will no longer respect me.
26122
26123 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26124
26125         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26126         * ext/alsa/gstalsa.h :
26127         change alsa pcm device discovery to find more than 1 device
26128         per card. code review by Ronald.
26129
26130 2004-04-29  David Schleef  <ds@schleef.org>
26131
26132         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26133         Add a check for a driver bug on FreeBSD.  (bug #140565)
26134
26135 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26136
26137         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26138         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26139         (gst_jpegenc_getcaps):
26140           move format setting to inner loop
26141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26142         (gst_ffmpegcolorspace_getcaps):
26143           use GST_PAD_CAPS if available so that we use already negotiated
26144           caps
26145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26146         (qtdemux_parse_moov), (qtdemux_parse):
26147           extra debugging
26148         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26149         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26150           move hardcoded path to DEFINE
26151
26152 2004-04-28  David Schleef  <ds@schleef.org>
26153
26154         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26155         (bug #140064)
26156
26157 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26158
26159         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26160           Don't probe for playback device if we're a source element. Fixes
26161           #139658.
26162
26163 2004-04-29  Benjamin Otte  <otte@gnome.org>
26164
26165         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26166         (gst_id3_tag_chain):
26167           rewrite buffer offset
26168
26169 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26170
26171         * configure.ac:
26172         * ext/Makefile.am:
26173         * ext/dts/Makefile.am:
26174         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26175         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26176         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26177         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26178         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26179         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26180         (plugin_init):
26181         * ext/dts/gstdtsdec.h:
26182           New DTS decoder.
26183         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26184         (gst_faad_srcconnect):
26185           Add ESDS atom handling (.m4a).
26186
26187 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26188
26189         * ext/divx/gstdivxdec.c: (plugin_init):
26190           Remove comment that makes no sense.
26191         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26192           Fix for obvious typo that resulted in warnings during gst-register.
26193         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26194         (gst_xviddec_sink_link):
26195           Fix caps negotiation a bit better.
26196         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26197           We call this 'codec_data', not 'esds'.
26198
26199 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26200
26201         * gst/monoscope/gstmonoscope.c:
26202           make sure we only provide 256x128
26203         * gst/monoscope/monoscope.c: (monoscope_init):
26204           assert size of 256x128
26205
26206 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26207
26208         * Makefile.am:
26209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26210         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26211           fixate to max width and height of device
26212
26213 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26214
26215         * Makefile.am:
26216         * sys/v4l/gstv4l.c:
26217         * sys/v4l/gstv4lsrc.c:
26218         * sys/v4l/v4l_calls.c:
26219         * sys/v4l/v4lsrc_calls.c:
26220           fix for qc-usb driver which fakes having more than one buffer
26221           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26222           buffer_free override
26223           add debugging
26224
26225 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26226
26227         * Makefile.am:
26228         * gst/videotestsrc/gstvideotestsrc.c:
26229         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26230         (gst_videotestsrc_init), (gst_videotestsrc_get),
26231         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26232         * gst/videotestsrc/gstvideotestsrc.h:
26233           add num-buffers property
26234
26235         2004-04-26  Benjamin Otte  <otte@gnome.org>
26236
26237         * ext/mad/gstid3tag.c: (plugin_init):
26238           set id3mux rank to NONE so it doesn't confuse spider
26239           require audio/mpeg,mpegversion=1 in id3mux
26240
26241 2004-04-26  Benjamin Otte  <otte@gnome.org>
26242
26243         * configure.ac:
26244           detect faad correctly as non-working if it's indeed non-working
26245
26246 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26247
26248         * Makefile.am:
26249         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26250         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26251         fix _getcaps so it only negotiates to its supported format
26252
26253 2004-04-25  Benjamin Otte  <otte@gnome.org>
26254
26255         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26256           fix memleak
26257
26258 2004-04-23  Benjamin Otte  <otte@gnome.org>
26259
26260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26261           audio/x-raw-int with height rules! not. Now it's depth.
26262
26263 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26264
26265         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26266         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26267         (gst_wavparse_loop):
26268           Missing variable initialization. Add handling of DVI ADPCM. Fix
26269           mis-parsing of LIST chunks. This works around a bug where we mis-
26270           parse non-aligning LIST chunks (so LIST chunks where the contents
26271           don't align with the actual LIST size). The correct fix is to use
26272           rifflib, I'm not going to fix wavparse - too much work. All this
26273           fixes #104878.
26274
26275 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26276
26277         reviewed by Benjamin Otte  <otte@gnome.org>
26278
26279         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26280           fix shoutcast not working (fixes #140844)
26281
26282 2004-04-22  Benjamin Otte  <otte@gnome.org>
26283
26284         * ext/hermes/gsthermescolorspace.c:
26285         (gst_hermes_colorspace_caps_remove_format_info):
26286         * gst/colorspace/gstcolorspace.c:
26287         (gst_colorspace_caps_remove_format_info):
26288         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26289         (gst_ffmpegcolorspace_caps_remove_format_info):
26290           s/gst_caps_simplify/gst_caps_do_simplify/
26291
26292 2004-04-22  Benjamin Otte  <otte@gnome.org>
26293
26294         * gst-libs/gst/riff/riff-media.c:
26295         (gst_riff_create_video_caps_with_data):
26296           mpegversion is an int
26297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26298           don't try to create pad templates with NULL caps, use any caps
26299           instead.
26300
26301 2004-04-20  David Schleef  <ds@schleef.org>
26302
26303         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26304         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26305         (bug #140384)
26306
26307 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26308
26309         reviewed by David Schleef
26310
26311         * ext/mad/gstid3tag.c: Add stdlib.h
26312         * gst/rtp/gstrtpgsmenc.c: same
26313         * gst/tags/gstid3tag.c: same
26314         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26315         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26316         GST_DISABLE_LOADSAVE use.
26317         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26318         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26319         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26320         atol(3)).
26321         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26322         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26323         strtoul(3)).
26324         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26325         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26326         $(ID3_CFLAGS).
26327         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26328         $(LIBFAME_CFLAGS).
26329
26330 2004-04-20  David Schleef  <ds@schleef.org>
26331
26332         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26333         last checkin.  Same idea.
26334
26335 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26336
26337         reviewed by David Schleef
26338
26339         * configure.ac: bump required gstreamer version to 0.8.1.1
26340         because of following changes [--ds]
26341
26342         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26343         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26344         (gst_riff_read_header):  Use GST_READ_UINT*
26345         macros to access possibly unaligned memory.
26346
26347         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26348         (mp3_type_find):  Use GST_READ_UINT*
26349         macros to access possibly unaligned memory.
26350         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26351         (speex_type_find): Likewise
26352
26353         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26354
26355         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26356         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26357         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26358         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26359         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26360         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26361         macros to access possibly unaligned memory.
26362
26363         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26364         Likewise.
26365
26366         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26367         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26368
26369         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26370         Likewise.
26371
26372         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26373         (gst_mpeg2subt_chain_subtitle): Likewise.
26374
26375         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26376         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26377         Likewise.
26378
26379         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26380         Likewise.
26381
26382         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26383         Likewise.
26384
26385         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26386         Likewise.
26387
26388 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26389
26390         * configure.ac:
26391           update required version of GStreamer because of GST_TIME_FORMAT
26392
26393 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26394
26395         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26396           remove leftover g_print
26397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26398           don't try setting only a subset of the caps. We don't want to kill
26399           autoplugging on purpose
26400
26401 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26402
26403         * sys/ximage/ximagesink.c: (plugin_init):
26404         * sys/xvimage/xvimagesink.c: (plugin_init):
26405           add debugging categories
26406
26407 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26408
26409         * po/en_GB.po:
26410         * po/LINGUAS:
26411           Adding en_GB translation (Gareth Owen)
26412
26413 2004-04-20  David Schleef  <ds@schleef.org>
26414
26415         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26416         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26417         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26418         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26419         A number of new features and hacks to extract the esds atom and
26420         put it into the caps.  (bug #137724)
26421
26422 2004-04-19  David Schleef  <ds@schleef.org>
26423
26424         * gconf/Makefile.am: Fix for non-GNU make
26425         * gst-libs/gst/Makefile.am: Change directory order to handle
26426         GstPlay linking with gstinterfaces
26427         * gst-libs/gst/audio/make_filter: make use of tr portable
26428         * gst-libs/gst/play/Makefile.am: Add intended \
26429         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26430         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26431         function prototype instead of void *.
26432         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26433         macro.
26434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26435         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26436         * gst/videofilter/make_filter: make use of tr portable
26437         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26438
26439 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26440
26441         * po/LINGUAS:
26442         * po/uk.po:
26443           Added Ukrainian translation (Maxim V. Dziumanenko)
26444
26445 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26446
26447         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26448         (gst_gsmdec_link), (gst_gsmdec_chain):
26449           Fix capsnego, simplify chain function slightly.
26450         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26451           Add GSM.
26452
26453 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26454
26455         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26456         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26457         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26458           Hack to make wavparse work with spider (always -> sometimes pad).
26459           Fixes #135862 && #140411.
26460
26461 2004-04-18  Benjamin Otte  <otte@gnome.org>
26462
26463         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26464         (gst_osselement_rate_probe_check),
26465         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26466           get rid of \n in debug output
26467
26468 2004-04-17  Iain <iain@prettypeople.org>
26469
26470         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26471         not just EOS.
26472
26473 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26474
26475         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26476         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26477         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26478         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26479         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26480         (gst_id3_tag_change_state), (plugin_init):
26481           deprecate id3tag element and replace with id3demux/id3mux.
26482           great side effect: this ugly file is now even uglier, yay!
26483         * ext/mad/gstmad.h:
26484           remove non-available function
26485           update for new get_type
26486
26487 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26488
26489         * configure.ac:
26490           require mpeg2dec >= 0.4.0
26491
26492 2004-04-17  Benjamin Otte  <otte@gnome.org>
26493
26494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26495         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26496         (gst_xvimagesink_set_xwindow_id):
26497           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26498           assorted cleanup fixes.
26499
26500 2004-04-16  David Schleef  <ds@schleef.org>
26501
26502         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26503         * sys/xvimage/xvimagesink.h: same
26504
26505 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26506
26507         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26508           Fix GST_ELEMENT_ERROR with (NULL)
26509
26510 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26511
26512         * gst-libs/gst/riff/riff-media.c:
26513         (gst_riff_create_video_caps_with_data):
26514           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26515
26516 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * gst-libs/gst/riff/riff-media.c:
26519         (gst_riff_create_video_caps_with_data),
26520         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26521         (gst_riff_create_video_template_caps),
26522         (gst_riff_create_audio_template_caps):
26523         * gst-libs/gst/riff/riff-media.h:
26524         * gst-libs/gst/riff/riff-read.c:
26525         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26526         * gst-libs/gst/riff/riff-read.h:
26527         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26528           Add MS RLE support. I added some functions to read out strf chunks
26529           into strf chunks and the data behind it. This is usually color
26530           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26531           caps creation. Lastly, add ADPCM (similar to wavparse - which
26532           should eventually be rifflib based).
26533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26534         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26535         * gst/matroska/matroska-demux.h:
26536           Remove placeholders for some prehistoric tagging system. Didn't add
26537           support for any tag system really anyway.
26538         * gst/qtdemux/qtdemux.c:
26539           Add support for audio/x-m4a (MPEG-4) through spider.
26540         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26541         (gst_wavparse_loop):
26542           ADPCM support (#135862). Increase max. buffer size because we
26543           cannot split buffers for ADPCM (screws references) and I've seen
26544           files with 2048 byte chunks. 4096 seems safe for now.
26545
26546 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26547
26548         * configure.ac: bump nano to 1
26549
26550 === release 0.8.1 ===
26551
26552 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26553
26554         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26555
26556 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26559           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26560           Fixes #140058
26561
26562 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26563
26564         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26565           lower rank of dvddemux so that it's not used for mpeg playback.
26566
26567 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26568
26569         * configure.ac:
26570           save libs correctly when checking mad
26571
26572 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26573
26574         * ext/mad/gstid3tag.c: (plugin_init):
26575           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26576
26577 2004-04-13  David Schleef  <ds@schleef.org>
26578
26579         * common/m4/gst-feature.m4: Call -config scripts with
26580         --plugin-libs if it is supported.
26581         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26582         JPEG images are image/jpeg.
26583         * gst/debug/Makefile.am:
26584         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26585         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26586         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26587         (gst_negotiation_plugin_init): Add a property that acts like
26588         filter caps.
26589         * testsuite/gst-lint:  Move license checking to be a standard
26590         test.
26591
26592 2004-04-13  David Schleef  <ds@schleef.org>
26593
26594         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26595         patch from Sebastien Cote (bug #139958)
26596
26597 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26598
26599         * examples/gstplay/Makefile.am:
26600         * examples/gstplay/player.c: (main):
26601           make the commandline player example use gconf settings
26602
26603 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26604
26605         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26606         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26607         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26608           init/end library during state transition, not object
26609           creation/disposal.  get rid of custom dispose handler.
26610
26611
26612 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26613
26614         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26615         be a symlink
26616
26617 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26620           Handle JUNK chunks inside data section. Prevents warnings.
26621
26622 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26625         (gst_riff_create_video_template_caps):
26626           Add MS video v1.
26627         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26628         (gst_avi_demux_stream_data):
26629           Add support for "rec-list" chunks.
26630
26631 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26632
26633         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26634           Fix another codecname mismatch.
26635
26636 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26637
26638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26639           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26640           so that MJPEG plays back.
26641
26642 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26645         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26646         * gst/mpeg1videoparse/gstmp1videoparse.h:
26647           Fix for some slight mis-cuts in buffer parsing, and for some
26648           potential overflows or faults-causers. Adds disconts. Also fixes
26649           #139105 while we're at it.
26650
26651 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26652
26653         * configure.ac:
26654         * sys/v4l2/gstv4l2element.h:
26655           Workaround for missing struct v4l2_buffer declaration in Suse 9
26656           and Mandrake 10 linux/videodev2.h header file (#135919).
26657
26658 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26659
26660         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26661           Bail out if no filename was given.
26662
26663 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26664
26665         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26666         (gst_v4l2_fourcc_from_structure):
26667           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26668           Y41B somewhere).
26669
26670 2004-04-09  Benjamin Otte  <otte@gnome.org>
26671
26672         * ext/gnomevfs/gstgnomevfssink.c:
26673         (_gst_boolean_allow_overwrite_accumulator),
26674         (gst_gnomevfssink_class_init):
26675           fix erase signal - if any handler returns false the file will not be
26676           overwritten. If no handler is connected, the file will not be
26677           overwritten either.
26678           renamed signal to "allow-overwrite"
26679         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26680           free string when adding it to ID3 failed
26681         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26682           unref event when done
26683         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26684           free caps
26685         * gst/typefind/gsttypefindfunctions.c:
26686         (mpeg_video_stream_type_find):
26687           fix invalid read
26688
26689 2004-04-08  David Schleef  <ds@schleef.org>
26690
26691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26692         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26693
26694 2004-04-08  David Schleef  <ds@schleef.org>
26695
26696         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26697         we don't support (bug #139532)
26698
26699 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26700
26701         * ext/mad/gstmad.c: (gst_mad_handle_event),
26702         (gst_mad_check_caps_reset), (gst_mad_chain),
26703         (gst_mad_change_state):
26704           only set explicit caps if they haven't been set before for
26705           this stream.  MPEG-audio sample rate/channels aren't allowed
26706           to change in-stream.
26707           Fixes #139382
26708
26709 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26710
26711         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26712         (_gst_boolean_did_something_accumulator),
26713         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26714         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26715         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26716         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26717         (gst_gnomevfssink_change_state):
26718           Fix erase signal. Don't erase by default. Remove handoff signal.
26719           Remove erase property. Don't segfault. General cleanup.
26720
26721 2004-04-07  Benjamin Otte  <otte@gnome.org>
26722
26723         * gst-libs/gst/gconf/test-gconf.c: (main):
26724           add missing gst_init
26725
26726 2004-04-07  Benjamin Otte  <otte@gnome.org>
26727
26728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26729           free the mutexes, too
26730
26731 2004-04-07  Benjamin Otte  <otte@gnome.org>
26732
26733         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26734           actually free the URI string
26735         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26736           compute offset correctly when passing discont events
26737         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26738           don't leak discont events
26739         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26740           add some missing breaks so caps aren't copied randomly
26741         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26742           if we realloc memory, we better use it
26743
26744 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26745
26746         * ext/mad/gstmad.c: (normal_seek):
26747           fix GST_FORMAT_TIME usage
26748
26749 2004-04-05  David Schleef  <ds@schleef.org>
26750
26751         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26752         a deprecated function (hack!)
26753
26754 2004-04-05  Benjamin Otte  <otte@gnome.org>
26755
26756         * ext/esd/esdmon.c: (gst_esdmon_get):
26757           fix nonterminated vararg and memleak
26758
26759 2004-04-05  Benjamin Otte  <otte@gnome.org>
26760
26761         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26762         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26763         (gst_ladspa_set_property), (gst_ladspa_get_property),
26764         (gst_ladspa_instantiate), (gst_ladspa_activate),
26765         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26766           clean up debugging
26767
26768 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26769
26770         reviewed by Benjamin Otte  <otte@gnome.org>
26771
26772         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26773           check for broken LADSPA parameters (fixes #138635)
26774
26775 2004-04-05  Benjamin Otte  <otte@gnome.org>
26776
26777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26778           advertise buffer-frames correctly on sinkpads
26779
26780 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26781
26782         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26783         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26784         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26785         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26786         (gst_mad_check_caps_reset), (gst_mad_chain):
26787         add more debugging, only reset caps when we're not in error state
26788
26789 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26790
26791         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26792
26793 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26794
26795         reviewed by Benjamin Otte  <otte@gnome.org>
26796
26797         * configure.ac:
26798           fix == in test(1) operator
26799
26800 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26801
26802         reviewed by Benjamin Otte  <otte@gnome.org>
26803
26804         * configure.ac:
26805           fix --export-symblos-regex to a working regex.
26806
26807 2004-04-04  Benjamin Otte  <otte@gnome.org>
26808
26809         * sys/oss/.cvsignore:
26810           add for oss_probe
26811
26812 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26813
26814         reviewed by Benjamin Otte  <otte@gnome.org>
26815
26816         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26817           add missing 'new_media' argument (fixes #138168)
26818         * gst/matroska/matroska-demux.c:
26819         (gst_matroska_demux_handle_seek_event):
26820           add vararg terminator (fixes #138169)
26821
26822 2004-04-02  David Schleef  <ds@schleef.org>
26823
26824         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26825         disted (bug #138914)
26826
26827 2004-04-01  Benjamin Otte  <otte@gnome.org>
26828
26829         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26830         (gst_alsa_close_audio):
26831           handle case better where a soundcard can't pause
26832         * ext/ogg/gstoggdemux.c:
26833           don't crash when we get events but don't have pads yet
26834
26835 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26836
26837         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26838           throw an error if we couldn't probe any caps.
26839
26840 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26841
26842         * ext/dvdnav/gst-dvd:
26843         Add a really simple sample DVD player
26844
26845 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26846
26847         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26848         (gst_a52dec_push), (gst_a52dec_handle_event),
26849         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26850         (gst_a52dec_change_state):
26851         * ext/a52dec/gsta52dec.h:
26852           Use a debug category, Output timestamps correctly
26853           Emit tag info, Handle events, tell liba52dec about cpu
26854           capabilities so it can use MMX etc.
26855         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26856           Fix a crasher accessing invalid memory
26857         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26858         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26859         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26860         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26861         (dvdnavsrc_query):
26862           Some support for byte-format seeking.
26863           Small fixes for still frames and menu button overlays
26864         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26865         (gst_mpeg2dec_alloc_buffer):
26866           Use a debug category. Adjust the report level of several items to
26867           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26868           so it doesn't lose the GstBuffer pointer
26869         * gst/debug/Makefile.am:
26870         * gst/debug/gstdebug.c: (plugin_init):
26871         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26872         (gst_navseek_base_init), (gst_navseek_class_init),
26873         (gst_navseek_init), (gst_navseek_seek),
26874         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26875         (gst_navseek_get_property), (gst_navseek_chain),
26876         (gst_navseek_plugin_init):
26877         * gst/debug/gstnavseek.h:
26878           Add the navseek debug element for seeking back and forth in a
26879           video stream using arrow keys.
26880         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26881         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26882         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26883         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26884         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26885         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26886         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26887         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26888         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26889         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26890         * gst/mpeg2sub/gstmpeg2subt.h:
26891           Pretty much a complete rewrite. Now a loopbased element. May still
26892           require work to properly synchronise subtitle buffers.
26893         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26894         (gst_dvd_demux_send_subbuffer):
26895         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26896           Don't attempt to create subbuffers of size 0
26897           Reduce a couple of error outputs to warnings.
26898         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26899         (gst_y4mencode_chain):
26900         Output the y4m frame header correctly.
26901
26902 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26903
26904         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26905           throw errors instead of allowing SIGFPE
26906
26907 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26908
26909         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26910         (gst_gconf_render_bin_from_key):
26911           leak plugging and style fixing
26912
26913 2004-03-31  David Schleef  <ds@schleef.org>
26914
26915         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26916         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26917         (bug #138225)
26918         * gst/debug/Makefile.am:
26919         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26920         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26921         plugin.
26922         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26923         (gst_negotiation_base_init), (gst_negotiation_class_init),
26924         (gst_negotiation_init), (gst_negotiation_getcaps),
26925         (gst_negotiation_pad_link), (gst_negotiation_chain),
26926         (gst_negotiation_set_property), (gst_negotiation_get_property),
26927         (gst_negotiation_plugin_init):  New element to talk about random
26928         negotiation things happening in a pipeline.
26929
26930 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26931
26932         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26933           fix integer addition with help of Stefan Kost
26934
26935 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26936
26937         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26938
26939 2004-03-30  David Schleef  <ds@schleef.org>
26940
26941         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26942         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26943         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26944         (bug #137504)
26945         * ext/mpeg2dec/gstmpeg2dec.h:
26946
26947 2004-03-30  David Schleef  <ds@schleef.org>
26948
26949         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26950
26951 2004-03-30  David Schleef  <ds@schleef.org>
26952
26953         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26954         Michael Petullo) to handle .mov
26955
26956 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26957
26958         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26959         (gst_osselement_rate_check_rate):
26960           probe caps correctly for sound cards that only support one format
26961
26962 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26963
26964         * ext/kio/kiosrc.cpp: (process_events):
26965           update handling event processing if inside KDE - untested
26966
26967 2004-03-29  David Schleef  <ds@schleef.org>
26968
26969         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26970         by 2 to not interfere with other colorspaces.
26971         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26972         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26973         one to not interfere with ffmpeg_colorspace.
26974
26975 2004-03-29  David Schleef  <ds@schleef.org>
26976
26977         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26978         aren't in the caps.
26979         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26980         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26981
26982 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26983
26984         * gst-libs/gst/riff/riff-media.c:
26985           fail on error, don't try to set stuff on NULL caps
26986
26987 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26988
26989         * configure.ac:
26990         * ext/Makefile.am:
26991         * ext/kio/Makefile.am:
26992         * ext/kio/kioreceiver.cpp:
26993         * ext/kio/kioreceiver.h:
26994         * ext/kio/kiosrc.cpp:
26995         * ext/kio/kiosrc.h:
26996           add experimental kiosrc plugin
26997         * ext/alsa/gstalsaplugin.c: (plugin_init):
26998           initialize debugging category only when we're sure registering the
26999           plugins worked.
27000
27001 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27002
27003         * examples/gstplay/player.c: (main):
27004         * gst-libs/gst/play/play.c: (gst_play_class_init),
27005         (gst_play_set_location), (gst_play_set_data_src),
27006         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27007         (gst_play_set_visualization), (gst_play_connect_visualization):
27008           check return values of element_set_state and return FALSE where
27009           failed
27010
27011 2004-03-29  Benjamin Otte  <otte@gnome.org>
27012
27013         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27014           try harder to check if an event is really a discont
27015
27016 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27017
27018         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27019         * po/az.po:
27020
27021 2004-03-28  Benjamin Otte  <otte@gnome.org>
27022
27023         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27024         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27025         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27026           get rid of non-standard "..." ranges in case statements.
27027
27028 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27029
27030         * gst/mpegstream/gstmpegdemux.c:
27031         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27032         specific functionality split to the new dvddemux element.
27033         * gst/mpegstream/gstdvddemux.c:
27034         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27035         streams, derived from mpegdemux.
27036         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27037         up. SCR based timestamp rewriting can be turned off (will probably
27038         completely disappear soon).
27039         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27040         hacking. General cleanup. All printf statements replaced by
27041         debugging messages. Almost complete libdvdnav support.
27042         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27043         by events. New properties for audio and subpicture languages.
27044         (dvdnavsrc_update_highlight): Now uses events.
27045         (dvdnavsrc_user_op): Cleaned up.
27046         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27047         based). Lots of cleanup, and propper support for most libdvdnav
27048         events.
27049         (dvdnavsrc_make_dvd_event): New function.
27050         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27051         (dvdnavsrc_make_clut_change_event): New function.
27052
27053 2004-03-26  Benjamin Otte  <otte@gnome.org>
27054
27055         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27056           fix bug where typefinding would claim it's theora whenever less then
27057           7 bytes of data were available
27058
27059 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27060
27061         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27062         (gst_alawdec_base_init), (gst_alawdec_class_init),
27063         (gst_alawdec_init), (gst_alawdec_chain):
27064         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27065         (gst_alawenc_base_init), (gst_alawenc_class_init),
27066         (gst_alawenc_init), (gst_alawenc_chain):
27067         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27068         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27069         (gst_mulawdec_init), (gst_mulawdec_chain):
27070         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27071         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27072         (gst_mulawenc_init), (gst_mulawenc_chain):
27073           Fix capsnego in all four, remove the unused property functions and
27074           simplify the chain functions slightly. I guess we could use macros
27075           or something similar for those, since the code is so similar, but
27076           I'm currently too lazy...
27077
27078 2004-03-24  David Schleef  <ds@schleef.org>
27079
27080         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27081         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27082         (gst_osselement_get_format_structure),
27083         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27084         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27085         (gst_osselement_rate_int_compare): Add code to handle rate probing
27086         (bug #120883)
27087         * sys/oss/gstosselement.h: same
27088         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27089         Use rate probing provided by osselement.
27090         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27091
27092 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27093
27094         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27095         (gst_xvidenc_get_property):
27096           ulong/int mess-up.
27097
27098 2004-03-24  David Schleef  <ds@schleef.org>
27099
27100         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27101         (gst_speexdec_init):
27102         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27103         (gst_speexenc_init):  Create the pad template correctly (from
27104         the static pad template, not a NULL pointer.)
27105
27106 2004-03-25  Benjamin Otte  <otte@gnome.org>
27107
27108         * gst/debug/Makefile.am:
27109         * gst/debug/breakmydata.c:
27110           add element that quasi-randomly changes bytes in the stream.
27111           Intended use is robustness checking of demuxers and decoders in
27112           media tests.
27113
27114 2004-03-24  Benjamin Otte  <otte@gnome.org>
27115
27116         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27117         (gst_alsa_probe_hw_params):
27118         * ext/alsa/gstalsa.h:
27119           debugging output fixes
27120
27121 2004-03-24  Benjamin Otte  <otte@gnome.org>
27122
27123         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27124           don't g_return_if_fail if element is PLAYING, fail silently as every
27125           other element.
27126         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27127           only fix needed for cast lvalue issues in gst-plugins
27128         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27129           add proxy_getcaps
27130
27131 2004-03-24  Benjamin Otte  <otte@gnome.org>
27132
27133         * gst/level/gstlevel.c: (gst_level_init):
27134           add proxying getcaps function, so level doesn't advertise impossible
27135           caps
27136
27137 2004-03-24  David Schleef  <ds@schleef.org>
27138
27139         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27140         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27141         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27142         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27143         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27144         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27145         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27146         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27147         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27148         messages.  Divide the chunk size by the compression ratio
27149         (needed for MACE audio)
27150
27151 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27154           Fix buffer overflow read error.
27155
27156 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * ext/alsa/gstalsa.h:
27159           Remove unused entry.
27160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27161           Add cinepak.
27162         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27163         (gst_videodrop_link), (gst_videodrop_chain):
27164           Fix, sort of. Was horribly broken with new capsnego. Bah...
27165
27166 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27167
27168         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27169         (plugin_init):
27170         Add a monkeysaudio typefind function
27171
27172 2004-03-23  Johan Dahlin  <johan@gnome.org>
27173
27174         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27175         (gst_play_video_fixate): Check so the structure has the field
27176         before trying to fixate them, this makes it possible to have
27177         fakesinks for video and audio output without printing errors on
27178         the output console.
27179
27180 2004-03-22  David Schleef  <ds@schleef.org>
27181
27182         * sys/oss/Makefile.am:
27183         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27184         (check_rate), (add_rate):  Rate probing test app.
27185
27186 2004-03-21  Benjamin Otte  <otte@gnome.org>
27187
27188         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27189         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27190           add a fixation function that pretty much does the right thing (fixes
27191           #137556)
27192
27193 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27194
27195         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27196
27197 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27198
27199         reviewed by: Benjamin Otte  <otte@gnome.org>
27200
27201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27202           terminate gst_event_new_discontinuous correctly (fixes parts of
27203           #137711)
27204
27205 2004-03-19  David Schleef  <ds@schleef.org>
27206
27207         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27208         since it doesn't depend on X, and it's part of our ABI.
27209
27210 2004-03-19  Iain <iain@prettypeople.org>
27211
27212         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27213         is_int in the structure, not the local variable.
27214
27215 2004-03-19  David Schleef  <ds@schleef.org>
27216
27217         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27218         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27219         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27220         Improvements in caps negotiation.
27221
27222 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         * po/LINGUAS:
27225         * po/af.po:
27226           adding Afrikaans (Petri Jooste)
27227
27228 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27229
27230         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27231         (gst_ffmpegcolorspace_chain):
27232         throw error instead of g_critical (#137588)
27233
27234 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27235
27236         * Makefile.am:
27237         * configure.ac:
27238           dist common and m4 correctly
27239         * po/sv.po:
27240
27241 2004-03-17  David Schleef  <ds@schleef.org>
27242
27243         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27244         (bug #137348)
27245
27246 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27247
27248         * po/LINGUAS:
27249         * po/sv.po:
27250           adding Swedish translation (Christian Rose)
27251
27252 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27253
27254         * Makefile.am: use release.mak
27255
27256 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27257
27258         * common/ChangeLog:
27259         * common/gst-autogen.sh:
27260           add some explanation about the version detection
27261         * configure.ac:
27262           fix X check
27263
27264 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27265
27266         * configure.ac: bump nano to 1
27267
27268 === release 0.8.0 ===
27269
27270 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27271
27272         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27273
27274 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27275
27276         * configure.ac:
27277           update libtool version
27278         * gst-libs/gst/media-info/Makefile.am:
27279           actually use libtool version
27280
27281 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27282
27283         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27284
27285 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27286
27287         * configure.ac:
27288         * gst-plugins.spec.in:
27289         * pkgconfig/Makefile.am:
27290         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27291         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27292         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27293         * pkgconfig/gstreamer-libs.pc.in:
27294         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27295         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27296         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27297         * pkgconfig/gstreamer-plugins.pc.in:
27298           remove @VERSION@ from some of the pc files since core and plugins
27299           are decoupled.
27300           created gstreamer-plugins.pc as it's a better name, but keeping
27301           -libs around for now to get fixes upstream done first.
27302
27303 2004-03-15  Julien MOUTTE <julien@moutte.net>
27304
27305         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27306         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27307         * gst-libs/gst/play/play.h:
27308
27309 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27310
27311         * *.c, *.cc: don't mix tabs and spaces
27312
27313 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27314
27315         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27316           use the new ffmpegcolorspace
27317         * gst-plugins.spec.in:
27318           package new colorspace and media-info
27319         * configure.ac:
27320         * pkgconfig/Makefile.am:
27321           fix some more disting issues
27322         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27323         * pkgconfig/gstreamer-media-info.pc.in:
27324           generate media-info pc files
27325
27326 2004-03-15  Johan Dahlin  <johan@gnome.org>
27327
27328         * *.h: Revert indenting
27329
27330 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27331
27332         * configure.ac:
27333           adding ffmpegcolorspace element
27334         * gst/ffmpegcolorspace/Makefile.am:
27335         * gst/ffmpegcolorspace/avcodec.h:
27336         * gst/ffmpegcolorspace/common.h:
27337         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27338         * gst/ffmpegcolorspace/dsputil.h:
27339         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27341         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27342         (gst_ffmpeg_caps_to_pix_fmt):
27343         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27345         (gst_ffmpegcolorspace_caps_remove_format_info),
27346         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27347         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27348         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27349         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27350         (gst_ffmpegcolorspace_set_property),
27351         (gst_ffmpegcolorspace_get_property),
27352         (gst_ffmpegcolorspace_register):
27353         * gst/ffmpegcolorspace/imgconvert.c:
27354         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27355         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27356         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27357         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27358         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27359         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27360         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27361         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27362         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27363         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27364         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27365         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27366         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27367         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27368         (img_get_alpha_info), (deinterlace_line),
27369         (deinterlace_line_inplace), (deinterlace_bottom_field),
27370         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27371         * gst/ffmpegcolorspace/imgconvert_template.h:
27372         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27373         * gst/ffmpegcolorspace/mmx.h:
27374         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27375           adding ffmpegcolorspace element supplied by Ronald after cleaning
27376           up and pulling in the right bits of upstream source.
27377           I'm sure a better C/compiler wizard could do some cleaning up (for
27378           example use GLIB's malloc stuff), but as a first pass this
27379           works very well
27380
27381 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27382
27383         * ext/alsa/gstalsa.h:
27384           I assume Ronald forgot to commit the change to have cardname
27385           as a struct member.  Expect some public spanking at the next
27386           opportunity.
27387
27388 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27389
27390         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27391         (gst_alsa_open_audio), (gst_alsa_close_audio):
27392         * ext/alsa/gstalsa.c:
27393           Don't open the device if we're a mixer (= padless).
27394         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27395         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27396         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27397           Open mixer during state change rather than during object
27398           initialization. Also, get a device name. Currently in a somewhat
27399           hackish fashion, but I didn't really find something better.
27400
27401 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27402
27403         * *.c, *.h: run gst-indent
27404
27405 2004-03-14  Benjamin Otte  <otte@gnome.org>
27406
27407         * gst/modplug/gstmodplug.cc:
27408         * gst/modplug/gstmodplug.h:
27409           set correct timestamps on outgoing buffers
27410
27411 2004-03-14  Benjamin Otte  <otte@gnome.org>
27412
27413         * gst/modplug/gstmodplug.cc:
27414           handle events - don't do crap when a discont arrives that's not
27415           necessary
27416           This allows correct loading and playback of mods in Rhythmbox
27417
27418 2004-03-14  Benjamin Otte  <otte@gnome.org>
27419
27420         * configure.ac:
27421         * gst-libs/gst/gconf/Makefile.am:
27422         * pkgconfig/Makefile.am:
27423           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27424           they get rebuilt properly
27425         * configure.ac:
27426           when checking for vorbis, try pkgconfig first.
27427         * gst/modplug/gstmodplug.cc:
27428           add fixate function
27429
27430 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27433           Fix for obvious mistake, where we first shift the offset and then
27434           read a samplesize element assuming the old offset. Note that this
27435           part still has something weird, i.e. my movies containing those
27436           don't actually play well, but at least there's something that looks
27437           like sound now.
27438
27439 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27440         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27441         (plugin_init):
27442         Add a typefind function for speex format
27443
27444 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27445
27446         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27447         (gst_asf_demux_setup_pad):
27448           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27449           instead of 0. Reason is simple: some elements have a fps range
27450           of 1-max instead of 0-max. So now ASF video actually works.
27451
27452 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27453
27454         * po/LINGUAS:
27455         * po/sr.po:
27456           adding serbian as a language
27457
27458 2004-03-13  Benjamin Otte  <otte@gnome.org>
27459
27460         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27461           return taglist correctly from _get function, don't gst_pad_push it.
27462           (fixes #137042)
27463
27464 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27465         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27466
27467 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27468
27469         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27470         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27471         (gst_alsa_mixer_track_new):
27472         * ext/alsa/gstalsamixertrack.h:
27473           Fix ancient leftovers... MixerTrack is a GObject.
27474
27475 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27476
27477         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27478         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27479           Don't block during probing...
27480
27481 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27484         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27485         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27486         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27487         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27488         (gst_alsa_open_audio), (gst_alsa_close_audio):
27489         * ext/alsa/gstalsa.h:
27490           Add propertyprobe interface implementation, add some device-name
27491           property, all this so that it looks good in gnome-volume-control.
27492
27493 2004-03-12  David Schleef  <ds@schleef.org>
27494
27495         * configure.ac: the Hermes library controls hermescolorspace, not
27496         colorspace.
27497         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27498         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27499         not /* */
27500         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27501         * ext/sdl/sdlvideosink.h: ditto.
27502         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27503
27504 2004-03-12  Benjamin Otte  <otte@gnome.org>
27505
27506         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27507         (gst_x_overlay_got_xwindow_id):
27508         * gst-libs/gst/xoverlay/xoverlay.h:
27509           replace XID with unsigned long to get rid of the xlibs dependency in
27510           XOverlay (fixes #137004)
27511
27512 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27513         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27514         (gst_agingtv_setup):
27515         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27516         (gst_dicetv_base_init), (gst_dicetv_class_init),
27517         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27518         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27519         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27520         (gst_edgetv_setup), (gst_edgetv_rgb32):
27521         * gst/effectv/gsteffectv.c:
27522         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27523         (gst_quarktv_set_property):
27524         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27525         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27526         (gst_revtv_setup), (gst_revtv_rgb32):
27527         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27528         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27529         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27530         (gst_shagadelictv_rgb32):
27531         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27532         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27533         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27534         * gst/effectv/gstwarp.c:
27535         Port everything that can be ported to videofilter and fix up the caps.
27536         Can someone with a big-endian machine please check these?
27537
27538 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27539
27540         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27541         (gst_osssink_chain), (gst_osssink_change_state):
27542           Latest fixes for A/V sync, audio playback and such. This is about
27543           all... MPEG playback issues are mostly related to the async build-
27544           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27545
27546 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27547
27548         patch from: Stephane Loeuillet
27549
27550         * configure.ac:
27551           use pkg-config for some libraries, falling back to the old .m4 way
27552           (fixes #131270)
27553         * m4/libdv.m4:
27554           removed
27555
27556 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * configure.ac:
27559         * tools/Makefile.am:
27560         * tools/Makefile.in:
27561         * tools/gst-launch-ext-m.m:
27562         * tools/gst-launch-ext.1.in:
27563         * tools/gst-visualise-m.m:
27564         * tools/gst-visualise.1:
27565         * tools/gst-visualise.1.in:
27566           reorganizing generation of script tools
27567
27568 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27569
27570         * ext/divx/gstdivxdec.c:
27571           Downgrade priority. We prefer ffdec_mpeg4.
27572         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27573         (gst_faad_chain), (gst_faad_change_state):
27574           Fix capsnego. Doesn't work for some sounds because we don't have
27575           a 5:1 to stereo element.
27576         * ext/xvid/gstxvid.c: (plugin_init):
27577           Add priority.
27578         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27579         (gst_osssink_change_state):
27580           Add discont handling.
27581
27582 2004-03-09  Colin Walters  <walters@verbum.org>
27583
27584         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27585         conversion.
27586
27587 2004-03-09  Benjamin Otte  <otte@gnome.org>
27588
27589         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27590           the signals take 2 arguments
27591
27592 2004-03-09  David Schleef  <ds@schleef.org>
27593
27594         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27595         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27596         * ext/alsa/gstalsa.h:
27597         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27598
27599 2004-03-09  Benjamin Otte  <otte@gnome.org>
27600
27601         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27602         (gst_mikmod_change_state):
27603         * ext/mikmod/gstmikmod.h:
27604           make mikmod's loop function not loop infinitely and call
27605           gst_element_yield anymore
27606         * gst/modplug/gstmodplug.cc:
27607           fix pad negotiation (fixes #136590)
27608
27609 2004-03-09  David Schleef  <ds@schleef.org>
27610
27611         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27612         doesn't conflict with the internal colorspace plugin.
27613         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27614         satisfy the crappy-ass shell shipped by a certain vendor.
27615         * gst/videofilter/make_filter: same (bug #135299)
27616
27617 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27618
27619         * configure.ac: bump nano to 1
27620
27621 === release 0.7.6 ===
27622
27623 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27624
27625         * configure.in: releasing 0.7.6, "There"
27626
27627 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27628
27629         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27630         * pkgconfig/gstreamer-play.pc.in:
27631           synchronize the two
27632
27633 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27634
27635         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27636         (cdparanoia_open), (cdparanoia_event):
27637           fix/add error handling
27638         * po/POTFILES.in:
27639           add cdparanoia source
27640         * tools/Makefile.am:
27641           make scripts executable
27642
27643 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27644
27645         * configure.ac:
27646         * ext/vorbis/Makefile.am:
27647         * sys/Makefile.am:
27648           remove id3types, vorbisfile and xvideosink from the build (#133783)
27649
27650 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27651
27652         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27653           Fix metadata read crash (#136537).
27654
27655 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27656
27657         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27658         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27659           adding mime types, fixing the one-stop function
27660
27661 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27662
27663         * ext/nas/nassink.c and /ext/nas/nassink.h:
27664         More NAS love from Arwed von Merkatz
27665         So lets all sing 'Can you feel the NAS tonight'
27666
27667 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27668
27669         * tools/gst-launch-ext.in:
27670         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27671
27672 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27673
27674         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27675         (gst_mpeg2dec_init):
27676         remove the user_data pad for now, because it is being used in
27677         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27678         If someone knows how to fix this properly, please do.
27679
27680 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27681
27682         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27683         (gst_osssink_get_time):
27684         add a warning, IMO this won't get triggered anymore, remove later
27685
27686 2004-03-07  David Schleef  <ds@schleef.org>
27687
27688         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27689         format (bug #136470)
27690
27691 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27692
27693         * gst-libs/Makefile.am:
27694         * gst-libs/gst/media-info/Makefile.am:
27695         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27696         (error_callback), (gst_media_info_error_create),
27697         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27698         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27699         * gst-libs/gst/media-info/media-info-priv.h:
27700         * gst-libs/gst/media-info/media-info-test.c: (main):
27701         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27702         (gst_media_info_class_init), (gst_media_info_instance_init),
27703         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27704         (gst_media_info_read_idler), (gst_media_info_read):
27705         * gst-libs/gst/media-info/media-info.h:
27706         fixed, should work now
27707
27708 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27709
27710         * ext/nas/nassink.c:
27711         A bunch of NAS fixes from Arwed von Merkatz
27712
27713 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27714
27715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27716         (qtdemux_parse_trak):
27717           Fix crash (j might be greater than n_samples, in which case we're
27718           writing outside the allocated space for the array) and memleak.
27719
27720 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27721
27722         * sys/oss/gstosssink.c: (gst_osssink_chain):
27723           And another caller that couldn't handle delay < 0 (unsigned
27724           integer overflow). Video now continues playing on an audio
27725           buffer underrun, and the clock continues working. Audio still
27726           stalls.
27727
27728 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27729
27730         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27731         (gst_osssink_get_time):
27732           get_delay() may return values lower than 0. In those cases, we
27733           should not actually cast to *unsigned* int64, that will break
27734           stuff horribly. In my case, it screwed up A/V sync in movies
27735           in totem rather badly.
27736
27737 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27738
27739         * ext/faac/gstfaac.c: (gst_faac_chain):
27740         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27741         * ext/libpng/gstpngenc.c: (user_write_data):
27742         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27743         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27744         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27745         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27746         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27747         of any buffer), should fix some leaks. I hope I didn't unref buffers
27748         that shouldn't be...
27749
27750 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27751
27752         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27753         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27754         (error_callback), (gmi_reset), (gmi_seek_to_track),
27755         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27756         (gmip_find_type_post), (gmip_find_stream_post),
27757         (gmip_find_track_streaminfo_post):
27758         * gst-libs/gst/media-info/media-info-priv.h:
27759         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27760         (info_print), (main):
27761         * gst-libs/gst/media-info/media-info.c:
27762         (gst_media_info_error_create), (gst_media_info_error_element),
27763         (gst_media_info_instance_init), (gst_media_info_get_property),
27764         (gst_media_info_new), (gst_media_info_set_source),
27765         (gst_media_info_read_idler), (gst_media_info_read):
27766         * gst-libs/gst/media-info/media-info.h:
27767           first pass at making this work again.  This seems to work on
27768           tagged ogg/vorbis and mp3 files.
27769
27770 2004-03-06  Benjamin Otte  <otte@gnome.org>
27771
27772         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27773           fix huge leak: gst_buffer_merge doesn't unref the first argument
27774           itself.
27775
27776 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27777
27778         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27779           report layer/mode/emphasis
27780
27781 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27782
27783         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27784
27785 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27786
27787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27788           signal serial
27789
27790 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27791
27792         * ext/vorbis/vorbis.c: (plugin_init):
27793         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27794         (gst_vorbis_dec_init), (vorbis_dec_event):
27795         add debug category
27796         make vorbisdec handle _BYTE and _TIME queries
27797
27798 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27799
27800         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27801           from the xing header
27802
27803 2004-03-06  Benjamin Otte  <otte@gnome.org>
27804
27805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27806         (gst_audio_convert_link), (gst_audio_convert_change_state),
27807         (gst_audio_convert_buffer_from_default_format):
27808           do conversions from/to float correctly, fix some caps nego errors,
27809           export correct supported caps in template and getcaps, use correct
27810           caps in try_set_caps functions
27811
27812 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27813
27814         For some reason, I only committed a ChangeLog entry yesterday and
27815         not the corresponding code...
27816         * ext/mad/gstmad.c: Fix detection of Xing headers
27817         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27818
27819 2004-03-06  Benjamin Otte  <otte@gnome.org>
27820
27821         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27822         (gst_ogg_demux_src_query):
27823           make sure to handle the case where there's no current chain
27824           gracefully.
27825
27826 2004-03-05  David Schleef  <ds@schleef.org>
27827
27828         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27829         Add fixate function. (bug #131128)
27830         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27831         (gst_sdlvideosink_fixate):  Add fixate function.
27832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27833         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27834         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27835         Fix missing break that was causing ulaw to be interpreted as
27836         raw int.
27837
27838 2004-03-05  David Schleef  <ds@schleef.org>
27839
27840         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27841         Fix code that ignores return value of gst_buffer_merge().
27842         (bug #114560)
27843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27844         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27845         * testsuite/gst-lint:  Check for above.
27846
27847 2004-03-05  David Schleef  <ds@schleef.org>
27848
27849         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27850         caps and throw an element error.  (bug #136334)
27851
27852 2004-03-05  David Schleef  <ds@schleef.org>
27853
27854         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27855         (gst_faad_chain): Fix negotiation.
27856         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27857         key and button events.
27858         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27859         dung heap of code.
27860         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27861         depends on gconf
27862         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27863         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27864         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27865         function to encourage better negotiation, particularly between
27866         audioconvert and osssink.
27867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27868         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27869         more important.
27870         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27871         typefinding.
27872         * gst/vbidec/vbiscreen.c:  Add glib header
27873         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27874
27875 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27876
27877         * ext/mad/gstmad.c: Fix detection of Xing headers
27878         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27879
27880 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27881
27882         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27883         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27884           debug updates
27885
27886 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27887
27888         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27889         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27890         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27891         files, and report the parsed length as a GST_TAG_DURATION tag.
27892         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27893
27894 2004-03-05  Benjamin Otte  <otte@gnome.org>
27895
27896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27897           convert channels correctly. convert correctly to unsigned.
27898
27899 2004-03-05  Julien MOUTTE <julien@moutte.net>
27900
27901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27902         we have a window before clearing it.
27903
27904 2004-03-05  Julien MOUTTE <julien@moutte.net>
27905
27906         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27907         have a window before clearing it.
27908
27909 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27910
27911         * gconf/gstreamer.schemas.in:
27912         * gst-libs/gst/gconf/Makefile.am:
27913           version installation path the same way as for 0.6
27914         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27915         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27916         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27917           remove comment that was fixed
27918
27919 2004-03-05  David Schleef  <ds@schleef.org>
27920
27921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27922         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27923         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27924         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27925         Add prototype code for handling seeking and querying.
27926
27927 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27928
27929         * examples/gstplay/player.c: (main):
27930           Initialize variables to NULL. Prevents a segfault because the
27931           (uninitialized) variable is not NULL, resulting in a crash on
27932           trying to reach error->message.
27933
27934 2004-03-05  Benjamin Otte  <otte@gnome.org>
27935
27936         * gst/audioconvert/gstaudioconvert.c:
27937         (gst_audio_convert_buffer_to_default_format):
27938         make float=>int conversion work correctly even in cornercases.
27939
27940 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27941
27942         * debian/README.Debian:
27943         * debian/build-deps:
27944         * debian/changelog:
27945         * debian/control:
27946         * debian/control.in:
27947         * debian/copyright:
27948         * debian/gstreamer-a52dec.files:
27949         * debian/gstreamer-aa.files:
27950         * debian/gstreamer-alsa.files:
27951         * debian/gstreamer-alsa.manpages:
27952         * debian/gstreamer-arts.files:
27953         * debian/gstreamer-artsd.files:
27954         * debian/gstreamer-audiofile.files:
27955         * debian/gstreamer-avifile.files:
27956         * debian/gstreamer-cdparanoia.files:
27957         * debian/gstreamer-colorspace.files:
27958         * debian/gstreamer-doc.files:
27959         * debian/gstreamer-dv.files:
27960         * debian/gstreamer-dvd.files:
27961         * debian/gstreamer-esd.files:
27962         * debian/gstreamer-festival.files:
27963         * debian/gstreamer-flac.files:
27964         * debian/gstreamer-gconf.conffiles:
27965         * debian/gstreamer-gconf.files:
27966         * debian/gstreamer-gconf.postinst:
27967         * debian/gstreamer-gnomevfs.files:
27968         * debian/gstreamer-gsm.files:
27969         * debian/gstreamer-http.files:
27970         * debian/gstreamer-jack.files:
27971         * debian/gstreamer-jpeg.files:
27972         * debian/gstreamer-mad.files:
27973         * debian/gstreamer-mikmod.files:
27974         * debian/gstreamer-misc.files:
27975         * debian/gstreamer-mpeg2dec.files:
27976         * debian/gstreamer-oss.files:
27977         * debian/gstreamer-plugin-apps.files:
27978         * debian/gstreamer-plugin-apps.manpages:
27979         * debian/gstreamer-plugin-libs-dev.files:
27980         * debian/gstreamer-plugin-libs.files:
27981         * debian/gstreamer-plugin-template.postinst:
27982         * debian/gstreamer-plugin-template.postrm:
27983         * debian/gstreamer-sdl.files:
27984         * debian/gstreamer-sid.files:
27985         * debian/gstreamer-vorbis.files:
27986         * debian/gstreamer-x.files:
27987         * debian/mk.control:
27988         * debian/rules:
27989         Debian package info not maintained here.
27990
27991 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27992
27993         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27994         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27995         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27996         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27997         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27998         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27999         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28000         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28001         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28002         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28003         * gst-libs/gst/colorbalance/colorbalance.c:
28004         (gst_color_balance_class_init):
28005         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28006         (gst_color_balance_channel_class_init):
28007         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28008         * gst-libs/gst/play/play.c: (gst_play_class_init):
28009         * gst-libs/gst/propertyprobe/propertyprobe.c:
28010         (gst_property_probe_iface_init):
28011         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28012         * gst-libs/gst/tuner/tunerchannel.c:
28013         (gst_tuner_channel_class_init):
28014         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28015         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28016         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28017         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28018         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28019         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28020         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28022         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28023           fix signals to use - instead of _
28024         * ext/libcaca/gstcacasink.h:
28025         * ext/sdl/sdlvideosink.h:
28026           fix header rename
28027
28028 2004-03-04  David Schleef  <ds@schleef.org>
28029
28030         * testsuite/gst-lint:  Add a check for bad signal names.
28031
28032 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28033
28034         reviewed by David Schleef
28035
28036         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28037         modified the alpha channel and caused a warning. (bug #136192)
28038
28039 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28040
28041         * gst-plugins.spec.in:
28042         Change names of plugins to actually be correct. Try to keep things
28043         alphabetical to avoid getting beat up by Thomas
28044
28045 2004-03-03  Julien MOUTTE <julien@moutte.net>
28046
28047         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28048         Using ximagesink as a default if no gconf key found. We should
28049         probably consider using alsasink instead of osssink for the audio
28050         part.
28051
28052 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28053
28054         * configure.ac:
28055           fix --with-plugins, don't think it ever worked before
28056         * gst-plugins.spec.in:
28057           even more updates
28058
28059 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28060
28061         * ext/sdl/sdlvideosink.h:
28062         * sys/ximage/ximagesink.h:
28063         * sys/xvideo/xvideosink.h:
28064         * sys/xvimage/xvimagesink.h:
28065           Fix for move of gstvideosink.h -> videosink.h.
28066
28067 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28068
28069         * gst-libs/gst/xwindowlistener/Makefile.am:
28070           this is a plugin library, not a library
28071
28072 2004-03-01  David Schleef  <ds@schleef.org>
28073
28074         * AUTHORS:  Added some names.  Add yourself if you're still
28075         missing.
28076
28077 2004-03-01  David Schleef  <ds@schleef.org>
28078
28079         * MAINTAINERS: Add
28080
28081 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28082
28083         * gst-plugins.spec.in: clean up spec file
28084
28085 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28086
28087         * gst-libs/gst/video/Makefile.am:
28088         * gst-libs/gst/video/gstvideosink.c:
28089         * gst-libs/gst/video/gstvideosink.h:
28090           rename gstvideosink.h to videosink.h to match other headers
28091         * gst/mixmatrix/Makefile.am:
28092           fix plugin filename
28093         * gst/tags/Makefile.am: fix plugin filename
28094
28095 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28096
28097         * gst/tags/Makefile.am: fix plugin filename
28098
28099 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28100
28101         * examples/gstplay/player.c: (got_time_tick), (main):
28102           add error handler
28103           display time_tick more readably
28104         * gst/mixmatrix/Makefile.am:
28105           fix plugin file name
28106
28107 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28108
28109         * sys/oss/gstosselement.c: (gst_osselement_probe),
28110         (device_combination_append), (gst_osselement_class_probe_devices):
28111         * sys/oss/gstosselement.h:
28112           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28113           on my system using alsa oss emulation, fixes bug #135597
28114
28115 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28116
28117         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28118         (gst_videodrop_chain), (gst_videodrop_change_state):
28119         * gst/videodrop/gstvideodrop.h:
28120           Work based on timestamp of input data, not based on the expected
28121           framerate from the input. The consequence is that this element now
28122           not only scales framerates, but also functions as a framerate
28123           corrector or framerate stabilizer/constantizer.
28124
28125 2004-02-27  David Schleef  <ds@schleef.org>
28126
28127         patches from jmmv@menta.net (Julio M. Merino Vidal)
28128
28129         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28130         GST_ELEMENT_ERROR call (bug #135634)
28131         * gst/interleave/interleave.c: (interleave_buffered_loop),
28132         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28133         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28134         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28135         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28136         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28137         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28138         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28139         Fix GST_ELEMENT_ERROR call.
28140         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28141         GST_ELEMENT_ERROR call.
28142
28143 2004-02-27  Benjamin Otte  <otte@gnome.org>
28144
28145         * gst-libs/gst/audio/audio.h:
28146           add macro to make sure header isn't included twice
28147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28148           don't use gst_buffer_free
28149         * gst/playondemand/filter.func:
28150           don't use gst_data_free. Free data only once.
28151
28152 2004-02-26  David Schleef  <ds@schleef.org>
28153
28154         * gst-libs/gst/colorbalance/Makefile.am:
28155         * gst-libs/gst/mixer/Makefile.am:
28156         * gst-libs/gst/tuner/Makefile.am:
28157         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28158         should not be disted, -marshal.h files should not be installed,
28159         and -enum.h files _should_ be installed.  Fix to make this the
28160         case.
28161
28162 === release 0.7.5 ===
28163
28164 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28165
28166         * configure.ac: release 0.7.5, "Under The Sea"
28167
28168 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28169
28170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28171         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28172         * gst/videoscale/gstvideoscale.c:
28173         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28174           assorted debug/warning fixes
28175
28176 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28177
28178         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28179         (gst_videoscale_init), (gst_videoscale_chain),
28180         (gst_videoscale_set_property), (plugin_init):
28181         * gst/videoscale/gstvideoscale.h:
28182         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28183         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28184         (gst_videoscale_planar400), (gst_videoscale_packed422),
28185         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28186         (gst_videoscale_24bit), (gst_videoscale_16bit),
28187         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28188         (gst_videoscale_scale_plane_slow),
28189         (gst_videoscale_scale_point_sample),
28190         (gst_videoscale_scale_nearest),
28191         (gst_videoscale_scale_nearest_str2),
28192         (gst_videoscale_scale_nearest_str4),
28193         (gst_videoscale_scale_nearest_32bit),
28194         (gst_videoscale_scale_nearest_24bit),
28195         (gst_videoscale_scale_nearest_16bit):
28196         add debugging category and use it properly
28197         fix use of GST_PTR_FORMAT
28198
28199 2004-02-25  Andy Wingo  <wingo@pobox.com>
28200
28201         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28202         push only when channel->buffer is NULL. Prevents segfaults doing
28203         the state change after a nonlocal exit, like a scheme exception.
28204
28205         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28206         Handle the case where the intersected caps is empty.
28207
28208 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28209
28210         * gst/law/mulaw-decode.c: (mulawdec_link):
28211         * gst/law/mulaw.c: (plugin_init):
28212           fix mulawdec so it actually works again
28213
28214 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28215
28216         reviewed by: David Schleef  <ds@schleef.org>
28217
28218         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28219         (gst_gamma_init), (gst_gamma_set_property),
28220         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28221         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28222         for RGB, with separate r g and b correction factors. (#131167)
28223
28224 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28225
28226         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28227           only signal tags for bitrate if they're > 0 (#134894)
28228
28229 2004-02-24  David Schleef  <ds@schleef.org>
28230
28231         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28232         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28233         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28234         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28235         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28236         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28237         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28238         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28239         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28240         category.  Attempt to fix timestamp calculation.
28241
28242 2004-02-24  Johan Dahlin  <johan@gnome.org>
28243
28244         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28245
28246 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28247
28248         * configure.ac:
28249         * gconf/Makefile.am:
28250         * gconf/gstreamer.schemas:
28251         * gst-libs/gst/gconf/Makefile.am:
28252         * gst-libs/gst/gconf/gconf.c:
28253           version gconf schemas and install locations
28254
28255 2004-02-23  Benjamin Otte  <otte@gnome.org>
28256
28257         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28258         (gst_xine_input_subclass_init):
28259           call parent dispose.
28260           change pad template for CD reader correctly
28261         * ext/xine/Makefile.am:
28262         * ext/xine/gstxine.h:
28263         * ext/xine/xine.c: (plugin_init):
28264         * ext/xine/xineaudiosink.c:
28265           wrap audio sinks, too
28266         * gst-libs/gst/resample/private.h:
28267         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28268         (gst_resample_reinit), (gst_resample_scale),
28269         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28270         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28271         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28272         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28273         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28274         * gst-libs/gst/resample/resample.h:
28275         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28276         (gst_audioscale_class_init), (gst_audioscale_link),
28277         (gst_audioscale_get_buffer), (gst_audioscale_init),
28278         (gst_audioscale_chain), (gst_audioscale_set_property),
28279         (gst_audioscale_get_property):
28280         * gst/audioscale/gstaudioscale.h:
28281           s/resample_*/gst_resample_*/i to not clobber namespaces
28282
28283 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28284
28285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28286         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28287         (gst_riff_create_video_template_caps),
28288         (gst_riff_create_audio_template_caps),
28289         (gst_riff_create_iavs_template_caps):
28290         * gst-libs/gst/riff/riff-media.h:
28291         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28292         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28293         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28294         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28296         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28297         (gst_matroska_demux_plugin_init): First batch implementing audio and
28298         video codec tags in demuxers.
28299
28300 2004-02-22  Benjamin Otte  <otte@gnome.org>
28301
28302         * ext/xine/Makefile.am:
28303         * ext/xine/gstxine.h:
28304         * ext/xine/xine.c: (plugin_init):
28305         * ext/xine/xineinput.c:
28306           add input plugin wrapper. Playback from files, http, mms and cdda
28307           works.
28308         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28309           remove leftover G_GNUC_UNUSED
28310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28311         (gst_asf_demux_identify_guid):
28312           improve debugging output
28313
28314 2004-02-22  Benjamin Otte  <otte@gnome.org>
28315
28316         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28317
28318         * autogen.sh:
28319           replace test -e with test -x for mkinstalldirs to be more portable.
28320           (fixes #134816)
28321
28322 2004-02-22  Benjamin Otte  <otte@gnome.org>
28323
28324         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28325
28326         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28327           set rank to PRIMARY
28328         * gst/volume/gstvolume.c: (plugin_init):
28329           set rank to NONE
28330         fixes #134960
28331
28332 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28333
28334         reviewed by Benjamin Otte  <otte@gnome.org>
28335
28336         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28337           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28338
28339 2004-02-22  Benjamin Otte  <otte@gnome.org>
28340
28341         * configure.ac:
28342           export [_]*{gst,Gst,GST}.* symbols from plugins
28343
28344 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28345
28346         reviewed by: Benjamin Otte  <otte@gnome.org>
28347
28348         * ext/lame/gstlame.c: (add_one_tag):
28349         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28351         (gst_vorbisenc_metadata_set1):
28352         * gst/tags/gstid3tag.c:
28353         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28354           apply fixes from bugs #135042 (lame can't write tags) and #133817
28355           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28356
28357 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28358
28359         * configure.ac: Export only gst_plugin_desc from plugins.
28360          Note that this change only makes any effect with Linux using libtool
28361          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28362          fine. And don't try to have several versions of libtool in different
28363          directories.
28364
28365 2004-02-20  Andy Wingo  <wingo@pobox.com>
28366
28367         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28368         interleave respectively.
28369
28370         * gst/interleave/deinterleave.c: New plugin: deinterleave
28371         (replaces on oneton).
28372         * gst/interleave/interleave.c: New plugin: interleave.
28373         * gst/interleave/plugin.h: Support file.
28374         * gst/interleave/plugin.c: Support file.
28375
28376         * configure.ac: Remove intfloat and oneton, add interleave.
28377
28378         * ext/sndfile/gstsf.c: Handle events better.
28379
28380         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28381         and float2int operation. int2float has scheduling problems as
28382         noted in in2float_chain.
28383
28384 2004-02-20  Benjamin Otte  <otte@gnome.org>
28385
28386         * ext/xine/Makefile.am:
28387         * ext/xine/gstxine.h:
28388         * ext/xine/xine.c:
28389         * ext/xine/xineaudiodec.c:
28390         * ext/xine/xinecaps.c:
28391           add first version of xine plugin wrapper. Currently only wraps the
28392           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28393         * configure.ac:
28394         * ext/Makefile.am:
28395           add xine plugin wrapper, disabled by default. Use --enable-xine to
28396           build. Note that it'll segfault on gst-register if you don't remove
28397           the goom and tvtime post plugins from xine.
28398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28399         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28400           add extradata parsing for QDM2.
28401           change around debugging prints.
28402
28403 2004-02-19  Benjamin Otte  <otte@gnome.org>
28404
28405         * ext/lame/gstlame.c: (gst_lame_chain):
28406         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28407           use gst_tag_list_insert when you want to insert tags
28408
28409 2004-02-18  David Schleef  <ds@schleef.org>
28410
28411         * configure.ac:  Move massink to gst-rotten
28412         * ext/Makefile.am:
28413         * ext/mas/Makefile.am:
28414         * ext/mas/massink.c:
28415         * ext/mas/massink.h:
28416
28417 2004-02-18  David Schleef  <ds@schleef.org>
28418
28419         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28420         typefinding, since it seems to be worse than nothing.
28421         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28422         atom to recognize .mp4 and .m4a files as video/quicktime.
28423
28424 2004-02-18  David Schleef  <ds@schleef.org>
28425
28426         * gst/sine/demo-dparams.c: (quit_live),
28427         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28428         Use double dparams, not float.
28429         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28430         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28431         sync'd elements don't really work correctly.
28432         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28433         (volume_update_volume), (volume_get_property):  Change dparam
28434         to double.
28435
28436 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28437
28438         * sys/ximage/ximagesink.c:
28439         (gst_ximagesink_xwindow_update_geometry),
28440         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28441         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28442         (gst_ximagesink_init): Rework the way software video scaling works. So
28443         now we check on each chain call if the video frames are feeling the
28444         window. If not we try to renegotiate caps. On failure we memorize that
28445         and we won't try again for that PLAYING sessions.
28446         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28447         failure.
28448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28449         synchronous flag.
28450
28451 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28452
28453         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28454           break up _link so we can give a better debug message for errors
28455
28456 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28457
28458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28459           set up debug category
28460
28461 2004-02-18  Julien MOUTTE <julien@moutte.net>
28462
28463         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28464         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28465         the way renegotiation work. The event handling function is not taking
28466         care of external windows and renegotiate method check for pad flags
28467         NEGOTIATING. Should fix : #133209
28468
28469 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28470
28471         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28472         pad is negotiating before trying renegotiation.
28473
28474 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28475
28476         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28477           pass on all possible mime types as typefind hints
28478
28479 2004-02-17  Julien MOUTTE <julien@moutte.net>
28480
28481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28483         possible SHM leak if we crash. All other apps using XShm are doing
28484         that.
28485
28486 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28487
28488         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28489         (gst_ximagesink_expose): Renegotiate size on expose.
28490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28491         size on expose.
28492
28493 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28494
28495         * testsuite/alsa/sinesrc.c:
28496           cosmetic fix to fix compile issue with gcc 2.95.4
28497
28498 2004-02-16  Julien MOUTTE <julien@moutte.net>
28499
28500         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28501         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28502         failed opening the audio device.
28503         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28504         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28505         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28506         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28507         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28508         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28509         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28510         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28511         Removing some useless g_return_if_fail like wingo suggested.
28512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28513         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28514         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28515         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28516         (gst_xvimagesink_update_colorbalance),
28517         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28518         (gst_xvimagesink_xcontext_clear),
28519         (gst_xvimagesink_get_fourcc_from_caps),
28520         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28521         (gst_xvimagesink_set_xwindow_id),
28522         (gst_xvimagesink_colorbalance_list_channels),
28523         (gst_xvimagesink_colorbalance_set_value),
28524         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28525         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28526
28527 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28528
28529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28530           throw error when not negotiated instead of asserting
28531
28532 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28533
28534         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28535         correct data refcounting.
28536
28537 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28538
28539         * gst/switch/gstswitch.c: (gst_switch_change_state),
28540         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28541         change, mostly the EOS flag.
28542
28543 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28544
28545         * examples/gstplay/player.c: (got_eos), (main): Adding some
28546         output for debugging.
28547         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28548         timeouts if we go to any state different from PLAYING.
28549         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28550         more EOS bugs in riff lib.
28551
28552 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28553
28554         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28555         visualization until i find a way to fix switch correctly.
28556         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28557         EOS arrives.
28558         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28559         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28560         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28561         Reworked switch to get a more correct behaviour with events and refing
28562         of data stored in sinkpads.
28563         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28564         we don't pull from a pad in EOS.
28565
28566 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28567
28568         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28569           remove v1 tag even if we can't read it (makes sure we don't detect
28570           it again)
28571
28572 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28573
28574         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28575         (gst_alsa_xrun_recovery):
28576         * ext/alsa/gstalsa.h:
28577           try xrun recovery when wait failed. Make xrun recovery function
28578           return TRUE/FALSE to indicate success. (might fix #134354)
28579
28580 2004-02-13  David Schleef  <ds@schleef.org>
28581
28582         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28583         (dynparm_value_changed), (main): Convert from float to double.
28584         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28585
28586 2004-02-13  David Schleef  <ds@schleef.org>
28587
28588         * gst/silence/gstsilence.c: (gst_silence_class_init),
28589         (gst_silence_set_clock), (gst_silence_get),
28590         (gst_silence_set_property), (gst_silence_get_property):
28591         * gst/silence/gstsilence.h: Add sync property.
28592         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28593         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28594         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28595         * gst/sine/gstsinesrc.h: Add sync property.
28596
28597 2004-02-13  David Schleef  <ds@schleef.org>
28598
28599         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28600         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28601
28602 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28603
28604         * configure.ac:
28605         * ext/Makefile.am:
28606         * gst-libs/ext/Makefile.am:
28607           move ffmpeg plugin to gst-ffmpeg module
28608
28609 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28610
28611         * configure.ac: use GST_ARCH to detect architecture
28612
28613 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28614
28615         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28616
28617 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28618
28619         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28620           classify LADSPA plugins based on number of src/sink pads
28621           (#133663, Stefan Kost)
28622         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28623           fix dparams registration
28624           (#133528, Stefan Kost)
28625         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28626           fix use of isprint and use g_ascii_isprint instead
28627           (#133316, Stefan Kost)
28628
28629 2004-02-11  David Schleef  <ds@schleef.org>
28630
28631         Convert a few inner loops to use liboil.  This is currently
28632         optional, and is only enabled if liboil is present (duh!).
28633         * configure.ac: Check for liboil-0.1
28634         * gst/intfloat/Makefile.am:
28635         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28636         (gst_int2float_chain_gint16):
28637         * gst/videofilter/Makefile.am:
28638         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28639         (tablelookup_u8), (gst_videobalance_planar411):
28640         * gst/videotestsrc/Makefile.am:
28641         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28642         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28643         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28644         (paint_hline_RGB565), (paint_hline_xRGB1555):
28645
28646 2004-02-11  David Schleef  <ds@schleef.org>
28647
28648         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28649         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28650         (gst_colorspace_getcaps), (gst_colorspace_link),
28651         (gst_colorspace_base_init), (gst_colorspace_init),
28652         (gst_colorspace_chain), (gst_colorspace_change_state),
28653         (plugin_init): Merge Ronald's patch (bug #117897) and update
28654         for new caps and negotiation.  Seems to work, although it
28655         shows off bugs in lcs.
28656
28657 2004-02-11  David Schleef  <ds@schleef.org>
28658
28659         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28660         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28661
28662 2004-02-11  David Schleef  <ds@schleef.org>
28663
28664         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28665         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28666         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28667         Add server and port properties
28668
28669 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28670
28671         * m4/a52.m4:
28672         * m4/aalib.m4:
28673         * m4/as-ffmpeg.m4:
28674         * m4/as-liblame.m4:
28675         * m4/as-slurp-ffmpeg.m4:
28676         * m4/check-libheader.m4:
28677         * m4/esd.m4:
28678         * m4/freetype2.m4:
28679         * m4/gconf-2.m4:
28680         * m4/glib.m4:
28681         * m4/gst-alsa.m4:
28682         * m4/gst-artsc.m4:
28683         * m4/gst-ivorbis.m4:
28684         * m4/gst-matroska.m4:
28685         * m4/gst-sdl.m4:
28686         * m4/gst-shout2.m4:
28687         * m4/gst-sid.m4:
28688         * m4/gtk.m4:
28689         * m4/libdv.m4:
28690         * m4/libfame.m4:
28691         * m4/libmikmod.m4:
28692         * m4/ogg.m4:
28693         * m4/vorbis.m4:
28694           fix underquotedness of macros (#133800)
28695         * m4/as-avifile.m4:
28696         * m4/xmms.m4:
28697           removed because no longer used
28698
28699 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28700
28701         * configure.ac:
28702           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28703           by autopoint (fixes #132996)
28704
28705 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28706
28707         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28708         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28709         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28710         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28711           fix memleaks
28712
28713 2004-02-11  David Schleef  <ds@schleef.org>
28714
28715         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28716         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28717         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28718         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28719         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28720         (gst_jpegenc_class_init), (gst_jpegenc_init),
28721         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28722         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28723         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28724         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28725
28726 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28727
28728         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28729         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28730         * ext/mikmod/gstmikmod.h:
28731           fix caps negotiation in mikmod
28732         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28733           output debug information
28734
28735 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28736
28737         * gst-libs/gst/colorbalance/Makefile.am:
28738         * gst-libs/gst/navigation/Makefile.am:
28739         * gst-libs/gst/xoverlay/Makefile.am:
28740           remove unused GST_OPT_CFLAGS from Makefiles
28741           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28742
28743 2004-02-07  David Schleef  <ds@schleef.org>
28744
28745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28746         push events to pads that haven't been created (#133508)
28747
28748 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28749
28750         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28751         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28752         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28753         (gst_dvdec_loop), (gst_dvdec_change_state):
28754         Second attempt at committing a working dvdec element.
28755
28756 2004-02-06  David Schleef  <ds@schleef.org>
28757
28758         Build fixes for OS X: (see #129600)
28759         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28760         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28761         (gst_riff_read_strf_iavs):
28762         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28763         (gst_avi_demux_stream_odml):
28764         * gst/playondemand/Makefile.am:
28765         * gst/rtp/rtp-packet.c:
28766
28767 2004-02-05  David Schleef  <ds@schleef.org>
28768
28769         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28770         last change, because it Just Doesn't Compile.
28771
28772 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28773
28774         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28775           skip undecodable id3v2 tag instead of keeping it
28776
28777 2004-02-05  David Schleef  <ds@schleef.org>
28778
28779         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28780         Unref leaked buffer.  (Noticed by Ronald)
28781
28782 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28783
28784         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28785         Sync requires with other checks.  >= vs =.
28786
28787 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28788
28789         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28790         (gst_dvdec_video_link), (gst_dvdec_loop):
28791         * ext/dv/gstdvdec.h:
28792           rework the caps negotiation so that dvdec works again instead
28793           of just segfaulting.
28794
28795 === release 0.7.4 ===
28796
28797 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28798
28799         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28800         * configure.ac: changed for release
28801
28802 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28803
28804         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28805         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28806         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28807         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28808           reworked patch by David Lehn to fix libdir and includedir for
28809           uninstalled libraries
28810           removed play and gconf from gstreamer-libs since they have their
28811           own pkgconfig files
28812
28813 2004-02-04  David Schleef  <ds@schleef.org>
28814
28815         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28816         memleak.
28817
28818 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28819
28820         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28821           use correct GST_TAG_ENCODER tag
28822
28823 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28824
28825         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28826           be sure to stop the clock when going to paused
28827         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28828           reset number of transmitted when going to ready.
28829         fixes #132935
28830
28831 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28832
28833         reviewed by Benjamin Otte
28834
28835         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28836           extract track count (fixes #133410)
28837
28838 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28839
28840         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28841           that should be !=, not == (fixes #132519)
28842
28843 2004-02-04  David Schleef  <ds@schleef.org>
28844
28845         Make sure set_explicit_caps() is called before adding pad.
28846         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28847         * gst/id3/gstid3types.c: (gst_id3types_loop):
28848         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28849         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28850
28851 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28852
28853         * configure.ac:
28854           bump nano to 2, first prerelease
28855           put back AM_PROG_LIBTOOL
28856
28857 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28858
28859         * testsuite/alsa/Makefile.am:
28860           these are user test apps, not automatic testsuite tests
28861
28862 2004-02-04  David Schleef  <ds@schleef.org>
28863
28864         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28865         * gst/mpeg1videoparse/gstmp1videoparse.c:
28866         (mp1videoparse_parse_seq):
28867         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28868         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28869         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28870         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28871         (gst_xvideosink_getcaps):
28872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28873         * testsuite/gst-lint: more tests
28874
28875 2004-02-04  David Schleef  <ds@schleef.org>
28876
28877         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28878         with the code that they would expand to.
28879         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28880         (gst_flacdec_get_src_query_types),
28881         (gst_flacdec_get_src_event_masks):
28882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28883         (gst_gnomevfssrc_get_query_types),
28884         (gst_gnomevfssrc_get_event_mask):
28885
28886 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28887
28888         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28889         (gst_sinesrc_dispose):
28890           fix memleak by properly disposing sinesrc
28891
28892 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28893
28894         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28895         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28896         an overlay to redraw the image because it has been exposed.
28897         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28898         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28899         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28900         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28901         interface
28902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28903         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28904         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28905         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28906         interface
28907
28908 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28909
28910         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28911           more memleak fixage
28912
28913 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28914
28915         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28916         * gst/typefind/gsttypefindfunctions.c:
28917           fix memleaks shown by gst-typefind
28918
28919 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28920
28921         * common/glib-gen.mak:
28922           add hack rule to touch .Plo files
28923         * gst-libs/gst/colorbalance/Makefile.am:
28924         * gst-libs/gst/mixer/Makefile.am:
28925         * gst-libs/gst/play/Makefile.am:
28926         * gst-libs/gst/tuner/Makefile.am:
28927           remove glib_root variable
28928
28929 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28930
28931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28932           set explicit caps before adding the element, so the autopluggers can
28933           plug correctly.
28934         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28935         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28936         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28937         (dv_type_find):
28938           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28939           argument.
28940
28941 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28942
28943         * gst-libs/gst/colorbalance/Makefile.am:
28944         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28945         * gst-libs/gst/colorbalance/colorbalance.c:
28946         * gst-libs/gst/colorbalance/colorbalance.h:
28947         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28948         * gst-libs/gst/mixer/Makefile.am:
28949         * gst-libs/gst/mixer/mixer-marshal.list:
28950         * gst-libs/gst/mixer/mixer.c:
28951         * gst-libs/gst/mixer/mixer.h:
28952         * gst-libs/gst/mixer/mixermarshal.list:
28953         * gst-libs/gst/play/Makefile.am:
28954         * gst-libs/gst/play/play.h:
28955         * gst-libs/gst/tuner/Makefile.am:
28956         * gst-libs/gst/tuner/tuner-marshal.list:
28957         * gst-libs/gst/tuner/tuner.c:
28958         * gst-libs/gst/tuner/tuner.h:
28959         * gst-libs/gst/tuner/tunermarshal.list:
28960           use new glib-gen.mak snippet to clean up Makefile.am
28961           fix various bugs in Makefile.am's
28962
28963 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28964
28965         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28966           handle chain parsing correctly in the multichain case
28967         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28968         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28969         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28970         (theora_dec_chain):
28971           handle events and queries correctly
28972
28973 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28974
28975         * .cvsignore:
28976         Ignore generated file _stdint.h.
28977
28978 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28979
28980         * gst-libs/gst/colorbalance/Makefile.am:
28981         * gst-libs/gst/colorbalance/colorbalance.h:
28982         * gst-libs/gst/mixer/Makefile.am:
28983         * gst-libs/gst/mixer/mixer.h:
28984         * gst-libs/gst/play/Makefile.am:
28985         * gst-libs/gst/play/play.h:
28986         * gst-libs/gst/tuner/Makefile.am:
28987         * gst-libs/gst/tuner/tuner.h:
28988         Generate enum type code with glib-mkenums.
28989         * gst-libs/gst/colorbalance/.cvsignore:
28990         * gst-libs/gst/mixer/.cvsignore:
28991         * gst-libs/gst/play/.cvsignore:
28992         * gst-libs/gst/tuner/.cvsignore:
28993         Ignore generated files.
28994
28995 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28996
28997         * gst-libs/gst/audio/.cvsignore:
28998         Ignore generated file.
28999         * gst-libs/gst/audio/Makefile.am:
29000         Do not install example filter.
29001
29002 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29003
29004         * examples/switch/.cvsignore:
29005         Ignore generated file.
29006
29007 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29008
29009         * common/m4/ax_create_stdint_h.m4:
29010         * configure.ac:
29011           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29012           _stdint.h.
29013         * Makefile.am:
29014           remove generated _stdint.h in DISTCLEANFILES
29015         * ext/a52dec/gsta52dec.c:
29016           include _stdint.h for a52dec. (should fix #133064)
29017
29018 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29019
29020         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29021         (gst_tag_to_vorbis_comments):
29022         Add replaygain support to vorbistag
29023
29024 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29025         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29026         (gst_ffmpeg_caps_to_extradata):
29027           Fix SVQ3 caps flag properties
29028           Use glib macro for bytes swap
29029
29030 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29031
29032         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29033         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29034         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29035         * ext/sndfile/gstsf.c: (plugin_init):
29036         * gst/avi/gstavi.c: (plugin_init):
29037         * sys/dxr3/dxr3init.c: (plugin_init):
29038         * sys/oss/gstossaudio.c: (plugin_init):
29039         * sys/v4l/gstv4l.c: (plugin_init):
29040         * sys/v4l2/gstv4l2.c: (plugin_init):
29041           remove textdomain calls
29042         * po/nl.po:
29043           update Dutch translation
29044
29045 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29046
29047         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29048         (gst_play_set_audio_sink): Moving volume in the audio thread for
29049         instantaneous volume change. Maybe i will add another volume in front
29050         of visualization later, not sure yet though.
29051
29052 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29053
29054         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29055         (gst_ximagesink_handle_xevents): Better X events handling, only take
29056         the latest events for configure and motion.
29057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29058
29059 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29060
29061         reviewed by: David Schleef  <ds@schleef.org>
29062
29063         Fix memory leaks:
29064         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29065         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29066
29067 2004-02-02  David Schleef  <ds@schleef.org>
29068
29069         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29070         of lines.
29071         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29072         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29073         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29074         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29075         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29076         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29077         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29078         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29079         (gst_float2_2_int_link):
29080         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29081         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29082         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29083         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29084         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29085         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29086         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29087         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29088         * testsuite/gst-lint: Add tests for bzero and ;;
29089
29090 2004-02-02  David Schleef  <ds@schleef.org>
29091
29092         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29093
29094 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29095
29096         * ext/aalib/gstaasink.c: (gst_aasink_open):
29097         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29099         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29100         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29101         (gst_afsink_close_file):
29102         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29103         (gst_afsrc_close_file):
29104         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29105         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29106         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29107         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29108         * ext/esd/esdmon.c: (gst_esdmon_get):
29109         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29110         * ext/faac/gstfaac.c: (gst_faac_chain):
29111         * ext/faad/gstfaad.c: (gst_faad_chain):
29112         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29113         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29114         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29115         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29116         (gst_flacdec_loop):
29117         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29118         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29119         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29120         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29121         (gst_gnomevfssink_close_file):
29122         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29123         (gst_gnomevfssrc_open_file):
29124         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29125         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29126         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29127         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29128         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29129         * ext/mad/gstmad.c: (gst_mad_chain):
29130         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29131         * ext/mpeg2dec/gstmpeg2dec.c:
29132         * ext/mpeg2enc/gstmpeg2enc.cc:
29133         * ext/mplex/gstmplex.cc:
29134         * ext/mplex/gstmplexibitstream.cc:
29135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29136         (gst_ogg_demux_push):
29137         * ext/raw1394/gstdv1394src.c:
29138         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29139         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29140         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29141         (gst_sf_loop):
29142         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29143         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29144         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29145         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29147         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29148         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29149         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29150         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29151         (gst_riff_read_element_data), (gst_riff_read_seek),
29152         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29153         * gst/adder/gstadder.c: (gst_adder_loop):
29154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29155         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29157         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29158         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29159         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29160         * gst/goom/gstgoom.c: (gst_goom_chain):
29161         * gst/id3/gstid3types.c: (gst_id3types_loop):
29162         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29163         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29164         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29165         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29166         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29167         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29168         (gst_ebml_read_float), (gst_ebml_read_header):
29169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29170         (gst_matroska_demux_parse_blockgroup):
29171         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29172         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29173         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29174         * gst/silence/gstsilence.c: (gst_silence_get):
29175         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29176         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29177         * gst/speed/gstspeed.c: (speed_loop):
29178         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29179         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29180         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29181         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29182         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29183         (gst_wavparse_loop):
29184         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29185         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29186         (dxr3audiosink_close):
29187         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29188         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29189         (dxr3videosink_close), (dxr3videosink_write_data):
29190         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29191         * sys/oss/gstosssink.c: (gst_osssink_chain):
29192         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29193         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29194         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29196         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29197         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29198         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29199         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29200         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29201         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29202         (gst_v4l_set_audio):
29203         * sys/v4l/v4l_calls.h:
29204         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29205         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29206         (gst_v4lmjpegsink_playback_init),
29207         (gst_v4lmjpegsink_playback_start):
29208         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29210         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29211         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29213         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29214         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29215         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29216         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29217         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29218         (gst_v4l2_get_output), (gst_v4l2_set_output),
29219         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29220         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29221         (gst_v4l2_set_attribute):
29222         * sys/v4l2/v4l2_calls.h:
29223         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29224         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29225         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29226         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29227         (gst_v4l2src_capture_stop):
29228         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29229         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29230         (gst_ximagesink_chain):
29231         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29232         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29233         (gst_xvideosink_xwindow_new):
29234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29235         (gst_xvimagesink_chain):
29236
29237 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29238
29239         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29240         (gst_volume_get_volume), (volume_class_init), (volume_init),
29241         (volume_chain_int16), (volume_update_volume):
29242         * gst/volume/gstvolume.h:
29243           make code more readable by removing magic numbers
29244           make mixer interface export 0-100 range
29245           make it internally map to 0.0-1.0 range so users don't distort
29246           output by putting the sliders at full volume
29247
29248 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29249
29250         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29251         (gst_play_state_change), (gst_play_seek_to_time):
29252         block the tick callback for 0.5 secs after doing a seek
29253
29254 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29255
29256         * gst-libs/gst/play/play.c: (gst_play_new):
29257           check for GError
29258
29259 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29260
29261         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29262         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29263         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29264         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29266         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29267
29268 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29269
29270         * configure.ac:
29271         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29272           check for a function added in vorbis 1.1
29273
29274 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29275
29276         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29277         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29278           really start/stop clock only on PLAYING <=> PAUSED
29279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29280           remove \n from debugging lines
29281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29282           make it work when seeking does not
29283         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29284           reset on DISCONT
29285
29286 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29287
29288         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29289           start clock on PAUSED=>PLAYING, not later
29290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29291           extract correct time for different discont formats
29292         (gst_alsa_sink_get_time):
29293           don't segfault when no format is negotiated yet, just return 0
29294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29295         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29296         (gst_ogg_pad_push):
29297           handle flush and discont events correctly
29298         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29299           handle discont events correctly
29300
29301 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29302
29303         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29304         (gst_play_error_create), (gst_play_error_plugin),
29305         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29306         * gst-libs/gst/play/play.h:
29307           add error handling during creation
29308         * examples/gstplay/player.c: (main):
29309           use new gst_play_new
29310
29311
29312 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29313
29314         * ext/theora/theoradec.c: (theora_dec_chain):
29315           make comments work
29316         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29317         (vorbis_dec_src_event), (vorbis_dec_chain):
29318           add encoder tag, fix tag reading to be more error tolerant, change
29319           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29320           gst_pad_event_default.
29321         * gst/tags/gstvorbistag.c:
29322         (gst_tag_list_from_vorbiscomment_buffer):
29323           undefine function specific define at end of function
29324
29325 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29326
29327         * ext/flac/gstflac.c: (plugin_init):
29328         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29329         * ext/flac/gstflacdec.h:
29330         * ext/flac/gstflacenc.h:
29331           Fix typos
29332
29333 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29334
29335         * examples/gstplay/player.c: s/gstplay.h/play.h/
29336
29337 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29338
29339         * gst-libs/gst/play/Makefile.am:
29340         * gst-libs/gst/play/gstplay.c:
29341         * gst-libs/gst/play/gstplay.h:
29342         * gst-libs/gst/play/play.c:
29343           more surgery, operation complete
29344
29345 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29346
29347         * gst-libs/gst/play/play.old.c:
29348         * gst-libs/gst/play/play.old.h:
29349           after CVS surgery by moving, remove
29350         * gst-libs/gst/play/playpipelines.c:
29351           remove
29352
29353         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29354           add negotiation error
29355
29356 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29357
29358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29359         (gst_ogg_demux_push):
29360           add some seeking debug info
29361           send a flush when seeking
29362
29363 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29364
29365         * configure.ac:
29366           use AC_C_INLINE
29367         * configure.ac:
29368         * ext/Makefile.am:
29369         * ext/theora/Makefile.am:
29370         * ext/theora/theoradec.c:
29371           add theora video decoder. Does just do simple decoding for now and
29372           has been tested against Theora cvs only. It only works when theora
29373           is compiled with --enable-static.
29374         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29375           always reset packetno on DISCONT
29376
29377 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29378
29379         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29380           Fix audio.
29381
29382 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29383
29384         * gst/mpegaudioparse/gstmpegaudioparse.c:
29385         (mp3_type_frame_length_from_header):
29386           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29387
29388 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29389
29390         * ext/esd/esdsink.c: (gst_esdsink_init):
29391           Since we have static pad template caps, we don't need to negotiate;
29392           either the core errors out or we know the format.
29393
29394 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29395
29396         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29397         (gst_riff_read_seek):
29398         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29399         (gst_ebml_read_seek):
29400           Fix event handling.
29401
29402 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29403
29404         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29405           removee video/x-theora from vp3 decoder, it doesn't handle raw
29406           theora streams
29407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29408           fix bug with finalizing element that never went to PAUSED
29409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29410           length and position queries were swapped
29411         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29412         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29413         (vorbis_dec_src_event):
29414           implement querying time and bytes
29415
29416 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29417
29418         * just about every source file:
29419           gst_element_error -> GST_ELEMENT_ERROR
29420
29421 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29422
29423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29424         emiting FLUSH and even before DISCONT.
29425         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29426         get the best instant seeking as possible yay!
29427
29428 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29429
29430         * gst/mpeg1videoparse/gstmp1videoparse.c:
29431         (gst_mp1videoparse_real_chain):
29432           Committed wrong version last week... Grr... Didn't notice until now.
29433
29434 2004-01-29  Julien MOUTTE <julien@moutte.net>
29435
29436         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29438         have_xwindow_id signal in xwindow_create.
29439
29440 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29441
29442         * ext/ogg/gstoggdemux.c:
29443           lots of changes - mainly support for chained bitstreams, seeking,
29444           querying and bugfixes of course
29445         * ext/vorbis/Makefile.am:
29446         * ext/vorbis/vorbisdec.c:
29447         * ext/vorbis/vorbisdec.h:
29448           add vorbisdec raw vorbis decoder
29449         * ext/vorbis/vorbis.c: (plugin_init):
29450           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29451         * gst/intfloat/Makefile.am:
29452         * gst/intfloat/float22int.c:
29453         * gst/intfloat/float22int.h:
29454         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29455           add float2intnew plugin. It converts multichannel interleaved float to
29456           multichannel interleaved int. The name should probably be changed.
29457         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29458         (plugin_init):
29459           add typefinding for raw theora video so oggdemux can detect it.
29460
29461 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29462
29463         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29464         sink element first.
29465         * gst/videoscale/gstvideoscale.c:
29466         (gst_videoscale_handle_src_event): Fixing src event handler.
29467
29468 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29469
29470         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29471         (gst_v4lsrc_open), (gst_v4lsrc_close),
29472         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29473         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29474         * sys/v4l/gstv4lsrc.h:
29475         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29476         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29477           Implement resizing... Hack. But that's why v4l is b0rked...
29478
29479 2004-01-28  Julien MOUTTE <julien@moutte.net>
29480
29481         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29482         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29483         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29484         (gst_ximagesink_xwindow_destroy):
29485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29486         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29487         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29488         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29489         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29490         correctly cleaning the image created to check xshm calls on succes,
29491         added a lot of XSync calls in X11 functions, and fixed a segfault when
29492         no image format was defined before negotiation happened.
29493
29494 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29495
29496         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29497           use gst_element_get_time to get correct time
29498
29499 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29500
29501         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29502         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29503         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29505         (gst_xvimagesink_check_xshm_calls),
29506         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29507         X plugins are now able to detect that XShm calls will fail even if the
29508         server claims that it has XShm support (remote displays most of the
29509         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29510         so that we use non XShm functions. This feature is almost useless for
29511         xvimagesink as Xv is not supported on remote displays anyway, but
29512         it might happen than even on the local display XShm calls fail.
29513
29514 2004-01-27  David Schleef  <ds@schleef.org>
29515
29516         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29517         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29518         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29519         changed esdsink to only use 44100,16,2, since esd sucks at rate
29520         conversion and esdsink has had difficulty negotiating.
29521
29522 2004-01-27  Julien MOUTTE <julien@moutte.net>
29523
29524         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29525         (gst_play_seek_to_time): Fixing the way to get current position.
29526
29527 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29528
29529         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29530           use gst_element_get_time to get correct time
29531
29532 2004-01-27  Julien MOUTTE <julien@moutte.net>
29533
29534         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29535         fix ever... Inverting 2 lines of code make spider autoplug correctly
29536         tagged mp3 !
29537
29538 2004-01-27  David Schleef  <ds@schleef.org>
29539
29540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29541         Use gst_pad_try_set_caps_nonfixed().
29542
29543 2004-01-27  David Schleef  <ds@schleef.org>
29544
29545         * gst/ac3parse/gstac3parse.c: update to checklist 5
29546         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29547         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29548         * gst/audioscale/gstaudioscale.c: same
29549         * gst/auparse/gstauparse.c: same
29550         * gst/avi/gstavidemux.c: same
29551
29552 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29553
29554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29555           stop processing after EOS
29556
29557 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29558
29559         * gst/asfdemux/asfheaders.h:
29560         * gst/asfdemux/gstasfdemux.c:
29561         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29562         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29563         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29564           lot's of fixes to make data extraction simpler and get the code
29565           architecture and compiler independant. Add debugging category
29566         * gst/goom/gstgoom.c: (gst_goom_change_state):
29567           reset channel count on PAUSED=>READY, not READY=>PAUSED
29568
29569 2004-01-26  Colin Walters  <walters@verbum.org>
29570
29571         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29572         code to pull a bigger buffer in iradio mode.  This as a side effect
29573         makes typefinding work.
29574
29575 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29576
29577         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29578         Fix SVQ3 decoding on PPC
29579
29580 2004-01-26  Julien MOUTTE <julien@moutte.net>
29581
29582         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29583         that one managed to stay there... Fixed.
29584
29585 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29586
29587         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29588         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29589         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29590         (qtdemux_video_caps):
29591         * gst/qtdemux/qtdemux.h:
29592         Add SVQ3 specific flags to qtdemux and ffmpeg
29593
29594 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29595
29596         * gst-libs/gst/audio/audio.h:
29597           remove buffer-frames from audio caps
29598         * gst/audioconvert/gstaudioconvert.c:
29599           fix plugin to really work.
29600
29601 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29602
29603         * gst-libs/gst/mixer/mixer.c:
29604         * gst-libs/gst/propertyprobe/propertyprobe.c:
29605         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29606         (gst_tuner_find_channel_by_name):
29607         * gst-libs/gst/tuner/tuner.h:
29608           Add gtk-doc style comments. Also fix a function name.
29609
29610 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29611
29612         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29613         (gst_divxdec_negotiate):
29614           Fix for new capsnego - also fixes gst-player with divxdec.
29615
29616 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29617
29618         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29619         (gst_play_identity_handoff), (gst_play_set_location),
29620         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29621         try in visualization implementation. Still have an issue with switch
29622         blocking when pulling from video_queue and only audio comes out of
29623         spider.
29624         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29625         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29626         release method. And check if the pad is usable before pulling.
29627
29628 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29629
29630         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29631         (gst_videobalance_init),
29632         (gst_videobalance_colorbalance_list_channels),
29633         (gst_videobalance_colorbalance_set_value),
29634         (gst_videobalance_colorbalance_get_value),
29635         (gst_videobalance_update_properties),
29636         (gst_videobalance_update_tables_planar411),
29637         (gst_videobalance_planar411):
29638         * gst/videofilter/gstvideobalance.h:
29639           Implement lookup-tables. +/- 10x faster.
29640
29641 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29642
29643         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29644         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29645           The index reading was broken. The rest worked fine, but the whole
29646           goal of my rewrite was to make avidemux readable, and this was
29647           not at all readable. Please use typed variables.
29648
29649 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29650
29651         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29652           Additional pad usability check.
29653         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29654         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29655         (gst_mp1videoparse_real_chain):
29656           Fix MPEG video stream parsing. The original plugin had several
29657           issues, including not timestamping streams where the source was
29658           not timestamped (this happens with PTS values in mpeg system
29659           streams, but MPEG video is also a valid stream on its own so
29660           that needs timestamps too). We use the display time code for that
29661           for now. Also, if one incoming buffer contains multiple valid
29662           frames, we push them all on correctly now, including proper EOS
29663           handling. Lastly, several potential segfaults were fixed, and we
29664           properly sync on new sequence/gop headers to include them in next,
29665           not previous frames (since they're header for the next frame, not
29666           the previous). Also see #119206.
29667         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29668         (bpf_from_header):
29669           Move caps setting so we only do it after finding several valid
29670           MPEG-1 fraes sequentially, not right after the first one (which
29671           might be coincidental).
29672         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29673         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29674         (plugin_init):
29675           Add unsynced MPEG video stream typefinding, and change some
29676           probability values so we detect streams rightly. The idea is as
29677           follows: I can have an unsynced system stream which contains
29678           video. In the current code, I would randomly get a type for either
29679           system or video stream type found, because the probabilities are
29680           being calculated rather randomly. I now use fixed values, so we
29681           always prefer system stream if that was found (and that is how it
29682           should be). If no system stream was found, we can still identity                the stream as video-only.
29683
29684 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29685
29686         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29687         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29688           don't write to buffer. Extract data without the need of
29689           __attribute__ ((packed))
29690
29691 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29694         (mpeg1_sys_type_find):
29695           Fix MPEG-1 stream typefinding.
29696
29697 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29698
29699         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29700           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29701
29702 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29703
29704         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29705         * ext/esd/gstesd.c: (plugin_init):
29706           private debugging, better error reporting
29707
29708 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29709
29710         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29711         (gst_riff_read_init), (gst_riff_read_change_state):
29712         * gst-libs/gst/riff/riff-read.h:
29713           Remove stuff fromold metadata system.
29714
29715 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29716
29717         * ext/ogg/gstoggdemux.c:
29718           Fix wrong file comment.
29719         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29720         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29721           Add metadata reading properly.
29722
29723 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29724
29725         * ext/Makefile.am:
29726           Fix nas DIST_SUBDIRS
29727           Uraeus:
29728           Fix bug where make distcheck doesn't get run on adding stuff to
29729           the build.
29730
29731 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29734         * ext/divx/gstdivxdec.h:
29735           Fix divx3 ("msmpeg4") playback using divxdec.
29736
29737 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29738
29739         * gst/typefind/gsttypefindfunctions.c:
29740         (mp3_type_frame_length_from_header): fix bug in length computation
29741         (mp3_type_find): improve debugging output
29742
29743 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29744
29745         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29746         (gst_play_set_location), (gst_play_seek_to_time),
29747         (gst_play_set_audio_sink), (gst_play_set_visualization),
29748         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29749         the pipeline from scratch. Visualization is back and switch went out as
29750         i realized it was not possible to use the way i wanted.
29751         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29752         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29753         clearing in state change from READY to NULL. So that one can clean the
29754         X ressources keeping the element.
29755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29756         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29757         (gst_xvimagesink_colorbalance_set_value),
29758         (gst_xvimagesink_colorbalance_get_value),
29759         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29760         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29761         change from READY to NULL and fixed some stupid bugs in colorbalance
29762         get/set values. Also added the following feature : when nobody tries to
29763         set some values to the colorbalance levels before the xcontext is
29764         grabbed, then when creating channels list from Xv attributes we set the
29765         internal values to the Xv defaults. This way we handle buggy Xv drivers
29766         that set default hue values far from the middle of the range (Thanks
29767         to Jon Trowbridge for pointing that issue).
29768         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29769         colorbalance levels have been set before xcontext is grabbed.
29770
29771 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29772
29773         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29774           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29775           it might block operations (which is bad for a mixer).
29776
29777 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29778
29779         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29780         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29781         (gmip_find_type_pre):
29782         * gst-libs/gst/media-info/media-info-priv.h:
29783         * gst-libs/gst/media-info/media-info.c:
29784         (gst_media_info_instance_init), (gst_media_info_read_idler):
29785         add fakesink to get caps on decoder src pad again
29786         fix callback prototype to match new have_type signal signature
29787
29788 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29789
29790         * gst/adder/gstadder.c: (gst_adder_link):
29791           fix non-compile and cut-n-paste code
29792
29793 2004-01-21  David Schleef  <ds@schleef.org>
29794
29795         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29796         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29797         (gst_swfdec_init), (gst_swfdec_change_state):
29798         * ext/swfdec/gstswfdec.h:
29799         Fix negotiation.
29800         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29801         (gst_adder_request_new_pad): Fix negotiation.
29802         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29803         Add a fixate function.
29804         * gst/intfloat/gstfloat2int.c:
29805         * gst/intfloat/gstfloat2int.h:
29806         * gst/intfloat/gstint2float.c:
29807         * gst/intfloat/gstint2float.h:
29808         Completely rewrite the negotiation.  Doesn't quite work yet,
29809         due to some buffer-frames problem.
29810
29811 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29812
29813         * ext/gnomevfs/gstgnomevfssrc.c:
29814         * sys/v4l2/v4l2_calls.h:
29815           fix includes for distcheck
29816
29817 2004-01-21  Christian Schaller <uraeus@gnome.org>
29818
29819         * ext/nas/
29820         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29821         based on earlier patch from Laurent Vivier
29822
29823 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29824
29825         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29826         Fix wma caps property
29827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29828         Fix typo (flags1 and flags2)
29829
29830 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29831
29832         * gst-libs/gst/media-info/media-info-priv.c:
29833         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29834         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29835         (gmip_find_stream), (gmip_find_track_metadata),
29836         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29837         (gmip_find_track_format):
29838         * gst-libs/gst/media-info/media-info-priv.h:
29839         * gst-libs/gst/media-info/media-info-test.c: (main):
29840         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29841         (gst_media_info_read_idler), (gst_media_info_read):
29842         * gst-libs/gst/media-info/media-info.h:
29843           register debugging category and use it for debugging
29844
29845 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29846
29847         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29848         (gst_vorbisfile_new_link):
29849           signal streaminfo through tags
29850
29851 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29852
29853         * ext/mplex/gstmplex.cc:
29854         * ext/mplex/gstmplexibitstream.cc:
29855           g++ doesn't like NULL in our i18n/error macros, should be
29856           either (NULL) or ("").
29857
29858 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29859
29860         * sys/dxr3/dxr3audiosink.c:
29861         * sys/dxr3/dxr3init.c:
29862         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29863         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29864           Fix more error error error errors (missing includes here).
29865
29866 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29867
29868         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29869           fix thomas' error errors.
29870
29871 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29872
29873         * ext/mpeg2enc/gstmpeg2enc.cc:
29874           fix error errors.
29875
29876 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29879         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29880           Fix for new error system.
29881
29882 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29883
29884         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29885           fix for new error reporting
29886
29887 2004-01-20  David Schleef  <ds@schleef.org>
29888
29889         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29890         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29891         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29892         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29893         and neither is 100+, most likely.
29894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29895         (gst_xvimagesink_getcaps): same
29896
29897 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29898
29899         * configure.ac:
29900           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29901           clashes with ffmpeg.
29902
29903 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29904
29905         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29906         (gst_switch_init): Fixed switch element : proxying link and setting
29907         caps from src to sink on request.
29908
29909 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29910
29911         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29912         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29913         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29914         fix element_error
29915
29916 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29917
29918         * sys/v4l/v4l_calls.h:
29919         * sys/v4l2/v4l2_calls.h:
29920           element_error fixes
29921
29922 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29923
29924         * gst-libs/gst/gst-i18n-plugin.h:
29925           add locale.h
29926           remove config.h inclusion
29927
29928 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29929
29930         * autogen.sh:
29931           adding autopoint invocation
29932         * Makefile.am:
29933         * configure.ac:
29934         * gst-libs/gst/gettext.h:
29935           adding gettext bits
29936         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29937         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29938         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29939         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29940         (gst_gnomevfssink_close_file):
29941         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29942         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29943         * gst-libs/gst/gst-i18n-plugin.h:
29944         * gst/avi/gstavi.c: (plugin_init):
29945         * sys/dxr3/dxr3init.c: (plugin_init):
29946         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29947         * sys/oss/gstossaudio.c: (plugin_init):
29948         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29949         * sys/v4l/gstv4l.c: (plugin_init):
29950         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29951         * sys/v4l2/gstv4l2.c: (plugin_init):
29952         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29953         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29954         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29955         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29956         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29957         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29958           make sure locale and translation domain are set
29959           fix translated strings
29960         * po/.cvsignore:
29961         * po/LINGUAS:
29962         * po/Makevars:
29963         * po/POTFILES.in:
29964         * po/nl.po:
29965           put translation files into place
29966         * sys/xvideo/imagetest.c: (main):
29967         * ext/dv/demo-play.c: (main):
29968           fix unnecessary translations
29969
29970 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29971
29972         * ext/sndfile/gstsf.c:
29973         * gst/avi/gstavimux.c:
29974         * ext/audiofile/gstafsink.c:
29975         * ext/audiofile/gstafsrc.c:
29976         * ext/gnomevfs/gstgnomevfssink.c:
29977         * ext/gnomevfs/gstgnomevfssrc.c:
29978         * sys/oss/gstosselement.c:
29979         * sys/v4l/v4l_calls.h:
29980           fix i18n include
29981
29982 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29983
29984         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29985         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29986         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29987         (gst_v4l2_get_output), (gst_v4l2_set_output),
29988         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29989         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29990         (gst_v4l2_set_attribute):
29991         update to new error handling
29992
29993 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29994
29995         * ext/sidplay/gstsiddec.cc:
29996         * gst/modplug/gstmodplug.cc:
29997           parenthese NULL because C++ seems angry about it
29998
29999 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30000
30001         * gst-libs/gst/gst-i18n-plugin.h:
30002           add skeleton i18n stuff, but needs to be further implemented
30003
30004 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30005
30006         * examples/gstplay/player.c: (main):
30007         * ext/aalib/gstaasink.c: (gst_aasink_open):
30008         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30010         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30011         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30012         (gst_afsink_close_file):
30013         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30014         (gst_afsrc_close_file):
30015         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30016         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30017         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30018         * ext/esd/esdmon.c: (gst_esdmon_get):
30019         * ext/esd/esdsink.c: (gst_esdsink_chain):
30020         * ext/faac/gstfaac.c: (gst_faac_chain):
30021         * ext/faad/gstfaad.c: (gst_faad_chain):
30022         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30023         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30024         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30025         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30026         (gst_flacdec_loop):
30027         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30028         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30029         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30030         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30031         (gst_gnomevfssink_close_file):
30032         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30033         (gst_gnomevfssrc_open_file):
30034         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30035         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30036         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30037         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30038         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30039         * ext/mad/gstmad.c: (gst_mad_chain):
30040         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30041         * ext/mpeg2dec/gstmpeg2dec.c:
30042         * ext/mpeg2enc/gstmpeg2enc.cc:
30043         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30044         * ext/mplex/gstmplex.cc:
30045         * ext/mplex/gstmplexibitstream.cc:
30046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30047         (gst_ogg_demux_push), (gst_ogg_pad_push):
30048         * ext/raw1394/gstdv1394src.c:
30049         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30050         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30051         * ext/sidplay/gstsiddec.cc:
30052         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30053         (gst_sf_loop):
30054         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30055         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30056         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30058         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30059         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30060         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30061         * gst-libs/gst/Makefile.am:
30062         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30063         (gst_riff_read_element_data), (gst_riff_read_seek),
30064         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30065         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30067         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30068         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30069         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30070         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30071         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30072         * gst/goom/gstgoom.c: (gst_goom_chain):
30073         * gst/id3/gstid3types.c: (gst_id3types_loop):
30074         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30075         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30076         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30077         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30078         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30079         (gst_ebml_read_float), (gst_ebml_read_header):
30080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30081         (gst_matroska_demux_parse_blockgroup):
30082         * gst/modplug/gstmodplug.cc:
30083         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30084         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30085         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30086         * gst/silence/gstsilence.c: (gst_silence_get):
30087         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30088         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30089         * gst/speed/gstspeed.c: (speed_loop):
30090         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30091         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30092         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30093         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30094         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30095         (gst_wavparse_loop):
30096         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30097         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30098         (dxr3audiosink_close):
30099         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30100         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30101         (dxr3videosink_close), (dxr3videosink_write_data):
30102         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30103         * sys/oss/gstosselement.h:
30104         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30105         (gst_osssink_chain):
30106         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30107         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30108         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30110         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30111         (gst_v4l_enable_overlay):
30112         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30113         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30114         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30115         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30116         (gst_v4l_set_audio):
30117         * sys/v4l/v4l_calls.h:
30118         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30119         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30120         (gst_v4lmjpegsink_playback_init),
30121         (gst_v4lmjpegsink_playback_start):
30122         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30123         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30124         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30125         (gst_v4lmjpegsrc_requeue_frame):
30126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30127         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30128         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30129         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30130         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30131         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30132         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30133         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30134         (gst_v4l2src_capture_stop):
30135         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30136         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30137         (gst_ximagesink_chain):
30138         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30139         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30140         (gst_xvideosink_xwindow_new):
30141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30142         (gst_xvimagesink_chain):
30143         use new error signal, function and categories
30144
30145 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30146
30147         * configure.ac:
30148         * ext/Makefile.am:
30149         * ext/musicbrainz/gsttrm.c:
30150         * ext/musicbrainz/gsttrm.h:
30151         * ext/musicbrainz/Makefile.am:
30152         Add a trm plugin
30153
30154 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30155
30156         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30157         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30158         synchronous property for debugging.
30159         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30161         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30162         smaller block, fixing indent.
30163
30164 2004-01-16  David Schleef  <ds@schleef.org>
30165
30166         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30167         property affects the video stream.
30168         * sys/xvimage/xvimagesink.c:
30169         * sys/xvimage/xvimagesink.h:
30170         Add synchronous property for debugging.  Should probably be
30171         disabled in non-CVS builds.  Make sure that the Xv attribute
30172         exists before we set it (crash!).  Fix a silly float bug that
30173         caused colorbalance to just not work.
30174
30175 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30176
30177         * tools/gst-launch-ext.in - update for new plugins
30178
30179 2004-01-16  David Schleef  <ds@schleef.org>
30180
30181         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30182         already-freed caps.
30183
30184 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30185
30186         * Update spec for new colorspace plugin and libcaca plugin
30187         * Fix compilation of libcaca plugin (clock -> id)
30188
30189 2004-01-16  Julien MOUTTE <julien@moutte.net>
30190
30191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30192         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30193         (gst_xvimagesink_set_xwindow_id),
30194         (gst_xvimagesink_colorbalance_set_value),
30195         (gst_xvimagesink_colorbalance_get_value),
30196         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30197         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30198         correct colorbalance properties. They can now be set when the element
30199         is still in NULL state. The values will be committed to the Xv Port
30200         when xcontext is initialized.
30201         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30202         brightness int values in the GstXvImagesink structure.
30203
30204 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30205
30206         * gst-libs/gst/Makefile.am:
30207           restructure so having local patches works easier.
30208
30209 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30210
30211         * ext/mpeg2enc/Makefile.am:
30212         * ext/mpeg2enc/gstmpeg2enc.cc:
30213         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30214           Bugfix with respect to EOS handling.
30215
30216 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30217
30218         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30219           Link with right caps (else, it segfaults).
30220         * ext/mplex/gstmplexjob.cc:
30221           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30222
30223 2004-01-15  David Schleef  <ds@schleef.org>
30224
30225         * gst-libs/gst/audio/Makefile.am:
30226         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30227         from the template.
30228         * gst-libs/gst/audio/gstaudiofilter.c:
30229         * gst-libs/gst/audio/gstaudiofilter.h:
30230         Add bytes_per_sample and size and n_samples calculation.
30231         * gst-libs/gst/audio/gstaudiofilterexample.c:
30232         Remove, now autogenerated.
30233         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30234         Moved from gstaudiofilterexample, object name changed, code added
30235         so that it actually works.
30236         * gst-libs/gst/audio/make_filter:
30237         Script to build an audiofilter subclass from the template.
30238         * gst/colorspace/Makefile.am:
30239         * gst/colorspace/yuv2yuv.c:
30240         Remove file, since it's GPL, and we don't use it.
30241
30242 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30243
30244         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30246         them use the buffer free function to test how the buffer was allocated.
30247
30248 2004-01-15  David Schleef  <ds@schleef.org>
30249
30250         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30251         that handles osssink fallback.
30252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30253         (gst_audio_convert_getcaps):
30254         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30255         Add audio/x-qdm2 for QDM2 audio.
30256         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30257         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30258         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30259         Decrease minimum size to 16x16.
30260         * gst/wavparse/gstwavparse.c:
30261         Convert disabled pad template caps to new caps.
30262         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30264         (gst_xvimagesink_chain): Throw element error when display cannot
30265         be opened.  Increase minimum framerate to 1.0.  Check the data
30266         free function on a buffer to make sure it is the type we expect
30267         before manipulating it.
30268
30269 2004-01-15  Julien MOUTTE <julien@moutte.net>
30270
30271         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30272         (gst_videobalance_colorbalance_set_value): Implement passthru if
30273         settings are in the middle.
30274         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30275
30276 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30277
30278         * gst/videofilter/Makefile.am:
30279         * gst/volume/Makefile.am:
30280           Since we use videofilter symbols, link to it.
30281
30282 2004-01-15  Julien MOUTTE <julien@moutte.net>
30283
30284         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30285         mixer interface type to HARDWARE.
30286         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30287         type to SOFTWARE.
30288         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30289         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30290         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30291         (gst_volume_interface_init), (gst_volume_list_tracks),
30292         (gst_volume_set_volume), (gst_volume_get_volume),
30293         (gst_volume_set_mute), (gst_volume_mixer_init),
30294         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30295         (volume_init): Implementing mixer interface.
30296         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30297         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30298         (gst_osselement_change_state): Removing some trailing commas in
30299         structures.
30300         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30301         interface type to HARDWARE.
30302         * sys/v4l/gstv4lcolorbalance.c:
30303         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30304         type to HARDWARE.
30305         * sys/v4l2/gstv4l2colorbalance.c:
30306         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30307         interface type to HARDWARE.
30308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30309         same code than ximagesink for event handling.
30310
30311 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30312
30313         * ext/snapshot/Makefile.am:
30314         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30315         (gst_snapshot_chain):
30316         * ext/snapshot/gstsnapshot.h:
30317           This has to be a joke... Snapshot should be connected to a tee,
30318           colorspace element before it and EOS after that, where the other
30319           src of the tee receives normal data.
30320           The current way is *wrong*.
30321
30322 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30323
30324         * ext/hermes/gsthermescolorspace.c:
30325           Fix another compile error. Same as below.
30326
30327 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30328
30329         * gst/colorspace/gstcolorspace.c:
30330         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30331         (gst_colorspace_i420_to_yv12):
30332           Fix compiling... Didn't test if it actually works.
30333
30334 2004-01-15  David Schleef  <ds@schleef.org>
30335
30336         * configure.ac:
30337         * gst/colorspace/Makefile.am:
30338         * gst/colorspace/gstcolorspace.c:
30339         * gst/colorspace/gstcolorspace.h:
30340         * gst/colorspace/yuv2rgb.c:
30341         * gst/colorspace/yuv2rgb.h:
30342         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30343         code and GPL code.  Fix for new caps negotiation.  Rewrite
30344         much of the format handling code, and some of the conversion
30345         code.  Basically, rewrote almost everything.  This element
30346         handles I420, YV12 to RGB conversions.
30347         * ext/hermes/Makefile.am:
30348         * ext/hermes/gsthermescolorspace.c:
30349         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30350         Remove non-Hermes related code.  This element handles lots of
30351         RGB to RGB conversions, but no YUV.
30352         * ext/hermes/gstcolorspace.c:
30353         * ext/hermes/gstcolorspace.h:
30354         * ext/hermes/rgb2yuv.c:
30355         * ext/hermes/yuv2rgb.c:
30356         * ext/hermes/yuv2rgb.h:
30357         * ext/hermes/yuv2rgb_mmx16.s:
30358         * ext/hermes/yuv2yuv.c:
30359         * ext/hermes/yuv2yuv.h:
30360         Remove old code.
30361
30362 2004-01-14  Colin Walters  <walters@verbum.org>
30363
30364         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30365         they've already been.
30366
30367 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30368
30369         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30370           assume tag mode when pad is not connected
30371
30372 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30373
30374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30375           Don't update the time of the clock
30376         (gst_alsa_sink_loop):
30377           sync to the clock given to alsasink, not the own clock
30378         * sys/oss/gstosssink.c: (gst_osssink_chain):
30379           sync to the clock
30380         (gst_osssink_change_state):
30381           activate the clock
30382         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30384           remove bogus code that made DISCONT events unhandled
30385         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30386           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30387           #131502)
30388         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30389         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30390         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30391           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30392           2nd warning in bug #131502)
30393
30394 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30395
30396         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30397         (gst_videobalance_colorbalance_set_value),
30398         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30399         for colorbalance interface implementation.
30400         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30401         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30402         (gst_ximagesink_dispose), (gst_ximagesink_init),
30403         (gst_ximagesink_class_init): Adding DISPLAY property.
30404         * sys/ximage/ximagesink.h: Adding display_name to store display.
30405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30406         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30407         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30408         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30409         properties (they still need polishing though for gst-launch use : no
30410         xcontext yet, i ll do that tomorrow).
30411         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30412
30413 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30414
30415         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30416         (gst_play_set_location), (gst_play_set_visualization): Preparing
30417         switch integration, adding videobalance in the pipeline.
30418
30419 2004-01-14  Julien MOUTTE <julien@moutte.net>
30420
30421         * gst-libs/gst/colorbalance/colorbalance.c:
30422         (gst_color_balance_class_init): Adding a default type.
30423         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30424         the type.
30425         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30426         (gst_videobalance_dispose), (gst_videobalance_class_init),
30427         (gst_videobalance_init), (gst_videobalance_interface_supported),
30428         (gst_videobalance_interface_init),
30429         (gst_videobalance_colorbalance_list_channels),
30430         (gst_videobalance_colorbalance_set_value),
30431         (gst_videobalance_colorbalance_get_value),
30432         (gst_videobalance_colorbalance_init): Implementing colorbalance
30433         interface.
30434         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30435         list.
30436         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30437         bug which was triggering a BadAccess X error when setting an overlay
30438         before pad was really negotiated.
30439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30440         Using the colorbalance type macro.
30441
30442 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30443
30444         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30445         (gst_flacenc_chain):
30446           handle tags correctly
30447         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30448           extract ID3v1 tags correctly
30449
30450 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30451
30452         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30453         (plugin_init):
30454           Improve matroska typefinding for odd-typed headers...
30455
30456 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30457
30458         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30459           Fix for using incremental number on padnames.
30460
30461 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30462
30463         * ext/divx/gstdivxdec.c:
30464         * ext/divx/gstdivxenc.c:
30465           Set category to divx4linux instead of divx (too generic).
30466         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30467         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30468         (gst_wavparse_loop), (gst_wavparse_change_state):
30469         * gst/wavparse/gstwavparse.h:
30470           fix parsing of WAV files with non-standard fmt-tag size and fix
30471           skipping of unrecognized chunks... Someone please fix this thing
30472           to use rifflib so all this is automated.
30473         * sys/v4l/Makefile.am:
30474         * sys/v4l2/Makefile.am:
30475           Add X_CFLAGS because we depend on X (for overlay).
30476
30477 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30478
30479         * ext/mpeg2dec/gstmpeg2dec.c:
30480           Don't issue a timestamp unless we tagged the frame
30481           with a PTS.
30482
30483 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30484
30485         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30486           Query the audio element to get the time, not the clock. We're
30487           interested in the element's time here.
30488
30489 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30490
30491         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30492         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30493         * ext/esd/esdsink.c: (gst_esdsink_chain):
30494         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30495         * ext/mas/massink.c: (gst_massink_chain):
30496         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30497         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30498         (gst_matroska_demux_parse_metadata):
30499         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30500         (gst_mpeg_parse_release_locks):
30501         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30502         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30503         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30504         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30505         (gst_osssink_change_state):
30506         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30507         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30508         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30509         (gst_xvideosink_release_locks):
30510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30511           use element time.
30512         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30513         (gst_alsa_clock_stop):
30514         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30515         (gst_audio_clock_get_internal_time):
30516           simplify for use with new clocking code.
30517         * testsuite/alsa/Makefile.am:
30518         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30519           fix testsuite for new caps system
30520
30521 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30522
30523         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30524         * ext/flac/gstflacenc.c: (add_one_tag):
30525           length is already host endian, no need to convert. Fixes playback of
30526           tagged files on PPC. (bug #128384)
30527
30528 2004-01-13  Julien MOUTTE <julien@moutte.net>
30529
30530         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30531         colorbalance interface stating if it is hardware based or software
30532         based.
30533         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30534         Removing a trailing comma.
30535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30536         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30537         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30538         the documentation seems to be wrong on the -1000 to 1000 interval.
30539
30540 2004-01-12  David Schleef  <ds@schleef.org>
30541
30542         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30543         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30544         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30545         Fix negotiation.  Add a bufferalloc function for the sink pad,
30546         and generally clean up some of the code.
30547
30548 2004-01-12  Julien MOUTTE <julien@moutte.net>
30549
30550         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30551         (gst_color_balance_channel_dispose): Adding safety check in dispose
30552         method.
30553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30554         (gst_xvimagesink_xcontext_clear),
30555         (gst_xvimagesink_interface_supported),
30556         (gst_xvimagesink_colorbalance_list_channels),
30557         (gst_xvimagesink_colorbalance_set_value),
30558         (gst_xvimagesink_colorbalance_get_value),
30559         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30560         Adding colorbalance interface support to set XV parameters such as
30561         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30562         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30563         interface.
30564
30565 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30566
30567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30568         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30569         (gst_audio_convert_init), (gst_audio_convert_set_property),
30570         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30571         (gst_audio_convert_link),
30572         (gst_audio_convert_buffer_to_default_format),
30573         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30574           - implement _getcaps and use it
30575           - improve linking
30576           - remove float caps since no float conversion is actually done
30577           - remove properties and arguments that were to be used for rate
30578             conversion
30579
30580 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30581
30582         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30583         (gst_audio_structure_set_int):
30584         * gst-libs/gst/audio/audio.h:
30585           add helper functions for _getcaps matching the standard audio
30586           templates
30587
30588 2004-01-12  David Schleef  <ds@schleef.org>
30589
30590         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30591         Test that pad is negotiated before getting its caps.
30592
30593 2004-01-12  Julien MOUTTE <julien@moutte.net>
30594
30595         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30596         analyzing the pads of an element the bin is mostly in READY state so
30597         no caps were negotiated. This helper function needs to work with
30598         _get_caps directly then. I was not freeing them though, added that to
30599         fix the mem leak.
30600
30601 2004-01-12  Julien MOUTTE <julien@moutte.net>
30602
30603         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30605         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30606         than the free_func.
30607
30608 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30609
30610         * sys/oss/gstossaudio.c: (plugin_init):
30611         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30612         * sys/oss/gstosselement.h:
30613           make an oss debugging category
30614           make failure more descriptive
30615
30616 2004-01-11  David Schleef  <ds@schleef.org>
30617
30618         * ext/ffmpeg/gstffmpeg.c:
30619         * ext/ffmpeg/gstffmpegcodecmap.c:
30620         * ext/ffmpeg/gstffmpegdec.c:
30621         * ext/ffmpeg/gstffmpegenc.c:
30622         * ext/ffmpeg/gstffmpegprotocol.c:
30623         * ext/gdk_pixbuf/gstgdkanimation.c:
30624         * ext/jpeg/gstjpeg.c:
30625         * ext/libpng/gstpng.c:
30626         * ext/mpeg2dec/perftest.c:
30627         * ext/speex/gstspeex.c:
30628         * gst-libs/gst/resample/dtos.c:
30629         * gst/intfloat/gstintfloatconvert.c:
30630         * gst/oneton/gstoneton.c:
30631         * gst/rtjpeg/RTjpeg.c:
30632         * gst/rtp/gstrtp.c:
30633         * sys/dxr3/dxr3init.c:
30634         * sys/glsink/gstgl_nvimage.c:
30635         * sys/glsink/gstgl_pdrimage.c:
30636         * sys/glsink/gstglsink.c:
30637         * testsuite/gst-lint:
30638         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30639
30640 2004-01-11  David Schleef  <ds@schleef.org>
30641
30642         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30643         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30644         * ext/gdk_pixbuf/gstgdkanimation.c:
30645         (gst_gdk_animation_iter_create_pixbuf):
30646         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30647         (gst_gdk_pixbuf_chain):
30648         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30649         * ext/jack/gstjack.c: (gst_jack_change_state):
30650         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30651         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30652         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30653         * gst/videofilter/gstvideofilter.c:
30654         (gst_videofilter_set_output_size):
30655         Remove all usage of gst_pad_get_caps(), and replace it with
30656         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30657
30658 2004-01-11  David Schleef  <ds@schleef.org>
30659
30660         * configure.ac:
30661         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30662         * ext/divx/gstdivxdec.c:
30663         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30664         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30665         handle images that span multiple buffers.  Now work with both
30666         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30667         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30668         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30669         video/video.h changes
30670         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30672         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30673         of GstData free function.
30674         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30675         same.
30676
30677 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30678
30679         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30680         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30681         (gst_v4l2element_get_property):
30682         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30683           add norm, channel and frequency properties.
30684         * sys/v4l2/gstv4l2tuner.c:
30685           fixes for tuner interface changes
30686         * sys/v4l2/gstv4l2element.h:
30687         * sys/v4l2/gstv4l2src.c:
30688         * sys/v4l2/gstv4l2src.h:
30689         * sys/v4l2/v4l2src_calls.c:
30690         * sys/v4l2/v4l2src_calls.h:
30691           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30692
30693 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30694
30695         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30696         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30697         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30698         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30699         * gst-libs/gst/tuner/tuner.h:
30700           GObjects aren't const.
30701           Add find_by_name functions.
30702           Add checks to _changed functions.
30703         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30704         (gst_v4l_tuner_get_norm):
30705           Fixes for above.
30706
30707 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30708
30709         * gst-libs/gst/video/video.h:
30710           Fix caps template names to be understandable.
30711           Prefix everything with GST_VIDEO.
30712         * ext/aalib/gstaasink.c:
30713         * ext/divx/gstdivxdec.c:
30714         * ext/divx/gstdivxenc.c:
30715         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30716         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30717         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30718         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30719         * ext/libcaca/gstcacasink.c:
30720         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30721         * ext/snapshot/gstsnapshot.c:
30722         * ext/swfdec/gstswfdec.c:
30723         * ext/xvid/gstxviddec.c:
30724         * ext/xvid/gstxvidenc.c:
30725         * gst/chart/gstchart.c:
30726         * gst/deinterlace/gstdeinterlace.c:
30727         * gst/effectv/gsteffectv.c:
30728         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30729         * gst/goom/gstgoom.c:
30730         * gst/median/gstmedian.c:
30731         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30732         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30733         * gst/overlay/gstoverlay.c:
30734         * gst/smooth/gstsmooth.c:
30735         * gst/smpte/gstsmpte.c:
30736         * gst/synaesthesia/gstsynaesthesia.c:
30737         * gst/videocrop/gstvideocrop.c:
30738         * gst/videodrop/gstvideodrop.c:
30739         * gst/y4m/gsty4mencode.c:
30740         * sys/qcam/gstqcamsrc.c:
30741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30742           Make them work with new video.h file.
30743         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30744         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30746         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30747           Make it work with new buffer allocation system.
30748
30749 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30750
30751         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30752         pad_alloc_buffer implementation to use ->srcpad
30753         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30754         pad_alloc_buffer implementation to use ->srcpad
30755         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30756         pad_alloc_buffer implementation to use ->srcpad
30757         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30758         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30759         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30760         a reference to everything we need.
30761         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30763         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30764         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30765         a reference to everything we need.
30766         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30767
30768 2004-01-11  David Schleef  <ds@schleef.org>
30769
30770         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30771         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30772         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30773         structure members.
30774         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30775         value during a resize/renegotiation.
30776         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30777         gst_pad_alloc_buffer();
30778         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30779         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30780         structure members.
30781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30782         Fix for rename of buffer private structure members.
30783         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30784         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30785         Fix for rename of buffer private structure members.
30786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30787         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30788         Fix for rename of buffer private structure members.
30789
30790 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30791
30792         reviewed by: David Schleef <ds@schleef.org>
30793
30794         * gst/videofilter/Makefile.am:
30795         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30796         from the patch by ds to fit in with recent make_filter changes.
30797
30798 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30799
30800         * configure.ac: Adding examples/switch/Makefile
30801         * examples/Makefile.am: Adding examples/switch
30802         * examples/switch/Makefile.am: Adding switcher example.
30803         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30804         (switch_timer), (main): Adding an example demonstrating switch usage
30805         with 2 videotestsrc showing different patterns.
30806         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30807         (gst_switch_init): Fixing switch with the new caps system.
30808
30809 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30810
30811         * gst-libs/gst/video/video.h:
30812           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30813           They should probably be like
30814           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30815
30816 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30817
30818         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30819         (qtdemux_parse_trak):
30820           fix audio chunk size/timestamp calculation
30821
30822 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30823
30824         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30825           fix SVQ3 caps
30826
30827 2004-01-11  Steve Baker  <steve@stevebaker.org>
30828
30829         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30830         (gst_agingtv_base_init), (gst_agingtv_class_init),
30831         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30832         (gst_agingtv_set_property), (gst_agingtv_get_property):
30833         Port agingTV to videofilter
30834
30835 2004-01-09  Julien MOUTTE <julien@moutte.net>
30836
30837         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30838         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30839
30840 2004-01-09  Julien MOUTTE <julien@moutte.net>
30841
30842         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30843         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30844         * gst-libs/gst/xoverlay/xoverlay.c:
30845         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30846         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30847         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30848         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30849         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30850         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30851         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30852         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30853         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30854         interface implementation to handle xid being 0 and fix some bugs
30855         triggered by Benjamin's testcase.
30856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30857         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30858         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30859         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30860         interface implementation to handle xid being 0 and fix some bugs
30861         triggered by Benjamin's testcase.
30862
30863 2004-01-09  David Schleef  <ds@schleef.org>
30864
30865         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30866         mouse pointer events.  It works.
30867
30868 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30869
30870         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30871           Use explicit caps - fix capsnego.
30872         * ext/xvid/gstxviddec.c:
30873         * ext/xvid/gstxvidenc.c:
30874           Remove macro-inside-macro which caused compile errors.
30875         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30876           Error out if it's not a RIFF file. Else we error out without
30877           gst_element_error() which is not good...
30878
30879 2004-01-08  David Schleef  <ds@schleef.org>
30880
30881         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30882         Fix pad_link function to handle formats that ffmpeg returns
30883         as multiple caps structures.
30884         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30885         Only complain if source buffer is _smaller_ than expected.
30886         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30887         (gst_videoscale_handle_src_event): Resize navigation events
30888         when passing them upstream.
30889         * gst/videotestsrc/gstvideotestsrc.c:
30890         * gst/videotestsrc/gstvideotestsrc.h:
30891         * gst/videotestsrc/videotestsrc.c:
30892         * gst/videotestsrc/videotestsrc.h:
30893         Rewrite many of the buffer painting functions to handle odd
30894         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30895         been verified to work with my video card.
30896         * testsuite/gst-lint:  Add check for elements calling
30897         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30898
30899 2004-01-08  David Schleef  <ds@schleef.org>
30900
30901         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30902         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30903
30904 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30905
30906         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30907         configure event is not emiting the desired size signal. That fixes
30908         aspect ratio issues with gst-player.
30909
30910 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30911
30912         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30913           Fix capsnego.
30914
30915 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30916
30917         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30918         public method to fire size signal.
30919
30920 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30921
30922         * examples/gstplay/Makefile.am: Adding the interface library.
30923         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30924         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30925         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30926         GST_IS_X_OVERLAY before signal connect.
30927         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30928         Removing the have_video_size signal.
30929         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30930         and associated public method.
30931         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30932         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30933         signal.
30934         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30935         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30936         signal.
30937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30938         Using XOverlay public method to fire size signal.
30939
30940 2004-01-07  David Schleef  <ds@schleef.org>
30941
30942         * gst/videofilter/Makefile.am:
30943         * gst/videofilter/gstvideotemplate.c:
30944         * gst/videofilter/make_filter:
30945         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30946         Convert make_filter to /bin/sh script.
30947
30948 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30949
30950         * gst/modplug/gstmodplug.cc: fix element description
30951
30952 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30953
30954         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30955         (got_video_size): Adding some new lines in g_print calls.
30956         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30957         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30958         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30959         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30960         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30961         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30962         Complete code review, reverting some stuff i disagree with, adding
30963         some fixes : time synchronization on invalid timestamps, renegotiation
30964         of private window.
30965         * sys/ximage/ximagesink.h:
30966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30967         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30968         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30969         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30970         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30971         (gst_xvimagesink_buffer_new),
30972         (gst_xvimagesink_navigation_send_event),
30973         (gst_xvimagesink_set_xwindow_id),
30974         (gst_xvimagesink_get_desired_size),
30975         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30976         stuff i disagree with, adding some fixes : Renegotiation of private
30977         window, implementing get_desired_size.
30978
30979 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30980
30981         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30982         (gst_afsink_handle_event):
30983         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30984         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30985         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30986         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30987         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30988           Fix for instantiate-test (see core). Also remove dead code from
30989           jpegenc (which still needs fixing, but that's lower on my TODO
30990           list...).
30991         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30992           Never return NULL as caps.
30993
30994 2004-01-07  David Schleef  <ds@schleef.org>
30995
30996         * configure.ac:
30997         * ext/Makefile.am:
30998         * ext/librfb/Makefile.am:
30999         * ext/librfb/gstrfbsrc.c:
31000         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31001         is the protocol used by VNC.
31002
31003 2004-01-07  David Schleef  <ds@schleef.org>
31004
31005         * gst/videofilter/gstvideotemplate.c:
31006         * gst/videofilter/gstvideotemplate.h:
31007         * gst/videofilter/make_filter:
31008         Merge videotemplate header into source file.
31009         * gst/effectv/Makefile.am:
31010         * gst/effectv/gsteffectv.c: (plugin_init):
31011         * gst/effectv/gstwarp.c:
31012         Make warpTV a subclass of videofilter.
31013
31014 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31015
31016         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31017           Add guard against invalid utf-8 conversions in mad. Just in case.
31018
31019 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31020
31021         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31022           Fix for bug shown by poisoning
31023
31024 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31025
31026         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31027         (gst_v4lmjpegsrc_buffer_free):
31028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31029         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31030         (gst_v4lsrc_buffer_free):
31031           Fix for removed bufferpools.
31032
31033 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31034
31035         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31036         Fix caps negotiation.
31037
31038         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31039         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31040         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31041         (dvdnavsrc_event):
31042         * ext/mpeg2dec/gstmpeg2dec.c:
31043         * gst-libs/gst/navigation/navigation.c:
31044         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31045         * gst-libs/gst/navigation/navigation.h:
31046         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31047         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31049         Super-simple first version of mouse and keyboard events. Clicking
31050         on a DVD menu now works, although it may not take you where you
31051         expected.
31052
31053         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31054         * gst/videotestsrc/gstvideotestsrc.c:
31055         (gst_videotestsrc_src_fixate):
31056         These fixate functions were broken - they never actually
31057         fixated :)
31058
31059 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31060
31061         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31062         (gst_icecastsend_init):
31063           fix for new caps system.
31064         * gst-libs/gst/mixer/mixertrack.h:
31065         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31066           Add 'master track' flag (for tools like ACME that only want to
31067           change the main volume).
31068
31069 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31070
31071         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31072         (gst_xvid_csp_to_caps):
31073         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31074         * ext/xvid/gstxvidenc.c:
31075         ifdef out ARGB type when it isn't available
31076         in xvidcore 1.0.0beta2
31077
31078 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31079
31080         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31081           When we have received a new SCR right in the first buffer after
31082           a seek (so in the same cycle that handles the discont), we should
31083           handle the buffer instead of unreffing it, else we lose data.
31084
31085 2004-01-06  Iain <iain@prettypeople.org>
31086
31087         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31088           buffer-frames caps too.
31089
31090         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31091           caps that we need, don't destroy them all and rebuild them. And when
31092           creating src pads, use the src pad template rather than the sink...
31093
31094 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31095
31096         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31097           Add pad to element *after* setting functions such as event handler.
31098           Without this, the scheduler (opt) will link pads, set the event
31099           handler from the default event function (dispatcher in gstpad.c)
31100           and *after* that, we will set our own event function, which will
31101           thus never be used (and thus mpegdemux doesn't handle events).
31102
31103 2004-01-04  David Schleef  <ds@schleef.org>
31104
31105         Fix the fixate functions to handle new prototype:
31106         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31107         * gst/videotestsrc/gstvideotestsrc.c:
31108         (gst_videotestsrc_src_fixate):
31109         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31110         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31112
31113 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31114
31115         * sys/ximage/ximagesink.h:
31116         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31117         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31118         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31119         (gst_ximagesink_xoverlay_init):
31120           assorted fixes to make (re)embedding work
31121         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31122         (gst_ximagesink_get_desired_size):
31123           implement desired size additions to XOverlay
31124
31125 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31126
31127         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31128         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31129         (gst_x_overlay_got_desired_size):
31130         * gst-libs/gst/xoverlay/xoverlay.h:
31131           Add optional "desired size" signal and querying.
31132
31133 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31134
31135         * gst/matroska/matroska-demux.c:
31136         (gst_matroska_demux_parse_blockgroup):
31137           Fix EBML-laced block parsing. Diffs are relative to previous
31138           lace, not the first lace. Thanks to Mosu from the Matroska
31139           team for detecting this.
31140         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31141         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31142         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31143         (gst_wavparse_change_state):
31144         * gst/wavparse/gstwavparse.h:
31145           Quickfix for capsnego.
31146
31147 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31148
31149         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31150           Fix indenting, fix pad creation.
31151
31152 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31153
31154         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31155         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31156         (gst_xviddec_sink_link):
31157           Implement src_getcaps() so proper size caps is negotiated.
31158
31159 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31160
31161         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31162           Finish flac decoder on EOS. See #116178.
31163
31164 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31165
31166         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31167         (gst_matroska_demux_add_stream):
31168         * gst/matroska/matroska-ids.h:
31169           Add getcaps() function to fix capsnego...
31170
31171 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31172
31173         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31174         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31175         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31176           Fix more integer overflows. Again, see #126967.
31177
31178 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31179
31180         * ext/mpeg2dec/gstmpeg2dec.c:
31181           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31182           #130416.
31183
31184 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31185
31186         * configure.ac:
31187         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31188         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31189         * ext/xvid/gstxvid.h:
31190         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31191         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31192         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31193         (gst_xviddec_change_state):
31194         * ext/xvid/gstxviddec.h:
31195         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31196         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31197         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31198         (gst_xvidenc_link), (gst_xvidenc_set_property),
31199         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31200         * ext/xvid/gstxvidenc.h:
31201           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31202
31203 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31204
31205         * gst/rtp/rtp-packet.c:
31206           Add sys/types.h include, since OS X doesn't define in_addr_t
31207           in netinet/in.h, like it does on Linux (see #129600).
31208
31209 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31210
31211         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31212
31213         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31214           Correct logic of dispose function (see #129306).
31215
31216 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31217
31218         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31219         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31220         (gst_mpeg_parse_init):
31221         * gst/mpegstream/gstmpegparse.h:
31222           Remove clock (which was never provided, i.e. dead code), and
31223           also fix integer overflows at high PTS values (see #126967).
31224
31225 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31226
31227         * ext/flac/gstflacdec.c:
31228         * ext/libpng/gstpngenc.h:
31229         * ext/mikmod/gstmikmod.h:
31230           OS X fixes (see #126628).
31231
31232 2004-01-02  David Schleef  <ds@schleef.org>
31233
31234         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31235         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31236         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31237         (gst_mpeg_parse_class_init): Move pad template registration
31238         to class_init, since the derived class (mpegdemux) doesn't
31239         want them.
31240
31241 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31242
31243         * sys/ximage/Makefile.am:
31244         * sys/xvideo/Makefile.am:
31245         * sys/xvimage/Makefile.am:
31246           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31247           after installation (see #127664).
31248
31249 2004-01-02  David Schleef  <ds@schleef.org>
31250
31251         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31252         (gst_ffmpegenc_connect):  Negotiation fixes.
31253         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31254         Remove inappropriate gst_caps_free().
31255         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31256         Reenable Ronald's internal resize code, since the core handles
31257         it correctly now.
31258
31259 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31260
31261         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31262         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31263         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31264           Fix pad template stuff.
31265
31266 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31267
31268         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31269         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31270           fix signed integer reading/writing.
31271
31272 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31273
31274         * ext/alsa/README:
31275           Remove outdated document
31276
31277 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31278
31279         * gst/cutter/gstcutter.c: (gst_cutter_init):
31280           src pad was being created twice - oops.
31281
31282 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31283
31284         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31285           Comment out internal resize. It doesn't handle the resulting
31286           XEvent internally, does another try_set_caps() which leads to
31287           a really nice loop.
31288           Real fix will come when Julien and Dave are awake. ;).
31289
31290 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31291
31292         * ext/mpeg2enc/gstmpeg2enc.cc:
31293           fix const/nonconst compile issue.
31294
31295 2004-01-02  David Schleef  <ds@schleef.org>
31296
31297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31298         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31299         Add fixate function and a check for bad formats.
31300
31301 2004-01-01  David Schleef  <ds@schleef.org>
31302
31303         Negotiation fixes:
31304         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31305         (gst_audiofilter_init):
31306         * gst/debug/efence.c: (gst_efence_init):
31307         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31308         (gst_deinterlace_init):
31309         * gst/volume/gstvolume.c: (volume_connect):
31310
31311 2004-01-01  David Schleef  <ds@schleef.org>
31312
31313         Convert elements to use gst_pad_use_explicit_caps() where
31314         appropriate:
31315         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31316         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31317         (gst_afparse_open_file):
31318         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31319         (gst_afsrc_open_file):
31320         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31321         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31322         (gst_ffmpegdec_chain):
31323         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31324         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31325         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31326         (gst_gdk_pixbuf_chain):
31327         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31328         (gst_jpegdec_chain):
31329         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31330         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31331         (gst_mikmod_negotiate):
31332         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31333         (gst_mpeg2dec_negotiate_format):
31334         * ext/mpeg2enc/gstmpeg2enc.cc:
31335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31336         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31337         (gst_speexdec_sinkconnect):
31338         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31339         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31340         (gst_vorbisfile_new_link):
31341         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31342         (gst_ac3parse_chain):
31343         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31344         (gst_asf_demux_setup_pad):
31345         * gst/auparse/gstauparse.c: (gst_auparse_init),
31346         (gst_auparse_chain):
31347         * gst/id3/gstid3types.c: (gst_id3types_loop):
31348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31349         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31350         (mp1videoparse_parse_seq):
31351         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31352         (bpf_from_header):
31353         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31354         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31355         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31356         (gst_mpeg_parse_send_data):
31357         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31358         (gst_qtdemux_add_stream):
31359         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31360         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31361         (gst_wavparse_parse_fmt):
31362
31363 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31364
31365         * configure.ac:
31366           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31367           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31368           it therefore uses the wrong include paths. Too bad... Note
31369           that 1.6.1.93 is not release yet. ;).
31370           Also add a check for mplex, which is now using the lib'ified
31371           mplex from mjpegtools, too.
31372         * ext/ffmpeg/gstffmpegcodecmap.c:
31373           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31374           issues. I don't think ffmpeg handles 3ivx correctly, so this
31375           probably won't work. But it won't hurt either.
31376         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31377         (gst_ffmpegdec_chain):
31378         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31379         (gst_ffmpegenc_chain_audio):
31380           Fix memleak in audio encoding. Close codec if open fails, this
31381           calls the cleanup routines so we can re-use the context.
31382         * ext/mpeg2enc/gstmpeg2enc.cc:
31383           Fix pad template names/types, fix memory issue with getcaps().
31384         * ext/mpeg2enc/gstmpeg2encoder.cc:
31385         * ext/mpeg2enc/gstmpeg2encoder.hh:
31386           Fix compile issue with new caps system (const thingy).
31387         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31388         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31389           We read a first frame right on initing, so that we have a caps
31390           when we init the output. This caps is cached in padprivate and
31391           read as first frame.
31392         * ext/mplex/Makefile.am:
31393         * ext/mplex/gstmplex.cc:
31394         * ext/mplex/gstmplex.h:
31395         * ext/mplex/gstmplex.hh:
31396         * ext/mplex/gstmplexibitstream.cc:
31397         * ext/mplex/gstmplexibitstream.hh:
31398         * ext/mplex/gstmplexjob.cc:
31399         * ext/mplex/gstmplexjob.hh:
31400         * ext/mplex/gstmplexoutputstream.cc:
31401         * ext/mplex/gstmplexoutputstream.hh:
31402           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31403           had issues, didn't do capsnego, supported only a subset of the
31404           mplex features and required a mplex fork in our local CVS. Plus
31405           that it worked agaist a very old mplex version. Rewriting was
31406           faster than updating it.
31407         * gst-libs/ext/Makefile.am:
31408         * gst-libs/ext/mplex/INSTRUCT:
31409         * gst-libs/ext/mplex/Makefile.am:
31410         * gst-libs/ext/mplex/README:
31411         * gst-libs/ext/mplex/TODO:
31412         * gst-libs/ext/mplex/ac3strm_in.cc:
31413         * gst-libs/ext/mplex/audiostrm.hh:
31414         * gst-libs/ext/mplex/audiostrm_out.cc:
31415         * gst-libs/ext/mplex/aunit.hh:
31416         * gst-libs/ext/mplex/bits.cc:
31417         * gst-libs/ext/mplex/bits.hh:
31418         * gst-libs/ext/mplex/buffer.cc:
31419         * gst-libs/ext/mplex/buffer.hh:
31420         * gst-libs/ext/mplex/fastintfns.h:
31421         * gst-libs/ext/mplex/format_codes.h:
31422         * gst-libs/ext/mplex/inputstrm.cc:
31423         * gst-libs/ext/mplex/inputstrm.hh:
31424         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31425         * gst-libs/ext/mplex/mjpeg_logging.cc:
31426         * gst-libs/ext/mplex/mjpeg_logging.h:
31427         * gst-libs/ext/mplex/mjpeg_types.h:
31428         * gst-libs/ext/mplex/mpastrm_in.cc:
31429         * gst-libs/ext/mplex/mpegconsts.cc:
31430         * gst-libs/ext/mplex/mpegconsts.h:
31431         * gst-libs/ext/mplex/mplexconsts.hh:
31432         * gst-libs/ext/mplex/multplex.cc:
31433         * gst-libs/ext/mplex/outputstream.hh:
31434         * gst-libs/ext/mplex/padstrm.cc:
31435         * gst-libs/ext/mplex/padstrm.hh:
31436         * gst-libs/ext/mplex/stillsstream.cc:
31437         * gst-libs/ext/mplex/stillsstream.hh:
31438         * gst-libs/ext/mplex/systems.cc:
31439         * gst-libs/ext/mplex/systems.hh:
31440         * gst-libs/ext/mplex/vector.cc:
31441         * gst-libs/ext/mplex/vector.hh:
31442         * gst-libs/ext/mplex/videostrm.hh:
31443         * gst-libs/ext/mplex/videostrm_in.cc:
31444         * gst-libs/ext/mplex/videostrm_out.cc:
31445         * gst-libs/ext/mplex/yuv4mpeg.cc:
31446         * gst-libs/ext/mplex/yuv4mpeg.h:
31447         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31448         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31449           We don't fork mjpegtools' mplex in our CVS anymore.
31450         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31451         (gst_avi_demux_add_stream):
31452         * gst/avi/gstavidemux.h:
31453           Add getcaps() function for proper caps nego. This makes some
31454           parts of AVI playback/reading work.
31455         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31456           Resize window on new capsnego. This is probably wrong, but
31457           I'm still committing it because with current capsnego, the
31458           first successfull capsnego is auto-fixated, therefore rounded
31459           down to the lowest values in the caps. this results in a 16x16
31460           XWindow that is not reized when real capsnego finishes.
31461           Dave, I see more cases of this, do you know a proper solution?
31462         * tools/gst-launch-ext.in:
31463           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31464
31465 2003-12-31  David Schleef  <ds@schleef.org>
31466
31467         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31468         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31469           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31470
31471 2003-12-30  David Schleef  <ds@schleef.org>
31472
31473         * ext/ffmpeg/gstffmpegcolorspace.c:
31474         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31475         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31476         (gst_ffmpegcsp_chain): Negotiation fixes
31477         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31478         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31479         (gst_audio_convert_link), (gst_audio_convert_channels):
31480         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31481         (gst_audioscale_link), (gst_audioscale_get_buffer),
31482         (gst_audioscale_chain): Negotiation fixes
31483         * gst/audioscale/gstaudioscale.h:
31484         * gst/videofilter/gstvideofilter.c:
31485         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31486         (gst_videofilter_link), (gst_videofilter_init),
31487         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31488         (gst_videofilter_find_format_by_structure):
31489         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31490         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31491         (gst_videoscale_link):
31492         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31493         (videoscale_find_by_structure), (gst_videoscale_setup):
31494         * gst/videoscale/videoscale.h: Negotiation fixes
31495         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31496         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31497         function, restrict resizing to a multiple of 4 (hack until
31498         everyone supports odd sizes correctly).
31499
31500 2003-12-29  Colin Walters  <walters@verbum.org>
31501
31502         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31503         signed.
31504
31505 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31506
31507         * ext/sndfile/gstsf.c: (gst_sf_loop):
31508           Fix warning about discarding const qualifier
31509
31510 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31511
31512         * gst/cutter/gstcutter.c:
31513         * gst/videoscale/gstvideoscale.c:
31514         * gst/volenv/gstvolenv.c:
31515         * gst-libs/gst/audio/audio.c:
31516         * gst-libs/gst/video/video.c:
31517           Fix warnings
31518
31519 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31520
31521         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31522           Don't send ALSA debugging to stderr.
31523         * ext/alsa/gstalsa.h:
31524           Use GST_WARNING instead of g_warning when ALSA functions fail.
31525
31526 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31527
31528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31529           Free XVAdapterInfo correctly.
31530
31531 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31532
31533         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31534         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31535           Make id3tag use correct caps nego.
31536
31537 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31538
31539         * ext/ivorbis/vorbis.c:
31540         * ext/ivorbis/vorbisenc.h:
31541         * ext/ivorbis/vorbisfile.c:
31542           Modify so that it uses the new caps things
31543
31544 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31545
31546         * testsuite/spider/spider1.c: (main):
31547         * testsuite/spider/spider2.c: (main):
31548         * testsuite/spider/spider3.c: (main):
31549           Make tests compile again. They probably don't work.
31550
31551 2003-12-24  Colin Walters  <walters@verbum.org>
31552
31553         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31554         we can't fixate the caps anymore.
31555
31556 2003-12-23  David Schleef  <ds@schleef.org>
31557
31558         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31559         * sys/oss/gstosssink.c: (gst_osssink_init),
31560         (gst_osssink_sink_fixate): Add fixate function.
31561
31562 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31563
31564         * ext/ffmpeg/gstffmpegcodecmap.c:
31565         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31566         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31567         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31568         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31569         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31570         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31571         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31572           fix typo in RGB masks, and move back to "old" colorspace
31573           capsnego code until whoever wrote this new crap has actually
31574           tested it so that it works.
31575           And yes, this works, keep it that way please.
31576
31577 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31578
31579         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31580         (gst_divxdec_init), (gst_divxdec_negotiate):
31581         * ext/divx/gstdivxdec.h:
31582         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31583         (gst_divxenc_init):
31584         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31585         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31586         * ext/mpeg2enc/gstmpeg2enc.cc:
31587         * ext/mpeg2enc/gstmpeg2encoder.cc:
31588         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31589         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31590         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31591         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31592         (dxr3spusink_init):
31593         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31594         (dxr3videosink_init):
31595           Fix caps breakage after Dave's caps branch merge.
31596
31597 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31598
31599         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31600           Fix for 24bpp display.
31601
31602 2003-12-23  Colin Walters  <walters@verbum.org>
31603
31604         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31605         a GnomeVFSHandle directly.
31606
31607 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31608
31609         * gst/volume/Makefile.am:
31610         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31611         (volume_base_init), (volume_init):
31612           Reenable volume element and fix to work with new caps stuff.
31613           Rhythmbox needs this.
31614
31615 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31616
31617         * gst/qtdemux/qtdemux.c: (plugin_init):
31618           qtdemux requires bytestream
31619
31620 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31621
31622         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31623           Fix remaining caps handling errors due to CAPS merge.
31624
31625 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31626
31627         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31628         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31629         (gst_faad_srcconnect):
31630           Port to new caps system.
31631
31632 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31633
31634         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31635         (got_video_size), (main): using g_print instead of g_message.
31636         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31637         signal which was not emitted because of "switch" element added to the
31638         bin but not connected. (Removing from the bin temporarily)
31639
31640 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31641
31642         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31643         find X development files. I don't understand the previous tests and
31644         they fail on my debian/ppc unstable. This one works.
31645         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31646         exiting.
31647         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31648         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31649         (gst_play_set_visualization): Add some safety checks in set_ methods
31650         and state_change. This was throwing some ugly CRITICAL messages when
31651         pipeline was getting disposed and casts were failing.
31652
31653 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31654
31655         * configure.ac:
31656           Improve mpeg2enc detection. This is for distributions that do
31657           ship mjpegtools, but without mpeg2enc. Also does object check
31658           for might there ever be ABI incompatibility.
31659         * ext/mpeg2enc/gstmpeg2enc.cc:
31660           Add Andrew as second maintainer (he's helping me), and also add
31661           an error if no caps was set. This happens if I pull before capsnego
31662           and that's something I should solve sometime else.
31663         * gst/matroska/matroska-demux.c:
31664         (gst_matroska_demux_parse_blockgroup):
31665           Fix time parsing.
31666         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31667         (gst_matroska_mux_track_header):
31668           Add caps to templates.
31669         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31670           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31671         * gst/mpegstream/gstmpegdemux.c:
31672           Remove layer since it causes warnings about unfixed caps.
31673         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31674           Fix obvious typo (we error out if caps were set, we should of
31675           course error out if *no* caps were set).
31676         * sys/oss/gstosselement.c: (gst_osselement_convert):
31677           Fix format conversion, we confused bits/bytes.
31678         * sys/oss/gstosselement.h:
31679           Improve documentation for 'bps'.
31680         * sys/v4l/TODO:
31681           Remove stuff about plugins that need removing - this was done
31682           ages ago.
31683         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31684         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31686         (gst_v4lsrc_src_query):
31687         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31688         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31689           Add get_query_types(), get_formats() and query() functions.
31690
31691 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31692
31693         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31694           * moved CVS to freedesktop.org