gst-libs/gst/audio/gstbaseaudiosink.*: Store private stuff in GstBaseAudioSinkPrivate.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-28  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
6         (gst_base_audio_sink_set_property),
7         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9         (gst_base_audio_sink_skew_slaving),
10         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
11         (gst_base_audio_sink_async_play):
12         * gst-libs/gst/audio/gstbaseaudiosink.h:
13         Store private stuff in GstBaseAudioSinkPrivate.
14         Add configurable clock slaving modes property.
15         API:: GstBaseAudioSink::slave-method property
16         Some more latency reporting tweaks.
17         Added skew based clock slaving correction and make it the default until
18         the resampling method is more robust.
19
20 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
21
22         * gst/audioconvert/audioconvert.c:
23         Add docs to the integer pack functions and implement proper
24         rounding. Before we had rounding towards negative infinity, i.e.
25         always the smaller number was taken. Now we use natural rounding,
26         i.e. rounding to the nearest integer and to the one with the largest
27         absolute value for X.5. The old rounding introduced some minor
28         distortions. Fixes #420079
29         * tests/check/elements/audioconvert.c: (GST_START_TEST):
30         Fix one unit test that assumed the old rounding and added unit tests
31         for checking signed/unsigned int16 <-> signed/unsigned int16 with
32         depth 8, one for signed int16 <-> unsigned int16 and one for the new
33         rounding from signed int32 to signed/unsigned int16.
34
35 2007-03-27  Michael Smith  <msmith@fluendo.com>
36
37         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
38         (gst_audio_convert_transform_caps):
39           Fix typo in debug line introduced recently, as pointed out on irc.
40
41 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
42
43         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
44         * tests/check/libs/tag.c: (GST_START_TEST):
45           Make sure we parse floating-point numbers in vorbis comments
46           correctly with either '.' or ',' as separator, no matter what
47           the current locale is. Add unit test for this too.
48
49 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
50
51         Patch by: René Stadler  <mail at renestadler de>
52
53         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
54           When writing out floating-point numbers to vorbis comment tags, always
55           use the same character as separator no matter what the current locale is
56           (fixes #423051).
57
58         * tests/check/libs/tag.c: (GST_START_TEST):
59           Add unit tests for replaygain tags in vorbis comments (closes #423055).
60
61 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
62
63         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
64           vorbis_handle_data_packet):
65           Correctly set DURATION to generate a timestamp-continuous stream.
66           One bug left at the end; see
67           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
68         * tests/check/Makefile.am:
69         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
70           Add a test to check this.  Without the above patch this test fails.
71
72 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
73
74         * gst-libs/gst/rtp/Makefile.am:
75         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
76
77 2007-03-23  Michael Smith  <msmith@fluendo.com>
78
79         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
80         (gst_video_rate_reset), (gst_video_rate_chain):
81           If videorate changes caps, we can no longer use the old buffer
82           (which may have a different size, incompatible with our caps).
83           So don't do that; just duplicate the new frame more times.
84
85 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
86
87         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
88         Remove playbin's override of the set_clock vmethod. It's irrelevant
89         after Wim's commit on the 19th.
90
91 2007-03-22  Wim Taymans  <wim@fluendo.com>
92
93         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
94         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
95         * ext/gnomevfs/gstgnomevfssrc.h:
96         Don't cache file sizes. Fixes #341078.
97
98 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
99
100         * gst/playback/gstplaybin.c: (add_sink):
101           Use GST_PTR_FORMAT to log caps. 
102
103 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
104
105         Patch by: Young-Ho Cha <ganadist at chollian net>
106
107         * gst/subparse/samiparse.c: (handle_start_font):
108           Special-case some more colour names that pango doesn't handle by
109           default. Fixes #420578.
110
111 2007-03-20  Michael Smith  <msmith@fluendo.com>
112
113         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
114           If we get a zero-sized input buffer, don't pass it to libvorbis, as
115           that marks EOS internally. After that, libvorbis will buffer all
116           input data, and encode none of it, eventually leading to memory
117           exhaustion.
118
119 2007-03-19  Wim Taymans  <wim@fluendo.com>
120
121         * gst/playback/gstdecodebin.c: (remove_fakesink):
122         Don't post STATE_DIRTY anymore.
123
124         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
125         (gst_play_bin_change_state):
126         Remove stream_time reset in seek handling, core does that now.
127         Disable clocking for live pipelines by forcing a NULL clock to the
128         complete pipeline, core is too smart now for our previous hack.
129         We can always autoplug in PAUSED now.
130
131 2007-03-17  David Schleef  <ds@schleef.org>
132
133         * REQUIREMENTS:  Update this file, change the formatting to make
134         it more consistent, plus more machine readable.
135
136 2007-03-16  Michael Smith  <msmith@fluendo.com>
137
138         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
139         (strip_width_64), (append_with_other_format):
140           Previous fix was too simplistic, and broke the tests. Use a better
141           approach; only strip 64 from widths for integer audio.
142
143 2007-03-16  Michael Smith  <msmith@fluendo.com>
144
145         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
146         (gst_audio_convert_transform_caps):
147           We don't support 64 bit integer audio, so don't try to claim we can.
148           Stops us producing caps don't match our template caps.
149           Update comments.
150
151 2007-03-15  Michael Smith  <msmith@fluendo.com>
152
153         * gst/audioresample/gstaudioresample.c:
154         (audioresample_check_discont), (audioresample_transform):
155           Don't trigger discontinuities for very small imperfections; a filter
156           flush will sound bad, and many plugins have rounding errors leading
157           to these.
158
159 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
160
161         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
162         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
163         Add min-ptime property to RTP base audio payloader. Patch by
164         olivier.crete@collabora.co.uk.
165         Fixes #415001
166
167         Indentation/whitespace/documentation fixes.
168
169 2007-03-14  Julien MOUTTE  <julien@moutte.net>
170
171         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
172         (audioresample_transform_size), (audioresample_do_output),
173         (audioresample_transform), (audioresample_pushthrough): Handle
174         discontinuous streams.
175         * gst/audioresample/gstaudioresample.h:
176         * tests/check/elements/audioresample.c:
177         (test_discont_stream_instance), (GST_START_TEST),
178         (audioresample_suite): Add a test for discontinuous streams.
179         * win32/common/config.h: Updated.
180
181 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
182
183         * po/af.po:
184         * po/az.po:
185         * po/cs.po:
186         * po/en_GB.po:
187         * po/it.po:
188         * po/nb.po:
189         * po/nl.po:
190         * po/or.po:
191         * po/sq.po:
192         * po/sr.po:
193         * po/sv.po:
194         * po/uk.po:
195         * po/vi.po:
196           Update translations from translation project.
197
198 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
199
200         * gst/audioresample/debug.h:
201         * gst/audioresample/resample.c: (resample_init):
202           Since I really am not interested in a debug line for each sample
203           being processed, move the library's debugging to its own category,
204           libaudioresample
205
206 2007-03-13  Michael Smith  <msmith@fluendo.com>
207
208         * ext/theora/theoradec.c: (theora_handle_type_packet):
209           Since the plugin doesn't support anything other than 4:2:0 right
210           now, post an error and fail if we get something else. Won't matter
211           until libtheora supports the other pixel formats, but hopefully
212           that'll be soon...
213
214 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
215
216         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
217         Use gst_guint64_to_gdouble for conversion.
218         * win32/MANIFEST:
219         Add new files to the win32 MANIFEST.
220         * win32/common/libgstaudio.def:
221         * win32/common/libgstpbutils.def:
222         Add new exported functions.
223         * win32/vs6/gst_plugins_base.dsw:
224         * win32/vs6/libgstdecodebin.dsp:
225         * win32/vs6/libgstplaybin.dsp:
226         Change the link to libgstpbutils.lib.
227         * win32/vs6/libgstdecodebin2.dsp:
228         Add a new project for decodebin2.
229         * win32/vs6/libgstpbutils.dsp:
230         Add a new project for pbutils.
231
232 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
233
234         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
235           Also accept partial dates with only year and month,
236           like 1999-12-00 (fixes #410396 even more).
237
238         * tests/check/libs/tag.c: (GST_START_TEST):
239           Add unit test for the above.
240
241 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
242
243         * tests/check/elements/subparse.c: (GST_START_TEST),
244         (subparse_suite):
245           Add unit test for MPL2 subtitle format (#413799).
246
247 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
248
249         Patch by: Kamil Pawlowski  <kamilpe gmail com>
250
251         * gst/subparse/Makefile.am:
252         * gst/subparse/gstsubparse.c:
253         (gst_sub_parse_data_format_autodetect),
254         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
255         (gst_subparse_type_find):
256         * gst/subparse/gstsubparse.h:
257         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
258         * gst/subparse/mpl2parse.h:
259           Add support for MPL2 subtitle format (#413799).
260
261 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
262
263         * configure.ac:
264           We require core CVS for the new buffer metadata copy functions.
265
266 2007-03-09  Wim Taymans  <wim@fluendo.com>
267
268         * gst-libs/gst/tag/gstid3tag.c:
269         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
270         Fixes #414496.
271
272         Patch by: Alex Lancaster <alexl at users sourceforge net>
273
274 2007-03-09  Wim Taymans  <wim@fluendo.com>
275
276         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
277         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
278         Improve adapter usage and comments.
279
280 2007-03-09  Wim Taymans  <wim@fluendo.com>
281
282         * ext/pango/gsttextrender.c: (gst_text_render_chain):
283         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
284         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
285         Use new metadata copy function.
286
287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
288         (gst_ffmpegcsp_transform):
289         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
290         Basetransform copied the metadata for us.
291
292 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
293
294         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
295         (gst_text_overlay_video_event):
296           Some more logging. Only accept newsegment events in TIME format and
297           send a WARNING message if they are not in TIME format.
298
299         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
300         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
301         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
302         * gst/subparse/gstsubparse.h:
303           No need to allocate GstSegment structure dynamically, just put it
304           into the instance structure; ignore newsegment events in BYTE
305           format and in particular don't let it overwrite our saved TIME
306           segment from the last seek.
307
308 2007-03-09  Michael Smith  <msmith@fluendo.com>
309
310         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
311           Replace AC3 typefinder with one that isn't terrible, and actually
312           works usefully.
313
314 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
315
316         * gst/audioconvert/gstaudioconvert.c:
317         (gst_audio_convert_transform):
318           fix error category and translatable string
319           
320
321 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
322
323         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
324         * pkgconfig/gstreamer-plugins-base.pc.in:
325           Fix up utils => pbutils here too.
326
327 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * gst/subparse/gstsubparse.c: (handle_buffer):
330           Break out of loop in chain function as soon as possible if we get
331           a non-OK flow return.
332
333 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
334
335         * tests/check/elements/alsa.c: (GST_START_TEST):
336         Unref the mixer if the state change fails too (if the
337         alsa devices are inaccessible, for example)
338
339 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
340
341         * tests/check/Makefile.am:
342         Don't test libvisual elements in the states check, because libvisual
343         seems to leak internally.
344
345         Re-enable the alsa and states tests now that there's new suppressions
346         in gst.supp.
347
348         * tests/check/elements/alsa.c: (GST_START_TEST):
349         Don't leak the alsamixer we instantiated.
350
351 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
352
353         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
354         (gst_ximagesink_change_state), (gst_ximagesink_reset),
355         (gst_ximagesink_finalize):
356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
357         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
358         Move some cleanup stuff from the state change handler into a _reset()
359         function that can be called from _finalize(). This ensures that things
360         get freed even if (for some reason) the NULL->READY state transition
361         fails in the parent class.
362         Even if a parent state change fails, process our downward state change
363         logic instead of bailing out early.
364         Free the correct xcontext pointer in ximagesink's xcontext_clear.
365
366 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
367
368         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
369         Extra log line.
370
371         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
372         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
373         Use pango_font_description_set_family_static instead of 
374         pango_font_description_set_family to save a string copy (it was
375         leaking due to the strdup anyway)
376
377         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
378         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
379         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
380         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
381         Chain up in finalize.
382
383 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
384
385         * gst-libs/gst/interfaces/mixertrack.c:
386         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
387         (gst_mixer_track_set_property):
388           API: add "untranslated-label" property which should be set by
389           implementations at construct time (#414645).
390
391         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
392         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
393           Set "untranslated-label" when constructing mixer track objects.
394
395         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
396           Unit test to check the above.
397
398 2007-03-07  Wim Taymans  <wim@fluendo.com>
399
400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
401         Fix confusing debug message.
402
403 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
404
405         * gst-plugins-base.doap:
406         update doap file with new version
407
408 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
409
410         * configure.ac:
411         Back to CVS
412
413 === release 0.10.12 ===
414
415 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
416
417         * configure.ac:
418           releasing 0.10.12, "Zombie Horde"
419
420 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
421
422         * configure.ac:
423         Bump version to 0.10.11.4 pre-release
424
425 2007-03-06  Wim Taymans  <wim@fluendo.com>
426
427         * gst-libs/gst/audio/gstbaseaudiosink.c:
428         (gst_base_audio_sink_async_play):
429         Fix regression that made GStreamer skip the first samples of audio.
430         Fixes #414684.
431
432 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
433
434         * configure.ac:
435         Bump version to 0.10.11.3 pre-release
436
437 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
438
439         * po/POTFILES.in:
440           Update paths for the rename from utils to pbutils to fix the build.
441
442 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
443
444         * gst-libs/gst/pbutils/Makefile.am:
445           Change directory to install headers in from gst/utils to gst/pbutils
446           as well.
447
448 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
449
450         * configure.ac:
451         * docs/libs/gst-plugins-base-libs-docs.sgml:
452         * docs/libs/gst-plugins-base-libs-sections.txt:
453         * gst-libs/gst/Makefile.am:
454         * gst-libs/gst/interfaces/mixer.c:
455         * gst-libs/gst/pbutils/Makefile.am:
456         * gst-libs/gst/pbutils/descriptions.c:
457         (gst_pb_utils_get_source_description),
458         (gst_pb_utils_get_sink_description),
459         (gst_pb_utils_get_decoder_description),
460         (gst_pb_utils_get_encoder_description),
461         (gst_pb_utils_get_element_description),
462         (gst_pb_utils_add_codec_description_to_tag_list),
463         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
464         * gst-libs/gst/pbutils/descriptions.h:
465         * gst-libs/gst/pbutils/install-plugins.c:
466         * gst-libs/gst/pbutils/install-plugins.h:
467         * gst-libs/gst/pbutils/missing-plugins.c:
468         (gst_missing_uri_source_message_new),
469         (gst_missing_uri_sink_message_new),
470         (gst_missing_element_message_new),
471         (gst_missing_decoder_message_new),
472         (gst_missing_encoder_message_new),
473         (gst_missing_plugin_message_get_description):
474         * gst-libs/gst/pbutils/missing-plugins.h:
475         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
476         * gst-libs/gst/pbutils/pbutils.h:
477         * gst-libs/gst/utils/Makefile.am:
478         * gst-libs/gst/utils/base-utils.c:
479         * gst-libs/gst/utils/base-utils.h:
480         * gst-libs/gst/utils/descriptions.c:
481         * gst-libs/gst/utils/descriptions.h:
482         * gst-libs/gst/utils/install-plugins.c:
483         * gst-libs/gst/utils/install-plugins.h:
484         * gst-libs/gst/utils/missing-plugins.c:
485         * gst-libs/gst/utils/missing-plugins.h:
486         * gst-plugins-base.spec.in:
487         * gst/playback/Makefile.am:
488         * gst/playback/gstdecodebin.c:
489         * gst/playback/gstdecodebin2.c:
490         * gst/playback/gstplaybasebin.c: (setup_subtitle),
491         (gen_source_element):
492         * gst/playback/gstplaybin.c: (plugin_init):
493         * tests/check/Makefile.am:
494         * tests/check/libs/pbutils.c: (GST_START_TEST),
495         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
496         * tests/check/libs/utils.c:
497           rename utils to pbutils
498
499 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
500
501         * docs/plugins/Makefile.am:
502         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
504         * docs/plugins/inspect/plugin-decodebin2.xml:
505         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
506         Add documentation for decodebin2 that indicates that the API
507         is still unstable.
508
509 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
510
511         * configure.ac:
512         Update to 0.10.11.2 (0.10.12 pre-release)
513
514 2007-03-01  Wim Taymans  <wim@fluendo.com>
515
516         * gst-libs/gst/audio/gstbaseaudiosink.c:
517         (gst_base_audio_sink_async_play):
518         base time is irrelevant here.
519
520 2007-03-01  Wim Taymans  <wim@fluendo.com>
521
522         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
523         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
524         Improve debugging.
525
526         * gst-libs/gst/audio/gstbaseaudiosink.c:
527         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
528         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
529         Improve latency and clock slaving calculations.
530         Improve slave clock calibration.
531
532         * gst-libs/gst/audio/gstringbuffer.c:
533         (gst_ring_buffer_commit_full):
534         When we are asked to render N sample to 0 bytes, return N.
535
536 2007-03-01  Wim Taymans  <wim@fluendo.com>
537
538         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
539         (gst_alsasink_write), (gst_alsasink_reset):
540         * ext/alsa/gstalsasink.h:
541         Remove unused dispose function.
542         Rename lock to not interfere with alsasrc lock.
543
544         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
545         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
546         (gst_alsasrc_read), (gst_alsasrc_reset):
547         * ext/alsa/gstalsasrc.h:
548         Implement finalize function.
549         Use lock to protect alsa access.
550         Implement _reset.
551         Fine tune sw params.
552
553 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
554
555         * configure.ac:
556           Convert to new AG_GST style.
557
558 2007-02-28  Wim Taymans  <wim@fluendo.com>
559
560         Patch by: Ed Catmur <ed at catmur dot co dot uk>
561
562         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
563         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
564         Fix race condition when rapidly switching visualisations in playbin.
565         Fixes #401029.
566
567 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
568
569         * tests/check/Makefile.am:
570         Include local stuff before system installed things in LDFLAGS and
571         CFLAGS.
572
573 2007-02-28  Wim Taymans  <wim@fluendo.com>
574
575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
576         Improve debugging.
577
578 2007-02-28  Wim Taymans  <wim@fluendo.com>
579
580         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
581         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
582         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
583         Fix duration and timestamping, taking latency into account.
584         Implement latency query.
585
586 2007-02-28  Wim Taymans  <wim@fluendo.com>
587
588         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
589         (gst_audio_clock_new):
590         Fix clock name.
591
592         * gst-libs/gst/audio/gstbaseaudiosink.c:
593         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
594         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
595         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
596         (gst_base_audio_src_create):
597         Improve latency query code.
598         Use proper clock names.
599
600 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
601
602         * tests/check/generic/states.c: (GST_START_TEST):
603           Copy the states.c test from core again
604         * tests/check/Makefile.am:
605           ignore cdio and cdparanoiasrc
606
607 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
608
609         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
610         (double_hq), (audio_convert_get_func_index), (check_default),
611         (audio_convert_prepare_context), (audio_convert_convert):
612           Also make valgrind happy and avoid copying data in some cases.
613
614 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
615
616         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
617         (double_hq), (audio_convert_get_func_index),
618         (audio_convert_prepare_context), (audio_convert_convert):
619         * gst/audioconvert/gstaudioconvert.c:
620         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
621         (gst_audio_convert_transform_caps):
622         * tests/check/elements/audioconvert.c: (GST_START_TEST),
623         (audioconvert_suite):
624           Don't run inplace if that overwrites source data as we go. Add more
625           tests. Fixes #339837 even more.
626
627 2007-02-27  Julien MOUTTE  <julien@moutte.net>
628
629         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
630         (msg_segment_done): Fix various seeking bugs (Slider was not
631         updating when doing a non flushing seek, Reverse playback 
632         on segment seek was wrong).
633
634 2007-02-26  Wim Taymans  <wim@fluendo.com>
635
636         * tests/examples/seek/seek.c: (stop_seek):
637         When we stop scrubbing, don't leave the pipeline PLAYING when we
638         requested a PAUSED state.
639
640 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
641
642         Patch by: René Stadler <mail at renestadler de>
643
644         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
645           Parse date strings in vorbis comments that have an invalid (zero)
646           month or day (#410396).
647
648         * tests/check/libs/tag.c: (GST_START_TEST):
649           Test case for the above.
650
651 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
652
653         Patch by: Loïc Minier <lool+gnome at via ecp fr>
654
655         * configure.ac:
656         * ext/alsa/Makefile.am:
657         * gst/audiotestsrc/Makefile.am:
658           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
659
660 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
661
662         * gst/playback/gstplaybin.c:
663           Improve docs: point out that the application needs to assist playbin
664           with buffering.
665
666 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
667
668         * gst-libs/gst/utils/install-plugins.c:
669         * gst-libs/gst/utils/missing-plugins.c:
670         * tests/check/libs/utils.c: (missing_msg_check_getters):
671           Change GStreamer marker prefix in detail string from 'gstreamer.net'
672           to just 'gstreamer'. Document the caps string component of the
673           decoder/encoder detail a bit better, since not everyone will be
674           familiar with the GStreamer media type/caps system (but they better
675           enjoy nested itemized lists).
676
677 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * gst-libs/gst/netbuffer/gstnetbuffer.c:
680         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
681           Fix copying of GstNetBuffer (would crash before, or at least lead to
682           invalid memory access, #410772), for now by copying the GstBuffer copy
683           code from the core over here so we can copy the GstBuffer fields on a
684           provided buffer instance (of type GstNetBuffer in this case). Would be
685           better to fix this with some support by the core though (and in the long
686           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
687
688         * tests/check/Makefile.am:
689           Enable unit test for GstNetBuffer.
690
691 2007-02-22  Andy Wingo  <wingo@pobox.com>
692
693         * gst-libs/gst/audio/gstbaseaudiosink.c
694         (gst_base_audio_sink_init): Disable pull-mode activation until we
695         figure out how to make audio sinks go to PLAYING.
696
697 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
698
699         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
700         (double_hq), (audio_convert_get_func_index),
701         (audio_convert_prepare_context), (audio_convert_convert):
702         * gst/audioconvert/audioconvert.h:
703         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
704         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
705         * gst/audioconvert/gstchannelmix.h:
706         * tests/check/elements/audioconvert.c: (GST_START_TEST):
707           Add float as an intermediate format, as well as float mixing. Enable
708           test that was failing before. Fixes #339837
709
710 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
711
712         * tests/examples/seek/seek.c: (do_seek):
713         Undo the previous commit: -1 as a stop time implies that the stop
714         time is the end of file, clearing any previously configured segment.
715
716 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
717
718         * tests/examples/seek/seek.c: (do_seek):
719         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
720
721 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
722
723         * gst/volume/gstvolume.c: (volume_process_int16),
724         (volume_process_int16_clamp), (volume_set_caps):
725           Unbreak volume, value remains gint.
726
727 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
728
729         * gst/volume/gstvolume.c: (volume_choose_func),
730         (volume_update_real_volume), (gst_volume_set_volume),
731         (gst_volume_init), (volume_process_double), (volume_process_float),
732         (volume_process_int16), (volume_process_int16_clamp),
733         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
734         * gst/volume/gstvolume.h:
735           Extend float audio support (double) and some int->uint cleanups.
736
737 2007-02-20  Edward Hervey  <edward@fluendo.com>
738
739         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
740         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
741         (sort_end_pads), (gst_decode_group_expose),
742         (gst_decode_group_hide):
743         Don't free groups from the streaming threads. Just put them aside and
744         free them in dispose.
745
746 2007-02-20  Edward Hervey  <edward@fluendo.com>
747
748         * gst/playback/gstdecodebin2.c: (connect_element),
749         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
750         (sort_end_pads), (gst_decode_group_expose):
751         Handle dynamic pads within groups.
752         Sort pads before exposing them in order to make playbin happy.
753         There still is a race with the multiqueue filling up. This should be
754         solved separately.
755         Fixes #398721
756
757 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * gst-libs/gst/utils/base-utils.c:
760         * gst-libs/gst/utils/descriptions.c:
761         * gst-libs/gst/utils/install-plugins.c:
762         * gst-libs/gst/utils/missing-plugins.c:
763           Some more docs (and descriptions for two subtitle formats).
764
765 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * gst-libs/gst/audio/audio.c:
768           Fix documentation.
769
770 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
771
772         Patch by: Yves Lefebvre  <ivanohe abacom com>
773
774         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
775           Don't leak caps. Fixes #408278.
776
777 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
778
779         * ext/cdparanoia/gstcdparanoiasrc.h:
780         * ext/ogg/gstoggdemux.h:
781         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
782         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
783         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
784         * gst-libs/gst/audio/audio.h:
785         * gst-libs/gst/audio/gstaudiofilter.h:
786         * gst-libs/gst/interfaces/videoorientation.h:
787         * gst/adder/gstadder.h:
788           More docs coverage and some ChangeLog surgery (add missing names)
789
790 2007-02-15  Wim Taymans  <wim@fluendo.com>
791
792         * sys/ximage/ximagesink.c:
793         (gst_ximagesink_calculate_pixel_aspect_ratio):
794         * sys/xvimage/xvimagesink.c:
795         (gst_xvimagesink_calculate_pixel_aspect_ratio):
796         Small constifications.
797
798 2007-02-15  Wim Taymans  <wim@fluendo.com>
799
800         * gst-libs/gst/audio/gstbaseaudiosink.c:
801         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
802         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
803         (gst_base_audio_sink_async_play),
804         (gst_base_audio_sink_change_state):
805         Answer latency query.
806         Use configured latency when syncing.
807         Fix clock slaving.
808
809         * gst-libs/gst/audio/gstbaseaudiosrc.c:
810         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
811         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
812         Fix possible memleak.
813         Implement latency query.
814         Small cleanups.
815
816 2007-02-15  Wim Taymans  <wim@fluendo.com>
817
818         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
819         Ignore errors in reset, these are not fatal. They also grab the element
820         lock which is already taking when this function is called. Fixes
821         #405451.
822
823 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
824
825         * configure.ac:
826           Remove 'tests/examples/xerror/Makefile' from output files again.
827
828 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
829
830         * configure.ac:
831         * docs/plugins/Makefile.am:
832           Also crossref against gst-plugins-base-libs.
833
834 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
835
836         * configure.ac:
837         * docs/libs/Makefile.am:
838         * docs/plugins/Makefile.am:
839           Add crossreferences to glib/gobject/gstream docs.
840
841         * gst-libs/gst/audio/audio.h:
842           Source formatting.
843
844         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
845           Add own debug category.
846
847 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
848
849         Patch by: René Stadler <mail at renestadler de>
850
851         * gst-libs/gst/tag/gstvorbistag.c:
852           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
853           (#403597).
854
855 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
856
857         * gst/playback/gstplaybasebin.c: (setup_source):
858           When we have external subtitles and wait for the subtitle decodebin
859           to get up and running, we set up a (sync) bus handler for the
860           subtitle decodebin, so we can stop waiting when it posts an error
861           message. However, we should do that before we set the subtitle
862           decodebin's state to playing, otherwise things are racy and we might
863           miss error messages posted before we had a chance to set up the bus.
864           This should finally fix totem hanging on .txt pseudo-subtitle files.
865           
866 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
867
868         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
869           Use gst_gdouble_to_guint64 for conversions.
870         * win32/common/config.h.in:
871           Add a define for GST_INSTALL_PLUGINS_HELPER
872         * win32/common/libgstaudio.def:
873         * win32/common/libgstcdda.def:
874         * win32/common/libgstnetbuffer.def:
875         * win32/common/libgstrtp.def:
876         * win32/common/libgutils.def:
877           Add new exported functions.
878         * win32/vs6/gst_plugins_base.dsw:
879         * win32/vs6/libgstdecodebin.dsp:
880         * win32/vs6/libgstnetbuffer.dsp:
881         * win32/vs6/libgstplaybin.dsp:
882         * win32/vs6/libgstrtp.dsp:
883         * win32/vs6/libgstvorbis.dsp:
884         * win32/vs6/libgstcdda.dsp:
885         * win32/vs6/libgstgdp.dsp:
886         * win32/vs6/libgstutils.dsp:
887           Update and add new project files.
888
889 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
890
891         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
892         (subrip_remove_unhandled_tags), (parse_subrip):
893           For SubRip (.srt) subtitles, ignore all markup tags we don't
894           handle (like font tags, for example).
895
896         * tests/check/elements/subparse.c:
897           Add test for this.
898
899 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
900
901         * gst/playback/gstdecodebin.c: (add_fakesink),
902         (gst_decode_bin_change_state):
903         * gst/playback/gstdecodebin2.c: (add_fakesink),
904         (gst_decode_bin_change_state):
905           Don't error out if there is no fakesink in the NULL to READY state
906           change, since when decodebin is re-used, we're only adding the
907           fakesink element in READY to PAUSED.
908
909         * tests/check/elements/decodebin.c:
910         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
911         (decodebin_suite):
912           Minimal unit test to make sure we can use the same decodebin
913           instance twice (at least with audiotestsrc input).
914
915 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
916
917         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
918           Try to get devic-name from device string first, and from handle only
919           as fallback (seems to yield better results and is more robust
920           against buggy probing code on the application side).
921
922 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
923
924         Based on patch by: Julien Puydt <julien.puydt at laposte net>
925
926         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
927         (gst_alsa_find_device_name):
928         * ext/alsa/gstalsa.h:
929         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
930         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
931           Improve device-name detection a bit, especially in the case where
932           the device is not actually open (#405020, #405024). Move common code
933           into gstalsa.c instead of duplicating it.
934
935 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
936
937         * gst/audioconvert/gstaudioconvert.c:
938           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
939
940 2007-02-06  Julien MOUTTE  <julien@moutte.net>
941
942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
943         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
944         (gst_xvimagesink_interface_supported),
945         (gst_xvimagesink_probe_get_properties),
946         (gst_xvimagesink_probe_probe_property),
947         (gst_xvimagesink_probe_needs_probe),
948         (gst_xvimagesink_probe_get_values),
949         (gst_xvimagesink_property_probe_interface_init),
950         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
951         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
952         (gst_xvimagesink_get_type):
953         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
954         for XVAdaptors so that one can choose the adaptor to use with 
955         gstreamer-properties.
956
957 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
958
959         * gst/audioconvert/gstaudioconvert.c:
960           Also mention that a conversion from double to float is suboptimal still.
961
962 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
963
964         * gst-libs/gst/audio/gstaudiofilter.c:
965         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
966           Clear our formats structure and free the caps contained in it when
967           shutting down.
968
969 2007-02-05  Andy Wingo  <wingo@pobox.com>
970
971         * gst-libs/gst/audio/gstbaseaudiosink.c
972         (gst_base_audio_sink_callback): Update basesink->offset so that we
973         pull monotonically increasing offsets instead of, um, seeking back
974         to 0 each time. Fixes alsasrc ! alsasink!
975
976 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * gst/videoscale/gstvideoscale.c:
979           A width and height of 1 makes us crash, so increase minimum size to
980           2x2 pixels until someone feels like fixing this (#404512).
981
982 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
985           Add small test to make sure request pads are cleaned up properly
986           even if oggmux never changes state out of NULL.
987
988 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
989
990         * tests/check/libs/utils.c: (GST_START_TEST):
991           Fix unit test. Turns out things work much better when you
992           NULL-terminate string arrays. Should make p5 build bot happy again.
993
994 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
995
996         * gst-libs/gst/audio/Makefile.am:
997         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
998         (gst_audio_filter_template_base_init),
999         (gst_audio_filter_template_class_init),
1000         (gst_audio_filter_template_init),
1001         (gst_audio_filter_template_set_property),
1002         (gst_audio_filter_template_get_property),
1003         (gst_audio_filter_template_setup),
1004         (gst_audio_filter_template_filter),
1005         (gst_audio_filter_template_filter_inplace), (plugin_init):
1006           Oops, forgot to commit fixed-up example.
1007
1008 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * docs/libs/gst-plugins-base-libs-sections.txt:
1011         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1012         (gst_audio_filter_class_init), (gst_audio_filter_init),
1013         (gst_audio_filter_set_caps),
1014         (gst_audio_filter_class_add_pad_templates):
1015         * gst-libs/gst/audio/gstaudiofilter.h:
1016           Port GstAudioFilter to 0.10. This change technically breaks
1017           API and ABI (and thus also every library developer's heart),
1018           but seems justifiable on the grounds that the base class was
1019           completely unusable before (ie. would crash immediately when
1020           actually used). Fixes #403963 (and eventually also #403572).
1021           Also document all of this a bit.
1022
1023 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1024
1025         * gst-libs/gst/utils/install-plugins.c:
1026         (gst_install_plugins_spawn_child):
1027         * tests/check/libs/utils.c:
1028         (test_base_utils_install_plugins_do_callout):
1029           Lowering log level to see why things fail on the p5 build bot;
1030           fix some typos in unit test messages.
1031
1032 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         * tests/check/libs/utils.c:
1035         (test_base_utils_install_plugins_do_callout):
1036           Don't hard-code temp directory for test helper; use GLib functions
1037           to write out file and do error checking etc.
1038
1039 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1040
1041         * gst-libs/gst/utils/Makefile.am:
1042         * gst-libs/gst/utils/base-utils.h:
1043         * gst-libs/gst/utils/install-plugins.c:
1044         (gst_install_plugins_context_set_xid),
1045         (gst_install_plugins_context_new),
1046         (gst_install_plugins_context_free),
1047         (gst_install_plugins_get_helper),
1048         (gst_install_plugins_spawn_child),
1049         (gst_install_plugins_return_from_status),
1050         (gst_install_plugins_installer_exited),
1051         (gst_install_plugins_async), (gst_install_plugins_sync),
1052         (gst_install_plugins_return_get_name),
1053         (gst_install_plugins_installation_in_progress):
1054         * gst-libs/gst/utils/install-plugins.h:
1055           API: add API for applications to initiate installation of missing
1056           plugins, ie. gst_install_plugins_async() primarily.
1057           Based on libgimme-codec by Ryan Lortie.
1058
1059         * configure.ac:
1060           Add --with-install-plugins-helper configure option so distros can specify
1061           the path of the helper script or program to call when plugin installation
1062           is requested (distros: please do any argument munging in this helper
1063           script instead of patching GStreamer to pass arguments differently
1064           to another program directly).
1065
1066         * docs/libs/gst-plugins-base-libs-docs.sgml:
1067         * docs/libs/gst-plugins-base-libs-sections.txt:
1068           Build and document new API.
1069
1070         * tests/check/libs/utils.c: (result_cb),
1071         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1072         (libgstbaseutils_suite):
1073           Some simple checks for the new API.
1074
1075 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * tests/check/elements/audioconvert.c: (test_float_conversion):
1078           Add small test for 32bit float <=> 64bit float conversion (works
1079           only one way so far, 32=>64 produces structured noise).
1080
1081 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * gst/audioconvert/gstaudioconvert.c:
1084         (set_structure_widths_32_and_64), (make_lossless_changes):
1085           We don't support floats with a width of 40, 48 or 56 bits.
1086
1087 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1088
1089         * gst/audioconvert/audioconvert.c: (float), (double),
1090         (audio_convert_get_func_index):
1091         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1092         (make_lossless_changes):
1093           Support for 64-bit float audio in audioconvert (#339837)
1094
1095 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         Patch by: Holger Wansing  <linux wansing-online de>
1098
1099         * po/LINGUAS:
1100         * po/de.po:
1101           Add German translation (#352069).
1102
1103 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1104
1105         reviewed by: Wim Taymans <wim@fluendo.com>
1106
1107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1108         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1109         Use newly added GstCollectPads API to free the allocated resources in
1110         the GstOggPad structures (#402393).
1111
1112 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1113
1114         * gst/playback/gstplaybin.c: (gen_vis_element):
1115           Add audioresample+audioconvert in front of the visualisation
1116           element, so that elements like libvisual 0.4 that don't support all
1117           samplerates can work.
1118
1119           Fixes: #402505
1120
1121 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1124         (gst_play_base_bin_get_streaminfo_value_array):
1125           Take some locks and make a copy of the streaminfo value array we
1126           maintain while holding the lock, so that the application can
1127           retrieve the stream-info as a value array in a thread-safe way.
1128
1129 2007-01-30  Wim Taymans  <wim@fluendo.com>
1130
1131         * gst/audioconvert/gstaudioconvert.c:
1132         Don't fail on 0 sized buffers. Fixes #396835.
1133
1134 2007-01-29  David Schleef  <ds@schleef.org>
1135
1136         * gst/typefind/gsttypefindfunctions.c:
1137           Detect BBCD as video/x-dirac, so we can play raw dirac
1138           streams.
1139
1140 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * ext/theora/theoraenc.c: (theora_enc_chain):
1143           Check return value of theora_encode_header(), or we might try to
1144           allocate a random number of bytes. theora_encode_header() can fail
1145           if libtheora has been compiled with encoding support disabled.
1146           Fixes #398110.
1147
1148 2007-01-29  Wim Taymans  <wim@fluendo.com>
1149
1150         * tests/check/gst/.cvsignore:
1151         Do as buildbot says.
1152
1153 2007-01-29  Wim Taymans  <wim@fluendo.com>
1154
1155         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1156         Fix strides in libvisual. Gst uses X strides.
1157         Inspired by: <ed at catmur dot co dot uk> and 
1158         <tim at centricular dot net>
1159         Fixes #401118.
1160
1161 2007-01-27  Wim Taymans  <wim@fluendo.com>
1162
1163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1164         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1165         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1166         (gst_ogg_demux_perform_seek),
1167         (gst_ogg_demux_bisect_forward_serialno),
1168         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1169         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1170         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1171         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1172         * ext/ogg/gstoggdemux.h:
1173         Properly propagate streaming errors when we are scanning the file for
1174         chains so that we don't crash when shut down. Might fix some crashers
1175         when quickly switching oggs in RB such as #332503 and #378436.
1176
1177 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1180           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1181           error code as well.
1182
1183 2007-01-25  Wim Taymans  <wim@fluendo.com>
1184
1185         * gst/playback/gstplaybasebin.c: (remove_source):
1186         Don't try to disconnect a signal from a finalized object.
1187
1188 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1191           Cast lock macro parameters to make sure we're actually accessing the
1192           lock member at the right class level. Free list itself in _dispose()
1193           as well and NULL it in case dispose gets called multiple times.
1194
1195 2007-01-25  Edward Hervey  <edward@fluendo.com>
1196
1197         * gst/playback/gstdecodebin2.c:
1198         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1199         Free GstDecodeGroups no longer used.
1200         (gst_decode_group_expose):
1201         Don't unlock too many times !
1202         (deactivate_free_recursive):
1203         Free iterator once we're done with it.
1204         Fix for recursively deactivating elements (stop at ghostpads).
1205
1206 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * gst/playback/gstplaybin.c: (handoff):
1209           Fix up caps on the frame buffer before we save it and potentially
1210           make it accessible to other threads via g_object_get; also use
1211           gst_buffer_replace() instead of gst_mini_object_replace().
1212
1213 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1216           Make getting the current frame thread-safe.
1217
1218 2007-01-25  Edward Hervey  <edward@fluendo.com>
1219
1220         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1221         (gst_decode_group_new), (gst_decode_group_free):
1222         Set queues to bigger sizes to cope with HD contents.
1223         Fix some mutex freeing and add comment about MT safe methods.
1224
1225 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1228         (gst_text_overlay_text_event):
1229           Don't unnecessarily ref (and then leak) upstream events if the text
1230           pad is not linked. Fixes #399948.
1231
1232         * tests/check/gst-plugins-base.supp:
1233           Add suppression for pango on edgy/x86 for textoverlay test.
1234
1235 2007-01-24  Wim Taymans  <wim@fluendo.com>
1236
1237         * gst-libs/gst/rtp/gstrtpbuffer.h:
1238         Add some more fixed payloads.
1239
1240 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1241
1242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1243           Error out properly if we get an error from libogg while reading the
1244           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1245
1246 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1249           Don't leak mutex.
1250
1251         * tests/check/elements/playbin.c:
1252         (test_sink_usage_video_only_stream),
1253         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1254         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1255         (test_missing_suburisource_handler),
1256         (test_missing_primary_decoder), (playbin_suite):
1257           Run all tests once with decodebin and once with decodebin2.
1258           One test does not pass yet with decodebin2.
1259
1260 2007-01-23  Edward Hervey  <edward@fluendo.com>
1261
1262         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1263         Fix the cases where oggmux doesn't properly figure out that all
1264         sinkpads have gone EOS, and therefore doesn't push out the remaining
1265         buffers and the final EOS event.
1266         Fixes #363379
1267
1268 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1269
1270         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1272         Don't lock on navigation event push, just on keysym to string.
1273         Fixes #397673 again.
1274
1275 2007-01-22  Edward Hervey  <edward@fluendo.com>
1276
1277         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1278         (get_current_group), (group_demuxer_event_probe),
1279         (gst_decode_group_expose), (deactivate_free_recursive),
1280         (gst_decode_group_free):
1281         Cleanups.
1282         Don't forget to emit 'no-more-pads' once a group is exposed.
1283         Cleanup elements from a DecodeGroup once we remove it.
1284         Protect call to gst_decode_group_expose() with the decodebin lock.
1285
1286 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1287
1288         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1290         Looking at Xorg code i can't figure out if that XKeysymToString
1291         function is thread sensible or not. Lock it just in case as
1292         recommended by Radek Doulik <rodo at ximian dot com>.
1293
1294 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1295
1296         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1298         Lock that X Call as well. Fixes #397673.
1299
1300 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1303           Don't go into an endless loop if the file starts with 00 00 01 2X,
1304           like quicktime redirect files might. Fixes #396042.
1305
1306         * tests/check/Makefile.am:
1307         * tests/check/gst/.cvsignore:
1308         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1309         (typefindfunctions_suite):
1310           Add unit test for the above.
1311
1312 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1313
1314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1315           On second thought, use "depth" field rather than "bpp" field.
1316
1317 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1320           Camtasia caps apparently need a bpp field (#398875).
1321
1322 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1323
1324         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1325         (gen_source_element), (gst_play_base_bin_change_state):
1326           Attempt at a better error message in case we don't have the required
1327           URI handler installed; post missing-plugin message also when we're
1328           missing an URI handler for the subtitle URI; clean up properly also
1329           when an error occurs and we never made it to PAUSED state.
1330
1331         * tests/check/elements/playbin.c: (GST_START_TEST),
1332         (playbin_suite):
1333           Check that we're also getting a missing-plugin messsage for a
1334           missing subtitle URI handler (and clean up properly).
1335
1336 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1337
1338         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1339           Plug a few reference leaks.
1340
1341 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1342
1343         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1344           Lower probability a bit if the marker isn't right at the start,
1345           to decrease the chance of false positives.
1346
1347 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1350           Small mpeg2 system stream typefinding improvement: make typefinder
1351           probe a bit into the stream instead of just looking for a marker
1352           at the beginning. Fixes #397810.
1353
1354 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * gst/audioconvert/gstchannelmix.c:
1357           Remove compatibility cruft for prehistoric GLib versions.
1358
1359 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1360
1361         * gst/playback/Makefile.am:
1362         * gst/playback/gstdecodebin.c: (close_pad_link):
1363         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1365         (gst_play_base_bin_handle_message_func), (unknown_type):
1366           Let decodebin be the element to post missing-plugin messages for
1367           missing decoders (rather than playbin); make playbin implement
1368           GstBin::handle_message so we can suppress missing-plugin messages
1369           for types we're not handling on purpose (don't want to bring up an
1370           installer in those cases).
1371
1372 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1373
1374         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1375         * gst-libs/gst/tag/gstvorbistag.c:
1376         (gst_tag_list_to_vorbiscomment_buffer):
1377         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1378           Fix potentially unaligned access (#397207).
1379
1380 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1381
1382         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1383         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1384         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1385         (main):
1386           Allow to toggle looping while it plays. Fix callback prototype. Clean
1387           up code a bit more. Add copyright header.
1388
1389 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1392           Red and blue mask was swapped (spotted by Dan Williams).
1393
1394 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * gst-libs/gst/tag/gstid3tag.c:
1397         * gst-libs/gst/tag/gstvorbistag.c:
1398           Use new beats-per-minute tag from core.
1399
1400 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         * po/POTFILES.in:
1403           Add new files with translatable strings, so they actually make it
1404           into the template file one day.
1405
1406 2007-01-12  Andy Wingo  <wingo@pobox.com>
1407
1408         * gst-libs/gst/audio/gstbaseaudiosink.c
1409         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1410         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1411         stuff, as the base class handles this now. Actually tell the ring
1412         buffer to start.
1413         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1414         How did this work before? Maybe I'm not as awesome a programmer as
1415         I think.
1416
1417         * gst-libs/gst/audio/gstbaseaudiosrc.c
1418         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1419         of a pad function.
1420
1421 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1424           Remove more fields so that the application can better blacklist
1425           formats that have been tried before.
1426
1427 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1428
1429         * gst-libs/gst/audio/mixerutils.h:
1430           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1431           used when compiling with c++ compilers as well.
1432
1433 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * gst/typefind/gsttypefindfunctions.c:
1436           Fix comment.
1437
1438 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1439
1440         * gst/playback/gstplaybin.c: (post_missing_element_message),
1441         (gen_video_element), (gen_text_element), (gen_audio_element),
1442         (gen_vis_element):
1443           Post missing-plugin messages also when we error out because
1444           converters, textoverlay or auto*sinks are missing (#161922).
1445
1446 2007-01-10  Wim Taymans  <wim@fluendo.com>
1447
1448         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1449         (is_demuxer_element), (new_caps):
1450         * gst/playback/gstplaybasebin.c: (source_new_pad):
1451         Fix the case where we try to ref a NULL element when we delay a link
1452         because of unfixed caps.
1453         Set the state of autoplugged decodebins to PAUSED.
1454         RTSP now works in playbin, we can remove it from the blacklist.
1455
1456 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1457
1458         * gst/playback/Makefile.am:
1459         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1460         (unknown_type), (setup_subtitle), (gen_source_element):
1461         * gst/playback/gstplaybin.c: (plugin_init):
1462           Post missing-plugin messages on the bus for missing sources and
1463           missing decoders/demuxers/depayloaders; fix error code used when
1464           we're missing an URI handler source; for media types that we are not
1465           handling on purpose at the moment, don't print "don't know how to
1466           handle xyz" messages to the terminal or post missing-plugin
1467           messages on the bus.
1468
1469         * tests/check/elements/playbin.c: (create_playbin),
1470         (GST_START_TEST), (gst_codec_src_uri_get_type),
1471         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1472         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1473         (gst_codec_src_init_type), (gst_codec_src_base_init),
1474         (gst_codec_src_create), (gst_codec_src_class_init),
1475         (gst_codec_src_init), (plugin_init), (playbin_suite):
1476           Add some tests for the missing-plugin stuff.
1477
1478 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * configure.ac:
1481         * gst-libs/gst/Makefile.am:
1482         * gst-libs/gst/utils/Makefile.am:
1483         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1484         * gst-libs/gst/utils/base-utils.h:
1485         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1486         (find_format_info), (caps_are_rtp_caps),
1487         (gst_base_utils_get_source_description),
1488         (gst_base_utils_get_sink_description),
1489         (gst_base_utils_get_decoder_description),
1490         (gst_base_utils_get_encoder_description),
1491         (gst_base_utils_get_element_description),
1492         (gst_base_utils_add_codec_description_to_tag_list),
1493         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1494         * gst-libs/gst/utils/descriptions.h:
1495         * gst-libs/gst/utils/missing-plugins.c:
1496         (missing_structure_get_type), (copy_and_clean_caps),
1497         (gst_missing_uri_source_message_new),
1498         (gst_missing_uri_sink_message_new),
1499         (gst_missing_element_message_new),
1500         (gst_missing_decoder_message_new),
1501         (gst_missing_encoder_message_new),
1502         (missing_structure_get_string_detail),
1503         (missing_structure_get_caps_detail),
1504         (gst_missing_plugin_message_get_installer_detail),
1505         (gst_missing_plugin_message_get_description),
1506         (gst_is_missing_plugin_message):
1507         * gst-libs/gst/utils/missing-plugins.h:
1508           API: add new libgstbaseutils library with functions
1509           - to create and parse missing-plugins messages
1510           - that provide (translated) descriptions for caps/decoders/sources/etc.
1511           Closes #392393.
1512
1513         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1514         * pkgconfig/gstreamer-plugins-base.pc.in:
1515           Add new lib.
1516
1517         * docs/libs/gst-plugins-base-libs-docs.sgml:
1518         * docs/libs/gst-plugins-base-libs-sections.txt:
1519           Generate docs for new lib and API.
1520
1521         * tests/check/Makefile.am:
1522         * tests/check/libs/.cvsignore:
1523         * tests/check/libs/utils.c: (missing_msg_check_getters),
1524         (GST_START_TEST), (libgstbaseutils_suite):
1525           Add some basic unit tests.
1526
1527 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         * ext/ogg/Makefile.am:
1530           Dist gstoggdemux.h to fix 'make distcheck'.
1531
1532         * sys/v4l/Makefile.am:
1533           Fix 'make distcheck' even more.
1534
1535 2007-01-09  Wim Taymans  <wim@fluendo.com>
1536
1537         * docs/plugins/Makefile.am:
1538         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1539         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1540         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1541         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1542         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1543         (gst_ogg_demux_perform_seek):
1544         * ext/ogg/gstoggdemux.h:
1545         Added docs.
1546         Add some more comments.
1547         Small cleanups.
1548
1549 2007-01-09  Wim Taymans  <wim@fluendo.com>
1550
1551         * ext/theora/theoradec.c:
1552         * ext/vorbis/vorbisdec.c:
1553         * gst-libs/gst/audio/gstringbuffer.c:
1554         (gst_ring_buffer_commit_full):
1555         * gst-libs/gst/audio/gstringbuffer.h:
1556         * gst-libs/gst/rtp/gstrtpbuffer.c:
1557         * gst-libs/gst/tag/gstvorbistag.c:
1558         Small documentation updates/fixes
1559
1560 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * configure.ac:
1563           Require core CVS HEAD for Andy's basesrc/sink API additions.
1564
1565 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1568
1569         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1570         (plugin_init):
1571           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1572           on flac.sf.net (there appear to be other versions of the first
1573           ogg page in the wild) (#391365).
1574
1575 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1576
1577         * configure.ac:
1578           Check if localtime_r() is available.
1579
1580         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1581           If localtime_r() is not available, fall back to localtime(). Should
1582           fix build on MingW (#393310).
1583
1584 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1585
1586         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1587         * gst/subparse/gstsubparse.h:
1588           Remove spurious 1000 subtrahend when calculating the timestamp from
1589           the frame number and the frame rate . Also, use the frames/second
1590           value specified in the first line of the file, if one is specified
1591           there. Should fix #357503.
1592
1593         * tests/check/elements/subparse.c: (do_test),
1594         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1595         (subparse_suite):
1596           Add some basic unit tests for the microdvd subtitle format.
1597
1598 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1599
1600         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1601         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1602         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1603         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1604         (gst_xvimagesink_set_xwindow_id),
1605         (gst_xvimagesink_set_event_handling),
1606         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1607         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1608         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1609         Fixes : #390076.
1610         Add an adaptor property to select a specific XV adaptor.
1611         * sys/xvimage/xvimagesink.h:
1612
1613 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1614
1615         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1616         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1617         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1618         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1619         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1620         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1621         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1622         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1623         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1624         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1625         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1626         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1627         Use flow_lock much more to protect every access to xwindow.
1628         Try to catch erros while creating images in case some drivers are
1629         just generating an XError when the requested image is too big.
1630         Should fix : #354698, #384008, #384060.
1631         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1632         Implement some stress testing of setting window xid.
1633
1634 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1635
1636         * win32/common/libgsaudio.def:
1637           Add new exported function.
1638         * win32/common/libgstogg.dsp:
1639           Add gstoggaviparse.c to the build.
1640         * win32/common/libgstvideoscale.dsp:
1641           Add vs_4tap.c to the build.
1642         * win32/common/libgstvorbis.dsp:
1643           Add vorbistag.c to the build.
1644         
1645 2007-01-06  Andy Wingo  <wingo@pobox.com>
1646
1647         * gst-libs/gst/audio/gstbaseaudiosink.c
1648         (gst_base_audio_sink_class_init)
1649         (gst_base_audio_sink_init): 
1650         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1651         to baseaudiosink, and tell basesink that we can work in pull mode.
1652         This way the ring buffer thread drives the pipeline directly, if
1653         pull mode is possible. There is some lingering nastiness regarding
1654         capsnego, however.
1655         (gst_base_audio_sink_callback): Implement the callback to pull
1656         data. This interface is a bit light, though -- it should get a
1657         GstFlowReturn return value at least.
1658
1659 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1660
1661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1662         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1663         * gst/playback/gstdecodebin2.c:
1664         (gst_decode_group_check_if_blocked):
1665           Printf format and missing argument fixes.
1666
1667 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1668
1669         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1670         (gst_ogm_parse_change_state):
1671         Activate pads before adding them to the element.
1672
1673 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         * tests/examples/seek/scrubby.c: (main):
1676         * tests/examples/seek/seek.c: (main):
1677           Call g_thread_init() first thing in main() (see #391278).
1678
1679 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1680
1681         * tests/check/Makefile.am:
1682         * tests/check/libs/.cvsignore:
1683         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1684         (netbuffer_suite):
1685           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1686           for the time being, since it's broken, see #393099.
1687
1688 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1689
1690         * tests/check/Makefile.am:
1691           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1692
1693 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1694
1695         * configure.ac:
1696           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1697           so that GST_BASE_CFLAGS can go inbetween them, making sure
1698           we use uninstalled gst-libs headers
1699         * docs/libs/Makefile.am:
1700         * ext/alsa/Makefile.am:
1701         * ext/cdparanoia/Makefile.am:
1702         * ext/gnomevfs/Makefile.am:
1703         * ext/libvisual/Makefile.am:
1704         * ext/ogg/Makefile.am:
1705         * ext/theora/Makefile.am:
1706         * ext/vorbis/Makefile.am:
1707         * gst-libs/gst/audio/Makefile.am:
1708         * gst-libs/gst/cdda/Makefile.am:
1709         * gst-libs/gst/interfaces/Makefile.am:
1710         * gst-libs/gst/riff/Makefile.am:
1711         * gst-libs/gst/rtp/Makefile.am:
1712         * gst-libs/gst/tag/Makefile.am:
1713         * gst/adder/Makefile.am:
1714         * gst/audioconvert/Makefile.am:
1715         * gst/audiorate/Makefile.am:
1716         * gst/audioresample/Makefile.am:
1717         * gst/playback/Makefile.am:
1718         * gst/tcp/Makefile.am:
1719         * gst/videoscale/Makefile.am:
1720         * gst/volume/Makefile.am:
1721         * sys/ximage/Makefile.am:
1722         * sys/xvimage/Makefile.am:
1723         * tests/icles/Makefile.am:
1724           adapt
1725
1726 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1727
1728         * gst-libs/gst/interfaces/xoverlay.c:
1729         (gst_x_overlay_handle_events):
1730         * gst-libs/gst/interfaces/xoverlay.h:
1731         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1732         (gst_ximagesink_set_xwindow_id),
1733         (gst_ximagesink_set_event_handling),
1734         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1735         (gst_ximagesink_get_property), (gst_ximagesink_init),
1736         (gst_ximagesink_class_init):
1737         * sys/ximage/ximagesink.h:
1738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1739         (gst_xvimagesink_set_xwindow_id),
1740         (gst_xvimagesink_set_event_handling),
1741         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1742         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1743         (gst_xvimagesink_class_init):
1744         * sys/xvimage/xvimagesink.h:
1745         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1746         Add a method to the XOverlay interface to allow disabling of 
1747         event handling in x[v]imagesink elements. This will let X events
1748         propagate to parent windows which can be usefull in some cases.
1749         Be carefull that the application is then responsible of pushing
1750         navigation events and expose events to the video sink.
1751         Fixes: #387138.
1752
1753 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1754
1755         * gst-libs/gst/tag/gstvorbistag.c:
1756         * tests/check/libs/tag.c: (GST_START_TEST):
1757           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1758           (fixes #392070).
1759
1760 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1761
1762         * configure.ac:
1763         * docs/Makefile.am:
1764         * docs/design/Makefile.am:
1765           Dist design docs.
1766
1767 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1768
1769         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1770         typo. Fixes: #390063.
1771
1772 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1773
1774         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1776         caps leak.
1777         * win32/common/config.h: Updated.
1778
1779 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1782         (setup_gdpdepay_streamheader):
1783         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1784         (setup_gdppay_streamheader):
1785           Fix the dp tests, but activating the pads for the streamheader tests
1786           too and cleaning up conditionaly
1787
1788 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1789
1790         * gst/ffmpegcolorspace/avcodec.h:
1791         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1792         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1793         (gst_ffmpegcsp_avpicture_fill):
1794         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1795         (img_get_alpha_info):
1796         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1797         other end of the word. Fixes: #387073.
1798
1799         Add some inconsequential branch hints in a couple of places.
1800
1801 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1802
1803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1804         (gst_ffmpeg_caps_to_smpfmt):
1805           The "signed" field in raw audio caps is of boolean type, trying to
1806           extract the value with _get_int() will fail (fix to keep in sync with
1807           the copy in gst-ffmpeg)
1808
1809 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1810
1811         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1812         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1813         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1814         (cleanup_gdpdepay):
1815         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1816         * tests/check/elements/subparse.c: (teardown_subparse):
1817         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1818         * tests/check/elements/videorate.c: (cleanup_videorate):
1819         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1820         * tests/check/elements/volume.c: (cleanup_volume):
1821         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1822         (cleanup_vorbisdec):
1823         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1824         (cleanup_vorbistag):
1825           consistent pad (de)activation
1826
1827 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1830           Forgot to register the extensions.
1831
1832 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1833
1834         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1835         (plugin_init):
1836           Add typefinder for VIVO files (my christmas present to the 90s).
1837
1838 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1839
1840         * gst/playback/gstdecodebin.c: (type_found):
1841           Special-case the text/plain media type: we only want to recognise it
1842           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1843           parser, but not if the entire stream is of text/plain type. If the
1844           entire stream is text/plain, we should just error out.
1845
1846           This fixes playback of audio files with lyrics in totem. Totem can't
1847           distinguish between text files and subtitle files and passes any
1848           .txt file with the same basename as the main file to playbin as
1849           suburi, and playbin will then throw a 'subtitle found, but no video
1850           stream' error, which isn't entirely helpful. See #380342.
1851
1852           Also, with this change we'll show a slightly more correct error
1853           message in case totem passes a playlist file to us (although a
1854           custom error message wording instead of the default text would
1855           probably not be a bad idea either).
1856
1857           Same problem also needs to be fixed for playbin+decodebin2.
1858
1859         * tests/check/Makefile.am:
1860         * tests/check/elements/decodebin.c: (src_handoff_cb),
1861         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1862         (decodebin_suite):
1863           Add simple unit test for decodebin for the above.
1864
1865 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1866
1867         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1868         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1869           Refuse to change state to READY when we failed to create any of the
1870           required elements in our instance init function.
1871
1872 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1873
1874         * docs/libs/gst-plugins-base-libs-sections.txt:
1875           Small docs fixes/updates.
1876
1877         * gst-libs/gst/video/gstvideosink.h:
1878           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1879           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1880           removed from the base sink API between 0.9.6 and 0.9.7).
1881           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1882           accessor macros, so we don't do a runtime GObject type check every
1883           time we use them.
1884
1885 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1886
1887         * Makefile.am:
1888         * gst-plugins-base.doap:
1889         * gst-plugins-base.spec.in:
1890           add doap file
1891
1892 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1893
1894         Patch by: Jens Granseuer <jensgr at gmx net>
1895
1896         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1897         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1898         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1899         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1900         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1901           Declare variables at the beginning of a block. Fixes #383195.
1902
1903 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1904
1905         * configure.ac:
1906         Bump version nano - back to CVS.
1907
1908
1909 === release 0.10.11 ===
1910
1911 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1912
1913         * configure.ac:
1914           releasing 0.10.11, "Dumb things"
1915
1916 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1917
1918         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1919         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1920         Handle the case where an element has multiple pads with 
1921         unfixed caps as well as still possibly producing more dynamic 
1922         pads by storing each case as a distinct entry in the dynamic list.
1923         Fixes #38223 again.
1924
1925 2006-12-04  Wim Taymans  <wim@fluendo.com>
1926
1927         * gst/playback/gstdecodebin.c: (close_pad_link):
1928         Fix #382223, add more dynamic caps handling.
1929
1930 2006-12-04  Wim Taymans  <wim@fluendo.com>
1931
1932         reviewed by: <delete if not using a buddy>
1933
1934         * gst-libs/gst/audio/gstringbuffer.h:
1935         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1936         (gst_netaddress_set_ip4_interface),
1937         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1938         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1939         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1940         (gst_netaddress_get_ttl):
1941         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1942         * gst/playback/gstdecodebin.c: (close_pad_link):
1943         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1944         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1945         * win32/common/config.h:
1946
1947 2006-12-01  Michael Smith  <msmith@fluendo.com>
1948
1949         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1950           Delete bad debug code.
1951           Fixes #381219
1952
1953 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1954
1955         * gst/videoscale/vs_4tap.c:
1956         * win32/MANIFEST:
1957         * win32/common/config.h:
1958         * win32/vs8/libgstvideoscale.vcproj:
1959         Fix compilation on win32 under VS8
1960         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1961         Partially fixes #381175
1962
1963 2006-11-30  Michael Smith  <msmith@fluendo.com>
1964
1965         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1966         (GST_START_TEST):
1967           It would be very bad if, after a discont buffer, we thought every
1968           single following buffer was also discont. So, add to the test to
1969           ensure that this isn't the case.
1970           
1971         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1972           ... it was the case. So fix it.
1973
1974 2006-11-28  Wim Taymans  <wim@fluendo.com>
1975
1976         * gst/playback/gstplaybasebin.c: (check_queue_event):
1977         Improve debug.
1978
1979         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1980         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1981         padtemplate caps. Refixes #357577.
1982
1983 2006-11-28  Wim Taymans  <wim@fluendo.com>
1984
1985         * gst/playback/gstplaybasebin.c: (check_queue_event),
1986         (queue_threshold_reached), (queue_out_of_data),
1987         (gen_preroll_element):
1988         Add event probe to see when EOS is in a queue and we can disable the
1989         underrun signals. Fixes #357577.
1990
1991 2006-11-28  Edward Hervey  <edward@fluendo.com>
1992
1993         * gst/playback/Makefile.am:
1994         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1995         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1996         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1997         (gst_decode_bin_init), (gst_decode_bin_dispose),
1998         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1999         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2000         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2001         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2002         (connect_element), (expose_pad), (type_found),
2003         (pad_added_group_cb), (pad_removed_group_cb),
2004         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2005         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2006         (are_raw_caps), (multi_queue_overrun_cb),
2007         (multi_queue_underrun_cb), (gst_decode_group_new),
2008         (get_current_group), (group_demuxer_event_probe),
2009         (gst_decode_group_control_demuxer_pad),
2010         (gst_decode_group_control_source_pad),
2011         (gst_decode_group_check_if_blocked),
2012         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2013         (gst_decode_group_hide), (gst_decode_group_free),
2014         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2015         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2016         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2017         (plugin_init):
2018         New decodebin2 element.
2019         Closes #370092
2020         * gst/playback/gstplay-marshal.list:
2021         Added marshallers for new signals in decodebin2
2022         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2023         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2024         is set.
2025
2026 2006-11-28  Wim Taymans  <wim@fluendo.com>
2027
2028         * gst/playback/gstplaybasebin.c: (setup_source),
2029         (gst_play_base_bin_change_state):
2030         Disable rtsp:// uris for the release, it's not good enough yet.
2031         Remove unused var.
2032
2033 2006-11-26  Wim Taymans  <wim@fluendo.com>
2034
2035         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2036         (theora_dec_push_forward), (theora_dec_push_reverse),
2037         (theora_handle_data_packet), (theora_dec_decode_buffer),
2038         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2039         (theora_dec_chain_forward), (theora_dec_chain):
2040         Implement reverse playback.
2041
2042         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2043         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2044         (vorbis_dec_chain_forward):
2045         Clear buffers used for reverse playback in _reset.
2046         No need to set the eos flag, we clip samples using the segment.
2047
2048 2006-11-24  Wim Taymans  <wim@fluendo.com>
2049
2050         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2051         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2052         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2053         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2054         Some cleanups.
2055         Handle continued pages in reverse mode.
2056
2057 2006-11-24  Wim Taymans  <wim@fluendo.com>
2058
2059         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2060         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2061         (vorbis_dec_flush_decode):
2062         Small cleanups.
2063         Don't try to add invalid timestamps.
2064         Clipping will unref the buffer.
2065
2066 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2067
2068         * gst/adder/gstadder.h:
2069         * gst/audiotestsrc/gstaudiotestsrc.h:
2070           remove obsolete _factory_init protos
2071
2072 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2073
2074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2075           Fix spacing in debug message.
2076
2077 2006-11-23  Wim Taymans  <wim@fluendo.com>
2078
2079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2080         (gst_ogg_demux_chain):
2081         Don't just ignore return values from _pad_push().
2082         Small debug improvements.
2083
2084 2006-11-23  Michael Smith  <msmith@fluendo.com>
2085
2086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2087           If our incoming buffer is marked as DISCONT, then increment the page
2088           number (so that the discontinuity is marked in the final ogg
2089           bitstream) and flush the previous page.
2090
2091 2006-11-22  Michael Smith  <msmith@fluendo.com>
2092
2093         * ext/theora/gsttheoraenc.h:
2094         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2095         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2096         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2097         (theora_enc_chain), (theora_enc_change_state):
2098           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2099
2100         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2101         (GST_START_TEST), (theoraenc_suite):
2102           Enable discontinuity test, fix it.
2103
2104 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2105
2106         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2107         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2108         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2109         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2110         (gst_text_overlay_change_state):
2111         * ext/pango/gsttextoverlay.h:
2112           Some textoverlay fixes: for one, in the video chain function,
2113           actually wait for a text buffer to come in if there is none at the
2114           moment and there should be one; also, deal more gracefully with
2115           incoming buffers that do not have a timestamp or duration; discard
2116           text buffer when not needed any longer. Fixes #341681.
2117
2118         * tests/check/Makefile.am:
2119         * tests/check/elements/.cvsignore:
2120         * tests/check/elements/textoverlay.c:
2121         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2122         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2123         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2124         (test_video_waits_for_text_send_text_newsegment_thread),
2125         (test_video_waits_for_text_shutdown_element),
2126         (test_render_continuity_push_video_buffers_thread),
2127         (textoverlay_suite):
2128           Add some unit tests for textoverlay.
2129
2130 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2131
2132         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2133           Avoid integer underflow when the found probability for mp3 is
2134           smaller than the 'penalty' we subtract if there's not a clean
2135           mp3 header sync at offset 0.
2136
2137 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * docs/libs/gst-plugins-base-libs-sections.txt:
2140           Add some new symbols to the docs
2141
2142 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2143
2144         * tests/check/Makefile.am:
2145         * tests/check/elements/ffmpegcolorspace.c:
2146         (ffmpegcolorspace_suite):
2147           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2148           (for now not for valgrinding though, since it takes too long).
2149
2150 2006-11-20  Wim Taymans  <wim@fluendo.com>
2151
2152         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2153         (gst_ffmpeg_pixfmt_to_caps):
2154         Fix RGBA32 caps. Fixes #357038.
2155
2156 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2157
2158         * gst-libs/gst/interfaces/mixertrack.h:
2159           Add FIXME so we can add some padding here in 0.11
2160
2161 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2164           Fix GstBaseRTPAudioPayload structure so the whole GObject
2165           inheritance business actually works (parent class instance structure
2166           must always come first in the derived class instance structure).
2167
2168 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2169
2170         * gst/videotestsrc/Makefile.am:
2171         * tests/check/Makefile.am:
2172           Make sure our checks and the videotestsrc plugin link against the
2173           local uninstalled gst libs and not any installed gst libs that
2174           might happen to exist as well.
2175
2176         * tests/check/elements/adder.c: (message_received),
2177         (test_event_message_received), (test_play_twice_message_received):
2178         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2179           Fix compiler warnings when compiling against core with disabled
2180           debugging system.
2181
2182 2006-11-16  Michael Smith  <msmith@fluendo.com>
2183
2184         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2185         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2186           Fix audiorate, so that it accurately sets offsets and timestamps.
2187           Doesn't change the fundamental algorithmic decisions; so should be
2188           safe.
2189
2190         * tests/check/Makefile.am:
2191           Enable audiorate test now that it passes.
2192
2193 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2194
2195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2196           clear xv when going to NULL, remove // commented non-existant proto
2197
2198         * tests/examples/seek/seek.c: (main):
2199           add missing tooltip description for scrub and play_scrub
2200
2201 2006-11-14  David Schleef  <ds@schleef.org>
2202
2203         * configure.ac:
2204           Bump liboil requirement to 0.3.8.
2205         * gst-libs/gst/riff/riff-media.c:
2206           Add Dirac fourcc.
2207         * gst/videoscale/vs_image.h:
2208         * gst/videoscale/vs_scanline.h:
2209           Use liboil's stdint.h.
2210         * gst/videotestsrc/videotestsrc.c:
2211           Remove liboil related ifdef's, since they aren't needed now, and
2212           won't work with future versions.
2213
2214 2006-11-14  David Schleef  <ds@schleef.org>
2215
2216         * gst/videoscale/Makefile.am:
2217         * gst/videoscale/gstvideoscale.c:
2218         * gst/videoscale/gstvideoscale.h:
2219         * gst/videoscale/vs_4tap.c:
2220         * gst/videoscale/vs_4tap.h:
2221         * gst/videoscale/vs_image.c:
2222         * gst/videoscale/vs_image.h:
2223         * gst/videoscale/vs_scanline.c:
2224         * gst/videoscale/vs_scanline.h:
2225           Add a 4-tap image scaler.  Theoretically looks much prettier.
2226           The tap calculation could use some improvement.
2227
2228 2006-11-14  Wim Taymans  <wim@fluendo.com>
2229
2230         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2231
2232         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2233         (gst_riff_parse_strf_iavs):
2234         * gst/subparse/gstsubparse.c: (convert_encoding):
2235         * gst/tcp/gstmultifdsink.c:
2236         (gst_multi_fd_sink_handle_client_write):
2237         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2238         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2239         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2240         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2241         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2242         (gst_ximagesink_ximage_new):
2243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2244         Various gsize and gssize printf fixes. Fixes #372507.
2245
2246 2006-11-13  Wim Taymans  <wim@fluendo.com>
2247
2248         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2249         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2250         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2251         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2252         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2253         * ext/vorbis/vorbisdec.h:
2254         First stab at vorbis reverse playback.
2255
2256 2006-11-13  Wim Taymans  <wim@fluendo.com>
2257
2258         * gst-libs/gst/audio/gstbaseaudiosink.c:
2259         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2260         * gst-libs/gst/audio/gstbaseaudiosink.h:
2261         Make the clock sync code more accurate wrt resampling and playback
2262         at different rates.
2263         
2264         * gst-libs/gst/audio/gstringbuffer.c:
2265         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2266         * gst-libs/gst/audio/gstringbuffer.h:
2267         Use better algorithm to interpolate sample rates. 
2268
2269 2006-11-13  Michael Smith  <msmith@fluendo.com>
2270
2271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2272           Improve a debug line slightly.
2273
2274         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2275           Call gst_riff_init() in plugin_init, to avoid getting errors from
2276           the debug system (unrelated changes to another plugin made this turn
2277           up; not sure why).
2278
2279 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2280
2281         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2282
2283         * win32/common/libgsttag.def:
2284           Add missing symbol (#366492).
2285
2286 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2287
2288         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2289           Don't unref a NULL pad.
2290
2291 2006-11-09  Wim Taymans  <wim@fluendo.com>
2292
2293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2294         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2295         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2296         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2297         (gst_ogg_demux_loop):
2298         Implement first stab at reverse playback.
2299
2300 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2301
2302         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2303         (gst_riff_create_video_template_caps):
2304           add h263/h264 variants to the caps, Fixes #363118
2305
2306 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2307
2308         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2309         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2310           Use g_strerror instead of strerror so we get UTF-8.
2311
2312 2006-11-03  David Schleef  <ds@schleef.org>
2313
2314         * ext/ogg/gstoggdemux.c:
2315         * ext/ogg/gstoggmux.c:
2316           Add/remove KW-DIRAC header here, since it is ogg-specific.
2317
2318 2006-11-03  Michael Smith  <msmith@fluendo.com>
2319
2320         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2321           Recognise more mpeg4 elementary video streams.
2322
2323 2006-11-02  Edward Hervey  <edward@fluendo.com>
2324
2325         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2326         Lower the probability of mp3 typefinding functions if we don't find a
2327         valid mp3 header at the start of the file.
2328         Closes #369482
2329
2330 2006-11-02  Wim Taymans  <wim@fluendo.com>
2331
2332         * ext/theora/gsttheoradec.h:
2333         * ext/theora/theoradec.c: (gst_theora_dec_init),
2334         (theora_dec_sink_event), (theora_dec_chain_forward),
2335         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2336         (theora_dec_chain):
2337         Document and partially implement an algorithm for doing reverse playback
2338         of theora video.
2339
2340 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2341
2342         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2343
2344         * win32/common/config.h:
2345         * win32/common/interfaces-enumtypes.c:
2346         * win32/common/libgsttag.def:
2347         * win32/vs8/gst-plugins-base.sln:
2348         * win32/vs8/libgstaudioresample.vcproj:
2349         * win32/vs8/libgstinterfaces.vcproj:
2350         * win32/vs8/libgstogg.vcproj:
2351         * win32/vs8/libgstriff.vcproj:
2352         * win32/vs8/libgsttag.vcproj:
2353         * win32/vs8/libgsttheora.vcproj:
2354         * win32/vs8/libgstvideoscale.vcproj:
2355         * win32/vs8/libgstvorbis.vcproj:
2356           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2357           to libgsttag.def; add missing dependencies for some vs8 projects;
2358           re-arrange placement of .def files in vs8 projects (#366334).
2359
2360 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2361
2362         * ext/ogg/gstogg.c:
2363           Remove unused variable.
2364
2365         * ext/ogg/gstoggdemux.c:
2366           Fix Wim's surname in plugin description.
2367
2368 2006-10-31  Wim Taymans  <wim@fluendo.com>
2369
2370         * gst-plugins-base.spec.in:
2371         spec new .h file. Fixes #368310.
2372
2373 2006-10-31  Michael Smith  <msmith@fluendo.com>
2374
2375         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2376         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2377         (gst_multi_fd_sink_get_stats),
2378         (gst_multi_fd_sink_remove_client_link),
2379         (gst_multi_fd_sink_queue_buffer),
2380         (gst_multi_fd_sink_handle_clients):
2381         * gst/tcp/gstmultifdsink.h:
2382           Make using the remove or clear signals threadsafe.
2383           Make calling get-stats with an invalid fd not segfault.
2384           Fixes 368273.
2385
2386 2006-10-31  Wim Taymans  <wim@fluendo.com>
2387
2388         * gst-libs/gst/rtp/Makefile.am:
2389         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2390         (gst_base_rtp_audio_payload_init):
2391         Fix and activate base audio payloader.
2392
2393 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2396         (plugin_init):
2397           Add typefinder for QuickTime Image Files (see #366156).
2398
2399 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2400
2401         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2402           Another typo fix (#366212).
2403
2404 2006-10-27  Wim Taymans  <wim@fluendo.com>
2405
2406         * gst/volume/gstvolume.c: (volume_transform_ip):
2407         Use stream time to synchronize volume property instead of rather random
2408         timestamps. This is needed when gnonlin does its time shifting.
2409
2410 2006-10-27  Wim Taymans  <wim@fluendo.com>
2411
2412         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2413
2414         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2415         Remove the pad from the element in release_pad. Fixes #364812.
2416
2417 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2418
2419         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2421           Explicitly create our custom buffer classes at a thread-safe
2422           location as well, since g_type_class_ref() doesn't seem to be
2423           entirely thread-safe either (#365501; also see #349410).
2424
2425 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2426
2427         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2428         (gst_riff_parse_info):
2429           If strings in INFO chunk are not UTF-8, do something similar to
2430           what we do for ID3v1 tags: check a number of environment variables
2431           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2432           character sets to try, otherwise try the current locale and/or fall
2433           back on ISO-8859-1. Fixes #360552.
2434
2435 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2436
2437         * gst/videotestsrc/gstvideotestsrc.c:
2438         (gst_video_test_src_pattern_get_type),
2439         (gst_video_test_src_set_pattern):
2440         * gst/videotestsrc/gstvideotestsrc.h:
2441         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2442         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2443         (gst_video_test_src_checkers8):
2444         * gst/videotestsrc/videotestsrc.h:
2445           Add a bunch of exciting new checkers patterns.
2446
2447 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         * gst/subparse/Makefile.am:
2450         * gst/subparse/gstsubparse.c:
2451         (gst_sub_parse_data_format_autodetect),
2452         (gst_sub_parse_format_autodetect), (handle_buffer),
2453         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2454         * gst/subparse/gstsubparse.h:
2455         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2456         (parse_tmplayer):
2457         * gst/subparse/tmplayerparse.h:
2458           Add support for TMPlayer-type subtitles (#362845).
2459
2460         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2461         (GST_START_TEST), (subparse_suite):
2462           Add some basic unit tests for the above.
2463
2464 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2465
2466         * tests/check/elements/audiorate.c: (test_injector_base_init),
2467         (test_injector_class_init), (test_injector_chain),
2468         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2469         (GST_START_TEST), (audiorate_suite):
2470           More tests for audiorate: inject buffers to check behaviour when
2471           buffers overlap.
2472
2473 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         * tests/check/Makefile.am:
2476         * tests/check/elements/.cvsignore:
2477         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2478         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2479           Add some basic unit tests for audiorate. Disabled at the moment
2480           since it doesn't pass yet (see bug #363119).
2481
2482 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2483
2484         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2485         (parse_subrip), (handle_buffer):
2486           Add missing closing tags for markup and fix broken markup,
2487           otherwise pango won't render anything (fixes #357531). Also,
2488           make sure the text we send out is always NUL-terminated
2489           (better safe than sorry etc.).
2490
2491         * tests/check/elements/subparse.c: (test_srt_do_test),
2492         (test_srt):
2493           Some more tests for .srt incl. tests for the above stuff.
2494
2495 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2496
2497         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2499         Patch by: Stefan Kost  <ensonic@users.sf.net>
2500         Try to redraw borders only when needed. Apparently this consumes
2501         resources on small devices... :-O (#363607)
2502
2503 2006-10-20  Michael Smith  <msmith@fluendo.com>
2504
2505         * gst/tcp/gstmultifdsink.c:
2506         (gst_multi_fd_sink_client_queue_buffer):
2507           If caps change, then update the client's idea of the caps so that we
2508           don't end up re-sending streamheaders for every single buffer after
2509           the caps change.
2510
2511 2006-10-20  Michael Smith  <msmith@fluendo.com>
2512
2513         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2514         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2515           Set caps on pushed buffers; fix up refcounting of caps objects.
2516
2517 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2518
2519         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2520         (plugin_init):
2521           Typefind mmsh header data packet to application/x-mmsh (#362625).
2522
2523 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2524
2525         * tests/check/Makefile.am:
2526         * tests/check/elements/.cvsignore:
2527         * tests/check/elements/subparse.c: (buffer_from_static_string),
2528         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2529         (GST_START_TEST), (subparse_suite):
2530           Add very simple unit test for subparse.
2531
2532 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2533
2534         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2535         (parse_subrip):
2536           Strip trailing newlines from subtitle text output.
2537
2538 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2539
2540         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2541         (gst_sub_parse_change_state):
2542           Fix memleak; clear subparse->textbuf n state change function.
2543
2544 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2545
2546         * gst/subparse/gstsubparse.c:
2547         (gst_sub_parse_data_format_autodetect):
2548           Don't require subrip (.srt) files to start with a chunk number of 1.
2549
2550 2006-10-18  Wim Taymans  <wim@fluendo.com>
2551
2552         * gst-libs/gst/audio/gstbaseaudiosink.c:
2553         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2554         * gst-libs/gst/audio/gstbaseaudiosink.h:
2555         Extract rate from the NEWSEGMENT event.
2556         Use commit_full to also take rate adjustment into account when writing
2557         samples to the ringbuffer.
2558         
2559         * gst-libs/gst/audio/gstringbuffer.c:
2560         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2561         (gst_ring_buffer_read):
2562         * gst-libs/gst/audio/gstringbuffer.h:
2563         Added _commit_full() to also take rate into account.
2564         Use simple interpolation algorithm to resample audio.
2565         API: gst_ring_buffer_commit_full()
2566
2567         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2568         * tests/examples/seek/seek.c: (segment_done):
2569         Don't try to seek with 0.0 rate, just pause instead.
2570         Remove bogus debug line.
2571
2572 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2573
2574         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2575         (setup_source):
2576           Catch async errors when starting up the subtitle bin, so we can
2577           stop waiting and continue with the main film instead of hanging
2578           forever. Fixes #339366.
2579
2580         * tests/check/elements/playbin.c: (playbin_suite):
2581           Enable unit test for the above.
2582
2583 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2584
2585         * tests/check/Makefile.am:
2586         * tests/check/elements/.cvsignore:
2587         * tests/check/elements/playbin.c: (GST_START_TEST),
2588         (gst_red_video_src_uri_get_type),
2589         (gst_red_video_src_uri_get_protocols),
2590         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2591         (gst_red_video_src_uri_handler_init),
2592         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2593         (gst_red_video_src_create), (gst_red_video_src_class_init),
2594         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2595           Some small and basic unit tests for playbin; not very useful yet,
2596           but at least a start.
2597
2598 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2599
2600         * gst/playback/gstplaybin.c: (setup_sinks):
2601           The old pad activation spiel.
2602
2603 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * gst/playback/gstplaybasebin.c: (setup_source):
2606           Don't hang forever if the subbin already fails to start up in 
2607           the state change to PAUSED (#339366).
2608
2609 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2610
2611         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2612         (gst_tuner_set_channel), (gst_tuner_get_channel),
2613         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2614         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2615         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2616         (gst_tuner_find_channel_by_name):
2617           Fix some function guards, add some more function guards.
2618
2619 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2620
2621         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2622         (remove_element_chain):
2623         Don't return a pad from get_our_ghost_pad unless it is actually the
2624         one we want.
2625         Change a cast in remove_element_chain slightly.
2626
2627 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2628
2629         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2630         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2631         Segment seeking needs to use the rate and set stop to -1.
2632
2633 2006-10-13  Wim Taymans  <wim@fluendo.com>
2634
2635         * gst-libs/gst/audio/gstbaseaudiosink.c:
2636         (gst_base_audio_sink_setcaps):
2637         Don't crash when ringbuffer is not yet created.
2638         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2639         Fixes #361634.
2640
2641         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2642         * gst/playback/gststreamselector.c:
2643         (gst_stream_selector_request_new_pad):
2644         Activate pads befre adding them to running elements.
2645
2646 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2647
2648         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2649         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2650         updater when we start grabing the slider. Don't wait for the
2651         pipeline to be PAUSED.
2652
2653 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2654
2655         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2656         (gst_mixer_set_volume), (gst_mixer_get_volume),
2657         (gst_mixer_set_mute), (gst_mixer_set_option),
2658         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2659         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2660         (gst_mixer_option_changed):
2661           Guard mixer interface functions against bogus arguments.
2662
2663 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2664
2665         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2666         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2667         (msg_state_changed), (main): Use state-changed messages to trigger
2668         start/stop of scale update timer. Indeed the scale slider was
2669         jumping here and there because the update timer was activated 
2670         before seek completed. This fixes instant applying of rate changes
2671         by pressing the spinbutton like a crazy man !
2672
2673 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2676
2677         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2678         (gst_basertppayload_finalize):
2679           Fix two small memory leaks (#361456).
2680
2681 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2682
2683         * tests/examples/seek/seek.c: (do_seek),
2684         (rate_spinbutton_changed_cb): When changing spinbutton we try
2685         to change the rate on the fly.
2686
2687 2006-10-10  Wim Taymans  <wim@fluendo.com>
2688
2689         * gst-libs/gst/riff/riff-ids.h:
2690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2691         (gst_riff_create_audio_template_caps):
2692         Add WMS caps.
2693
2694 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2695
2696         Patch by: Josep Torre Valles <josep@fluendo.com>
2697
2698         * ext/gnomevfs/gstgnomevfssink.c:
2699         * ext/gnomevfs/gstgnomevfssrc.c:
2700         Fix URI interface implementation return type.
2701         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2702         Fix what looks like a copy/paste issue when assigning values.
2703         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2704         (gst_audio_filter_template_get_type):
2705         Cast to prevent Forte warnings.
2706         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2707         Fix URI interface implementation return type.
2708         gst_pad_query_position requires a signed integer pointer as
2709         3rd parameter, GstClockTime is unsigned.
2710         * gst/audioconvert/audioconvert.c:
2711         Fix integer overflow when treated as signed.
2712         * gst/audioresample/resample.c: (resample_add_input_data):
2713         Cast to prevent warnings on Forte.
2714         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2715         Fix integer overflow when treated as signed.
2716         * gst/ffmpegcolorspace/imgconvert_template.h:
2717         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2718         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2719         (cleanup_decodebin):
2720         Who initialises a guint to -1!
2721         Cast function pointers to prevent warnings on Forte.
2722         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2723         (queue_threshold_reached):
2724         Cast function pointers correctly to prevent warnings on Forte.
2725         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2726         Cast function pointers correctly to prevent warnings on Forte.
2727         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2728         Obvious change to unsigned, 0xEF > max signed char.
2729         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2730         GstClockTime is unsigned, initialise correctly.
2731         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2732         Cast so pointer arithemetic doesn't cause warnings on Forte.
2733         * gst/videorate/gstvideorate.c:
2734         Use correct return value.
2735         * tests/examples/seek/scrubby.c:
2736         GstClockTime is unsigned, initialise correctly.
2737
2738 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2739
2740         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2741
2742         * gst/typefind/gsttypefindfunctions.c:
2743           Recognise XML files and XML-like files shorter than 256 bytes as
2744           well (fixes #359237).
2745
2746 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2747
2748         Patch by: Renato Filho <renato.filho@indt.org.br>
2749         
2750         * gst/typefind/gsttypefindfunctions.c:
2751         Added typefind functions to video/x-nuv media.
2752         
2753 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2754
2755         * gst-libs/gst/interfaces/xoverlay.c:
2756         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2757           Some more guards against invalid input.
2758
2759 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2760
2761         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2762         Useless goto.
2763         * tests/examples/seek/seek.c: (do_seek),
2764         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2765         seek example to experiment with rates != 1.0 (reverse playback !)
2766
2767 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2768
2769         * gst-libs/gst/interfaces/xoverlay.c:
2770           Unref message in doc-example (spotted by Robert McQueen)
2771
2772 2006-10-06  Wim Taymans  <wim@fluendo.com>
2773
2774         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2775         (mpeg1_parse_header), (mpeg1_sys_type_find):
2776         printf fix.
2777
2778 2006-10-06  Wim Taymans  <wim@fluendo.com>
2779
2780         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2781         (close_pad_link):
2782         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2783         Activate dynamic pads before adding them to the element.
2784
2785 2006-10-06  Michael Smith  <msmith@fluendo.com>
2786
2787         * gst-libs/gst/floatcast/floatcast.h:
2788           Fix obviously-bogus macros; use the correct types.
2789
2790 2006-10-06  Wim Taymans  <wim@fluendo.com>
2791
2792         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2793         (gst_base_rtp_depayload_change_state):
2794         Also call parent state change function to activate pads.
2795
2796         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2797         (mpeg1_parse_header), (mpeg1_sys_type_find):
2798         Add some more debug info in mpeg typefinding.
2799
2800 2006-10-06  Michael Smith  <msmith@fluendo.com>
2801
2802         * ext/theora/theoradec.c: (theora_dec_chain):
2803           Zero byte theora packets are valid and well-defined; don't warn on
2804           them.
2805
2806 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2807
2808         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2809         (gst_multi_fd_sink_get_stats), (find_limits),
2810         (gst_multi_fd_sink_queue_buffer):
2811           API: add dropped_buffers to the get-stats GValueArray
2812
2813 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2814
2815         * ext/alsa/gstalsadeviceprobe.c:
2816         (gst_alsa_device_property_probe_get_values):
2817         * ext/alsa/gstalsasink.c: (set_hwparams):
2818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2819         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2821         (gst_ogg_mux_process_best_pad):
2822         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2823         (gst_ogg_parse_chain):
2824         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2825         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2826         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2827         (gst_vorbis_enc_buffer_check_discontinuous):
2828         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2829         * gst-libs/gst/audio/gstbaseaudiosink.c:
2830         (gst_base_audio_sink_render):
2831         * gst-libs/gst/cdda/gstcddabasesrc.c:
2832         (gst_cdda_base_src_handle_track_seek):
2833         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2834         (gst_base_rtp_depayload_push_full):
2835         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2836         * gst/audioresample/resample.c: (resample_input_pushthrough):
2837         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2838         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2839         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2840         (wavpack_type_find):
2841         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2842         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2843         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2844         * tests/check/elements/volume.c: (GST_START_TEST):
2845           Printf format fixes.
2846
2847 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2848
2849         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2850           Fix a simple mistake (see the docs)
2851           Fixes #359580
2852
2853 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2854
2855         * docs/plugins/Makefile.am:
2856         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2857         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2858         * docs/plugins/gst-plugins-base-plugins.args:
2859         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2860         * docs/plugins/inspect/plugin-adder.xml:
2861         * docs/plugins/inspect/plugin-alsa.xml:
2862         * docs/plugins/inspect/plugin-audioconvert.xml:
2863         * docs/plugins/inspect/plugin-audiorate.xml:
2864         * docs/plugins/inspect/plugin-audioresample.xml:
2865         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2866         * docs/plugins/inspect/plugin-cdparanoia.xml:
2867         * docs/plugins/inspect/plugin-decodebin.xml:
2868         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2869         * docs/plugins/inspect/plugin-gdp.xml:
2870         * docs/plugins/inspect/plugin-gnomevfs.xml:
2871         * docs/plugins/inspect/plugin-libvisual.xml:
2872         * docs/plugins/inspect/plugin-ogg.xml:
2873         * docs/plugins/inspect/plugin-pango.xml:
2874         * docs/plugins/inspect/plugin-playbin.xml:
2875         * docs/plugins/inspect/plugin-subparse.xml:
2876         * docs/plugins/inspect/plugin-tcp.xml:
2877         * docs/plugins/inspect/plugin-theora.xml:
2878         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2879         * docs/plugins/inspect/plugin-video4linux.xml:
2880         * docs/plugins/inspect/plugin-videorate.xml:
2881         * docs/plugins/inspect/plugin-videoscale.xml:
2882         * docs/plugins/inspect/plugin-videotestsrc.xml:
2883         * docs/plugins/inspect/plugin-volume.xml:
2884         * docs/plugins/inspect/plugin-vorbis.xml:
2885         * docs/plugins/inspect/plugin-ximagesink.xml:
2886         * docs/plugins/inspect/plugin-xvimagesink.xml:
2887           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2888
2889 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2890
2891         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2892
2893         * ext/vorbis/Makefile.am:
2894         * ext/vorbis/vorbis.c: (plugin_init):
2895         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2896         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2897         * ext/vorbis/vorbisparse.h:
2898         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2899         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2900         (gst_vorbis_tag_parse_packet):
2901         * ext/vorbis/vorbistag.h:
2902           Add new vorbistag element which derives from vorbisparse
2903           and is essentially the same as well, only that it implements
2904           the GstTagSetter interface and can modify the stream's
2905           vorbiscomment on the fly (#335635).
2906
2907         * tests/check/Makefile.am:
2908         * tests/check/elements/.cvsignore:
2909         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2910         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2911         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2912         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2913           Add unit test for new vorbistag element.
2914
2915 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2916
2917         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2918         (vorbis_parse_push_headers), (vorbis_parse_chain):
2919           Set BOS flag in packet structure to fix 'jump depends
2920           on unitialized value' errors in valgrind; various minor
2921           clean-ups.
2922
2923 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2924
2925         * gst/playback/gstdecodebin.c: (close_pad_link):
2926         Fix typo in a debug statement.
2927
2928         * gst/playback/gstplaybasebin.c: (probe_triggered),
2929         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2930         (gen_source_element), (source_new_pad), (analyse_source),
2931         (setup_source):
2932         When handling no_more_pads in new_decoded_pad, make sure to treat
2933         subtitle pads correctly. Fixes playback with subtitle files.
2934
2935         Move a recurring message to LOG level.
2936
2937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2938         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2939         which ends up as -1 when cast to an int. Make the logic handle the
2940         max value as an unsigned mask and only change the colorkey when it's
2941         a value we recognise.
2942
2943 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2944
2945         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2946         Removed empty * between paragraphs
2947
2948 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2949
2950         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2951         * gst-libs/gst/rtp/README:
2952         Moved some documentation into .c file
2953
2954 2006-09-29  Wim Taymans  <wim@fluendo.com>
2955
2956         * gst/playback/gstdecodebin.c: (no_more_pads):
2957         Fix compilation.
2958
2959 2006-09-29  Wim Taymans  <wim@fluendo.com>
2960
2961         * gst/playback/gstdecodebin.c: (new_caps):
2962         Remove g_print
2963
2964         * gst/playback/gstplaybin.c:
2965         Add some docs.
2966
2967 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2968
2969         * tests/check/Makefile.am:
2970           Re-enable cddabasesrc test to see if it works again
2971           now.
2972
2973 2006-09-29  Wim Taymans  <wim@fluendo.com>
2974
2975         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2976         (gen_source_element):
2977         Handle invalid URIs a bit more gracefully.
2978
2979 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         * tests/check/pipelines/oggmux.c:
2982           Remove obsolete comment.
2983
2984 2006-09-29  Michael Smith  <msmith@fluendo.com>
2985
2986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2987         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2988         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2989         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2990         (gst_ogg_mux_collected):
2991           Commit patch from James "Doc" Livingston, adds proper EOS handling
2992           in oggmux. GStreamer can, for the first time ever, create a valid
2993           Ogg file! Yay!
2994
2995         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2996         (oggmux_suite):
2997           Reenable tests now that they pass.
2998
2999 2006-09-29  Wim Taymans  <wim@fluendo.com>
3000
3001         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3002         Stop reading commands when EOF (we read 0) as well.
3003
3004 2006-09-28  Wim Taymans  <wim@fluendo.com>
3005
3006         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3007         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3008         (find_dynamic), (unlinked), (close_link):
3009         Implement delayed caps linking needed for element with a lot of
3010         different caps on the src pads that get fixed at runtime.
3011         Improve management of dynamic elements.
3012
3013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3014         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3015         (gen_preroll_element), (remove_groups), (unknown_type),
3016         (add_element_stream), (no_more_pads_full), (no_more_pads),
3017         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3018         (new_decoded_pad), (setup_subtitle), (array_has_value),
3019         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3020         (analyse_source), (remove_decoders), (make_decoder),
3021         (remove_source), (setup_source), (finish_source), (prepare_output),
3022         (gst_play_base_bin_change_state):
3023         * gst/playback/gstplaybasebin.h:
3024         Use more _CAST instead of full type checking casts.
3025         Small cleanups, plug some leaks.
3026         Handle dynamic sources.
3027         Add some helper functions to create lists of strings used for
3028         blacklisting and other stuff.
3029         Refactor some code dealing with analysing the source.
3030         Re-enable sources without pads (like cd:// or other selfcontained
3031         elements).
3032
3033 2006-09-28  Wim Taymans  <wim@fluendo.com>
3034
3035         * gst-libs/gst/audio/gstbaseaudiosink.c:
3036         (gst_base_audio_sink_render):
3037         When we have a timestamp, we can still perform clipping.
3038         When we have no clock, we must play the sample ASAP.
3039
3040 2006-09-28  Wim Taymans  <wim@fluendo.com>
3041
3042         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3043         Set caps on outgoing buffers.
3044
3045         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3046         (gst_video_rate_event), (gst_video_rate_chain):
3047         * gst/videorate/gstvideorate.h:
3048         Fix videorate some more. Fixes #357977
3049
3050 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3051
3052         * tests/check/elements/adder.c: (adder_suite):
3053           Don't set timeout to 6 seconds when we're running
3054           in valgrind ... (and how is 6 seconds longer than
3055           the default anyway?)
3056
3057 2006-09-28  Wim Taymans  <wim@fluendo.com>
3058
3059         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3060         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3061         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3062         Keep sink and src segment to keep track of time and support more
3063         input formats.
3064         Fix bogus next_offset and run_time calculation, don't understand how
3065         this could have worked before. Fixes #357976.
3066         Remove some unneeded vars.
3067
3068 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3069
3070         * gst/playback/gstplaybin.c: (remove_sinks):
3071           Only remove visualisation from visbin if there is a visbin (or:
3072           don't throw warnings when closing totem without playing a file).
3073
3074 2006-09-27  Wim Taymans  <wim@fluendo.com>
3075
3076         * gst-libs/gst/audio/gstbaseaudiosink.c:
3077         (gst_base_audio_sink_render):
3078         Add some more info in a WARNING.
3079
3080         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3081         (gst_base_audio_src_create):
3082         Handle PAUSE in create function, use new -core addition to
3083         wait for playing. Fixes pausing and resuming capture from an
3084         audiosrc.
3085
3086         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3087         (gst_ring_buffer_read):
3088         Constify some more.
3089         Caller supports interrupted reads now.
3090
3091 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3092
3093         * tests/check/Makefile.am:
3094           Another attempt to make the gen64 buildbot happy.
3095
3096 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3097
3098         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3099
3100         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3101         (gst_visual_chain), (gst_visual_change_state):
3102           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3103           correctly. Fixes #357800
3104
3105 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3106
3107         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3108           Add timeout to _get_state() so we see which pipeline it is
3109           that causes trouble on the gen64 build bot.
3110
3111 2006-09-27  Wim Taymans  <wim@fluendo.com>
3112
3113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3114         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3115         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3116         (gst_base_rtp_depayload_set_gst_timestamp):
3117         the source pad always uses fixed caps.
3118
3119 2006-09-27  Wim Taymans  <wim@fluendo.com>
3120
3121         * docs/libs/gst-plugins-base-libs-docs.sgml:
3122         * docs/libs/gst-plugins-base-libs-sections.txt:
3123         * gst-libs/gst/audio/gstaudioclock.c:
3124         * gst-libs/gst/audio/gstaudioclock.h:
3125         * gst-libs/gst/audio/gstaudiosink.c:
3126         * gst-libs/gst/audio/gstaudiosink.h:
3127         * gst-libs/gst/audio/gstaudiosrc.c:
3128         * gst-libs/gst/audio/gstbaseaudiosink.c:
3129         (gst_base_audio_sink_render):
3130         * gst-libs/gst/audio/gstbaseaudiosink.h:
3131         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3132         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3133         * gst-libs/gst/audio/gstringbuffer.h:
3134         Added docs for the audio libs.
3135
3136 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3137
3138         * tests/check/Makefile.am:
3139           Temporarily disable test that fails on the bots for unknown reasons.
3140
3141 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3142
3143         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3144         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3145         Moved AudioCodecType into priv
3146         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3147
3148 2006-09-25  Wim Taymans  <wim@fluendo.com>
3149
3150         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3151         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3152         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3153         (new_pad):
3154         Cleanups and small leak fixes.
3155         Added Depayloaders to valid list of autopluggable elements.
3156
3157 2006-09-25  Wim Taymans  <wim@fluendo.com>
3158
3159         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3160         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3161         (gen_video_element), (gen_text_element), (gen_audio_element),
3162         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3163         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3164         Detect NO_PREROLL state change returns and disable clock distribution to
3165         the sinks so that sync is disabled.
3166         Avoid some type checking and do simple casts instead.
3167         Small cleanups, fix some FIXMEs.
3168         Be more robust when linking user specified elements, catch an report
3169         errors. Fixes #357404.
3170         Fix some leaks in the error paths.
3171
3172 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3173
3174         * ChangeLog:
3175           ChangeLog surgery for missing bug-number
3176
3177 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3178
3179         Patch by: Peter Kjellerstedt  <pkj at axis com>
3180
3181         * gst/playback/test.c:
3182           Fix compilation with uClibc and -Werror (#357591).
3183
3184 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3185
3186         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3187           Parse dates that are followed by a time as well (#357532).
3188
3189         * tests/check/libs/tag.c: (test_vorbis_tags):
3190           Add unit test for this.
3191
3192 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3193
3194         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3195         (gst_audio_convert_transform_caps):
3196         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3197         * gst/videotestsrc/videotestsrc.h:
3198           A few array const-ifications.
3199
3200 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3201
3202         * tests/check/Makefile.am:
3203           See if this makes the build bots happy.
3204
3205         * tests/check/libs/cddabasesrc.c:
3206           UTF8-ise my name.
3207
3208 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3209
3210         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3211
3212         * gst/subparse/samiparse.c: (handle_start_font),
3213         (fix_invalid_entities):
3214           More case-insensitivity for certain tags; recognise entities with
3215           decimal codes as special entities as well (#357330).
3216
3217 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3218
3219         * gst-libs/gst/Makefile.am:
3220           Need to build tag directory before cdda.
3221
3222 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3223
3224         * docs/libs/gst-plugins-base-libs-sections.txt:
3225         * gst-libs/gst/cdda/Makefile.am:
3226         * gst-libs/gst/cdda/gstcddabasesrc.c:
3227         (gst_cdda_base_src_base_init):
3228         * gst-libs/gst/cdda/gstcddabasesrc.h:
3229         * gst-libs/gst/tag/tag.h:
3230         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3231         (gst_tag_register_musicbrainz_tags):
3232           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3233           depend on libgsttag. This is required so we can extract/read tags like
3234           DISCID without depending on libgstcddabasesrc (which used to register
3235           them).
3236
3237         * gst-libs/gst/tag/gstvorbistag.c:
3238           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3239           tags (also see #347848).
3240
3241         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3242           Log vorbis comments we are actually writing. Const-ify array.
3243
3244 2006-09-23  Wim Taymans  <wim@fluendo.com>
3245
3246         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3247         Improve buffering a bit by avoiding a deadlock because we cannot assume
3248         the underrun is always called.
3249
3250 2006-09-23  Wim Taymans  <wim@fluendo.com>
3251
3252         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3253
3254         * gst-libs/gst/riff/riff-ids.h:
3255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3256         (gst_riff_create_audio_template_caps):
3257         Added MPEG-4 AAC and id and caps. Fixes #357289
3258         Added WMA9 Lossless id.
3259
3260 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3261
3262         * ext/gnomevfs/gstgnomevfssrc.c:
3263           Fix misleading docs addition.
3264
3265         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3266           Get rid of compiler warning the right way.
3267
3268 2006-09-22  Wim Taymans  <wim@fluendo.com>
3269
3270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3271         (gst_base_rtp_depayload_finalize),
3272         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3273         (gst_base_rtp_depayload_push_full),
3274         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3275         (gst_base_rtp_depayload_process),
3276         (gst_base_rtp_depayload_set_gst_timestamp),
3277         (gst_base_rtp_depayload_queue_release):
3278         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3279         Small cleanups.
3280         Fix some leaks.
3281         Refactored the process method and added methods to push from the process
3282         vmethod.
3283         Use _scale functions.
3284         API: gst_base_rtp_depayload_push_ts
3285         API: gst_base_rtp_depayload_push
3286
3287         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3288         timestamps are uint.
3289
3290 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3291
3292         * gst-libs/gst/interfaces/xoverlay.c:
3293           Remove unused statement from doc example.
3294
3295 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3296
3297         * gst-libs/gst/interfaces/videoorientation.c:
3298         (gst_video_orientation_iface_init),
3299         (gst_video_orientation_get_hflip),
3300         (gst_video_orientation_get_vflip),
3301         (gst_video_orientation_get_hcenter),
3302         (gst_video_orientation_get_vcenter),
3303         (gst_video_orientation_set_hflip),
3304         (gst_video_orientation_set_vflip),
3305         (gst_video_orientation_set_hcenter),
3306         (gst_video_orientation_set_vcenter):
3307           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3308           in ChangeLog)
3309
3310 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3311
3312         * tests/check/Makefile.am:
3313         * tests/check/elements/.cvsignore:
3314         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3315         (create_rgb_conversions), (rgb_conversion_free),
3316         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3317         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3318           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3319           but disable for now since it doesn't pass (something wrong with
3320           RGBA somewhere).
3321
3322 2006-09-21  Wim Taymans  <wim@fluendo.com>
3323
3324         * gst/playback/gstplaybasebin.c: (group_commit),
3325         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3326         (queue_out_of_data), (gen_preroll_element),
3327         (preroll_remove_overrun), (probe_triggered):
3328         Refactor handling of overrun detection.
3329         Separate handling of group completion and deadlock detection when doing
3330         network buffering. This should fix some deadlocks that were not detected
3331         because the group was completed.
3332         Add more comments, improve debugging.
3333
3334 2006-09-21  Wim Taymans  <wim@fluendo.com>
3335
3336         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3337         * tests/check/libs/audio.c:
3338         Some more compilation fixes.
3339
3340 2006-09-21  Wim Taymans  <wim@fluendo.com>
3341
3342         * gst-libs/gst/audio/gstringbuffer.c:
3343         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3344         (gst_ring_buffer_read):
3345         Early morning compilation fix.
3346
3347 2006-09-20  Wim Taymans  <wim@fluendo.com>
3348
3349         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3350         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3351         * tests/check/elements/videorate.c: (GST_START_TEST):
3352         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3353         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3354         Fix some warnings.
3355
3356 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3357
3358         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3359         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3360         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3361           Handcrafted merge to help CVS understanding what I changed and what
3362           not.
3363
3364 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3365
3366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3367         (gst_xvimagesink_get_times):
3368           change colorkey behaviour back according to #354773 comment 6/7
3369
3370 2006-09-19  Michael Smith  <msmith@fluendo.com>
3371
3372         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3373         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3374         (gst_multi_fd_sink_recover_client),
3375         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3376         (gst_multi_fd_sink_get_property):
3377         * gst/tcp/gstmultifdsink.h:
3378           Implement stubbed out properties unit-type, units-soft-max,
3379           units-max, to allow specifying maximum sizes in units other than
3380           buffers.
3381           Fixes #355935
3382
3383 2006-09-19  Wim Taymans  <wim@fluendo.com>
3384
3385         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3386         (gst_riff_create_audio_template_caps):
3387         Reorder the audio formats a bit for clarity.
3388         Detect and create caps for MSGSM and MSN (WAV49).
3389         Fixes #356596.
3390
3391         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3392         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3393         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3394         Small cleanups, move error handling out of normal flow for clarity.
3395
3396 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3397
3398         * docs/libs/gst-plugins-base-libs-docs.sgml:
3399         * docs/libs/gst-plugins-base-libs.types:
3400         * gst-libs/gst/interfaces/Makefile.am:
3401         * gst-libs/gst/interfaces/videoorientation.c:
3402         (gst_video_orientation_get_type),
3403         (gst_video_orientation_iface_init),
3404         (gst_video_orientation_get_hflip),
3405         (gst_video_orientation_get_vflip),
3406         (gst_video_orientation_get_hcenter),
3407         (gst_video_orientation_get_vcenter),
3408         (gst_video_orientation_set_hflip),
3409         (gst_video_orientation_set_vflip),
3410         (gst_video_orientation_set_hcenter),
3411         (gst_video_orientation_set_vcenter):
3412         * gst-libs/gst/interfaces/videoorientation.h:
3413           API: Add new interface to control video orientation (fixes #354908)
3414
3415 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3416
3417         * gst/videotestsrc/gstvideotestsrc.c:
3418           Use G_UNLIKELY in _create and log one more detail.
3419           
3420         (gst_video_test_src_get_times), (gst_video_test_src_create):
3421         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3422           Use gst_util_uint64_scale_int in _get_times().
3423
3424 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3425
3426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3427           Give better warning message (add object and detail).
3428
3429 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3430
3431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3432         (gst_xvimagesink_get_times):
3433           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3434           #354773), use gst_util_uint64_scale_int in _get_times()
3435
3436 2006-09-18  Michael Smith  <msmith@fluendo.com>
3437
3438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3439           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3440           always true, leading to dropping all timestamps.
3441
3442 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3443
3444         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3445         (gst_visual_chain), (gst_visual_change_state):
3446           update to work also with libvisual 0.4 API, fix double unref (#355914)
3447           
3448         * tools/gst-launch-ext.1.in:
3449         * tools/gst-visualise.1.in:
3450           remove references to old man-pages
3451
3452         * tests/examples/seek/seek.c: (main):
3453           add real meadi-buttons, add tool-tips for the seek-options, arrange
3454           seek options in a table
3455
3456 2006-09-18  Michael Smith  <msmith@fluendo.com>
3457
3458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3459         (gst_ogg_mux_push_buffer):
3460           Don't generate out-of-order timestamps from oggmux, instead clamp
3461           output timestamps to be >= the previously output ts.
3462           Fixes #355595
3463
3464 2006-09-18  Michael Smith  <msmith@fluendo.com>
3465
3466         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3467         (gst_multi_fd_sink_class_init):
3468           Updates, fixes, and typo corrections for multifdsink. No functional
3469           changes.
3470
3471 2006-09-17  Michael Smith  <msmith@fluendo.com>
3472
3473         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3474           Don't crash on truncated files - check that we got an 8 byte buffer
3475           before trying to memcmp it.
3476
3477 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3478
3479         * gst/playback/gstplaybasebin.c: (get_active_source):
3480           Make stream-switching appear instant to the application
3481           (ie. make sure that a g_object_get on 'current-foo' returns
3482           the stream previously set with g_object_set(). Totem needs
3483           this to update stream-related meta-info (like audio-codec)
3484           correctly when switching streams.
3485
3486 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3489         (gst_alsa_mixer_ensure_track_list):
3490           Try harder to guess which mixer track is the master mixer
3491           track (instead of just taking the first one that has a pvolume).
3492           Fixes #342228.
3493
3494 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3495
3496         reviewed by: <delete if not using a buddy>
3497
3498         * gst-libs/gst/audio/audio.h:
3499         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3500
3501 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3502
3503         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3504         (gst_audio_convert_transform_caps):
3505           Get structure-name just once.
3506
3507 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3508
3509         * tests/check/elements/audioresample.c: (GST_START_TEST):
3510         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3511         * tests/check/elements/volume.c: (GST_START_TEST):
3512         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3513         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3514         (test_pipeline), (GST_START_TEST):
3515         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3516         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3517           Fix big batch of compiler warnings.
3518
3519 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3520
3521         * ext/gnomevfs/gstgnomevfssrc.c:
3522           Add docs about icydemux usage in connection with gnomevfssrc
3523
3524         * ext/libvisual/visual.c:
3525         * ext/ogg/gstoggaviparse.c:
3526         * ext/ogg/gstoggdemux.c:
3527         * ext/ogg/gstoggmux.c:
3528         * ext/ogg/gstoggparse.c:
3529         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3530         * gst-libs/gst/audio/gstaudiosink.c:
3531         * gst-libs/gst/audio/gstaudiosrc.c:
3532         * gst/audiorate/gstaudiorate.c:
3533           More G_OBJECT macro fixing.
3534
3535         * gst/audiotestsrc/gstaudiotestsrc.h:
3536           Fix wrong info in header due to copy & paste
3537
3538 2006-09-15  Wim Taymans  <wim@fluendo.com>
3539
3540         * gst-libs/gst/audio/gstbaseaudiosink.c:
3541         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3542         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3543         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3544         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3545         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3546         Do the delay calculation in the source/sink base classes as this is
3547         specific for the capture/playback mode.
3548         Try to fixate a bit better, like round depth up to a multiple of 8
3549         bigger than width.
3550         Handle underruns correctly by marking DISCONT on buffers and adjusting
3551         timestamps to handle the gap.
3552         Set offset/offset_end correctly on buffers.
3553
3554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3555         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3556         (gst_ring_buffer_read):
3557         Remove resync and underrun recovery from the ringbuffer.
3558         Fix ringbuffer read code on under/overrun.
3559
3560 2006-09-15  Wim Taymans  <wim@fluendo.com>
3561
3562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3563         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3564         (queue_threshold_reached), (gst_play_base_bin_set_property),
3565         (gst_play_base_bin_get_property):
3566         * gst/playback/gstplaybasebin.h:
3567         Don't use a 0 low watermark when buffering, it is catching starvation
3568         way too late. Instead, use a 3 second queue with 30 and 95
3569         percent low/high watermarks. 
3570         Added queue-min-threshold property to configure low watermark.
3571         Use new _buffering message API.
3572         Make queue_threshold variable big enough to store a uint64 time value.
3573         API: playbin::queue-min-threshold property.
3574
3575 2006-09-15  Wim Taymans  <wim@fluendo.com>
3576
3577         * configure.ac:
3578         We require 0.10.10.1 now because of _wait_preroll().
3579
3580         * gst-libs/gst/audio/gstbaseaudiosink.c:
3581         (gst_base_audio_sink_render):
3582         Use gst_base_sink_wait_preroll().
3583
3584 2006-09-15  Wim Taymans  <wim@fluendo.com>
3585
3586         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3587         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3588         Use DEBUG_OBJECT more.
3589
3590 === release 0.10.10 ===
3591
3592 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3593
3594         patch by: Michael Smith <msmith at fluendo dot com>
3595
3596         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3597         (gst_multi_fd_sink_client_queue_buffer),
3598         (gst_multi_fd_sink_new_client):
3599         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3600         (multifdsink_suite):
3601           Fix implementation of sync-method 'next-keyframe'
3602           Closes #354594
3603
3604 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3605
3606         patch by: Wim Taymans <wim at fluendo dot com>
3607
3608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3609         This patch removes the RANDOM flag that was incorrectly introduced with
3610         revision 1.91.  Fixes #354590
3611
3612 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * tests/check/Makefile.am:
3615           Random variation in Makefile line to see if it makes the
3616           gen64-base-full bot any happier.
3617
3618 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3619
3620         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3621           Disable test that fails at the moment (killed after timeout).
3622
3623 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         Patch by: James Livingston  <doclivingston at gmail.com>
3626
3627         * tests/check/Makefile.am:
3628         * tests/check/pipelines/.cvsignore:
3629         * tests/check/pipelines/oggmux.c: (get_page_codec),
3630         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3631         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3632         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3633         (test_theora_vorbis), (oggmux_suite):
3634           Add simple unit test for oggmux from #337026 with checking for the
3635           EOS flags disabled for the time being.
3636
3637 2006-09-04  Wim Taymans  <wim@fluendo.com>
3638
3639         patch by: Alessandro Dessina <alessandro nnva org>
3640
3641         * ext/ogg/gstoggmux.c:
3642         Add cmml caps to oggmux. Fixes #353912
3643
3644 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3645
3646         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3647           Returning a return value often helps. In this case, we
3648           don't need the return value anyway, so just get rid of it.
3649           Should make build bots much happier.
3650
3651 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3652
3653         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3654         (paint_get_structure), (gst_video_test_src_get_size),
3655         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3656         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3657         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3658         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3659         * gst/videotestsrc/videotestsrc.h:
3660           Add support for AYUV and the various RGBA formats. Initialise
3661           fields of paintinfo structs allocated on the stack.
3662
3663         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3664         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3665         (check_rgb_buf), (videotestsrc_suite):
3666           Add unit tests for videotestsrc's RGB output.
3667
3668 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3669
3670         * gst/videotestsrc/gstvideotestsrc.c:
3671         (gst_video_test_src_pattern_get_type),
3672         (gst_video_test_src_set_pattern):
3673         * gst/videotestsrc/gstvideotestsrc.h:
3674         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3675         (gst_video_test_src_black), (gst_video_test_src_white),
3676         (gst_video_test_src_red), (gst_video_test_src_green),
3677         (gst_video_test_src_blue):
3678         * gst/videotestsrc/videotestsrc.h:
3679           Add more uni-colour patterns ("white", "red", "green", and "blue").
3680
3681 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3684           Fix stride for YVYU, should be word-aligned (#353658).
3685
3686 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3687
3688         * gst/adder/gstadder.c: (gst_adder_src_event):
3689           Fix build.
3690
3691 2006-08-31  Edward Hervey  <edward@fluendo.com>
3692
3693         * gst/adder/gstadder.c: (forward_event_func),
3694         (gst_adder_src_event), (gst_adder_collected),
3695         (gst_adder_change_state):
3696         * gst/adder/gstadder.h:
3697         Remember the start position asked in the incoming seeks, so we can
3698         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3699         of assuming it will always be 0).
3700
3701 2006-08-31  Edward Hervey  <edward@fluendo.com>
3702
3703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3704         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3705         (gst_ogg_demux_loop):
3706         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3707
3708 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3711         (gst_ffmpegcsp_get_unit_size):
3712           Return FALSE instead of returning a random false unit
3713           size when the format isn't known/supported (even if
3714           this shouldn't happen under normal circumstances).
3715
3716 2006-08-29  Wim Taymans  <wim@fluendo.com>
3717
3718         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3719
3720         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3721         (gst_gnome_vfs_src_start):
3722         Try harder to get the size from a uri by using _info_uri() when
3723         _info_from_handle() does not give us enough info. 
3724         Also follow symlinks when getting the size.
3725         Partially Fixes #332864.
3726
3727 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3728
3729         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3730
3731         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3732         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3733         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3734         (gst_alsa_mixer_set_record):
3735         * ext/alsa/gstalsamixertrack.c:
3736         (gst_alsa_mixer_track_update_alsa_capabilities),
3737         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3738         (gst_alsa_mixer_track_update):
3739         * ext/alsa/gstalsamixertrack.h:
3740           Improve and fix mixer track handling, in particular better handling
3741           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3742           separate track objects for tracks that have both capture and playback
3743           volume (and label them differently as well so they're not mistakenly
3744           assumed to be duplicates); classify mixer tracks that only affect
3745           the audible volume of something (rather than the capture volume)
3746           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3747           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3748           (following the meaning documented in the mixer interface header
3749           file); add support for alsa's exclusive cswitch groups; update/sync
3750           state/flags better if mixer settings are changed by another
3751           application. Fixes #336075.
3752
3753 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         * gst/playback/gstplaybin.c:
3756           Improve docs: add section about BUFFERING messages sent by playbin.
3757
3758 2006-08-29  Michael Smith  <msmith@fluendo.com>
3759
3760         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3761         (gst_vorbis_enc_buffer_check_discontinuous),
3762         (gst_vorbis_enc_chain):
3763           Ignore explicit DISCONT marked on buffers (which is often spurious,
3764           particularly when using multiple segments), in favour of solely
3765           using the timestamps/durations.
3766
3767 2006-08-29  Edward Hervey  <edward@fluendo.com>
3768
3769         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3770         Don't rely on incoming buffers offset anymore, since it is completely
3771         broken when using multiple segments.
3772         Instead convert the incoming buffers timestamp to running time, and
3773         then convert that value to the offsets.
3774         Also inform GstSegment of the last outputted stop position, which is
3775         needed if we received several segments with an unknown stop value.
3776
3777 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3778
3779         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3780           fix buffer unreffing on a header push failure
3781
3782 2006-08-28  Wim Taymans  <wim@fluendo.com>
3783
3784         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3785         (gst_audio_rate_chain):
3786         Make the metadata of the buffer writable before changing its
3787         flags.
3788
3789 2006-08-28  Wim Taymans  <wim@fluendo.com>
3790
3791         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3792         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3793         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3794         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3795         Fix audiorate some more.
3796         Reset and resync counters on flush and READY.
3797         Handle the DISCONT flag correctly.
3798         Use GstSegment to track position.
3799         Fail when not negotiated.
3800         Fixes #353234.
3801
3802 2006-08-25  Michael Smith  <msmith@fluendo.com>
3803
3804         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3805           Fix spelling.
3806           Remove accidently included debug line.
3807
3808 2006-08-25  Wim Taymans  <wim@fluendo.com>
3809
3810         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3811         Small cleanups.
3812         If a buffer is received with no caps, make the buffer metadata
3813         writable and set the caps, making sure that we don't screw up the
3814         refcounts.
3815
3816 2006-08-25  Michael Smith  <msmith@fluendo.com>
3817
3818         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3819         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3820           Fix memory leaks and misleading debug messages, add a couple of
3821           comments.
3822
3823         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3824         (gst_multi_fd_sink_render):
3825           Do not use gst_buffer_make_writable() in a basesink render method,
3826           as it may incorrectly unref the buffer. Instead, use convoluted
3827           dance to avoid copying the buffer except when we need to.
3828
3829 2006-08-25  Michael Smith  <msmith@fluendo.com>
3830
3831         * ext/vorbis/vorbisenc.c:
3832         (gst_vorbis_enc_buffer_check_discontinuous):
3833           Allow very small discontinuities in the timestamps. These we can't
3834           do anything useful with anyway (because vorbis's timestamps have
3835           only sample granularity), and are commonly produced by elements with
3836           minor bugs. Allow up to 1/2 a sample out.
3837           Fixes #351742.
3838
3839 2006-08-24  Wim Taymans  <wim@fluendo.com>
3840
3841         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3842         (play_scrub_toggle_cb), (main):
3843         Add a checkbox to enable play scrubbing. Makes it possible to disable
3844         normal scrubbing.
3845
3846 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3847
3848         * tests/check/elements/.cvsignore:
3849           make buildbot happy
3850
3851 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3852
3853         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3854         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3855         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3856         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3857         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3858         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3859         (gst_ogm_text_parse_strip_trailing_zeroes),
3860         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3861         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3862           Refactor ogm parse, do better input checking, misc. clean-ups.
3863           Cache incoming events and push them once the source pad has
3864           been created. Don't pass unterminated strings to sscanf().
3865           Strip trailing zeroes from subtitle text output, since they
3866           are not valid UTF-8. Don't push vorbiscomment packets on
3867           the subtitle text pad. Output perfect streams if possible.
3868
3869 2006-08-23  Wim Taymans  <wim@fluendo.com>
3870
3871         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3872         Waits for tasks to settle down so that we clean up correctly for 
3873         valgrind.
3874
3875 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3878           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3879           actually return return value in taglists_are_equal.
3880
3881 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3884           Fix crash due to broken bitstream parsing on x86-64: can't make
3885           any assumptions about sizeof(struct) due to alignment/packing
3886           differences on different architectures. Fixes #351790.
3887
3888 2006-08-22  Wim Taymans  <wim@fluendo.com>
3889
3890         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3891         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3892         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3893         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3894         (gst_riff_parse_info):
3895         Protect public functions against bad input.
3896         Do some cleanups.
3897         Fix documentation.
3898
3899 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * gst-libs/gst/riff/riff-ids.h:
3902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3903           Add voxware audio IDs (even if we can't play it) (#351795).
3904
3905 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3906
3907         * gst-libs/gst/riff/riff-media.c:
3908         (gst_riff_create_video_template_caps),
3909         (gst_riff_create_audio_template_caps),
3910         (gst_riff_create_iavs_template_caps):
3911           Const-ify some arrays and use G_N_ELEMENTS instead
3912           of wasting oodles of RAM on terminator bits.
3913
3914 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         * gst-libs/gst/tag/gstvorbistag.c:
3917         (gst_tag_list_to_vorbiscomment_buffer):
3918         * tests/check/libs/tag.c: (GST_START_TEST):
3919           And the same for _to_vorbiscomment_buffer(): allow
3920           id_data_len == 0 for speex.
3921
3922 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3923
3924         * configure.ac:
3925         * docs/plugins/Makefile.am:
3926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3928         * docs/plugins/inspect/plugin-gdp.xml:
3929         * gst/gdp/Makefile.am:
3930         * tests/check/Makefile.am:
3931           Move GDP plugin to -base from -bad.  Closes #347783.
3932
3933 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3934
3935         * gst-libs/gst/tag/gstvorbistag.c:
3936         (gst_tag_list_from_vorbiscomment_buffer):
3937           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3938           Also add some checks to make sure we don't memcmp() beyond the end of
3939           vorbiscomment buffer if the ID to check for is larger than the buffer.
3940
3941         * tests/check/libs/tag.c: (GST_START_TEST):
3942           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3943
3944 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3947         (gst_vorbis_enc_set_metadata):
3948           Use vorbis comment utility functions from libgsttag
3949           instead of re-inventing the wheel (partially fixes #347091).
3950
3951 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3952
3953         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3954         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3955         as some that won't.
3956
3957 2006-08-21  Wim Taymans  <wim@fluendo.com>
3958
3959         * docs/libs/Makefile.am:
3960         * docs/libs/gst-plugins-base-libs-sections.txt:
3961         * docs/libs/gst-plugins-base-libs.types:
3962         Don't try to GObject scan the netbuffer as it's not a GObject.
3963         Fixes #351308.
3964
3965         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3966         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3967         Document GstNetBuffer.
3968
3969 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3970
3971         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3972         (audioconvert_suite):
3973           Add testcase for caps-size-explosion
3974
3975 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3976
3977         * gst/audioconvert/gstaudioconvert.c:
3978         (gst_audio_convert_get_unit_size), (set_structure_widths):
3979           Lower debug, use g_assert in _get_unit_size
3980
3981         * gst/audioresample/gstaudioresample.c:
3982         (audioresample_get_unit_size):
3983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3984         (gst_ffmpegcsp_get_unit_size):
3985         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3986           use g_assert in _get_unit_size
3987
3988 2006-08-18  Wim Taymans  <wim@fluendo.com>
3989
3990         * docs/libs/gst-plugins-base-libs-sections.txt:
3991         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3992         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3993         (gst_rtp_buffer_get_payload_buffer):
3994         * gst-libs/gst/rtp/gstrtpbuffer.h:
3995         Document GstRTPBuffer.
3996         Added function to efficiently strip payload headers.
3997         API: gst_rtp_buffer_get_payload_subbuffer()
3998
3999 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4000
4001         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4002         (gst_tag_to_vorbis_comments):
4003           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4004           tags and deserialise them properly as well (#347091).
4005           Add some more gtk-doc blurbs and also some g_return_if_fail().
4006
4007         * tests/check/libs/tag.c: (GST_START_TEST),
4008         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4009           More tests.
4010
4011 2006-08-17  Wim Taymans  <wim@fluendo.com>
4012
4013         * ext/ogg/Makefile.am:
4014         * ext/ogg/gstogg.c: (plugin_init):
4015         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4016         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4017         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4018         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4019         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4020         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4021         Added ogg-in-avi parser element. Fixes #140139.
4022
4023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4024         Fixed a bug in oggdemux debug code.
4025
4026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4027         (gst_riff_create_audio_template_caps):
4028         Recognise Ogg in the AVI extensible wave format.
4029
4030 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4033           Make buffer durations add up (duration should be next_ts-ts for
4034           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4035           from CVS.
4036
4037         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4038         (test_buffer_timestamps), (cddabasesrc_suite):
4039           Add unit test for the above.
4040
4041         * tests/check/Makefile.am:
4042           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4043           to see what happens.
4044
4045 2006-08-16  Wim Taymans  <wim@fluendo.com>
4046
4047         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4048         (gst_alsasink_open):
4049         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4050         (gst_alsasrc_open):
4051         Avoid setting and using a NULL device name.
4052         Print more info when we fail to open a device.
4053
4054 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         * docs/libs/gst-plugins-base-libs-sections.txt:
4057         * gst-libs/gst/tag/tag.h:
4058         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4059           API: add gst_tag_parse_extended_comment() (#351426).
4060
4061         * tests/check/Makefile.am:
4062         * tests/check/libs/.cvsignore:
4063         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4064           Add unit test for gst_tag_parse_extended_comment().
4065
4066 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4070           Fix leak (#351502).
4071
4072 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4073
4074         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4075         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4076         * docs/plugins/gst-plugins-base-plugins.args:
4077         * gst/playback/gstplaybin.c:
4078           Document playbin.
4079           
4080         * docs/plugins/inspect/plugin-adder.xml:
4081         * docs/plugins/inspect/plugin-alsa.xml:
4082         * docs/plugins/inspect/plugin-audioconvert.xml:
4083         * docs/plugins/inspect/plugin-audiorate.xml:
4084         * docs/plugins/inspect/plugin-audioresample.xml:
4085         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4086         * docs/plugins/inspect/plugin-cdparanoia.xml:
4087         * docs/plugins/inspect/plugin-decodebin.xml:
4088         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4089         * docs/plugins/inspect/plugin-gnomevfs.xml:
4090         * docs/plugins/inspect/plugin-ogg.xml:
4091         * docs/plugins/inspect/plugin-pango.xml:
4092         * docs/plugins/inspect/plugin-playbin.xml:
4093         * docs/plugins/inspect/plugin-subparse.xml:
4094         * docs/plugins/inspect/plugin-tcp.xml:
4095         * docs/plugins/inspect/plugin-theora.xml:
4096         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4097         * docs/plugins/inspect/plugin-video4linux.xml:
4098         * docs/plugins/inspect/plugin-videorate.xml:
4099         * docs/plugins/inspect/plugin-videoscale.xml:
4100         * docs/plugins/inspect/plugin-videotestsrc.xml:
4101         * docs/plugins/inspect/plugin-volume.xml:
4102         * docs/plugins/inspect/plugin-vorbis.xml:
4103         * docs/plugins/inspect/plugin-ximagesink.xml:
4104         * docs/plugins/inspect/plugin-xvimagesink.xml:
4105           Update to CVS version.
4106
4107 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4110         (gst_play_bin_set_property), (gst_play_bin_get_property),
4111         (value_list_append_structure_list),
4112         (gst_play_bin_handle_redirect_message),
4113         (gst_play_bin_handle_message):
4114           API: GstPlayBin::connection-speed
4115           Add "connection-speed" property; re-order redirect messages with
4116           multiple redirect locations depending on the minimum bitrate if
4117           that information is available and a connection speed is set
4118           (#350399).
4119
4120 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * gst/playback/gstplaybin.c:
4123           Update max volume to the same value that the volume element uses.
4124
4125 2006-08-14  Wim Taymans  <wim@fluendo.com>
4126
4127         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4128         Less uglyness..
4129
4130 2006-08-14  Wim Taymans  <wim@fluendo.com>
4131
4132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4133         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4134         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4135         Add some more debug info.
4136         Don't crash when a seek failed.
4137         Actually return the result of the seek instead of TRUE.
4138         Ignore multiple BOS pages with the same serial so that we don't create
4139         the same stream multiple times.
4140         Post an error when we fail to do the initial seek.
4141
4142 2006-08-13  Wim Taymans  <wim@fluendo.com>
4143
4144         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4145         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4146         Small code cleanup.
4147
4148         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4149         (gst_alsa_mixer_new):
4150         Remove hack that always set the device to hw:0*.
4151         Properly find the card name for whatever device was configured.
4152         Do some better debugging.
4153         Fixes #350784.
4154
4155         * ext/alsa/gstalsamixerelement.c:
4156         (gst_alsa_mixer_element_set_property),
4157         (gst_alsa_mixer_element_change_state):
4158         Cleanups.
4159         Handle setting of a NULL device name better.
4160
4161 2006-08-11  Wim Taymans  <wim@fluendo.com>
4162
4163         * gst/adder/gstadder.c:
4164         Don't clip float values. Fixes #350900.
4165
4166 2006-08-11  Andy Wingo  <wingo@pobox.com>
4167
4168         * gst/tcp/gsttcp.c: Really fix the build?
4169
4170         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4171         fixes the build.
4172
4173 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4176           Float caps shouldn't have a "signed" field.
4177
4178 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4179
4180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4181           Implement SEEKING query in its most basic form, so that we can
4182           at least check if we're seekable or not (#350655).
4183
4184 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4185
4186         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4187           The checks here are not even close to anything that would
4188           justify MAXIMUM probability, lowering to POSSIBLE until someone
4189           fixes the checks (case at hand: quicktime redirection files
4190           might start with 00 00 01 XX and pass the checks here just
4191           fine, see #350399).
4192
4193 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         Patch by: Sjoerd Simons  <sjoerd at luon net>
4196
4197         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4198           Better detection for multipart/x-mixed-replace: accept leading
4199           whitespaces before the boundary marker as well (as our very own
4200           multipartmux used to produce) (#349068).
4201
4202 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4203
4204         Patch by: Young-Ho Cha  <ganadist at chollian net>
4205
4206         * gst-libs/gst/riff/riff-ids.h:
4207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4208         (gst_riff_create_audio_template_caps):
4209           Detect DTS audio streams (#350157).
4210
4211 2006-08-05  Andy Wingo  <wingo@pobox.com>
4212
4213         * ext/theora/gsttheoraparse.h:
4214         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4215         (theora_parse_dispose, theora_parse_set_property)
4216         (theora_parse_get_property, theora_parse_munge_granulepos)
4217         (theora_parse_push_buffer, theora_parse_change_state):
4218         API: GstTheoraParse::synchronization-points
4219         Add a property 'synchronization-points' to fix badly synchronized oggs.
4220
4221 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4222
4223         * tests/check/Makefile.am:
4224         * tests/check/libs/.cvsignore:
4225         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4226         (fixed_caps_have_channel_positions), (GST_START_TEST),
4227         (audio_suite), (main):
4228           Add a few tests for the channel position stuff in libgstaudio.
4229
4230 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4233         (gst_alsa_detect_channels):
4234         * ext/alsa/gstalsasink.c:
4235           Add support for cards that (only) do more than 8 channels,
4236           like the Delta 44 (#345188).
4237
4238         * gst-libs/gst/audio/multichannel.c:
4239         (gst_audio_check_channel_positions):
4240         * gst-libs/gst/audio/multichannel.h:
4241           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4242           unspecified channel position and cannot be combined with any
4243           of the other audio channel positions; adjust position layout
4244           checks accordingly (#345188).
4245
4246 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4247
4248         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4249           Recognise ancient RealAudio files (see #349779).
4250
4251 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4252
4253         Patch by: Jens Granseuer  <jensgr at gmx net>
4254
4255         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4256           Add typefinder for Interplay's MVE format (#348973).
4257
4258 2006-08-02  Wim Taymans  <wim@fluendo.com>
4259
4260         Patch by: Marcel Moreaux <marcelm at luon dot net>
4261
4262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4263         (gst_base_rtp_depayload_add_to_queue):
4264         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4265         Handle RTP sequence number rollover.
4266         Disable jitterbuffer by default.
4267
4268 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4269
4270         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4271         (audioresample_set_caps):
4272         Don't leak references to the incoming caps. Clean them up when
4273         stopping.
4274
4275         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4276         (gst_video_scale_finalize):
4277         Don't leak our temporary pixel buffer.
4278
4279         * tests/check/Makefile.am:
4280         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4281         (GST_START_TEST), (simple_launch_lines_suite):
4282
4283         Fix leaks and re-enable the test for valgrind checking.
4284
4285 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4286
4287         Patch by: Sjoerd Simons  <sjoerd at luon net>
4288
4289         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4290         (plugin_init):
4291           Add typefind function for multipart/x-mixed-replace (#348916).
4292
4293 2006-07-28  Wim Taymans  <wim@fluendo.com>
4294
4295         * gst/adder/gstadder.c: (gst_adder_setcaps),
4296         (gst_adder_query_duration):
4297         Fix leak in duration query.
4298         Reflow some docs and notes.
4299
4300 2006-07-28  Michael Smith  <msmith@fluendo.com>
4301
4302         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4303         (vorbisenc_suite):
4304           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4305           aspect of it.
4306
4307 2006-07-28  Michael Smith  <msmith@fluendo.com>
4308
4309         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4310         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4311         (gst_vorbis_enc_push_buffer),
4312         (gst_vorbis_enc_buffer_check_discontinuous),
4313         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4314         * ext/vorbis/vorbisenc.h:
4315           Handle discontinuities in the input vorbis stream correctly,
4316           so that the output is properly timestamped (and has good granulepos
4317           values). Needs some oggmux fixes too.
4318
4319 2006-07-27  Wim Taymans  <wim@fluendo.com>
4320
4321         patch by: Kai Vehmanen <kv2004 eca cx>
4322
4323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4324         (gst_base_rtp_depayload_chain),
4325         (gst_base_rtp_depayload_handle_sink_event),
4326         (gst_base_rtp_depayload_change_state):
4327         Don't send multiple newsegments with different formats.
4328         Fixes #348677.
4329
4330 2006-07-26  Wim Taymans  <wim@fluendo.com>
4331
4332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4333         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4334         Make seeking in ogg more accurate again by doing the more correct
4335         granuletime to stream time conversion.
4336
4337 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4338
4339         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4340         (gst_multi_fd_sink_new_client):
4341           debug a little more understandably
4342           do not use goto as a substitute for break, especially if
4343           break is also being used
4344
4345 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4346
4347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4348         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4349           Remove GLib-2.6 compatibility cruft.
4350
4351 2006-07-24  Wim Taymans  <wim@fluendo.com>
4352
4353         * gst-libs/gst/audio/gstbaseaudiosink.c:
4354         (gst_base_audio_sink_render):
4355         Don't try to align a sample to an unknown value.
4356
4357 2006-07-24  Wim Taymans  <wim@fluendo.com>
4358
4359         * gst-libs/gst/audio/gstbaseaudiosink.c:
4360         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4361         When the audio clock is slaved to another clock, never try to align
4362         samples but trust the rate interpolation algorithm.
4363
4364 2006-07-24  Wim Taymans  <wim@fluendo.com>
4365
4366         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4367         Don't try to calculate silence samples, base class does this much
4368         better now.
4369
4370         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4371         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4372         (gst_ring_buffer_acquire):
4373         Calculate silence samples correctly.
4374
4375         * gst-libs/gst/audio/gstringbuffer.h:
4376         Add _CAST macro.
4377
4378 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4381           Limit search for the first markup tag to the first few kB of
4382           the file. If we don't find one there, it's highly unlikely that
4383           this is an XML(-ish) file.
4384
4385 2006-07-21  Andy Wingo  <wingo@pobox.com>
4386
4387         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4388         test to the one in vorbisenc. Also commented out.
4389
4390         * tests/check/pipelines/vorbisenc.c: 
4391         (test_discontinuity): New test, commented out until Mike lands
4392         some elite vorbisenc patches.
4393
4394         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4395         Bufferstraw was actually factored out of these tests. Now we share
4396         code yay.
4397
4398         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4399         for bufferstraw addition to gstcheck.
4400
4401 2006-07-21  Wim Taymans  <wim@fluendo.com>
4402
4403         * ext/theora/theoradec.c: (clip_buffer):
4404         Better clipping.
4405
4406 2006-07-21  Wim Taymans  <wim@fluendo.com>
4407
4408         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4409         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4410         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4411         Fix leak.
4412         Avoid type casting when we can.
4413
4414         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4415         Fix mem leak.
4416
4417 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         * ext/alsa/gstalsamixerelement.c:
4420         (gst_alsa_mixer_element_change_state):
4421           Make state change fail if the specified device can't be opened
4422           for some reason.
4423
4424 2006-07-20  Wim Taymans  <wim@fluendo.com>
4425
4426         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4427         (cb_newpad), (main):
4428         Example of a small audio/video player using decodebin.
4429
4430 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4431
4432         * gst-libs/gst/riff/riff-ids.h:
4433           Add 'fact' chunk id
4434
4435 2006-07-19  Wim Taymans  <wim@fluendo.com>
4436
4437         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4438         (gst_base_rtp_depayload_chain),
4439         (gst_base_rtp_depayload_change_state):
4440         Don't assert when not negotiated but post a meaningfull 
4441         error message. Fixes #347918.
4442
4443         * gst-libs/gst/rtp/gstbasertppayload.c:
4444         Add comment about better default MTU size.
4445
4446         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4447         Small cleanups, start docs.
4448
4449 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         Patch by: Martin Szulecki
4452
4453         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4454           If "device-name" is requested and the device is not
4455           open, try to temporarily open it to obtain this
4456           information (#342494).
4457
4458 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4459
4460         * gst-libs/gst/tag/gstid3tag.c:
4461           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4462
4463         * gst-libs/gst/tag/gsttageditingprivate.h:
4464         * gst-libs/gst/tag/gstvorbistag.c:
4465           Some more random const-ifications.
4466
4467 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4468
4469         * gst-libs/gst/riff/riff-ids.h:
4470         * gst-libs/gst/riff/riff-media.c:
4471         (gst_riff_create_video_template_caps):
4472           Add more FOURCCs (sort list to make stuff easier to find),
4473           add comment what those 16 bytes in struct _gst_riff_strh according to
4474           one avi-dumper are
4475
4476 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4477
4478         * gst-libs/gst/audio/multichannel.c:
4479         (gst_audio_check_channel_positions),
4480         (gst_audio_fixate_channel_positions):
4481           Const-ify two arrays.
4482
4483 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4484
4485         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4486           Fix typo, so that alsasink also advertises 8 channels
4487           if that's supported (tags: can, worms, open, alsa, ph34r).
4488
4489 2006-07-17  Wim Taymans  <wim@fluendo.com>
4490
4491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4492         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4493         *sigh*, when is the compiler going to warn when the comments
4494         are out-of-sync with the code.. Refix case of busted theora
4495         headers with 0 granule pos.
4496
4497 2006-07-14  Wim Taymans  <wim@fluendo.com>
4498
4499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4500         (gst_base_rtp_depayload_wait),
4501         (gst_base_rtp_depayload_change_state),
4502         (gst_base_rtp_depayload_set_property),
4503         (gst_base_rtp_depayload_get_property):
4504         Fix 99% cpu load by waiting for absolute times on the
4505         clock. Fixes #347300.
4506
4507 2006-07-14  Andy Wingo  <wingo@pobox.com>
4508
4509         * ext/theora/gsttheoraparse.h: 
4510         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4511         (theora_parse_push_headers, theora_parse_clear_queue)
4512         (theora_parse_drain_queue_prematurely, )
4513         (theora_parse_sink_event, theora_parse_change_state): Queue events
4514         until we initialized our state, like in vorbisparse.
4515
4516         * ext/vorbis/vorbisparse.h: 
4517         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4518         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4519         (vorbis_parse_drain_queue_prematurely, )
4520         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4521         until we have initialized our state. Fixes seeking after an
4522         initial pad block.
4523
4524 2006-07-14  Andy Wingo  <wingo@pobox.com>
4525
4526         Patch by: Iain Holmes <iaingnome@gmail.com>
4527         
4528         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4529
4530 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4531
4532         * configure.ac:
4533         Bump nano back to CVS
4534
4535 === release 0.10.9 ===
4536
4537 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4538
4539         * configure.ac:
4540           releasing 0.10.9, "I walk the line"
4541
4542 2006-07-14  Michael Smith  <msmith@fluendo.com>
4543
4544         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4545           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4546           (commonly happens when running this test under valgrind) when trying
4547           to remove the buffer probe.
4548
4549 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4550
4551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4552         Fix missing g_unlock from the previous commit
4553
4554 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4555
4556         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4557         (gst_ximagesink_change_state):
4558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4559         (gst_xvimagesink_change_state):
4560         Implement a locking order to ensure we always take the object lock
4561         before the x_lock and never vice-versa.
4562
4563 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4564
4565         * gst/playback/gstdecodebin.c: (find_compatibles):
4566         Fix a caps leak when linking (#347304)
4567
4568         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4569         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4570         (gst_ximagesink_change_state):
4571         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4572         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4573         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4574         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4575         Don't leak shared memory resources. Use the object lock to protect
4576         against the xcontext disappearing while returning a buffer from the
4577         pipeline. (#347304)
4578
4579 2006-07-12  Edward Hervey  <edward@fluendo.com>
4580
4581         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4582         (vorbis_handle_comment_packet):
4583         gst_tag_list_merge() returns a new object. Take that into account when
4584         using it. This avoids memleak.
4585         Revert previous commit which is not needed.
4586
4587 2006-07-12  Edward Hervey  <edward@fluendo.com>
4588
4589         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4590         Reset the decoder in finalize so that all fields get cleared.
4591
4592 2006-07-12  Wim Taymans  <wim@fluendo.com>
4593
4594         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4595         (gst_base_audio_src_set_clock),
4596         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4597         Don't try to post an error message when setting the clock fails
4598         as this can happen when adding an element to a bin which will then
4599         deadlock. Fixes #347296.
4600
4601 2006-07-12  Edward Hervey  <edward@fluendo.com>
4602
4603         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4604         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4605         (vorbis_handle_type_packet):
4606         Post tag messages on the bus even if we're not initialized.
4607         If we're not initialized, we still postpone the event pushing of tags.
4608
4609 2006-07-12  Wim Taymans  <wim@fluendo.com>
4610
4611         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4612         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4613         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4614         Revert last two changes that broke the freeze.
4615
4616 2006-07-12  Wim Taymans  <wim@fluendo.com>
4617
4618         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4619         basesink calculates silence sample correctly for us.
4620
4621 2006-07-12  Wim Taymans  <wim@fluendo.com>
4622
4623         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4624         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4625         Calculate correct silence samples so we don't fill our ringbuffer
4626         with noise.
4627
4628 2006-07-12  Edward Hervey  <edward@fluendo.com>
4629
4630         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4631         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4632         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4633         * ext/vorbis/vorbisdec.h:
4634         Delay sending events (newsegment, tags) until the decoder is properly
4635         initialized.
4636         Fixes #347295
4637
4638 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4639
4640         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4641         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4642           Patch from #347221 adding a test for audioconvert
4643           channel remappings.
4644
4645 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4648         (gst_ssa_parse_parse_line):
4649           Don't include the terminating NUL in the buffer size,
4650           it's only there for extra paranoia (would add random
4651           '*' characters at the end of each subtitle since the
4652           terminator itself is not valid UTF-8 technically).
4653           Also fix indenting after boilerplate macro.
4654
4655 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4656
4657         * gst/playback/gstdecodebin.c: (close_pad_link):
4658           Also emit 'unknown-type' signal (which should really be
4659           called unhandled-type) if we found potential decoders/demuxers
4660           in the registry but none of them worked in the end (as in the
4661           case where the plugins don't exist any longer but are still
4662           listed in the registry). Fixes #329798.
4663
4664 2006-07-08  Andy Wingo  <wingo@pobox.com>
4665
4666         * theoraparse.c (theora_parse_push_buffer)
4667         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4668         Add some more debugging. Fix granulepos reconstruction in the face
4669         of discontinuities.
4670
4671 2006-07-06  Wim Taymans  <wim@fluendo.com>
4672
4673         * gst-libs/gst/audio/gstbaseaudiosink.c:
4674         (gst_base_audio_sink_class_init),
4675         (gst_base_audio_sink_provide_clock):
4676         Use gobject_class instead of G_OBJECT_CLASS (klass)
4677
4678         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4679         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4680         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4681         (gst_base_audio_src_get_time),
4682         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4683         (gst_base_audio_src_create_ringbuffer):
4684         Fix latency and buffer-time constants and properties ala basesink.
4685         Implement pull based scheduling. Fixes #346527.
4686         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4687         one segment.
4688         Refuse slaving to another clock instead of silently not working.
4689         Only provide a clock when we are actually able to do so.
4690         Various small cleanups and compiler hints.
4691
4692 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4693
4694         Patch by: Lutz Mueller <lutz at topfrose de>
4695
4696         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4697         (plugin_init):
4698           Add typefinding for text/html (#346581).
4699
4700 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4701
4702         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4703         (xml_check_first_element), (xml_type_find), (smil_type_find):
4704           Fix SMIL typefinding, make xml_check_first_element() more
4705           useful.
4706
4707 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4708
4709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4710         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4711         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4712         * gst/playback/gstplaybasebin.h:
4713           Protect list of elements with a subtitle-encoding property and
4714           the subtitle encoding member itself with a lock of their own
4715           instead of using the object lock. This prevents a dead-lock in
4716           the element-remove callback in some circumstances when shutting
4717           down playbin.
4718
4719 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4720
4721         * win32/common/libgsttag.def:
4722         Export some new functions.
4723         * win32/vs6/libgstogg.dsp:
4724         Add a link to libgsttag-0.10.lib.
4725
4726 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4729           Some const-ification.
4730
4731 2006-07-04  Wim Taymans  <wim@fluendo.com>
4732
4733         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4734         Improve checking if we are dealing with a stream. Added some
4735         more uris that need buffering.
4736
4737 2006-07-03  Edward Hervey  <edward@fluendo.com>
4738
4739         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4740         Remove unused variable.
4741
4742 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4743
4744         * Makefile.am:
4745           include lcov.mak
4746         * configure.ac:
4747           add GCOV_LIBS to GST_LIBS
4748
4749 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4752
4753         * ext/alsa/gstalsasrc.c:
4754           Add 32 bps to template caps and increase channels range
4755           from [1,2] to [1,MAX]. See #346326.
4756
4757 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4760           Recognise 'WMVA' video codec fourcc (#345879).
4761           
4762 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4763          
4764         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4765           Fixed nasty memory leak
4766
4767 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4768
4769         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4770         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4771           fix logging
4772
4773 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4774
4775         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4776         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4777         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4778         Protect remove_fakesink using a mutex, so that we don't try and
4779         remove the fakesink simultaneously from multiple threads.
4780
4781         When going from READY to PAUSED, restore the fakesink, so that
4782         it is there when decodebin gets reused.
4783
4784 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4785
4786         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4788         * gst-libs/gst/rtp/gstbasertppayload.c:
4789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4790         * gst/tcp/gstmultifdsink.c:
4791         * gst/tcp/gsttcpclientsink.c:
4792         * gst/tcp/gsttcpclientsrc.c:
4793         * gst/tcp/gsttcpserversink.c:
4794         * gst/tcp/gsttcpserversrc.c:
4795         * gst/videorate/gstvideorate.c:
4796         * gst/videotestsrc/gstvideotestsrc.c:
4797         * sys/v4l/gstv4ljpegsrc.c:
4798         * sys/v4l/gstv4lmjpegsink.c:
4799         * sys/v4l/gstv4lsrc.c:
4800         * tests/examples/seek/scrubby.c:
4801         * tests/examples/seek/seek.c:
4802           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4803
4804 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4805
4806         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4807           Second field in GEnumValue shouldn't be a description,
4808           but a stringified version of the enum value.
4809
4810 2006-06-22  Wim Taymans  <wim@fluendo.com>
4811
4812         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4813         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4814         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4815         Avoid type checking in buffer casts.
4816         Avoid caps copy in buffer_alloc when we can.
4817         Use pad_peer_accept.
4818
4819 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4820
4821         * gst-libs/gst/tag/tag.h:
4822           Oops, make that 'Since: 0.10.9'.
4823
4824 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * docs/libs/gst-plugins-base-libs-sections.txt:
4827         * gst-libs/gst/tag/tag.h:
4828         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4829         (gst_tag_image_type_get_type):
4830           API: add GstTagImageType enum to describe images contained
4831           in image tags (#345641).
4832
4833 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4834
4835         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4836           Fix warnings with gst-inspect: "buffers-min" property
4837           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4838           typo in property description.
4839
4840 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         Patch by: Cody Russell <bratsche at gnome org>
4843
4844         * gst/audioresample/gstaudioresample.c:
4845         (gst_audioresample_class_init):
4846         * gst/playback/gststreamselector.c:
4847         (gst_stream_selector_class_init):
4848         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4849         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4850         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4851         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4852         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4853         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4854         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4855         * gst/videotestsrc/gstvideotestsrc.c:
4856         (gst_video_test_src_class_init):
4857         * gst/volume/gstvolume.c: (gst_volume_class_init):
4858           Avoid unnecessary class cast check in class_init
4859           functions (#337747).
4860
4861 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4862
4863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4864         (gst_text_overlay_video_chain):
4865           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4866           and doesn't validate its input either (and neither did
4867           textoverlay it seems). Let's do that then and fix #345206.
4868
4869 2006-06-19  Wim Taymans  <wim@fluendo.com>
4870
4871         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4872         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4873         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4874         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4875         (find_syncframe), (find_limits), (assign_value),
4876         (count_burst_unit), (gst_multi_fd_sink_new_client),
4877         (gst_multi_fd_sink_handle_client_write),
4878         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4879         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4880         (gst_multi_fd_sink_change_state):
4881         * gst/tcp/gstmultifdsink.h:
4882         Added shiny new burst-on-connect methods.
4883         Add properties to control the minimal amount of data queued.
4884         Small cleanups.
4885         API: bytes-min property
4886         API: time-min property
4887         API: buffers-min property
4888         API: burst-unit property
4889         API: burst-value property
4890         API: add-full signal
4891
4892         * gst/tcp/gsttcp-marshal.list:
4893         Added new marshaller code for the new signal.
4894
4895         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4896         (multifdsink_suite):
4897         Added testcases for new burst methods.
4898
4899 2006-06-19  Edward Hervey  <edward@fluendo.com>
4900
4901         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4902         Implement clipping for accurate seeking.
4903         Closes #345225
4904
4905 2006-06-19  Wim Taymans  <wim@fluendo.com>
4906
4907         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4908
4909         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4910         (gst_video_scale_transform):
4911         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4912
4913 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * configure.ac:
4916           Fix --disable-external (can't set conditionals conditionally,
4917           #343602).
4918
4919 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * tests/check/elements/audioresample.c: (test_reuse),
4922         (audioresample_suite):
4923           Add test case for bug #342789 fixed below.
4924
4925 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * gst/audioresample/gstaudioresample.c:
4928         (gst_audioresample_class_init), (gst_audioresample_init),
4929         (audioresample_start), (audioresample_stop),
4930         (gst_audioresample_set_property), (gst_audioresample_get_property):
4931           Implement GstBaseTransform::start and ::stop so that audioresample
4932           can clear its internal state properly and be reused instead of
4933           causing non-negotiated errors with playbin under some circumstances
4934           (#342789).
4935
4936         * tests/check/elements/audioresample.c: (setup_audioresample),
4937         (cleanup_audioresample):
4938           Need to set element state here so that ::start and ::stop are
4939           called.
4940
4941 2006-06-16  Wim Taymans  <wim@fluendo.com>
4942
4943         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4944
4945         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4946         Parse extra data better, apparently it's right behind
4947         the normal strf header size. Fixes #343500.
4948
4949 2006-06-16  Wim Taymans  <wim@fluendo.com>
4950
4951         * ext/alsa/gstalsasink.c: (set_hwparams):
4952         If we fail to set the buffer_time and period_time alsa
4953         parameters, post a warning and leave alsa select a 
4954         default instead of failing. Fixes #342085
4955
4956 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         * docs/libs/gst-plugins-base-libs-sections.txt:
4959         * gst-libs/gst/cdda/gstcddabasesrc.h:
4960           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4961           out in the header file and shouldn't be listed in the docs.
4962
4963         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4964           Must dereference pointer to fourcc in the debug statement.
4965
4966 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4967
4968         * docs/libs/Makefile.am:
4969         * docs/libs/gst-plugins-base-libs-docs.sgml:
4970         * docs/libs/gst-plugins-base-libs-sections.txt:
4971         * docs/libs/gst-plugins-base-libs.types:
4972         add remaining symbols into correct setions
4973         
4974         * gst-libs/gst/audio/gstringbuffer.c:
4975         fix incomplete docs
4976         
4977         * gst-libs/gst/audio/gstringbuffer.h:
4978         comment out not yet implemented function
4979         
4980         
4981         * gst-libs/gst/floatcast/floatcast.h:
4982         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4983         add short descriptions
4984         
4985         
4986         * gst-libs/gst/interfaces/propertyprobe.c:
4987         fix return value docs   
4988         
4989         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4990         simplify debug logging
4991         
4992         * gst-libs/gst/riff/riff-read.h:
4993         sync function prototype and docs
4994         
4995         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4996         remove left over symbol
4997
4998 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4999
5000         * autogen.sh:
5001         * configure.ac:
5002         * docs/Makefile.am:
5003           Use GST_PLUGIN_DOCS macro in configure.ac, add
5004           --enable-plugin-docs default to autogen.sh and use
5005           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5006
5007 2006-06-15  Wim Taymans  <wim@fluendo.com>
5008
5009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5010         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5011         (gst_ogg_demux_loop):
5012         Combine GstFlowReturn from the source pads to give a
5013         meaningfull result to the upstream peer or to stop the
5014         processing task in case of errors.
5015
5016 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         * gst/playback/gststreaminfo.c: (cb_probe):
5019           Try GST_TAG_CODEC as fallback when extracting the
5020           codec name; more debug info.
5021
5022 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5023
5024         * ext/ogg/Makefile.am:
5025         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5026           Extract language tags from ogm subtitle streams, so that
5027           the subtitle menu choices are labelled correctly in
5028           Totem (fixes #344708).
5029
5030 2006-06-14  Wim Taymans  <wim@fluendo.com>
5031
5032         Patch by: Alessandro Decina <alessandro at nnva dot org>
5033
5034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5035         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5036         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5037         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5038         Fix various leaks. Fixes #343699.
5039         Add x-smoke mime type.
5040
5041 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * gst-libs/gst/riff/riff-ids.h:
5044           Add IDs for 'bext' chunks (see #343837).
5045
5046 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         Patch by: Young-Ho Cha  <ganadist at chollian net>
5049
5050         * gst/subparse/samiparse.c: (sami_context_pop_state),
5051         (handle_start_font), (end_sami_element):
5052           Honour font face tags in SAMI subtitles (#344503).
5053
5054 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5055
5056         * po/POTFILES.in:
5057           add missing files containing translatable strings
5058
5059 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5060
5061         * docs/libs/tmpl/.cvsignore:
5062           we don't want those *.sgml files in CVS either
5063
5064 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5065
5066         * docs/libs/.cvsignore:
5067         * tests/check/elements/.cvsignore:
5068         * tests/check/libs/.cvsignore:
5069           ignore more
5070
5071 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5072
5073         * docs/libs/Makefile.am:
5074           also commiting the changed Makefile.am (added more libs to the
5075           doc-build)
5076
5077 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5078
5079         * docs/libs/gst-plugins-base-libs-docs.sgml:
5080         * docs/libs/gst-plugins-base-libs-sections.txt:
5081         * docs/libs/gst-plugins-base-libs.types:
5082           first batch of reordering things, add index & hierarchy
5083
5084 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5085
5086         * configure.ac:
5087           use GST_PKG_CHECK_MODULES, cleans up output
5088
5089 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5090
5091         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5092           Add support for burn:// URIs (#343385); const-ify things a bit,
5093           use G_N_ELEMENTS instead of hard-coded array size.
5094
5095 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5096
5097         Patch by: Young-Ho Cha  <ganadist at chollian net>
5098
5099         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5100           Fix up broken entities before passing them to libxml *sigh*.
5101           (#343303).
5102           
5103 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5104
5105         * configure.ac:
5106           back to TRUNK
5107
5108 === release 0.10.8 ===
5109
5110 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5111
5112         * configure.ac:
5113           releasing 0.10.8, "Moar gij ziet mij nie"
5114
5115 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5116
5117         * configure.ac:
5118         * po/af.po:
5119         * po/az.po:
5120         * po/cs.po:
5121         * po/en_GB.po:
5122         * po/hu.po:
5123         * po/it.po:
5124         * po/nb.po:
5125         * po/nl.po:
5126         * po/or.po:
5127         * po/sq.po:
5128         * po/sr.po:
5129         * po/sv.po:
5130         * po/uk.po:
5131         * po/vi.po:
5132         * win32/common/config.h:
5133           0.10.7.2 prerelease
5134
5135 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5136
5137         * docs/libs/tmpl/gstaudio.sgml:
5138         * docs/libs/tmpl/gstcolorbalance.sgml:
5139         * docs/libs/tmpl/gstmixer.sgml:
5140         * docs/libs/tmpl/gstringbuffer.sgml:
5141         * docs/libs/tmpl/gsttuner.sgml:
5142         * docs/libs/tmpl/gstxoverlay.sgml:
5143         * gst-libs/gst/audio/audio.c:
5144         * gst-libs/gst/audio/gstringbuffer.c:
5145         * gst-libs/gst/interfaces/colorbalance.c:
5146         * gst-libs/gst/interfaces/mixer.c:
5147         * gst-libs/gst/interfaces/tuner.c:
5148         * gst-libs/gst/interfaces/xoverlay.c:
5149           move last template doc snippets to source code and delete them
5150
5151 2006-06-06  Michael Smith  <msmith@fluendo.com>
5152
5153         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5154         (theora_parse_drain_queue):
5155           Mark DELTA_UNIT on non-keyframes.
5156
5157 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5158
5159         * gst-libs/gst/audio/gstbaseaudiosink.c:
5160         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5161         * gst-libs/gst/audio/gstbaseaudiosink.h:
5162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5163         (gst_ring_buffer_samples_done):
5164         * gst-libs/gst/audio/gstringbuffer.h:
5165         Document better the fact that latency_time and buffer_time are values
5166         stored in microseconds, and not the usual GStreamer nanoseconds.
5167         Change the variables (compatibly) that store them from GstClockTime 
5168         to guint64 to make it more clear that they're not storing clock times.
5169         Also, remove the bogus property description that says the user can
5170         specify -1 to get the default value, since that's never been the case.
5171
5172         When computing the default segment size for the ring buffer, make it
5173         an integer number of samples.
5174
5175         When the sub-class indicates a delay greater than the number of
5176         samples we've written return 0 from the audio sink get_time method.
5177
5178 2006-06-02  Michael Smith  <msmith@fluendo.com>
5179
5180         * tests/check/elements/audioconvert.c: (set_channel_positions),
5181         (get_float_mc_caps), (get_int_mc_caps):
5182         * tests/check/elements/audioresample.c:
5183         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5184         * tests/check/elements/videorate.c:
5185         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5186         * tests/check/elements/volume.c:
5187         * tests/check/elements/vorbisdec.c:
5188         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5189           Don't busy-wait in tests; this was causing test timeouts very
5190           frequently when running under valgrind.
5191
5192 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5193
5194         * gst/tcp/README:
5195         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5196         (gst_multi_fd_sink_remove_client_link),
5197         (gst_multi_fd_sink_client_queue_caps),
5198         (gst_multi_fd_sink_client_queue_buffer),
5199         (gst_multi_fd_sink_handle_client_write),
5200         (gst_multi_fd_sink_render):
5201         * gst/tcp/gstmultifdsink.h:
5202           make multifdsink properly deal with streamheader:
5203           - streamheader is taken from caps
5204           - buffers marked with IN_CAPS are not sent
5205           - streamheaders are sent, on connection, from the caps of the
5206             buffer where the client gets positioned to
5207           - further streamheader changes are done every time the client
5208             will receive a buffer with different caps
5209         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5210         (gst_multifdsink_create_streamheader):
5211           add tests for this
5212
5213 2006-06-02  Michael Smith  <msmith@fluendo.com>
5214
5215         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5216           Reinstate limit on channel count. Vorbis does not define the meaning
5217           of > 6 channels, so they're just independent channels. Gstreamer
5218           currently has no mechanism to represent N independent channels.
5219
5220 2006-06-02  Michael Smith  <msmith@fluendo.com>
5221
5222         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5223           Don't arbitrarily restrict channel counts and rate in vorbis.
5224           In terms of effects likely on real-world files, this fixes 96kHz
5225           playback of vorbis.
5226
5227 2006-06-02  Michael Smith  <msmith@fluendo.com>
5228
5229         * gst/audioconvert/audioconvert.c: (float):
5230           More correct float->int conversion.
5231
5232 2006-06-02  Michael Smith  <msmith@fluendo.com>
5233
5234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5235           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5236           value. Fixes g-critical on trying to play back ogg containing
5237           unknown codec.
5238
5239 2006-06-02  Wim Taymans  <wim@fluendo.com>
5240
5241         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5242         (setup_source):
5243         * gst/playback/gstplaybasebin.h:
5244         Make the subtitle detection work from any thread so we don't
5245         deadlock. Fixes #343397.
5246
5247 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5248
5249         * gst/volume/Makefile.am:
5250           Seriously, it's not *that* hard to get compilation right.  Even
5251           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5252
5253 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5254
5255         * gst/volume/gstvolume.c: (volume_choose_func),
5256         (volume_update_real_volume), (gst_volume_class_init),
5257         (gst_volume_init), (volume_process_float), (volume_process_int16),
5258         (volume_process_int16_clamp), (volume_set_caps),
5259         (volume_transform_ip), (plugin_init):
5260         * gst/volume/gstvolume.h:
5261         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5262         another property desc., remove unused param from process function
5263         
5264         * tests/check/elements/volume.c: (volume_suite):
5265         reactivate the passthrough test
5266
5267 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5268
5269         * ext/alsa/gstalsamixerelement.h:
5270         * ext/alsa/gstalsamixeroptions.h:
5271         * ext/alsa/gstalsamixertrack.h:
5272         * ext/gnomevfs/gstgnomevfssink.h:
5273         * ext/gnomevfs/gstgnomevfssrc.h:
5274         * ext/theora/gsttheoradec.h:
5275         * ext/theora/gsttheoraenc.h:
5276         * ext/theora/gsttheoraparse.h:
5277         * ext/vorbis/vorbisparse.h:
5278         * gst-libs/gst/audio/gstaudioclock.h:
5279         * gst-libs/gst/audio/gstaudiofilter.h:
5280         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5281         * gst/audioconvert/gstaudioconvert.h:
5282         * gst/audioresample/gstaudioresample.h:
5283         * gst/audiotestsrc/gstaudiotestsrc.h:
5284         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5285         * gst/playback/gststreamselector.h:
5286         * gst/tcp/gstmultifdsink.h:
5287         * gst/tcp/gsttcpclientsink.h:
5288         * gst/tcp/gsttcpclientsrc.h:
5289         * gst/tcp/gsttcpserversink.h:
5290         * gst/tcp/gsttcpserversrc.h:
5291         * gst/videorate/gstvideorate.h:
5292         * gst/videoscale/gstvideoscale.h:
5293         * gst/videotestsrc/gstvideotestsrc.h:
5294         * gst/volume/gstvolume.h:
5295         * sys/v4l/gstv4ljpegsrc.h:
5296         * sys/v4l/gstv4lmjpegsink.h:
5297         * sys/v4l/gstv4lmjpegsrc.h:
5298         * sys/v4l/gstv4lsrc.h:
5299         * sys/ximage/ximagesink.h:
5300         * sys/xvimage/xvimagesink.h:
5301         * tests/old/testsuite/alsa/sinesrc.h:
5302         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5303
5304 2006-05-31  Wim Taymans  <wim@fluendo.com>
5305
5306         * ext/libvisual/visual.c: (gst_visual_reset),
5307         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5308         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5309         Handle DISCONT.
5310         Use running time before doing QoS.
5311         Handle mono too.
5312
5313 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5314
5315         * docs/libs/Makefile.am:
5316           set a magic variable to indicate we know the docs are incomplete
5317
5318 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5319
5320         * win32/common/libgstvideo.def:
5321           export gst_video_calculate_display_ratio
5322         * win32/vs6/libgstvideoscale.dsp:
5323           add link to libgstvideo-0.10.lib
5324
5325 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * gst/playback/gstplaybasebin.c: (gen_source_element):
5328           Throw a more comprehensible error for rtsp:// URIs (rather
5329           than erroring out with a negotiation error later on) until
5330           we fix playbin to handle rtspsrc etc.
5331
5332 2006-05-30  Wim Taymans  <wim@fluendo.com>
5333
5334         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5335         (gst_text_overlay_text_event):
5336         Added some FIXMEs.
5337
5338 2006-05-30  Wim Taymans  <wim@fluendo.com>
5339
5340         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5341         (gst_adder_request_new_pad), (gst_adder_release_pad):
5342         * gst/adder/gstadder.h:
5343         Implement release_request_pad.
5344         Make padcounter atomic.
5345
5346         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5347         Added check for release_pad in adder.
5348
5349 2006-05-30  Wim Taymans  <wim@fluendo.com>
5350
5351         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5352         Fix build again.
5353
5354 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5355
5356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5357         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5358         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5359         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5360         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5361         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5362         (gst_ogg_demux_bisect_forward_serialno),
5363         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5364         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5365           add more debugging
5366           clean up printf formats for granulepos and serialno
5367
5368 2006-05-30  Michael Smith  <msmith@fluendo.com>
5369
5370         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5371         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5372         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5373         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5374         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5375         * ext/vorbis/vorbisenc.h:
5376           Multi-channel caps negotiation, so we can do proper multichannel
5377           vorbis encoding, negotiated through audioconvert.
5378
5379 2006-05-30  Wim Taymans  <wim@fluendo.com>
5380
5381         * tests/check/elements/adder.c: (test_event_message_received),
5382         (test_play_twice_message_received), (GST_START_TEST),
5383         (adder_suite):
5384         Added check to show that #339935 is fixed with ongoing
5385         adder and collectpads fixes.
5386
5387 2006-05-29  Wim Taymans  <wim@fluendo.com>
5388
5389         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5390         Don't leak pad name.
5391
5392 2006-05-29  Wim Taymans  <wim@fluendo.com>
5393
5394         * gst/adder/gstadder.c: (gst_adder_query_duration),
5395         (forward_event_func), (forward_event), (gst_adder_src_event):
5396         Fix adder seeking.
5397         Make query/seeking code threadsafe.
5398
5399         * tests/check/Makefile.am:
5400         * tests/check/elements/adder.c: (test_event_message_received),
5401         (GST_START_TEST), (test_play_twice_message_received):
5402         Fix adder test case.
5403
5404 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         Patch by: Young-Ho Cha  <ganadist at chollian net>
5407
5408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5409         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5410         (set_encoding_element), (decodebin_element_added_cb),
5411         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5412         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5413         * gst/playback/gstplaybasebin.h:
5414           Add 'subtitle-encoding' property to playbin, so applications can
5415           force a subtitle encoding for non-UTF8 subtitles (#342268).
5416
5417         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5418         (gst_sub_parse_set_property):
5419           Rename recently-added 'encoding' property to 'subtitle-encoding'
5420           (so it can be proxied by playbin/decodebin in a generic way
5421           with less danger of false positives).
5422
5423 2006-05-29  Michael Smith  <msmith@fluendo.com>
5424
5425         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5426         (append_with_other_format), (set_structure_widths),
5427         (gst_audio_convert_transform_caps):
5428           Patch from #341562: give more specific audio caps in get_caps, so
5429           that basetransform  can make better decisions on what caps to
5430           negotiate.
5431
5432 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5433
5434         * tests/check/elements/volume.c:
5435         make it compile again
5436
5437 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5438
5439         * tests/check/elements/volume.c: (volume_suite):
5440         disable test until #343196 gets resolved
5441
5442 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5443
5444         * gst/adder/gstadder.c: (gst_adder_get_type):
5445         Make it easier to copy&paste
5446         
5447         * gst/volume/Makefile.am:
5448         * gst/volume/gstvolume.c: (volume_update_real_volume),
5449         (gst_volume_set_volume), (gst_volume_set_mute),
5450         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5451         (volume_transform_ip), (volume_update_mute),
5452         (volume_update_volume):
5453         * gst/volume/gstvolume.h:
5454         Add own debug category, move duplicate code to helper function, fix
5455         property texts, add more comments and prepare ffor liboil-goodness
5456         
5457         * tests/check/Makefile.am:
5458         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5459         add test for mute and passtrough case, be a bit more verbose to track
5460         failure
5461         
5462         * tests/check/generic/states.c: (GST_START_TEST):
5463         catch elements that fail to instantiate
5464
5465 2006-05-28  Edward Hervey  <edward@fluendo.com>
5466
5467         * tests/check/pipelines/simple-launch-lines.c:
5468         * tests/check/pipelines/theoraenc.c:
5469         * tests/check/pipelines/vorbisenc.c:
5470         Comment out tests using parse_launch() if core was built without
5471         parsing capabilities.
5472
5473 2006-05-27  Edward Hervey  <edward@fluendo.com>
5474
5475         * tests/check/Makefile.am:
5476         Extra bonus points for whoever explains to ensonic that you are meant
5477         to test unit tests thoroughly before commiting them, especially if
5478         you know it's going to break.
5479         De-activated element/adder tests.
5480
5481 2006-05-27  Edward Hervey  <edward@fluendo.com>
5482
5483         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5484         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5485         Marking caps conversion issues as GST_WARNING is way too verbose,
5486         Moving them to GST_LOG.
5487
5488 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5489
5490         * README:
5491           Replace current README (containing the release notes from
5492           some 0.9.x version) with a proper README taken from the core.
5493
5494 2006-05-26  Wim Taymans  <wim@fluendo.com>
5495
5496         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5497         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5498         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5499         (vorbis_dec_change_state):
5500         Small cleanups.
5501         Add some FIXMEs
5502         Clip output samples to segment boundaries.
5503
5504 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5505
5506         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5507         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5508         Improve the errors produced on bad output, including some human
5509         readable description strings.
5510         Handle the (theoretical for ximagesink) case where the XServer 
5511         has a different idea about the size required for a particular 
5512         frame and gives us too small a memory allocation.
5513
5514 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5515
5516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5517         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5518         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5519         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5520         Improve the errors produced on bad output, including some human 
5521         readable description strings.
5522         Handle RGB Xv formats properly by transforming them into our 
5523         big-endian caps description.
5524         Use gst_caps_truncate to ensure that we never try and choose a
5525         non-fixed caps in buffer_alloc.
5526         Handle the case where the XServer has a different idea about the size
5527         required for a particular frame and gives us too small a memory
5528         allocation.
5529         Use -1 to indicate 'no image format', because 0 is a valid XServer
5530         image format number.
5531         Put RGB Xv formats at the end of the caps, so that we always prefer
5532         YUV format frames.
5533         Iterate the available Xv Encodings to determine the maximum width and
5534         height, and then return that in our caps.
5535         (Closes #315312, #337544)
5536
5537 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5538
5539         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5540         When there is only one unfinished pad and it receives an event that
5541         doesn't match our requirements, we need to set alldone=FALSE so that
5542         the fakesink is not removed yet.
5543
5544 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5545
5546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5547           Use gst_type_find_helper_for_buffer() to find the type
5548           of stream from the first packet.
5549
5550         * configure.ac:
5551           Bump requirements to core CVS (needed for vorbis
5552           typefinding to work).
5553
5554 2006-05-24  Edward Hervey  <edward@fluendo.com>
5555
5556         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5557         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5558         contain.  Else they play perfectly fine with qtdemux.
5559
5560 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5561
5562         * ext/theora/theoradec.c:
5563         * ext/theora/theoraenc.c:
5564         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5565         * gst/audiorate/gstaudiorate.c:
5566           make more debug catagories static
5567         
5568         * tests/check/Makefile.am:
5569         * tests/check/elements/adder.c: (message_received),
5570         (test_event_message_received), (GST_START_TEST),
5571         (test_play_twice_message_received), (adder_suite):
5572           added test case for using element twice, extra bonus points for anyone
5573           who can make these test run reliably
5574
5575 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5576
5577         * ext/theora/theoradec.c: (theora_dec_chain):
5578           Make work with time-stamped input buffers that do not
5579           have a granulepos in BUFFER_OFFSET_END (like theora
5580           buffers coming from matroskademux). Fixes #342448.
5581
5582 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5583
5584         Patch by: Peter Kjellerstedt  <pkj at axis com>
5585
5586         * gst/tcp/Makefile.am:
5587           fdstresstest doesn't need Gtk+, fix compilation if 
5588           gtk is not available (#342566).
5589
5590 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5591          
5592         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5593           80 line columns
5594           Removed redundant floor()
5595
5596 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5599           On second thought, just skip JUNK chunks automatically, so
5600           the caller doesn't have to handle this. Fixes #342345.
5601           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5602           not GST_FLOW_ERROR.
5603
5604 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5607           Don't bail out on JUNK chunks with a size of 0 (would try to
5608           pull_range 0 bytes before, which sources don't like too much).
5609           See #342345.
5610
5611 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5612
5613         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5615         Use the gstutil scaling function to preserve 64 bits while calculating
5616         output width and height from the display-aspect-ratio. (A continuation
5617         of #341542)
5618
5619 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5620
5621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5622         (gst_xvimagesink_buffer_alloc):
5623         * sys/xvimage/xvimagesink.h:
5624         When performing buffer allocations, remember the caps and image format
5625         we return so that if the same caps are asked for next time we can
5626         return them immediately without doing any caps intersections.
5627
5628 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5629          
5630         * gst-libs/gst/rtp/README:
5631           Some new documentation
5632         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5633           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5634         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5635         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5636           New RTP audio base payloader class. Supports frame or sample based
5637           codecs.  Not enabled in Makefile.am until approved.
5638
5639 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5640
5641         * tests/check/elements/alsa.c: (test_device_property_probe):
5642           Fix test case: don't try to free NULL GValueArray when there
5643           are no devices.
5644
5645 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         * tests/check/Makefile.am:
5648         * tests/check/elements/alsa.c: (test_device_property_probe),
5649         (alsa_suite), (main):
5650           Add simple test that runs a device property probe on alsasrc,
5651           alsasink and alsamixer. Disable valgrind check for now (too
5652           many leaks in libasound, and valgrind ignored my suppressions
5653           additions).
5654
5655 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5658         (gst_alsa_device_property_probe_probe_property),
5659         (gst_alsa_device_property_probe_needs_probe),
5660         (gst_alsa_device_property_probe_get_values),
5661         (gst_alsa_type_add_device_property_probe_interface):
5662         * ext/alsa/gstalsadeviceprobe.h:
5663         * ext/alsa/gstalsamixerelement.c:
5664         (gst_alsa_mixer_element_init_interfaces):
5665         * ext/alsa/gstalsamixerelement.h:
5666           Clean up and simplify alsa device probing. Make it actually work
5667           for multiple classes. Don't cache results any longer.
5668
5669         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5670         (gst_alsasink_init):
5671         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5672         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5673         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5674           Make alsasink and alsasrc implement the GstPropertyProbe interface
5675           for device probing (#342181).
5676           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5677
5678 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5679
5680         * gst/subparse/samiparse.c: (handle_start_font):
5681           Don't ignore return value of strtol (++compiler_happiness).
5682
5683 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5684
5685         Patch by: Young-Ho Cha  <ganadist chollian net>
5686
5687         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5688         (gst_sub_parse_class_init), (gst_sub_parse_init),
5689         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5690         (convert_encoding):
5691         * gst/subparse/gstsubparse.h:
5692           Add 'encoding' property (#341681).
5693
5694         * gst/subparse/samiparse.c: (characters_sami):
5695           Output is pango markup, so we need to escape text
5696           between tags (#342143).
5697
5698 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5699
5700         * gst-libs/gst/audio/multichannel.c:
5701         (gst_audio_check_channel_positions):
5702           It's okay to have caps with channels=1 and a channel position
5703           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5704           (deinterleavers might want to keep the position in the caps,
5705           so that they can be re-interleaved again properly later).
5706           Leave check for unexpected 2-channel layouts intact for now.
5707
5708 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5709
5710         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5711         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5712         basesrc can do its job correctly.
5713
5714 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * ext/alsa/Makefile.am:
5717         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5718         (gst_alsa_detect_formats), (get_channel_free_structure),
5719         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5720         (gst_alsa_probe_supported_formats):
5721         * ext/alsa/gstalsa.h:
5722         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5723           Refactor and improve caps probing code: probe signedness
5724           when we probe the supported formats/widths; set endianness
5725           to the one we actually probed for (ie. cpu endianness).
5726           
5727         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5728         (gst_alsasrc_close):
5729         * ext/alsa/gstalsasrc.h:
5730           Implement caps probing for alsasrc.
5731
5732 2006-05-15  Wim Taymans  <wim@fluendo.com>
5733
5734         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5735         (theora_dec_src_query), (theora_dec_src_event),
5736         (theora_dec_sink_event), (theora_handle_comment_packet),
5737         (theora_handle_data_packet), (theora_dec_change_state):
5738         Cleanups, add some G_LIKELY.
5739         Use segment helpers instead of our own wrong code.
5740         Clear queued buffers on seek and READY.
5741
5742         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5743         (vorbis_dec_convert), (vorbis_dec_src_query),
5744         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5745         (vorbis_handle_comment_packet), (vorbis_dec_push),
5746         (vorbis_handle_data_packet), (vorbis_dec_chain),
5747         (vorbis_dec_change_state):
5748         * ext/vorbis/vorbisdec.h:
5749         Remove old useless packetno variable.
5750         Do position query properly.
5751         Add some G_LIKELY.
5752         Do cleanup of queued buffers in new helper function
5753         and use it.
5754
5755 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5758           Query supported sample rates. Fixes #341732.
5759
5760 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5761
5762         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5763         (gst_decode_bin_change_state): Make decodebin reusable
5764         when going from PAUSE_TO_READY and then back to PAUSED.
5765         Fixes #331678.
5766
5767 2006-05-15  Wim Taymans  <wim@fluendo.com>
5768
5769         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5770         (vorbis_dec_convert), (vorbis_dec_src_query),
5771         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5772         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5773         (vorbis_dec_clean_queued), (vorbis_dec_push),
5774         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5775         Cleanups. Use refcounting and DEBUG_OBJECT.
5776         Reset segment on flush, use code methods instead of our
5777         own wrong version.
5778         Fix potential memleak.
5779
5780 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5781
5782         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5783         (gst_alsasink_init):
5784         * ext/alsa/gstalsasink.h:
5785           Don't leak allocated snd_output_t structure if there's
5786           more than one alsasink instance at a time (#341873).
5787           Also fix GObject macros in header file.
5788           
5789 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5790
5791         * gst/subparse/gstsubparse.c:
5792         (gst_sub_parse_data_format_autodetect):
5793           Don't use libxml functions in the typefinding code.
5794
5795 2006-05-15  Wim Taymans  <wim@fluendo.com>
5796
5797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5798         Fix seeking performance in the case where a non-header 
5799         packet has a 0 granulepos (busted theora case). 
5800         Fixes #341719
5801         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5802          the first place, you limelight stealer you)
5803
5804 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5805
5806         * gst/subparse/gstsubparse.c:
5807         (gst_sub_parse_data_format_autodetect):
5808           Improve SAMI typefinding: handle case where there are
5809           whitespaces or newlines in front of the first <SAMI>
5810           tag (#169936).
5811
5812 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         * configure.ac:
5815           Build video4linux plugin even if there's no XVIDEO, just
5816           without implementing the GstXOverlay interface (#334002).
5817          
5818 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5819
5820         * configure.ac:
5821         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5822         (plugin_init):
5823           Add tentative support for libvisual-0.4 (#336881).
5824
5825 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5826
5827         Patch by: Young-Ho Cha <ganadist at chollian net>
5828
5829         * gst/subparse/samiparse.c: (handle_start_font):
5830           Need to map "silver" colour explicitly (#169936).
5831
5832 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5833
5834         Patch by: Young-Ho Cha  <ganadist at chollian net>
5835
5836         * gst/subparse/Makefile.am:
5837         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5838         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5839         (gst_sub_parse_format_autodetect), (feed_textbuf),
5840         (gst_subparse_type_find), (plugin_init):
5841         * gst/subparse/gstsubparse.h:
5842         * gst/subparse/samiparse.c:
5843         * gst/subparse/samiparse.h:
5844           Add support for SAMI subtitles (#169936).
5845
5846 2006-05-14  Michael Smith  <msmith@fluendo.com>
5847
5848         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5849           Fix #341696: crash when mixing L+R+C to mono or stereo.
5850         * tests/check/Makefile.am:
5851         * tests/check/elements/audioconvert.c: (set_channel_positions),
5852         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5853         (audioconvert_suite):
5854           Add test for the above, including some generic framework bits for
5855           testing multichannel things.
5856
5857 === release 0.10.7 ===
5858
5859 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5860
5861         * configure.ac:
5862           releasing 0.10.7, "Leave the gun"
5863
5864 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5865
5866         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5868         Fix the build.
5869
5870 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5871
5872         * docs/libs/gst-plugins-base-libs-docs.sgml:
5873         * docs/libs/gst-plugins-base-libs-sections.txt:
5874         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5875         * gst-libs/gst/video/video.h:
5876         * gst/videoscale/Makefile.am:
5877         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5879         * tests/check/Makefile.am:
5880         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5881         (main):
5882           Fix integer overflow problem with pixel-aspect-ratio calculations
5883           in videoscale and xvimagesink (#341542)
5884
5885 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * gst-libs/gst/tag/gstid3tag.c:
5888           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5889
5890 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5891
5892         * win32/MANIFEST:
5893           update win32 files listing
5894
5895 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5896
5897         patch by: Sjoerd Simons (sjoerd@luon.net)
5898
5899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5900         (group_create), (group_destroy), (add_stream),
5901         (gst_play_base_bin_get_property),
5902         (gst_play_base_bin_get_streaminfo_value_array):
5903         * gst/playback/gstplaybasebin.h:
5904           API: GstPlayBaseBin::stream-info-value-array property
5905           use a more bindings-friendly way of exposing streaminfo
5906           using a GValueArray.  Tested in ipython.
5907           Closes #341114
5908
5909 2006-05-11  Wim Taymans  <wim@fluendo.com>
5910
5911         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5912         (queue_underrun_cb), (queue_filled_cb):
5913         Also catch queue underruns but don't do anything yet.
5914         Refactor and comment queue enlarging code a bit.
5915
5916         * gst/playback/gstplaybasebin.c: (queue_overrun),
5917         (queue_threshold_reached), (queue_out_of_data),
5918         (gen_preroll_element):
5919         If a queue over/underruns check that we don't create nasty
5920         deadlocks when the min-threshold is not reached but the
5921         max-bytes is. In those cases disable max-bytes when we
5922         know that the queue is fed timed data.
5923         Add more comments.
5924
5925 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5926
5927         * gst/playback/gstplaybin.c: (gen_audio_element):
5928           Make playbin automatically plug an 'audioresample'
5929           element before the audio sink as well. This solves
5930           problems with sinks that only accept a very specific
5931           sample rate, like esdsink (e.g. #340379).
5932
5933 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5934
5935         * gst/playback/gstplaybasebin.c: (gen_source_element):
5936           Make http sources send special headers so that we receive
5937           icecast metadata if the http stream is an icecast stream
5938           (otherwise the server will just ignore them). This also
5939           means that from now on users will need the 'icydemux'
5940           element from gst-plugins-good installed if they want to
5941           listen to icecast radio streams. (#341432, #333657).
5942
5943 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5944
5945         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5946         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5947           remove stupid example from docs - it should come with a simple
5948           C program instead.
5949           Clean up/fix docs
5950         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5951         (fail_if_can_read), (GST_START_TEST),
5952         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5953           add a test for changing streamheader which exposes a bug in
5954           multifdsink
5955
5956 2006-05-11  Michael Smith  <msmith@fluendo.com>
5957
5958         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5959         (gst_gnome_vfs_src_received_headers_callback):
5960         * ext/gnomevfs/gstgnomevfssrc.h:
5961           Don't set icy-caps unless we have a sane interval value. Move
5962           interval to a local variable; we never use it outside this function.
5963
5964 2006-05-11  Wim Taymans  <wim@fluendo.com>
5965
5966         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5968         Register special buffer types along with the objects so
5969         that they are not registered at runtime from N different
5970         streaming threads since they are not threadsafe.
5971
5972 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5973
5974         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5975         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5976           add two more tests, one doing streamheader
5977
5978 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5979
5980         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5981           clean up the bufqueue when shutting down
5982         * tests/check/Makefile.am:
5983         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5984         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5985         (main):
5986           add a test for the leak that was just fixed
5987
5988 2006-05-10  Wim Taymans  <wim@fluendo.com>
5989
5990         * gst/adder/gstadder.c: (gst_adder_setcaps),
5991         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5992         (gst_adder_src_event), (gst_adder_sink_event),
5993         (gst_adder_class_init), (gst_adder_finalize),
5994         (gst_adder_request_new_pad), (gst_adder_collected):
5995         * gst/adder/gstadder.h:
5996         Updated some docs. Added comments and FIXMEs all over the place.
5997         Improve debugging info.
5998         Fix leak on finalize by not calling the parent.
5999         Implement duration query.
6000         Make event forwarding threadsafe.
6001         Correctly send NEWSEGMENT at start and after flush.
6002         Handle EOS correctly.
6003         Post error when not negotiated.
6004
6005         * tests/check/elements/adder.c: (GST_START_TEST):
6006         Added FIXME in the test.
6007
6008 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6009
6010         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6011         (gst_text_overlay_halign_get_type),
6012         (gst_text_overlay_wrap_mode_get_type):
6013         * ext/theora/theoradec.c: (theora_handle_type_packet),
6014         (theora_handle_data_packet):
6015         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6016         (theora_enc_sink_setcaps), (theora_enc_chain):
6017         * gst-libs/gst/cdda/gstcddabasesrc.c:
6018         (gst_cdda_base_src_mode_get_type):
6019         * gst/audiotestsrc/gstaudiotestsrc.c:
6020         (gst_audiostestsrc_wave_get_type):
6021         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6022         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6023         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6024         (gst_sync_method_get_type), (gst_unit_type_get_type),
6025         (gst_client_status_get_type):
6026         * gst/videoscale/gstvideoscale.c:
6027         (gst_video_scale_method_get_type):
6028         * gst/videotestsrc/gstvideotestsrc.c:
6029         (gst_video_test_src_pattern_get_type):
6030         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6031         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6032         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6033         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6034         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6035         (paint_setup_RGB565), (paint_setup_xRGB1555):
6036           Const-ify GEnumValue and GFlagsValue arrays. Use
6037           GST_ROUND_UP_* macros instead of home-made ones.
6038
6039 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * configure.ac:
6042           Require core CVS for the new newsegment stuff.
6043
6044 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6045
6046         Patch by: Sjoerd Simons  <sjoerd at luon net>
6047
6048         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6049           Register nick for enum value (#341160).
6050
6051 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6052
6053         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6054         (plugin_init):
6055          backout typefind patch #340375
6056          
6057         * tests/check/elements/adder.c: (message_received),
6058         (GST_START_TEST), (adder_suite):
6059           redo, signal-handling of test
6060
6061 2006-05-09  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6064         (gst_adder_collected):
6065         * gst/adder/gstadder.h:
6066         Remove bogus segment merging and forwarding, we don't
6067         care about timestamps anyway and we just produce a
6068         continuous stream. 
6069         Also create a nice NEWSEGMENT event when we start.
6070         Use _scale_int some more.
6071
6072 2006-05-09  Edward Hervey  <edward@fluendo.com>
6073
6074         * tests/icles/stress-xoverlay.c:
6075         Fix if core was built without parsing support.
6076
6077 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6080           Add SEDG (Samsung MPEG-4) fourcc.
6081
6082 2006-05-09  Edward Hervey  <edward@fluendo.com>
6083
6084         * tests/icles/stress-xoverlay.c:
6085         * tests/examples/volume/volume.c:
6086         Fix if core was built without parsing support.
6087
6088         * tests/examples/seek/seek.c:
6089         Disable the parse_launch example if core was built without parsing
6090         support.
6091
6092 2006-05-08  Edward Hervey  <edward@fluendo.com>
6093
6094         * autogen.sh: (CONFIGURE_DEF_OPT): 
6095         libtoolize on Darwin/MacOSX is called glibtoolize
6096
6097 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6098
6099         * tests/check/Makefile.am:
6100         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6101           Disable the adder test, until the build-slaves posses the kindness to 
6102           either like it or to give valid reason for not doing so 
6103
6104 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6105
6106         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6107         (adder_suite):
6108           Shuffle NULL state change around and raise timeout more
6109
6110 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6111
6112         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6113         (mp4_type_find), (plugin_init):
6114           Add typefind to distinguish between "audio/x-m4a" and new type
6115           "video/mp4". Fixes #340375
6116
6117         * tests/check/elements/adder.c: (adder_suite):
6118           Raise timeout to make buildbot happy
6119
6120 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6121
6122         * gst/adder/gstadder.c: (gst_adder_sink_event),
6123         (gst_adder_request_new_pad), (gst_adder_change_state):
6124         * gst/adder/gstadder.h:
6125         * tests/check/Makefile.am:
6126         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6127         (adder_suite), (main):
6128           Add sink-event handling to adder. It tries to merge incomming
6129           newsegment-events. Added test to check if segment_done is comming
6130           through. Fixes #340060
6131
6132 2006-05-05  Andy Wingo  <wingo@pobox.com>
6133
6134         * ext/theora/theoraparse.c (gst_theora_parse_init)
6135         (theora_parse_src_convert, theora_parse_src_query):
6136         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6137         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6138         query functions on the source pads of the theora and vorbis parse
6139         elements. Fixes position querying when doing a remux.
6140
6141 2006-05-05  Michael Smith  <msmith@fluendo.com>
6142
6143         * ext/theora/theoraparse.c: (parse_granulepos),
6144         (theora_parse_drain_queue_prematurely),
6145         (theora_parse_queue_buffer), (theora_parse_sink_event):
6146           Fix flushing.
6147           Fix invalid granulepos outputs when starting with a non-keyframe.
6148
6149 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6150
6151         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6152         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6153         Rearrange MPEG system stream detection, fixing some memleaks in the
6154         process.
6155         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6156         they clean up their data correctly.
6157         Remove unused ogganx caps and move the 'is_annodex' check to inside
6158         the 'is_ogg' if statement.
6159
6160 2006-05-05  Wim Taymans  <wim@fluendo.com>
6161
6162         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6163         Properly remove ghostpads. Fixes #340392
6164
6165 2006-05-04  David Schleef  <ds@schleef.org>
6166
6167         * gst/typefind/gsttypefindfunctions.c:
6168
6169 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6170
6171         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6172         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6173
6174         When typefinding an MP3 in push-based mode, don't penalise the
6175         probability down to 74% when we found 5 valid frames just because we
6176         can't peek the end of the file.
6177
6178         Make the probability for detecting MPEG Transport Streams based on the
6179         number of sequential headers we successfully detected.
6180
6181 2006-05-03  Wim Taymans  <wim@fluendo.com>
6182
6183         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6184         (vorbis_dec_push), (vorbis_dec_chain):
6185         Still produce an error when we receive an empty packet.
6186
6187 2006-05-03  Wim Taymans  <wim@fluendo.com>
6188
6189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6190         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6191         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6192         Mark buffers with DISCONT after seek and after activating new
6193         chains.
6194
6195         * ext/theora/gsttheoradec.h:
6196         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6197         (theora_get_query_types), (theora_dec_sink_event),
6198         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6199         (theora_dec_change_state):
6200         Fix frame counter.
6201         Detect and mark DISCONT buffers.
6202
6203         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6204         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6205         (vorbis_dec_change_state):
6206         * ext/vorbis/vorbisdec.h:
6207         Use GstSegment.
6208         Detect and mark DISCONT buffers.
6209         Don't crash on 0 sized buffers.
6210
6211 2006-05-03  Wim Taymans  <wim@fluendo.com>
6212
6213         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6214         (volume_transform_ip):
6215         Increase "volume" property to 10.0. Fixes #340369.
6216         Set the process function to NULL when capsnego fails so that
6217         we properly error out.
6218
6219 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6220
6221         * gst/playback/gstplaybin.c: (add_sink):
6222         * gst/playback/test.c: (main):
6223         * gst/playback/test5.c: (dump_element_stats):
6224         * gst/playback/test6.c: (main):
6225           free caps using gst_caps_unref, don't leak caps-strings
6226
6227 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6230         (plugin_init):
6231           Refine musepack typefinding a bit. Return MAXIMUM
6232           probability when we detect stream version 7 to make
6233           sure the mpeg audio typefinder doesn't trump us.
6234
6235 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6238           Protect against unexpected NULL strf_data buffer.
6239
6240 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6241
6242         * tests/check/elements/audioconvert.c: (verify_convert),
6243         (GST_START_TEST):
6244           interpret the out[] buffer in the order the bytes are actually
6245           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6246           Other tests should use BYTE_ORDER since the array is filled in
6247           with actual values
6248
6249 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6250
6251         * tests/check/elements/audioconvert.c: (verify_convert),
6252         (GST_START_TEST):
6253           when a test fails, give an indication of which it is
6254
6255 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6256
6257         * gst-libs/gst/cdda/gstcddabasesrc.c:
6258           compile fix; strtol() needs <stdlib.h>
6259
6260 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * ext/alsa/gstalsamixerelement.c:
6263         * ext/alsa/gstalsasrc.c:
6264         * ext/cdparanoia/gstcdparanoiasrc.c:
6265         * ext/gnomevfs/gstgnomevfssink.c:
6266         * ext/gnomevfs/gstgnomevfssrc.c:
6267         * ext/ogg/gstoggdemux.c:
6268         * ext/ogg/gstoggmux.c:
6269         * ext/ogg/gstoggparse.c:
6270         * ext/ogg/gstogmparse.c:
6271         * ext/pango/gstclockoverlay.c:
6272         * ext/pango/gsttextoverlay.c:
6273         * ext/pango/gsttextrender.c:
6274         * ext/pango/gsttimeoverlay.c:
6275         * ext/theora/theoradec.c:
6276         * ext/theora/theoraenc.c:
6277         * ext/vorbis/vorbisdec.c:
6278         * ext/vorbis/vorbisenc.c:
6279         * gst-libs/gst/audio/gstaudiofilter.c:
6280         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6281         * gst/audioconvert/gstaudioconvert.c:
6282         * gst/audiorate/gstaudiorate.c:
6283         * gst/audioresample/gstaudioresample.c:
6284         * gst/audiotestsrc/gstaudiotestsrc.c:
6285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6286         * gst/playback/gstdecodebin.c:
6287         * gst/playback/gstplaybin.c:
6288         * gst/playback/gststreamselector.c:
6289         * gst/subparse/gstsubparse.c:
6290         * gst/tcp/gstmultifdsink.c:
6291         * gst/tcp/gsttcpclientsink.c:
6292         * gst/tcp/gsttcpclientsrc.c:
6293         * gst/tcp/gsttcpserversink.c:
6294         * gst/tcp/gsttcpserversrc.c:
6295         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6296         * gst/videorate/gstvideorate.c:
6297         * gst/videoscale/gstvideoscale.c:
6298         * gst/videotestsrc/gstvideotestsrc.c:
6299         * gst/volume/gstvolume.c:
6300         * sys/v4l/gstv4ljpegsrc.c:
6301         * sys/v4l/gstv4lmjpegsink.c:
6302         * sys/v4l/gstv4lmjpegsrc.c:
6303         * sys/v4l/gstv4lsrc.c:
6304         * sys/ximage/ximagesink.c:
6305         * sys/xvimage/xvimagesink.c:
6306         * tests/check/libs/cddabasesrc.c:
6307           make GstElementDetails const
6308
6309 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6310
6311         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6312         (gst_adder_init):
6313           send events from src-pad to all sink-pads fixes #338657
6314
6315 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6316
6317         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6318         (alsasink_parse_spec):
6319           query width capabilities from alsa, fixes #338919
6320
6321 2006-04-28  Wim Taymans  <wim@fluendo.com>
6322
6323         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6324         (gst_multi_fd_sink_remove_client_link):
6325         * gst/tcp/gstmultifdsink.h:
6326         Fix race condition in multifdsink that can lead to spurious 
6327         duplicate clients. this patch adds a new signal that is fired when
6328         multifdsink has removed all references to the fd.
6329         Fixes #339574.
6330         Updated documentation.
6331         API: client-fd-removed signal added
6332
6333 2006-04-28  Michael Smith  <msmith@fluendo.com>
6334
6335         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6336           When asking g_value_array_new to prealloc elements, we may as well
6337           ask for the right number of elements.
6338
6339 2006-04-28  Wim Taymans  <wim@fluendo.com>
6340
6341         * gst-libs/gst/audio/gstbaseaudiosink.c:
6342         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6343         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6344         patch to make timestamp checking more tollerant to rounding 
6345         errors given that real discontinuities are to be marked on
6346         buffers. Fixes some asf files and #338778.
6347         Also avoid some crashers when we receive an event in the 
6348         NULL state.
6349
6350 2006-04-28  Michael Smith  <msmith@fluendo.com>
6351
6352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6353         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6354         (gst_gnome_vfs_src_get_property),
6355         (gst_gnome_vfs_src_send_additional_headers_callback),
6356         (gst_gnome_vfs_src_received_headers_callback),
6357         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6358         (gst_gnome_vfs_src_stop):
6359         * ext/gnomevfs/gstgnomevfssrc.h:
6360           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6361           proper shared support within icydemux.
6362
6363 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6364
6365         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6366         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6367           fix up docs
6368           fix a leak when no caps negotiated
6369           fix counting of input frames
6370         * tests/check/elements/.cvsignore:
6371         * tests/check/elements/videorate.c: (assert_videorate_stats),
6372         (GST_START_TEST), (videorate_suite):
6373           add tests for these
6374
6375 2006-04-28  Wim Taymans  <wim@fluendo.com>
6376
6377         * gst-libs/gst/audio/gstringbuffer.c:
6378         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6379         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6380         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6381         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6382         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6383         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6384         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6385         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6386         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6387         Check arguments passed to public functions instead of
6388         crashing.
6389
6390 2006-04-28  Wim Taymans  <wim@fluendo.com>
6391
6392         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6393         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6394         GstBaseAudioSrc must be live or it does not work.
6395
6396         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6397         Don't set live to TRUE as this is the default in the parentclass.
6398
6399 2006-04-28  Wim Taymans  <wim@fluendo.com>
6400
6401         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6402         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6403         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6404         fixation cases better. Fixes #338991
6405
6406 2006-04-28  Wim Taymans  <wim@fluendo.com>
6407
6408         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6409         Handle 0/1 framerate correctly Fixes #331901.
6410
6411 2006-04-28  Wim Taymans  <wim@fluendo.com>
6412
6413         * tests/check/elements/audioconvert.c: (get_float_caps),
6414         (GST_START_TEST), (audioconvert_suite):
6415         Added check for correct clipping when doing float samples
6416         in audioconvert.
6417
6418 2006-04-28  Wim Taymans  <wim@fluendo.com>
6419
6420         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6421         (gst_video_rate_chain):
6422         Print more debugging info.
6423
6424 2006-04-28  Wim Taymans  <wim@fluendo.com>
6425
6426         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6427         (resample_set_state_from_caps):
6428         Add support for other formats audioresample can handle such as
6429         32 bits in and float and 64 bits float. Fixes #301759
6430
6431 2006-04-28  Wim Taymans  <wim@fluendo.com>
6432
6433         * gst/audioconvert/audioconvert.c: (float):
6434         correctly clip float samples > 1.0. Fixes #338718
6435
6436 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         Patch by: Young-Ho Cha  <ganadist at chollian net>
6439
6440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6441         (gst_text_overlay_render_text):
6442           Don't strip newlines from the text. Also, center lines
6443           within multi-line paragraphs (#339405).
6444
6445 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6448           Fix wavpack typefinding to work in more cases (don't peek
6449           for chunks of multiple hundred kBs at once, but process
6450           things step-by-step in smaller units). Fixes #339786.
6451
6452 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6453
6454         * configure.ac:
6455           back to HEAD
6456
6457 === release 0.10.6 ===
6458
6459 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6460
6461         * configure.ac:
6462           releasing 0.10.6, "Chao"
6463
6464 2006-04-26  David Schleef  <ds@schleef.org>
6465
6466         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6467           Fixes #338897.
6468
6469 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6470
6471         * configure.ac:
6472         * win32/common/config.h:
6473           new prerelease
6474
6475 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6476
6477         patch by: Wim Taymans
6478
6479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6480         (gst_ogg_demux_perform_seek):
6481           make sure correct newsegments are sent, so that the decoder
6482           and the demuxer agree on timestamps.  Fixes playback of a lot
6483           of Ogg files that do not start from 0.  Fixes #339833.
6484
6485 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6486
6487         Patch by: Edward Hervey  <edward@fluendo.com>
6488
6489         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6490         * tests/check/Makefile.am:
6491         * tests/check/elements/videorate.c: (assert_videorate_stats),
6492         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6493         (videorate_suite), (main):
6494           Fix an infinite loop if frames are passed in with wrongly ordered
6495           timestamps.  Fixes #339013.
6496
6497 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6498
6499         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6500
6501         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6502           fix typefinding on some ISO files.  Fixes #339212.
6503
6504 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6505
6506         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6509           add another H264 fourcc.  Fixes #339047.
6510
6511 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6512
6513         Patch by: Jan Schmidt
6514
6515         * gst/playback/gststreamselector.c:
6516         (gst_stream_selector_bufferalloc):
6517           Restore old StreamSelector behaviour.
6518           Fixes #338419.
6519
6520 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6521
6522         * configure.ac:
6523         * win32/common/config.h:
6524           prerelease
6525
6526 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6529
6530         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6531         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6532           Fix some memory leaks: on finalize, free buffers left in the queue
6533           before destroying the queue; in _push(), unref rtp_buf even if
6534           the process vfunc returned a NULL buffer as output buffer (#337548);
6535           demote some recuring debug messages to LOG level.
6536
6537 2006-04-11  Wim Taymans  <wim@fluendo.com>
6538
6539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6540         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6541         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6542         (gst_ogg_demux_loop):
6543         More cleanups.
6544         Respect segment stop when emiting EOS or SEGMENT_DONE.
6545         Fixes (#337945).
6546
6547 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6548
6549         * gst/playback/gststreamselector.c:
6550         (gst_stream_selector_get_property):
6551           Don't leak pad name.
6552
6553 2006-04-10  Michael Smith  <msmith@fluendo.com>
6554
6555         * tests/check/Makefile.am:
6556         * tests/check/gst-plugins-base.supp:
6557           Suppress an old libtheora bug (fixed in more recent versions), so 
6558           that FC4 buildslaves can pass.
6559
6560 2006-04-10  Wim Taymans  <wim@fluendo.com>
6561
6562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6563         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6564         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6565         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6566         (gst_ogg_demux_loop):
6567         Don't leak events.
6568         Remember what error we got when finding chains, if we
6569         were shutdown, that would not be an error.
6570
6571 2006-04-10  Wim Taymans  <wim@fluendo.com>
6572
6573         * gst-libs/gst/audio/gstbaseaudiosink.c:
6574         (gst_base_audio_sink_event):
6575         Starting the ringbuffer when we did not acquire it can cause
6576         a deadlock, is pointless and causes nasty things for
6577         subclasses. 
6578         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6579
6580 2006-04-10  Wim Taymans  <wim@fluendo.com>
6581
6582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6583         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6584         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6585         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6586         (gst_ogg_demux_deactivate_current_chain),
6587         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6588         (gst_ogg_demux_bisect_forward_serialno),
6589         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6590         Add some more debugging.
6591
6592 2006-04-10  Wim Taymans  <wim@fluendo.com>
6593
6594         * ext/theora/theoradec.c: (theora_dec_src_event),
6595         (theora_handle_data_packet):
6596         Some more debug info.
6597
6598         * tests/examples/seek/seek.c: (start_seek), (main):
6599         Print element messages too.
6600
6601 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6602
6603         * gst/audioresample/debug.h:
6604           replace debug macros with variable number of parameters
6605           by a simple alias to gstreamer standard debug macros 
6606          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6607           supported by MSVC 6.0 and 7.1)
6608         * gst/audioresample/resample.h:
6609           define M_PI and rint for WIN32
6610         * win32/common/libgstaudio.def:
6611         * win32/common/libgstriff.def:
6612         * win32/common/libgsttag.def:
6613         * win32/common/libgstvideo.def:
6614           add new exported functions
6615         * win32/vs6:
6616           update project files
6617
6618 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6619
6620         * ext/alsa/gstalsamixeroptions.c:
6621         (gst_alsa_mixer_options_class_init):
6622         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6625         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6626         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6627         * gst-libs/gst/audio/gstaudiofilter.c:
6628         (gst_audio_filter_class_init):
6629         * gst-libs/gst/audio/gstaudiosink.c:
6630         (gst_audioringbuffer_class_init):
6631         * gst-libs/gst/audio/gstaudiosrc.c:
6632         (gst_audioringbuffer_class_init):
6633         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6634         * gst-libs/gst/interfaces/colorbalancechannel.c:
6635         (gst_color_balance_channel_class_init):
6636         * gst-libs/gst/interfaces/mixeroptions.c:
6637         (gst_mixer_options_class_init):
6638         * gst-libs/gst/interfaces/mixertrack.c:
6639         (gst_mixer_track_class_init):
6640         * gst-libs/gst/interfaces/tunerchannel.c:
6641         (gst_tuner_channel_class_init):
6642         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6643         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6644         (gst_netbuffer_class_init):
6645         * gst-libs/gst/rtp/gstbasertppayload.c:
6646         (gst_basertppayload_class_init):
6647         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6649         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6650         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6651         * gst/playback/gststreamselector.c:
6652         (gst_stream_selector_class_init):
6653         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6654         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6655         * sys/v4l/gstv4lcolorbalance.c:
6656         (gst_v4l_color_balance_channel_class_init):
6657         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6658         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6659         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6660         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6661         (gst_v4l_tuner_norm_class_init):
6662         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6664         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6665         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6666
6667 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6668
6669         * ext/pango/gsttextrender.h:
6670         * gst-libs/gst/audio/gstaudiosink.h:
6671         * gst-libs/gst/audio/gstaudiosrc.h:
6672         * gst-libs/gst/audio/gstbaseaudiosink.h:
6673         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6674         * gst-libs/gst/audio/gstringbuffer.h:
6675         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6676         * gst-libs/gst/rtp/gstbasertppayload.h:
6677         * gst-libs/gst/video/gstvideofilter.h:
6678         * gst-libs/gst/video/gstvideosink.h:
6679         * gst/playback/gstplaybasebin.h:
6680         * gst/tcp/gstmultifdsink.h:
6681         * sys/v4l/gstv4lelement.h:
6682         Fix broken GObject macros
6683
6684 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6685
6686         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6687         More debug to trace why my USB headset is not working with gst
6688
6689 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6690
6691         * gst/playback/gstplaybasebin.c: (group_destroy):
6692         Clean up our group elements properly in the case where it never 
6693         got committed - it still got added unconditionally to the bin.
6694
6695 2006-04-07  Wim Taymans  <wim@fluendo.com>
6696
6697         * ext/theora/theoradec.c: (theora_dec_sink_event),
6698         (theora_handle_data_packet), (theora_dec_chain):
6699         Unref unhandled events.
6700         Protect against empty buffers.
6701         Perform QoS on running time.
6702
6703 2006-04-07  Michael Smith  <msmith@fluendo.com>
6704
6705         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6706         (gst_vorbis_enc_chain):
6707           Remove leaks from vorbisenc.
6708           Mostly minor changes, the only significant one is that now the
6709           buffers we set as 'streamheader' on the caps are copies of the
6710           original buffers, to avoid circular refcounting problems.
6711
6712 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6713
6714         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6715           Don't remove our mute-probe if someone else already did so.
6716           Don't set a 2nd one if there is already one pending on the pad.
6717
6718         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6719         (do_playbin_seek):
6720           When a seek fails, ensure that playbin is still set back to playing.
6721           
6722         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6723         (mpeg_ts_type_find), (plugin_init):
6724           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6725
6726 2006-04-06  Andy Wingo  <wingo@pobox.com>
6727
6728         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6729         (gst_video_rate_init): Caps-related parameters should not be reset
6730         by a flush -- move their inits to the instance init function.
6731         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6732         is not OK, just return the result.
6733
6734         * gst/audiotestsrc/gstaudiotestsrc.c
6735         (gst_audio_test_src_class_init)
6736         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6737         broken by Stefan's commit on 24 March.
6738
6739         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6740         buffers being pushed out. Fixes oggmux ! multifdsink.
6741
6742 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6745         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6746         * ext/vorbis/vorbisdec.h:
6747         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6748         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6749         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6750         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6751         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6752         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6753         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6754         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6755         (gst_vorbis_enc_buffer_from_packet),
6756         (gst_vorbis_enc_buffer_from_header_packet),
6757         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6758         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6759         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6760         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6761         (gst_vorbis_enc_change_state):
6762         * ext/vorbis/vorbisenc.h:
6763           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6764           vorbisenc adhere to the official nomenclature; use boilerplate
6765           macro.
6766
6767 2006-04-04  Andy Wingo  <wingo@pobox.com>
6768
6769         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6770         Whoops, fix bug introduced. Bad hacker!
6771         
6772         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6773         Properly handle the case where you get EOS before any buffers are
6774         received. Use gst_buffer_make_metadata_writable where appropriate.
6775
6776         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6777         is often negative -- make it signed so as not to wrap around.
6778         Fixes segfaults introduced on 9 March.
6779
6780 2006-04-03  Wim Taymans  <wim@fluendo.com>
6781
6782         * ext/theora/gsttheoradec.h:
6783         * ext/theora/theoradec.c: (theora_dec_src_event):
6784         Don't try to store a gdouble in a gboolean.
6785         Small cleanups.
6786
6787 2006-04-03  Michael Smith  <msmith@fluendo.com>
6788
6789         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6790           Oggmux sucks.
6791           Make it suck slightly less by writing out the final page.
6792           Still can't encode a vorbis-in-ogg file correctly, though.
6793
6794 2006-04-03  Andy Wingo  <wingo@pobox.com>
6795
6796         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6797         a g_print.
6798
6799         * ext/theora/theora.c (plugin_init): Register theoraparse.
6800
6801         * ext/theora/gsttheoraparse.h: 
6802         * ext/theora/theoraparse.c: New files implementing a theora
6803         parser. Now we can properly remux ogg/theora+vorbis, yay.
6804
6805         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6806
6807 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6808
6809         * gst/audiotestsrc/gstaudiotestsrc.c:
6810           Fixed the sample pipeline (see #323798)
6811
6812 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6813
6814         * configure.ac:
6815         * win32/common/config.h:
6816         * win32/common/config.h.in:
6817           use AS_VERSION and AS_NANO
6818           more cleanups
6819
6820 2006-03-31  Andy Wingo  <wingo@pobox.com>
6821
6822         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6823         uninitialized variable return that would happen.
6824         
6825         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6826         uninitialized variable return that would never happen.
6827
6828         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6829         (vorbis_parse_sink_event): Add an event function to flush our
6830         state on a seek, and to drain buffers on a premature EOS.
6831         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6832         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6833         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6834         (vorbis_parse_drain_queue): Queue up buffers until we can set
6835         their timestamps and granulepos values.
6836
6837         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6838         and keep track of data needed for deriving granulepos and
6839         timestamps for buffers.
6840
6841 2006-03-29  Wim Taymans  <wim@fluendo.com>
6842
6843         Patch by: j^ <j at bootlab dot org>
6844
6845         * ext/alsa/gstalsamixerelement.c:
6846         (gst_alsa_mixer_element_class_init):
6847         * ext/alsa/gstalsasink.c:
6848         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6849         * ext/ogg/gstoggdemux.c:
6850         * ext/ogg/gstoggmux.c:
6851         * ext/ogg/gstoggparse.c:
6852         * ext/pango/gstclockoverlay.c:
6853         * ext/pango/gsttextoverlay.c:
6854         * ext/pango/gsttextrender.c:
6855         * ext/pango/gsttimeoverlay.c:
6856         * ext/theora/theoradec.c:
6857         * ext/theora/theoraenc.c:
6858         * ext/vorbis/vorbisdec.c:
6859         * ext/vorbis/vorbisenc.c:
6860         * gst/audioconvert/gstaudioconvert.c:
6861         * gst/subparse/gstsubparse.c:
6862         * gst/tcp/gstmultifdsink.c:
6863         * gst/tcp/gsttcpclientsink.c:
6864         * gst/tcp/gsttcpclientsrc.c:
6865         * gst/tcp/gsttcpserversink.c:
6866         * gst/tcp/gsttcpserversrc.c:
6867           better/unified long descriptions
6868           Fixes #336477
6869
6870 2006-03-29  Wim Taymans  <wim@fluendo.com>
6871
6872         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6873         (stop_seek):
6874         Don't let double and triple clicks mess up our state.
6875
6876 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * gst/playback/gstplaybin.c: (gen_video_element),
6879         (gen_text_element), (gen_audio_element), (gen_vis_element):
6880           Error out gracefully when we can't create any of the usual
6881           conversion elements for some reason. Also, don't try to
6882           create an audioscale (sic) element that's not used anyway.
6883
6884 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6885
6886         * gst/playback/gstplaybasebin.c: (setup_source):
6887           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6888           element for a particular protocol, that's confusing for users.
6889           Instead, post a RESOURCE_FAILED error, so that our own error
6890           message is actually shown in totem etc. (#336303).
6891
6892 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6895
6896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6897         (gst_gnome_vfs_src_get_icy_metadata):
6898           Fix some minor memory leaks (#336194).
6899
6900 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6901
6902         * ext/gnomevfs/gstgnomevfs.c:
6903         (gst_gnome_vfs_location_to_uri_string):
6904         * ext/gnomevfs/gstgnomevfs.h:
6905         * ext/gnomevfs/gstgnomevfssink.c:
6906         (gst_gnome_vfs_sink_set_property):
6907         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6908           Make gnomevfssink accept filenames as well as URIs for the
6909           "location" property, just like gnomevfssrc does (and
6910           filesrc/filesink do) (#336190).
6911
6912 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6913
6914         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6915           set to NULL before unreffing, fixes a valgrind leak.
6916           Why was this not triggering the error that an object needs to
6917           be NULL before unreffing ?
6918         * win32/common/config.h:
6919           update
6920
6921 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * gst/subparse/gstsubparse.c: (convert_encoding),
6924         (gst_sub_parse_change_state):
6925         * gst/subparse/gstsubparse.h:
6926           Text subtitle files may or may not be UTF-8. If it's not, we
6927           don't really want to see '?' characters in place of non-ASCII
6928           characters like accented characters. So let's assume the input
6929           is UTF-8 until we come across text that is clearly not. If it's
6930           not UTF-8, we don't really know what it is, so try the following:
6931           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6932           is set; if not, check (b) if the current locale encoding is
6933           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6934           the current locale encoding is UTF-8 and the environment variable
6935           was not set to any particular encoding. Not perfect, but better
6936           than nothing (and better than before, I think) (fixes #172848).
6937
6938 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6939
6940         * configure.ac:
6941           update core requirement to 0.10.4.1 because of async_playback
6942           vmethod on GstBaseSink
6943
6944 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6945
6946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6947         * gst/adder/gstadder.c: (gst_adder_init):
6948         use DEBUG_FUNCPTR for collectpads
6949
6950 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6951
6952         * docs/plugins/Makefile.am:
6953         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6954         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6955         * ext/cdparanoia/gstcdparanoiasrc.c:
6956         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6957         (gst_gnome_vfs_sink_class_init):
6958         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6960         * ext/ogg/gstoggmux.c:
6961         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6962         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6963         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6964         * ext/pango/gsttextoverlay.c:
6965         * ext/pango/gsttextrender.c:
6966         * ext/theora/theoradec.c:
6967         * ext/theora/theoraenc.c:
6968         * ext/vorbis/vorbisdec.c:
6969         * ext/vorbis/vorbisenc.c:
6970         * gst-libs/gst/audio/gstaudiofilter.c:
6971         (gst_audio_filter_base_init):
6972         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6973         (gst_audio_filter_template_base_init):
6974         * gst/adder/gstadder.c: (gst_adder_get_type):
6975         * gst/adder/gstadder.h:
6976         * gst/audioconvert/gstaudioconvert.c:
6977         * gst/audiotestsrc/gstaudiotestsrc.c:
6978         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6979         (gst_audio_test_src_create):
6980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6981         * gst/playback/gstdecodebin.c:
6982         * gst/playback/gstplaybin.c:
6983         * gst/playback/gststreamselector.c:
6984         (gst_stream_selector_base_init):
6985         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6986         * gst/volume/gstvolume.c:
6987         * sys/v4l/gstv4lmjpegsink.c:
6988         * sys/v4l/gstv4lmjpegsrc.c:
6989         * tests/check/libs/cddabasesrc.c:
6990         * tests/old/examples/gob/gst-identity2.gob:
6991           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6992           define GstElementDetails at the top
6993
6994 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6995
6996         * win32/common/libgstinterfaces.def:
6997         Add a lot of export functions for gst-python
6998         * win32/vs6/libgstinterfaces.dsp:
6999         Add a missing include folder in the project configuration
7000         
7001 2006-03-23  Wim Taymans  <wim@fluendo.com>
7002
7003         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7004         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7005         (gst_base_audio_src_change_state):
7006         Fix audio sources, forgot to make the ringbuffer
7007         startable...
7008
7009 2006-03-23  Wim Taymans  <wim@fluendo.com>
7010
7011         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7012         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7013         (gst_base_audio_src_change_state):
7014         unparent instead of unref the ringbuffer.
7015
7016 2006-03-23  Wim Taymans  <wim@fluendo.com>
7017
7018         * gst-libs/gst/audio/gstbaseaudiosink.c:
7019         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7020         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7021         Implement new async_play vmethod to start slaving and allow
7022         playback start in case of async PLAY state changes. 
7023
7024         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7025         Enable QoS with new method in base class.
7026
7027 2006-03-23  Wim Taymans  <wim@fluendo.com>
7028
7029         Patch by: Julien MOUTTE <julien at moutte dot net>
7030
7031         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7032         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7033         Partially handle 0 framerate, only EOS after the first frame
7034         is missing.
7035
7036 2006-03-23  Wim Taymans  <wim@fluendo.com>
7037
7038         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7039
7040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7041         (gst_riff_create_video_template_caps):
7042         * gst/ffmpegcolorspace/avcodec.h:
7043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7044         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7045         (gst_ffmpegcsp_avpicture_fill):
7046         * gst/ffmpegcolorspace/imgconvert.c:
7047         Patch for support of YVU9 AVI files (#334822)
7048
7049 2006-03-22  Edward Hervey  <edward@fluendo.com>
7050
7051         * docs/design/design-decodebin.txt:
7052         Added design document for new decodebin
7053         (Target Caps): text/x-pango-markup is also a default target caps.
7054
7055 2006-03-22  Wim Taymans  <wim@fluendo.com>
7056
7057         * gst-libs/gst/audio/gstbaseaudiosink.c:
7058         (gst_base_audio_sink_dispose):
7059         Since we _parent the ringbuffer, we also need to
7060         _unparent instead of a plain _unref.
7061
7062 2006-03-22  Wim Taymans  <wim@fluendo.com>
7063
7064         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7065         (stop_seek), (scrub_toggle_cb), (main):
7066         Add scrub checkbox.
7067
7068 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7069
7070         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7071         (gst_ogg_parse_chain):
7072           Fix very inefficient usage of linked lists (#335365).
7073
7074 2006-03-21  Edward Hervey  <edward@fluendo.com>
7075
7076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7077         * gst/playback/gstplaybin.c: (handoff):
7078         * gst/playback/gststreamselector.c:
7079         (gst_stream_selector_set_property):
7080         gcc 4.1 unreferenced pointer fixes.
7081         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7083         gst_buffer_ref() now takes a GstBuffer*.
7084
7085 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7086
7087         * sys/xvimage/xvimagesink.c:
7088         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7089         by Jan Schmidt.
7090
7091 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7094         (id3v1_type_find), (apetag_type_find), (plugin_init):
7095           Can't do tag preferences via probability, as tags would then
7096           lose against types that are recognised with MAXIMUM probability
7097           (like .wav); so let all tag typefinders return MAXIMUM themselves
7098           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7099           that we can prefer APE to ID3v1 (fixes #335028).
7100           
7101 2006-03-17  Wim Taymans  <wim@fluendo.com>
7102
7103         * gst-libs/gst/audio/gstbaseaudiosink.c:
7104         (gst_base_audio_sink_change_state):
7105         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7106         (gst_ring_buffer_may_start):
7107         * gst-libs/gst/audio/gstringbuffer.h:
7108         Only start playback if we are playing.
7109         should fix #330748.
7110
7111 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7112
7113         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7114         * win32/common/config.h:
7115           Revert accidental commits to these files.
7116
7117 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7118
7119         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7120
7121         * tests/Makefile.am:
7122           Don't try to build tests in tests/icles if we
7123           don't have X (#323852)
7124
7125 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7126
7127         * gst-libs/gst/tag/gstid3tag.c:
7128           Add TXXX frame identifiers for replaygain stuff as used
7129           by some taggers (see #323721).
7130
7131 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7132
7133         * gst/playback/gststreamselector.c:
7134         (gst_stream_selector_set_property),
7135         (gst_stream_selector_bufferalloc):
7136           Preserve the existing buggy streamselector behaviour by performing
7137           a fallback buffer allocation when downstream isn't linked yet.
7138           This should really be fixed in playbin by blocking pads until it's
7139           linked them.
7140           Also, use gst_pad_alloc_buffer instead of
7141           gst_pad_alloc_buffer_and_set.
7142
7143 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * gst-libs/gst/tag/gstid3tag.c:
7146           Don't crash on unknown ID3v2 TXXX frames.
7147           
7148 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7149
7150         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7151           Chain up to the parent finalize method.
7152           Add 32-bit sample size to the template caps.
7153
7154         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7155         (gst_riff_create_video_template_caps):
7156           Add the fourcc that the VMWare codec uses.
7157           
7158         * gst/playback/gststreamselector.c:
7159         (gst_stream_selector_set_property),
7160         (gst_stream_selector_bufferalloc),
7161         (gst_stream_selector_request_new_pad):
7162           For the active pad, forward buffer-alloc requests, otherwise
7163           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7164           having to memcpy every frame when used by playbin.
7165
7166         * gst/tcp/gstmultifdsink.c:
7167         (gst_multi_fd_sink_handle_client_write):
7168           Get negotiated caps from the sink pad, rather than the sink
7169           pad's peer.
7170
7171 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7172
7173         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7174         
7175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7176           Don't forget to set src->callbacks_pushed to FALSE again when
7177           popping them, otherwise re-activation in a different mode won't
7178           work (#334620).
7179
7180 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         Patch by: Sebastien Moutte  <sebastien moutte net>
7183
7184         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7185         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7186         (gst_ffmpeg_smpfmt_to_caps):
7187           Replace __VA_ARGS__ caps creation macros with varargs functions.
7188           Makes things compile on MSVC (#320765), looks nicer, and we can
7189           tell the compiler to check for the NULL terminator.
7190
7191 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7192
7193         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7194
7195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7196           Make sure the buffer we copy into is really always big
7197           enough, this time for real (#333488).
7198           
7199 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7200
7201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7202           Add support for 24bpp DIB (#305279).
7203
7204 2006-03-14  Wim Taymans  <wim@fluendo.com>
7205
7206         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7207         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7209         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7210         (gst_video_scale_init), (gst_video_scale_src_event):
7211         Re-enable QoS after the release.
7212         Rework videoscale to use the base class src_event handler.
7213
7214 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7215
7216         * configure.ac:
7217           back to CVS.
7218
7219 === release 0.10.5 ===
7220
7221 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7222
7223         * configure.ac:
7224           releasing 0.10.5, "Net"
7225
7226 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7227
7228         * docs/plugins/Makefile.am:
7229           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7230           
7231 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7234         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7235         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7236           Add cdparanoiasrc to docs.
7237
7238         * gst-libs/gst/cdda/gstcddabasesrc.c:
7239           More GstCddaBaseSrc docs.
7240
7241 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * docs/libs/gst-plugins-base-libs-sections.txt:
7244         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7245         * gst-libs/gst/tag/tag.h:
7246           API: libgsttag: new method gst_tag_from_id3_user_tag().
7247
7248 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7249
7250         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7251           NULL-terminate array of mpeg4 video file extensions.
7252           Fixes crash on PPC (#334226).
7253
7254 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7255
7256         * ext/gnomevfs/gstgnomevfssrc.c:
7257         (gst_gnome_vfs_src_check_get_range):
7258           gnome_vfs_uri_is_local() alone is not a good indicator
7259           whether we can operate in pull-mode with a specific URI,
7260           as it returns FALSE for file:// URIs that point to an
7261           NFS-mounted path. Be more conservative here: whitelist
7262           local files, blacklist http URIs and use the old
7263           mechanism for anything else (fixes #334216).
7264
7265 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7266
7267         * configure.ac:
7268           back to trunk
7269
7270 === release 0.10.4 ===
7271
7272 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7273
7274         * configure.ac:
7275           releasing 0.10.4, "Power"
7276
7277 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7278
7279         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7280         Disable max-lateness by setting it to -1 for now, so that 
7281         we can bed QoS stuff in thoroughly between now and the next
7282         release.
7283
7284 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         Patch by: Fabrizio Gennari
7287
7288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7289           Make sure we don't read beyond the palette buffer in case of
7290           broken or manipulated files (#333488)
7291
7292 2006-03-10  Edward Hervey  <edward@fluendo.com>
7293
7294         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7295         Fix for variable not initialized.
7296
7297 2006-03-09  Wim Taymans  <wim@fluendo.com>
7298
7299         * ext/libvisual/visual.c: (gst_visual_get_type),
7300         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7301         (gst_visual_chain):
7302         Small cleanups.
7303
7304         * ext/theora/gsttheoradec.h:
7305         * ext/theora/theoradec.c: (gst_theora_dec_init),
7306         (gst_theora_dec_reset), (_theora_granule_time),
7307         (theora_dec_src_convert), (theora_dec_sink_convert),
7308         (theora_dec_src_query), (theora_dec_src_event),
7309         (theora_dec_sink_event), (theora_handle_comment_packet),
7310         (theora_handle_header_packet), (theora_dec_push),
7311         (theora_handle_data_packet), (theora_dec_chain),
7312         (theora_dec_change_state):
7313         Add simple QoS.
7314
7315 2006-03-09  Wim Taymans  <wim@fluendo.com>
7316
7317         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7318         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7319         Some cleanups.
7320
7321 2006-03-09  Wim Taymans  <wim@fluendo.com>
7322
7323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7324         Don't try to activate NULL chains.
7325
7326 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7327
7328         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7329           Fix invalid memory access to region before peek'd data (#332964).
7330
7331 2006-03-09  Wim Taymans  <wim@fluendo.com>
7332
7333         Patch by: Christophe Fergeau
7334
7335         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7336         * ext/pango/gsttextrender.c: (gst_text_render_init):
7337         * gst/adder/gstadder.c: (gst_adder_init):
7338         Don't leak padtemplates, closes #333510.
7339
7340 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7343           Fix invalid memory access: make sure string passed to
7344           regexec() is NUL-termianted.
7345
7346 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7349         (mp3_type_find):
7350           Refactor mpeg/audio typefinding to make it more maintainable
7351           and easier to fine-tune. Make probing into middle of the file
7352           work properly (fixes #333900, also see #152688).
7353
7354 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         * gst/typefind/gsttypefindfunctions.c:
7357         (utf8_type_find_have_valid_utf8_at_offset):
7358           Remove part from previous commit that was bogus:
7359           g_utf8_validate() does in fact not accept embedded
7360           zeroes, so we don't need to check for those (thanks
7361           to Mike for the hint).
7362
7363 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * gst/typefind/gsttypefindfunctions.c:
7366         (utf8_type_find_count_embedded_zeroes),
7367         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7368           Make plain/text typefinder more conservative: firstly, check
7369           for embedded zeroes, which are perfectly valid UTF-8 characters,
7370           but also a fairly good sign that something is not a plain text
7371           file; secondly, probe into the middle of the file if possible.
7372           If we can't probe into the middle, limit the probability value
7373           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7374
7375 2006-03-08  Michael Smith  <msmith@fluendo.com>
7376
7377         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7378           Make typefind function name for mpeg4 video unique.
7379
7380 2006-03-08  Wim Taymans  <wim@fluendo.com>
7381
7382         * ext/libvisual/visual.c: (gst_visual_init),
7383         (gst_visual_clear_actors), (gst_visual_dispose),
7384         (gst_visual_reset), (gst_visual_src_setcaps),
7385         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7386         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7387         (gst_visual_chain), (gst_visual_change_state):
7388         Cleanups, post nice errors.
7389         Handle sink and src events.
7390         Implement simple QoS.
7391
7392         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7393         Use new basesink methods to configure max-lateness.
7394         Small doc update.
7395
7396         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7397         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7398         Debug statement cleanups.
7399
7400         * gst/volume/gstvolume.c: (gst_volume_class_init):
7401         Simple cleanup.
7402
7403 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7404
7405         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7406         (gst_text_overlay_init), (gst_text_overlay_set_property),
7407         (gst_text_overlay_get_property):
7408           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7409           as string type properties, but mark them deprecated. Add
7410           'halignment' and 'valignment' properties that use enums
7411           instead of strings.
7412
7413 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7414
7415         Patch by: Fabrizio Gennari
7416
7417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7418           Allow palettes with less than 256 colours in AVI files
7419           (#333488)
7420
7421 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7422
7423         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7424         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7425         pad. We were releasing the queued text buffer when we should keep
7426         it until video pad gets EOS or discard the text buffer because it's
7427         too old. That was eating the last subtitle buffer. Add some more
7428         debug.
7429
7430 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7431
7432         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7433         (gst_text_overlay_video_chain):
7434           Fix invalid memory access (we can't access a buffer after it's been
7435           pushed downstream without taking a reference); fix memory leak (if
7436           there's no text to render, bail out before allocating stuff).
7437
7438 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7439
7440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7441         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7442         * ext/pango/gsttextoverlay.h:
7443           If input is plain text, escape it before passing it to
7444           pango_layout_set_markup().
7445
7446 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7447
7448         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7449           Don't ignore flow return from gst_pad_push().
7450
7451 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         Patch by: Fabrizio Gennari
7454
7455         * ext/libvisual/visual.c: (gst_visual_getcaps),
7456         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7459         (gst_vorbisenc_convert_sink):
7460         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7461         (gst_audio_duration_from_pad_buffer):
7462         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7463         (gst_audio_filter_chain):
7464         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7465         (gst_base_rtp_depayload_setcaps):
7466         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7467         (gst_video_get_size):
7468         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7469           Don't leak references returned by gst_pad_get_parent()
7470           (#333663)
7471
7472 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7473
7474         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7475           change location param details
7476         * gst/volume/gstvolume.c: (plugin_init):
7477           correct plugin description
7478
7479 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7480
7481         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7482         (gst_gnome_vfs_src_check_get_range):
7483           Override GstBaseSrc::check_get_range() in order to avoid opening
7484           the resource just to check whether we can operate in pull-mode or
7485           not - we can predict that pretty well from the URI alone. Should
7486           fix problems with last.fm (#331690). (Requires latest core CVS).
7487
7488 2006-03-06  Wim Taymans  <wim@fluendo.com>
7489
7490         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7491         (gst_video_sink_class_init):
7492         Throw away frames that are later than 20 ms.
7493
7494 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7495
7496         Patch by: Fabrizio Gennari
7497
7498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7499           Set depth on WMA caps (#333545)
7500
7501 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7502
7503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7504         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7505           put Theora BOS pages before others.  This hardcodes
7506           the Ogg/Theora I profile, but hey.
7507
7508 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7509
7510         * ext/ogg/README:
7511           updated with some examples
7512         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7513         (granulepos_add), (theora_buffer_from_packet):
7514         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7515         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7516         (gst_vorbisenc_chain):
7517           implement strategy from ext/ogg/README
7518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7519         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7520         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7521         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7522           Fix muxer so that oggz-validate is happy with all streams;
7523           except for no eos mark, and the BOS page ordering
7524         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7525         (check_buffer_granulepos):
7526         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7527           update tests to check for OFFSET being set as requested
7528           fixed type of granulepos, it's not a ClockTime
7529
7530 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7531
7532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7533         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7534         Check that the xvimage we are creating has a correct size
7535         before returning it. (#314897)
7536
7537 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7540           Give id3 and ape tag typefinders a rank slightly higher
7541           than PRIMARY to ensure they're always run before any of
7542           the other typefinders (in particular wav and mp3) (#324186).
7543
7544 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7545
7546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7547           Add support for '3IVD' fourcc (#333403).
7548
7549 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7550
7551         * configure.ac:
7552           Bump requirements to GStreamer CVS for the new error enum.
7553
7554         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7555           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7556           space left on the device (fixes #333352).
7557
7558 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7559
7560         * win32/vs6:
7561           add a project file for libgstvolume
7562           update the workspace
7563
7564 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7565
7566         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7567         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7568         (GST_START_TEST):
7569           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7570           Set IN_CAPS on header buffers
7571
7572 2006-03-02  Wim Taymans  <wim@fluendo.com>
7573
7574         * docs/plugins/Makefile.am:
7575         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7576         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7577         Add audioresample to docs.
7578
7579         * gst/audioconvert/gstaudioconvert.c:
7580         Add revision date.
7581
7582         * gst/audioresample/gstaudioresample.c:
7583         (gst_audioresample_base_init), (gst_audioresample_class_init),
7584         (gst_audioresample_init), (gst_audioresample_dispose),
7585         (audioresample_get_unit_size), (audioresample_transform_caps),
7586         (resample_set_state_from_caps), (audioresample_transform_size),
7587         (audioresample_set_caps), (audioresample_event),
7588         (audioresample_do_output), (audioresample_transform),
7589         (audioresample_pushthrough), (gst_audioresample_set_property),
7590         (gst_audioresample_get_property), (plugin_init):
7591         * gst/audioresample/gstaudioresample.h:
7592         Added docs.
7593         Small code cleanups.
7594
7595 2006-03-02  Wim Taymans  <wim@fluendo.com>
7596
7597         * docs/plugins/Makefile.am:
7598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7600         Added videoscale to docs.
7601
7602         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7603         (gst_video_rate_swap_prev), (gst_video_rate_event),
7604         (gst_video_rate_chain):
7605         Fix typo in docs.
7606
7607         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7608         (gst_video_scale_init), (gst_video_scale_prepare_size),
7609         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7610         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7611         * gst/videoscale/gstvideoscale.h:
7612         Added docs, examples.
7613         Some code cleanups.
7614         Post errors instead of g_warning.
7615
7616 2006-03-02  Wim Taymans  <wim@fluendo.com>
7617
7618         * docs/libs/gst-plugins-base-libs-docs.sgml:
7619         * docs/libs/gst-plugins-base-libs-sections.txt:
7620         * docs/libs/gst-plugins-base-libs.types:
7621         * docs/plugins/Makefile.am:
7622         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7623         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7624         Added some more docs to libs and plugins.
7625
7626         * gst-libs/gst/audio/gstringbuffer.c:
7627         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7628         * gst-libs/gst/audio/gstringbuffer.h:
7629         Document ringbuffer some more.
7630
7631         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7632         (gst_video_rate_setcaps), (gst_video_rate_reset),
7633         (gst_video_rate_init), (gst_video_rate_flush_prev),
7634         (gst_video_rate_swap_prev), (gst_video_rate_event),
7635         (gst_video_rate_chain), (gst_video_rate_change_state):
7636         * gst/videorate/gstvideorate.h:
7637         Fix videorate to use segments.
7638         Make it work with 0/1 framerates (closes #331903)
7639         Handle EOS correctly.
7640         Added docs.
7641
7642 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7645         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7646         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7647           In state change function, first chain up to parent class,
7648           then handle downwards state change stuff. Remove some
7649           commented out cruft from 0.8 code.
7650
7651 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7652
7653         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7654         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7655         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7656         (gst_ogm_parse_chain):
7657           Don't remove/re-add source pad if the new caps are the same as
7658           the old caps anyway (#333042). When removing source pad, don't
7659           unref it afterwards - we didn't ref it when adding. Sprinkle some
7660           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7661           after using gst_pad_get_parent(). Return downstream flow return
7662           value in chain function.
7663
7664 2006-03-02  Wim Taymans  <wim@fluendo.com>
7665
7666         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7667         * docs/plugins/gst-plugins-base-plugins.args:
7668         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7669         * docs/plugins/gst-plugins-base-plugins.interfaces:
7670         * docs/plugins/gst-plugins-base-plugins.signals:
7671         Fix hierarchy, added some more elements to the docs.
7672
7673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7674         (gst_ffmpegcsp_get_type):
7675         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7676         Fix docs for ffmpegcolorspace.
7677
7678 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7681         (apetag_type_find), (ape_type_find), (plugin_init):
7682           Some typefinding fine-tuning:
7683           - rank ID3/APE tags in order of preference via probabilities, so that
7684             ID3v2 > APEv2 > APEv1 > ID3v1.
7685           - three or four bytes don't really justify MAXIMUM probability,
7686             change those to 'very likely' (musepack and monkeysaudio).
7687
7688 2006-03-01  Wim Taymans  <wim@fluendo.com>
7689
7690         * docs/plugins/Makefile.am:
7691         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7692         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7693         * ext/alsa/gstalsamixer.c:
7694         * ext/alsa/gstalsamixer.h:
7695         * ext/alsa/gstalsamixerelement.c:
7696         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7697         * ext/alsa/gstalsamixerelement.h:
7698         * ext/alsa/gstalsasink.c:
7699         * ext/alsa/gstalsasink.h:
7700         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7701         (gst_alsasrc_init):
7702         * ext/alsa/gstalsasrc.h:
7703         Added alsa docs.
7704         Small code cleanups.
7705
7706 2006-03-01  Wim Taymans  <wim@fluendo.com>
7707
7708         * ext/theora/Makefile.am:
7709         Dist new header too,
7710
7711 2006-03-01  Wim Taymans  <wim@fluendo.com>
7712
7713         * docs/plugins/Makefile.am:
7714         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7715         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7716         * ext/gnomevfs/gstgnomevfssink.h:
7717         * ext/gnomevfs/gstgnomevfssrc.h:
7718         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7719         * ext/vorbis/vorbisdec.h:
7720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7721         * ext/vorbis/vorbisenc.h:
7722         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7723         (vorbis_parse_chain), (vorbis_parse_change_state):
7724         * ext/vorbis/vorbisparse.h:
7725         * gst/audioconvert/gstaudioconvert.h:
7726         * gst/tcp/gsttcpserversink.h:
7727         * gst/videotestsrc/gstvideotestsrc.c:
7728         * gst/videotestsrc/gstvideotestsrc.h:
7729         * gst/volume/gstvolume.c:
7730         * gst/volume/gstvolume.h:
7731         Fix some more docs.
7732         Added docs for vorbisdec and vorbisparse.
7733         Fix vorbisparse.
7734
7735 2006-03-01  Wim Taymans  <wim@fluendo.com>
7736
7737         * docs/plugins/Makefile.am:
7738         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7739         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7740         * ext/pango/gstclockoverlay.h:
7741         * ext/pango/gsttextoverlay.h:
7742         * ext/pango/gsttextrender.h:
7743         * ext/pango/gsttimeoverlay.h:
7744         * ext/theora/gsttheoradec.h:
7745         * ext/theora/gsttheoraenc.h:
7746         * ext/theora/theoradec.c:
7747         * ext/theora/theoraenc.c:
7748         * gst/audioconvert/gstaudioconvert.h:
7749         * gst/audiotestsrc/gstaudiotestsrc.h:
7750         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7751         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7752         * gst/tcp/gstmultifdsink.h:
7753         Updated/added documentation.
7754
7755         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7756         (gst_text_overlay_halign_get_type),
7757         (gst_text_overlay_wrap_mode_get_type),
7758         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7759         (gst_text_overlay_init), (gst_text_overlay_set_property),
7760         (gst_text_overlay_get_property):
7761         Fix up properties to be enums instead of string to make bindings,
7762         introspection and automatic GUI creation possible.
7763         Add getters for the properties.
7764
7765 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7766
7767         * gst/audiotestsrc/gstaudiotestsrc.c:
7768           added defines of M_PI and M_PI_2
7769         * gst/ffmpegcolorspace/avcodec.h:
7770           removed #include "stdint.h" for win32 as _stdint.h is 
7771           autogenerated to win32/common
7772         * win32/common/libgstaudio.def:
7773         * win32/common/libgsttag.def:
7774           added some exports
7775         * win32/vs6:
7776           some project files bugs corrected
7777         * win32/vs7:
7778           project files are reset to the default vs7 configuration 
7779           (they link to msvcr71.dll using default optimizations)
7780           
7781 2006-02-28  Wim Taymans  <wim@fluendo.com>
7782
7783         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7784         Fix some docs.
7785
7786 2006-02-28  Edward Hervey  <edward@fluendo.com>
7787
7788         * ext/alsa/gstalsasrc.c:
7789         Set proper class on the ElementDetails:
7790         Source/Audio instead of Src/Audio/
7791
7792 2006-02-28  Edward Hervey  <edward@fluendo.com>
7793
7794         * gst/videoscale/vs_scanline.c:
7795         (vs_scanline_resample_nearest_RGBA):
7796         Revert optimization in videoscale. It should go in liboil and have
7797         an appropriate liboil function.
7798
7799 2006-02-28  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst-libs/gst/audio/gstbaseaudiosink.c:
7802         (gst_base_audio_sink_provide_clock):
7803         Don't try to provide a clock in the NULL state.
7804
7805 2006-02-28  Wim Taymans  <wim@fluendo.com>
7806
7807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7808         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7809         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7810         (gst_ogg_demux_deactivate_current_chain),
7811         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7812         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7813         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7814         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7815         Use GstSegment infrastructure to remove duplicated code
7816         and handle more seek cases correctly.
7817
7818 2006-02-28  Wim Taymans  <wim@fluendo.com>
7819
7820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7821         (gst_ffmpegcsp_transform):
7822         Don't ignore return code from ffmpeg convert function.
7823
7824         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7825         Split out some long statements to ease debugging.
7826
7827 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7828
7829         * ext/libvisual/visual.c: (gst_visual_init),
7830         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7831         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7832         being able to renegotiate the size. Instead, use the negotiation
7833         algorithm from the goom plugin to pick an initial output caps. 
7834
7835         Also, allow theoretical libvisual plugins that might support non-GL 
7836         output even if they also do GL.
7837
7838 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7839
7840         * ext/libvisual/visual.c: (gst_visual_init),
7841         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7842         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7843         possible negotiation issues.
7844
7845 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7846
7847         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7848
7849 2006-02-24  Michael Smith  <msmith@fluendo.com>
7850
7851         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7852         (cmml_type_find), (plugin_init):
7853           Fix CMML type find function to not require a specific minor version
7854           of the CMML header.
7855
7856           Add an MPEG4 video elementary stream typefind function.
7857
7858 2006-02-04  Michael Smith  <msmith@fluendo.com>
7859
7860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7861         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7862         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7863         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7864         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7865         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7866           Annodex support in ogg demuxer. Doesn't do very much without the
7867           other annodex patches (to come).
7868
7869 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7870
7871         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7872
7873         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7874           Pick up palette for MS video v1 (#327028)
7875
7876 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7877
7878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7879         (gst_ffmpegcsp_caps_remove_format_info),
7880         (gst_ffmpegcsp_get_unit_size):
7881           The 'palette_data' field from incoming RGB caps shouldn't be
7882           proxied on outgoing YUV caps; also, restrict unit size
7883           adjustment in case of paletted data only to the unit that
7884           actually has a palette. Fixes #330711.
7885
7886 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7887
7888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7889         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7890         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7891         (gst_ffmpegcsp_get_unit_size):
7892           Plug some memory leaks.
7893
7894 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7895
7896         * sys/ximage/Makefile.am:
7897         * sys/xvimage/Makefile.am:
7898           Add some _CFLAGS and _LIBS that seem to be missing
7899           and/or required for Cygwin (see #317048).
7900
7901 2006-02-22  Wim Taymans  <wim@fluendo.com>
7902
7903         * ext/alsa/gstalsasrc.c:
7904         Fix description as pointed out by caugier.
7905
7906 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7907
7908         Reviewed by : Edward Hervey  <edward@fluendo.com>
7909
7910         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7911         (qt_type_find):
7912         Better 3gp typefinding (#331526).
7913
7914 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7915
7916         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7917           Don't send EOS event here, the base class will send one for us.
7918
7919         * gst/playback/gstplaybasebin.c: (prepare_output):
7920           Subpictures without video stream aren't allowed either.
7921         
7922         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7923           Fix debug statement copy'n'paste-o.
7924
7925 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7926
7927         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7928           Fix issues with mixer keeping state when muting/unmuting
7929           and when changing the volume whilst muted (see #331763
7930           and #331765).
7931
7932 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7933
7934         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7935         (parse_subrip), (gst_sub_parse_format_autodetect):
7936           Set right caps given that we send escaped text. Also,
7937           honour <i></i>, <b></b> and <u></u> markers that can be found
7938           in .srt files (fixes #310202).
7939
7940 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7941
7942         * gst-libs/gst/audio/mixerutils.c:
7943         (element_factory_rank_compare_func):
7944           Make order in which elements are tried more determinable.
7945
7946 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7947
7948         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7949         (remove_element_chain), (cleanup_decodebin),
7950         (gst_decode_bin_change_state): Make decodebin reusable by
7951         fixing remove_element_chain first and then introduce a
7952         cleaner in state change to ->NULL. (Closes #331678)
7953
7954 2006-02-19  Wim Taymans  <wim@fluendo.com>
7955
7956         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7957         use 0666 mask when creating files so umask gets applied
7958         correctly. Fixes #331295.
7959
7960 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7961
7962         * gst/subparse/Makefile.am:
7963         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7964         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7965         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7966         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7967         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7968         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7969         * gst/subparse/gstssaparse.h:
7970         * gst/subparse/gstsubparse.c: (plugin_init):
7971           Add very basic parser for SSA subtitle streams (as often
7972           found in matroska files).
7973
7974 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7975
7976         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7977           That should be text/x-pango-markup, not text/x-pango-layout.
7978
7979 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7980
7981         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7982         Polishing.
7983
7984 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7985
7986         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7987         (gst_text_overlay_finalize), (gst_text_overlay_init),
7988         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7989         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7990         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7991         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7992         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7993         Fix state change deadlock.
7994
7995 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7996
7997         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7998         (gst_text_overlay_finalize), (gst_text_overlay_init),
7999         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8000         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8001         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8002         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8003         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8004         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8005         and subtitles files.
8006
8007 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8008
8009         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8010         should be considered as raw.
8011
8012 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8013
8014         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8015         (cb_probe):
8016         * gst/playback/gststreaminfo.h: Introduce language informations.
8017
8018 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8019
8020         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8021         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8022         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8023         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8024         Set shared memory segments to be deleted as soon as we have attached,
8025         that way they get cleaned up automatically if we crash.
8026
8027 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8028
8029         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8030         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8031         functions are called with lock held.
8032
8033 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8034
8035         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8036         (gst_text_overlay_finalize), (gst_text_overlay_init),
8037         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8038         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8039         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8040         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8041         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8042         (gst_text_overlay_change_state): Refactoring of textoverlay
8043         without collectpads. This now supports sparse subtitles coming
8044         from a demuxer instead of a sub file. Seeking is still broken 
8045         though. Need to discuss with wtay some more on how to handle
8046         seeking correctly.
8047         * ext/pango/gsttextoverlay.h:
8048         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8049         subtitles coming from the demuxer.
8050
8051 2006-02-17  Wim Taymans  <wim@fluendo.com>
8052
8053         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8054         (gst_vorbisenc_convert_sink):
8055         Use some more scaling functions.
8056
8057 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8058
8059         * ext/cdparanoia/gstcdparanoiasrc.c:
8060         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8061         (gst_cd_paranoia_paranoia_callback),
8062         (gst_cd_paranoia_src_signal_is_being_watched),
8063         (gst_cd_paranoia_src_read_sector):
8064         * ext/cdparanoia/gstcdparanoiasrc.h:
8065           Add back 'transport-error' and 'uncorrected-error' signals and
8066           make them actually be fired when bad stuff happens (#319340).
8067
8068 2006-02-17  Wim Taymans  <wim@fluendo.com>
8069
8070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8071         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8072         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8073         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8074         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8075         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8076         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8077         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8078         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8079         (gst_ring_buffer_clear):
8080         Small cleanups.
8081         Added some G_LIKELY.
8082
8083 2006-02-17  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst-libs/gst/audio/TODO:
8086         Update TODO
8087
8088         * gst-libs/gst/audio/gstbaseaudiosink.c:
8089         (gst_base_audio_sink_get_offset):
8090         When trying to play samples ASAP and we don't have a
8091         previous sample, try to play at position 0 instead of
8092         an invalid position.
8093
8094 2006-02-17  Wim Taymans  <wim@fluendo.com>
8095
8096         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8097         (gst_alsasink_reset):
8098         Also release lock when we get an error in _reset();
8099         fix an error message.
8100
8101 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8102
8103         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8104         (gst_alsasink_init), (get_channel_free_structure),
8105         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8106         (gst_alsasink_close):
8107         * ext/alsa/gstalsasink.h:
8108           Add support for more than 2 channels (#326720).
8109
8110 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8111
8112         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8113           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8114           with 4 or 6 channels, assume a default channel layout to make things
8115           work (not sure there's anything else we can do in those cases).
8116
8117 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8118
8119         * gst-libs/gst/audio/multichannel.c:
8120           Minor docs fix.
8121
8122         * gst-libs/gst/riff/Makefile.am:
8123         * gst-libs/gst/riff/riff-ids.h:
8124         * gst-libs/gst/riff/riff-media.c:
8125         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8126           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8127           channels and a channel layout map.
8128           
8129 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8130
8131         Reviewed by Edward Hervey  <edward@fluendo.com>
8132
8133         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8134         C-level optimization of the RGBA nearest neighbour function.
8135         Eventually this might end up in liboil with vectorized versions.
8136
8137 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8138
8139         * gst-libs/gst/audio/multichannel.c:
8140         (gst_audio_get_channel_positions):
8141           When we have more than 2 channels, but no channel layout is
8142           specified in the caps, return some default channel layout
8143           to the caller and warn about about a possibly buggy element
8144           (could be buggy filtercaps as well of course) (#317038).
8145
8146 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8147
8148         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8149           Add gst-libs/gst/cdda to list of lib search paths.
8150
8151 2006-02-15  Andy Wingo  <wingo@pobox.com>
8152
8153         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8154         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8155         to the Lord Jesus that I do not have to touch the ogg muxer ever
8156         again.
8157
8158 2006-02-15  Edward Hervey  <edward@fluendo.com>
8159
8160         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8161         quicktime movie files can also contain 'uuid' atoms.
8162
8163 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8164
8165         * gst/audioconvert/plugin.c: (plugin_init):
8166           Register the GstAudioChannelPosition enum type with the type
8167           system in the plugin_init function, so that it is known before
8168           any element actually makes use of multi-channel stuff. This is
8169           required for example if one wants to be able to deserialise/use
8170           a caps string with channel positions before any pipeline has
8171           been setup and started, like with gst-launch.
8172
8173 2006-02-14  Wim Taymans  <wim@fluendo.com>
8174
8175         * gst-libs/gst/audio/gstringbuffer.c:
8176         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8177         (gst_ring_buffer_samples_done), (wait_segment),
8178         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8179         Add some compiler G_(UN_)LIKELY help.
8180         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8181         make sure they can exit their functions. Should fix #330748
8182
8183 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8184
8185         * Makefile.am:
8186         * configure.ac:
8187         * win32/MANIFEST:
8188         * win32/common/_stdint.h:
8189           Windows does not have long long; copy the generated _stdint.h
8190         * win32/common/interfaces-enumtypes.c:
8191         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8192         (gst_mixer_track_flags_get_type),
8193         (gst_tuner_channel_flags_get_type):
8194         * win32/common/multichannel-enumtypes.c:
8195         (gst_audio_channel_position_get_type):
8196           update
8197
8198 2006-02-13  Wim Taymans  <wim@fluendo.com>
8199
8200         * gst-libs/gst/audio/gstbaseaudiosink.c:
8201         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8202         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8203         Always sync on first sample we receive when starting.
8204
8205 2006-02-13  Wim Taymans  <wim@fluendo.com>
8206
8207         * gst/playback/gstplaybin.c: (gen_vis_element):
8208         Update vis bin docs.
8209         Move queue after tee so we don't queue video buffers but
8210         audio samples instead. Fixes problems where the video queue
8211         is filled and the audio queue empty.
8212
8213 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8214
8215         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8216           No need to push an EOS event here, GstBaseSrc will do that for us
8217           when we return FLOW_UNEXPECTED.
8218           
8219 2006-02-12  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst-libs/gst/audio/gstbaseaudiosink.c:
8222         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8223         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8224         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8225         Use scale functions when possible.
8226         Fix error messages.
8227         Free clockid when after waiting for EOS.
8228         Use G_(UN_)LIKLY when it makes sense.
8229         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8230
8231 2006-02-12  Edward Hervey  <edward@fluendo.com>
8232
8233         * gst/playback/gstplaybasebin.c: (prepare_output): 
8234         Remove stray semi-colon (fixes #330888).
8235
8236 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8237
8238         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8240         Fix up the XShm call testing so that we catch errors, and don't
8241         cause new ones by attempting to detach from a segment we failed
8242         to attach to. Fixes #312439.
8243
8244 2006-02-10  Edward Hervey  <edward@fluendo.com>
8245
8246         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8247         Added flv file typefind (video/x-flv).
8248
8249 2006-02-10  Edward Hervey  <edward@fluendo.com>
8250
8251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8252         (gst_riff_create_video_template_caps):
8253         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8254         Also added the caps to the default set of riff video caps.
8255
8256 2006-02-09  Andy Wingo  <wingo@pobox.com>
8257
8258         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8259         time and the end time of the last packet in the page.
8260         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8261         on the pages in our queue, set the duration as well. Reflow a
8262         debug statement.
8263         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8264         Fixes bad muxing order.
8265
8266 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8267
8268         * gst-libs/gst/rtp/gstbasertppayload.c:
8269         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8270           update seqnum before setting it on the packet; this makes sure
8271           that the timestamp and seqnum properties match after pushing
8272           a buffer
8273
8274 2006-02-09  Andy Wingo  <wingo@pobox.com>
8275
8276         * gst-libs/gst/audio/gstringbuffer.c
8277         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8278         overflow after 13.5 hours of recording. Kapow!
8279
8280         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8281         the buffer size -- we don't care about underrun/overrun reporting
8282         right now, just need to return a useful value.
8283
8284 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8285
8286         * configure.ac:
8287           Back to CVS
8288
8289 === release 0.10.3 ===
8290
8291 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8292
8293         * configure.ac:
8294           releasing 0.10.3, "Under Pressure"
8295
8296 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8297
8298         * configure.ac:
8299         Drat. Bump libtool version number for new API.
8300         Prelease 0.10.2.3 (of 0.10.3)
8301
8302 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8303
8304         * configure.ac:
8305         * win32/common/config.h:
8306         0.10.2.2 prerelease (of 0.10.3).
8307
8308 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8309
8310         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8311           Revert Andy's newsegment change pending a more correct
8312           fix.
8313
8314 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8315
8316         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8317         (qt_type_find), (plugin_init):
8318           detect more files as 3gp
8319           group and reorder the iso file formats
8320
8321 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8322
8323         * ext/vorbis/vorbis.c: (plugin_init):
8324           Register musicbrainz tags, so apps don't have to.
8325
8326 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8327
8328         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8329         (gst_tag_to_vorbis_tag):
8330           Make sure we called gst_tag_register_musicbrainz_tags()
8331           before possibly mapping a vorbiscomment string from/to a
8332           musicbrainz tag.
8333
8334 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8335
8336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8337           In case we can't find the required number of consecutive
8338           mpeg audio frames to positively identify an MPEG audio
8339           stream, check if there's at least a valid mpeg audio
8340           frame right at offset 0 and if so suggest mpeg/audio
8341           caps with a very low probability (#153004).
8342
8343 2006-02-07  Andy Wingo  <wingo@pobox.com>
8344
8345         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8346         a TIME segment if we get timestamped buffers. Requires recent
8347         fixes in core to work properly.
8348
8349 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8350
8351         * gst/playback/gstplaybasebin.c: (prepare_output):
8352           Don't print the URI as part of the error message, it
8353           makes error dialogs look rather ugly, especially if
8354           the URI is very long or has characters in it that
8355           need escaping.
8356
8357 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8358
8359         * gst/playback/gstplaybasebin.c: (prepare_output):
8360           Error out if we have only text or subtitles, but nothing
8361           else. Also error out if we have subtitles but no video
8362           stream.
8363
8364 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8365
8366         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8367           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8368           Post an error message on the bus when we encounter an
8369           error, which will hopefully be more meaningful than the
8370           'Internal Flow Error' message users get to see if we
8371           just return GST_FLOW_ERROR.
8372
8373 2006-02-07  Andy Wingo  <wingo@pobox.com>
8374
8375         * configure.ac (GST_MAJORMINOR): Update core version req to
8376         0.10.2.2, for the collectpads API addition (#330244).
8377
8378 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8381           Return FALSE from plugin_init() when GnomeVFS can't
8382           be initialised for some reason (#328423).
8383
8384 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8385
8386         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8387         Stick to seeking theory until i find the bug.
8388         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8389
8390 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8391
8392         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8393         (theora_enc_finalize), (theora_enc_sink_setcaps),
8394         (theora_set_header_on_caps), (theora_enc_chain),
8395         (theora_enc_change_state):
8396         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8397           Make theoraenc and the tests leak free. Like, really.
8398
8399 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8400
8401         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8402         (theora_enc_finalize), (theora_enc_sink_setcaps):
8403           Add a finalize method to ensure we clean up state even if
8404           someone omitted the state change back to NULL.
8405
8406         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8407         (gst_vorbisenc_chain):
8408           Free some more leaked bits.
8409
8410         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8411         (stop_pipeline):
8412           Wait for state changes to happen if they're ASYNC.
8413
8414           This ought to teach those fancy pants buildbots a lesson.
8415
8416 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8417
8418         * gst-libs/gst/tag/gstid3tag.c:
8419           Add mapping for ID3 International Standard Recording Code
8420           tag "TSRC"
8421
8422 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8423
8424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8425           Don't leak tag names.
8426
8427 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8428
8429         * docs/libs/gst-plugins-base-libs-docs.sgml:
8430         * docs/libs/gst-plugins-base-libs-sections.txt:
8431         * gst-libs/gst/tag/gstid3tag.c:
8432         * gst-libs/gst/tag/gstvorbistag.c:
8433         * gst-libs/gst/tag/tags.c:
8434           Split libgsttag docs into multiple sections.
8435
8436 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * docs/libs/Makefile.am:
8439         * docs/libs/gst-plugins-base-libs-docs.sgml:
8440         * docs/libs/gst-plugins-base-libs-sections.txt:
8441         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8442         * gst-libs/gst/tag/gstvorbistag.c:
8443         * gst-libs/gst/tag/tag.h:
8444         * gst-libs/gst/tag/tags.c:
8445           Add libgsttag to the docs.
8446
8447 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8448
8449         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8450         (gst_text_overlay_init), (gst_text_overlay_src_event),
8451         (gst_text_overlay_collected): Fix clockoverlay.
8452
8453 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8454
8455         * docs/libs/compiling.sgml:
8456           Fix typo: it's pkg-config, not pkg-gconfig
8457
8458         * docs/libs/gst-plugins-base-libs-docs.sgml:
8459         * docs/libs/gst-plugins-base-libs-sections.txt:
8460         * docs/libs/tmpl/gstgconf.sgml:
8461           There is no libgstgconf in 0.10, remove it
8462           from the docs.
8463
8464 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8465
8466         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8467         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8468         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8469         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8470         (gst_sub_parse_class_init), (gst_sub_parse_init),
8471         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8472         (parse_mpsub), (parser_state_init), (handle_buffer),
8473         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8474         * gst/subparse/gstsubparse.h: Introduce seeking code.
8475
8476 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8477
8478         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8479           Add comment about LANGUAGE tag inconsistency (we want
8480           ISO-639-1, but extract three-letter identifiers?)
8481
8482         * po/POTFILES.in:
8483           Add two translatable files.
8484
8485 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * gst-libs/gst/tag/Makefile.am:
8488         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8489         * gst-libs/gst/tag/tag.h:
8490         * gst-libs/gst/tag/tags.c:
8491         (gst_tag_register_musicbrainz_tags_internal),
8492         (gst_tag_register_musicbrainz_tags):
8493           Forward-port some tags stuff from the 0.8 branch. This is
8494           mostly the addition of musicbrainz tags and their mapping
8495           to vorbistags, and a vorbistag mapping of the language tag.
8496
8497 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8498
8499         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8500         refactoring.
8501
8502 2006-02-04  David Schleef  <ds@schleef.org>
8503
8504         * ext/ogg/gstoggmux.c:
8505         * gst/typefind/gsttypefindfunctions.c:
8506           Add Dirac typefinding and add dirac format to oggmux.
8507
8508 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8509
8510         * gst/playback/gstdecodebin.c: (try_to_link_1):
8511           Don't put essential function call into
8512           g_return_*() macro, otherwise it'll all be
8513           replaced by NOOPs when compiling with
8514           G_DISABLE_CHECKS defined.
8515
8516 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8517
8518         * ext/ogg/gstoggdemux.c:
8519         * ext/ogg/gstoggparse.c:
8520         * gst/tcp/gsttcpserversink.c:
8521         * sys/v4l/v4lsrc_calls.c:
8522         * sys/v4l/v4lsrc_calls.h:
8523         Just make it compile with --disable-gst-debug.
8524
8525 2006-02-03  Wim Taymans  <wim@fluendo.com>
8526
8527         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8528         (gst_alsasink_class_init), (gst_alsasink_init),
8529         (gst_alsasink_write), (gst_alsasink_reset):
8530         * ext/alsa/gstalsasink.h:
8531         Add lock to protect alsa calls.
8532         Implement reset to flush samples ASAP, does not work
8533         with dmix though.
8534
8535 2006-02-02  Wim Taymans  <wim@fluendo.com>
8536
8537         * gst-libs/gst/audio/gstbaseaudiosink.c:
8538         (gst_base_audio_sink_provide_clock):
8539         Ugh.. getting late I guess...
8540
8541 2006-02-02  Wim Taymans  <wim@fluendo.com>
8542
8543         * gst-libs/gst/audio/gstbaseaudiosink.c:
8544         (gst_base_audio_sink_provide_clock),
8545         (gst_base_audio_sink_set_property),
8546         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8547         Don't try to provide a clock when we are not negotiated since
8548         we might not be able to make it run.
8549
8550 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8551
8552         * gst/playback/gstdecodebin.c: (try_to_link_1):
8553           Unlinking two source pads is ... hard.
8554
8555 2006-02-02  Wim Taymans  <wim@fluendo.com>
8556
8557         * gst-libs/gst/audio/TODO:
8558         Updated.
8559
8560         * gst-libs/gst/audio/gstbaseaudiosink.c:
8561         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8562         On EOS, wait till the last sample is played before posting EOS.
8563
8564 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8565
8566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8567           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8568           setting queue_delay to zero. Also avoid thread being started if
8569           queue_delay is zero.
8570
8571 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8572
8573         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8574           Make test work again by connecting fakesinks to each decoded pad,
8575           which makes the pipeline wait until each fakesink has a buffer
8576           queued before going to PAUSED state. At that point we know the
8577           decodebin pads are negotiated.
8578
8579 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8582         (gst_cdda_base_src_handle_event):
8583         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8584           Pass unhandled queries to the parent class's query function.
8585
8586 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8587
8588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8589         (gst_ogg_pad_src_query):
8590         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8591         * ext/theora/theoradec.c: (theora_dec_src_query),
8592         (theora_dec_sink_query):
8593         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8594         (vorbis_dec_sink_query):
8595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8596         (gst_vorbisenc_sink_query):
8597         * gst/adder/gstadder.c: (gst_adder_query):
8598           Pass unhandled queries upstream instead of just
8599           dropping them (#326447). Also, fix supported
8600           query types list for some elements.
8601
8602 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8603
8604         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8605         (paris_type_find), (ilbc_type_find), (plugin_init):
8606           Fix typefinding for audio/x-au, audio/x-paris and
8607           audio/iLBC-sh. We cannot use the START_WITH macros
8608           here, because there can only be one typefind factory
8609           with the same name (caps), so the second one would
8610           replace the first one and the first one would never
8611           be called when doing typefinding (see #161712).
8612           
8613
8614 2006-01-31  Wim Taymans  <wim@fluendo.com>
8615
8616         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8617         (vorbis_handle_header_packet), (vorbis_dec_push),
8618         (vorbis_handle_data_packet):
8619         Use scale_int when we can, add some more scaling.
8620         Check packettype before parsing it.
8621
8622 2006-01-31  Wim Taymans  <wim@fluendo.com>
8623
8624         * ext/theora/theoradec.c: (_theora_granule_time),
8625         (theora_dec_src_convert), (theora_dec_sink_convert):
8626         Call right _scale functions.
8627         Use parameter instead of some other random value.
8628
8629 2006-01-31  Wim Taymans  <wim@fluendo.com>
8630
8631         * ext/theora/theoradec.c: (_theora_granule_frame),
8632         (_theora_granule_time), (_inc_granulepos),
8633         (theora_dec_src_convert), (theora_dec_sink_convert),
8634         (theora_handle_type_packet), (theora_handle_data_packet),
8635         (theora_dec_chain):
8636         Use higher precision timestamps calculation.
8637         Convert some other conversions to _scale.
8638
8639 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8640
8641         * gst/audiotestsrc/gstaudiotestsrc.c:
8642         (gst_audio_test_src_create_sine_table), (plugin_init):
8643         * gst/volume/gstvolume.c: (plugin_init):
8644           initialize gst_controller before using
8645
8646 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8647
8648         * tests/check/pipelines/theoraenc.c:
8649         * tests/check/pipelines/vorbisenc.c:
8650         Define constant using G_GINT64_CONSTANT to avoid errors when
8651         passing it around - otherwise it gets truncated to 32 bits.
8652
8653         Fixes failing tests.
8654
8655 2006-01-31  Andy Wingo  <wingo@pobox.com>
8656
8657         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8658         caps being set doesn't have a framerate value. Basically a stopgap
8659         measure.
8660
8661         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8662         technically correct enough to put into core though.
8663         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8664         DURATION. Fixes theoraenc ! oggmux.
8665
8666         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8667         fraction, not double.
8668
8669 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8670
8671         * win32/vs7:
8672         add vs7 project files created by Sergey Scobich
8673
8674 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8675
8676         * win32/vs8:
8677         add vs8 project files created by Sergey Scobich
8678         
8679 2006-01-30  Andy Wingo  <wingo@pobox.com>
8680
8681         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8682         timestamp + duration, not just timestamp -- ogg pages should be
8683         ordered by stop time. Necessary fix given the change in vorbis
8684         timestamps.
8685
8686         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8687         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8688         (granulepos_add): New function, handles the messiness of adjusting
8689         granulepos values.
8690         (theora_buffer_from_packet):
8691         (theora_enc_chain):
8692         (theora_enc_sink_event): Use granulepos_add, not +.
8693
8694         * tests/check/pipelines/theoraenc.c
8695         (check_buffer_granulepos_from_starttime): Just check the frame
8696         count, not the actual granulepos -- we can't dictate to the
8697         encoder when it should be placing keyframes.
8698
8699 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8700
8701         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8702           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8703           play an http:// stream from a server that's not serving
8704
8705 2006-01-30  Andy Wingo  <wingo@pobox.com>
8706
8707         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8708         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8709         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8710         available.
8711
8712         * ext/theora/gsttheoraenc.h:
8713         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8714         although theoraenc was timestamping correctly. Added handling of
8715         streams that start with nonzero timestamps.
8716
8717         * tests/check/Makefile.am:
8718         * tests/check/pipelines/theoraenc.c: New file, basically does same
8719         tests as vorbisenc.
8720
8721         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8722
8723 2006-01-30  Wim Taymans  <wim@fluendo.com>
8724
8725         * gst-libs/gst/audio/gstaudiosink.c:
8726         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8727         (gst_audioringbuffer_pause):
8728         Implement pause that does not wait for completion.
8729
8730         * gst-libs/gst/audio/gstbaseaudiosink.c:
8731         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8732         Don't drop buffers when going to PAUSED but perform preroll on
8733         remaining samples now that core base class supports this.
8734
8735         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8736         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8737         (gst_ring_buffer_commit):
8738         Pause should not signal waiters.
8739         Implement return value of _commit correctly.
8740
8741 2006-01-30  Andy Wingo  <wingo@pobox.com>
8742
8743         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8744
8745         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8746         updated to timestamp from the first sample, not the last.
8747         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8748         special care of granulepos and timestamp for header packets.
8749         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8750         when the first buffer has a nonzero timestamp.
8751
8752         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8753         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8754         case when the first audio buffer we get has a nonzero timestamp.
8755         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8756         properly timestamp vorbis buffers with the time of the first
8757         sample, not the last.
8758         
8759         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8760         vorbis_granule_time_copy -- now it takes the granule/subgranule
8761         offset into account.
8762
8763         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8764         timestamps, durations, and granulepos on buffers produced by
8765         vorbisenc.
8766
8767 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8768
8769         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8770         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8771           Patch from Eric Jonas to support conversions to/from UYVY 
8772           (Fixes: #324626)
8773
8774 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8775
8776         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8777         (setup_subtitle), (setup_source), (set_active_source):
8778         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8779         (gen_text_element), (gen_audio_element), (gen_vis_element),
8780         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8781
8782 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8783
8784         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8785         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8786                 use gst_guint64_to_gdouble to be compliant with vs6
8787         * gst/playback/gstdecodebin.c: (try_to_link_1)
8788         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8789                 use G_GINT64_CONSTANT for int64 constants
8790         * win32/common/libgstinterfaces.def:
8791                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8792         * win32/vs6:
8793                 update and add new project files
8794                 
8795 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8796
8797         * Makefile.am:
8798         * win32/MANIFEST:
8799         * win32/common/interfaces-enumtypes.c:
8800         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8801         (gst_mixer_track_flags_get_type),
8802         (gst_tuner_channel_flags_get_type):
8803         * win32/common/interfaces-enumtypes.h:
8804         * win32/common/multichannel-enumtypes.c:
8805         (gst_audio_channel_position_get_type):
8806         * win32/common/multichannel-enumtypes.h:
8807           add a win32-update rule like in core, and copy over enumtypes files
8808
8809 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8810
8811         * win32/MANIFEST:
8812         * win32/common/config.h:
8813         * win32/common/config.h.in:
8814           add config files just like in core
8815
8816 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8817
8818         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8819           Make gcc-4.1 happy (part of #327357).
8820
8821 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8822
8823         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8824         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8825         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8826         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8827         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8828         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8829           Update all error messages.  All of them should either use
8830           the default translated message, or actually provide a
8831           translatable string.
8832           Make the string for channel count problems meaningful.
8833
8834 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8835
8836         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8837           check for and throw RESOURCE_BUSY
8838
8839 2006-01-27  David Schleef  <ds@schleef.org>
8840
8841         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8842           checked in this change -- it requires liboil features not
8843           in 0.3.6.  Revert parts.
8844
8845 2006-01-27  David Schleef  <ds@schleef.org>
8846
8847         * REQUIREMENTS:
8848         * configure.ac: update liboil requirement to 0.3.6
8849         * gst/videoscale/Makefile.am:
8850         * gst/videoscale/vs_scanline.c: liboilify
8851
8852 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8853
8854         * ext/libvisual/visual.c: (get_buffer):
8855           When pad_alloc returns a GstFlowReturn other
8856           than GST_FLOW_OK, make sure it is passed upstream.
8857
8858 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8859
8860         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8861         (gst_alsasink_class_init):
8862           Free the device name string.
8863
8864         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8865         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8866         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8867           Don't remove a pad from the collectpads structure until it
8868           is released - it's a request pad, and may receive data again
8869           if the element gets moved back to PLAYING state.
8870
8871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8872           Ensure we turn on double buffering on the Xv port, and
8873           set the colour key to something dark and mysterious that
8874           isn't black.
8875
8876 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8877
8878         * ext/alsa/gstalsaplugin.c: (plugin_init):
8879         * ext/cdparanoia/gstcdparanoiasrc.c:
8880         (gst_cd_paranoia_src_base_init), (plugin_init):
8881         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8883           - a library should not call setlocale. see "Libraries" node in
8884             gettext manual
8885           - make sure all plugins that use translation do bindtextdomain
8886             to point to the localedir
8887         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8888         (setup_sinks), (plugin_init):
8889           all this, and check for NULL when creating sinks
8890
8891 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8892
8893         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8894         (plugin_init): Make typefinding of subtitles work again.
8895
8896 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8897
8898         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8899         (mp3_type_frame_length_from_header), (mp3_type_find),
8900         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8901         (plugin_init):
8902           Backport a bunch of typefinding fixes from the 0.8 branch.
8903           Also, improve wavpack typefinding: if we can't peek the
8904           entire wavpack block, try to parse the bits we can get and
8905           see if we find what we're looking for in those.
8906
8907 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8908
8909         * sys/ximage/ximagesink.c:
8910         (gst_ximagesink_calculate_pixel_aspect_ratio):
8911         * sys/xvimage/xvimagesink.c:
8912         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8913         more cases of pixel aspect ratio.
8914
8915 2006-01-26  Edward Hervey  <edward@fluendo.com>
8916
8917         * gst/playback/gstdecodebin.c: (pad_probe):
8918         Also consider the flush-start and tag events as unblockers
8919         for the pad probes.
8920
8921 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8922
8923         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8924         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8925         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8926         On the fly visualisation switch, works disabling, enabling as
8927         well but it won't be able to enable vis in a playbin that was
8928         created with no visualisation.
8929
8930 2006-01-25  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst-libs/gst/audio/gstbaseaudiosink.c:
8933         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8934         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8935         resume after pause.
8936
8937 2006-01-25  Wim Taymans  <wim@fluendo.com>
8938
8939         * gst-libs/gst/audio/gstbaseaudiosink.c:
8940         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8941         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8942         Improve debugging.
8943         Post error when caps cannot be parsed.
8944         Resync on discontinuity in the stream.
8945         Clip samples to segment boundaries.
8946         return WRONG_STATE sooner when we are flushing.
8947
8948         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8949         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8950         Make audiosrc operate in TIME.
8951         Set TIMESTAMP and DURATION on buffers.
8952
8953 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8954
8955         * tests/examples/seek/seek.c: (main):
8956           Output tag messages as well.
8957
8958 2006-01-23  Edward Hervey  <edward@fluendo.com>
8959
8960         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8961         (free_pad_probes), (remove_fakesink), (pad_probe),
8962         (close_pad_link), (gst_decode_bin_change_state):
8963         Replace GstPadBlockCallback with pad probes that detect
8964         first buffer AND eos before removing fakesink.
8965         Fixes hang with demuxers doing EOS while pre-rolling.
8966         Solves #328279
8967
8968 2006-01-23  Andy Wingo  <wingo@pobox.com>
8969
8970         * ext/alsa/gstalsasink.c:
8971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8972         (gst_base_rtp_depayload_setcaps),
8973         (gst_base_rtp_depayload_add_to_queue),
8974         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8975         
8976         Patch by: Jens Granseuer <jensgr at gmx dot net>
8977
8978 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8979
8980         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8981         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8982         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8983         frames. We might get a frame destroyed after changing state to
8984         NULL, adding a safety check on xcontext.
8985
8986 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * gst-libs/gst/interfaces/xoverlay.c:
8989           Fix prepare-xwindow-id code example in the docs - we need to
8990           ignore all messages that aren't element messages as well.
8991           
8992 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8993
8994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8995           I think one day i'll completely undestand how caps negotiation
8996           is supposed to work. This refactoring handles buffer_alloc
8997           called with caps we can't handle. We definitely don't want a
8998           set_caps with those caps, so we define and allocate a buffer
8999           we would like to receive.
9000
9001 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9002
9003         * gst/playback/gstplaybasebin.c: (setup_source):
9004           Free iterator when done.
9005
9006 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9007
9008         * gst-libs/gst/audio/gstbaseaudiosink.c:
9009         (gst_base_audio_sink_render):
9010           Fix playback of non-synchronised streams by assuming a rate
9011           of 1.0 instead of a random one.
9012
9013           Makes this work again:
9014
9015           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9016           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9017           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9018           audioresample ! alsasink
9019
9020 === release 0.10.2 ===
9021
9022 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9023
9024         * configure.ac:
9025           releasing 0.10.2, "Then the devil is six"
9026
9027 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9028
9029         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9030         * gst/playback/gststreamselector.c:
9031         (gst_stream_selector_set_property):
9032           Comment out broken code that connects to the state-changed signal.
9033           At this point, changing current stream selection is broken, but 
9034           stuff like gst-launch playbin current-audio=1 works and filters
9035           to the chosen stream.
9036
9037 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9038
9039         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9040           Fix #327216 (null dereference in vorbisdec)
9041
9042 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9045           Post taglist actually on bus instead of just freeing it
9046           (fixes #327114 and totem bug #327080).
9047
9048         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9049           Use gst_element_found_tags_for_pad(), so that the tags
9050           are sent downstream as an event as well.
9051
9052 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9053
9054         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9055         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9056         (gst_ximagesink_buffer_alloc):
9057         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9058         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9059         (gst_xvimagesink_buffer_alloc):
9060           move all regularly occurring messages to GST_LOG level
9061           add some more object logs
9062
9063 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9064
9065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9066           fix a silly segfault
9067
9068 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9069
9070         * docs/libs/gst-plugins-base-libs-docs.sgml:
9071         * docs/libs/gst-plugins-base-libs-sections.txt:
9072         * gst-libs/gst/audio/mixerutils.c:
9073         * gst-libs/gst/audio/mixerutils.h:
9074           Add docs for mixerutils stuff.
9075
9076 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         * gst/playback/gstplaybasebin.c: (setup_source):
9079           Fix playback for sources that emit raw audio or
9080           raw video streams (e.g.: cd audio sources) (#325984).
9081
9082 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9083
9084         * gst-libs/gst/audio/mixerutils.c:
9085         (gst_audio_mixer_filter_do_filter):
9086           actually save the element we create
9087
9088 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9089
9090         * gst-libs/gst/cdda/gstcddabasesrc.c:
9091         (gst_cdda_base_src_handle_track_seek):
9092           No need to post a tag message on the bus when seeking
9093           within the same track, only post it when the current
9094           track changes.
9095
9096 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9097
9098         * gst/playback/gstplaybasebin.c: (group_destroy),
9099         (probe_triggered), (new_decoded_pad), (mute_group_type),
9100         (set_active_source):
9101         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9102         * gst/playback/gststreamselector.c:
9103         (gst_stream_selector_base_init),
9104         (gst_stream_selector_set_property),
9105         (gst_stream_selector_request_new_pad):
9106           Reenable stream selection. These mechanisms need a complete overhaul
9107           in the face of 0.8->0.10 changes though.
9108
9109 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9110
9111         * ext/ogg/gstoggdemux.c:
9112           Change the pad template to src_%d to match the pads that 
9113           are created from it. decodebin needs this information in order
9114           to decide that oggdemux is capable of producing multiple pads
9115           (and hence needs queues inserted).
9116
9117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9118         (gst_ogg_mux_collected):
9119           Make debug output more useful by using GST_PTR_FORMAT.
9120
9121 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9122
9123         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9124
9125         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9126           Set depth and width for alaw/mulaw (fixes #326601).
9127
9128 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9129
9130         * tests/icles/Makefile.am:
9131           don't build the tests if we don't have the libs
9132
9133 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9136         (gst_cd_paranoia_paranoia_callback):
9137           Don't try to free NULL pointers.
9138
9139 2006-01-10  Edward Hervey  <edward@fluendo.com>
9140
9141         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9142         (gst_audio_rate_change_state), (plugin_init):
9143         Add debugging category.
9144         Fix type issues.
9145         Add case for incoming buffers without valid offset/offset_end.
9146
9147 2006-01-10  Michael Smith  <msmith@fluendo.com>
9148
9149         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9150           Don't leak GCond in audio sources.
9151
9152 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9153
9154         * gst/playback/gstplaybin.c: (gen_audio_element):
9155           Don't leak an autoaudiosink/alsasink when we generate
9156           a new audio element. (old code, I guess)
9157
9158 2006-01-10  Michael Smith  <msmith@fluendo.com>
9159
9160         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9161           Support float audio in audiorate.
9162           Use width rather than depth for selecting sample width.
9163
9164 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * gst/videotestsrc/videotestsrc.h:
9167           Use GLib types here (that way we don't have to include the
9168           generated _stdint.h header, which makes life easier for win32
9169           folks that don't use autotools for the build) (#325990, patch
9170           by: Sergey Scobich).
9171
9172 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9173
9174         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9175         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9176         (gst_ring_buffer_pause), (wait_segment):
9177         * gst-libs/gst/audio/gstringbuffer.h:
9178           Name (private) union, makes Forte compiler happy (this time
9179           for real) (#324900).
9180
9181 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst-libs/gst/audio/Makefile.am:
9184           Link against libgstinterfaces, needed for mixer
9185           and property probe stuff.
9186
9187 2006-01-09  Edward Hervey  <edward@fluendo.com>
9188
9189         * gst-libs/gst/Makefile.am:
9190
9191 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9192
9193         * gst-libs/gst/audio/Makefile.am:
9194         * gst-libs/gst/audio/mixerutils.c:
9195         (gst_audio_mixer_filter_do_filter),
9196         (gst_audio_mixer_filter_check_element),
9197         (gst_audio_mixer_filter_probe_feature),
9198         (element_factory_rank_compare_func),
9199         (gst_audio_default_registry_mixer_filter):
9200         * gst-libs/gst/audio/mixerutils.h:
9201           Add gst_audio_default_registry_mixer_filter() utility
9202           function.
9203
9204 2006-01-03  Michael Smith  <msmith@fluendo.com>
9205
9206         * gst/audioresample/resample.h:
9207           As before, but for o_buf
9208
9209 2006-01-03  Michael Smith  <msmith@fluendo.com>
9210
9211         * gst/audioresample/resample.h:
9212           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9213           since we do arithmetic on it.
9214
9215 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9216
9217         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9218         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9219         (gst_ring_buffer_pause), (wait_segment):
9220         * gst-libs/gst/audio/gstringbuffer.h:
9221           Sun's Forte compiler doesn't seem to like anonymous structs,
9222           so use same setup as in GstBaseSrc (fixes #324900).
9223
9224 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9225
9226         * configure.ac:
9227         * gst/volume/Makefile.am:
9228         * gst/volume/demo.c:
9229           move old example to tests/examples/volume/volune.c
9230         * tests/examples/Makefile.am:
9231         * tests/examples/seek/seek.c: (main):
9232           change window-close event from "delete-event" to "destroy"
9233         * tests/examples/volume/Makefile.am:
9234         * tests/examples/volume/volume.c: (value_changed_callback),
9235         (setup_gui), (message_received), (eos_message_received), (main):
9236           fix event handling and bus usage
9237
9238 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9239
9240         * gst/audiotestsrc/gstaudiotestsrc.c:
9241         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9242         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9243         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9244         (gst_audio_test_src_create_square),
9245         (gst_audio_test_src_create_saw),
9246         (gst_audio_test_src_create_triangle),
9247         (gst_audio_test_src_create_silence),
9248         (gst_audio_test_src_create_white_noise),
9249         (gst_audio_test_src_create_pink_noise),
9250         (gst_audio_test_src_init_sine_table),
9251         (gst_audio_test_src_create_sine_table),
9252         (gst_audio_test_src_change_wave),
9253         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9254         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9255         * gst/audiotestsrc/gstaudiotestsrc.h:
9256           update to basesrc changes, implement segmented seeking and eos
9257           handling, add a 'sine-tab' waveform for performance critical playback
9258
9259 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9260
9261         * po/POTFILES.in:
9262           ... and this time the other modified file that I missed last time.
9263
9264 2005-12-29  Michael Smith  <msmith@fluendo.com>
9265
9266         * gst/playback/gstdecodebin.c: (new_pad):
9267           Fix non-C89 variable declaration not at the start of a block. Should
9268           help some compilers.
9269
9270 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * tests/check/Makefile.am:
9273           And now fix 'make distcheck' (builddir != srcdir)
9274
9275 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9276
9277         * configure.ac:
9278         * ext/cdparanoia/Makefile.am:
9279         * ext/cdparanoia/gstcdparanoia.c:
9280         * ext/cdparanoia/gstcdparanoia.h:
9281         * ext/cdparanoia/gstcdparanoiasrc.c:
9282         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9283         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9284         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9285         (gst_cd_paranoia_paranoia_callback),
9286         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9287         (gst_cd_paranoia_src_set_property),
9288         (gst_cd_paranoia_src_get_property), (plugin_init):
9289         * ext/cdparanoia/gstcdparanoiasrc.h:
9290           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9291           plugin again (there are still fixes required to playbin to make
9292           cdda:// uris work there).
9293
9294 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         * tests/check/Makefile.am:
9297           Fix test case compilation.
9298
9299 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * gst-libs/gst/cdda/gstcddabasesrc.c:
9302         (gst_cdda_base_src_update_duration),
9303         (gst_cdda_base_src_calculate_cddb_id):
9304           An integer is not a string. Fix access to uninitialised variable.
9305
9306         * tests/check/Makefile.am:
9307           Add cddabasesrc unit test; also actually enable the vorbis test.
9308
9309         * tests/check/generic/states.c:
9310           Blacklist new cd audio elements as well.
9311
9312         * tests/check/libs/cddabasesrc.c:
9313           Unit test for GstCddaBaseSrc (discid calculation mostly).
9314
9315 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317         * docs/libs/Makefile.am:
9318         * docs/libs/gst-plugins-base-libs-docs.sgml:
9319         * docs/libs/gst-plugins-base-libs-sections.txt:
9320         * docs/libs/gst-plugins-base-libs.types:
9321           Add docs for libgstcdda/GstCddaBaseSrc.
9322
9323         * gst-libs/gst/interfaces/mixertrack.h:
9324           Do one struct member per line with a semicolon at the end, that way
9325           even gtk-doc might parse it without complaining.
9326
9327 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * configure.ac:
9330         * gst-libs/gst/Makefile.am:
9331         * gst-libs/gst/cdda/Makefile.am:
9332         * gst-libs/gst/cdda/base64.c:
9333         * gst-libs/gst/cdda/base64.h:
9334         * gst-libs/gst/cdda/gstcddabasesrc.c:
9335         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9336         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9337         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9338         (gst_cdda_base_src_get_property),
9339         (gst_cdda_base_src_get_track_from_sector),
9340         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9341         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9342         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9343         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9344         (gst_cdda_base_src_uri_get_protocols),
9345         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9346         (gst_cdda_base_src_uri_handler_init),
9347         (gst_cdda_base_src_setup_interfaces),
9348         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9349         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9350         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9351         (gst_cdda_base_src_add_tags),
9352         (gst_cdda_base_src_add_index_associations),
9353         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9354         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9355         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9356         (gst_cdda_base_src_create):
9357         * gst-libs/gst/cdda/gstcddabasesrc.h:
9358         * gst-libs/gst/cdda/sha1.c:
9359         * gst-libs/gst/cdda/sha1.h:
9360           Add new libgstcdda with GstCddaBaseSrc class.
9361
9362 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9363
9364         * ext/gnomevfs/gstgnomevfssink.h:
9365           Use GstBaseSinkClass as parent_class member for class struct, not
9366           GstBaseSink.
9367
9368 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         Patch by: Michael Benes
9371
9372         * gst/videotestsrc/gstvideotestsrc.c:
9373         (gst_video_test_src_class_init), (gst_video_test_src_start):
9374           Add start method to reset running time and number of frames sent
9375           when starting up (fixes #324696)
9376
9377 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9378
9379         * docs/plugins/Makefile.am:
9380         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9381         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9382         * docs/plugins/gst-plugins-base-plugins.args:
9383         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9384         * docs/plugins/gst-plugins-base-plugins.signals:
9385           Add docs stuff for gnomevfssrc and gnomevfssink.
9386
9387         * ext/gnomevfs/gstgnomevfssrc.c:
9388           Fix example pipeline in gtk-doc blurb.
9389
9390 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392         * ext/gnomevfs/Makefile.am:
9393         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9394         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9395         (gst_gnome_vfs_handle_get_type), (plugin_init):
9396         * ext/gnomevfs/gstgnomevfs.h:
9397         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9398         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9399         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9400         (gst_gnome_vfs_sink_set_property),
9401         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9402         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9403         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9404         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9405         (gst_gnome_vfs_sink_uri_get_type),
9406         (gst_gnome_vfs_sink_uri_get_protocols),
9407         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9408         (gst_gnome_vfs_sink_uri_handler_init):
9409         * ext/gnomevfs/gstgnomevfssink.h:
9410           Port gnomevfssink; add gtk-doc blurb.
9411
9412         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9413         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9414         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9415         (gst_gnome_vfs_src_uri_get_type),
9416         (gst_gnome_vfs_src_uri_get_protocols),
9417         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9418         (gst_gnome_vfs_src_uri_handler_init),
9419         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9420         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9421         (gst_gnome_vfs_src_send_additional_headers_callback),
9422         (gst_gnome_vfs_src_received_headers_callback),
9423         (gst_gnome_vfs_src_push_callbacks),
9424         (gst_gnome_vfs_src_pop_callbacks),
9425         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9426         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9427         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9428         * ext/gnomevfs/gstgnomevfssrc.h:
9429           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9430           file; add gtk-doc blurb with example pipelines.
9431
9432 === release 0.10.1 ===
9433
9434 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9435
9436         * configure.ac:
9437           releasing 0.10.1, "Dobro Dedek"
9438
9439 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9440
9441         * gst/typefind/gsttypefindfunctions.c:
9442         iLBC30 and iLBC20 added to typefind.
9443
9444 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9445
9446         * gst-libs/gst/audio/gstbaseaudiosink.c:
9447         (gst_base_audio_sink_class_init):
9448         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9449         (gst_base_audio_src_class_init):
9450           update strings, values are in microseconds
9451           change the default sink buffer time to something that is smaller
9452           (to help software volume mixing have a slightly lower delay) but
9453           still be acceptable on Wim's laptop
9454
9455 2005-12-20  Edward Hervey  <edward@fluendo.com>
9456
9457         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9458         Made a quack, forgot to add DUCK to the riff video template.
9459
9460 2005-12-19  Edward Hervey  <edward@fluendo.com>
9461
9462         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9463         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9464         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9465         (gst_ogm_parse_chain):
9466         Make sure pads are initialized correctly.
9467         * gst-libs/gst/riff/riff-ids.h:
9468         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9469         (gst_riff_create_video_template_caps):
9470         Add a whole bunch of FOURCC <=> MimeType.
9471         Extend the riff video pad template to support the newly added fourcc.
9472
9473 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9474
9475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9476         (gst_ogg_demux_activate_chain):
9477           Extra debug output when activating/deactivating chains.
9478
9479         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9480         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9481         (unlinked):
9482           Remove a queue from our list when it becomes unlinked.
9483           Don't add queues to elements in class 'Demux' if they
9484           can only produce one pad 
9485
9486 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9487
9488         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9489         (gst_video_sink_get_type): Add a debug category.
9490
9491 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9492
9493         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9494         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9495           Handle downstream newsegment by sending our own newsegment before the
9496           next buffer to be released. (#323900)
9497
9498 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9499
9500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9501         (gst_base_rtp_depayload_set_gst_timestamp):
9502           add queue delay to new segment as well (as opposed to just the first
9503           buffer). (bug #322347)
9504
9505 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9506
9507         * ext/libvisual/visual.c: (make_valid_name):
9508           change some char* into char[]
9509         * gst/audiotestsrc/gstaudiotestsrc.c:
9510         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9511         (gst_audio_test_src_create):
9512         * gst/audiotestsrc/gstaudiotestsrc.h:
9513           prepare to handle EOS and SEGMENT_DONE
9514
9515 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         * tests/check/generic/states.c: (GST_START_TEST):
9518           Blacklist cdparanoia element in state test.
9519
9520 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522           Patch by: Benjamin Pineau
9523
9524         * gst/tcp/gsttcp.c:
9525         * gst/tcp/gsttcpclientsink.c:
9526         * gst/tcp/gsttcpserversink.c:
9527         * gst/tcp/gsttcpserversrc.c:
9528           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9529
9530 2005-12-15  Michael Smith  <msmith@fluendo.com>
9531
9532         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9533         (gst_video_rate_chain):
9534           Fix timestamping for videorate when the first buffer it sees has a
9535           non-zero timestamp. Fix some misleading debug output.
9536
9537 2005-12-15  Michael Smith  <msmith@fluendo.com>
9538
9539         * gst/audioresample/gstaudioresample.c:
9540           Don't leak all input buffers to audioresample.
9541
9542 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9543
9544         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9545           Don't operate on empty text buffers. Strip newlines and
9546           tabs only from the end of the text, but leave them intact
9547           in the middle. Fix typo in gtk-doc description.
9548
9549 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9550
9551         * gst/playback/gstplaybasebin.c:
9552         * gst/playback/gstplaybin.c: (handoff):
9553           Make sure the video frame buffer we return to apps via the
9554           "frame" property always has caps set on it. Modify
9555           _gst_gvalue_set_object() macro to handle NULL objects
9556           gracefully too.
9557
9558 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9559
9560         * gst/audiotestsrc/gstaudiotestsrc.c:
9561         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9562         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9563         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9564         (gst_audio_test_src_create):
9565         * gst/audiotestsrc/gstaudiotestsrc.h:
9566         Adjust to some recent api changes and add wtays new cool seeking
9567         capabillities
9568
9569 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * ext/alsa/Makefile.am:
9572         * ext/alsa/gstalsadeviceprobe.c:
9573         * ext/alsa/gstalsadeviceprobe.h:
9574           Helper functions to add device probing via the GstPropertyProbe
9575           interface to a class.
9576
9577         * ext/alsa/gstalsamixer.h:
9578           Comment out GST_ALSA_MIXER, it returns a struct that's not
9579           used.
9580
9581         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9582           Add some debug info. 
9583
9584         * ext/alsa/gstalsamixerelement.c:
9585         (gst_alsa_mixer_element_interface_supported),
9586         (gst_implements_interface_init),
9587         (gst_alsa_mixer_element_init_interfaces),
9588         (gst_alsa_mixer_element_class_init),
9589         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9590         (gst_alsa_mixer_element_set_property),
9591         (gst_alsa_mixer_element_get_property),
9592         (gst_alsa_mixer_element_change_state):
9593         * ext/alsa/gstalsamixerelement.h:
9594           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9595           for device handling (gnome-volume-control will need that).
9596
9597 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9598
9599         * ext/Makefile.am: fix cdparanoia entry
9600         * gst-plugins-base.spec.in: add cdparanoia
9601
9602 2005-12-12  Michael Smith  <msmith@fluendo.com>
9603
9604         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9605           Use the correct function to free list of typefind factories.
9606
9607 2005-12-12  Wim Taymans  <wim@fluendo.com>
9608
9609         * gst/videotestsrc/gstvideotestsrc.c:
9610         (gst_video_test_src_class_init), (gst_video_test_src_init),
9611         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9612         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9613         (gst_video_test_src_create):
9614         * gst/videotestsrc/gstvideotestsrc.h:
9615         Implement seeking in videotestsrc.
9616         Small cleanups.
9617
9618 2005-12-12  Wim Taymans  <wim@fluendo.com>
9619
9620         * ext/cdparanoia/Makefile.am:
9621         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9622         (gst_paranoia_endian_get_type), (_do_init),
9623         (cdparanoia_class_init), (cdparanoia_init),
9624         (cdparanoia_set_property), (cdparanoia_get_property),
9625         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9626         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9627         (cdparanoia_convert), (cdparanoia_get_query_types),
9628         (cdparanoia_query), (cdparanoia_set_index),
9629         (cdparanoia_uri_set_uri):
9630         * ext/cdparanoia/gstcdparanoia.h:
9631         Partially ported cdparanoia now that basesrc can support a
9632         plugin like this..
9633
9634 2005-12-12  Wim Taymans  <wim@fluendo.com>
9635
9636         * tests/examples/seek/scrubby.c: (main):
9637         Set higher priority for bus events so they don't get reordered with
9638         gtk gui events.
9639
9640         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9641         (flush_toggle_cb), (main):
9642         Added checkbox to disable flushing seeks. 
9643         Disable scrubbing when doing non flushing seeks.
9644
9645 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9648         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9649         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9650         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9651           Implement some sort of event handling that doesn't rely on
9652           g_return_if_fail; make sure we always push the last chunk of an 
9653           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9654           state change function; remove some old cruft. Seeking is still
9655           rather unlikely to work though.
9656
9657         * tools/.cvsignore:
9658           Ignore more.
9659
9660 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9661
9662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9663         Fixed a leak of the current image reference when cleaning up.
9664         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9665
9666 2005-12-09  Michael Smith  <msmith@fluendo.com>
9667
9668         * tools/Makefile.am:
9669         * tools/gst-launch-ext-m.m:
9670           Remove gst-launch-ext. It doesn't work, and is no longer
9671           particularly useful.
9672
9673 2005-12-08  Luca Ognibene  <luogni@tin.it>
9674
9675         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9676           don't pass random values to ogmparse convert function.
9677           Make seeking possible in the exile1.ogm file.
9678
9679 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9680
9681         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9682         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9683           Work around refcount problem with g_value_set_object() that occur
9684           if the core has been compiled against GLib-2.6 (g_value_set_object()
9685           will only g_object_ref() the element, but the caller will
9686           gst_object_unref() it and bad things will happen due to the way
9687           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9688           totem for people on FC4 using Thomas's 0.10 RPMs.
9689           
9690 2005-12-07  Edward Hervey  <edward@fluendo.com>
9691
9692         Time to welcome ogm to 0.10 :)
9693         
9694         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9695         (gst_ogg_pad_typefind):
9696         Oggdemux can now properly typefind elements with dynamic pads.
9697         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9698         Properly set caps on src pad, and set caps on outgoing buffers.
9699
9700 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9701
9702         * ext/alsa/gstalsamixer.h:
9703         * ext/alsa/gstalsamixerelement.h:
9704         * ext/alsa/gstalsamixeroptions.h:
9705         * ext/alsa/gstalsamixertrack.h:
9706         * ext/alsa/gstalsasink.c:
9707         * ext/alsa/gstalsasink.h:
9708         * ext/alsa/gstalsasrc.c:
9709         * ext/alsa/gstalsasrc.h:
9710         * ext/cdparanoia/gstcdparanoia.h:
9711         * ext/gnomevfs/gstgnomevfsuri.h:
9712         * ext/ogg/gstoggdemux.c:
9713         * ext/ogg/gstoggmux.c:
9714         * ext/pango/gsttextoverlay.h:
9715         * ext/theora/theoradec.c:
9716         * ext/theora/theoraenc.c:
9717         * ext/vorbis/vorbisdec.h:
9718         * ext/vorbis/vorbisenc.c:
9719         * ext/vorbis/vorbisenc.h:
9720         * ext/vorbis/vorbisparse.h:
9721         * gst-libs/gst/audio/gstaudioclock.h:
9722         * gst-libs/gst/audio/gstaudiosink.c:
9723         * gst-libs/gst/audio/gstaudiosink.h:
9724         * gst-libs/gst/audio/gstaudiosrc.c:
9725         * gst-libs/gst/audio/gstaudiosrc.h:
9726         * gst-libs/gst/audio/gstbaseaudiosink.c:
9727         * gst-libs/gst/audio/gstbaseaudiosink.h:
9728         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9729         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9730         * gst-libs/gst/audio/gstringbuffer.h:
9731         * gst-libs/gst/audio/multichannel.h:
9732         * gst-libs/gst/floatcast/floatcast.h:
9733         * gst-libs/gst/interfaces/colorbalance.c:
9734         * gst-libs/gst/interfaces/colorbalance.h:
9735         * gst-libs/gst/interfaces/colorbalancechannel.h:
9736         * gst-libs/gst/interfaces/mixer.h:
9737         * gst-libs/gst/interfaces/mixeroptions.h:
9738         * gst-libs/gst/interfaces/mixertrack.h:
9739         * gst-libs/gst/interfaces/navigation.h:
9740         * gst-libs/gst/interfaces/propertyprobe.h:
9741         * gst-libs/gst/interfaces/tuner.h:
9742         * gst-libs/gst/interfaces/tunerchannel.h:
9743         * gst-libs/gst/interfaces/tunernorm.h:
9744         * gst-libs/gst/interfaces/xoverlay.h:
9745         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9746         * gst-libs/gst/riff/riff-ids.h:
9747         * gst-libs/gst/riff/riff-media.h:
9748         * gst-libs/gst/riff/riff-read.h:
9749         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9750         * gst-libs/gst/rtp/gstbasertppayload.c:
9751         * gst-libs/gst/rtp/gstbasertppayload.h:
9752         * gst-libs/gst/rtp/gstrtpbuffer.c:
9753         * gst-libs/gst/rtp/gstrtpbuffer.h:
9754         * gst-libs/gst/tag/gsttageditingprivate.h:
9755         * gst-libs/gst/tag/gstvorbistag.c:
9756         (gst_tag_list_from_vorbiscomment_buffer):
9757         * gst-libs/gst/tag/tag.h:
9758         * gst-libs/gst/video/video.h:
9759         * gst/adder/gstadder.c:
9760         * gst/adder/gstadder.h:
9761         * gst/audioconvert/audioconvert.c:
9762         * gst/audioconvert/audioconvert.h:
9763         * gst/audioconvert/gstaudioconvert.c:
9764         * gst/audioconvert/gstchannelmix.c:
9765         * gst/audioconvert/gstchannelmix.h:
9766         * gst/audiorate/gstaudiorate.c:
9767         * gst/audioresample/buffer.h:
9768         * gst/audioresample/functable.h:
9769         * gst/audioresample/gstaudioresample.c:
9770         * gst/audioresample/resample.h:
9771         * gst/ffmpegcolorspace/avcodec.h:
9772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9773         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9774         * gst/ffmpegcolorspace/imgconvert.c:
9775         * gst/ffmpegcolorspace/imgconvert_template.h:
9776         * gst/playback/gstdecodebin.c:
9777         * gst/playback/gstplaybasebin.h:
9778         * gst/playback/gstplaybin.c:
9779         * gst/playback/gststreaminfo.h:
9780         * gst/tcp/gstfdset.c:
9781         * gst/tcp/gstfdset.h:
9782         * gst/tcp/gstmultifdsink.c:
9783         * gst/tcp/gstmultifdsink.h:
9784         * gst/tcp/gsttcp.h:
9785         * gst/tcp/gsttcpclientsrc.c:
9786         * gst/tcp/gsttcpclientsrc.h:
9787         * gst/tcp/gsttcpplugin.h:
9788         * gst/tcp/gsttcpserversink.c:
9789         * gst/tcp/gsttcpserversrc.c:
9790         * gst/typefind/gsttypefindfunctions.c:
9791         * gst/videorate/gstvideorate.c:
9792         * gst/videotestsrc/gstvideotestsrc.h:
9793         * gst/videotestsrc/videotestsrc.h:
9794         * sys/v4l/gstv4lcolorbalance.h:
9795         * sys/v4l/gstv4ltuner.h:
9796         * sys/v4l/gstv4lxoverlay.h:
9797         * sys/v4l/v4l_calls.h:
9798         * sys/v4l/videodev_mjpeg.h:
9799         * tests/check/elements/audioconvert.c:
9800         * tests/check/elements/audioresample.c:
9801         * tests/check/elements/audiotestsrc.c:
9802         * tests/check/elements/videotestsrc.c:
9803         * tests/check/elements/volume.c:
9804         * tests/examples/seek/scrubby.c:
9805         * tests/examples/seek/seek.c:
9806           expand tabs
9807
9808 === release 0.10.0 ===
9809
9810 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9811
9812         * configure.ac:
9813           releasing 0.10.0, "Mont-d'or"
9814
9815 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9816
9817         * tests/examples/seek/Makefile.am:
9818         Build fix for when gtk is not available.
9819
9820 2005-12-05  Andy Wingo  <wingo@pobox.com>
9821
9822         * ext/libvisual/visual.c: (get_buffer):
9823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9824         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9825         * ext/theora/theoradec.c: (theora_handle_data_packet):
9826         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9827         (theora_enc_chain):
9828         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9829         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9830         Update for alloc_buffer changes.
9831
9832 2005-12-05  Andy Wingo  <wingo@pobox.com>
9833
9834         patch by: Kai Vehmanen <kv2004 eca cx>
9835         
9836         * gst-libs/gst/rtp/gstbasertpdepayload.c
9837         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9838
9839 2005-12-04  Andy Wingo  <wingo@pobox.com>
9840
9841         patch by: Sebastien Cote <sebas642 yahoo ca>
9842         
9843         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9844         Fixes #319172.
9845
9846 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9847
9848         * docs/plugins/Makefile.am:
9849         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9850         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9851         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9852         * ext/pango/gstclockoverlay.c:
9853         * ext/pango/gsttextoverlay.c: 
9854         * ext/pango/gsttextrender.c:
9855         * ext/pango/gsttimeoverlay.c:
9856           Add gtk-doc blurbs to pango elements.
9857
9858 2005-12-02  Wim Taymans  <wim@fluendo.com>
9859
9860         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9861         * gst/audioresample/buffer.h:
9862         * gst/audioresample/gstaudioresample.c:
9863         * gst/audioresample/gstaudioresample.h:
9864         * gst/audioresample/resample.c: (resample_input_flush),
9865         (resample_input_pushthrough), (resample_input_eos),
9866         (resample_get_output_size_for_input),
9867         (resample_get_input_size_for_output), (resample_get_output_size),
9868         (resample_get_output_data):
9869         * gst/audioresample/resample.h:
9870         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9871         Fix audioresample, seek torture, new segments, reverse negotiation
9872         etc.. work fine.
9873
9874 2005-12-02  Wim Taymans  <wim@fluendo.com>
9875
9876         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9877         Small cleanups.
9878
9879 2005-12-02  Wim Taymans  <wim@fluendo.com>
9880
9881         * gst/audioconvert/gstaudioconvert.c:
9882         (gst_audio_convert_transform):
9883         Post errors.
9884
9885 === release 0.9.7 ===
9886
9887 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9888
9889         * configure.ac:
9890           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9891
9892 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9893
9894         * Makefile.am:
9895         * po/hu.po:
9896         * win32/MANIFEST:
9897         * win32/gst.sln:
9898           add win32 MANIFEST file
9899           do something to the hungarian translation
9900
9901 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9902
9903         * ext/Makefile.am:
9904           Add $(PANGO_DIR) to SUBDIRS
9905
9906         * ext/pango/gstclockoverlay.c:
9907         * ext/pango/gsttimeoverlay.c:
9908           Fix and improve element descriptions.
9909
9910 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9911
9912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9913         * docs/plugins/inspect/plugin-libvisual.xml:
9914         * docs/plugins/inspect/plugin-pango.xml:
9915           add pango plugin to docs
9916
9917 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9918
9919         * configure.ac:
9920         * ext/Makefile.am:
9921           moved pango to base
9922
9923 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9924
9925         * configure.ac:
9926         * tests/Makefile.am:
9927         * tests/icles/.cvsignore:
9928         * tests/icles/Makefile.am:
9929         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9930         (close_display), (resize_window), (move_window), (create_window),
9931         (terminate_playback), (pause_playback), (start_playback), (main):
9932           add stress test for xoverlay from Julien
9933
9934 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9935
9936         * docs/libs/tmpl/gstcolorbalance.sgml:
9937         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9938         * gst-libs/gst/rtp/gstbasertppayload.c:
9939         * gst-libs/gst/rtp/gstrtpbuffer.c:
9940         * gst-libs/gst/rtp/gstrtpbuffer.h:
9941           Do burger's rename for rtp payloaders and depayloaders
9942
9943 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9944
9945         * win32/:
9946           add Visual Studio 6 build files
9947
9948 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9949
9950         * docs/libs/gst-plugins-base-libs-docs.sgml:
9951         * docs/libs/gst-plugins-base-libs-sections.txt:
9952         * docs/libs/tmpl/gstaudio.sgml:
9953         * docs/libs/tmpl/gstringbuffer.sgml:
9954         * gst-libs/gst/interfaces/xoverlay.c:
9955         * gst-libs/gst/video/gstvideofilter.c:
9956         * gst-libs/gst/video/gstvideosink.c:
9957           update documentation
9958
9959 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9960
9961         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9962         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9963         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9964         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9965         (gst_multi_fd_sink_get_stats),
9966         (gst_multi_fd_sink_remove_client_link),
9967         (gst_multi_fd_sink_handle_client_read),
9968         (gst_multi_fd_sink_client_queue_data),
9969         (gst_multi_fd_sink_client_queue_caps),
9970         (gst_multi_fd_sink_client_queue_buffer),
9971         (gst_multi_fd_sink_new_client),
9972         (gst_multi_fd_sink_handle_client_write),
9973         (gst_multi_fd_sink_recover_client),
9974         (gst_multi_fd_sink_queue_buffer),
9975         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9976         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9977         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9978         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9979         * gst/tcp/gstmultifdsink.h:
9980         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9981         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9982         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9983         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9984         (gst_tcp_client_sink_set_property),
9985         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9986         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9987         * gst/tcp/gsttcpclientsink.h:
9988         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9989         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9990         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9991         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9992         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9993         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9994         * gst/tcp/gsttcpclientsrc.h:
9995         * gst/tcp/gsttcpplugin.c: (plugin_init):
9996         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9997         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9998         (gst_tcp_server_sink_finalize),
9999         (gst_tcp_server_sink_handle_server_read),
10000         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10001         (gst_tcp_server_sink_set_property),
10002         (gst_tcp_server_sink_get_property),
10003         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10004         * gst/tcp/gsttcpserversink.h:
10005         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10006         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10007         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10008         (gst_tcp_server_src_set_property),
10009         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10010         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10011         * gst/tcp/gsttcpserversrc.h:
10012           more borgifying
10013
10014 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10015
10016         * docs/plugins/Makefile.am:
10017         * docs/plugins/gst-plugins-base-plugins.args:
10018         * docs/plugins/inspect/plugin-libvisual.xml:
10019         * gst/audioconvert/plugin.h:
10020         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10021         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10022         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10023         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10024         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10025         (plugin_init):
10026         * gst/audiotestsrc/gstaudiotestsrc.c:
10027         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10028         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10029         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10030         (gst_audio_test_src_get_query_types),
10031         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10032         (gst_audio_test_src_create_square),
10033         (gst_audio_test_src_create_saw),
10034         (gst_audio_test_src_create_triangle),
10035         (gst_audio_test_src_create_silence),
10036         (gst_audio_test_src_create_white_noise),
10037         (gst_audio_test_src_init_pink_noise),
10038         (gst_audio_test_src_generate_pink_noise_value),
10039         (gst_audio_test_src_create_pink_noise),
10040         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10041         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10042         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10043         (plugin_init):
10044         * gst/audiotestsrc/gstaudiotestsrc.h:
10045         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10046         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10047         (gst_sub_parse_init), (gst_sub_parse_formats),
10048         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10049         (convert_encoding), (get_next_line),
10050         (gst_sub_parse_data_format_autodetect),
10051         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10052         (gst_sub_parse_loop), (gst_sub_parse_chain),
10053         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10054         (plugin_init):
10055         * gst/subparse/gstsubparse.h:
10056         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10057         (gst_video_rate_base_init), (gst_video_rate_class_init),
10058         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10059         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10060         (gst_video_rate_init), (gst_video_rate_event),
10061         (gst_video_rate_chain), (gst_video_rate_set_property),
10062         (gst_video_rate_get_property), (gst_video_rate_change_state),
10063         (plugin_init):
10064         * gst/videoscale/gstvideoscale.c:
10065         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10066         (gst_video_scale_src_template_factory),
10067         (gst_video_scale_sink_template_factory),
10068         (gst_video_scale_get_type), (gst_video_scale_base_init),
10069         (gst_video_scale_class_init), (gst_video_scale_init),
10070         (gst_video_scale_set_property), (gst_video_scale_get_property),
10071         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10072         (gst_video_scale_prepare_size), (parse_caps),
10073         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10074         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10075         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10076         (plugin_init):
10077         * gst/videoscale/gstvideoscale.h:
10078         * gst/videotestsrc/gstvideotestsrc.c:
10079         (gst_video_test_src_pattern_get_type),
10080         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10081         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10082         (gst_video_test_src_set_pattern),
10083         (gst_video_test_src_set_property),
10084         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10085         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10086         (gst_video_test_src_event), (gst_video_test_src_get_times),
10087         (gst_video_test_src_create), (plugin_init):
10088         * gst/videotestsrc/gstvideotestsrc.h:
10089         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10090         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10091         (gst_video_test_src_black):
10092         * gst/videotestsrc/videotestsrc.h:
10093           borgify further
10094           clean up docs a little
10095
10096 2005-11-30  Wim Taymans  <wim@fluendo.com>
10097
10098         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10099         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10100         (gst_basertppayload_event), (gst_basertppayload_push),
10101         (gst_basertppayload_change_state):
10102         * gst-libs/gst/rtp/gstbasertppayload.h:
10103         closed #320644.
10104
10105 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10106
10107         * docs/libs/gst-plugins-base-libs-docs.sgml:
10108         * docs/libs/gst-plugins-base-libs-sections.txt:
10109         * gst-libs/gst/video/gstvideofilter.c:
10110         * gst-libs/gst/video/gstvideosink.c:
10111         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10112
10113 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10114
10115         * LICENSE:
10116           move
10117         * po/af.po:
10118         * po/az.po:
10119         * po/cs.po:
10120         * po/en_GB.po:
10121         * po/hu.po:
10122         * po/it.po:
10123         * po/nb.po:
10124         * po/nl.po:
10125         * po/or.po:
10126         * po/sq.po:
10127         * po/sr.po:
10128         * po/sv.po:
10129         * po/uk.po:
10130         * po/vi.po:
10131         * Makefile.am:
10132           update
10133         * scripts/autoplugins.sh:
10134           remove
10135
10136 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10137
10138         * Makefile.am:
10139         * configure.ac:
10140         * examples/Makefile.am:
10141         * examples/capsfilter/Makefile.am:
10142         * examples/capsfilter/capsfilter1.c:
10143         * examples/gob/Makefile.am:
10144         * examples/gob/gst-identity2.gob:
10145         * examples/indexing/.cvsignore:
10146         * examples/indexing/Makefile.am:
10147         * examples/indexing/indexmpeg.c:
10148         * examples/seeking/.cvsignore:
10149         * examples/seeking/Makefile.am:
10150         * examples/seeking/cdparanoia.c:
10151         * examples/seeking/cdplayer.c:
10152         * examples/seeking/chained.c:
10153         * examples/seeking/scrubby.c:
10154         * examples/seeking/seek.c:
10155         * examples/stats/Makefile.am:
10156         * examples/stats/mp2ogg.c:
10157         * examples/switch/.cvsignore:
10158         * examples/switch/Makefile.am:
10159         * examples/switch/switcher.c:
10160         * tests/Makefile.am:
10161         * tests/check/generic/.cvsignore:
10162         * tests/check/pipelines/.cvsignore:
10163         * tests/examples/Makefile.am:
10164         * tests/examples/seek/Makefile.am:
10165           reorganize stuff under tests/
10166
10167 2005-11-30  Edward Hervey  <edward@fluendo.com>
10168
10169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10170         Go away you stupid GstStaticPadTemplate memleak.
10171
10172 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10173
10174         * gst-libs/gst/net/Makefile.am:
10175         * gst-libs/gst/net/README:
10176         * gst-libs/gst/net/gstnetbuffer.c:
10177         * gst-libs/gst/net/gstnetbuffer.h:
10178           this was moved to "netbuffer"
10179
10180 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10181
10182         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10183         (gst_video_filter_class_init), (gst_video_filter_init):
10184         * gst-libs/gst/video/gstvideofilter.h:
10185           borgify name to bring in line with other classes
10186
10187 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10188
10189         * gst/audioscale/.cvsignore:
10190         * gst/audioscale/Makefile.am:
10191         * gst/audioscale/README:
10192         * gst/audioscale/audioscale.vcproj:
10193         * gst/audioscale/dtof.c:
10194         * gst/audioscale/dtos.c:
10195         * gst/audioscale/functable.c:
10196         * gst/audioscale/gstaudioscale.c:
10197         * gst/audioscale/gstaudioscale.h:
10198         * gst/audioscale/private.h:
10199         * gst/audioscale/resample.c:
10200         * gst/audioscale/resample.h:
10201         * gst/audioscale/test.c:
10202           remove
10203
10204 2005-11-30  Edward Hervey  <edward@fluendo.com>
10205
10206         * gst-libs/gst/netbuffer/Makefile.am:
10207         really, really tired
10208
10209 2005-11-30  Edward Hervey  <edward@fluendo.com>
10210
10211         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10212         Update for new GstTypeFindFactory _register()
10213
10214 2005-11-30  Edward Hervey  <edward@fluendo.com>
10215
10216         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10217         Let's not override libgstnet from core for no reason...
10218         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10219         Ok, maybe not so quick next time.
10220
10221 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10222
10223         * configure.ac:
10224         * gst-libs/gst/Makefile.am:
10225           moved gst-libs/gst/net to netbuffer through CVS surgery
10226           remove old directory
10227           updating build to accomodate
10228           (#322257)
10229
10230 2005-11-29  Andy Wingo  <wingo@pobox.com>
10231
10232         * pkgconfig/gstreamer-plugins-base.pc.in:
10233         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10234         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10235         (#322257).
10236
10237 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10238
10239         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10240         3rd time's the charm. Correct ref-counting for discarded buffers.
10241
10242 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10243
10244         * gst/playback/gststreamselector.c:
10245         (gst_stream_selector_class_init),
10246         (gst_stream_selector_set_property),
10247         (gst_stream_selector_get_property),
10248         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10249         Fix ref-counting
10250
10251 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * gst/subparse/gstsubparse.c: (feed_textbuf):
10254           Don't access already unref'ed buffer.
10255
10256 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10257
10258         * gst/playback/gststreamselector.c:
10259         (gst_stream_selector_class_init), (gst_stream_selector_init),
10260         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10261         (gst_stream_selector_get_property),
10262         (gst_stream_selector_get_linked_pad),
10263         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10264         * gst/playback/gststreamselector.h:
10265         Add the active-pad property for playbin to use shortly. Ignore buffers
10266         from any other pad, returning GST_FLOW_NOT_LINKED
10267
10268 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10269
10270         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10271         patch from bug #322704 (Alessandro Decina).
10272
10273 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10274
10275         * gst-libs/gst/audio/Makefile.am:
10276           folded audiofilter into the audio library
10277
10278 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10279
10280         * gst/videoscale/gstvideoscale.h:
10281         * gst/videoscale/gstvideoscale.c:
10282           remove unimplemented scale methods
10283
10284 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10287           Don't leak caps.
10288
10289 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10290
10291         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10292         (gst_ximagesink_setcaps):
10293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10294         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10295         happens (only visible on ximagesink but bug is in xv too) set_caps was
10296         destroying the internal x[v]image used to memcpy non locally alloced
10297         buffers so that it got renewed on next _chain. The issue is that 
10298         _expose will try to put that image as it reffed it in _put.
10299         Using gst_buffer_unref instead of destroy fixes it !
10300
10301 2005-11-28  Edward Hervey  <edward@fluendo.com>
10302
10303         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10304         (try_to_link_1), (queue_filled_cb):
10305         Better use of the queues. Start with a small size queue and only increase
10306         the size of the queues when the other queues are empty.
10307
10308 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10309
10310         * gst-libs/gst/video/Makefile.am:
10311           compile in copied-over videofilter into the video library
10312         * gst-libs/gst/video/videosink.h:
10313           rename the header to gstvideosink.h since it's a base GstObject class
10314         * sys/ximage/ximagesink.h:
10315         * sys/xvimage/xvimagesink.h:
10316           use the new header
10317
10318 2005-11-28  Wim Taymans  <wim@fluendo.com>
10319
10320         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10321         * gst/playback/gstplaybasebin.h:
10322         Prepare to handle errors betters.
10323
10324         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10325         Set sinks to PAUSED first before adding and linking them so that
10326         we don't interrupt dataflow.
10327
10328 2005-11-28  Wim Taymans  <wim@fluendo.com>
10329
10330         * gst-libs/gst/audio/TODO:
10331         Updated TODO
10332
10333         * gst-libs/gst/audio/gstaudiosink.c:
10334         (gst_audioringbuffer_open_device),
10335         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10336         (gst_audioringbuffer_release):
10337         Small cleanups.
10338
10339         * gst-libs/gst/audio/gstbaseaudiosink.c:
10340         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10341         (gst_base_audio_sink_change_state):
10342         Slave to the master clock when going to PLAYING and unslave when
10343         going to PAUSED.
10344
10345         * gst-libs/gst/audio/gstringbuffer.c:
10346         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10347         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10348         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10349         (gst_ring_buffer_clear_all), (wait_segment),
10350         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10351         (gst_ring_buffer_advance):
10352         * gst-libs/gst/audio/gstringbuffer.h:
10353         Add some docs and cleanups.
10354
10355 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10356
10357         * sys/xvimage/xvimagesink.c:
10358         (gst_xvimagesink_navigation_send_event): Fix navigation events
10359         coordinates translation with pixel aspect ratios.
10360
10361 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10362
10363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10364         Use calculated video geometry from _setcaps instead of buffer
10365         caps to respect pixel aspect ratio. (fixes #322388)
10366
10367 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10368
10369         * docs/libs/tmpl/gstcolorbalance.sgml:
10370         * docs/libs/tmpl/gstmixer.sgml:
10371         * docs/libs/tmpl/gstxoverlay.sgml:
10372         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10373         interface.
10374
10375 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10376
10377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10378         Refuse to create an XvImage if we can't find the format.
10379
10380 2005-11-28  Edward Hervey  <edward@fluendo.com>
10381
10382         * gst-libs/gst/riff/riff-media.c:
10383         (gst_riff_create_audio_template_caps):
10384         Add ATRAC3 to the list of riff-possible audio caps.
10385         I know we still don't have a plugin for atrac3, but it's saner to output
10386         that than a cryptic mimetype.
10387
10388 2005-11-27  Edward Hervey  <edward@fluendo.com>
10389
10390         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10391         Don't try to create a zero-sized subbuffer.
10392
10393 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10394
10395         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10396         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10397         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10398         (gst_ximagesink_expose): Fixed a tricky race.
10399         * sys/ximage/ximagesink.h:
10400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10401         (gst_xvimagesink_expose): Fixed a tricky race.
10402         * sys/xvimage/xvimagesink.h:
10403
10404 2005-11-27  Edward Hervey  <edward@fluendo.com>
10405
10406         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10407         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10408         Remove unused properties, and add queues between demuxers and decoders
10409         so that a lot more files can preroll properly.
10410
10411 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10412
10413         * gst-libs/gst/net/Makefile.am:
10414         * gst-libs/gst/rtp/Makefile.am:
10415         * gst-libs/gst/tag/Makefile.am:
10416           remove silly include
10417         * gst/tags/Makefile.am:
10418         * gst/tags/gsttagediting.c:
10419         * gst/tags/gsttageditingprivate.h:
10420         * gst/tags/tagedit.vcproj:
10421           remove directory, is as good as empty
10422
10423 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10424
10425         * configure.ac:
10426           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10427         * gst-libs/Makefile.am:
10428         * gst-libs/gst/audio/Makefile.am:
10429         * gst-libs/gst/interfaces/Makefile.am:
10430         * gst-libs/gst/net/Makefile.am:
10431         * gst-libs/gst/riff/Makefile.am:
10432         * gst-libs/gst/rtp/Makefile.am:
10433         * gst-libs/gst/tag/Makefile.am:
10434         * gst-libs/gst/video/Makefile.am:
10435           and use them
10436
10437 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10438
10439         * docs/libs/tmpl/gstcolorbalance.sgml:
10440         * docs/libs/tmpl/gstmixer.sgml:
10441         * docs/libs/tmpl/gstxoverlay.sgml:
10442         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10443         * sys/ximage/ximagesink.h:
10444         * sys/xvimage/xvimagesink.h: More and more documentation.
10445
10446 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10447
10448         * docs/libs/gst-plugins-base-libs-docs.sgml:
10449         * docs/libs/gst-plugins-base-libs-sections.txt:
10450         * docs/libs/tmpl/gstcolorbalance.sgml:
10451         * docs/libs/tmpl/gstmixer.sgml:
10452         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10453         to documentation.
10454
10455 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10456
10457         * docs/plugins/Makefile.am:
10458         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10459         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10460         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10461
10462 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10463
10464         * docs/plugins/Makefile.am:
10465         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10466         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10467         * docs/plugins/inspect/plugin-adder.xml:
10468         * docs/plugins/inspect/plugin-alsa.xml:
10469         * docs/plugins/inspect/plugin-audioconvert.xml:
10470         * docs/plugins/inspect/plugin-audiorate.xml:
10471         * docs/plugins/inspect/plugin-audioresample.xml:
10472         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10473         * docs/plugins/inspect/plugin-decodebin.xml:
10474         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10475         * docs/plugins/inspect/plugin-gnomevfs.xml:
10476         * docs/plugins/inspect/plugin-ogg.xml:
10477         * docs/plugins/inspect/plugin-playbin.xml:
10478         * docs/plugins/inspect/plugin-subparse.xml:
10479         * docs/plugins/inspect/plugin-tcp.xml:
10480         * docs/plugins/inspect/plugin-theora.xml:
10481         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10482         * docs/plugins/inspect/plugin-video4linux.xml:
10483         * docs/plugins/inspect/plugin-videorate.xml:
10484         * docs/plugins/inspect/plugin-videoscale.xml:
10485         * docs/plugins/inspect/plugin-videotestsrc.xml:
10486         * docs/plugins/inspect/plugin-volume.xml:
10487         * docs/plugins/inspect/plugin-vorbis.xml:
10488         * docs/plugins/inspect/plugin-ximagesink.xml:
10489         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10490         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10491
10492 2005-11-26  Edward Hervey  <edward@fluendo.com>
10493
10494         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10495         Properly return GstFlowReturn from gst_pad_push in chain functions.
10496
10497 2005-11-25  Michael Smith  <msmith@fluendo.com>
10498
10499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10500         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10501         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10502         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10503           Handle various conditions better when we don't understand a stream.
10504           Removes a heap of CRITICALs on ogg streams containing unknown data.
10505
10506 2005-11-24  Andy Wingo  <wingo@pobox.com>
10507
10508         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10509         Be threadsafe.
10510
10511 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10512
10513         * configure.ac: back to HEAD
10514
10515 === release 0.9.6 ===
10516
10517 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10518
10519         * configure.ac:
10520           releasing 0.9.6, "White Eight"
10521
10522 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10523
10524         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10525         * docs/plugins/inspect/plugin-sine.xml:
10526           remove sinesrc some more
10527
10528 2005-11-23  Wim Taymans  <wim@fluendo.com>
10529
10530         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10531         If we are reading too slowly, jump forward in the ringbuffer
10532         instead of blocking.
10533
10534 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10535
10536         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10537         (gst_visual_chain):
10538         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10539         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10540         (gst_videorate_chain):
10541         * gst/videotestsrc/gstvideotestsrc.c:
10542         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10543         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10544         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10545         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10546         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10547         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10548           Updates for API changes
10549
10550 2005-11-23  Wim Taymans  <wim@fluendo.com>
10551
10552         * gst-libs/gst/audio/gstbaseaudiosink.c:
10553         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10554         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10555         Fix for calibration API change.
10556
10557 2005-11-23  Michael Smith <msmith@fluendo.com>
10558
10559         * gst-libs/gst/audio/multichannel.c:
10560         (gst_audio_get_channel_positions),
10561         (gst_audio_set_channel_positions),
10562         (gst_audio_set_structure_channel_positions_list),
10563         (gst_audio_fixate_channel_positions):
10564           Use gst_value_array_*() functions on value arrays, not
10565           gst_value_list_*().
10566
10567 2005-11-23  Edward Hervey  <edward@fluendo.com>
10568
10569         * autogen.sh:
10570         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10571         Fixes autogen
10572
10573 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10574
10575         * check/Makefile.am:
10576         * check/elements/videotestsrc.c: (setup_videotestsrc),
10577         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10578         (main):
10579           add a test for videotestsrc
10580
10581 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10582
10583         * gst/sine/.cvsignore:
10584         * gst/sine/Makefile.am:
10585         * gst/sine/gstsinesrc.c:
10586         * gst/sine/gstsinesrc.h:
10587         * gst/sine/sinesrc.vcproj:
10588           and remove sinesrc from the repository.  Closes #321446
10589
10590 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10591
10592         * configure.ac:
10593         * gst-plugins-base.spec.in:
10594           remove sinesrc from the build
10595
10596 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10597
10598         * check/Makefile.am:
10599         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10600         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10601         (main):
10602           add a test for audiotestsrc, testing all waves.  Even seems
10603           leak-free at first glance, nice job Stefan
10604
10605 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10606
10607         * po/af.po:
10608         * po/az.po:
10609         * po/cs.po:
10610         * po/en_GB.po:
10611         * po/hu.po:
10612         * po/it.po:
10613         * po/nb.po:
10614         * po/nl.po:
10615         * po/or.po:
10616         * po/sq.po:
10617         * po/sr.po:
10618         * po/sv.po:
10619         * po/uk.po:
10620         * po/vi.po:
10621           Translation string updates
10622
10623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10624         (gst_v4lsrc_set_caps):
10625         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10626         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10627         * sys/v4l/v4lsrc_calls.h:
10628           Improve v4lsrc, by making it work again.
10629
10630 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10631
10632         * ext/libvisual/visual.c: (gst_visual_chain):
10633           Fix the fps calculations.
10634
10635         * gst/ffmpegcolorspace/avcodec.h:
10636           Move structure element for clarity
10637
10638         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10639         * gst-libs/gst/interfaces/tunernorm.h:
10640         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10641         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10642         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10643         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10644         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10645         (gst_v4lmjpegsrc_getcaps):
10646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10647         (gst_v4lsrc_set_caps):
10648         * sys/v4l/gstv4lsrc.h:
10649         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10650         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10651         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10652         * sys/v4l/v4lsrc_calls.h:
10653           Fractional framerates...
10654
10655 2005-11-22  Wim Taymans  <wim@fluendo.com>
10656
10657         * gst-libs/gst/audio/gstbaseaudiosink.c:
10658         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10659         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10660         And we provide a clock by default, of course...
10661
10662 2005-11-22  Wim Taymans  <wim@fluendo.com>
10663
10664         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10665         This clock can be slaved to a master clock now.
10666
10667         * gst-libs/gst/audio/gstbaseaudiosink.c:
10668         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10669         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10670         (gst_base_audio_sink_set_clock),
10671         (gst_base_audio_sink_set_property),
10672         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10673         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10674         * gst-libs/gst/audio/gstbaseaudiosink.h:
10675         Handle slaving the internal clock to the clock selected in the
10676         pipeline.
10677         Add property to make the basesink not provide a clock.
10678
10679         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10680         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10681         (gst_base_rtp_depayload_wait):
10682         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10683         We can use the clock in GstElement, no need to store it ourselves.
10684
10685 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10686
10687         * docs/libs/tmpl/gstaudio.sgml:
10688           update
10689         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10690         (gst_paranoia_endian_get_type):
10691         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10692         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10693         * gst/audiotestsrc/gstaudiotestsrc.c:
10694         (gst_audiostestsrc_wave_get_type):
10695         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10696         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10697         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10698         (gst_sync_method_get_type), (gst_unit_type_get_type),
10699         (gst_client_status_get_type), (gst_multifdsink_class_init),
10700         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10701         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10702         (gst_multifdsink_get_property):
10703         * gst/tcp/gstmultifdsink.h:
10704         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10705         * gst/videotestsrc/gstvideotestsrc.c:
10706         (gst_videotestsrc_pattern_get_type):
10707           remove deprecated properties
10708           fix up enums to correctly have short lowercase dashed nicks
10709
10710 2005-11-22  Michael Smith <msmith@fluendo.com>
10711
10712         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10713         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10714           Add underscore.
10715
10716 2005-11-22  Michael Smith <msmith@fluendo.com>
10717
10718         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10719         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10720           Use utility method for scaling clocktime for fractional framerates.
10721
10722 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10723
10724         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10725         (gst_visual_chain):
10726         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10727         * ext/theora/theoradec.c: (theora_handle_type_packet):
10728         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10729         (theora_enc_chain):
10730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10731         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10732         * gst-libs/gst/video/video.h:
10733         * gst/ffmpegcolorspace/avcodec.h:
10734         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10735         (gst_ffmpeg_caps_to_pixfmt):
10736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10737         (gst_ffmpegcsp_set_caps):
10738         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10739         (gst_videorate_setcaps), (gst_videorate_blank_data),
10740         (gst_videorate_chain):
10741         * gst/videotestsrc/gstvideotestsrc.c:
10742         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10743         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10744         (gst_videotestsrc_event), (gst_videotestsrc_create):
10745         * gst/videotestsrc/gstvideotestsrc.h:
10746         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10747         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10748         (gst_ximagesink_get_times), (gst_ximagesink_init):
10749         * sys/ximage/ximagesink.h:
10750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10751         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10752         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10753         * sys/xvimage/xvimagesink.h:
10754           Convert elements to use fractions for their framerate.
10755           V4L elements to come later tonight.
10756
10757 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10758
10759         * gst-libs/gst/audio/audio.c:
10760         * gst-libs/gst/audio/audio.h:
10761           remove some deprecated functions
10762
10763 2005-11-22  Andy Wingo  <wingo@pobox.com>
10764
10765         * Update for gst_tag_setter API changes.
10766
10767 2005-11-22  Andy Wingo  <wingo@pobox.com>
10768
10769         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10770         (gst_ogg_demux_perform_seek):
10771         * ext/theora/theoradec.c (theora_dec_sink_event):
10772         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10773         update-funcnames.
10774
10775 2005-11-22  Wim Taymans  <wim@fluendo.com>
10776
10777         * examples/seeking/seek.c: (main):
10778         Give higher priority to bus signals than the gtk events
10779         to fix a race condition in the segment looping.
10780
10781 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10782
10783         * ext/theora/Makefile.am:
10784         * ext/vorbis/Makefile.am:
10785         * gst-libs/gst/tag/Makefile.am:
10786         * gst-plugins-base.spec.in:
10787           Rename libgsttagedit to libgsttag (#322117).
10788
10789 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10793           Call gst_x_overlay_prepare_xwindow_id() to give applications
10794           a final chance to set their own xwindow id before the video
10795           sink creates its own window.
10796
10797 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10798
10799         * sys/xvimage/xvimagesink.c:
10800         (gst_xvimagesink_navigation_send_event): Handle navigation
10801         events correcly with borders if applicable.
10802
10803 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         Patch by: Luca Ognibene
10806
10807         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10808         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10810         (gst_ffmpegcsp_caps_remove_format_info):
10811         * gst/ffmpegcolorspace/imgconvert.c:
10812         * gst/ffmpegcolorspace/imgconvert_template.h:
10813           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10814           #318353); use gst_structure_has_name().
10815
10816 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10817
10818         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10819         (gst_ximagesink_class_init): Add debug macros on functions.
10820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10821         (gst_xvimagesink_xwindow_draw_borders),
10822         (gst_xvimagesink_xvimage_put),
10823         (gst_xvimagesink_xwindow_update_geometry),
10824         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10825         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10826         (gst_xvimagesink_xcontext_clear),
10827         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10828         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10829         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10830         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10831         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10832         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10833         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10834         expose while being PAUSED, out of data flow navigation events, etc..
10835
10836 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10837
10838         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10839         * gst-libs/gst/audio/audio.h:
10840           fix prototype - wondering why the test worked regardless
10841
10842 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10843
10844         * check/Makefile.am:
10845         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10846         * gst-libs/gst/audio/audio.h:
10847           add a method that returns a proper GstClockTime
10848
10849 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10850
10851         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10852         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10853         * gst-libs/gst/interfaces/xoverlay.h:
10854           Remove everything having to do with the desired size; add 
10855           gst_x_overlay_prepare_xwindow_id() function; remove the
10856           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10857           post a message on the bus instead (#321816).
10858
10859         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10861         (gst_xvimagesink_xoverlay_init):
10862           Remove desired size stuff (#321816).
10863
10864 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10867         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10868         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10869           Terminate vararg functions with NULL instead of 0 to 
10870           make gcc4 happy.
10871
10872 2005-11-21  Andy Wingo  <wingo@pobox.com>
10873
10874         patch by: Sebastien Cote <sebas642@yahoo.ca>
10875         
10876         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10877         * gst-libs/gst/rtp/gstrtpbuffer.c
10878         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10879
10880 2005-11-21  Andy Wingo  <wingo@pobox.com>
10881
10882         * gst/playback/gstplaybin.c (gen_audio_element) 
10883         (gen_video_element): Use the new MISSING_PLUGIN core error
10884         category. Closes #320060.
10885
10886         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10887         * gst/videorate/gstvideorate.c (gst_videorate_event):
10888         * ext/theora/theoradec.c (theora_dec_sink_event): 
10889         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10890         stream lock.
10891
10892         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10893         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10894         stream lock changes.
10895
10896 2005-11-21  Wim Taymans  <wim@fluendo.com>
10897
10898         * gst-libs/gst/audio/gstbaseaudiosink.c:
10899         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10900         (gst_base_audio_sink_provide_clock),
10901         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10902         (gst_base_audio_sink_change_state):
10903         * gst/audioresample/gstaudioresample.c:
10904         Segment update fix.
10905
10906 2005-11-21  Andy Wingo  <wingo@pobox.com>
10907
10908         * *.h:
10909         * *.c: Ran scripts/update-macros. Oh yes.
10910
10911 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10912
10913         * sys/ximage/Makefile.am:
10914         * sys/ximage/ximage.c:
10915           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10916           remove your old libgstximage.* manually if necessary).
10917
10918 2005-11-21  Michael Smith <msmith@fluendo.com>
10919
10920         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10921           Minimal fix for bug #320200: set the min/max bitrate in the correct
10922           units. A better fix would be to upgrade to the RATEMANAGE2
10923           interface, rather than using the deprecated interface used here, but
10924           that would require an update in our libvorbis dependency (to 1.1),
10925           which is probably undesirable.
10926
10927 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10928
10929         * ext/libvisual/visual.c: (get_buffer):
10930         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10931         (gst_base_audio_src_fixate):
10932         * gst/audioconvert/gstaudioconvert.c:
10933         (gst_audio_convert_fixate_caps):
10934         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10935         * gst/audiotestsrc/gstaudiotestsrc.c:
10936         (gst_audiotestsrc_src_fixate):
10937         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10938         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10939         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10940         * gst/videotestsrc/gstvideotestsrc.c:
10941         (gst_videotestsrc_src_fixate):
10942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10944           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10945           (#322027)
10946
10947
10948 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10951         (gst_riff_create_iavs_caps):
10952         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10953         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10954         (gst_riff_parse_info):
10955         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10958           Fixes for GST_FOURCC_FORMAT API change.
10959
10960 2005-11-21  Andy Wingo  <wingo@pobox.com>
10961
10962         patch by: Alessandro Dessina <alessandro nnva org>
10963
10964         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10965         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10966         (gst_ogg_parse_chain):
10967         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10968         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10969         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10970         gst_value_list calls on arrays. Fixes #321962.
10971
10972 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10975         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10976         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10977         * gst/adder/gstadder.c: (gst_adder_init),
10978         (gst_adder_request_new_pad), (gst_adder_collected),
10979         (gst_adder_change_state):
10980           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10981           API change.
10982
10983 2005-11-21  Michael Smith <msmith@fluendo.com>
10984
10985         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10986         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10987           Properly handle pad_push return values.
10988
10989 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10990
10991         * gst-libs/gst/tag/Makefile.am:
10992         * gst-libs/gst/tag/gstvorbistag.c:
10993         (gst_tag_list_to_vorbiscomment_buffer):
10994           Remove obsolete vorbistag element and debug category.
10995
10996         * gst/playback/gstplaybasebin.c: (check_queue):
10997           Don't divide by 0 when queue-threshold is 0.
10998
10999         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11000           Don't modify an existing pixel-aspect-ratio if we fail to read
11001           a new one.
11002
11003 2005-11-20  Wim Taymans  <wim@fluendo.com>
11004
11005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11006         (gst_vorbisenc_push_packet):
11007         GST_PAD_IS_USABLE is gone, use the return value of
11008         the push or pad_alloc_buffer instead.
11009
11010 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11011
11012         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11013         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11014         (gst_ximagesink_ximage_destroy),
11015         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11016         (gst_ximagesink_xwindow_new),
11017         (gst_ximagesink_xwindow_update_geometry),
11018         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11019         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11020         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11021         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11022         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11023         (gst_ximagesink_navigation_send_event),
11024         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11025         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11026         (gst_ximagesink_finalize), (gst_ximagesink_init),
11027         (gst_ximagesink_class_init):
11028         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11029         This new version brings correct software scaling, non flickering
11030         window while resizing, pixel aspect ratio handling, usage of
11031         hardware buffer pools, out of data flow event thread for 
11032         navigation and handling of expose events even when being PAUSED,
11033         a new property to keep video aspect ratio when resizing, etc...
11034
11035 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11036
11037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11038         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11039         handling of PAR.
11040
11041 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11042
11043         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11044         Unsetting IS_SINK flag from the fakesink, so decodebin
11045         never behaves as a sink.
11046
11047 2005-11-17  Wim Taymans  <wim@fluendo.com>
11048
11049         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11050         (gst_base_audio_src_change_state):
11051         Fix the audiosrc base class again, we did not unflush.
11052
11053 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11054
11055         * examples/seeking/seek.c: (make_dv_pipeline),
11056         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11057         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11058         to ogg/vorbis/theora pipeline.
11059
11060 2005-11-17  Wim Taymans  <wim@fluendo.com>
11061
11062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11063         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11064         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11065         Fix EOS on multiple streams.
11066         More debugging.
11067
11068 2005-11-16  Wim Taymans  <wim@fluendo.com>
11069
11070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11071         (gst_ogg_demux_perform_seek):
11072         Segment done must include stream time.
11073
11074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11075         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11076         (gst_ogg_mux_change_state):
11077         Fix ogg muxer again.
11078
11079 2005-11-16  Wim Taymans  <wim@fluendo.com>
11080
11081         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11082         Fix compile again.
11083
11084 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11085
11086         * ext/libvisual/visual.c: (gst_visual_init):
11087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11088         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11089         (gst_ogg_parse_chain):
11090         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11091         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11092         * ext/theora/theoradec.c: (gst_theora_dec_init):
11093         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11094         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11095         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11096         * gst/adder/gstadder.c: (gst_adder_class_init),
11097         (gst_adder_dispose):
11098         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11099         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11100         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11101           Fix a whole set of pad template leaks
11102
11103 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11104
11105         * check/generic/states.c: (GST_START_TEST):
11106           fix the test so that it only checks for elements that are part of
11107           this source module
11108
11109 2005-11-16  Michael Smith <msmith@fluendo.com>
11110
11111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11112         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11113         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11114         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11115         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11116         (gst_ogg_mux_change_state):
11117           Fix leaking collectpads.
11118
11119 2005-11-16  Edward Hervey  <edward@fluendo.com>
11120
11121         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11122         (gst_videorate_event), (gst_videorate_chain):
11123         Handle segment seeks
11124
11125 2005-11-16  Wim Taymans  <wim@fluendo.com>
11126
11127         * gst-libs/gst/audio/gstbaseaudiosink.c:
11128         (gst_base_audio_sink_provide_clock),
11129         (gst_base_audio_sink_change_state):
11130         Set ringbuffer to non-flushing when going to PAUSED, set to
11131         flushing again when going to READY.
11132
11133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11134         (gst_ring_buffer_stop):
11135         Start in flushing mode by default.
11136         Don't set flushing in the _stop method, let the app call
11137         this explicitly.
11138
11139 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11140
11141         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11142         * gst-libs/gst/video/videosink.h: Add helper function needed
11143         for video sinks.
11144
11145 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         * gst/videoscale/gstvideoscale.c:
11148         (gst_videoscale_handle_src_event):
11149           Don't leak reference to pad parent.
11150
11151 2005-11-16  Wim Taymans  <wim@fluendo.com>
11152
11153         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11154         Set ringbuffer to flushing when stopping so that we don't
11155         block on wait_segment anymore and livelock.
11156
11157 2005-11-16  Wim Taymans  <wim@fluendo.com>
11158
11159         * examples/seeking/seek.c: (send_event), (do_seek),
11160         (loop_toggle_cb), (segment_done), (main):
11161         Added looping checkbox.
11162
11163 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11164
11165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11166         (gst_ogg_demux_init):
11167         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11168         (gst_vorbis_dec_init):
11169           revert unrefs, they don't pass make check
11170
11171 2005-11-15  Johan Dahlin  <johan@gnome.org>
11172
11173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11174         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11175         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11176         (gst_vorbis_dec_init):
11177         Fix pad template leaks. 
11178
11179 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11182           Make state change function thread safe.
11183
11184 2005-11-15  Edward Hervey  <edward@fluendo.com>
11185
11186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11187         (gst_ogg_demux_class_init):
11188         Implement GstElement::send_event, so we can send seek events
11189         in GST_STATE_READY
11190
11191 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11192
11193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11194         Discovered how to take away flickering while resizing the
11195         window. Please don't put that in ximagesink, refactoring in
11196         progress.
11197
11198 2005-11-14  Michael Smith <msmith@fluendo.com>
11199
11200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11201         (gst_multifdsink_render):
11202           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11203
11204 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * gst/playback/gstplaybin.c: (gen_audio_element):
11207           Use autoaudiosink, it tends to be more widely available than
11208           autoaudiiosink.
11209           
11210 2005-11-14  Andy Wingo  <wingo@pobox.com>
11211
11212         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11213         as well if it is available. Fixes #316442.
11214
11215 2005-11-14  Michael Smith <msmith@fluendo.com>
11216
11217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11218         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11219         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11220         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11221         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11222         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11223         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11224         (gst_vorbisenc_change_state):
11225           Fix a small memory leak in vorbisenc.
11226           Fix large memory leaks in oggmux, also fix lots of state change
11227           bugs in oggmux.
11228
11229 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11230
11231         * gst/videotestsrc/gstvideotestsrc.c:
11232         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11233         (gst_videotestsrc_src_fixate):
11234           move fixation to a fixate function
11235           remove negotiate function, basesrc's is good enough
11236           fixes a bug for check when using the element alone
11237
11238 2005-11-13  Edward Hervey  <edward@fluendo.com>
11239
11240         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11241         (key_toggle_cb), (main):
11242         Added checkboxes for adding/removing the accurate and key_unit seek
11243         flags.
11244
11245 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11246
11247         * configure.ac: back to HEAD
11248
11249 === release 0.9.5 ===
11250
11251 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11252
11253         * configure.ac:
11254           releasing 0.9.5, "No No Kia"
11255
11256 2005-11-11  Edward Hervey  <edward@fluendo.com>
11257
11258         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11259         Added parse-launch syntax seeking mode for the seeking example.
11260         This should help stress-test even more cases.
11261         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11262
11263 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         * sys/xvimage/xvimagesink.c:
11266         (gst_xvimagesink_navigation_send_event):
11267           Check whether peer pad exists before sending navigation events
11268           to it.
11269
11270 2005-11-11  Michael Smith <msmith@fluendo.com>
11271
11272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11273         (gst_vorbisenc_buffer_from_packet):
11274         * ext/vorbis/vorbisenc.h:
11275           Set duration on encoded buffers. This allows oggmux's
11276           max_page_delay parameter to actually work.
11277
11278 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11281         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11282         (gst_ffmpegcsp_avpicture_fill):
11283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11284         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11285           Make palettes work again (see #132341). Use our own macros
11286           for rounding up.
11287
11288 2005-11-10  Andy Wingo  <wingo@pobox.com>
11289
11290         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11291         string doober.
11292
11293 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11294
11295         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11296         (gst_ffmpegcsp_transform_caps):
11297           Prefer passthrough in transform_caps
11298
11299 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11300
11301         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11302           check for ALSA errors properly, instead of relying on ALSA's
11303           error strings to serve to the user.
11304
11305 2005-11-10  Wim Taymans  <wim@fluendo.com>
11306
11307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11308         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11309         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11310         Modernise the seek code.
11311
11312 2005-11-10  Michael Smith <msmith@fluendo.com>
11313         
11314         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11315         (setup_substreams), (set_active_source):
11316           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11317           trying to go to NULL if we failed to read a file.
11318
11319 2005-11-10  Wim Taymans  <wim@fluendo.com>
11320
11321         * gst/audiotestsrc/gstaudiotestsrc.c:
11322         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11323         (gst_audiotestsrc_create):
11324         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11325         (gst_sinesrc_get_times), (gst_sinesrc_create):
11326         * gst/videotestsrc/gstvideotestsrc.c:
11327         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11328         (gst_videotestsrc_create):
11329         The base class can now sync for us.
11330
11331 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11332
11333         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11334           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11335           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11336           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11337           format=(fourcc)I420" ! xvimagesink
11338
11339 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11342         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11343         (gst_sinesrc_newsegment):
11344           Send newsegment event in TIME format, set duration if
11345           num-buffers is set, fix duration querying.
11346
11347 2005-11-10  Michael Smith <msmith@fluendo.com>
11348
11349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11350         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11351         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11352         (gst_ogg_mux_collected):
11353          Fix EOS handling, partially. Now forwarding an EOS event once we have
11354          EOS on all pads works correctly. However, we still don't properly set
11355          EOS on the actual ogg stream pages.
11356
11357 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11360           Set elements to NULL state before disposing of them.
11361
11362 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11363
11364         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11367         (gst_base_rtp_depayload_init),
11368         (gst_base_rtp_depayload_set_gst_timestamp):
11369         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11370           We need to send a newsegment event for each instance, not
11371           just for the first instance of this class (get rid of
11372           static variable in function). (#321011).
11373           
11374 2005-11-08  Michael Smith <msmith@fluendo.com>
11375
11376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11377         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11378         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11379         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11380           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11381           This makes us mux things correctly according to the ogg muxing
11382           rules. Still not handling EOS correctly right now, though.
11383
11384 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11385
11386         * gst/audioconvert/gstaudioconvert.c:
11387           Fix typo in docs. 
11388
11389 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11392         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11393           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11394           creating a new chain; should fix live streaming. Also
11395           add more debug output and fix a typo.
11396
11397 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11398
11399         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * gst/volume/gstvolume.c: (volume_set_caps):
11402           Fix compilation on Solaris with Forte. (#320923)
11403
11404 2005-11-08  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst-libs/gst/audio/gstbaseaudiosink.c:
11407         (gst_base_audio_sink_render):
11408         No need to do a typecheck.
11409
11410 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         * ext/alsa/gstalsa.h:
11413           We register a debug category, so let's use it.
11414
11415 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11416
11417         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11418         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11419         Fixed a small problem.
11420
11421 2005-11-04  Wim Taymans  <wim@fluendo.com>
11422
11423         * examples/seeking/Makefile.am:
11424         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11425         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11426         (make_playerbin_pipeline), (format_value), (update_scale),
11427         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11428         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11429         (print_usage), (main):
11430         Added app for playback speed testing.
11431
11432         * examples/seeking/seek.c: (dynamic_link),
11433         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11434         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11435         (message_received), (main):
11436         Updated seek example.
11437
11438 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11439
11440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11441         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11442         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11443         (gst_base_rtp_depayload_set_clock):
11444         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11445         Don't sleep on the bench (system clock) when you have a nice 
11446         comfortable bed (Gstreamer clock) to sleep on.
11447
11448 2005-11-03  Wim Taymans  <wim@fluendo.com>
11449
11450         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11451         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11452         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11453         Handle the case where a pad_block failed.
11454
11455 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11456
11457         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11458
11459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11460         (gst_base_rtp_depayload_add_to_queue),
11461         (gst_base_rtp_depayload_push),
11462         (gst_base_rtp_depayload_set_gst_timestamp),
11463         (gst_base_rtp_depayload_queue_release):
11464           Fixes some bugs in the depayloader's queuing/de-queueing code.
11465
11466 2005-10-31  Michael Smith <msmith@fluendo.com>
11467
11468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11469         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11470         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11471           Patch from Alessandro Decina <alessandro@nnva.org>.
11472           Make oggdemux only find the final time in a chain, not per-pad,
11473           since the per-pad information can be very expensive to locate, and
11474           it isn't used anywhere. This makes reading a file containing
11475           OggSkeleton reasonably fast.
11476           Also, make chain finding work when there are logical bitstreams that
11477           can't be decoded. Fixes #319110.
11478
11479 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11480
11481         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11482         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11483         (gst_base_rtp_depayload_chain),
11484         (gst_base_rtp_depayload_add_to_queue),
11485         (gst_base_rtp_depayload_push),
11486         (gst_base_rtp_depayload_set_gst_timestamp),
11487         (gst_base_rtp_depayload_queue_release),
11488         (gst_base_rtp_depayload_start_thread),
11489         (gst_base_rtp_depayload_set_property),
11490         (gst_base_rtp_depayload_get_property):
11491         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11492         Some random fixes, to fullfill the desires of thomas.
11493
11494 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11495
11496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11497         (gst_base_rtp_depayload_add_to_queue),
11498         (gst_base_rtp_depayload_push):
11499         Fixed the queueing algorithm.
11500
11501 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11502
11503         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11504         (gst_base_rtp_depayload_push):
11505         A small fix
11506
11507 2005-10-31  Wim Taymans  <wim@fluendo.com>
11508
11509         * gst-libs/gst/audio/gstringbuffer.h:
11510         Don't break ABI.
11511
11512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11513         (gst_ffmpeg_caps_to_pixfmt):
11514         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11515         (gst_ffmpegcsp_set_caps):
11516         Some more comments.
11517         Handle missing required caps fields better.
11518
11519 2005-10-31  Wim Taymans  <wim@fluendo.com>
11520
11521         * gst-libs/gst/audio/gstbaseaudiosink.c:
11522         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11523         (gst_base_audio_sink_render):
11524         * gst-libs/gst/audio/gstringbuffer.c:
11525         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11526         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11527         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11528         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11529         (gst_ring_buffer_read):
11530         * gst-libs/gst/audio/gstringbuffer.h:
11531         Add flushing mode to the ringbuffer so that it in all cases does
11532         not try to handle more audio. This makes sure it does not try to
11533         block anymore when flushing and fixes a livelock.
11534
11535 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11538         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11539         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11540           Explicitly check for -1 values before doing a conversion
11541           and always map them to -1. (#315545)
11542
11543 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11544
11545         * gst/playback/gstplaybin.c: (gen_video_element):
11546           first try autovideosink, then xvimagesink, then error out
11547         * po/POTFILES.in:
11548           add translatable file
11549         * po/af.po:
11550         * po/az.po:
11551         * po/cs.po:
11552         * po/en_GB.po:
11553         * po/hu.po:
11554         * po/it.po:
11555         * po/nb.po:
11556         * po/nl.po:
11557         * po/or.po:
11558         * po/sq.po:
11559         * po/sr.po:
11560         * po/sv.po:
11561         * po/uk.po:
11562         * po/vi.po:
11563           update translations
11564
11565 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11566
11567         * gst-libs/gst/rtp/gstbasedepayload.c:
11568         * gst-libs/gst/rtp/gstbasedepayload.h:
11569           Minor cleanups
11570
11571 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * gst/playback/.cvsignore:
11574         * gst/playback/decodetest.c:
11575         * gst/playback/test3.c:
11576           Port these two tests as well.
11577
11578 2005-10-27  Wim Taymans  <wim@fluendo.com>
11579
11580         * ext/theora/theoradec.c: (theora_dec_src_query),
11581         (theora_dec_sink_event):
11582         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11583         (theora_enc_change_state):
11584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11585         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11586         Take proper locks when handling events.
11587
11588 2005-10-27  Wim Taymans  <wim@fluendo.com>
11589
11590         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11591         (gst_adder_change_state):
11592         Fix timestamps and fix deadlock when stopping the collectpads.
11593
11594 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11595
11596         * gst-libs/gst/rtp/gstrtpbuffer.h:
11597         Declaring the payload types as strings too so that they can be used
11598         in the padtemplate inialization.
11599
11600 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11601
11602         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11603
11604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11605         (gst_base_rtp_depayload_class_init):
11606         Fixes a small but nasty bug. The derived elements no longer segfaults
11607         on finalization.
11608
11609 2005-10-26  Michael Smith <msmith@fluendo.com>
11610
11611         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11612           When clearing an audioconvert context, set tmpbufsize to zero, so
11613           we'll allocate it again later if required.
11614           This fixes audioconvert re-negotiating formats, which previously
11615           segfaulted with a NULL destination buffer.
11616
11617 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11618
11619         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11620         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11621         (gst_base_rtp_depayload_set_gst_timestamp),
11622         (gst_base_rtp_depayload_queue_release):
11623         Fixed a smalll memleak.
11624
11625 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11627         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11628         (gst_base_rtp_depayload_finalize),
11629         (gst_base_rtp_depayload_setcaps),
11630         (gst_base_rtp_depayload_add_to_queue),
11631         (gst_base_rtp_depayload_push),
11632         (gst_base_rtp_depayload_set_gst_timestamp),
11633         (gst_base_rtp_depayload_queue_release),
11634         (gst_base_rtp_depayload_thread),
11635         (gst_base_rtp_depayload_change_state):
11636         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11637         Changed the C++ comments to C comments
11638
11639 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11640
11641         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11642         * gst/tcp/gsttcpclientsrc.h:
11643         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11644         * gst/tcp/gsttcpserversrc.h:
11645           Remove unused 'curoffset' structure member.
11646
11647 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11648
11649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11650         (gst_base_rtp_depayload_base_init),
11651         (gst_base_rtp_depayload_finalize):
11652         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11653         * gst-libs/gst/rtp/gstbasertppayload.h:
11654           The pad-template on the sinkpad should be set by the derived classes.
11655           Also added some useful macros.
11656
11657 2005-10-24  Wim Taymans  <wim@fluendo.com>
11658
11659         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11660         Correctly flush decoder samples even if we could not
11661         copy them to an output buffer. Fixes #319618.
11662
11663 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11664
11665         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11667         the caps against our xcontext caps.
11668
11669 2005-10-24  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst-libs/gst/audio/gstbaseaudiosink.c:
11672         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11673         Remove g_print
11674         Use sync property from baseclass to disable sync.
11675
11676 2005-10-24  Wim Taymans  <wim@fluendo.com>
11677
11678         * gst-libs/gst/audio/gstbaseaudiosink.c:
11679         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11680         Buffers with no timestamps get aligned with previous buffers or
11681         on underrun, played ASAP.
11682
11683 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11684
11685         * gst-libs/gst/video/video.h:
11686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11687         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11689         here comes my change on caps for framerate and geometry range.
11690         We are now accepting 1 to MAXINT for width and height, and from
11691         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11692         to be blended correctly in videomixer.
11693
11694 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11695
11696         * configure.ac:
11697           back to HEAD
11698
11699 === release 0.9.4 ===
11700
11701 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11702
11703         * NEWS:
11704         * RELEASE:
11705         * configure.ac:
11706           releasing 0.9.4, "Velociraptor"
11707
11708 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11709
11710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11711         * po/POTFILES.in:
11712           STOPPED -> FAILED
11713
11714 2005-10-21  Wim Taymans  <wim@fluendo.com>
11715
11716         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11717         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11718         (pad_blocked), (close_pad_link), (new_pad):
11719         Don't try to remove elements twice.
11720
11721 2005-10-21  Wim Taymans  <wim@fluendo.com>
11722
11723         * ext/theora/theoradec.c: (theora_dec_src_query),
11724         (theora_dec_sink_event):
11725         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11726         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11727         (vorbis_handle_data_packet):
11728         * ext/vorbis/vorbisdec.h:
11729         Fix old naming.
11730
11731         * gst-libs/gst/audio/gstbaseaudiosink.c:
11732         (gst_base_audio_sink_render):
11733         Don't try to sync on buffers without a timestamp.
11734
11735 2005-10-21  Wim Taymans  <wim@fluendo.com>
11736
11737         * ext/theora/theoradec.c: (theora_dec_src_query),
11738         (theora_dec_sink_event):
11739         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11740         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11741         (vorbis_handle_data_packet):
11742         * ext/vorbis/vorbisdec.h:
11743         Fix old naming.
11744
11745 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11748         (gst_vorbisenc_src_query):
11749           Implement position and duration queries.
11750
11751         * gst/playback/test3.c: (update_scale), (main):
11752           Fix for async state changes and print nicer output.
11753
11754 2005-10-20  Wim Taymans  <wim@fluendo.com>
11755
11756         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11757         (dump_element_stats), (main):
11758         * gst/playback/test6.c: (main):
11759         Fix tests again
11760
11761 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11764         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11765           Don't use functions for position queries when handling
11766           duration queries.
11767
11768 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11771         (vorbis_handle_data_packet), (vorbis_dec_chain),
11772         (vorbis_dec_change_state):
11773         * ext/vorbis/vorbisdec.h:
11774           Vorbis streams can be embedded in other container formats
11775           than ogg, container formats where the demuxer might set 
11776           timestamps on encoded vorbis buffers instead of those silly 
11777           granulepos thingies. In short: make vorbisdec handle 
11778           timestamps on incoming buffers as well.
11779
11780 2005-10-20  Wim Taymans  <wim@fluendo.com>
11781
11782         * gst/playback/gstplaybasebin.c: (group_destroy),
11783         (gst_play_base_bin_change_state):
11784         Fix leak.
11785         Handle case where playbasebin is now ASYNC because
11786         decodebin is.
11787
11788 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * gst/audioconvert/Makefile.am:
11791         * gst/audioconvert/bufferframesconvert.c:
11792         * gst/audioconvert/plugin.c: (plugin_init):
11793         * gst/audioconvert/plugin.h:
11794           And bye bye buffer-frames-convert
11795
11796 2005-10-19  Wim Taymans  <wim@fluendo.com>
11797
11798         * check/elements/audioconvert.c:
11799         * docs/libs/tmpl/gstaudio.sgml:
11800         * docs/libs/tmpl/gstcolorbalance.sgml:
11801         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11802         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11803         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11804         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11805         * gst-libs/gst/audio/audio.h:
11806         * gst/audioconvert/audioconvert.h:
11807         * gst/audioconvert/gstaudioconvert.c:
11808         (gst_audio_convert_parse_caps):
11809         * gst/volume/gstvolume.c:
11810         Bye bye buffer-frames.
11811
11812 2005-10-19  Wim Taymans  <wim@fluendo.com>
11813
11814         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11815         (query_positions_elems), (query_positions_pads), (update_scale),
11816         (do_seek), (set_update_scale), (message_received), (main):
11817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11818         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11819         (gst_ogg_demux_loop):
11820         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11821         * ext/theora/theoradec.c: (theora_dec_src_query),
11822         (theora_dec_sink_event):
11823         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11824         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11825         * gst/adder/gstadder.c: (gst_adder_query):
11826         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11827         * gst/playback/test3.c: (update_scale):
11828         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11829         (dump_element_stats), (main):
11830         * gst/playback/test6.c: (main):
11831         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11832         Query API update.
11833
11834 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11837         (xml_check_first_element), (xml_type_find), (smil_type_find),
11838         (plugin_init):
11839           Add typefinding for SMIL and for generic XML. Based on patch by
11840           Akos Maroy (#308663).
11841
11842 2005-10-18  Wim Taymans  <wim@fluendo.com>
11843
11844         * gst/playback/Makefile.am:
11845         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11846         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11847         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11848         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11849         (gst_decode_bin_change_state):
11850         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11851         (gst_play_bin_send_event_to_sink):
11852         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11853         (dump_element_stats), (main):
11854         * gst/playback/test6.c: (main):
11855         Make playbin async, it'll commit state to paused when all streams
11856         are detected.
11857         Remove ugly hack.
11858         Added test6.c to show async behaviour.
11859
11860 2005-10-18  Wim Taymans  <wim@fluendo.com>
11861
11862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11863         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11864         Fix for segment-start/stop API change.
11865
11866 2005-10-18  Wim Taymans  <wim@fluendo.com>
11867
11868         * check/Makefile.am:
11869         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11870         (main):
11871         Add future test for clock selection.
11872
11873 2005-10-18  Wim Taymans  <wim@fluendo.com>
11874
11875         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11876         (gst_alsasink_close):
11877         Set handle to NULL.
11878
11879         * gst-libs/gst/audio/gstringbuffer.c:
11880         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11881         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11882         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11883         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11884         (gst_ring_buffer_read):
11885         More debug info.
11886
11887 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11888
11889         * gst/audiotestsrc/Makefile.am:
11890         * gst/sine/Makefile.am:
11891         * gst/volume/Makefile.am:
11892           fix broken build of controllerized plugins
11893
11894 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11895
11896         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11899         (gst_riff_create_video_template_caps):
11900           Add support for Indeo-3 (IV32).
11901
11902 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11903
11904         * configure.ac:
11905           rewrite
11906
11907 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11908
11909         * gst-libs/gst/video/video.c: (gst_video_get_size):
11910         * gst/audiotestsrc/gstaudiotestsrc.c:
11911           doc updates
11912
11913 2005-10-17  Andy Wingo  <wingo@pobox.com>
11914
11915         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11916         with the collectpads change.
11917         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11918
11919         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11920
11921         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11922
11923         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11924         alloc_buffer flow return to callers.
11925         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11926         change. Fix some memleaks in theoraenc.
11927
11928         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11929         in strange circumstance.
11930
11931 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11932
11933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11934         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11935         from caps, let's use the caps...
11936
11937 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11938
11939         * configure.ac:
11940           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11941
11942 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11943
11944         * gst-libs/gst/interfaces/Makefile.am:
11945           fix silly typo
11946
11947 2005-10-16  Andy Wingo  <wingo@pobox.com>
11948
11949         * gst/playback/gstdecodebin.c
11950         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11951         function!
11952         (try_to_link_1): Increase kraziness level.
11953
11954 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11955
11956         * configure.ac:
11957           restructure like the core one
11958         * gst-libs/gst/audio/Makefile.am:
11959         * gst-libs/gst/interfaces/Makefile.am:
11960         * gst-libs/gst/net/Makefile.am:
11961         * gst-libs/gst/riff/Makefile.am:
11962         * gst-libs/gst/rtp/Makefile.am:
11963         * gst-libs/gst/tag/Makefile.am:
11964         * gst-libs/gst/video/Makefile.am:
11965           use correct linker flags, now the libs are properly versioned
11966         * check/elements/audioconvert.c: (verify_convert):
11967         * ext/alsa/gstalsaplugin.c:
11968         * ext/cdparanoia/gstcdparanoia.c:
11969         * ext/gnomevfs/gstgnomevfs.c:
11970         * ext/libvisual/visual.c:
11971         * ext/ogg/gstogg.c:
11972         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11973         * ext/theora/theora.c:
11974         * ext/vorbis/vorbis.c:
11975         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11976         * gst-libs/gst/tag/gsttagediting.c:
11977         * gst-libs/gst/video/video.c:
11978         * gst/adder/gstadder.c:
11979         * gst/audioconvert/plugin.c:
11980         * gst/audiorate/gstaudiorate.c:
11981         * gst/audioresample/gstaudioresample.c:
11982         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11983         * gst/audioscale/gstaudioscale.c:
11984         * gst/audioscale/resample.c:
11985         * gst/audiotestsrc/gstaudiotestsrc.c:
11986         * gst/ffmpegcolorspace/gstffmpeg.c:
11987         * gst/playback/gstdecodebin.c: (close_pad_link):
11988         * gst/playback/gstplaybin.c: (gen_video_element),
11989         (gen_audio_element):
11990         * gst/sine/gstsinesrc.c:
11991         * gst/subparse/gstsubparse.c:
11992         * gst/tags/gsttagediting.c:
11993         * gst/tcp/gsttcpplugin.c:
11994         * gst/typefind/gsttypefindfunctions.c:
11995         * gst/videorate/gstvideorate.c:
11996         * gst/videoscale/gstvideoscale.c:
11997         * gst/videotestsrc/gstvideotestsrc.c:
11998         * gst/volume/gstvolume.c:
11999         * sys/v4l/gstv4l.c:
12000         * sys/ximage/ximage.c:
12001         * sys/xvimage/xvimagesink.c:
12002           fix up defines
12003
12004 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12005
12006         * ext/vorbis/vorbisenc.c:
12007         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12008         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12009         (gst_tag_to_vorbis_comments):
12010           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12011
12012 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12013
12014         * examples/stats/mp2ogg.c:
12015         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12016           typo fixes
12017
12018 2005-10-13  Michael Smith <msmith@fluendo.com>
12019
12020         * ext/ogg/gstoggmux.c:
12021           Use magic glib macros to define constants as 64 bit, to ensure
12022           appropriate vararg passing.
12023
12024 2005-10-13  Michael Smith <msmith@fluendo.com>
12025
12026         * ext/ogg/gstoggmux.c:
12027         * gst/audioconvert/audioconvert.c: (float):
12028           Don't use LL suffix, as it's not portable, and neither of these
12029           uses required it anyway.
12030
12031 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12032
12033         * examples/indexing/indexmpeg.c: (main):
12034         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12035         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12036         (cdparanoia_convert), (cdparanoia_query):
12037         * ext/cdparanoia/gstcdparanoia.h:
12038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12039         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12040         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12042         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12043         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12044         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12045         (gst_multifdsink_render), (gst_multifdsink_start),
12046         (gst_multifdsink_stop):
12047         * gst/tcp/gstmultifdsink.h:
12048         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12049         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12050         (gst_tcpclientsink_stop):
12051         * gst/tcp/gsttcpclientsink.h:
12052         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12053         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12054         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12055         * gst/tcp/gsttcpclientsrc.h:
12056         * gst/tcp/gsttcpserversink.h:
12057         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12058         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12059         (gst_tcpserversrc_stop):
12060         * gst/tcp/gsttcpserversrc.h:
12061         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12062         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12063         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12064           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12065           moved bitshift from macro to enum definition
12066
12067 2005-10-12  Wim Taymans  <wim@fluendo.com>
12068
12069         * examples/seeking/Makefile.am:
12070         Oops.
12071
12072 2005-10-12  Wim Taymans  <wim@fluendo.com>
12073
12074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12075         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12076         Don't assert on normal stuff.
12077
12078         * gst/playback/gstplaybin.c: (do_playbin_seek):
12079         API fix.
12080
12081 2005-10-12  Wim Taymans  <wim@fluendo.com>
12082
12083         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12084         * examples/seeking/Makefile.am:
12085         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12086         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12087         (do_seek), (set_update_scale), (message_received), (main):
12088         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12089         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12090         Update for _get_state() API change.
12091
12092 2005-10-11  Wim Taymans  <wim@fluendo.com>
12093
12094         * gst-libs/gst/audio/gstbaseaudiosink.c:
12095         (gst_base_audio_sink_render):
12096         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12097         (gst_base_audio_src_create):
12098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12099         (gst_ring_buffer_read):
12100         Cleanups.
12101         Commit and read from ringbuffer in samples rather than bytes.
12102
12103 2005-10-11  Wim Taymans  <wim@fluendo.com>
12104
12105         * gst-libs/gst/audio/gstbaseaudiosink.c:
12106         (gst_base_audio_sink_render):
12107         Respect segment rate and accum when scheduling samples.
12108
12109 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12110
12111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12112         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12113         EOS correctly, that needs more work.
12114
12115 2005-10-11  Wim Taymans  <wim@fluendo.com>
12116
12117         * check/generic/states.c: (GST_START_TEST):
12118         remove old property.
12119
12120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12121         (gst_ogg_demux_perform_seek):
12122         * ext/theora/theoradec.c: (theora_dec_sink_event):
12123         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12124         (vorbis_handle_data_packet):
12125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12126         (gst_base_rtp_depayload_set_gst_timestamp):
12127         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12128         Update for newsegment API change.
12129
12130 2005-10-11  Michael Smith <msmith@fluendo.com>
12131
12132         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12133         (do_playbin_seek), (gst_play_bin_send_event):
12134           Override send_event differently, so that we can takes bits of
12135           functionality from GstPipeline (special handling for seeks,
12136           including pausing/resuming, and resetting stream time) and still get
12137           the appropriate behaviour of only forwarding event to a single sink,
12138           rather than all of them.
12139           Unfortunately requires a lot of code duplication, but the
12140           alternatives are equally ugly in the end.
12141
12142 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12143
12144         * check/elements/audioconvert.c: (setup_audioconvert),
12145         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12146         (GST_START_TEST), (audioconvert_suite):
12147           clean up tests a little, fix some leaks.
12148
12149 2005-10-10  Wim Taymans  <wim@fluendo.com>
12150
12151         * ext/alsa/gstalsasink.c:
12152         Also allow unsigned int.
12153
12154         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12155         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12156         Small cleanup
12157
12158 2005-10-10  Wim Taymans  <wim@fluendo.com>
12159
12160         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12161         Small update, use API as stated in design docs.
12162
12163         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12164         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12165         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12166         (message_received), (main):
12167         Updated seek example for GOption. Some usability improvements.
12168
12169 2005-10-10  Wim Taymans  <wim@fluendo.com>
12170
12171         * gst/audioconvert/audioconvert.h:
12172         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12173         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12174         Alloc temp storage somewhere else where we can do it more
12175         portable.
12176
12177 2005-10-10  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12180         (gst_tcpserversrc_start):
12181         Don't block in accept while doing the state change, move
12182         to poll and make cancellable.
12183
12184 2005-10-09  Philippe Khalaf <burger@speedy.org>
12185
12186         * gst-libs/gst/rtp/rtpbasedepayload.c:
12187         Set timestamp and add queue delay to timestamp
12188         * gst-libs/gst/rtp/rtpbuffer.h:
12189         Set correct payload type for h263
12190
12191 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12192
12193         * gst/audiotestsrc/gstaudiotestsrc.c:
12194         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12195         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12196         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12197         (gst_audiotestsrc_create_triangle),
12198         (gst_audiotestsrc_create_silence),
12199         (gst_audiotestsrc_create_white_noise),
12200         (gst_audiotestsrc_init_pink_noise),
12201         (gst_audiotestsrc_generate_pink_noise_value),
12202         (gst_audiotestsrc_create_pink_noise),
12203         (gst_audiotestsrc_change_wave):
12204         * gst/audiotestsrc/gstaudiotestsrc.h:
12205           fixed typo, added pink noise
12206
12207 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12210         (plugin_init):
12211           Add wavpack and spc typefind functions from 0.8 branch.
12212
12213 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12216         (ar_type_find), (msdos_type_find), (plugin_init):
12217           Add typefind functions for tar archives, ar archives,
12218           RAR archives, and msdos-executables (dlls, exe, etc.).
12219           Some of those would be wrongly identified as mpeg
12220           streams of some sort before (#315550).
12221
12222 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12223
12224         * configure.ac:
12225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12226         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12227         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12228         * gst/audiotestsrc/Makefile.am:
12229         * gst/audiotestsrc/gstaudiotestsrc.c:
12230         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12231         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12232         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12233         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12234         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12235         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12236         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12237         (gst_audiotestsrc_create_silence),
12238         (gst_audiotestsrc_create_white_noise),
12239         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12240         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12241         (gst_audiotestsrc_start), (plugin_init):
12242         * gst/audiotestsrc/gstaudiotestsrc.h:
12243           add new plugin and element
12244         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12245           use gobject_class
12246
12247 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12248
12249         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12250         (gst_adder_init), (gst_adder_request_new_pad),
12251         (gst_adder_change_state):
12252           Add query function to source pad, so adder reports the correct
12253           time/sample position when queried (#315457); fix state change
12254           function; use GST_DEBUG_FUNCPTR() for pad functions.
12255
12256 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12257
12258         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12259           Fix leaks in typefind registration
12260           Clean up the gratuitous commenting and whitespacing a little
12261
12262 2005-10-08  Wim Taymans  <wim@fluendo.com>
12263
12264         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12265         Only actually wait for the thread to be stopped if it's 
12266         running.
12267
12268 2005-10-08  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst-libs/gst/audio/gstbaseaudiosink.c:
12271         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12272         If we receive EOS we can start playback of what we had.
12273
12274 2005-10-08  Wim Taymans  <wim@fluendo.com>
12275
12276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12277         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12278         (gst_multifdsink_stop):
12279         Fix crasher when going to NULL multiple times.
12280
12281 2005-10-06  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12284         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12285         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12286         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12287         patch from Edgard Lima <edgard.lima@indt.org.br>
12288         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12289
12290 2005-10-06  Wim Taymans  <wim@fluendo.com>
12291
12292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12293         Report the FLOW_RETURN as string in the error message.
12294
12295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12296         Don't assert when clearing an unnegotiated buffer.
12297
12298 2005-10-04  Michael Smith <msmith@fluendo.com>
12299
12300         * gst/playback/gstplaybasebin.c: (group_destroy),
12301         (gen_preroll_element), (remove_groups), (setup_source):
12302         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12303         (setup_sinks), (gst_play_bin_send_event),
12304         (gst_play_bin_change_state):
12305           Set state to NULL before removing from bin. Fix refcounting.
12306
12307 2005-10-04  Michael Smith <msmith@fluendo.com>
12308
12309         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12310           Correct refcounting in send_event() function. Previously was wrong
12311           if the first sink was unable to handle the event.
12312
12313 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12314
12315         * configure.ac:
12316           back to development
12317
12318 === release 0.9.3 ===
12319
12320 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12321
12322         * configure.ac:
12323           Releasing 0.9.3, "De Facto"
12324
12325 2005-10-03  Andy Wingo  <wingo@pobox.com>
12326
12327         * gst/playback/gstdecodebin.c (try_to_link_1)
12328         (remove_element_chain): set element to NULL before removing it.
12329
12330 2005-10-02  Johan Dahlin  <johan@gnome.org>
12331
12332         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12333         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12334         MT safe.
12335
12336 2005-10-02  Andy Wingo  <wingo@pobox.com>
12337
12338         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12339         (gst_ring_buffer_prepare_read): 
12340         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12341         Demote to LOG.
12342
12343 2005-09-29  Wim Taymans  <wim@fluendo.com>
12344
12345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12346         * ext/theora/theoradec.c: (theora_handle_data_packet):
12347         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12348         Propagate error codes from alloc_buffer too.
12349
12350 2005-09-29  Wim Taymans  <wim@fluendo.com>
12351
12352         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12353         We use fixed caps.
12354
12355         * gst/playback/Makefile.am:
12356         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12357         (dump_element_stats), (main):
12358         Added example stream introspection code.
12359
12360 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12361
12362         * gst/adder/gstadder.c: (gst_adder_collected):
12363           fix adder for float elements
12364
12365 2005-09-28  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst-libs/gst/audio/gstbaseaudiosink.c:
12368         (gst_base_audio_sink_class_init),
12369         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12370         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12371         (gst_base_audio_src_class_init),
12372         (gst_base_audio_src_provide_clock):
12373         get_clock -> provide_clock
12374
12375 2005-09-28  Andy Wingo  <wingo@pobox.com>
12376
12377         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12378         and unlocking.
12379
12380         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12381         unlocking.
12382
12383         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12384         Actually add the pad template.
12385         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12386
12387         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12388         I'm at it...
12389
12390         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12391         from fdsrc. Get caps in create() instead of start() so it can be
12392         interrupted. Interruption somewhat untested.
12393
12394         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12395         Proper EOS handling.
12396
12397 2005-09-27  Andy Wingo  <wingo@pobox.com>
12398
12399         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12400
12401         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12402
12403         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12404
12405         * gst/tcp/gsttcp.h: 
12406         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12407         out of tcpclientsrc.c. Cancellable.
12408         (gst_tcp_socket_read): Made private, cancellable, with better
12409         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12410         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12411         whole buffer, and better diagnostics.
12412         (gst_tcp_gdp_read_caps): Same.
12413
12414         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12415
12416 2005-09-26  Andy Wingo  <wingo@pobox.com>
12417
12418         * gst/sine/gstsinesrc.h:
12419         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12420         change the 'sync' property to 'is-live' and implement it halfway,
12421         update for controller api change.
12422
12423         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12424         controller api change.
12425
12426 2005-09-24  Wim Taymans  <wim@fluendo.com>
12427
12428         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12429         * gst-libs/gst/audio/gstaudiosink.c:
12430         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12431         (gst_audioringbuffer_stop):
12432         * gst-libs/gst/audio/gstbaseaudiosink.c:
12433         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12434         (gst_base_audio_sink_change_state):
12435         * gst-libs/gst/audio/gstbaseaudiosink.h:
12436         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12437         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12438         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12439         * gst-libs/gst/audio/gstringbuffer.h:
12440         Fix sync again. Moved sample alignment to basesink.
12441
12442 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12443
12444         * docs/plugins/Makefile.am:
12445         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12446         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12447         * gst/volume/gstvolume.c:
12448           add/fix docs
12449         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12450         * gst-libs/gst/audio/audio.h:
12451           add conversion macros for frames <-> clocktime
12452
12453 2005-09-23  David Schleef  <ds@schleef.org>
12454
12455         * gst/audioresample/Makefile.am:
12456         * gst/audioresample/debug.h:
12457         * gst/audioresample/gstaudioresample.c:
12458         * gst/audioresample/resample.c: Convert to using gst debugging
12459
12460 2005-09-22  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12463         (gst_play_bin_send_event):
12464         Only seek on one sink, the first one that succeeds.
12465
12466 2005-09-22  Michael Smith <msmith@fluendo.com>
12467
12468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12469         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12470         Don't flush encoder state unless we have an initialised encoder.
12471         Clear out encoder state on PAUSED_TO_READY.
12472
12473 2005-09-22  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst-libs/gst/rtp/gstbasertppayload.c:
12476         (gst_basertppayload_class_init), (gst_basertppayload_init),
12477         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12478         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12479         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12480         (gst_basertppayload_set_property),
12481         (gst_basertppayload_get_property),
12482         (gst_basertppayload_change_state):
12483         * gst-libs/gst/rtp/gstbasertppayload.h:
12484         Added max-ptime to control amount of data in the rtp packets.
12485
12486 2005-09-21  Andy Wingo  <wingo@pobox.com>
12487
12488         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12489         thingies.
12490
12491         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12492         can be called multiple times, dogs.
12493
12494 2005-09-21  Wim Taymans  <wim@fluendo.com>
12495
12496         * gst-libs/gst/rtp/gstbasertppayload.c:
12497         (gst_basertppayload_class_init), (gst_basertppayload_init),
12498         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12499         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12500         (gst_basertppayload_push), (gst_basertppayload_get_property),
12501         (gst_basertppayload_change_state):
12502         Allow 0 ssrc too.
12503
12504 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12505
12506         * docs/libs/compiling.sgml:
12507           fixing typos
12508
12509 2005-09-20  Wim Taymans  <wim@fluendo.com>
12510
12511         * gst-libs/gst/rtp/gstbasertppayload.c:
12512         (gst_basertppayload_class_init), (gst_basertppayload_init),
12513         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12514         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12515         (gst_basertppayload_push), (gst_basertppayload_set_property),
12516         (gst_basertppayload_get_property),
12517         (gst_basertppayload_change_state):
12518         * gst-libs/gst/rtp/gstbasertppayload.h:
12519         Added property to configure sequence number offsets.
12520
12521 2005-09-20  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst-libs/gst/rtp/gstbasertppayload.c:
12524         (gst_basertppayload_class_init), (gst_basertppayload_init),
12525         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12526         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12527         (gst_basertppayload_push), (gst_basertppayload_set_property),
12528         (gst_basertppayload_get_property),
12529         (gst_basertppayload_change_state):
12530         * gst-libs/gst/rtp/gstbasertppayload.h:
12531         Make timestamp offset configurable.
12532
12533 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12534
12535         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12536           fix wrong pop/unref
12537
12538 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12539
12540         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * gst-libs/gst/interfaces/propertyprobe.c:
12543         (gst_property_probe_probe_property_name),
12544         (gst_property_probe_needs_probe_name),
12545         (gst_property_probe_get_values_name),
12546         (gst_property_probe_probe_and_get_values_name):
12547           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12548           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12549
12550 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12551
12552         * check/Makefile.am:
12553           have some tests be disabled for valgrinding
12554         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12555         (GST_START_TEST):
12556         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12557           Fix A Leak.  Chain To Parent Finalize.
12558
12559 2005-09-19  Wim Taymans  <wim@fluendo.com>
12560
12561         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12562         Fixed wav pipeline.
12563
12564 2005-09-19  Wim Taymans  <wim@fluendo.com>
12565
12566         * gst-libs/gst/rtp/gstbasertppayload.c:
12567         (gst_basertppayload_class_init), (gst_basertppayload_init),
12568         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12569         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12570         (gst_basertppayload_push), (gst_basertppayload_get_property),
12571         (gst_basertppayload_change_state):
12572         Posting ERROR and WARNING messages is good.
12573
12574 2005-09-19  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12577         (gst_base_rtp_depayload_add_to_queue),
12578         (gst_base_rtp_depayload_push),
12579         (gst_base_rtp_depayload_set_gst_timestamp),
12580         (gst_base_rtp_depayload_queue_release):
12581         This one was not supposed to go in.
12582
12583 2005-09-19  Wim Taymans  <wim@fluendo.com>
12584
12585         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12586         Fix for bus API.
12587
12588         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12589         (gst_base_rtp_depayload_chain),
12590         (gst_base_rtp_depayload_add_to_queue),
12591         (gst_base_rtp_depayload_push),
12592         (gst_base_rtp_depayload_set_gst_timestamp),
12593         (gst_base_rtp_depayload_queue_release):
12594         Some cleanups.
12595
12596         * gst-libs/gst/rtp/gstbasertppayload.c:
12597         (gst_basertppayload_class_init), (gst_basertppayload_init),
12598         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12599         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12600         (gst_basertppayload_get_property),
12601         (gst_basertppayload_change_state):
12602         Added debugging category.
12603
12604 2005-09-18  David Schleef  <ds@schleef.org>
12605
12606         * gst/playback/gstdecodebin.c: free plugin list correctly
12607         * gst/playback/gstplaybin.c: emit warning if autovideosink
12608           and autoaudiosink can't be found (instead of segfaulting)
12609
12610 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         * check/elements/audioconvert.c: (GST_START_TEST):
12613           try out 24 bit conversion
12614
12615 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12616
12617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12618         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12619         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12620         * ext/vorbis/vorbisenc.h:
12621           Fix EOS handling.  Still needs a fix in the ogg muxer to
12622           mark the last page as eos.
12623
12624 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12625
12626         * common/gtk-doc-plugins.mak:
12627         * docs/plugins/Makefile.am:
12628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12629         * gst/ffmpegcolorspace/Makefile.am:
12630         * gst/ffmpegcolorspace/avcodec.h:
12631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12632         * gst/tcp/gstmultifdsink.c:
12633           fix up ffmpegcolorspace docs; extract header
12634
12635 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12636
12637         * common/gtk-doc-plugins.mak:
12638         * docs/plugins/Makefile.am:
12639         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12640         * ext/theora/Makefile.am:
12641         * ext/theora/gsttheoraenc.h:
12642         * ext/theora/theoraenc.c:
12643         * ext/vorbis/vorbisenc.c:
12644           pick up signals and args for vorbis; add some docs for vorbis
12645
12646 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         * common/gstdoc-scangobj:
12649         * common/gtk-doc-plugins.mak:
12650         * docs/libs/Makefile.am:
12651         * docs/plugins/gst-plugins-base-plugins.args:
12652         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12653         * docs/plugins/gst-plugins-base-plugins.interfaces:
12654         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12655         * docs/plugins/gst-plugins-base-plugins.signals:
12656           only scanobj stuff from our source module.  Not sure yet
12657           if that's correct, given the hierarchy stuff :)
12658
12659 2005-09-15  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst/audioconvert/gstaudioconvert.c:
12662         And enable 24 bits mode as well..
12663
12664 2005-09-15  Wim Taymans  <wim@fluendo.com>
12665
12666         * gst-libs/gst/rtp/Makefile.am:
12667         * gst-libs/gst/rtp/gstbasertppayload.c:
12668         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12669         (gst_basertppayload_class_init), (gst_basertppayload_init),
12670         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12671         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12672         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12673         (gst_basertppayload_set_property),
12674         (gst_basertppayload_get_property),
12675         (gst_basertppayload_change_state):
12676         * gst-libs/gst/rtp/gstbasertppayload.h:
12677         Added rtp payloader base class.
12678
12679 2005-09-15  Andy Wingo  <wingo@pobox.com>
12680
12681         * configure.ac (plugindir): Remove the EOL matcher from the
12682         regexp, as it causes me problems. Libtool? Make? Who knows?
12683
12684 2005-09-14  David Schleef  <ds@schleef.org>
12685
12686         * check/generic/states.c: 
12687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12688         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12689           Fixes for changes in registry API.
12690
12691         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12692           to GST_PLUGIN_LDFLAGS.
12693         * ext/libvisual/visual.c: Make the library shut up.
12694         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12695         * gst-libs/gst/audio/gstaudiofilter.c: same
12696
12697 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12698
12699         * docs/plugins/Makefile.am:
12700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12701         * docs/plugins/inspect/plugin-libvisual.xml:
12702         * docs/plugins/tmpl/element-tcpserversink.sgml:
12703         * ext/theora/theoraenc.c:
12704           add libvisual plugin and theoraenc element to docs
12705
12706 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12709         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12710         * ext/theora/theoraenc.c:
12711           add theoraenc
12712
12713 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12714
12715         * gst/audioconvert/Makefile.am:
12716           Audioconvert derives from GstBaseTransform and should
12717           link to the library with our base elements to avoid
12718           unresolved symbols. Makes things work with MinGW (#316160)
12719
12720         * gst/playback/test4.c: (main):
12721           Fix MinGW build problem and use g_usleep() instead of 
12722           sleep() (#316162)
12723
12724 2005-09-12  Wim Taymans  <wim@fluendo.com>
12725
12726         * gst/audioconvert/audioconvert.c: (float),
12727         (audio_convert_prepare_context), (audio_convert_convert):
12728         * gst/audioconvert/audioconvert.h:
12729         Cleanups, speedups, simplifications, added back support
12730         for 24 bits.
12731
12732 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12733
12734         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12735         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12736         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12737         * docs/plugins/tmpl/element-tcpserversink.sgml:
12738         * gst/ffmpegcolorspace/gstffmpeg.c:
12739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12740         * gst/videotestsrc/gstvideotestsrc.c:
12741         * gst/volume/gstvolume.c:
12742           add more elements to the docs
12743
12744 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12745
12746         * check/Makefile.am:
12747         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12748         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12749           Add extra tests for basetransform based components. 
12750           Comment out the test_element_negotiation test until we decide
12751           if it's testing correct behaviour.
12752         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12753         (gst_visual_chain), (gst_visual_change_state):
12754           Slightly more correct but still bogus timestamping.
12755           Fix state change function.
12756         * gst/audioconvert/gstaudioconvert.c:
12757         (gst_audio_convert_class_init):
12758         * gst/audioresample/gstaudioresample.c:
12759         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12760         (gst_ffmpegcsp_class_init):
12761         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12762         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12763         (gst_videoscale_prepare_image):
12764         * gst/volume/gstvolume.c: (gst_volume_class_init),
12765         (volume_transform_ip):
12766           Basetransform updates. Enable passthrough modes.
12767         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12768         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12769         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12770           Negotiation fix that allows the window to return to the original
12771           size and renegotiate passthrough upstream. Extra debug output.
12772
12773 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12774
12775         * gst/sine/gstsinesrc.c:
12776         * gst/volume/gstvolume.c:
12777           fix up header include
12778
12779 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12780
12781         * gst-libs/gst/audio/gstbaseaudiosink.c:
12782         (gst_base_audio_sink_render):
12783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12784         * gst/volume/gstvolume.c: (gst_volume_class_init),
12785         (volume_transform):
12786           fixing lost sync, some more debugging
12787
12788 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12789
12790         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12791         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12792         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12793         (gst_xvimagesink_check_xshm_calls):
12794           Fix compilation when XShm is not available.
12795
12796 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12797
12798         * ext/libvisual/visual.c: (gst_visual_dispose),
12799         (gst_visual_getcaps), (gst_visual_src_setcaps),
12800         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12801         (gst_visual_change_state):
12802           Finish fixing up libvisual plugin so that it runs. 
12803
12804 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12805
12806         * ext/vorbis/vorbisenc.c:
12807         * gst-libs/gst/tag/gstvorbistag.c:
12808           gsttaginterface.h -> gsttagsetter.h
12809
12810 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12811
12812         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12813           added another test that failes for me (test is not active by default)
12814
12815 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12816
12817         * configure.ac:
12818           v4l2 is no longer in gst-plugins-base
12819
12820 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12821
12822         * configure.ac:
12823           In the output at the end, don't show the first plugin on the same
12824           line as "Core plug-ins, always built:".
12825           Indent the output as for other plugin categories
12826         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12827           #define that can be used to not use peer buffer_alloc functions for
12828           test purposes.
12829         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12830         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12831         (gst_ximagesink_show_frame):
12832         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12833         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12834         (gst_xvimagesink_show_frame):
12835           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12836           fails gracefully instead of XError aborting or deadlocking.
12837
12838 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12839
12840         * ext/libvisual/Makefile.am:
12841           link against gst-base-libs
12842
12843 2005-09-06  David Schleef  <ds@schleef.org>
12844
12845         * configure.ac: Enable libvisual plugin.
12846         * ext/libvisual/Makefile.am:
12847         * ext/libvisual/visual.c: Fixes to make it compile.
12848
12849 === release 0.9.2 ===
12850
12851 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12852
12853         * NEWS:
12854         * RELEASE:
12855         * configure.ac:
12856         * docs/random/ChangeLog-0.8:
12857           releasing 0.9.2, "Spoon"
12858
12859 2005-09-05  Michael Smith <msmith@fluendo.com>
12860
12861         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12862           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12863           that in the vorbisenc element.
12864
12865 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12866
12867         * common/gtk-doc-plugins.mak:
12868         * docs/plugins/Makefile.am:
12869           fix distcheck
12870         * gst/audioresample/resample.c:
12871           fix wrong docstring
12872
12873 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12874
12875         * common/gst-xmlinspect.py:
12876         * common/gtk-doc-plugins.mak:
12877           only inspect plugins for this given package
12878           require gst-python 0.9
12879
12880 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12881
12882         * Makefile.am:
12883         * autogen.sh:
12884         * common/gst-xmlinspect.py:
12885         * configure.ac:
12886         * docs/Makefile.am:
12887         * docs/plugins/inspect/plugin-alsa.xml:
12888         * docs/plugins/inspect/plugin-audioresample.xml:
12889         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12890         * docs/plugins/inspect/plugin-ogg.xml:
12891         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12892         * docs/plugins/tmpl/element-multifdsink.sgml:
12893         * docs/plugins/tmpl/element-tcpserversink.sgml:
12894         * docs/plugins/tmpl/element-vorbisenc.sgml:
12895         * gst-plugins-base.spec.in:
12896           various doc-related updates
12897
12898 2005-08-31  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst-libs/gst/audio/gstbaseaudiosink.c:
12901         (gst_base_audio_sink_render):
12902         Resync if the buffer timestamps drift more than a 10th 
12903         of a second.
12904
12905 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12908         (gst_v4lsrc_get_property):
12909           The 'timestamp-offset' property is registered as an int64, so
12910           let's use g_value_{set|get}_int64() in our setter and getter
12911           functions (makes it work and fixes warnings with gst-inspect).
12912
12913 2005-08-30  Wim Taymans  <wim@fluendo.com>
12914
12915         * check/elements/audioconvert.c: (setup_audioconvert):
12916         * check/elements/audioresample.c: (setup_audioresample):
12917         * check/elements/volume.c: (setup_volume):
12918         Fix checks.
12919
12920 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12921
12922         * common/gtk-doc-plugins.mak:
12923         * common/plugins.xsl:
12924         * docs/plugins/Makefile.am:
12925           make module a param
12926
12927 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12928
12929         * examples/seeking/seek.c: (make_mp3_pipeline),
12930         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12931         (play_cb), (pause_cb), (stop_cb):
12932           update the example
12933
12934 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12935
12936         * gst/volume/gstvolume.c: (gst_volume_class_init),
12937         (volume_transform):
12938           do not update controlled params, if buffer has no timestamp
12939
12940 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12941
12942         * configure.ac:
12943         * gst/sine/Makefile.am:
12944         * gst/volume/Makefile.am:
12945           controllerized elements also need to link against controller-libs ;)
12946
12947 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12948
12949         * docs/libs/tmpl/gstcolorbalance.sgml:
12950         * docs/libs/tmpl/gstgconf.sgml:
12951         * docs/libs/tmpl/gstmixer.sgml:
12952         * docs/libs/tmpl/gstringbuffer.sgml:
12953         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12954         (gst_sinesrc_create):
12955         * gst/volume/gstvolume.c: (gst_volume_class_init),
12956         (volume_transform):
12957           controllerized two audio plugins
12958
12959 2005-08-29  Andy Wingo  <wingo@pobox.com>
12960
12961         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12962         (vorbis_handle_data_packet): Fix some int overflow errors.
12963
12964         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12965         -1.
12966         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12967         valid.
12968         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12969         if it's valid. Fixed streaming-mode playback.
12970
12971         * check/elements/volume.c (cleanup_volume): Fix for running
12972         CK_FORK=no.
12973
12974         * check/elements/audioconvert.c: Convert from native endian, not
12975         little endian.
12976
12977 2005-08-29  Michael Smith <msmith@fluendo.com>
12978
12979         * ext/ogg/Makefile.am:
12980         * ext/ogg/gstogg.c: (plugin_init):
12981         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12982         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12983         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12984         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12985         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12986         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12987         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12988         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12989         Add an ogg parser element.
12990
12991 2005-08-28  Andy Wingo  <wingo@pobox.com>
12992
12993         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12994
12995 2005-08-26  Wim Taymans  <wim@fluendo.com>
12996
12997         * gst/audioconvert/audioconvert.c: (if), (float),
12998         (audio_convert_get_func_index), (check_default),
12999         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13000         (audio_convert_clean_context), (audio_convert_get_sizes),
13001         (audio_convert_convert):
13002         Cleanups.
13003
13004 2005-08-26  Wim Taymans  <wim@fluendo.com>
13005
13006         * gst/audioconvert/audioconvert.c: (if), (float),
13007         (audio_convert_get_func_index), (check_default),
13008         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13009         (audio_convert_clean_context), (audio_convert_get_sizes),
13010         (audio_convert_convert):
13011         More elegant and working temp buffer selection algo.
13012
13013 2005-08-26  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst/audioconvert/audioconvert.c: (if), (float),
13016         (audio_convert_get_func_index), (check_default),
13017         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13018         (audio_convert_clean_context), (audio_convert_get_sizes),
13019         (get_temp_buffer), (audio_convert_convert):
13020         Use realloc else we lose our original data.
13021
13022 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13023
13024         * gst/audioresample/gstaudioresample.c:
13025           use base class' newsegment to properly timestamp
13026
13027 2005-08-26  Wim Taymans  <wim@fluendo.com>
13028
13029         * gst/audioconvert/audioconvert.c: (if), (float),
13030         (audio_convert_get_func_index), (check_default),
13031         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13032         (audio_convert_clean_context), (audio_convert_get_sizes),
13033         (get_temp_buffer), (audio_convert_convert):
13034         * gst/audioconvert/gstaudioconvert.c:
13035         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13036         (gst_audio_convert_transform_caps),
13037         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13038         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13039         Oops, allocate enough space to perform the channel mix.
13040
13041 2005-08-26  Wim Taymans  <wim@fluendo.com>
13042
13043         * gst/audioconvert/Makefile.am:
13044         * gst/audioconvert/audioconvert.c: (if), (float),
13045         (audio_convert_get_func_index), (check_default),
13046         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13047         (audio_convert_clean_context), (audio_convert_get_sizes),
13048         (get_temp_buffer), (audio_convert_convert):
13049         * gst/audioconvert/audioconvert.h:
13050         * gst/audioconvert/gstaudioconvert.c:
13051         (gst_audio_convert_class_init), (gst_audio_convert_init),
13052         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13053         (gst_audio_convert_get_unit_size),
13054         (gst_audio_convert_transform_caps),
13055         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13056         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13057         * gst/audioconvert/gstaudioconvert.h:
13058         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13059         (gst_channel_mix_fill_identical),
13060         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13061         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13062         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13063         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13064         (gst_channel_mix_mix):
13065         * gst/audioconvert/gstchannelmix.h:
13066         Cleanups, librarify a bit, optimize, better negotiation and more.
13067
13068 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13069
13070         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13071         Another from MikeS:
13072         During typefinding, don't support negative offsets
13073         (offsets from the end of the stream) in our typefind->peek() function
13074         - nothing embedded in ogg ever needs them. However, we need to recognise
13075         those requests and reject them, otherwise we return invalid pointers.
13076
13077 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13078
13079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13080         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13081         (vorbisdec_finalize), (vorbis_handle_type_packet):
13082           Big shout-out to MikeS for fixing this giant memory leak.
13083           Huzzah!
13084
13085 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13086
13087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13088         (audio_convert_get_unit_size):
13089           plug some leaks
13090
13091 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13092
13093         * check/Makefile.am:
13094         * check/elements/audioconvert.c: (setup_audioconvert),
13095         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13096         (GST_START_TEST), (audioconvert_suite), (main):
13097           add a test for audioconvert
13098         * gst/audioresample/gstaudioresample.c:
13099         * gst/audioresample/gstaudioresample.h:
13100           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13101           note that for buffers of 1/3 sec this means DURATION(c) is 
13102           one nanosecond more than for a and b
13103
13104 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13105
13106         * check/Makefile.am:
13107         * check/elements/audioresample.c: (setup_audioresample),
13108         (cleanup_audioresample), (fail_unless_perfect_stream),
13109         (test_perfect_stream_instance), (GST_START_TEST),
13110           add a check for audioresample
13111         (audioresample_suite), (main):
13112         * check/elements/volume.c: (GST_START_TEST):
13113           remove unused method
13114         * gst/audioresample/gstaudioresample.c:
13115           set correct buffer parameters since we're changing them
13116         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13117           add some debug
13118
13119 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13120
13121         * gst/audioresample/debug.c:
13122         * gst/audioresample/gstaudioresample.c:
13123           add room for extra overlap samples when asked to transform size
13124           protect against possible mem corruption and check for discrepancies
13125           between written size and outbuffer's size so we can warn for
13126           potential problems
13127         * gst/audioresample/resample.c: (resample_init),
13128         (resample_get_output_size_for_input), (resample_get_output_size),
13129         (resample_set_n_channels), (resample_set_format):
13130           set debug level based on RESAMPLE_DEBUG env var
13131           make sure that get_output_size* returns a whole number of
13132           sample_size
13133           set sample_size each time either channel or format is set
13134         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13135         * gst/audioresample/resample_functable.c:
13136         (resample_scale_functable):
13137         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13138           remove r->sample_size, it's done in resample.c now
13139           add some debugging to the ref implementation
13140           make sure we only give back bytes that are wholes of the sample
13141           size
13142
13143 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13144         * gst/playback/gstplaybasebin.c: (fill_buffer):
13145         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13146
13147 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13148
13149         * gst/volume/gstvolume.c:
13150           made set_caps function static
13151
13152 2005-08-24  Wim Taymans  <wim@fluendo.com>
13153
13154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13155         (gst_vorbisenc_change_state):
13156         Stop leaking taglists.
13157
13158 2005-08-24  Wim Taymans  <wim@fluendo.com>
13159
13160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13161         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13162         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13163         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13164         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13165         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13166         Parse seeking events better.
13167         Unref static caps.
13168         Generate correct newsegment events, fixes seeking in live oggs.
13169
13170         * ext/theora/theoradec.c: (theora_dec_src_query),
13171         (theora_dec_src_event), (theora_dec_src_getcaps),
13172         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13173         Use newsegment values to report correct play time.
13174
13175         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13176         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13177         * ext/vorbis/vorbisdec.h:
13178         Parse and use newsegment values to report correct play time.
13179
13180         * gst-libs/gst/audio/gstbaseaudiosink.c:
13181         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13182         Clear ringbuffer on flush.
13183         Use newsegment values to calculate playback time.
13184
13185         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13187         Basesink does newsegment calculations for us now.
13188
13189 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13190
13191         * check/Makefile.am:
13192         * configure.ac:
13193           add core's plugins to the mix so that playbin works
13194         * check/generic/states.c: (GST_START_TEST):
13195           set a 0 timeout on pipelines, so they don't force the next
13196           state change
13197         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13198         (gst_play_base_bin_change_state):
13199           remove the crappy error handling and do GST error handling
13200
13201 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13202
13203         * check/Makefile.am:
13204         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13205           add same test as to core, it bitches out on playbin atm.
13206
13207 2005-08-24  Wim Taymans  <wim@fluendo.com>
13208
13209         * configure.ac:
13210         Remove audioscale.
13211
13212 2005-08-24  Wim Taymans  <wim@fluendo.com>
13213
13214         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13215         (gst_videoscale_prepare_size), (parse_caps),
13216         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13217         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13218         (gst_videoscale_transform):
13219         * gst/videoscale/gstvideoscale.h:
13220         Refactor, make use of BaseTranform really well.
13221
13222 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13223
13224         * configure.ac:
13225           compile audioresample
13226         * gst/audioresample/Makefile.am:
13227         * gst/audioresample/buffer.c:
13228         * gst/audioresample/functable.c:
13229         * gst/audioresample/gstaudioresample.c:
13230         * gst/audioresample/gstaudioresample.h:
13231         * gst/audioresample/resample.c:
13232         (resample_get_output_size_for_input):
13233         * gst/audioresample/resample.h:
13234         * gst/audioresample/resample_chunk.c:
13235         * gst/audioresample/resample_functable.c:
13236         * gst/audioresample/resample_ref.c:
13237           port to use basetransform; doesn't work in all cases yet
13238
13239 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241         * gst/audioconvert/gstaudioconvert.c:
13242         (gst_audio_convert_class_init), (gst_audio_convert_init),
13243         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13244         (audio_convert_fixate_caps), (audio_convert_set_caps),
13245         (audio_convert_transform),
13246         (gst_audio_convert_buffer_to_default_format),
13247         (gst_audio_convert_buffer_from_default_format),
13248         (gst_audio_convert_channels):
13249         * gst/audioconvert/gstchannelmix.c:
13250         * gst/audioconvert/gstchannelmix.h:
13251           port to basetransform
13252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13253         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13254         (gst_ffmpegcsp_get_unit_size):
13255         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13256         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13257           fix for basetransform changes
13258
13259 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13260
13261         * check/Makefile.am:
13262           Add CHECK_CFLAGS and LDFLAGS
13263
13264         * gst/playback/gstplaybasebin.c: (fill_buffer):
13265           GST_MESSAGE_SRC became a GObject
13266
13267 2005-08-24  Wim Taymans  <wim@fluendo.com>
13268
13269         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13270         (gst_ring_buffer_clear_all):
13271         * gst-libs/gst/audio/gstringbuffer.h:
13272         Added function to clear the ringbuffer.
13273
13274 2005-08-24  Andy Wingo  <wingo@pobox.com>
13275
13276         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13277         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13278         of _open and _close.
13279
13280         * sys/v4l/gstv4lxoverlay.h:
13281         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13282         an Xv connection here, instead of all the time. Make Xv only be
13283         loaded if you axe for it. Kindof a workaround for buggy behaviour
13284         of Xv when using remote xservers (XvQueryExtension would block).
13285         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13286         replace the _open and _close public API. Only start the xv
13287         connection if necessary.
13288         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13289
13290 2005-08-23  David Schleef  <ds@schleef.org>
13291
13292         * gst/audioresample/Makefile.am: Leet audioresampling code
13293         * gst/audioresample/buffer.c:
13294         * gst/audioresample/buffer.h:
13295         * gst/audioresample/debug.c:
13296         * gst/audioresample/debug.h:
13297         * gst/audioresample/functable.c:
13298         * gst/audioresample/functable.h:
13299         * gst/audioresample/gstaudioresample.c:
13300         * gst/audioresample/gstaudioresample.h:
13301         * gst/audioresample/resample.c:
13302         * gst/audioresample/resample.h:
13303         * gst/audioresample/resample_chunk.c:
13304         * gst/audioresample/resample_functable.c:
13305         * gst/audioresample/resample_ref.c:
13306
13307 2005-08-23  Wim Taymans  <wim@fluendo.com>
13308
13309         * examples/seeking/seek.c: (make_vorbis_pipeline),
13310         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13311         Small seek updates.
13312
13313 2005-08-23  Andy Wingo  <wingo@pobox.com>
13314
13315         * gst-libs/gst/audio/gstbaseaudiosrc.c
13316         (gst_base_audio_src_fixate): Only fixate endianness if it is
13317         present in the caps.
13318
13319 2005-08-22  Andy Wingo  <wingo@pobox.com>
13320
13321         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13322         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13323         device-name property.
13324
13325         * gst-libs/gst/audio/gstaudiosrc.h:
13326         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13327         close_device in the ring buffer, like gstaudiosink.
13328
13329         * ext/alsa/gstalsamixer.h:
13330         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13331         macro to implement the interface without much code. Cleanups. 
13332
13333         * ext/alsa/gstalsasrc.h:
13334         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13335         READY.
13336
13337         * ext/alsa/Makefile.am: Add new files.
13338         * ext/alsa/gstalsamixerelement.c: 
13339         * ext/alsa/gstalsamixerelement.c: Split element code out from
13340         mixer code so that alsasrc can be a mixer too.
13341
13342 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13343
13344         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13345         (GST_START_TEST):
13346         * check/elements/vorbisdec.c: (setup_vorbisdec),
13347         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13348         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13349         (vorbis_handle_identification_packet),
13350         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13351         (vorbis_handle_header_packet), (vorbis_dec_push),
13352         (vorbis_dec_chain):
13353           use the setup/teardown methods to save code.  save code is good.
13354
13355 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13356
13357         * check/Makefile.am:
13358           add ext dir for plugins
13359           add vorbisdec test conditionally
13360         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13361         (GST_START_TEST), (volume_suite):
13362           add a test with wrong caps
13363         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13364         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13365           add a vorbisdec test
13366         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13367         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13368           clean up debug output
13369         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13370           yay, fix a segfault/security issue in vorbisdec
13371           gst-launch fakesrc ! vorbisdec wasn't happy
13372         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13373         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13374         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13375         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13376         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13377         (gst_vorbisenc_set_metadata), (get_constraints_string),
13378         (update_start_message), (gst_vorbisenc_setup),
13379         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13380         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13381         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13382         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13383         * ext/vorbis/vorbisenc.h:
13384           march in line
13385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13386         (gst_ffmpegcsp_transform):
13387           have the kow come home
13388         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13389           debug my func ptr
13390         * gst/volume/gstvolume.c: (volume_set_caps):
13391           add a debug
13392
13393 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13394
13395         * Makefile.am:
13396         * check/.cvsignore:
13397         * check/Makefile.am:
13398         * check/elements/.cvsignore:
13399         * check/elements/volume.c: (chain_func), (event_func),
13400         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13401         (main):
13402         * configure.ac:
13403           add unit test structure for gst-plugins-base
13404           add a test for volume
13405         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13406         (gst_volume_set_volume), (gst_volume_get_volume),
13407         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13408         (volume_funcfind), (volume_process_float), (volume_process_int16),
13409         (volume_set_caps), (volume_transform), (volume_update_mute),
13410         (volume_update_volume), (volume_set_property),
13411         (volume_get_property):
13412           document a little; use basetransform vmethod _set_caps
13413
13414 2005-08-19  Andy Wingo  <wingo@pobox.com>
13415
13416         * ext/alsa/gstalsamixertrack.h:
13417         * ext/alsa/gstalsamixertrack.c:
13418         * ext/alsa/gstalsamixeroptions.h:
13419         * ext/alsa/gstalsamixeroptions.c:
13420         * ext/alsa/gstalsamixer.h:
13421         * ext/alsa/gstalsamixer.c: Port to 0.9.
13422
13423         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13424         Remove gstalsa.c and alsaclock. No more cruft here.
13425         
13426 2005-08-18  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13429         (gst_base_rtp_depayload_chain),
13430         (gst_base_rtp_depayload_add_to_queue),
13431         (gst_base_rtp_depayload_push),
13432         (gst_base_rtp_depayload_queue_release):
13433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13434         Fix for RTPBuffer changes.
13435
13436         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13437         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13438         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13439         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13440         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13441         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13442         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13443         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13444         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13445         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13446         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13447         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13448         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13449         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13450         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13451         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13452         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13453         (gst_rtpbuffer_get_payload):
13454         * gst-libs/gst/rtp/gstrtpbuffer.h:
13455         Don't subclass GstBuffer but add methods and helper functions
13456         to construct and manipulate RTP packets in regular GstBuffers.
13457
13458 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13459
13460         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13461           moved statement below switch
13462         * gst/volume/gstvolume.c: (gst_volume_class_init):
13463           added debug ptr
13464
13465 2005-08-16  Wim Taymans  <wim@fluendo.com>
13466
13467         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13468         (gst_base_audio_src_change_state):
13469         Open and close device in READY<->NULL state change.
13470
13471 2005-08-16  Andy Wingo  <wingo@pobox.com>
13472
13473         * examples/seeking/Makefile.am: Don't compile non-compiling
13474         compiled objects with the compiler.
13475
13476         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13477         elements.
13478
13479 2005-08-12  Philippe Khalaf <burger@speedy.org>
13480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13481         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13482           Made a thread to release the queue.
13483           Removed timestamp conversion for now.
13484
13485 2005-08-10  Philippe Khalaf <burger@speedy.org>
13486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13487         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13488           Added rtp timestamp -> gst timestamp conversion.
13489           Fixed several problems with queue.
13490
13491 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         * gst-libs/gst/audio/gstaudioclock.h:
13494         * gst-libs/gst/audio/gstaudiofilter.h:
13495         * gst-libs/gst/audio/gstaudiosink.h:
13496         * gst-libs/gst/audio/gstaudiosrc.h:
13497         * gst-libs/gst/audio/gstbaseaudiosink.h:
13498         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13499         * gst-libs/gst/audio/gstringbuffer.h:
13500         * gst-libs/gst/net/gstnetbuffer.h:
13501         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13502         * gst-libs/gst/rtp/gstrtpbuffer.h:
13503           Add padding (you will need to rebuild gst-plugins-base,
13504           gst-plugins and all applications afterwards!)
13505
13506 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13507
13508         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13509         (gst_riff_parse_chunk):
13510           Fix bug in debug message and add some more debug messages.
13511
13512 2005-08-08  Edward Hervey  <edward@fluendo.com>
13513
13514         * gst-libs/gst/riff/riff-media.c:
13515         backported updates since branch
13516
13517 2005-08-08  Andy Wingo  <wingo@pobox.com>
13518
13519         * gst-libs/gst/audio/gstbaseaudiosink.c
13520         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13521         like good elements should. Close on READY->NULL too.
13522
13523         * gst-libs/gst/audio/gstaudiosink.c
13524         (gst_audioringbuffer_open_device,
13525         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13526         (gst_audioringbuffer_release): Updates for new ring buffer API,
13527         hook into the new audio sink api.
13528
13529         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13530         (GstAudioSinkClass.close): Just open and close the device -- no
13531         resource allocation or configuration.
13532         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13533         vmethods, handle device setup and resource allocation.
13534
13535         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13536         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13537         base class API.
13538
13539         * gst-libs/gst/audio/gstringbuffer.h
13540         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13541         New vmethods.
13542
13543         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13544         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13545         New API functions. The device should be opened before acquiring
13546         and closed after releasing.
13547
13548 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13549
13550         * gst-libs/gst/interfaces/mixer.h:
13551           Reset padding to GST_PADDING.
13552
13553 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13554
13555         * gst/playback/gstplaybin.c: (remove_sinks):
13556           Remove visualization from parent explicitely; works around some
13557           apparent refcount issue that I haven't tracked down yet.
13558
13559 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13560
13561         * ext/alsa/gstalsasink.c: (set_hwparams):
13562           Assign debug category, add negotiation debug msgs.
13563
13564 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13565
13566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13567           Fix error code for file-not-found to NOT_FOUND.
13568
13569 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13570
13571         * common/gtk-doc-plugins.mak:
13572         * docs/plugins/Makefile.am:
13573         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13574         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13575           renamed to actual element names, so much nicer to look at
13576         * docs/plugins/tmpl/gstmultifdsink.sgml:
13577           remove
13578         * docs/plugins/tmpl/multifdsink.sgml:
13579         * docs/plugins/tmpl/tcpserversink.sgml:
13580           add
13581         * ext/alsa/gstalsa.c:
13582         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13583         * ext/ogg/gstoggmux.c:
13584         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13585         * gst/playback/gstdecodebin.c:
13586         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13587         * gst/tcp/gsttcpserversink.c:
13588           various fixes and documentation additions
13589
13590 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13591
13592         * common/Makefile.am:
13593         * common/gstdoc-scangobj:
13594         * common/gtk-doc-plugins.mak:
13595         * common/gtk-doc.mak:
13596           add a custom scangobj that uses the registry
13597           add a custom gtk-doc-plugins.mak that uses it
13598           some doc build fixes
13599         * configure.ac:
13600         * docs/Makefile.am:
13601         * docs/plugins/Makefile.am:
13602         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13603         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13604         * docs/plugins/gst-plugins-base-plugins.types:
13605         * docs/plugins/tmpl/gstmultifdsink.sgml:
13606           add docs for one element, multifdsink
13607         * gst/adder/gstadder.h:
13608         * gst/volume/gstvolume.h:
13609           don't privatize enum
13610         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13611         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13612         (gst_sync_method_get_type), (gst_client_status_get_type),
13613         (gst_multifdsink_class_init),
13614         (gst_multifdsink_client_queue_buffer),
13615         (gst_multifdsink_handle_client_write):
13616         * gst/tcp/gstmultifdsink.h:
13617         * gst/tcp/gsttcp.h:
13618         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13619         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13620         (gst_tcpclientsink_render):
13621         * gst/tcp/gsttcpclientsink.h:
13622         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13623         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13624         (gst_tcpclientsrc_start):
13625         * gst/tcp/gsttcpclientsrc.h:
13626         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13627         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13628         * gst/tcp/gsttcpserversrc.h:
13629         * gst/typefind/gsttypefindfunctions.c:
13630           remove superfluous Type stuff
13631
13632 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13633
13634         * gst/playback/gstplaybin.c: (gen_video_element):
13635           Enable videoscale.
13636
13637 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13638
13639         * gst-libs/gst/gconf/gconf.c:
13640         * gst-libs/gst/gconf/gconf.h:
13641           Fix some Andy Problem [tm].
13642
13643 2005-08-04  Andy Wingo  <wingo@pobox.com>
13644
13645         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13647         (gst_ffmpegcsp_get_size): Adapt to API changes.
13648
13649         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13650         Implement an in-place do-nothing transform.
13651
13652 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13653
13654         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13655         (gst_ximagesink_renegotiate_size):
13656           Do not set new window sizes yet if we prepare a new buffer size
13657           for upstream renegotiation (software scaling) at some point in the
13658           future, because this new size waqs not actually accepted yet. Once
13659           accepted, renegotiation later on will set the new sizes just fine.
13660           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13661           embedding testcase.
13662
13663 2005-08-03  Andy Wingo  <wingo@pobox.com>
13664
13665         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13666         (gst_ximagesink_buffer_alloc): 
13667         Protect the height, width, and desired_caps with the pool_lock.
13668         Fixes videotestsrc ! queue ! ximagesink.
13669
13670 2005-08-02  Edward Hervey  <edward@fluendo.com>
13671
13672         * gst/volume/gstvolume.c:
13673         include left from controller cleanup
13674
13675 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13677           Stop collectpads before calling the parent state
13678           change function on PAUSED->READY.
13679
13680 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13681         * configure.ac:
13682           When testing for X libs, use the X CFlags 
13683         * gst/adder/gstadder.c: (gst_adder_change_state):
13684           Stop the collectpads before calling parent state change function
13685           on PAUSED->READY, otherwise we deadlock deactivating pads.
13686
13687 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13688
13689         * configure.ac:
13690         * docs/libs/tmpl/gstcolorbalance.sgml:
13691         * docs/libs/tmpl/gstmixer.sgml:
13692         * examples/Makefile.am:
13693         * gst/sine/Makefile.am:
13694         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13695         (gst_sinesrc_set_property), (plugin_init):
13696         * gst/sine/gstsinesrc.h:
13697         * gst/volume/Makefile.am:
13698         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13699         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13700         (volume_process_float), (volume_process_int16),
13701         (volume_set_property), (plugin_init):
13702         * gst/volume/gstvolume.h:
13703           deactivate and remove dparams (libgstcontrol)
13704
13705 2005-07-29  Wim Taymans  <wim@fluendo.com>
13706
13707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13708         Convert me to BaseTransform!! help..
13709
13710 2005-07-29  Andy Wingo  <wingo@pobox.com>
13711
13712         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13713         sinks.
13714
13715         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13716         support of both endiannesses.
13717
13718 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13719
13720         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13721           Fix confusing debug message (s/event/query/)
13722
13723 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13724
13725         * gst/videotestsrc/videotestsrc.h:
13726           Use "_stdint.h" instead of <stdint.h>
13727
13728 2005-07-27  Wim Taymans  <wim@fluendo.com>
13729
13730         * ext/vorbis/Makefile.am:
13731         Revert wrong commit.
13732
13733 2005-07-27  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13736         More compilation fixen.
13737
13738 2005-07-27  Wim Taymans  <wim@fluendo.com>
13739
13740         * gst-libs/gst/audio/gstbaseaudiosink.c:
13741         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13742         (gst_base_audio_sink_create_ringbuffer),
13743         (gst_base_audio_sink_change_state):
13744         Fix compilation.
13745
13746 2005-07-27  Wim Taymans  <wim@fluendo.com>
13747
13748         * examples/seeking/seek.c: (setup_dynamic_link),
13749         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13750         (query_positions_elems), (query_positions_pads), (do_seek):
13751         Update seek example.
13752
13753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13754         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13755         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13756         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13757         (gst_ogg_demux_handle_event),
13758         (gst_ogg_demux_deactivate_current_chain),
13759         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13760         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13761         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13762         (gst_ogg_demux_loop):
13763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13764         * ext/theora/theoradec.c: (theora_dec_src_event),
13765         (theora_dec_src_getcaps), (theora_dec_sink_event),
13766         (theora_dec_push), (theora_dec_chain):
13767         * ext/vorbis/Makefile.am:
13768         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13769         (vorbis_dec_sink_event), (vorbis_dec_push),
13770         (vorbis_handle_data_packet):
13771         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13772         (gst_vorbisenc_chain):
13773         * gst/playback/gststreaminfo.c: (cb_probe):
13774         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13775         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13776         * gst/videoscale/gstvideoscale.c:
13777         (gst_videoscale_handle_src_event):
13778         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13779         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13780         (gst_ximagesink_navigation_send_event):
13781         * sys/xvimage/xvimagesink.c:
13782         (gst_xvimagesink_navigation_send_event):
13783         Various event updates and cleanups
13784
13785 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13786
13787         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13788           Fix segfault for I420/YV12.
13789
13790 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13791
13792         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13793           Report bitrate.
13794
13795 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13796
13797         * gst/playback/gstplaybin.c: (gen_video_element),
13798         (gen_audio_element):
13799           Switch to auto*sink elements as default sinks; add volume element
13800           so that volume control in totem works.
13801
13802 2005-07-21  Wim Taymans  <wim@fluendo.com>
13803
13804         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13805         * gst/playback/gstplaybin.c: (setup_sinks),
13806         (gst_play_bin_change_state):
13807         Refcount fix and more comments.
13808
13809 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13810
13811         * sys/ximage/Makefile.am:
13812         * sys/ximage/ximage.c: (plugin_init):
13813         * sys/ximage/ximagesink.c:
13814         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13815         
13816
13817 2005-07-21  Wim Taymans  <wim@fluendo.com>
13818
13819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13820         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13821         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13822         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13823         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13824         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13825         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13826         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13827         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13828         Generate correct disconts for live chained oggs.
13829
13830         * gst-libs/gst/audio/gstbaseaudiosink.c:
13831         (gst_base_audio_sink_render),
13832         (gst_base_audio_sink_create_ringbuffer),
13833         (gst_base_audio_sink_change_state):
13834         Handle discont math correctly.
13835
13836         * gst/playback/gstplaybin.c: (add_sink):
13837         Some small debug cleanup.
13838
13839 2005-07-21  Wim Taymans  <wim@fluendo.com>
13840
13841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13842         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13843         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13844         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13845         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13846         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13847         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13848         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13849         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13850         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13851         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13852         (gst_ogg_demux_change_state), (gst_ogg_print):
13853         Reorganize code to send the right disconts when in streaming
13854         mode.
13855
13856 2005-07-20  Andy Wingo  <wingo@pobox.com>
13857
13858         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13859         fix (?), fixes a seggie mcfalterson (#310894).
13860
13861 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13862
13863         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13864         (gst_ogg_mux_set_header_on_caps):
13865         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13867         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13868         * gst-libs/gst/audio/multichannel.c:
13869         (gst_audio_set_channel_positions),
13870         (gst_audio_set_structure_channel_positions_list):
13871         * gst/playback/gstdecodebin.c: (dynamic_create):
13872         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13873         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13874           Fixes for API changes in core.
13875
13876 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13877
13878         * gst/playback/gstplaybasebin.c: (fill_buffer):
13879           Use _new_custom() so we can set custom message types for buffering
13880           messages.
13881
13882 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13883
13884         * configure.ac:
13885         * gst-libs/gst/Makefile.am:
13886         * gst-libs/gst/gconf/.cvsignore:
13887         * gst-libs/gst/gconf/Makefile.am:
13888         * gst-libs/gst/gconf/test-gconf.c:
13889         * pkgconfig/Makefile.am:
13890         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13891         * pkgconfig/gstreamer-gconf.pc.in:
13892           Remove gconf stuff, use gconf elements instead from now on.
13893
13894 2005-07-20  Wim Taymans  <wim@fluendo.com>
13895
13896         * gst-libs/gst/audio/TODO:
13897         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13898         (gst_audio_clock_get_internal_time):
13899         * gst-libs/gst/audio/gstaudioclock.h:
13900         * gst-libs/gst/audio/gstbaseaudiosink.c:
13901         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13902         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13903         (gst_base_audio_sink_render),
13904         (gst_base_audio_sink_create_ringbuffer),
13905         (gst_base_audio_sink_change_state):
13906         Make sure the audio clock always returns an increasing value.
13907
13908 2005-07-19  Andy Wingo  <wingo@pobox.com>
13909
13910         * gst/videotestsrc/: Cleanups.
13911
13912 2005-07-19  Wim Taymans  <wim@fluendo.com>
13913
13914         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13915         Better debugging.
13916
13917 2005-07-19  Wim Taymans  <wim@fluendo.com>
13918
13919         * examples/seeking/seek.c: (make_dv_pipeline),
13920         (make_vorbis_theora_pipeline), (query_rates),
13921         (query_positions_elems), (query_positions_pads), (do_seek):
13922         Make correct DV pipeline.
13923
13924 2005-07-18  Andy Wingo  <wingo@pobox.com>
13925
13926         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13927         default. Also because it's the only thing that really works. (This
13928         is used in the GConf elements).
13929         Use AS_LIBTOOL_TAGS.
13930
13931 2005-07-18  Wim Taymans  <wim@fluendo.com>
13932
13933         * gst/playback/gstdecodebin.c: (remove_element_chain):
13934         * gst/playback/gstplaybin.c: (add_sink):
13935         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13936         (gst_stream_info_set_mute):
13937         * gst/playback/gststreamselector.c:
13938         (gst_stream_selector_get_linked_pad),
13939         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13940         More leak and compile fixes.
13941
13942 2005-07-18  Wim Taymans  <wim@fluendo.com>
13943
13944         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13945         (query_rates), (query_positions_elems), (query_positions_pads),
13946         (do_seek), (seek_cb), (stop_seek):
13947         Updated seek example. 
13948
13949         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13950         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13951         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13952         * gst/playback/gstplaybin.c: (add_sink):
13953         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13954         (gst_stream_info_set_mute):
13955         Some refcount leak fixes.
13956
13957 2005-07-16  Wim Taymans  <wim@fluendo.com>
13958
13959         * gst-libs/gst/audio/gstbaseaudiosink.c:
13960         (gst_base_audio_sink_render):
13961         Align samples even if we have roundoff errors in the 
13962         timestamp conversion.
13963
13964 2005-07-16  Wim Taymans  <wim@fluendo.com>
13965
13966         * docs/libs/tmpl/gstringbuffer.sgml:
13967         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13968         (query_rates), (query_positions_elems), (query_positions_pads),
13969         (update_scale), (do_seek):
13970         Updated seek example.
13971
13972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13973         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13974         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13975         (gst_ogg_demux_loop):
13976         Push out correct discont values.
13977
13978         * ext/theora/theoradec.c: (theora_dec_src_convert),
13979         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13980         (theora_dec_sink_event), (theora_handle_type_packet),
13981         (theora_handle_header_packet), (theora_dec_push),
13982         (theora_handle_data_packet), (theora_dec_chain),
13983         (theora_dec_change_state):
13984         Better timestamping.
13985
13986         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13987         (vorbis_dec_sink_event), (vorbis_dec_push),
13988         (vorbis_handle_data_packet), (vorbis_dec_chain):
13989         * ext/vorbis/vorbisdec.h:
13990         Better timestamping.
13991
13992         * gst-libs/gst/audio/gstbaseaudiosink.c:
13993         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13994         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13995         Handle syncing on timestamps instead of sample offsets. Make
13996         use of DISCONT values as described in design docs.
13997
13998         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13999         (gst_base_audio_src_get_time):
14000         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14001         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14002         (gst_ring_buffer_read):
14003         * gst-libs/gst/audio/gstringbuffer.h:
14004         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14005         (gst_ximagesink_show_frame):
14006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14007         Correcly convert buffer timestamp to stream time.
14008
14009 2005-07-16  Wim Taymans  <wim@fluendo.com>
14010
14011         * gst/audioconvert/gstaudioconvert.c:
14012         (gst_audio_convert_get_buffer):
14013         Timestamp buffers correctly.
14014
14015         * gst/playback/gstplaybin.c: (gen_video_element):
14016         Make internal fakesink silent.
14017
14018 2005-07-15  Wim Taymans  <wim@fluendo.com>
14019
14020         * gst/ffmpegcolorspace/Makefile.am:
14021         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14022         (gst_ffmpegcsp_caps_remove_format_info),
14023         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14024         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14025         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14026         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14027         Ported ffmpegcolorspace to basetransform.
14028
14029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14030         * gst/volume/gstvolume.c: (volume_transform):
14031         Ported to new API.
14032
14033 2005-07-14  Wim Taymans  <wim@fluendo.com>
14034
14035         * gst/videotestsrc/Makefile.am:
14036         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14037         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14038         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14039         (gst_videotestsrc_init), (gst_videotestsrc_event),
14040         (gst_videotestsrc_create), (gst_videotestsrc_start),
14041         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14042         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14043         (gst_videotestsrc_get_property):
14044         * gst/videotestsrc/gstvideotestsrc.h:
14045         Make videotestsrc a pushsrc.
14046
14047 2005-07-14  Wim Taymans  <wim@fluendo.com>
14048
14049         * gst/tcp/gstfdset.c: (gst_fdset_free):
14050         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14051         (gst_multifdsink_add), (gst_multifdsink_remove),
14052         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14053         (gst_multifdsink_remove_client_link),
14054         (gst_multifdsink_client_queue_data),
14055         (gst_multifdsink_client_queue_caps),
14056         (gst_multifdsink_client_queue_buffer),
14057         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14058         (gst_multifdsink_stop):
14059         * gst/tcp/gstmultifdsink.h:
14060         0.8 backporting.
14061
14062         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14063         Also draw image when not from a pool.
14064
14065 2005-07-14  Wim Taymans  <wim@fluendo.com>
14066
14067         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14068         (mute_stream), (silence_stream):
14069         Small debug additions.
14070
14071 2005-07-14  Wim Taymans  <wim@fluendo.com>
14072
14073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14074         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14075         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14076         Better error recovery, ignore unconnected pads and
14077         non-fatal errors.
14078
14079 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14080
14081         * docs/libs/tmpl/gstaudio.sgml:
14082         * docs/libs/tmpl/gstcolorbalance.sgml:
14083         * docs/libs/tmpl/gstgconf.sgml:
14084         * docs/libs/tmpl/gstmixer.sgml:
14085         * docs/libs/tmpl/gstringbuffer.sgml:
14086         * docs/libs/tmpl/gsttuner.sgml:
14087         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14088         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14089         (gst_tcpclientsrc_class_init):
14090         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14091         (gst_tcpserversrc_class_init):
14092         * sys/v4l/gstv4lelement.c:
14093           more autistic cleanliness in functions/names/defines
14094
14095 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14096
14097         * configure.ac:
14098           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14099           added manually to each Makefile.am so we are sure it goes
14100           *last* and doesn't add -L flags before linking in libs of our
14101           own, like, say, internal .la libs, that then accidentally pick
14102           up the installed copy.
14103         * docs/libs/Makefile.am:
14104         * ext/alsa/Makefile.am:
14105         * ext/cdparanoia/Makefile.am:
14106         * ext/gnomevfs/Makefile.am:
14107         * ext/libvisual/Makefile.am:
14108         * ext/ogg/Makefile.am:
14109         * ext/theora/Makefile.am:
14110         * ext/vorbis/Makefile.am:
14111         * gst-libs/gst/video/Makefile.am:
14112         * gst/adder/Makefile.am:
14113         * gst/audioconvert/Makefile.am:
14114         * gst/audiorate/Makefile.am:
14115         * gst/audioscale/Makefile.am:
14116         * gst/ffmpegcolorspace/Makefile.am:
14117         * gst/playback/Makefile.am:
14118         * gst/sine/Makefile.am:
14119         * gst/subparse/Makefile.am:
14120         * gst/tags/Makefile.am:
14121         * gst/tcp/Makefile.am:
14122         * gst/typefind/Makefile.am:
14123         * gst/videorate/Makefile.am:
14124         * gst/videoscale/Makefile.am:
14125         * gst/videotestsrc/Makefile.am:
14126         * gst/volume/Makefile.am:
14127         * sys/v4l/Makefile.am:
14128         * sys/ximage/Makefile.am:
14129         * sys/xvimage/Makefile.am:
14130           adapt properly to this change. This should make sure that
14131           plugins and libs properly link to the as-yet-uninstalled
14132           copies of stuff like libgstinterfaces and libgstvideo
14133
14134 2005-07-13  Andy Wingo  <wingo@pobox.com>
14135
14136         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14137         (gst_v4lsrc_fixate): Fixate on format as well.
14138
14139         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14140         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14141         buffer points to it.
14142         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14143         rather just doing X calls ourselves. Also fixes a memleak.
14144
14145 2005-07-12  Andy Wingo  <wingo@pobox.com>
14146
14147         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14148         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14149         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14150         TRUE to avoid deadlocks if an element holds on to our buffers.
14151
14152 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14153
14154         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14155         (gst_sinesrc_init), (gst_sinesrc_create),
14156         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14157         (gst_sinesrc_start):
14158         * gst/sine/gstsinesrc.h:
14159           removing num-buffers property before moving it
14160
14161 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14162
14163         * configure.ac:
14164           use overridable ERROR_CFLAGS
14165         * docs/libs/gst-plugins-base-libs.types:
14166         * docs/libs/tmpl/gstringbuffer.sgml:
14167         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14168         (gst_alsasink_class_init):
14169         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14170         (gst_alsasrc_class_init):
14171         * gst-libs/gst/audio/audio.h:
14172         * gst-libs/gst/audio/gstaudioclock.h:
14173         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14174         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14175         (gst_audio_filter_link), (gst_audio_filter_init),
14176         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14177         (gst_audio_filter_get_property),
14178         (gst_audio_filter_class_add_pad_templates):
14179         * gst-libs/gst/audio/gstaudiofilter.h:
14180         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14181         (gst_audio_filter_template_get_type),
14182         (gst_audio_filter_template_base_init),
14183         (gst_audio_filter_template_class_init),
14184         (gst_audio_filter_template_init),
14185         (gst_audio_filter_template_set_property),
14186         (gst_audio_filter_template_get_property), (plugin_init),
14187         (gst_audio_filter_template_setup),
14188         (gst_audio_filter_template_filter),
14189         (gst_audio_filter_template_filter_inplace):
14190         * gst-libs/gst/audio/gstaudiosink.c:
14191         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14192         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14193         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14194         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14195         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14196         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14197         * gst-libs/gst/audio/gstaudiosink.h:
14198         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14199         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14200         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14201         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14202         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14203         (gst_audio_src_class_init), (gst_audio_src_init),
14204         (gst_audio_src_create_ringbuffer):
14205         * gst-libs/gst/audio/gstaudiosrc.h:
14206         * gst-libs/gst/audio/gstbaseaudiosink.c:
14207         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14208         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14209         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14210         (gst_base_audio_sink_set_property),
14211         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14212         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14213         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14214         (gst_base_audio_sink_create_ringbuffer),
14215         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14216         * gst-libs/gst/audio/gstbaseaudiosink.h:
14217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14218         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14219         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14220         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14221         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14222         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14223         (gst_base_audio_src_event), (gst_base_audio_src_create),
14224         (gst_base_audio_src_create_ringbuffer),
14225         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14226         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14227         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14228         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14229         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14230         (gst_ring_buffer_debug_spec_caps),
14231         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14232         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14233         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14234         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14235         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14236         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14237         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14238         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14239         (gst_ring_buffer_clear):
14240         * gst-libs/gst/audio/gstringbuffer.h:
14241         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14242         (gst_video_sink_class_init), (gst_video_sink_get_type):
14243         * gst-libs/gst/video/videosink.h:
14244         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14245         (gst_multifdsink_class_init),
14246         (gst_multifdsink_handle_client_write),
14247         (gst_multifdsink_change_state):
14248         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14249         (gst_tcpclientsink_setcaps):
14250         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14251         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14252         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14253         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14254         (gst_ximagesink_send_pending_navigation),
14255         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14256         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14258         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14259         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14260         (gst_xvimagesink_send_pending_navigation),
14261         (gst_xvimagesink_navigation_send_event),
14262         (gst_xvimagesink_set_xwindow_id),
14263         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14264         (gst_xvimagesink_get_type):
14265         more macro splitting
14266
14267 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14268
14269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14270           plug a memleak, allows me to import 1479 albums in one go
14271           in jamboree
14272         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14273         (vorbis_handle_type_packet), (vorbis_dec_chain),
14274         (vorbis_dec_change_state):
14275           fix some format strings
14276
14277 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14278
14279         * docs/libs/tmpl/gstcolorbalance.sgml:
14280         * docs/libs/tmpl/gstmixer.sgml:
14281         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14282         (gst_alsasink_set_property), (gst_alsasink_get_property):
14283         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14284         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14285           add device property
14286
14287 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14288
14289         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14290         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14291         (audiocast_register_listener), (audiocast_thread_run),
14292         (gst_gnomevfssrc_send_additional_headers_callback),
14293         (gst_gnomevfssrc_received_headers_callback),
14294         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14295         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14296         (gst_gnomevfssrc_get_size):
14297           add/clean up debugging
14298         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14299           cleanups
14300
14301 2005-07-07  Andy Wingo  <wingo@pobox.com>
14302
14303         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14304         framerate. Need to get a handle on when exactly this function is
14305         called, tho.
14306
14307         * sys/v4l/v4lsrc_calls.h:
14308         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14309         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14310         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14311
14312         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14313         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14314         v4lelements are sources.
14315
14316         * sys/v4l/gstv4lxoverlay.h:
14317         * sys/v4l/gstv4lxoverlay.c:
14318         * sys/v4l/gstv4ltuner.h:
14319         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14320         
14321         * sys/v4l/gstv4lsrc.h:
14322         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14323         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14324         or something should handle that. Made a live source.
14325
14326         * sys/v4l/gstv4lelement.h:
14327         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14328         signals. Some cleanups.
14329
14330         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14331
14332         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14333         stuff.
14334
14335         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14336         stuff.
14337
14338         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14339
14340 2005-07-07  Wim Taymans  <wim@fluendo.com>
14341
14342         * ext/theora/theoradec.c: (theora_get_query_types),
14343         (theora_dec_src_getcaps), (theora_dec_push):
14344         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14346         Remove deprecated/unused query types.
14347
14348 2005-07-06  Wim Taymans  <wim@fluendo.com>
14349
14350         * ext/alsa/Makefile.am:
14351         * ext/alsa/gstalsaplugin.c: (plugin_init):
14352         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14353         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14354         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14355         (gst_alsasrc_class_init), (gst_alsasrc_init),
14356         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14357         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14358         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14359         (gst_alsasrc_reset):
14360         * ext/alsa/gstalsasrc.h:
14361         * gst-libs/gst/audio/Makefile.am:
14362         * gst-libs/gst/audio/gstaudiosink.c:
14363         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14364         (gst_audioringbuffer_start):
14365         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14366         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14367         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14368         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14369         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14370         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14371         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14372         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14373         * gst-libs/gst/audio/gstaudiosrc.h:
14374         * gst-libs/gst/audio/gstbaseaudiosink.c:
14375         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14376         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14377         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14379         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14380         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14381         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14382         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14383         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14384         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14385         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14386         (gst_baseaudiosrc_change_state):
14387         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14388         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14389         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14390         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14391         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14392         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14393         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14394         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14395         * gst-libs/gst/audio/gstringbuffer.h:
14396         Added audiosource base classes.
14397         Ported alsasrc, still very basic.
14398
14399 2005-07-06  Wim Taymans  <wim@fluendo.com>
14400
14401         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14402         (theora_dec_push), (theora_handle_data_packet):
14403         Prepare for better timestamp fix later.
14404
14405         * gst/audioconvert/gstaudioconvert.c:
14406         List most accurate caps first
14407
14408         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14409         Use proper pad task function.
14410
14411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14412         (gst_xvimagesink_show_frame):
14413         Fix deadlock when alloc failed.
14414
14415 2005-07-05  Andy Wingo  <wingo@pobox.com>
14416
14417         * ext/gnomevfs/gstgnomevfssrc.c:
14418         * gst/sine/gstsinesrc.c:
14419         * gst/tcp/gsttcpserversrc.c:
14420         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14421
14422         * sys/v4l/: Port from 0.8.
14423
14424         * Many files: Null if we got it....
14425
14426 2005-07-05  Andy Wingo  <wingo@pobox.com>
14427
14428         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14429         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14430         Signedness fixes.
14431
14432 2005-07-05  Wim Taymans  <wim@fluendo.com>
14433
14434         * configure.ac:
14435         * gst/tcp/Makefile.am:
14436         * gst/tcp/README:
14437         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14438         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14439         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14440         (is_sync_frame), (gst_multifdsink_handle_client_write),
14441         (gst_multifdsink_render), (gst_multifdsink_start),
14442         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14443         * gst/tcp/gstmultifdsink.h:
14444         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14445         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14446         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14447         * gst/tcp/gsttcp.h:
14448         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14449         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14450         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14451         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14452         * gst/tcp/gsttcpclientsink.h:
14453         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14454         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14455         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14456         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14457         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14458         * gst/tcp/gsttcpclientsrc.h:
14459         * gst/tcp/gsttcpplugin.c: (plugin_init):
14460         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14461         * gst/tcp/gsttcpserversink.h:
14462         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14463         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14464         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14465         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14466         (gst_tcpserversrc_stop):
14467         * gst/tcp/gsttcpserversrc.h:
14468         * gst/tcp/gsttcpsink.c:
14469         * gst/tcp/gsttcpsink.h:
14470         * gst/tcp/gsttcpsrc.c:
14471         * gst/tcp/gsttcpsrc.h:
14472         Ported tcp plugins to 0.9. 
14473         
14474
14475 2005-07-05  Andy Wingo  <wingo@pobox.com>
14476
14477         * gst/playback/gstplaybasebin.c (fill_buffer):
14478         message_new_application fixen.
14479
14480         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14481         Style fix.
14482
14483 2005-07-04  Wim Taymans  <wim@fluendo.com>
14484
14485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14486         Set caps on output buffer.
14487
14488 2005-07-04  Andy Wingo  <wingo@pobox.com>
14489
14490         * ext/gnomevfs/gstgnomevfssrc.c
14491         (gst_gnomevfssrc_received_headers_callback) 
14492         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14493         hopefully.
14494
14495         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14496         No refcount leakage.
14497
14498         * configure.ac: Enable -Werror.
14499         
14500         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14501         * gst/audioconvert/bufferframesconvert.c
14502         (buffer_frames_convert_fixate):
14503         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14504         (gst_audio_convert_fixate):
14505         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14506         (gst_sinesrc_create): Fixate func changes.
14507         
14508         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14509         (gst_ximagesink_buffer_alloc): Unused var.
14510
14511 2005-07-01  Andy Wingo  <wingo@pobox.com>
14512
14513         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14514         getcaps to do explicit caps. Needs to be done in all decoders,
14515         possibly via a base class.
14516
14517         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14518
14519         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14520         caps on the sink pad, just rely on the pad template. Also, setting
14521         ANY caps on a pad is not valid because the caps are not fixed.
14522
14523         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14524         caps on the buffer, and get the width from the desired_caps if
14525         they're set.
14526         (gst_ximagesink_renegotiate_size): Implement via setting the
14527         desired_caps on the ximagesink.
14528         (gst_ximagesink_setcaps): Only reset the width of the player if it
14529         wasn't already set. Not sure if this is right.
14530         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14531
14532         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14533         that the user wants. NULL unless the window has been resized.
14534
14535         * gst/volume/gstvolume.c (volume_transform): Adapt to
14536         basetransform refcount changes.
14537         
14538 2005-07-01  Andy Wingo  <wingo@pobox.com>
14539
14540         * gst/videoscale/gstvideoscale.c:
14541         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14542         from BaseTransform, implements a transform_caps. Removed dead code
14543         including some PAR stuff that was never reached -- should probably
14544         be added back somehow.
14545
14546 2005-07-01  Andy Wingo  <wingo@pobox.com>
14547
14548         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14549         come later.
14550
14551 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14552
14553         * configure.ac:
14554         * docs/libs/Makefile.am:
14555         * docs/libs/gst-plugins-libs.types:
14556         * ext/alsa/Makefile.am:
14557         * ext/alsa/gstalsamixer.h:
14558         * ext/alsa/gstalsamixeroptions.h:
14559         * ext/alsa/gstalsamixertrack.h:
14560         * gst-libs/gst/Makefile.am:
14561         * gst-libs/gst/colorbalance/.cvsignore:
14562         * gst-libs/gst/colorbalance/Makefile.am:
14563         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14564         * gst-libs/gst/colorbalance/colorbalance.c:
14565         * gst-libs/gst/colorbalance/colorbalance.h:
14566         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14567         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14568         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14569         * gst-libs/gst/interfaces/Makefile.am:
14570         * gst-libs/gst/interfaces/colorbalance.c:
14571         (gst_color_balance_class_init):
14572         * gst-libs/gst/interfaces/colorbalance.h:
14573         * gst-libs/gst/interfaces/interfaces-marshal.list:
14574         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14575         * gst-libs/gst/interfaces/mixer.h:
14576         * gst-libs/gst/interfaces/mixeroptions.h:
14577         * gst-libs/gst/interfaces/navigation.c:
14578         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14579         * gst-libs/gst/interfaces/tuner.h:
14580         * gst/volume/Makefile.am:
14581         * gst/volume/gstvolume.c:
14582         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14583         * sys/ximage/Makefile.am:
14584         * sys/ximage/ximagesink.c:
14585         * sys/xvimage/Makefile.am:
14586         * sys/xvimage/xvimagesink.c:
14587           fold in all interfaces into an interfaces dir, preserving CVS
14588           history
14589
14590 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14591
14592         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14593           Fix build after riff changes.
14594
14595 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14596
14597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14598         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14599         (gst_riff_create_video_template_caps),
14600         (gst_riff_create_audio_template_caps),
14601         (gst_riff_create_iavs_template_caps):
14602         * gst-libs/gst/riff/riff-media.h:
14603         * gst-libs/gst/riff/riff-read.h:
14604         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14605           Add gst_riff_init() to initialize the debug category, instead
14606           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14607
14608 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14609
14610         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14611           Oops, I shouldn't apply hacks.
14612
14613 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14614
14615         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14616           Remove pad_loop function which doesn't work.
14617
14618 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14619
14620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14621           Send EOS when deactivating.
14622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14623         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14624         (gen_preroll_element), (probe_triggered), (mute_stream),
14625         (silence_stream), (new_decoded_pad), (setup_substreams),
14626         (set_active_source):
14627         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14628         (remove_sinks), (add_sink):
14629         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14630           Change for new probe API.
14631
14632 2005-06-29  Wim Taymans  <wim@fluendo.com>
14633
14634         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14635         * gst-libs/gst/audio/gstbaseaudiosink.c:
14636         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14637         (gst_baseaudiosink_change_state):
14638         * gst-libs/gst/audio/gstbaseaudiosink.h:
14639         * gst-libs/gst/audio/gstringbuffer.c:
14640         (gst_ringbuffer_set_callback):
14641         Fix compilation error.
14642         Ringbuffer starts out as not running.
14643         Free our clock in dispose.
14644         When releasing the ringbuffer we need to renegotiate so
14645         clear the pad caps.
14646
14647 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14648
14649         * autogen.sh:
14650         * configure.ac:
14651         * docs/Makefile.am:
14652         * docs/libs/Makefile.am:
14653         * docs/libs/gst-plugins-libs-docs.sgml:
14654         * docs/libs/gst-plugins-libs-sections.txt:
14655         * docs/libs/gst-plugins-libs.types:
14656         * docs/libs/tmpl/gstaudio.sgml:
14657         * docs/libs/tmpl/gstcolorbalance.sgml:
14658         * docs/libs/tmpl/gstringbuffer.sgml:
14659         * gst-libs/gst/audio/gstringbuffer.c:
14660         (gst_ringbuffer_set_callback):
14661           reinstate gtk-doc docs for plugin libs
14662
14663 2005-06-28  Wim Taymans  <wim@fluendo.com>
14664
14665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14666         (gst_ogg_demux_init):
14667         Removed pad loop function.
14668
14669 2005-06-28  Wim Taymans  <wim@fluendo.com>
14670
14671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14672         If we're building a chain we are not in an error case
14673         when we queue a buffer.
14674
14675 2005-06-28  Andy Wingo  <wingo@pobox.com>
14676
14677         * *.c: Don't cast to GstObject before reffing/unreffing.
14678
14679 2005-06-27  Andy Wingo  <wingo@pobox.com>
14680
14681         * gst/videotestsrc/gstvideotestsrc.c
14682         (gst_videotestsrc_activate_push): Activation API changes.
14683
14684         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14685         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14686         they have refs on the decodebin.
14687
14688         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14689         parent class.
14690         (gst_ogg_pad_typefind): Don't leak a pad ref.
14691         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14692         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14693         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14694
14695 2005-06-27  Edward Hervey  <edward@fluendo.com>
14696
14697         * ext/theora/theoradec.c: (theora_dec_change_state): 
14698         re-arranged call to parent's state change in order to avoid locks (or
14699         worse).
14700
14701 2005-06-26  Edward Hervey  <edward@fluendo.com>
14702
14703         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14704         2nd argument of 'unknow-type' signal is a GstCaps and not a
14705         GstMiniObject
14706
14707 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14708         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14709           Set the worker thread's running flag to TRUE before starting the
14710           thread.
14711         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14712           Catch a failure to add typefind to the bin.
14713
14714 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14715
14716         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14717         (gst_sinesrc_init), (gst_sinesrc_create),
14718         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14719         (gst_sinesrc_start):
14720         * gst/sine/gstsinesrc.h:
14721           add num-buffers and timestamp-offset properties
14722         * gst/videotestsrc/gstvideotestsrc.c:
14723         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14724         (gst_videotestsrc_get_property):
14725           add timestamp-offset property
14726
14727 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14728
14729         * configure.ac: add videorate
14730         * gst-plugins-base.spec.in: add videorate
14731
14732 2005-06-23  Wim Taymans  <wim@fluendo.com>
14733
14734         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14735         (gst_videorate_getcaps), (gst_videorate_setcaps),
14736         (gst_videorate_event), (gst_videorate_chain):
14737         Fixed videorate, fixating an already fixated caps is not
14738         an error.
14739
14740 2005-06-23  Wim Taymans  <wim@fluendo.com>
14741
14742         * ext/ogg/README:
14743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14744         Buffer on caps is not boxed anymore.
14745
14746 2005-06-22  Wim Taymans  <wim@fluendo.com>
14747
14748         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14750         Set buffers on caps as miniobjects and not as boxed.
14751
14752 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * configure.ac:
14755           back to HEAD
14756
14757 === release 0.9.1 ===
14758
14759 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14760
14761         * .cvsignore:
14762         * NEWS:
14763         * README:
14764         * RELEASE:
14765         * configure.ac:
14766         * po/af.po:
14767         * po/az.po:
14768         * po/cs.po:
14769         * po/en_GB.po:
14770         * po/hu.po:
14771         * po/it.po:
14772         * po/nb.po:
14773         * po/nl.po:
14774         * po/or.po:
14775         * po/sq.po:
14776         * po/sr.po:
14777         * po/sv.po:
14778         * po/uk.po:
14779         * po/vi.po:
14780           updates for release
14781
14782 2005-06-09  Andy Wingo  <wingo@pobox.com>
14783
14784         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14785         
14786 2005-06-09  Andy Wingo  <wingo@pobox.com>
14787
14788         * configure.ac:
14789         * gst-libs/gst/Makefile.am:
14790         * gst-libs/gst/net/Makefile.am:
14791         Add gstnet to build.
14792
14793 2005-06-09  Andy Wingo  <wingo@pobox.com>
14794
14795         * gst-libs/gst/gconf/gconf.c:
14796         * gst/playback/test.c:
14797         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14798         fixes.
14799
14800         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14801
14802         * ext/theora/theoraenc.c (theora_enc_chain): 
14803         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14804
14805         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14806         RealPad.
14807
14808 2005-06-02  Wim Taymans  <wim@fluendo.com>
14809
14810         * gst-libs/gst/net/Makefile.am:
14811         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14812         * pkgconfig/gstreamer-libs.pc.in:
14813         Added net stuff, version net lib.
14814
14815 2005-06-02  Wim Taymans  <wim@fluendo.com>
14816
14817         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14818         (query_rates), (query_positions_elems), (query_positions_pads),
14819         (do_seek):
14820         Updated seek example.
14821
14822 2005-06-02  Andy Wingo  <wingo@pobox.com>
14823
14824         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14825         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14826         list.
14827
14828         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14829         remove the typefind, the bin dispose will do it for us. When it's
14830         removed and unreffed, the signal handler will be disconnected,
14831         too.
14832         (unlinked): It's too difficult to disconnect from unlinked
14833         handlers, as they are on pads not elements. Just punt if the pads
14834         aren't grandkids of the bin.
14835
14836 2005-06-02  Wim Taymans  <wim@fluendo.com>
14837
14838         * ext/ogg/README:
14839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14840         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14842         * ext/theora/theoradec.c: (theora_dec_src_query),
14843         (theora_handle_data_packet):
14844         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14845         (theora_enc_chain):
14846         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14847         (vorbis_handle_data_packet):
14848         * gst/audioconvert/bufferframesconvert.c:
14849         (buffer_frames_convert_chain):
14850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14851         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14852         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14853         (gst_ffmpegcsp_chain):
14854         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14855         (gst_videorate_getcaps), (gst_videorate_setcaps),
14856         (gst_videorate_event), (gst_videorate_chain):
14857         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14858         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14859         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14860         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14861         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14862         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14863         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14865         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14866         Cleanups and buffer alloc.
14867
14868 2005-05-31  Wim Taymans  <wim@fluendo.com>
14869
14870         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14871         Don't try to call the delay method when the device is not
14872         opened.
14873
14874 2005-05-31  Wim Taymans  <wim@fluendo.com>
14875
14876         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14877         Get actual segment size and buffer size after opening
14878         the device.
14879
14880 2005-05-30  Wim Taymans  <wim@fluendo.com>
14881
14882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14883         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14884         Also FLUSH upstream, makes the loop function exit faster.
14885         
14886         * ext/theora/theoradec.c: (theora_dec_src_query):
14887         Some more debug info in the query.
14888         
14889         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14890         (gst_ximagesink_setcaps):
14891         Release lock on par error, better error reporting.
14892
14893 2005-05-26  Wim Taymans  <wim@fluendo.com>
14894
14895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14896         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14897         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14898         Clear chains in READY
14899         Queue packets until the chain is activated.
14900
14901 2005-05-25  Wim Taymans  <wim@fluendo.com>
14902
14903         * gst-libs/gst/audio/gstaudiosink.c:
14904         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14905         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14906         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14907         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14908         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14909         (gst_audiosink_create_ringbuffer):
14910         * gst-libs/gst/audio/gstbaseaudiosink.c:
14911         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14912         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14913         (gst_baseaudiosink_set_property), (build_linear_format),
14914         (debug_spec_caps), (debug_spec_buffer),
14915         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14916         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14917         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14918         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14919         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14920         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14921         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14922         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14923         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14924         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14925         (wait_segment), (gst_ringbuffer_commit),
14926         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14927         (gst_ringbuffer_clear):
14928         Various small cleanups.
14929
14930         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14931         (gst_audio_convert_change_state):
14932         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14933         No need to take the locks anymore.
14934
14935 2005-05-25  Wim Taymans  <wim@fluendo.com>
14936
14937         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14938         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14939         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14940         (type_found):
14941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14942         (group_destroy), (group_commit), (queue_overrun),
14943         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14944         (mute_stream), (new_decoded_pad), (setup_substreams),
14945         (setup_source), (mute_group_type), (set_active_source),
14946         (gst_play_base_bin_change_state):
14947         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14948         (gen_video_element), (gen_text_element), (gen_audio_element),
14949         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14950         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14951         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14952         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14953         Some playbin cleanups mostly refcounting sloppyness.
14954
14955 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14956
14957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14958           Work with streaming input.
14959
14960 2005-05-25  Wim Taymans  <wim@fluendo.com>
14961
14962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14963         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14964         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14965         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14966         No need to take the STREAM lock anymore.
14967
14968 2005-05-25  Wim Taymans  <wim@fluendo.com>
14969
14970         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14971         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14972         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14973         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14974         (gst_ogg_demux_sink_activate):
14975         * ext/theora/theoradec.c: (theora_dec_src_event),
14976         (theora_handle_comment_packet), (theora_dec_chain),
14977         (theora_dec_change_state):
14978         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14979         (vorbis_handle_data_packet), (vorbis_dec_chain),
14980         (vorbis_dec_change_state):
14981         Remove STREAM locks as they are taken in core now.
14982         Never set bogus granulepos on vorbis/theora.
14983         Fix leaks in theoradec tag parsing.
14984
14985 2005-05-25  Wim Taymans  <wim@fluendo.com>
14986
14987         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14988         Fix memleaks, GST_BUFFER_DATA() is not freed.
14989
14990 2005-05-25  Wim Taymans  <wim@fluendo.com>
14991
14992         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14993         Open non-blocking, set to blocking mode afterwards to avoid
14994         lockups when audio device is busy.
14995
14996 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14997
14998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14999           This can't be good.
15000
15001 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15002
15003         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15004         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15005         (gst_audio_convert_setcaps):
15006           Implement instant setup switching.
15007
15008 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15009
15010         * gst/playback/gstplaybasebin.c: (probe_triggered):
15011           Fix missing unlock.
15012         * gst/playback/gstplaybin.c: (add_sink):
15013           First add, then link (otherwise pad link fails).
15014
15015 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15016
15017         * examples/Makefile.am:
15018         fix buildbot (make distcheck)
15019
15020 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15021
15022         * gst/playback/gstplaybin.c: (gen_vis_element):
15023           Remove some wrong code. Doesn't work yet.
15024
15025 2005-05-19  Wim Taymans  <wim@fluendo.com>
15026
15027         * gst-libs/gst/net/Makefile.am:
15028         * gst-libs/gst/net/README:
15029         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15030         (gst_netbuffer_class_init), (gst_netbuffer_init),
15031         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15032         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15033         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15034         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15035         * gst-libs/gst/net/gstnetbuffer.h:
15036         Added buffer subclass to store extra to/from addresses for
15037         network sources/sinks.
15038
15039 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15040
15041         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15042           Don't lock an unassigned variable.
15043
15044 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15045
15046         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15047           Increase buffer for video, decrease buffer for other media types.
15048         * gst/playback/gstplaybin.c: (gen_video_element),
15049         (gen_audio_element):
15050           Change names for debugging purposes.
15051
15052 2005-05-18  Wim Taymans  <wim@fluendo.com>
15053
15054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15055         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15056         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15057         (gst_ffmpegcsp_chain):
15058         Enable buffer alloc passthrough if the source and dest
15059         formats are the same.
15060
15061 2005-05-17  Wim Taymans  <wim@fluendo.com>
15062
15063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15064         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15065         (gst_ogg_demux_chain_unlocked):
15066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15067         (gst_audio_convert_caps_remove_format_info),
15068         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15069         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15070         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15071         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15072         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15073         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15074         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15075         (gst_ffmpegcsp_get_property):
15076         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15077         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15078         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15079         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15080         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15081         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15082         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15083         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15084         Leak fixes in oggdemux.
15085         Some cleanups in audioconvert.
15086         Make passthrough work along with buffer_alloc etc.
15087         Make buffer_alloc and buffer recycling actually work in
15088         xvimagesink.
15089
15090 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15091
15092         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15093           make the compiler happy
15094
15095 2005-05-17  Wim Taymans  <wim@fluendo.com>
15096
15097         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15098         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15099         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15100         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15101         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15102         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15103         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15104         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15105         (gst_xvimagesink_set_xwindow_id):
15106         * sys/xvimage/xvimagesink.h:
15107         Port xvimagesink to new MiniObject.
15108
15109 2005-05-17  Wim Taymans  <wim@fluendo.com>
15110
15111         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15112         (gst_audiofilter_chain):
15113         * gst-libs/gst/audio/gstaudiosink.c:
15114         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15115         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15116         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15117         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15118         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15119         (gst_audiosink_create_ringbuffer):
15120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15121         (gst_audio_convert_caps_remove_format_info),
15122         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15123         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15125         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15126         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15127         Fix passthrough in ffmpegcolorspace.
15128         Fix memset in audiosink on wrong memory.
15129
15130 2005-05-16  David Schleef  <ds@schleef.org>
15131
15132         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15133         to GstMiniObject.
15134
15135 2005-05-16  David Schleef  <ds@schleef.org>
15136
15137         Port from GstData to GstMiniObject.
15138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15140         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15141         (gst_ogg_mux_collected):
15142         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15143         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15144         (theora_handle_data_packet):
15145         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15146         (theora_set_header_on_caps), (theora_enc_chain):
15147         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15148         (vorbis_handle_comment_packet):
15149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15150         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15151         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15152         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15153         * gst/audioconvert/gstaudioconvert.c:
15154         (gst_audio_convert_get_buffer):
15155         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15156         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15157         (mute_stream), (silence_stream):
15158         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15159         * gst/volume/gstvolume.c: (volume_transform):
15160         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15161         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15162         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15163         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15164         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15165         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15166         (gst_ximagesink_buffer_alloc):
15167         * sys/ximage/ximagesink.h:
15168
15169 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15170
15171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15172         (fill_buffer), (check_queue), (queue_threshold_reached),
15173         (queue_out_of_data):
15174         * gst/playback/gstplaybasebin.h:
15175           Post buffer-fullness on the bus.
15176
15177 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15178
15179         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15180         (try_to_link_1):
15181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15182         (group_commit), (probe_triggered), (setup_source),
15183         (gst_play_base_bin_change_state):
15184         * gst/playback/gstplaybasebin.h:
15185         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15186         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15187         (gst_play_bin_change_state):
15188           Move setup_output_pads into a virtual function, remove
15189           group-switch (no longer needed) and redirect (handled by bus
15190           now) signals.
15191
15192 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15193
15194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15195         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15196         (get_active_group), (get_building_group), (group_destroy),
15197         (group_commit), (check_queue), (queue_overrun),
15198         (queue_threshold_reached), (queue_out_of_data),
15199         (gen_preroll_element), (remove_groups), (unknown_type),
15200         (add_element_stream), (no_more_pads), (probe_triggered),
15201         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15202         (setup_substreams), (setup_source), (finish_source),
15203         (prepare_output), (muted_group_change_state),
15204         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15205         (gst_play_base_bin_change_state):
15206         * gst/playback/gstplaybasebin.h:
15207         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15208         (gst_play_bin_init), (gst_play_bin_set_property),
15209         (gen_video_element), (gen_text_element), (gen_audio_element),
15210         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15211         (gst_play_bin_change_state):
15212         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15213         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15214         (stream_info_change_state), (gst_stream_info_set_mute),
15215         (gst_stream_info_get_property):
15216         * gst/playback/gststreaminfo.h:
15217         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15218         (gst_stream_selector_get_linked_pad),
15219         (gst_stream_selector_getcaps),
15220         (gst_stream_selector_get_linked_pads),
15221         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15222         * gst/playback/gststreamselector.h:
15223           Rough port of playbin. Needs some more work, but is mostly done,
15224           and uses a few locks in important places, which should make stuff
15225           like chain-switches clean. Still uses GST_STATE() in a few places,
15226           which isn't all that good an idea, subtitles/elements disabled
15227           because no elements to test with and thus probably broken, query
15228           and event handling moved to GstBin, internal thread removed
15229           alltogether because the pipeline does that for us now. Can play
15230           Ogg/Vorbis files. Haven't tested anything else yet.
15231
15232 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15233
15234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15235           Do no-more-pads (needed for autoplugging).
15236
15237 2005-05-10  Andy Wingo  <wingo@pobox.com>
15238
15239         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15240         message to the bus with the tags. Still not sent downstream tho.
15241
15242         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15243         get_parent.
15244         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15245         avoid refcounting hassles.
15246
15247 2005-05-09  Andy Wingo  <wingo@pobox.com>
15248
15249         * gst/volume/Makefile.am:
15250         * gst/volume/demo.c
15251         * gst/volume/gstvolume.h
15252         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15253         basetransform. Probably need an audio filter base class.
15254
15255 2005-05-09  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15258         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15259         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15260         (gst_vorbisenc_chain):
15261         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15262         (gst_audio_convert_caps_remove_format_info),
15263         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15264         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15265         Make caps writable before writing to it.
15266         Fix negotiation in audioconvert some more.
15267
15268 2005-05-09  Wim Taymans  <wim@fluendo.com>
15269
15270         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15271         (gst_videorate_getcaps), (gst_videorate_setcaps),
15272         (gst_videorate_event), (gst_videorate_chain):
15273         Better negotiation.
15274
15275 2005-05-09  Wim Taymans  <wim@fluendo.com>
15276
15277         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15278         (gst_videorate_getcaps), (gst_videorate_setcaps),
15279         (gst_videorate_blank_data), (gst_videorate_init),
15280         (gst_videorate_event), (gst_videorate_chain),
15281         (gst_videorate_change_state):
15282         Port videorate, do a better job at negotiation while we're at
15283         it.
15284
15285 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15286
15287         * configure.ac:
15288           Disable libvisual
15289
15290         * examples/Makefile.am:
15291         * gst-libs/gst/audio/Makefile.am:
15292         * gst-libs/gst/riff/Makefile.am:
15293         * gst-libs/gst/tag/Makefile.am:
15294         * gst-libs/gst/video/Makefile.am:
15295           Fixups for missing variables.
15296
15297 2005-05-09  Wim Taymans  <wim@fluendo.com>
15298
15299         * examples/seeking/seek.c: (make_theora_pipeline),
15300         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15301         (query_rates), (query_positions_elems), (query_positions_pads),
15302         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15304         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15305         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15306         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15307         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15309         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15310         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15311         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15312         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15313         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15314         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15315         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15316         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15317         (theora_dec_src_convert), (theora_dec_sink_convert),
15318         (theora_dec_src_query), (theora_dec_sink_query),
15319         (theora_dec_src_event), (theora_dec_sink_event),
15320         (theora_handle_comment_packet), (theora_handle_type_packet),
15321         (theora_handle_header_packet), (theora_handle_data_packet),
15322         (theora_dec_chain):
15323         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15324         (vorbis_dec_convert), (vorbis_dec_src_query),
15325         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15326         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15327         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15328         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15329         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15330         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15331         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15332         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15333         (gst_play_bin_query):
15334         * gst/playback/test3.c: (update_scale):
15335         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15336         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15337         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15338         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15339         (gst_videotestsrc_src_query):
15340         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15341         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15342         (paint_hline_YUV9):
15343         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15344         Port to new query API.
15345         Updated seek.
15346         Cleanups in x[v]imagesink
15347
15348 2005-05-09  Andy Wingo  <wingo@pobox.com>
15349
15350         * ext/alsa/gstalsasink.h:
15351         * ext/gnomevfs/gstgnomevfssrc.c:
15352         (gst_gnomevfssrc_get_icy_metadata):
15353         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15354         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15355         * ext/theora/theoradec.c (theora_dec_src_query)
15356         (theora_dec_src_event, theora_dec_sink_event)
15357         (theora_handle_comment_packet, theora_handle_data_packet):
15358         * ext/theora/theoraenc.c (theora_enc_chain):
15359         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15360         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15361         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15362         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15363         (qt_type_find):
15364         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15365         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15366         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15367         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15368         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15369         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15370         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15371         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15372         (paint_setup_RGB565, paint_setup_xRGB1555):
15373         * gst/videotestsrc/videotestsrc.h:
15374         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15375         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15376         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15377         GCC4 fixes.
15378         
15379         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15380         gst_pad_query_position. Fixes oggdemux.
15381
15382 2005-05-08  David Schleef  <ds@schleef.org>
15383
15384         * configure.ac: Require liboil.
15385         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15386         a few more.
15387         * gst/videotestsrc/videotestsrc.c:
15388         * gst/videotestsrc/videotestsrc.h:
15389
15390 2005-05-06  Wim Taymans  <wim@fluendo.com>
15391
15392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15393         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15394         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15395         Well, unreffing a buffer right before pushing it is asking
15396         for trouble..
15397
15398 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15399
15400         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15401
15402 2005-05-06  Wim Taymans  <wim@fluendo.com>
15403
15404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15405         (gst_audio_convert_caps_remove_format_info),
15406         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15407         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15409         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15410         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15411         * gst/sine/Makefile.am:
15412         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15413         (gst_sinesrc_class_init), (gst_sinesrc_init),
15414         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15415         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15416         (gst_sinesrc_update_freq):
15417         * gst/sine/gstsinesrc.h:
15418         * gst/tcp/gstmultifdsink.c:
15419         * sys/xvimage/xvimagesink.c:
15420         Fixed negotiation wrt _peer_get_caps()
15421         Some cleanups.
15422
15423
15424 2005-05-06  Wim Taymans  <wim@fluendo.com>
15425
15426         * gst-libs/gst/audio/gstaudiosink.c:
15427         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15428         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15429         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15430         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15431         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15432         (gst_audiosink_create_ringbuffer):
15433         * gst-libs/gst/audio/gstbaseaudiosink.c:
15434         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15435         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15436         (gst_baseaudiosink_set_property), (build_linear_format),
15437         (debug_spec_caps), (debug_spec_buffer),
15438         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15439         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15440         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15441         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15442         * gst-libs/gst/audio/gstbaseaudiosink.h:
15443         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15444         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15445         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15446         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15447         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15448         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15449         (wait_segment), (gst_ringbuffer_commit),
15450         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15451         (gst_ringbuffer_clear):
15452         * gst-libs/gst/audio/gstringbuffer.h:
15453         Make the base audiosink return an error when there is no
15454         audiobuffer negotiated.
15455
15456 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15457
15458         * ext/Makefile.am:
15459         Disable cdparanoia until someone ports it!
15460
15461 2005-05-06  Wim Taymans  <wim@fluendo.com>
15462
15463         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15464         (gst_ogg_demux_sink_activate):
15465         And revert after wingo's revert.. sigh..
15466
15467 2005-05-05  Andy Wingo  <wingo@pobox.com>
15468
15469         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15470         GObject.
15471         * configure.ac: Return audiorate and subparse from the ghetto.
15472         Re-enable -Wall -Werror.
15473         * gst/subparse/gstsubparse.c:
15474         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15475         or chain-based. Cleaned up a bit. Not tested.
15476         
15477 2005-05-05  Christian Schaller <christian@fluendo.com> 
15478
15479         * Makefile.am: remove stuff that is not building
15480         * configure.ac: remove stuff that is not building
15481         * examples/Makefile.am: remove stuff that is not building
15482         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15483         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15484         * sys/Makefile.am: remove stuff that is not building
15485         * testsuite/Makefile.am: remove stuff that is not building
15486
15487 2005-05-05  Andy Wingo  <wingo@pobox.com>
15488
15489         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15490         * gst-libs/gst/tag/gstvorbistag.c:
15491         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15492         * gst/adder/gstadder.h:
15493         * gst/audioconvert/gstchannelmix.c:
15494         (gst_audio_convert_fill_one_other):
15495         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15496         (gst_audiorate_init), (gst_audiorate_chain):
15497         * gst/playback/gstplaybasebin.c: (setup_source):
15498         * gst/playback/test3.c: (update_scale):
15499         Some GCC4 fixes
15500         
15501         * po/af.po:
15502         * po/az.po:
15503         * po/cs.po:
15504         * po/en_GB.po:
15505         * po/hu.po:
15506         * po/it.po:
15507         * po/nb.po:
15508         * po/nl.po:
15509         * po/or.po:
15510         * po/sq.po:
15511         * po/sr.po:
15512         * po/sv.po:
15513         * po/uk.po:
15514         * po/vi.po: Foo
15515
15516 2005-05-05  Wim Taymans  <wim@fluendo.com>
15517
15518         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15519         (gst_audio_convert_caps_remove_format_info),
15520         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15521         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15522         * gst/videotestsrc/gstvideotestsrc.c:
15523         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15524         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15525         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15526         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15527         Don't ignore _push() return values.
15528         Make sure no processing is done when shutting down.
15529         Videotestsrc pad activation fix.
15530
15531 2005-05-05  Wim Taymans  <wim@fluendo.com>
15532
15533         * gst/adder/Makefile.am:
15534         * gst/adder/gstadder.c: (gst_adder_setcaps),
15535         (gst_adder_class_init), (gst_adder_init),
15536         (gst_adder_request_new_pad), (gst_adder_collected),
15537         (gst_adder_change_state):
15538         * gst/adder/gstadder.h:
15539         Ported adder as an example of a mixer element using
15540         collect pads. Needs more negotiation work.
15541
15542 2005-05-05  Wim Taymans  <wim@fluendo.com>
15543
15544         * ext/theora/theoradec.c: (_inc_granulepos),
15545         (theora_dec_src_event), (theora_dec_sink_event),
15546         (theora_handle_comment_packet), (theora_handle_type_packet),
15547         (theora_handle_header_packet), (theora_handle_data_packet),
15548         (theora_dec_chain):
15549         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15550         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15551         (theora_push_buffer), (theora_push_packet),
15552         (theora_enc_sink_event), (theora_enc_chain),
15553         (theora_enc_change_state), (theora_enc_set_property),
15554         (theora_enc_get_property):
15555         Added stream lock to decoder so that we can serialize
15556         the discont event.
15557         More theoraenc porting, recover from errors, do clean
15558         shutdown.
15559
15560 2005-05-05  Wim Taymans  <wim@fluendo.com>
15561
15562         * ext/ogg/Makefile.am:
15563         * ext/ogg/README:
15564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15565         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15566         (gst_ogg_print):
15567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15568         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15569         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15570         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15571         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15572         (gst_ogg_mux_change_state):
15573         Ported ogg muxer.
15574
15575 2005-05-05  Wim Taymans  <wim@fluendo.com>
15576
15577         * docs/design-audiosinks.txt:
15578         * gst-libs/gst/audio/TODO:
15579         * gst-libs/gst/audio/gstaudiosink.c:
15580         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15581         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15582         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15583         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15584         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15585         (gst_audiosink_create_ringbuffer):
15586         * gst-libs/gst/audio/gstbaseaudiosink.c:
15587         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15588         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15589         (gst_baseaudiosink_set_property), (build_linear_format),
15590         (debug_spec_caps), (debug_spec_buffer),
15591         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15592         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15593         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15594         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15596         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15597         (gst_ringbuffer_release), (gst_ringbuffer_play),
15598         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15599         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15600         (gst_ringbuffer_set_sample), (wait_segment),
15601         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15602         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15603         More work on the audiosink, mostly debugging and a race in
15604         shutdown.
15605
15606 2005-04-28  Wim Taymans  <wim@fluendo.com>
15607
15608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15609         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15610         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15611         (vorbis_dec_src_query), (vorbis_dec_src_event),
15612         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15613         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15614         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15615         Don't crap out when seeking back to position 0.
15616
15617 2005-04-28  Wim Taymans  <wim@fluendo.com>
15618
15619         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15620         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15621         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15622         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15623         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15624         Make audio sink configurable, use alsasink as default.
15625
15626 2005-04-28  Wim Taymans  <wim@fluendo.com>
15627
15628         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15629         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15630         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15631         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15632         (vorbis_dec_change_state):
15633         * ext/vorbis/vorbisdec.h:
15634         Refactor, use STREAM_LOCK.
15635
15636 2005-04-28  Wim Taymans  <wim@fluendo.com>
15637
15638         * ext/theora/theoradec.c: (_inc_granulepos),
15639         (theora_dec_sink_event), (theora_handle_comment_packet),
15640         (theora_handle_type_packet), (theora_handle_header_packet),
15641         (theora_handle_data_packet), (theora_dec_chain),
15642         (theora_dec_change_state):
15643         Refactor a bit, use STREAM_LOCK.
15644
15645 2005-04-28  Wim Taymans  <wim@fluendo.com>
15646
15647         * ext/alsa/Makefile.am:
15648         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15649         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15650         (gst_alsa_link), (gst_alsa_close_audio):
15651         * ext/alsa/gstalsaplugin.c: (plugin_init):
15652         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15653         (gst_alsasink_dispose), (gst_alsasink_base_init),
15654         (gst_alsasink_class_init), (gst_alsasink_init),
15655         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15656         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15657         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15658         (gst_alsasink_reset):
15659         * ext/alsa/gstalsasink.h:
15660         Implement alsasink with simple open/write/close API. 
15661         Make alsa dir build by disabling compilation of code.
15662
15663 2005-04-28  Wim Taymans  <wim@fluendo.com>
15664
15665         * gst-libs/gst/audio/Makefile.am:
15666         * gst-libs/gst/audio/audio.h:
15667         * gst-libs/gst/audio/audioclock.c:
15668         * gst-libs/gst/audio/audioclock.h:
15669         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15670         (gst_audio_clock_class_init), (gst_audio_clock_init),
15671         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15672         * gst-libs/gst/audio/gstaudioclock.h:
15673         * gst-libs/gst/audio/gstaudiosink.c:
15674         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15675         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15676         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15677         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15678         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15679         (gst_audiosink_create_ringbuffer):
15680         * gst-libs/gst/audio/gstbaseaudiosink.c:
15681         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15682         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15683         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15684         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15685         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15686         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15687         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15688         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15689         * gst-libs/gst/audio/gstbaseaudiosink.h:
15690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15691         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15692         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15693         (gst_ringbuffer_release), (gst_ringbuffer_play),
15694         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15695         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15696         (gst_ringbuffer_set_sample), (wait_segment),
15697         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15698         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15699         * gst-libs/gst/audio/gstringbuffer.h:
15700         Make ringbuffer faster and more simple by removing the locks
15701         in the playback thread.
15702         Add sample accurate playback based on buffer sample offsets.
15703         Make the baseaudiosink provide a clock.
15704         Parse caps in the base class.
15705         Correctly handle seeking, flushing and state changes.
15706
15707 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15708
15709         * configure.ac:
15710         * gst/audioconvert/Makefile.am:
15711         * gst/audioscale/Makefile.am:
15712           Fix part of the build.  Come on guys, autogen didn't even work :)
15713
15714 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15715
15716         * configure.ac:
15717         * gst-libs/gst/Makefile.am:
15718         * gst-libs/gst/media-info/.cvsignore:
15719         * gst-libs/gst/media-info/Makefile.am:
15720         * gst-libs/gst/media-info/README:
15721         * gst-libs/gst/media-info/media-info-priv.c:
15722         * gst-libs/gst/media-info/media-info-priv.h:
15723         * gst-libs/gst/media-info/media-info-test.c:
15724         * gst-libs/gst/media-info/media-info.c:
15725         * gst-libs/gst/media-info/media-info.h:
15726         * gst-libs/gst/media-info/media-info.vcproj:
15727         * pkgconfig/Makefile.am:
15728         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15729         * pkgconfig/gstreamer-media-info.pc.in:
15730           Remove media-info, which is also successed by playbin (see Totem
15731           implementation).
15732
15733 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15734
15735         * configure.ac:
15736         * examples/Makefile.am:
15737         * examples/gstplay/.cvsignore:
15738         * examples/gstplay/Makefile.am:
15739         * examples/gstplay/player.c:
15740         * gst-libs/gst/Makefile.am:
15741         * gst-libs/gst/play/.cvsignore:
15742         * gst-libs/gst/play/Makefile.am:
15743         * gst-libs/gst/play/play.c:
15744         * gst-libs/gst/play/play.h:
15745         * gst-libs/gst/play/play.vcproj:
15746         * pkgconfig/Makefile.am:
15747         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15748         * pkgconfig/gstreamer-play.pc.in:
15749           Remove libgstplay, playbin is now the official successor.
15750
15751 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15752
15753         * configure.ac:
15754         * gst-libs/gst/Makefile.am:
15755         * gst-libs/gst/xwindowlistener/Makefile.am:
15756         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15757         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15758           Remove deprecated xwindowlistener (I've moved xwindowlistening
15759           in the v4l/v4l2 plugins over to serverside).
15760
15761 2005-04-25  David Schleef  <ds@schleef.org>
15762
15763         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15764         to examples/dynparams.  Examples do not belong interspersed with
15765         source code.
15766         * examples/dynparams/demo-dparams.c:
15767         * gst/sine/Makefile.am:
15768         * gst/sine/demo-dparams.c:
15769
15770 2005-04-25  David Schleef  <ds@schleef.org>
15771
15772         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15773         * gst-libs/gst/audio/Makefile.am:
15774         * gst-libs/gst/riff/Makefile.am:
15775         * gst-libs/gst/tag/Makefile.am:
15776         * gst-libs/gst/video/Makefile.am:
15777         * gst-libs/gst/xwindowlistener/Makefile.am:
15778
15779         Convert to 0.9 API, seems to work:
15780         * sys/ximage/Makefile.am:
15781         * sys/ximage/ximagesink.c:
15782
15783 2005-04-24  David Schleef  <ds@schleef.org>
15784
15785         Link plugins against libraries:
15786         * ext/alsa/Makefile.am:
15787         * gst/tcp/Makefile.am:
15788
15789         Remove asm code that should be in liboil
15790         * gst/videoscale/Makefile.am:
15791         * gst/videoscale/videoscale_x86_asm.s:
15792
15793         gettext wants these checked in:
15794         * po/af.po:
15795         * po/az.po:
15796         * po/cs.po:
15797         * po/en_GB.po:
15798         * po/hu.po:
15799         * po/it.po:
15800         * po/nb.po:
15801         * po/nl.po:
15802         * po/or.po:
15803         * po/sq.po:
15804         * po/sr.po:
15805         * po/sv.po:
15806         * po/uk.po:
15807         * po/vi.po:
15808
15809 2005-04-24  David Schleef  <ds@schleef.org>
15810
15811         Convert gst_main() to g_main_loop_run()
15812         * gst/playback/decodetest.c: (main):
15813         * gst/playback/test2.c: (main):
15814         * gst/playback/test3.c: (main):
15815         * gst/playback/test4.c: (main):
15816
15817         Link plugins against libraries:
15818         * ext/libvisual/Makefile.am:
15819         * sys/xvimage/Makefile.am:
15820
15821 2005-04-24  David Schleef  <ds@schleef.org>
15822
15823         * configure.ac: Remove idct and resample libs
15824         * gst-libs/gst/Makefile.am: same
15825
15826         Remove usage of gst_library_load():
15827         * ext/alsa/gstalsaplugin.c: (plugin_init):
15828         * ext/libvisual/visual.c: (plugin_init):
15829         * ext/ogg/gstogg.c: (plugin_init):
15830         * ext/theora/theora.c: (plugin_init):
15831         * ext/vorbis/vorbis.c: (plugin_init):
15832         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15833         * gst/audioscale/gstaudioscale.c:
15834         * gst/adder/gstadder.c: (plugin_init):
15835         * gst/audioconvert/plugin.c: (plugin_init):
15836         * sys/ximage/ximagesink.c: (plugin_init):
15837         * sys/xvimage/xvimagesink.c: (plugin_init):
15838         * gst/tcp/gsttcpplugin.c: (plugin_init):
15839
15840         Link plugins against libraries:
15841         * ext/ogg/Makefile.am:
15842         * ext/theora/Makefile.am:
15843         * ext/vorbis/Makefile.am:
15844         * gst/audioconvert/Makefile.am:
15845
15846         Create proper libraries:
15847         * gst-libs/gst/riff/Makefile.am:
15848         * gst-libs/gst/audio/Makefile.am:
15849         * gst-libs/gst/video/Makefile.am:
15850
15851         Move resample library to audioscale plugin directory:
15852         * gst-libs/gst/resample/Makefile.am:
15853         * gst-libs/gst/resample/README:
15854         * gst-libs/gst/resample/dtof.c:
15855         * gst-libs/gst/resample/dtos.c:
15856         * gst-libs/gst/resample/functable.c:
15857         * gst-libs/gst/resample/private.h:
15858         * gst-libs/gst/resample/resample.c:
15859         * gst-libs/gst/resample/resample.h:
15860         * gst-libs/gst/resample/resample.vcproj:
15861         * gst-libs/gst/resample/test.c:
15862         * gst/audioscale/Makefile.am:
15863         * gst/audioscale/README:
15864         * gst/audioscale/dtof.c:
15865         * gst/audioscale/dtos.c:
15866         * gst/audioscale/functable.c:
15867         * gst/audioscale/private.h:
15868         * gst/audioscale/resample.c:
15869         * gst/audioscale/resample.h:
15870         * gst/audioscale/test.c:
15871
15872         Move tagedit library to gst-libs:
15873         * gst-libs/gst/tag/Makefile.am:
15874         * gst-libs/gst/tag/gstid3tag.c:
15875         * gst-libs/gst/tag/gsttagediting.c:
15876         * gst-libs/gst/tag/gsttageditingprivate.h:
15877         * gst-libs/gst/tag/gstvorbistag.c:
15878         * gst/tags/Makefile.am:
15879         * gst/tags/gstid3tag.c:
15880         * gst/tags/gstvorbistag.c:
15881
15882         Fix for core changes:
15883         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15884         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15885         (gst_sinesrc_getrange):
15886
15887 2005-04-23  David Schleef  <ds@schleef.org>
15888
15889         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15890         in gst-plugins in a long time, and properly belongs in liboil.
15891         * gst-libs/gst/idct/Makefile.am:
15892         * gst-libs/gst/idct/README:
15893         * gst-libs/gst/idct/dct.h:
15894         * gst-libs/gst/idct/doieee:
15895         * gst-libs/gst/idct/fastintidct.c:
15896         * gst-libs/gst/idct/floatidct.c:
15897         * gst-libs/gst/idct/idct.c:
15898         * gst-libs/gst/idct/idct.h:
15899         * gst-libs/gst/idct/idtc.vcproj:
15900         * gst-libs/gst/idct/ieeetest.c:
15901         * gst-libs/gst/idct/intidct.c:
15902
15903 2005-04-20  Wim Taymans  <wim@fluendo.com>
15904
15905         * docs/design-audiosinks.txt:
15906         * gst-libs/gst/audio/Makefile.am:
15907         * gst-libs/gst/audio/TODO:
15908         * gst-libs/gst/audio/gstaudiosink.c:
15909         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15910         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15911         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15912         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15913         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15914         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15915         (gst_audiosink_class_init), (gst_audiosink_init),
15916         (gst_audiosink_create_ringbuffer):
15917         * gst-libs/gst/audio/gstaudiosink.h:
15918         * gst-libs/gst/audio/gstbaseaudiosink.c:
15919         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15920         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15921         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15922         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15923         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15924         (gst_baseaudiosink_create_ringbuffer),
15925         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15926         * gst-libs/gst/audio/gstbaseaudiosink.h:
15927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15928         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15929         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15930         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15931         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15932         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15933         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15934         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15935         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15936         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15937         * gst-libs/gst/audio/gstringbuffer.h:
15938         An attempt at a set of audio base classes together with some
15939         design docs.
15940
15941 2005-04-20  Wim Taymans  <wim@fluendo.com>
15942
15943         * gst/audioconvert/Makefile.am:
15944         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15945         (gst_audio_convert_caps_remove_format_info),
15946         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15947         (gst_audio_convert_channels):
15948         Link against audio libs.
15949         Fix audio convert plugin.
15950
15951 2005-04-20  Wim Taymans  <wim@fluendo.com>
15952
15953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15954         (gst_ogg_demux_sink_activate):
15955         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15956         (theora_set_header_on_caps), (theora_enc_sink_event),
15957         (theora_enc_chain):
15958         Fix theora encoder.
15959
15960 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15961
15962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15963         * gst/playback/gstdecodebin.c: (find_compatibles):
15964           Work with staticpadtemplates in elementfactories.
15965
15966 2005-04-12  Wim Taymans  <wim@fluendo.com>
15967
15968         * gst/playback/README:
15969         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15970         (compare_ranks), (print_feature), (gst_decode_bin_init),
15971         (dynamic_create), (dynamic_free), (find_compatibles),
15972         (mimetype_is_raw), (close_pad_link), (got_redirect),
15973         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15974         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15975         (gst_decode_bin_change_state):
15976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15977         (gst_play_base_bin_init), (group_destroy), (group_commit),
15978         (check_queue), (queue_overrun), (queue_threshold_reached),
15979         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15980         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15981         (got_redirect), (setup_source), (play_base_eos),
15982         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15983         (gst_play_base_bin_remove_element):
15984         * gst/playback/gstplaybasebin.h:
15985         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15986         (gst_play_bin_init), (gst_play_bin_dispose),
15987         (gst_play_bin_set_property), (gen_video_element),
15988         (gen_text_element), (gen_audio_element), (remove_sinks),
15989         (gst_play_bin_send_event):
15990         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15991         (stream_info_change_state), (gst_stream_info_set_mute):
15992         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15993         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15994         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15995         (gst_stream_selector_chain):
15996         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15997         (main):
15998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15999         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16000         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16001         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16002         Raw and crude port of decodebin. 
16003         Make playbin compile.
16004
16005 2005-04-06  Wim Taymans  <wim@fluendo.com>
16006
16007         * ext/gnomevfs/Makefile.am:
16008         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16009         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16010         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16011         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16012         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16013         (gst_gnomevfssrc_stop):
16014         * ext/ogg/Makefile.am:
16015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16016         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16017         * ext/theora/Makefile.am:
16018         * ext/theora/theoradec.c: (_inc_granulepos),
16019         (theora_dec_sink_event), (theora_dec_chain):
16020         * ext/vorbis/Makefile.am:
16021         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16022         (vorbis_dec_sink_event), (vorbis_dec_chain):
16023         * gst-libs/gst/audio/Makefile.am:
16024         * sys/xvimage/Makefile.am:
16025         Make gnomevfssrc extend the source base class.
16026         Fix linking against libs in various plugins.
16027
16028 2005-04-06  Andy Wingo  <wingo@pobox.com>
16029
16030         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16031         GST_BASE_LIBS.
16032
16033         * configure.ac: Add check and AC_SUBST for libgstbase.
16034
16035 2005-03-31  Wim Taymans  <wim@fluendo.com>
16036
16037         * examples/seeking/Makefile.am:
16038         * examples/seeking/cdparanoia.c: (main):
16039         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16040         (play_cb), (pause_cb), (stop_cb), (main):
16041         * examples/seeking/playbin.c:
16042         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16043         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16044         (make_sid_pipeline), (make_vorbis_pipeline),
16045         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16046         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16047         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16048         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16049         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16050         (stop_cb), (main):
16051         * examples/seeking/spider_seek.c:
16052         * examples/seeking/vorbisfile.c:
16053         * ext/gnomevfs/Makefile.am:
16054         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16055         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16056         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16057         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16058         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16059         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16060         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16061         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16062         * ext/ogg/README:
16063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16064         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16065         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16066         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16067         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16068         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16069         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16070         (gst_ogg_demux_factory_filter), (compare_ranks),
16071         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16072         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16073         (gst_ogg_chain_new), (gst_ogg_chain_free),
16074         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16075         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16076         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16077         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16078         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16079         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16080         (gst_ogg_demux_get_prev_page),
16081         (gst_ogg_demux_deactivate_current_chain),
16082         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16083         (gst_ogg_demux_bisect_forward_serialno),
16084         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16085         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16086         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16087         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16088         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16089         (gst_ogg_demux_change_state), (gst_ogg_print):
16090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16091         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16092         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16093         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16094         (gst_ogg_mux_loop):
16095         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16096         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16097         (theora_dec_src_convert), (theora_dec_sink_convert),
16098         (theora_dec_src_query), (theora_dec_src_event),
16099         (theora_dec_sink_event), (theora_dec_chain),
16100         (theora_dec_change_state):
16101         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16102         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16103         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16104         (theora_enc_change_state):
16105         * ext/vorbis/Makefile.am:
16106         * ext/vorbis/oggvorbisenc.c:
16107         * ext/vorbis/oggvorbisenc.h:
16108         * ext/vorbis/vorbis.c: (plugin_init):
16109         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16110         (vorbis_dec_src_query), (vorbis_dec_src_event),
16111         (vorbis_dec_sink_event), (vorbis_dec_chain),
16112         (vorbis_dec_change_state):
16113         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16114         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16115         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16116         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16117         (gst_vorbisenc_change_state):
16118         * ext/vorbis/vorbisenc.h:
16119         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16120         * gst-libs/gst/audio/audioclock.c:
16121         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16122         (gst_audiofilter_init), (gst_audiofilter_chain):
16123         * gst-libs/gst/audio/testchannels.c: (main):
16124         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16125         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16126         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16127         (gmip_find_track_streaminfo), (gmip_find_track_format):
16128         * gst-libs/gst/media-info/media-info.c:
16129         (gst_media_info_read_idler):
16130         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16131         (gst_play_get_all_by_interface):
16132         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16133         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16134         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16135         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16136         (gst_riff_parse_info):
16137         * gst-libs/gst/riff/riff-read.h:
16138         * gst-libs/gst/riff/riff.c: (plugin_init):
16139         * gst-libs/gst/video/Makefile.am:
16140         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16141         (gst_videosink_class_init), (gst_videosink_get_type):
16142         * gst-libs/gst/video/videosink.h:
16143         * gst/audioconvert/bufferframesconvert.c:
16144         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16145         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16146         * gst/audioconvert/channelmixtest.c: (main):
16147         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16148         (gst_audio_convert_chain),
16149         (gst_audio_convert_caps_remove_format_info),
16150         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16151         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16152         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16153         (gst_audio_convert_buffer_to_default_format),
16154         (gst_audio_convert_buffer_from_default_format),
16155         (gst_audio_convert_channels):
16156         * gst/audioconvert/gstchannelmix.h:
16157         * gst/ffmpegcolorspace/avcodec.h:
16158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16159         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16160         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16161         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16162         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16163         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16164         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16165         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16166         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16167         (dv_type_find):
16168         * gst/videotestsrc/gstvideotestsrc.c:
16169         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16170         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16171         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16172         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16173         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16174         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16175         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16177         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16178         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16179         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16180         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16181         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16182         (gst_xvimagesink_navigation_send_event),
16183         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16184         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16185         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16186         * sys/xvimage/xvimagesink.h:
16187         Plugin port to 0.9, ogg/theora playback should work in the seek
16188         example now.
16189         Removed old examples.
16190         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16191         explained in 0.9 TODO doc.
16192
16193
16194 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16195
16196         * autogen.sh:
16197         * configure.ac:
16198         * ext/Makefile.am:
16199         * gst/Makefile.am:
16200         * po/POTFILES.in:
16201         * po/af.po:
16202         * po/az.po:
16203         * po/cs.po:
16204         * po/en_GB.po:
16205         * po/hu.po:
16206         * po/it.po:
16207         * po/nb.po:
16208         * po/nl.po:
16209         * po/or.po:
16210         * po/sq.po:
16211         * po/sr.po:
16212         * po/sv.po:
16213         * po/uk.po:
16214         * po/vi.po:
16215         * sys/Makefile.am:
16216         * testsuite/Makefile.am:
16217           remove a whole bunch of plugins.  This module now contains a set
16218           of free reference plugins/elements as agreed.
16219
16220 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16221
16222         * configure.ac:
16223           hunting season on 0.9 is now OPEN
16224
16225 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16226
16227         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16228           Kick the hell out of gcc for not warning me about a symbol conflict.
16229
16230 2005-02-22  Luca Ognibene  <luogni@tin.it>
16231
16232         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16235           Don't leak caps string (fixes #168134)
16236
16237         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16238         (gst_jpegenc_init), (gst_jpegenc_finalize),
16239         (gst_jpegenc_change_state):
16240           Don't leak line buffers and context struct (fixes #168133).
16241
16242 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16243
16244         * configure.ac:
16245         * ext/dirac/gstdiracdec.cc:
16246         (gst_diracdec_chain):
16247           Since dirac 0.5.0 the framerate in dirac is expressed as a
16248           rational number. Fix build and up requirement to 0.5.0, and
16249           also pass parameters to gst_diracdec_link in the right order
16250           (fixes #167959).
16251
16252 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16253
16254         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16255         * ext/faad/gstfaad.h:
16256         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16257         certain invalid muxed streams, where some packets will contain 
16258         junk after decoder data. Partially fixes #149158.
16259
16260 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16261         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16262           Make sure we only write to writable buffers
16263
16264 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16265
16266         * gst-libs/gst/riff/riff-media.c:
16267         (gst_riff_create_audio_caps_with_data):
16268           Do actually fix invalid RIFF fmt header values for alaw
16269           and mulaw audio instead of just saying so.
16270
16271         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16272           Give gst_riff_create_audio_caps_with_data() a chance to
16273           fix up broken format header fields before extracting any
16274           parameters from the header. (fixes #167633)
16275
16276 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16277
16278         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16279
16280         * gst/audioconvert/bufferframesconvert.c:
16281         (buffer_frames_convert_link):
16282           Don't leak othercaps. (fixes #167878)
16283
16284 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16285
16286         * configure.ac:
16287         * ext/libvisual/visual.c: (gst_visual_srclink),
16288         (gst_visual_change_state):
16289           Support libvisual 0.2.0.
16290
16291 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16292
16293         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16294         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16295           Use same rowstrides for I420 as used everywhere else.
16296
16297 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16298
16299         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16300           Declare variables at beginning of block and make gcc-2.95 happy
16301           (fixes # 167482, patch by Gergely Nagy).
16302           
16303         * gst/tcp/gsttcpclientsrc.c:
16304         * gst/tcp/gsttcpclientsrc.h:
16305           Move some includes into the header, so that struct sockaddr_in is
16306           defined when it should be defined on FreeBSD as well (fixes
16307           #167483).
16308           
16309         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16310           Don't pass uninitialised values to setsockopt() here either.
16311
16312 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16313
16314         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16315
16316         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16317           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16318
16319 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16320
16321         * gst/playback/gstplaybin.c: (add_sink):
16322           Invert bin_add/link order to workaround deadlock in opt.
16323
16324 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16325
16326         * gst/modplug/gstmodplug.cc:
16327           Add missing break causing position queries to fail.
16328
16329 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16330
16331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16332           Granpos can apparently be -1, which screws up calculations...
16333
16334 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16335
16336         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16337         (gst_ximagesink_send_pending_navigation),
16338         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16339         (gst_ximagesink_init):
16340         * sys/ximage/ximagesink.h:
16341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16342         (gst_xvimagesink_send_pending_navigation),
16343         (gst_xvimagesink_navigation_send_event),
16344         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16345         * sys/xvimage/xvimagesink.h:
16346           Use a mutex protected list to marshal navigation
16347           events into the stream thread from whichever thread
16348           sends them.
16349
16350 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16353           Display current position and track length; misc. clean-ups.
16354           
16355         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16356         (speed_init), (speed_chain):
16357           Add query function, so that the stream length and current position
16358           get adjusted when queried (note that current position queries may
16359           still be wrong if the audio sink returns values based on buffer
16360           timestamps instead of passing on the query).
16361
16362 2005-02-13  Benjamin Otte  <otte@gnome.org>
16363
16364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16365         (gst_audio_convert_channels):
16366           create channel conversion matrix when linking
16367         * gst/audioconvert/.cvsignore:
16368         * gst/audioconvert/Makefile.am:
16369         * gst/audioconvert/channelmixtest.c: (main):
16370           add (ugly) test that ensures stereo <=> mono conversion works
16371           correctly
16372
16373 2005-02-13  Benjamin Otte  <otte@gnome.org>
16374
16375         * gst/audioconvert/gstchannelmix.h:
16376           include missing header file
16377         * gst/audioconvert/gstchannelmix.c:
16378         (gst_audio_convert_fill_compatible):
16379           use same sign for both channels when converting to/from compatible
16380           channel. Previously used different signs made the signals cancel
16381           each other out and appear like silence. (fixes #167269)
16382
16383 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         * gst/ffmpegcolorspace/avcodec.h:
16386         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16387         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16388         (gst_ffmpegcsp_avpicture_fill):
16389         * gst/ffmpegcolorspace/imgconvert.c:
16390           Convert to and from YV12 (fixes #156379).
16391
16392 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16393
16394         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16395         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16396         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16397         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16398         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16399         methods from chain and negotiation and vice versa (Fixes #166142).
16400         * sys/ximage/ximagesink.h: Add stream_lock.
16401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16402         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16403         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16404         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16405
16406 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16409           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16410           error message when we can't open the DVD device (when dvdnav_open()
16411           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16412           the above). Send something more useful instead (fixes #167117).
16413
16414 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16415
16416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16417         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16418         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16419         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16420         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16421         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16422         methods from chain and negotiation and vice versa (Fixes #166142).
16423         Fix a possible bug of images in the buffer pool being discarded because
16424         we are looking at the wrong geometry.
16425         * sys/xvimage/xvimagesink.h: Add stream_lock.
16426
16427 2005-02-11  David Schleef  <ds@schleef.org>
16428
16429         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16430         unsigned int. (fixes #167128)
16431
16432 2005-02-11  David Schleef  <ds@schleef.org>
16433
16434         * gst/librfb/Makefile.am: Testing stuff before committing is
16435           for wimps... and people with fast machines.  Fix stupid
16436           mistake.
16437
16438 2005-02-11  David Schleef  <ds@schleef.org>
16439
16440         * configure.ac: Pull in librfb from my CVS tree, because it is
16441           too small and annoying to be separate.  Move rfbsrc plugin
16442           to gst/.
16443         * ext/Makefile.am:
16444         * ext/librfb/Makefile.am:
16445         * ext/librfb/gstrfbsrc.c:
16446         * gst/librfb/Makefile.am:
16447         * gst/librfb/gstrfbsrc.c:
16448         * gst/librfb/rfb.c:
16449         * gst/librfb/rfb.h:
16450         * gst/librfb/rfbbuffer.c:
16451         * gst/librfb/rfbbuffer.h:
16452         * gst/librfb/rfbbytestream.c:
16453         * gst/librfb/rfbbytestream.h:
16454         * gst/librfb/rfbcontext.h:
16455         * gst/librfb/rfbdecoder.c:
16456         * gst/librfb/rfbdecoder.h:
16457         * gst/librfb/rfbutil.h:
16458
16459 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         * gst/speed/Makefile.am:
16462         * gst/speed/demo-mp3.c: (main):
16463         * gst/speed/filter.func:
16464         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16465         (speed_class_init), (speed_init), (speed_chain_int16),
16466         (speed_chain_float32), (speed_chain), (speed_set_property),
16467         (speed_get_property), (speed_change_state):
16468         * gst/speed/gstspeed.h:
16469           Fix speed element and make it chain-based (fixes #156467),
16470           and make it handle more than one channel.
16471
16472 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16473
16474         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16475         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16476         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16477         * ext/dts/gstdtsdec.h:
16478           Don't clobber the stack constructing the channels array.
16479           Make the element chain-based. DTS tracks can now be played.
16480           
16481 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         * gst-libs/gst/audio/multichannel.h:
16484         * gst-libs/gst/gconf/gconf.h:
16485         * gst-libs/gst/idct/idct.h:
16486         * gst-libs/gst/media-info/media-info-priv.h:
16487         * gst-libs/gst/play/play.h:
16488         * gst-libs/gst/resample/private.h:
16489         * gst-libs/gst/resample/resample.h:
16490         * gst-libs/gst/riff/riff-ids.h:
16491         * gst-libs/gst/video/video.h:
16492         * gst-libs/gst/video/videosink.h:
16493           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16494           missing, so that they work when included from C++ code.
16495
16496 2005-02-09  David Schleef  <ds@schleef.org>
16497
16498         * testsuite/gst-lint: Check for non-statically scoped
16499           parent_class variables.  This won't be a problem once
16500           plugins are loaded with RTLD_LOCAL.
16501
16502 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16503
16504         * ext/mplex/gstmplexibitstream.cc:
16505           gcc madness.
16506
16507 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * ext/ogg/gstogmparse.c:
16510         * gst/debug/gstnavigationtest.c:
16511           Die, thou faulty symbol pollutors (non-static parent_class).
16512
16513 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16514
16515         * ext/mplex/gstmplexibitstream.cc:
16516           Fix event handling (#165525).
16517
16518 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16519
16520         * ext/mikmod/gstmikmod.c:
16521         * gst/modplug/gstmodplug.cc:
16522           Add missing endianness to template (fixes #165509).
16523
16524 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16525
16526         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16527           Fix wrong order of reading of optional bytes (#165290).
16528
16529 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16530
16531         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16532           Implement FILLER event awareness.
16533
16534 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16535
16536         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16537           Fix track calculations (#166208).
16538
16539 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16540
16541         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16544         * ext/libpng/gstpngenc.c:
16545           Fix byte-order, use proper fixed caps. Fixes #164197.
16546
16547 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16548
16549         * configure.ac:
16550           Add dvdlpcmdec 
16551
16552         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16553         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16554           Don't push buffers if the src pad isn't negotiated yet.
16555           
16556         * gst/audioconvert/gstaudioconvert.c:
16557         (gst_audio_convert_buffer_to_default_format),
16558         (gst_audio_convert_buffer_from_default_format):
16559           Add support for 24-bit width.
16560
16561         * gst/dvdlpcmdec/.cvsignore:
16562         * gst/dvdlpcmdec/Makefile.am:
16563         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16564         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16565         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16566         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16567         (plugin_init):
16568         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16569           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16570           format. Needs support for the channels maps if someone can find 
16571           a DVD LPCM track with > 2 channels.
16572
16573         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16574         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16575         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16576         * gst/mpegstream/gstdvddemux.h:
16577         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16578         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16579         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16580         * gst/mpegstream/gstmpegdemux.h:
16581         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16582         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16583         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16584         (gst_mpeg_parse_handle_src_query),
16585         (gst_mpeg_parse_handle_src_event):
16586           Use audio/x-dvd-lpcm for LPCM output.
16587           Add DTS output.
16588
16589 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16590
16591         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16592
16593         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16594         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16595           Add BGRA handling (#165736).
16596
16597 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16598
16599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * gst/law/alaw-decode.c: (alawdec_link):
16602         * gst/law/alaw-encode.c: (alawenc_link):
16603         * gst/law/mulaw-decode.c: (mulawdec_link):
16604         * gst/law/mulaw-encode.c: (mulawenc_link):
16605           Fix caps memleaks (#166600).
16606
16607 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16608
16609         * ext/tarkin/mem.h:
16610         * ext/tarkin/wavelet.h:
16611         * ext/tarkin/yuv.h:
16612         * gst/ffmpegcolorspace/avcodec.h:
16613           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16614           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16615
16616 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16617
16618         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16620         (gst_xvimagesink_change_state):
16621           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16622           Xv video (and thereby regenerate Xv colourkey) in clear() so
16623           that PLAY -> READY -> PLAY works (fixes #162504).
16624
16625 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16626
16627         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16628           Switch to list instead of range, since MJPEG-devices really just
16629           support decimations, not any size.
16630
16631 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16632         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16633         (gst_mpeg2dec_reset), (free_all_buffers),
16634         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16635         * ext/mpeg2dec/gstmpeg2dec.h:
16636           The libmpeg2 user-allocated buffer management is awkward, 
16637           to say the least. Hopefully this fixes things.
16638
16639 2005-02-04  Andy Wingo  <wingo@pobox.com>
16640
16641         * gst/audioconvert/bufferframesconvert.c
16642         (buffer_frames_convert_fixate): New function, fixates to 256
16643         frames per buffer by default. (Much better than 1.)
16644         (buffer_frames_convert_init): Set the fixate function for both src
16645         and sink pad.
16646         (buffer_frames_convert_link): After success setting nonfixed caps,
16647         get the negotiated caps so we can know how many buffer-frames it
16648         will be. No idea how this worked at all before.
16649
16650 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16651
16652         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16653         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16654         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16655         (handle_sequence), (handle_picture):
16656         * ext/mpeg2dec/gstmpeg2dec.h:
16657           Rearrange buffer tracking and refcounting and refactor
16658           a little for readability. 
16659
16660 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16661         * sys/v4l/gstv4l.c: (plugin_init):
16662         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16663         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16664         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16665         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16666         * sys/v4l/gstv4ljpegsrc.h:
16667         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16668         * sys/v4l/v4l_calls.h:
16669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16670         (gst_v4lsrc_get_fps):
16671         * sys/v4l/v4lsrc_calls.h:
16672           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16673           you jpeg inside rgb frames" driver.
16674           Don't error in the v4lsrc link function, just return 
16675           REFUSED.
16676
16677 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16678
16679         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16680         (gst_qcamsrc_open):
16681           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16682
16683 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16684
16685         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16686           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16687
16688 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16689
16690         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16691           Reset negotiated state on PAUSED->READY.
16692
16693 2005-02-02  David Schleef  <ds@schleef.org>
16694
16695         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16696         whereever possible.  (Fixes #165997)
16697         * examples/capsfilter/capsfilter1.c: (main):
16698         * examples/dynparams/filter.c: (create_ui):
16699         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16700         * examples/seeking/chained.c: (main):
16701         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16702         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16703         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16704         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16705         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16706         * examples/switch/switcher.c: (main):
16707         * ext/dv/demo-play.c: (main):
16708         * ext/faad/gstfaad.c: (gst_faad_change_state):
16709         * ext/mad/gstmad.c: (gst_mad_chain):
16710         * ext/smoothwave/demo-osssrc.c: (main):
16711         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16712         (gst_gconf_render_bin_from_description),
16713         (gst_gconf_get_default_audio_sink),
16714         (gst_gconf_get_default_video_sink),
16715         (gst_gconf_get_default_audio_src),
16716         (gst_gconf_get_default_video_src),
16717         (gst_gconf_get_default_visualization_element):
16718         * gst/level/demo.c: (main):
16719         * gst/level/plot.c: (main):
16720         * gst/playback/gstplaybin.c: (gen_video_element),
16721         (gen_audio_element):
16722         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16723         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16724         * gst/sine/demo-dparams.c: (main):
16725         * gst/spectrum/demo-osssrc.c: (main):
16726         * gst/speed/demo-mp3.c: (main):
16727         * gst/volume/demo.c: (main):
16728         * testsuite/embed/embed.c: (main):
16729
16730 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16731
16732         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16733         (gst_tcpclientsink_finalize):
16734         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16735         (gst_tcpclientsrc_finalize):
16736         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16737         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16739         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16740           Don't leak the hostname when shutting down.
16741           In tcpserversrc, take a copy of the default hostname.
16742
16743 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16744
16745         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16746           Set caps to systemstream=TRUE.
16747
16748 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16749
16750         * testsuite/Makefile.am:
16751           Fix more OSX buildbots.
16752
16753 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16754
16755         * ext/mpeg2dec/gstmpeg2dec.c:
16756           Don't send things to NULL PAD_PEERs
16757
16758         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16759           Copy-on-write the incoming buffer.
16760
16761         * gst/mpegstream/gstdvddemux.h:
16762         * gst/mpegstream/gstmpegclock.h:
16763         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16764         (normal_seek), (gst_mpeg_demux_handle_src_event):
16765         * gst/mpegstream/gstmpegdemux.h:
16766         * gst/mpegstream/gstmpegpacketize.h:
16767         * gst/mpegstream/gstmpegparse.c:
16768         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16769         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16770         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16771         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16772         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16773         * gst/mpegstream/gstmpegparse.h:
16774         * gst/mpegstream/gstrfc2250enc.h:
16775           Various changes to the way time is computed that make seeking and
16776           total time estimation much better here.
16777           Use G_BEGIN/END_DECLS instead of __cplusplus
16778
16779         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16780           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16781
16782 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16783
16784         * gst/subparse/gstsubparse.c:
16785           Fix OSX buildbot.
16786
16787 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16788
16789         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16790         (theora_enc_chain), (theora_enc_change_state):
16791         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16792         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16793         (gst_vorbisenc_change_state):
16794         * ext/vorbis/vorbisenc.h:
16795           Set granulepos and timestamp correctly for streams not
16796           starting at 0, taking into account the initial delay.
16797
16798 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16799
16800         * gst/mpegstream/gstdvddemux.c:
16801           Add audio/x-dts to audio pad template caps
16802
16803 2005-01-30  David Schleef  <ds@schleef.org>
16804
16805         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16806         (create_context), (gst_polypsink_link): Fix silly endianness
16807         bug.  Add some debugging.  Remove float from caps; it doesn't
16808         work.  Attempt to get remote audio working.
16809
16810 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16813           Add 3IV2 fourcc.
16814
16815 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16816
16817         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16818         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16819         (gst_avi_demux_stream_data):
16820         * gst/avi/gstavidemux.h:
16821           Invert DIB images. Fixes #132341.
16822
16823 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16824
16825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16826         (gst_ffmpegcsp_chain):
16827           D'oh, reference the palette data, not the palette structure.
16828           Fixes color distortion in #132341.
16829
16830 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16831
16832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16833           PAR can be non-fixed when not provided as argument (#162626).
16834
16835 2005-01-29  David Moore  <dcm@acm.org>
16836
16837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16838
16839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16840         (gst_qtdemux_loop_header):
16841           Re-apply patch from #142272 that allows non-seekable sources,
16842           re-proposed by Daniel Drake <dsd@gentoo.org>.
16843
16844 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16845
16846         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16847           Use the src template for creating the src pad (#162330).
16848
16849 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16850
16851         * configure.ac:
16852         * ext/musepack/Makefile.am:
16853         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16854         (gst_musepackdec_init), (gst_musepackdec_dispose),
16855         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16856         (gst_musepack_stream_init), (gst_musepackdec_loop),
16857         (gst_musepackdec_change_state):
16858         * ext/musepack/gstmusepackdec.cpp:
16859         * ext/musepack/gstmusepackdec.h:
16860         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16861         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16862         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16863         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16864         * ext/musepack/gstmusepackreader.cpp:
16865         * ext/musepack/gstmusepackreader.h:
16866           Update to 1.1 API (#165446).
16867
16868 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16869
16870         * ext/Makefile.am:
16871           Unbreak buildbot.
16872
16873 2005-01-28  Andy Wingo  <wingo@pobox.com>
16874
16875         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16876         to reflect a different dubious internet source. Add a reference
16877         and some commentary.
16878
16879 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16880
16881         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16882         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16883         * gst/playback/gststreamselector.h:
16884           Be more selective when we're redoing caps negotiation from
16885           within the chain function on a stream change.
16886
16887 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16888
16889         * configure.ac:
16890         * ext/Makefile.am:
16891         * ext/amrnb/Makefile.am:
16892         * ext/amrnb/amrnb.c: (plugin_init):
16893         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16894         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16895         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16896         (gst_amrnbdec_state_change):
16897         * ext/amrnb/amrnbdec.h:
16898         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16899         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16900         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16901         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16902         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16903         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16904         * ext/amrnb/amrnbparse.h:
16905           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16906         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16907           Add AMR-NB/-WB raw formats.
16908         * ext/alsa/gstalsa.c: (gst_alsa_link):
16909           Keep valid time when changing format.
16910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16911         (qtdemux_parse_trak):
16912           Add some more format-specific options (#140141, #143555, #155163).
16913
16914 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16915
16916         * gst/matroska/matroska-demux.c:
16917         (gst_matroska_demux_parse_blockgroup):
16918           Fix logic error in timing of subtitle stream synchronization.
16919         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16920           Add skip-chunk, which is found in kodak-camera streams.
16921
16922 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16923
16924         * po/LINGUAS:
16925         * po/vi.po:
16926           Adding Vietnamese translation (submitted by Clytie Siddall)
16927
16928 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16929
16930         * gst/playback/gstdecodebin.c: (try_to_link_1):
16931           Use realpad for signal.
16932
16933 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16936           Fix category so decodebin picks it up.
16937
16938 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * ext/mad/Makefile.am:
16941         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16942         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16943         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16944         (found_type), (gst_id3demux_bin_change_state):
16945         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16946         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16947         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16948         (gst_id3_tag_change_state), (plugin_init):
16949         * ext/mad/gstmad.h:
16950           Add id3demuxbin (which is a simple bin consisting of id3demux
16951           and typefind), take over rank from id3demux, remove typefind
16952           code from id3demux. Makes all broken mp3s that I know of work,
16953           and thereby fixes #152688.
16954
16955 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16956
16957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16958
16959         * ext/mad/gstmad.c: (gst_mad_src_event):
16960         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16961           Allow seeks on audio pad, make mad forward those (#164826).
16962         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16963           Set duration (#165335).
16964
16965 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16966
16967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16968         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16969         (gst_asf_demux_process_ext_content_desc),
16970         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16971         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16972         * gst/asfdemux/gstasfdemux.h:
16973           Improve metadata display, e.g. if the metadata comes before the
16974           streams are loaded (which is perfectly valid).
16975
16976 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16977
16978         * tools/gst-launch-ext-m.m:
16979           Fix AVI/ASF pipelines (#165340).
16980
16981 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16982         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16983         build failure on amd64
16984
16985 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16986
16987         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16988         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16989           Check environment variables GST_ID3V2_TAG_ENCODING,
16990           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16991           list of character encodings to force interpretation of non-unicode
16992           strings stored in an ID3v2 tag to a particular encoding. If none
16993           is specified, try to use current locale's encoding, then fall back
16994           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16995         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16996         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16997           Check environment variables GST_ID3V1_TAG_ENCODING,
16998           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16999           list of character encodings to use in case a string encountered
17000           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17001           specified, try to use the current locale's encoding, then fall
17002           back to ISO-8859-1 (which will always succeed).
17003
17004 2005-01-25  Benjamin Otte  <otte@gnome.org>
17005
17006         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17007           - on half framerate, compute the rate in advance so the comparisons
17008             don't compare wrong values
17009           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17010             behaviour
17011           - don't use mad_header_decode anymore, mad_frame_decode does that
17012             automatically
17013           - when getting rid of consumed bytes, reset the stream's skiplen
17014           (fixes #163867)
17015
17016 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17017
17018         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17019           Use 1/2 a second for default max_discont, as PES streams from DVB
17020           seem to have larger spacings in the SCR. 
17021           Fix a typo.
17022
17023 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17024
17025         * gst/playback/gstplaybasebin.c: (group_commit):
17026           Notify delayed stream-info availability.
17027
17028 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17029         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17030         (gst_a52dec_handle_event), (gst_a52dec_chain):
17031         Add some debug output. Check that a discont has a valid
17032         time associated.
17033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17034         (gst_alsa_sink_loop):
17035         Ignore TAG events. A little extra debug for broken timestamps.
17036         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17037         (dvdnavsrc_change_state):
17038         Ensure we send a discont to engage the link before we send any
17039         other events.
17040         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17041         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17042         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17043         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17044         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17045         dvd://title works in totem because typefinding sends a seek that ends
17046         up going back to chapter 1 regardless.
17047         * ext/mpeg2dec/gstmpeg2dec.c:
17048         * ext/mpeg2dec/gstmpeg2dec.h:
17049         Output correct timestamps and handle disconts.
17050         * ext/ogg/gstoggdemux.c: (get_relative):
17051         Small guard against a null dereference.
17052         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17053         (gst_textoverlay_set_property):
17054         Free memory when done. Don't call gst_event_filler_get_duration on
17055         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17056         g_warning.
17057         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17058         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17059         (gst_sw_srclink), (gst_smoothwave_chain):
17060         Draw solid lines, prettier colours.
17061         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17062         Add a default palette that'll work for some movies.
17063         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17064         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17065         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17066         * gst/mpegstream/gstdvddemux.h:
17067         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17068         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17069         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17070         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17071         * gst/mpegstream/gstmpegparse.h:
17072         Use PTM/NAV events when for timestamp adjustment when connected to 
17073         dvdnavsrc. Don't use many discont events where one suffices.
17074         * gst/playback/gstplaybasebin.c: (group_destroy),
17075         (gen_preroll_element), (gst_play_base_bin_add_element):
17076         * gst/playback/gstplaybasebin.h:
17077         Make sure we remove subtitles from the same bin we put them in.
17078         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17079         (gst_subparse_buffer_format_autodetect),
17080         (gst_subparse_change_state):
17081         Fix some memleaks and invalid accesses.
17082         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17083         (oggskel_type_find), (cmml_type_find), (plugin_init):
17084         Some typefind functions for Annodex v3.0 files
17085         * gst/wavparse/gstwavparse.h:
17086         GstRiffReadClass is the correct parent class.
17087
17088 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17089
17090         * gst-libs/gst/riff/riff-media.c:
17091         (gst_riff_create_video_caps_with_data):
17092           Add extradata to huffyuv (fixes #165013).
17093         * gst-libs/gst/riff/riff-read.c:
17094         (gst_riff_read_strf_vids_with_data):
17095           Fix extradata extraction if it is in the chunk size.
17096
17097 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17098
17099         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17102         (gst_quarktv_change_state), (gst_quarktv_dispose):
17103           Memory free'ing location fix (#164708).
17104
17105 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17106
17107         * gst/playback/gstplaybasebin.c: (group_commit),
17108         (gen_preroll_element), (probe_triggered), (gen_source_element),
17109         (setup_source), (gst_play_base_bin_change_state),
17110         (gst_play_base_bin_add_element):
17111           Don't block for streams.
17112         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17113         (gst_stream_info_set_mute):
17114           Use gst_pad_set_active_recursive.
17115
17116 2005-01-25  Andy Wingo  <wingo@pobox.com>
17117
17118         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17119         for #ifndef HAVE_XVIDEO.
17120
17121 2005-01-24  Jeffrey C. Ollie
17122
17123         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17124
17125         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17126         * ext/gsm/gstgsmdec.h:
17127         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17128         * ext/gsm/gstgsmenc.h:
17129         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17130         was given by property. Add proper buffer timestamps and offsets.
17131
17132 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * gst-libs/gst/riff/riff-media.c:
17135         (gst_riff_create_audio_caps_with_data):
17136           Audio can be <8000Hz.
17137
17138 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17139
17140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17141           Explicit state change to workaround refcount bugs.
17142
17143 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17144
17145         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17146         (gst_avimux_riff_get_avi_header):
17147           Fix...
17148
17149 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17150
17151         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17152         (gst_riff_read_element_data):
17153         * gst-libs/gst/riff/riff-read.h:
17154           Add _peek version (req'ed in CDXA).
17155         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17156         (gst_cdxaparse_loop):
17157           Fix parsing in playbin.
17158         * gst/playback/gstdecodebin.c: (close_pad_link):
17159           Ignore current_ pads, they cause major annoyance.
17160
17161 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17162
17163         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17164           Safety guard.
17165
17166 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17167
17168         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17169           Fix padding...
17170
17171 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17172
17173         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17174           Allow for 0-sized buffers. Fixes length query problems in
17175           starwars.mkv from the testsuite.
17176
17177 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17178
17179         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17180         (gst_video_box_i420), (gst_video_box_chain):
17181           Fix row strides for I420 (fixes #163159)
17182           
17183 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17186           MPEG2 has a useful rate property, so we can actually use that.
17187           For MPEG-1, continue using the bytes/time properties.
17188
17189 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17190
17191         * gst-libs/gst/riff/riff-media.c:
17192         (gst_riff_create_video_caps_with_data),
17193         (gst_riff_create_video_template_caps):
17194           Add intel-h263.
17195
17196 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17197
17198         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17199           Fail if caps negotiation fails. Should fix #162184, and should
17200           definately be in there regardless of it fixing the actual bug.
17201         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17202         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17203         (gst_avimux_riff_get_avix_header),
17204         (gst_avimux_riff_get_video_header),
17205         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17206         (gst_avimux_start_file), (gst_avimux_handle_event),
17207         (gst_avimux_change_state):
17208         * gst/avi/gstavimux.h:
17209           Refactor structure writing to use GST_WRITE_UINT macros, add
17210           metadata writing support.
17211
17212 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17213
17214         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17215           Elements may already be destroyed when this function is called.
17216
17217 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17218
17219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17220         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17221           More memory leak fixes (#149162).
17222
17223 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17224
17225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17226         (gst_qtdemux_add_stream):
17227           Fix two memleaks.
17228
17229 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17230
17231         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17232           Argh...
17233
17234 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17237           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17238           when fixating to six channels in Totem.
17239
17240 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17241
17242         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17243           Fix compile warnings on Solaris 10 buildbot
17244
17245 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17246
17247         * ext/dvdread/dvdreadsrc.c: (_read):
17248           Don't read beyond the last cell in a chapter (fixes 
17249           invalid memory access)
17250
17251 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17252
17253         * ext/dvdread/stream_labels.c:
17254         (dvdreadsrc_get_audio_stream_labels):
17255           Use NULL for an empty GList instead of g_list_alloc(); fix 
17256           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17257           of GString (easier to bulk free later)
17258
17259 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17260
17261         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17262
17263         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17264         (gst_ffmpeg_pixfmt_to_caps):
17265           Fix BGRA32 caps (#164209).
17266
17267 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17268
17269         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17270
17271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17272         (gst_ffmpeg_caps_to_pixfmt):
17273           alpha_mask can be RGBA/ABGR. Fixes #164265.
17274
17275 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17276
17277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17278
17279         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17280         (gst_mpeg2dec_alloc_buffer):
17281         * ext/mpeg2dec/gstmpeg2dec.h:
17282           Crop if decoding size is not the actual image size (#163676).
17283
17284 2005-01-17  Steve Baker  <steve@stevebaker.org>
17285
17286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17287
17288         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17289         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17290           Add libsndfile typefind functions (#163309).
17291
17292 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17293
17294         * tools/gst-launch-ext-m.m:
17295           Add .aac, fix .m1v/.m2v (#163891).
17296
17297 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17298
17299         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17300           Sanity check, don't wait endlessly since the clock might not
17301           actually run at this point (which is a deadlock). Fixes #164069.
17302
17303 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * gst/playback/gstplaybasebin.c: (probe_triggered):
17306           Of course, only pause if group is done...
17307
17308 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17309
17310         * gst/playback/gstplaybasebin.c: (probe_triggered):
17311           Thread safety.
17312
17313 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17314
17315         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17316           Don't return state change success when the parent
17317           failed.
17318
17319 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17320
17321         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17322           Free events (fix memleak in #162905).
17323
17324 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17325
17326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17327
17328         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17329         (gst_ffmpeg_caps_to_pixfmt):
17330           Fix for depth = 15. Fixes #161675.
17331
17332 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17333
17334         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17335           Set FPS correctly, even for webcams and the like.
17336         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17337           Don error on setting while capturing.
17338
17339 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17340
17341         * ext/dv/gstdvdec.c:
17342         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17343         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17344           I'm a bad boy. using /1001. to force C to do float division
17345           and not integer division (as it did in my last commit)
17346           Thanks to David I. Lehn for pointing this mistake.
17347
17348 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17349
17350         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17351           Revert Johan's 1.35->1.36 since it breaks compat.
17352
17353 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17354
17355         * ext/dv/gstdvdec.c:
17356         * ext/libfame/gstlibfame.c:
17357         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17358         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17359           replace framerate aproximations by their real value
17360           (24000/1001, 30000/1001, 60000/1001)
17361           Finish fixing bug #164049
17362
17363 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17364
17365         * ext/ogg/gstoggmux.c:
17366           eos/bos debugging
17367         * gst/tcp/gstmultifdsink.c:
17368         * gst/tcp/gstmultifdsink.h:
17369         * gst/tcp/gsttcp.c:
17370         * gst/tcp/gsttcp.h:
17371         * gst/tcp/gsttcpclientsink.c:
17372         * gst/tcp/gsttcpclientsrc.c:
17373         * gst/tcp/gsttcpserversink.c:
17374         * gst/tcp/gsttcpserversrc.c:
17375           improve reusability of elements after state changes and errors
17376           make multifdsink throw away streamheaders when receiving new ones
17377
17378 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17379
17380         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17381           Fix for if items are already in list...
17382
17383 2005-01-12  Benjamin Otte  <otte@gnome.org>
17384
17385         * gst/adder/gstadder.c: (gst_adder_loop):
17386           fix adder a bit so it doesn't screw up with events as much anymore
17387
17388 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17389
17390         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17391         (pixbufscale_scale), (gst_pixbufscale_chain):
17392         * ext/gdk_pixbuf/pixbufscale.h:
17393           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17394           to ensure rowstrides are calculated the same way as 
17395           ffmpegcolorspace
17396           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17397           that we pick up duration and offset also.
17398
17399 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17400
17401         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17402         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17403           Reusability fixes.
17404
17405 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17406
17407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17408         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17409         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17410         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17411           Update flags when requested.
17412
17413 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17416           Fix dmix.
17417
17418 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17421         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17422         (probe_triggered), (new_decoded_pad), (gen_source_element),
17423         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17424         * gst/playback/gstplaybasebin.h:
17425         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17426         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17427         (gst_play_bin_change_state):
17428           Implement group-switch signal for use in apps to clear metadata
17429           cache, clean up subtitle, add suburi property instead of # hack,
17430           some error-out fixes.
17431
17432 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17433
17434         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17435           Debug.
17436         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17437           If we got a state change in the _get handler, don't return success.
17438
17439 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17440
17441         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17442         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17443           Make jpegdec quiet on MJPEG decoding
17444         * gst/asfdemux/README:
17445           Fix mimetypes for MJPEG and H263
17446
17447 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17448
17449         * ext/theora/theoradec.c: (theora_dec_chain):
17450           Fix broken code generation by gcc by swapping arguments.
17451         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17452           Fix \n in debug.
17453
17454 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17455
17456         * TODO:
17457           delete this file, it is by far outdated
17458         * ext/alsa/gstalsa.1: remove
17459         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17460         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17461         (gst_alsa_get_caps):
17462           Add HW probing for supported sample rates. Fixes #161704
17463
17464 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17465
17466         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17467           Don't crash, biatch! :).
17468
17469 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17470
17471         * ext/musepack/gstmusepackreader.cpp:
17472         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17473           Some work on tags - still doesn't work in playbin...
17474         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17475           Handle events...
17476
17477 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17478
17479         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17480           Also shove tags on kid pads.
17481
17482 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17483
17484         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17485           Don't bail on unknown events.
17486         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17487           Don't crash on events before negotiation.
17488         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17489           Send tags on pads, too.
17490         * gst/playback/gststreamselector.c:
17491         (gst_stream_selector_request_new_pad):
17492           Forward events on first pad if no input was selected yet.
17493
17494 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * gst/playback/gstplaybasebin.c: (setup_substreams):
17497           Don't disable streamtype if the stream doesn't exist, since
17498           then playing a video after audio will disable both and nothing
17499           will happen. Fixes the testsuite.
17500
17501 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17502
17503         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17504         (gst_v4l_xoverlay_set_xwindow_id):
17505         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17506         (gst_v4l2_xoverlay_set_xwindow_id):
17507           Add debug categories, fix overlay disabling.
17508
17509 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17510
17511         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17512         * ext/alsa/gstalsa.h:
17513           Add HW probing for period_count/size and buffer_size MIX/MAX
17514           Adjust default/user defined value if out of bounds
17515           Should fix bug #162024
17516
17517 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17518
17519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17520           Fix warning (#161191).
17521
17522 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17523
17524         * ext/dvdread/stream_labels.c:
17525         (dvdreadsrc_get_audio_stream_labels):
17526           Fix warning (init the good variable in switch default)
17527
17528 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17529
17530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17531
17532         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17533           Fix gcc-2.95 compile (#163485).
17534
17535 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17536
17537         * configure.ac:
17538         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17539         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17540         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17541         (gst_flacenc_change_state):
17542         * ext/flac/gstflacenc.h:
17543           Update for API change in flac-1.1.1. Update requirement in
17544           configure.ac. Fixes #162974.
17545
17546 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17547
17548         * gst/playback/gstplaybasebin.c: (group_destroy):
17549           Remove hack to get rid of assert and get rid of unlinked
17550           signals properly.
17551
17552 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17553
17554         * gst/playback/gstplaybasebin.c: (setup_source):
17555           Set source to NULL so that resources are free'ed. Fixes issues
17556           with playback of CDDA and similar device-accessing things.
17557
17558 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17559
17560         * testsuite/embed/Makefile.am:
17561           test->noinst, fix make test in buildbot.
17562
17563 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17564
17565         * ext/dvdread/stream_labels.c: new file
17566         * ext/dvdread/stream_labels.h: new file
17567         * ext/dvdread/Makefile.am:
17568         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17569           Extract audio stream label from DVD IFO files.
17570           It only dump them on the console for now, still have to
17571           make playbin aware of them.
17572
17573 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17574
17575         * gst/playback/gstplaybasebin.c: (setup_source):
17576           Fix hanging subs.
17577
17578 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17579
17580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17581         (gen_preroll_element), (remove_groups), (setup_subtitle),
17582         (gen_source_element), (setup_source):
17583         * gst/playback/gstplaybasebin.h:
17584           Multiple .sub files is just a stupid idea... Fix some threading
17585           mistakes. Interestingly, external .sub files cause playbin to
17586           hang, I don't know why... Parsing fixes contributed by Fran??ois
17587           Kooman <fkooman@tuxed.net>.
17588
17589 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17590
17591         * testsuite/embed/Makefile.am:
17592           Fix buildbot.
17593
17594 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17595
17596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17597
17598         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17599         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17600         (gst_pngenc_set_property):
17601         * ext/libpng/gstpngenc.h:
17602           Add compression level property (#163323).
17603
17604 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17605
17606         * configure.ac:
17607         * examples/capsfilter/capsfilter1.c: (main):
17608         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17609         * ext/dvdread/Makefile.am:
17610         * ext/dvdread/demo-play:
17611         * ext/dvdread/demo-play.c:
17612         * gconf/gstreamer.schemas.in:
17613         * gst-libs/gst/gconf/gconf.c:
17614         * sys/v4l/TODO:
17615         * testsuite/Makefile.am:
17616         * testsuite/embed/Makefile.am:
17617         * testsuite/embed/embed.c: (cb_expose), (main):
17618           Remove all references to xvideosink, fix examples (#140845).
17619         * gst/playback/gstplaybasebin.c: (group_destroy):
17620           Apparently, disposal does not unlink - so do explicitely.
17621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17622           Add debug.
17623
17624 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17625
17626         * README: fix PKG_CONFIG_PATH instructions, what was there
17627         previously was breaking default search path, not nice. 
17628         Fixes #163358
17629
17630 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17631
17632         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17633         (gst_audioscale_chain):
17634           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17635           when resampling - how the ^@$^!@^! is this possible?!?
17636
17637 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17638
17639         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17640           Reset variables on READY.
17641         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17642         (gst_matroska_mux_loop):
17643           Require data before writing header.
17644
17645 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17646
17647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * ext/mad/gstmad.c: (gst_mad_chain):
17650           Don't call mad_stream_sync() directly after recovering sync.
17651           Fixes #151661.
17652
17653 2005-01-09  Martin Eikermann  <meiker@upb.de>
17654
17655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17656
17657         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17658         (snapshot_handler), (gst_snapshot_sinkconnect),
17659         (gst_snapshot_chain):
17660           Allocate resources when required, fix recursive signal emission
17661           and fix caps. Fixes #161667.
17662
17663 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17664
17665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17666
17667         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17668         (gst_pngdec_chain):
17669           Handle only 8-bppc (bits-per-pixel-component) images, better
17670           error handling and correct strides. Fixes #163177.
17671         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17672         (gst_pngenc_chain):
17673           Better error handling. Fixes #163348.
17674
17675 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17678         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17679         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17680         (dvdnavsrc_uri_handler_init):
17681           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17682         * gst/playback/gstplaybasebin.c: (gen_source_element):
17683           Add MMS to streaming URIs.
17684
17685 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17686
17687         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17688         * sys/xvimage/xvimagesink.c:
17689         (gst_xvimagesink_navigation_send_event):
17690           Check for pad availability before sending event.
17691
17692 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17693
17694         * gst-plugins.spec.in:
17695           Add subparse.
17696
17697 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17698
17699         * configure.ac:
17700           Since we use functions from CVS, up requirement.
17701
17702 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17703
17704         * gst/playback/Makefile.am:
17705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17706         (group_destroy), (group_commit), (group_is_muted),
17707         (gen_preroll_element), (add_stream), (unknown_type),
17708         (probe_triggered), (preroll_unlinked), (mute_stream),
17709         (silence_stream), (new_decoded_pad), (setup_substreams),
17710         (setup_source), (get_active_source), (mute_group_type),
17711         (muted_group_change_state), (set_active_source),
17712         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17713         (play_base_eos), (gst_play_base_bin_change_state):
17714         * gst/playback/gstplaybasebin.h:
17715         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17716         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17717         (gst_stream_info_dispose), (stream_info_mute_pad),
17718         (stream_info_change_state), (gst_stream_info_set_mute):
17719         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17720         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17721         (gst_stream_selector_init), (gst_stream_selector_dispose),
17722         (gst_stream_selector_get_linked_pad),
17723         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17724         (gst_stream_selector_get_linked_pads),
17725         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17726         * gst/playback/gststreamselector.h:
17727           Adding stream selection support plus required properties for
17728           applications to use this. Fully fixes #100931.
17729
17730 2005-01-08  Benjamin Otte  <otte@gnome.org>
17731
17732         * gst/games/gstpuzzle.c: (nav_event_handler):
17733           - handle nav events differently: forward every event no matter if it
17734             was handled or not.
17735           - translate events
17736           You can now cheat by using navigationtest ! puzzle and moving the
17737           mouse close to the edge of a tile. ;)
17738
17739 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17740
17741         * configure.ac:
17742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17743         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17744         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17745         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17746         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17747         (gst_ogm_parse_plugin_init):
17748         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17749         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17750         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17751         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17752         * ext/pango/gsttextoverlay.h:
17753         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17754         (gst_matroska_demux_handle_seek_event),
17755         (gst_matroska_demux_sync_streams),
17756         (gst_matroska_demux_parse_blockgroup),
17757         (gst_matroska_demux_subtitle_caps),
17758         (gst_matroska_demux_plugin_init):
17759         * gst/matroska/matroska-ids.h:
17760         * gst/playback/gstdecodebin.c: (close_pad_link):
17761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17762         (gen_preroll_element), (remove_groups), (add_stream),
17763         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17764         (setup_source):
17765         * gst/playback/gstplaybasebin.h:
17766         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17767         * gst/subparse/Makefile.am:
17768         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17769         (gst_subparse_base_init), (gst_subparse_class_init),
17770         (gst_subparse_init), (gst_subparse_formats),
17771         (gst_subparse_eventmask), (gst_subparse_event),
17772         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17773         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17774         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17775         (parse_mpsub_deinit), (parse_mpsub_init),
17776         (gst_subparse_buffer_format_autodetect),
17777         (gst_subparse_format_autodetect), (gst_subparse_loop),
17778         (gst_subparse_change_state), (gst_subparse_type_find),
17779         (plugin_init):
17780         * gst/subparse/gstsubparse.h:
17781         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17782         (plugin_init):
17783           Add subtitle support, .sub parser (supports SRT and MPsub),
17784           OGM text support, Matroska UTF-8 text support, deadlock fixes
17785           all over the place, subtitle awareness in decodebin/playbin
17786           and some fixes to textoverlay to handle subtitles in a stream
17787           correctly. Fixes #100931.
17788
17789 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17790
17791         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17792           Check for pad availability before doing a query on it.
17793
17794 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17795
17796         * ext/dv/gstdvdec.c:
17797           really fix bpp24/32 dvdec caps (classic rgba indeed)
17798         * gst/asfdemux/gstasfdemux.c:
17799         (gst_asf_demux_process_ext_content_desc):
17800           don't send text tags if they are empty (bis repetita)
17801
17802 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17803
17804         * ext/dv/gstdvdec.c:
17805          remove unneeded comment from dvdec
17806           (related to DV 4CC codes in AVI files)
17807           moved them in gstreamer/docs/random/mimetypes
17808         * gst/asfdemux/gstasfdemux.c:
17809         (gst_asf_demux_process_ext_content_desc):
17810          don't send text tags if they are empty
17811          fix mem leak on error path
17812         * gst/ffmpegcolorspace/avcodec.h:
17813         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17814         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17815         (gst_ffmpegcsp_avpicture_fill):
17816         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17817         * gst/ffmpegcolorspace/imgconvert_template.h:
17818          adds BGR32 and BGRA32 to ffmpegcolorspace
17819           (still bad colors, fixing it on next commit)
17820           helps with dvdec outputing BGR32
17821
17822 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17823
17824         * ext/dv/gstdvdec.c:
17825          Fix audio caps i just broke (missing ',')
17826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17827         (gst_matroska_mux_reset):
17828          Fix typo + add FIXME about old "x-gst-metadata" crap
17829
17830 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17831
17832         * ext/dv/demo-play.c: (main):
17833          xvideosink -> xvimagesink
17834         * ext/dv/gstdvdec.c:
17835          change rgb 32/32 caps to 24/32 (no alpha)
17836          change nb of channels to be a list (2 or 4, not 2)
17837          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17838         * gst/asfdemux/gstasfdemux.c:
17839         (gst_asf_demux_process_ext_content_desc):
17840          Add 'date/year' to extracted metadata list
17841
17842 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17843
17844         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17845           The return value of fixate_to does not imply that the requested
17846           value was set, so don't assume.
17847
17848 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17849
17850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17851
17852         * ext/libpng/gstpngdec.c:
17853         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17854         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17855         * ext/libpng/gstpngenc.h:
17856           Alpha support (encoder; #163161), mime fixage.
17857
17858 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17859
17860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17861
17862         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17863         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17864         (gst_faac_set_property), (gst_faac_get_property):
17865         * ext/faac/gstfaac.h:
17866           Allow for ADTS output (#153434).
17867
17868 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17869
17870         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17871           Fix against template (#150576).
17872
17873 2005-01-06  Benjamin Otte  <otte@gnome.org>
17874
17875         * gst/games/gstpuzzle.c: (draw_puzzle):
17876           don't draw a puzzle if either width or height of tiles would be 0.
17877
17878 2005-01-06  Benjamin Otte  <otte@gnome.org>
17879
17880         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17881         (gst_puzzle_class_init), (gst_puzzle_finalize):
17882           no memleaks, please
17883         (gst_puzzle_create), (gst_puzzle_init),
17884         (gst_puzzle_set_property), (gst_puzzle_setup):
17885           change initialization code around so we don't reshuffle on resize
17886         (draw_puzzle):
17887           fix another stupid typo
17888
17889 2005-01-06  Benjamin Otte  <otte@gnome.org>
17890
17891         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17892           fix stupid typo that borked copying on YUY2
17893
17894 2005-01-06  Benjamin Otte  <otte@gnome.org>
17895
17896         * gst/games/gstpuzzle.c: (draw_puzzle):
17897           fix edges when image sizes aren't multiples of tile sizes
17898
17899 2005-01-06  Benjamin Otte  <otte@gnome.org>
17900
17901         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17902           make RGB endianness work correctly
17903         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17904           refactor and fix race with initial shuffling
17905         (nav_event_handler):
17906           allow using the mouse to puzzle
17907         (draw_puzzle):
17908           insist on tiles having width and height as multiples of 4 to get
17909           clean YUV image handling
17910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17911         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17912           s/DEBUG/LOG/ for common messages
17913         (gst_xvimagesink_navigation_send_event):
17914           fix mouse event translation to not include screen PAR
17915         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17916           fix mouse event translation to actually work
17917
17918 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17919
17920         * gst/asfdemux/gstasfdemux.c:
17921         (gst_asf_demux_process_ext_content_desc):
17922          Extract TrackNumber metadata + clean up code
17923         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17924          Hope this is the good fix (var used unitialised)
17925
17926 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17927
17928         * ext/faad/gstfaad.c: (gst_faad_chain):
17929           Only increment timestamp if it's valid. Fixes raw AAC streams.
17930
17931 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17932
17933         * configure.ac:
17934         * gst/games/Makefile.am:
17935         * gst/games/gstpuzzle.c:
17936           add a puzzle game with...
17937         * gst/games/gstvideoimage.c:
17938         * gst/games/gstvideoimage.h:
17939           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17940           from videotestsrc and made into something that would be a nice
17941           library for a lot of other plugins.
17942
17943 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17944
17945         * configure.ac:
17946          don't compile faad plugin if a RC of 2.0 is found
17947          Fixes #155346 (and FC1 buildbot)
17948         * gst/asfdemux/gstasfdemux.c:
17949         (gst_asf_demux_process_ext_content_desc):
17950          try to make Solaris compiler happier
17951
17952 2005-01-06  Paul Jack  <pjack@sfaf.org>
17953
17954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17955
17956         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17957           Fix segfault (#161667).
17958
17959 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17960
17961         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17962           Fix framerate reporting.
17963
17964 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17965
17966         * gst-libs/gst/riff/riff-ids.h:
17967         * gst/wavenc/riff.h:
17968          Add AMR (VBR and CBR) ids to riff.h audio codec list
17969         * gst/asfdemux/gstasfdemux.c:
17970         (gst_asf_demux_process_ext_content_desc),
17971         (gst_asf_demux_process_object):
17972           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17973
17974 2005-01-05  Martin Eikermann  <meiker@upb.de>
17975
17976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17977
17978         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17979         (gst_dvd_demux_handle_discont):
17980         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17981         (gst_mpeg_demux_handle_discont):
17982           Recreate pads on new-media (#160730).
17983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17984           Send discont even if manager changes timestamps (#161929).
17985
17986 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17987
17988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17989
17990         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17991           Fix invalid memory access (#159211).
17992
17993 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17994
17995         * examples/gstplay/player.c: (main):
17996           Don't iterate.
17997         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17998           Add visualizations.
17999         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18000         (gst_a52dec_handle_frame):
18001           Set duration.
18002         * ext/dvdnav/gst-dvd:
18003           Add audioconvert. Fixes #161325.
18004         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18005           Explicitely case to gint64. Possible valgrind error.
18006         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18007         (gst_play_tick_callback), (gst_play_change_state),
18008         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18009         (gst_play_set_location), (gst_play_get_location),
18010         (gst_play_seek_to_time), (gst_play_set_data_src),
18011         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18012         (gst_play_set_visualization), (gst_play_connect_visualization),
18013         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18014         (gst_play_new):
18015           Use playbin. Fixes #139749 and #147744.
18016         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18017           Add genre tag.
18018         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18019         (audioscale_get_type), (gst_audioscale_base_init),
18020         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18021         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18022         (gst_audioscale_link), (gst_audioscale_get_buffer),
18023         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18024         (gst_audioscale_init), (gst_audioscale_dispose),
18025         (gst_audioscale_chain), (gst_audioscale_set_property),
18026         (gst_audioscale_get_property), (plugin_init):
18027           Indent properly.
18028         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18029           Fix LPCM.
18030         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18031         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18032         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18033           Add more metadata (fixes #162656).
18034
18035 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * configure.ac:
18038           back to cvs
18039
18040 === release 0.8.7 ===
18041
18042 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18043
18044         * NEWS:
18045         * RELEASE:
18046         * configure.ac:
18047           releasing 0.8.7, "Hyperspace"
18048
18049 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18050
18051         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18052
18053         * gst/playback/gstplaybasebin.c:
18054          Fix for #162924 - free caps after use, not before
18055
18056 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18057
18058         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18059
18060         * gst/playback/gstplaybasebin.c:
18061         * gst/wavparse/gstwavparse.c:
18062           Fix for #154773 - fixes playback of small .wav files
18063
18064 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18067
18068         * gst/audioscale/gstaudioscale.c:
18069           Fix for #162819 - make audioscale reusable
18070           Fixes playback of more than one file with playbin/totem
18071
18072 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18073
18074         * gst/ffmpegcolorspace/avcodec.h:
18075         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18076         * gst/ffmpegcolorspace/imgconvert.c:
18077           clean up the mess that made me cry and avoid needless duplication
18078
18079 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18080
18081         * gst/ffmpegcolorspace/imgconvert.c:
18082           give some indication of why we're segfaulting
18083
18084 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18085
18086         * configure.ac:
18087           Fix indentation, fix v4l2 plugin detection.
18088         * ext/Makefile.am:
18089           Fix libmms location (Maciej, use diff -u!).
18090         * ext/alsa/gstalsa.c: (gst_alsa_init):
18091           Initialize caps cache to NULL.
18092         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18093           Only change state on audiosink if it exists.
18094
18095 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18096
18097         * gst/matroska/matroska-demux.c:
18098         * gst/matroska/matroska-ids.h:
18099         * gst/matroska/matroska-demux.h:
18100         Fix Vorbis streams failing to decode in some files, where cluster_time
18101         isn't 0, because then it doesn't send codec_priv before actual data.
18102         Remove time-based test and replace it with marker set on beginning of
18103         new stream
18104
18105 2004-12-28  David Schleef  <ds@schleef.org>
18106
18107         Merge patch from Ronald fixing problems with streaming
18108         text.
18109         * ext/cairo/gstcairo.c: (plugin_init):
18110         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18111         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18112         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18113         (gst_textoverlay_font_init), (gst_textoverlay_init),
18114         (gst_textoverlay_set_property):
18115         * ext/cairo/gsttextoverlay.h:
18116
18117 2004-12-27  David Schleef  <ds@schleef.org>
18118
18119         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18120         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18121         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18122         (gst_textoverlay_font_init), (gst_textoverlay_init),
18123         (gst_textoverlay_set_property): Improvements to actually
18124         render text as white on black outline on video, including
18125         font selection and horizontal/vertical alignment.  (Ronald's
18126         christmas present)
18127         * ext/cairo/gsttextoverlay.h:
18128
18129 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18130
18131         * ext/ogg/gstogg.c:
18132         * ext/ogg/gstogmparse.c:
18133           fix ogm[audio/video]parse plugin registration
18134           (riff won't load if bytestream is already loaded)
18135
18136 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18137
18138         * gst/audioconvert/gstchannelmix.c:
18139           fix for GLIB < 2.4
18140
18141 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18142
18143         * Makefile.am:
18144         * configure.ac:
18145           disable docs again until it actually passes make distcheck.
18146
18147 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18148
18149         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18150         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18151         (plugin_init):
18152           Add 3GP (variables name Q3GP because they can't start with a
18153           number). Add samr audio fourcc (used in .3gp files), decoder
18154           is work in progress. Also do a GST_WARNING instead of ERROR
18155           in case of unknown nodes, to decrease output.
18156
18157 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18158
18159         * Makefile.am:
18160           really fix dist
18161
18162 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18163
18164         * configure.ac:
18165         * ext/speex/gstspeexdec.h:
18166         * ext/speex/gstspeexenc.h:
18167           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18168           Fix detection code in configure.ac
18169
18170 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18171
18172         * gst/matroska/matroska-demux.c:
18173         (gst_matroska_demux_parse_blockgroup):
18174           Save position, so that queries give proper return values. Don't
18175           know how this could ever have worked before...
18176
18177 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18178
18179         * configure.ac:
18180           Put additional LAME check inside the conditional.  Fixes #152339
18181
18182 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18183
18184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18185         (gst_avi_demux_stream_scan):
18186           Add some more debug. Fix logic error when setting movi offset
18187           while reading index.
18188
18189 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18190
18191         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18192         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18193         (gst_avi_demux_process_next_entry):
18194           Add some debugging. Better detection of broken indexes and the
18195           accompanying index recovery. No infinite loops on state changes
18196           when we're still in our loopfunction.
18197
18198 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18199
18200         * configure.ac:
18201           Fix up.
18202
18203 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18204
18205         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18206
18207         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18208           Normalizing the value before setting
18209         (gst_sunaudiomixer_get_volume):
18210           Normalizing the value after getting. Fixes bug# 161980
18211
18212 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18213
18214         * Makefile.am: Make sure docs gets disted
18215         * docs/Makefile.am: Make sure all needed files get disted
18216         * gst-plugins.spec.in: latest updates
18217
18218 2004-12-22  Wim Taymans  <wim@fluendo.com>
18219
18220         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18221         Revert patch 1.38 as clock distribution over schedulers does
18222         not work correcly in the core yet.
18223
18224 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18225
18226         * sys/oss/README: remove this file, which predates my birth
18227           (and which content is by far outdated)
18228
18229 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18230
18231         * Makefile.am:
18232         * configure.ac:
18233         * docs/Makefile.am:
18234         * docs/libs/Makefile.am:
18235         * docs/libs/gst-plugins-libs-docs.sgml:
18236         * docs/libs/gst-plugins-libs-sections.txt:
18237         * docs/libs/tmpl/gstgconf.sgml:
18238         * docs/upload.mak:
18239         * docs/version.entities.in:
18240           Added boilerplate gtk-doc files for plugin-libs documentation.
18241
18242 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18243
18244         * gst/auparse/gstauparse.c: fix int and float audio caps
18245
18246 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18247
18248         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18249         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18250           g_assert() can be a macro, don't use #ifdef inside it.
18251
18252 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18253
18254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18255
18256         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18257         (gst_videorate_init), (gst_videorate_chain),
18258         (gst_videorate_change_state):
18259           Event handling (fixes #159986).
18260
18261 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18262
18263         * gst-libs/gst/riff/riff-media.c:
18264         (gst_riff_create_video_caps_with_data):
18265           Add BLZ0 (Blizzard's version of DivX) fourcc.
18266
18267 2004-12-18  David Schleef  <ds@schleef.org>
18268
18269         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18270         portability fix.
18271
18272 2004-12-18  David Schleef  <ds@schleef.org>
18273
18274         * gst/tta/ttadec.h: Disable some header code that isn't used
18275         and clearly isn't portable.
18276
18277 2004-12-18  David Schleef  <ds@schleef.org>
18278
18279         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18280         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18281         (avcodec_get_pix_fmt), (avpicture_layout),
18282         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18283         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18284         Fix code to not use GCC extensions (and c99 extensions that
18285         Forte does not like.)
18286
18287 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18288
18289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18290
18291         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18292         (gst_deinterlace_chain):
18293           Rowstride fixes. Fixes #161039.
18294         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18295         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18296         (gst_video_crop_getcaps), (gst_video_crop_link),
18297         (gst_video_crop_i420), (gst_video_crop_chain),
18298         (gst_video_crop_change_state):
18299           Rework of negotiation. Actually works now. Fixes #158650.
18300
18301 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18302
18303         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18304           That was very stupid.
18305
18306 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18307
18308         * gst/matroska/matroska-demux.c:
18309         (gst_matroska_demux_parse_blockgroup):
18310           Fix possible crasher.
18311
18312 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18313
18314         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18315         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18316           Lace sizes can be zero.
18317
18318 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * ext/musepack/gstmusepackdec.cpp:
18321           Fetch error return values. Fixes #161624.
18322         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18323           Really EOS.
18324
18325 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18326
18327         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18328           Work for truncated (unfinished download etc.) files. Fixes #160514.
18329
18330 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18333           Fix for integer overflow. Makes #156001 not crash. Probably masks
18334           the real bug.
18335
18336 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18337
18338         * gst/ac3parse/gstac3parse.c: (plugin_init):
18339           Parsers never have ranks. Fixes #159651.
18340
18341 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18342
18343         * gst/playback/gstdecodebin.c: (compare_ranks):
18344           make sure the facotries are ordered the same every time even if they
18345           have the same rank by using the name
18346         * gst/playback/gstdecodebin.c: (find_compatibles):
18347           make sure we don't add factories to the list twice
18348
18349 2004-12-16  David Schleef  <ds@schleef.org>
18350
18351         * configure.ac: look for musepack headers as musepack/*.h
18352         (fixes #159847)
18353         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18354         * ext/musepack/gstmusepackreader.h: same
18355
18356 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18357
18358         * gst-libs/gst/riff/riff-read.c:
18359         (gst_riff_read_strf_auds_with_data):
18360           Read extradata correctly (fixes #155879).
18361
18362 2004-12-16  David Schleef  <ds@schleef.org>
18363
18364         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18365         audio.  does _not_ attempt or allow conversion unless channels
18366         is 1 or 2.
18367
18368 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18369
18370         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18371
18372 2004-12-16  David Schleef  <ds@schleef.org>
18373
18374         * gst/audioscale/gstaudioscale.c: the resample library only
18375         handles 1 or 2 channels.  Change caps to compensate.
18376
18377 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18378
18379         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18380         (gst_matroska_demux_audio_caps):
18381           Some MPEG-AAC hacks, because else it doesn't work...
18382
18383 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18384
18385         * gst-libs/gst/riff/riff-media.c:
18386         (gst_riff_create_video_caps_with_data),
18387         (gst_riff_create_video_template_caps):
18388           Add h264.
18389
18390 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18391
18392         * gst-libs/gst/audio/Makefile.am:
18393           Try to fix buildbot.
18394
18395 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18396
18397         * gst/tcp/gstmultifdsink.c:
18398           Clean up and uniformize debugging.
18399
18400 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18401
18402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18403
18404         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18405         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18406         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18407         (gst_mpeg_demux_change_state):
18408           Reset on ready. Fixes 160276.
18409
18410 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18411
18412         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18413
18414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18415         (gst_ffmpegcsp_pad_link):
18416           Fix memleak (#154815).
18417
18418 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18419
18420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18421
18422         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18423         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18424         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18425         * ext/musicbrainz/gsttrm.h:
18426           Add support for using a proxy server when getting a trm id from
18427           the MusicBrainz database (#149613).
18428
18429 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18430
18431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18432
18433         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18434         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18435           Fix memleaks (#157233).
18436
18437 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18438
18439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18440
18441         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18442         * gst-libs/gst/resample/resample.h:
18443         * gst/audioscale/gstaudioscale.c:
18444           Fix memleak (#159215).
18445
18446 2004-12-16  Toni Willberg  <toniw@iki.fi>
18447
18448         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18449
18450         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18451         * sys/oss/oss_probe.c: (main):
18452           Check for mono/stereo support (similar to samplerate probing),
18453           fixes #159433. Also add missing copyright header to oss_probe.c.
18454
18455 2004-12-15  David Schleef  <ds@schleef.org>
18456
18457         * configure.ac: add audioresample and cairo plugins.  Remove
18458         HAVE_MMX stuff, because it's not used.
18459         * ext/Makefile.am: same
18460         * ext/audioresample/Makefile.am: You are not ready for an
18461         audio resampling element based on audioresample.
18462         * ext/audioresample/gstaudioresample.c:
18463         * ext/audioresample/gstaudioresample.h:
18464         * ext/cairo/Makefile.am: You are not ready for overlay elements
18465         based on cairo.  Don't look too closely, these elements kinda
18466         suck right now.
18467         * ext/cairo/gstcairo.c: new
18468         * ext/cairo/gsttextoverlay.c: new
18469         * ext/cairo/gsttextoverlay.h: new
18470         * ext/cairo/gsttimeoverlay.c: new
18471         * ext/cairo/gsttimeoverlay.h: new
18472         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18473         problem with compilers that don't support variadic macros.
18474
18475 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18476
18477         Reviewed by:  David Schleef  <ds@schleef.org>
18478
18479         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18480         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18481         bit.  Also ran indent-gst.
18482         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18483         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18484         (gst_sunaudiosrc_setparams):
18485
18486 2004-12-14  David Schleef  <ds@schleef.org>
18487
18488         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18489         output rate to 16000.  Should fix #160235.
18490
18491 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18492
18493         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18494         Add typefinding for mpeg2 pes streams
18495
18496 2004-12-13  David Schleef  <ds@schleef.org>
18497
18498         * configure.ac:  Applied patch from bug #143659, making default
18499         sources and sinks OS-dependent (for Solaris), and added code
18500         for OS/X.
18501         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18502
18503 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18504
18505         * gst-libs/gst/riff/riff-media.c:
18506           forgot to add h2.64 to avidemux template caps
18507
18508 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18509
18510         * gst/wavenc/riff.h:
18511         * gst-libs/gst/riff/riff-media.c:
18512         * gst-libs/gst/riff/riff-ids.h:
18513         * gst/avi/gstavimux.c
18514         add 4CC code for VideoSoft h264 in AVI (VSSH)
18515           fixes bug #160655
18516         remove s323 from riff, it's quicktime specific :(
18517
18518 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18519
18520         * gst/asfdemux/README
18521         * gst/wavenc/riff.h
18522         * gst-libs/gst/riff/riff-ids.h
18523         * gst-libs/gst/riff/riff-media.c
18524         * gst/qtdemux/qtdemux.c:
18525           add new 4CC codes for h263 related codecs
18526           fixes partially bug #155163
18527
18528 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18529
18530         * configure.ac: Update polyaudio requirement to 0.7
18531         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18532
18533 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18534
18535         * gst/interleave/deinterleave.c:
18536         fix my name's spelling! :)
18537
18538 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18539
18540         * AUTHORS ChangeLog
18541         * gst/auparse/gstauparse.c
18542         * gst/interleave/deinterleave.c
18543         * gst/law/:
18544                 alaw-decode.c alaw-encode.c
18545                 mulaw-decode.c mulaw-encode.c
18546         * gst/oneton/gstoneton.c
18547         * sys/osxaudio/:
18548                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18549         * sys/osxvideo/:
18550                 cocoawindow.h cocoawindow.m
18551                 osxvideosink.h osxvideosink.m
18552
18553         put the same mail address for Zaheer Abbas Merali everywhere
18554
18555 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18556
18557         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18558           Align by packetsize, and assert that we a packet available before
18559           playing. The first makes webstreams work (they often include
18560           trailing padding data in a packet), the second allows pausing a
18561           ASF stream in totem without getting demux errors afterwards.
18562
18563 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18564
18565         * ext/ogg/gstoggdemux.c: (get_relative):
18566           Check for non-NULL before accessing member (end-of-chain).
18567
18568 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18569
18570         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18571         (cdparanoia_set_property), (cdparanoia_get_property):
18572         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18573         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18574         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18575         (dvdreadsrc_init), (dvdreadsrc_set_property),
18576         (dvdreadsrc_get_property):
18577         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18578         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18579           Synchronize property names where not yet the case. Devices are
18580           now device=X, other versions are deprecated (but still exist).
18581           Also use g_free() unconditionally.
18582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18583         (setup_source), (gst_play_base_bin_get_property):
18584           Expose source.
18585
18586 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18587
18588         * configure.ac: move GCONF macro outside conditional for the am
18589           conditional. Fixes #160439
18590
18591 2004-12-08  David Schleef  <ds@schleef.org>
18592
18593         * tools/gst-visualise-m.m: Switch to elements that currently
18594         exist.
18595
18596 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18597
18598         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18599           We love wrong commas.
18600
18601 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18602
18603         * gst/matroska/matroska-demux.c:
18604         (gst_matroska_demux_handle_src_query):
18605           Don't set DEFAULT, unsupported - makes length display incorrectly
18606           in some cases.
18607
18608 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18609
18610         * gst/monoscope/README: remove blurb about files being GPL
18611         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18612         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18613           monoscope is now effectively LGPL licensed
18614
18615 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18616
18617         * gst/monoscope/README: Update information to be more correct
18618         * gst/monoscope/convolve.c: Relicense to LGPL
18619         * gst/monoscope/convolve.h: Relicense to LGPL
18620
18621 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18622
18623         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18624           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18626           set default_duration for mpeg1 audio
18627
18628 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18629
18630         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18631         * ext/alsa/gstalsa.h:
18632           refactor big chunks of the core caps negotiation code to make it
18633           a lot faster, because people claim it's really slow
18634           (actually, just cache the getcaps when the device is opened)
18635
18636 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18637
18638         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18639         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18640         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18641         (gst_a52dec_change_state), (plugin_init):
18642         * ext/a52dec/gsta52dec.h:
18643           Do something useful with timestamps. Make chain-based (since
18644           there's really no reason to be loopbased).
18645         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18646           Update current_byte/frame correctly.
18647
18648 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18649
18650         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18651         (gst_ape_demux_stream_init):
18652           Forward tags, too.
18653
18654 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18655
18656         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18657           Let's make sure we're done typefinding when detecting tags.
18658
18659 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18660
18661         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18662         (gst_ebml_read_init), (gst_ebml_read_use_event),
18663         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18664         (gst_ebml_read_seek), (gst_ebml_read_skip),
18665         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18666         (gst_ebml_read_master):
18667         * gst/matroska/ebml-read.h:
18668         * gst/matroska/matroska-demux.c:
18669         (gst_matroska_demux_parse_contents),
18670         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18671           Disgustingly evil hack for working around INTERRUPT events and
18672           their extremely annoying habit of being a pain in the ass. We
18673           simply peek a cluster before reading any of it.
18674
18675 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18676
18677         * ext/musepack/gstmusepackdec.cpp:
18678           There's also floating point libmusepacks.
18679
18680 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18681
18682         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18683         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18684           Set DURATION even if source buffer didn't. Also use increasing
18685           timestamps.
18686         * gst-libs/gst/riff/riff-media.c:
18687         (gst_riff_create_audio_caps_with_data):
18688           Block_align can have larger values than 8192.
18689
18690 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18691
18692         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18693         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18694         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18695         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18696           Fix caps.
18697
18698 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18699
18700         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18701           Fix logic bug.
18702
18703 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18704
18705         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18706           Yay, another one.
18707
18708 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18709
18710         * ext/esd/esdsink.c: (gst_esdsink_chain):
18711           Make error actually say something useful (fixes #156798).
18712         * gst-libs/gst/riff/riff-media.c:
18713         (gst_riff_create_video_caps_with_data),
18714         (gst_riff_create_video_template_caps):
18715           Add Intel Video 5.0 fourcc (IV50).
18716
18717 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18718
18719         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18720         detection on mono and stereo mp3 files.
18721
18722 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18725           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18726           the contained stream).
18727
18728 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18729
18730         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18731           Oops, remove debug.
18732
18733 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18734
18735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18736
18737         * gst/law/alaw-decode.c: (alawdec_getcaps):
18738         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18739           Prevent warnings when negotiating caps (fixes #159338).
18740
18741 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18742
18743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18744         (gst_ffmpegcsp_chain):
18745           Remove old leftover that shouldn't be there...
18746
18747 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18748
18749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18750
18751         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18752           Don't forward DISCONT events (fixes #159684).
18753
18754 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18755
18756         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18757           Unlink manually since sometimes bin disposal (and therefore
18758           pad unlinking) is delayed, which will cause a new media file
18759           to not be able to start playing instantly.
18760
18761 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18762
18763         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18764           On mute of an unlinked stream, check for pad availability so
18765           we don't crash on unlinked pad.
18766
18767 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18768
18769         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18770         (gst_avi_demux_massage_index):
18771           Fix quite humiliating bug in omitting 0-sized index chunks but
18772           forgetting to count them for timestamps.
18773
18774 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18775
18776         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18777           Actually leave the loop if we failed to sync. Don't crash.
18778
18779 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18780
18781         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18782         (gst_dvd_demux_process_private):
18783         * gst/mpegstream/gstdvddemux.h:
18784           Fix crash (#159759). Doesn't work, though. :-(.
18785
18786 2004-11-28  Benjamin Otte  <otte@gnome.org>
18787
18788         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18789           more overwriting protection due to modifying channels one by one
18790           instead of all at once
18791
18792 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * gst/audioconvert/gstchannelmix.c:
18795         (gst_audio_convert_fill_normalize):
18796           Normalize using absolute values.
18797
18798 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18799
18800         * configure.ac:
18801         * ext/Makefile.am:
18802         * ext/directfb/Makefile.am:
18803         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18804         (gst_directfbvideosink_get_pixel_format),
18805         (gst_directfbvideosink_get_format_from_fourcc),
18806         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18807         (gst_directfbvideosink_sink_link),
18808         (gst_directfbvideosink_change_state),
18809         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18810         (gst_directfbvideosink_buffer_alloc),
18811         (gst_directfbvideosink_interface_supported),
18812         (gst_directfbvideosink_interface_init),
18813         (gst_directfbvideosink_navigation_send_event),
18814         (gst_directfbvideosink_navigation_init),
18815         (gst_directfbvideosink_set_property),
18816         (gst_directfbvideosink_get_property),
18817         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18818         (gst_directfbvideosink_base_init),
18819         (gst_directfbvideosink_class_init),
18820         (gst_directfbvideosink_get_type), (plugin_init):
18821         * ext/directfb/directfbvideosink.h: Adding a first version of
18822         directfbvideosink.
18823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18824         more.
18825
18826 2004-11-28  Benjamin Otte  <otte@gnome.org>
18827
18828         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18829           walk the samples backwards if out_channels > in_channels so we don't
18830           overwrite data
18831
18832 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18833
18834         * gst/audioconvert/Makefile.am:
18835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18836         (gst_audio_convert_link), (gst_audio_convert_change_state),
18837         (gst_audio_convert_channels):
18838         * gst/audioconvert/gstchannelmix.c:
18839         (gst_audio_convert_unset_matrix),
18840         (gst_audio_convert_fill_identical),
18841         (gst_audio_convert_fill_compatible),
18842         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18843         (gst_audio_convert_fill_others),
18844         (gst_audio_convert_fill_normalize),
18845         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18846         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18847         * gst/audioconvert/gstchannelmix.h:
18848           Implement a channel mixer.
18849
18850 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18851
18852         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18853         * ext/alsa/gstalsa.h:
18854         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18855         Make alsasink actually honor gst_element_set_clock and use that
18856         clock instead of its internal one.
18857
18858 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18859
18860         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18861         (gst_play_base_bin_change_state): nullify source and decoder when
18862         going from READY to NULL so that we don't try to do weird stuff with
18863         them when going from NULL to READY
18864         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18865         instead of g_object_unref
18866         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18867         it should be correct
18868         (gst_play_bin_change_state): don't call remove_sinks if we are
18869         currently disposing the object
18870
18871 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18872
18873         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18874           Don't forget bass if it's there. Else left channel is silent...
18875
18876 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18877
18878         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18879         (gst_a52dec_change_state):
18880           Don't do sample adjusting anymore, we use float audio now.
18881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18882           Don't fixate to non-existing properties.
18883
18884 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18887         (gst_a52dec_change_state):
18888           Advertise that we can do surround sound.
18889
18890 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18891
18892         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18893           Add buffer-frames=0.
18894         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18895         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18896         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18897         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18898         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18899         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18900         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18901         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18902         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18903         * ext/dvdread/dvdreadsrc.h:
18904           Add seeking, querying for bytes, sectors, title, angle and
18905           chapter. Handle multiple chapters. Relicense to LGPL because
18906           Billy agreed on that (thanks Billy!).
18907
18908 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18909
18910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18911         call parent dispose method
18912
18913 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18914
18915         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18916         (gst_audio_clock_get_internal_time):
18917         Fix active <-> inactive transitions: ensure time value always
18918         grows and avoid abrupt value changes.
18919
18920 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18921
18922         * configure.ac:
18923         * gst/tta/Makefile.am:
18924         * gst/tta/crc32.h:
18925         * gst/tta/filters.h:
18926         * gst/tta/gsttta.c:
18927         * gst/tta/gstttadec.c:
18928         * gst/tta/gstttadec.h:
18929         * gst/tta/gstttaparse.c:
18930         * gst/tta/gstttaparse.h:
18931         * gst/tta/ttadec.h:
18932           added TTA parser and decoder
18933
18934 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18935
18936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18937         (probe_triggered), (check_queue), (buffer_underrun),
18938         (buffer_running), (buffer_overrun), (gen_source_element),
18939         (setup_source):
18940         * gst/playback/gstplaybasebin.h:
18941           Implement buffering. Needs some more work.
18942
18943 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18944
18945         * ext/theora/theoradec.c: (theora_dec_chain):
18946           Fix ilog mask range overflow.
18947
18948 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18949
18950         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18951           Don't omit the last (which in case of dmix is the only :) )
18952           channel count. Don't set channels if <= 2.
18953
18954 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18955
18956         * gst/playback/gstplaybin.c: (gen_video_element),
18957         (gen_audio_element): Removed 2 obsolete comments
18958
18959 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18960
18961         * ext/vorbis/oggvorbisenc.c
18962         * ext/vorbis/vorbisenc.c :
18963           change description fields of those plugins to differentiate them
18964           (pitivi show Encoders by description, they had the same one)
18965
18966 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18967
18968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18969
18970         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18971         (gst_play_bin_set_property), (gen_video_element),
18972         (gen_audio_element):
18973           Refcounting fixes for provided audio-/videosinks.
18974
18975 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18976
18977         * gst/playback/gstplaybin.c: (gen_video_element),
18978         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18979           Don't reference all sinks, but only the video- and audiosinks.
18980           The vis. element should be disposed when we're done with it.
18981           We don't have any reason to keep it around. This fixes warnings
18982           when reusing playbin for playing multiple audio files with
18983           vis. enabled. Also release audio device on pause - idea stolen
18984           from Rhythmbox.
18985
18986 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18987
18988         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18989         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18990         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18991         * ext/alsa/gstalsaplugin.c: (plugin_init):
18992         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18993         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18994         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18995         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18996         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18997         (gst_faad_change_state), (plugin_init):
18998         * ext/faad/gstfaad.h:
18999         * ext/vorbis/vorbis.c: (plugin_init):
19000         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19001         * gst-libs/gst/audio/Makefile.am:
19002         * gst-libs/gst/audio/audio.c: (plugin_init):
19003         * gst-libs/gst/audio/multichannel.c:
19004         (gst_audio_check_channel_positions),
19005         (gst_audio_get_channel_positions),
19006         (gst_audio_set_channel_positions),
19007         (gst_audio_set_structure_channel_positions_list),
19008         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19009         (gst_audio_fixate_channel_positions):
19010         * gst-libs/gst/audio/multichannel.h:
19011         * gst-libs/gst/audio/testchannels.c: (main):
19012         * gst/audioconvert/gstaudioconvert.c:
19013         (gst_audio_convert_class_init), (gst_audio_convert_init),
19014         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19015         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19016         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19017         * gst/audioconvert/plugin.c: (plugin_init):
19018           Surround sound support.
19019
19020 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19021
19022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19023           Fix position for discont if we're close as well. Nitpicking, but
19024           saves a few milliseconds of extra waiting or skipping.
19025
19026 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19027
19028         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19029           We sometimes need parsers for playback, so add those too.
19030
19031 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19032
19033         * configure.ac:
19034         * gst/apetag/Makefile.am:
19035         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19036         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19037         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19038         (gst_ape_demux_get_src_query_types),
19039         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19040         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19041         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19042         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19043         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19044         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19045         (gst_ape_demux_change_state):
19046         * gst/apetag/apedemux.h:
19047         * gst/apetag/apetag.c: (plugin_init):
19048         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19049         (plugin_init):
19050           APE v1/2 tag reader plus typefind function.
19051
19052 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19053
19054         * configure.ac:
19055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19056         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19057           Remove hacks for older core. Require newer core version
19058           accordingly.
19059
19060 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19061
19062         * gst/cdxaparse/Makefile.am:
19063         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19064         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19065         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19066         * gst/cdxaparse/gstcdxaparse.h:
19067         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19068         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19069         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19070         (gst_cdxastrip_get_src_query_types),
19071         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19072         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19073         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19074         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19075         * gst/cdxaparse/gstcdxastrip.h:
19076           SVCD/VCD header stripping separated from CDXA image parsing.
19077         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19078         (plugin_init):
19079           Add VCD/SVCD header typefinding for VCD/SVCD.
19080         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19081         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19082         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19083         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19084         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19085         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19086         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19087         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19088         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19089         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19090         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19091         * sys/vcd/vcdsrc.h:
19092           Fix up, add seeking, querying, URI interface. Works in totem now.
19093
19094 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19095
19096         * configure.ac:
19097           back to CVS
19098
19099 === release 0.8.6 ===
19100
19101 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19102
19103         * NEWS:
19104         * RELEASE:
19105         * configure.ac:
19106         * po/af.po:
19107         * po/az.po:
19108         * po/cs.po:
19109         * po/en_GB.po:
19110         * po/hu.po:
19111         * po/it.po:
19112         * po/nb.po:
19113         * po/nl.po:
19114         * po/or.po:
19115         * po/sq.po:
19116         * po/sr.po:
19117         * po/sv.po:
19118         * po/uk.po:
19119           releasing 0.8.6, "IOU Love"
19120
19121 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19122
19123         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19124
19125         * gst/playback/gstplaybasebin.c:
19126           Fix unplayable files error handling.  Fixes #158365
19127
19128 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19129
19130         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19131
19132         * gst/typefind/gsttypefindfunctions.c:
19133           Fix broken mp3 typefinding.  Fixes #158375
19134
19135 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19136
19137         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19138
19139         * ext/ogg/gstoggdemux.c:
19140           Fix sync on broken files.  Fixes #158976
19141
19142 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19143
19144         patch by: Edward Hervey <bilboed@bilboed.com>
19145
19146         * ext/libpng/gstpngenc.c:
19147           Copy over buffer properties.  Fixes #158832
19148
19149 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19150
19151         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19152
19153         * ext/dvdread/dvdreadsrc.c:
19154           Fixes invalid reads (#158462)
19155
19156 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19157
19158         * sys/v4l/gstv4lsrc.c:
19159         * sys/v4l/gstv4lsrc.h:
19160         * sys/v4l/v4lsrc_calls.c:
19161           Probe less and cache it.  Fixes #159187.
19162
19163 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19164
19165         * gst/videorate/gstvideorate.c:
19166           Handle all video formats. Fixes #159186.
19167
19168 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19169         * gst/synaesthesia/gstsynaesthesia.c:
19170         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19171         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19172         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19173         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19174         (gst_synaesthesia_change_state), (plugin_init):
19175         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19176         Force 320x200 output, as that's the only thing the underlying
19177         synaesthesia implementation supports. Still needs to be made
19178         re-entrant.
19179
19180 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19181
19182         * configure.ac:
19183           Fix mpeg2enc configure check (similar to mplex check below).
19184
19185 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19186
19187         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19188
19189         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19190           Fix for gcc-2.95 (fixes #158221).
19191
19192 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19193
19194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19195           Re-add clock distribution hack (until new core is released).
19196           Fixes #158125.
19197
19198 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19199         * configure.ac:
19200           fix mplex configure check segfaulting on some systems (bug #140994)
19201
19202 2004-11-13  Benjamin Otte  <otte@gnome.org>
19203
19204         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19205           add debugging
19206         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19207           do a wait when we enter the loop func with no data available to
19208           write instead of getting into an 100% CPU loop by just returning and
19209           being called again by the scheduler
19210
19211 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19212
19213         * configure.ac:
19214         * ext/libvisual/visual.c: (gst_visual_get_type),
19215         (libvisual_log_handler), (gst_visual_getcaps),
19216         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19217         (plugin_init):
19218           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19219         * ext/smoothwave/Makefile.am:
19220         * ext/smoothwave/demo-osssrc.c: (main):
19221         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19222         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19223         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19224         (plugin_init):
19225         * ext/smoothwave/gstsmoothwave.h:
19226           Make gstsmoothwave a working element in the 20th century.
19227
19228         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19229           Fix incorrect link function
19230
19231 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19232
19233         * gst/volume/gstvolume.c:
19234           Allow buffer-frames=0.
19235
19236 2004-11-12 Iain <iaingnome@gmail.com>
19237
19238         * configure.ac: Check for polypaudio
19239
19240         * ext/Makefile.am: Build the polyp dir
19241
19242         * ext/polyp: The polypsink sources.
19243
19244 2004-10-30 Iain <iaingnome@gmail.com>
19245
19246         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19247         caps to reflect the new number of channels.
19248
19249 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19250
19251         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19252           Fix for negotiation order problem. This would show when the
19253           ALSA loopfuction was called before any other function. ALSA
19254           wouldn't do anything because we're not negotiated yet, leading
19255           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19256
19257 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19258
19259         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19260
19261         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19262           No warnings (#157986).
19263
19264 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19267           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19268
19269 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19272           Signal no-more-pads (so it works in playbin).
19273
19274 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19275
19276         * ext/musepack/gstmusepackreader.cpp:
19277           Workaround for older core.
19278
19279 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19280
19281         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19282           Actually test for odd width/height rather than testing whether
19283           a temporary variable that was 0 before we subtracted 1 is now
19284           not equal to zero (which it always is).
19285
19286 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19287
19288         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19289         Fix compilation if HAVE_XVIDEO is not defined
19290
19291 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19292
19293         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19294         Fix compilation if HAVE_XVIDEO is not defined
19295
19296 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19297
19298         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19299         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19300         (gst_goom_change_state), (plugin_init):
19301         Use the bytestream adapter so goom doesn't depend on the input
19302         buffer size.
19303         Add a debug category
19304
19305 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19306
19307         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19308           Only set hardware parameters *after* negotiation. Before
19309           negotiation, it will set ANY and that seems to cause crashes
19310           (see e.g. #151288, #153227).
19311
19312 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19313
19314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19315           This seems to be antique leftover. It needs to pass error
19316           checking.
19317         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19318         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19319         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19320         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19321           Fix GstXOverlay implementation (#151059).
19322
19323 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19324
19325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19326           Don't assert (#157853).
19327
19328 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19329
19330         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19331           Fix bytes/samples confustion.
19332         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19333           Fix for underrun (#144389).
19334
19335 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19336
19337         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19338           Disable halfway-seek for pending release (since it needs a new
19339           core release).
19340
19341 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19342
19343         * sys/v4l/gstv4lsrc.c:
19344         * sys/v4l/gstv4lsrc.h:
19345         * sys/v4l/v4lsrc_calls.c:
19346           add autoprobe-fps property so we can separate autoprobing parts
19347
19348 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19349
19350         * sys/v4l/gstv4lsrc.c:
19351         * sys/v4l/v4lsrc_calls.c:
19352         initialise fourcc to catch unset fourcc's, and debug
19353
19354 2004-11-09  Wim Taymans  <wim@fluendo.com>
19355
19356         * gst/playback/README:
19357         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19358         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19359         (gst_play_bin_dispose), (gst_play_bin_set_property),
19360         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19361         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19362         (gst_play_bin_get_formats), (gst_play_bin_convert),
19363         (gst_play_bin_get_query_types), (gst_play_bin_query):
19364         Cleanups and some more documentation.
19365
19366 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19367
19368         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19369         (gst_cacasink_init), (gst_cacasink_chain):
19370         * ext/libcaca/gstcacasink.h:
19371         Cacasink inherits from VideoSink, so let that store the clock.
19372
19373 2004-11-09  Wim Taymans  <wim@fluendo.com>
19374
19375         * gst/playback/README:
19376         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19377         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19378         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19379         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19380         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19381         (setup_sinks):
19382         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19383         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19384         * gst/playback/gststreaminfo.h:
19385         Updated README.
19386         Only switch groups if all streams have muted (EOSed).
19387         Send Tags in sync with the stream playback instead of in
19388         the playback/preroll phase.
19389         Some cleanups, free the fakesrc elements.
19390
19391 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19392
19393         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19394           buffer-frames property was missing
19395         * ext/arts/gst_arts.c:
19396           rate missing from sinkcaps
19397         * ext/audiofile/gstafparse.c:
19398         * ext/audiofile/gstafsink.c:
19399         * ext/audiofile/gstafsrc.c:
19400         * ext/swfdec/gstswfdec.c:
19401           int audio doesn't know buffer-frames
19402         * ext/cdparanoia/gstcdparanoia.c:
19403           int audio doesn't know chunksize either
19404         * ext/nas/nassink.c:
19405           it's endianness, not endianess
19406         * gst-libs/gst/audio/audio.h:
19407           make float standard pad template caps really describe float
19408         * gst/law/mulaw.c: (linear_factory):
19409           signed only, please
19410         * gst/mpegstream/gstdvddemux.c:
19411           widths of 20 are not valid
19412
19413 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19414
19415         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19416
19417         * po/LINGUAS:
19418         * po/it.po:
19419           Add Italian
19420
19421 2004-11-08  Wim Taymans  <wim@fluendo.com>
19422
19423         * gst/playback/README:
19424         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19425         * gst/playback/gstplaybasebin.c: (probe_triggered),
19426         (gst_play_base_bin_change_state):
19427         Updated README, added more comments for fixmes etc..
19428
19429 2004-11-08  Wim Taymans  <wim@fluendo.com>
19430
19431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19432         We can remove this hack now.
19433
19434 2004-11-08  Wim Taymans  <wim@fluendo.com>
19435
19436         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19437         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19438         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19439         Only mix AYUV for maximum quality.
19440
19441 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19442
19443         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19444         (gst_ogg_demux_push), (gst_ogg_pad_push):
19445           Let's act as if we're synchronized now! :).
19446         * ext/theora/theoradec.c: (theora_dec_chain):
19447           Add some debug.
19448
19449 2004-11-08  Wim Taymans  <wim@fluendo.com>
19450
19451         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19452         (gst_alpha_set_property), (gst_alpha_sink_link),
19453         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19454         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19455         (gst_alpha_init_params), (gst_alpha_chain):
19456         Implement alpha functions for AYUV too, this increases
19457         accuracy quite a bit.
19458
19459 2004-11-08  Wim Taymans  <wim@fluendo.com>
19460
19461         * gst/ffmpegcolorspace/avcodec.h:
19462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19463         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19464         (gst_ffmpegcsp_avpicture_fill):
19465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19466         (gst_ffmpegcsp_caps_remove_format_info):
19467         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19468         (shrink12), (img_get_alpha_info), (deinterlace_line),
19469         (deinterlace_line_inplace):
19470         * gst/ffmpegcolorspace/imgconvert_template.h:
19471         Added AYUV colorspace and handle RGBA a bit more respectful.
19472
19473 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19476           Actually always send a discont (cornercase when resending the
19477           same serial-tagged chain twice).
19478
19479 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19480
19481         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19482         (gst_ximagesink_finalize):
19483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19484         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19485
19486 2004-11-08  Wim Taymans  <wim@fluendo.com>
19487
19488         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19489         Don't segfault on NULL data.
19490
19491 2004-11-08  Wim Taymans  <wim@fluendo.com>
19492
19493         * gst/playback/gstdecodebin.c: (unlinked):
19494         * gst/playback/gstplay-marshal.list:
19495         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19496         (gst_play_base_bin_init), (group_create), (get_active_group),
19497         (get_building_group), (group_destroy), (group_commit),
19498         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19499         (add_element_stream), (no_more_pads), (probe_triggered),
19500         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19501         (state_change), (setup_source), (gst_play_base_bin_get_property),
19502         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19503         (gst_play_base_bin_link_stream),
19504         (gst_play_base_bin_get_streaminfo):
19505         * gst/playback/gstplaybasebin.h:
19506         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19507         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19508         Add support for chained ogg files. Prepare for playlist
19509         support. This patch introduces the concept of pad groups, which
19510         together compose one playable media file.
19511
19512 2004-11-07  David Schleef  <ds@schleef.org>
19513
19514         * testsuite/gst-lint: Check for pad templates that aren't statically
19515         scoped.
19516
19517 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * configure.ac:
19520         * ext/Makefile.am:
19521         * ext/musepack/Makefile.am:
19522         * ext/musepack/gstmusepackdec.cpp:
19523         * ext/musepack/gstmusepackdec.h:
19524         * ext/musepack/gstmusepackreader.cpp:
19525         * ext/musepack/gstmusepackreader.h:
19526           Add musepack decoder.
19527         * ext/faad/gstfaad.c: (gst_faad_base_init):
19528           Make pad templates static.
19529         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19530         (plugin_init):
19531           Add musepack typefinder, make mp3 typefinding work halfway stream,
19532           which doesn't actually work yet because id3demux doesn't implement
19533           _get_length().
19534
19535 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19536
19537         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19538         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19539           Fix interrupt event handling (#144436).
19540
19541 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19542
19543         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19544           Hide unused glory.
19545
19546 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19547
19548         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19549
19550         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19551           Fix weird caps (#157548).
19552
19553 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19554
19555         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19556
19557         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19558           Add missing NULL terminator (#157543).
19559
19560 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19561
19562         * gst/tcp/gsttcp.h:
19563         * gst/tcp/gsttcpclientsink.c:
19564         * gst/tcp/gsttcpclientsrc.c:
19565         * gst/tcp/gsttcpserversink.c:
19566         * gst/tcp/gsttcpserversrc.c:
19567           ports can go up to 65535.  Move common defines to gsttcp.h
19568
19569 2004-11-05  Wim Taymans  <wim@fluendo.com>
19570
19571         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19572         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19573         Added two more colorspaces.
19574
19575 2004-11-05  Wim Taymans  <wim@fluendo.com>
19576
19577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19578         (gst_ffmpegcsp_avpicture_fill):
19579         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19580         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19581         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19582         More stride fixes.
19583
19584 2004-11-05  Wim Taymans  <wim@fluendo.com>
19585
19586         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19587         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19588         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19589         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19590         (gst_videomixer_loop):
19591         More stride fixes.
19592
19593 2004-11-05  Benjamin Otte  <otte@gnome.org>
19594
19595         * ext/mad/gstmad.c: (gst_mad_chain):
19596           don't overflow data buffer. Flush not needed sync data when syncing
19597           failed.
19598
19599 2004-11-04  Wim Taymans  <wim@fluendo.com>
19600
19601         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19602         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19603         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19604         (gst_alpha_init_params), (gst_alpha_chain),
19605         (gst_alpha_change_state):
19606         Updated the chroma keying algorithm with something more
19607         sophisticated.
19608
19609 2004-11-03  Wim Taymans  <wim@fluendo.com>
19610
19611         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19612         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19613         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19614         Fix stride issues. Does not completely work for odd
19615         heights.
19616
19617 2004-11-03  Wim Taymans  <wim@fluendo.com>
19618
19619         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19620         (gst_alpha_chroma_key), (gst_alpha_chain):
19621         Fix stride issues. Does not completely work for odd
19622         heights.
19623
19624 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19625
19626         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19627         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19628         leak fixes
19629
19630 2004-11-03  Wim Taymans  <wim@fluendo.com>
19631
19632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19633         (gst_ffmpegcsp_avpicture_fill):
19634         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19635         (avpicture_alloc):
19636         * gst/ffmpegcolorspace/imgconvert_template.h:
19637         Use correct _fill function to get correct strides.
19638
19639 2004-11-02  David Schleef  <ds@schleef.org>
19640
19641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19642         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19643         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19644         Change all g_print()s to debugging.  Add a bunch of consistency
19645         checks.
19646
19647 2004-11-02  Wim Taymans  <wim@fluendo.com>
19648
19649         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19650         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19651         (unlinked), (no_more_pads), (close_link):
19652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19653         (unknown_type), (add_element_stream), (new_decoded_pad),
19654         (removed_decoded_pad), (setup_source):
19655         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19656         (gst_stream_info_class_init), (gst_stream_info_init),
19657         (gst_stream_info_new), (gst_stream_info_dispose),
19658         (stream_info_mute_pad), (gst_stream_info_set_property),
19659         (gst_stream_info_get_property):
19660         * gst/playback/gststreaminfo.h:
19661         Fix playback of multiple files.
19662         a slightly different approach to handling dynamic pad removals.
19663         This one only looks at pads that we have linked.
19664
19665 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19666
19667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19668         free" warning from libc.
19669
19670 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19671
19672         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19673         (get_unconnected_element), (remove_starting_from), (pad_removed),
19674         (close_link):
19675           Implement support for dynamic pad changing. We listen to "live"
19676           pad removals (i.e. while playing) and re-setup autoplugging
19677           after that. Playbasebin/playbin need some more work for this
19678           to finally work, but decodebin supports (and replugs) chained
19679           ogg now.
19680
19681 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19682
19683         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19684         (gst_alsa_finalize):
19685         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19686         (gst_cdaudio_finalize):
19687         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19688         (cdparanoia_finalize):
19689         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19690         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19691         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19692         (dvdreadsrc_finalize):
19693         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19694         (gst_flacdec_finalize):
19695         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19696         (gst_flacenc_finalize):
19697         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19698         (gst_gnomevfssink_finalize):
19699         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19700         (gst_gnomevfssrc_finalize):
19701         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19702         (gst_fameenc_finalize):
19703         * ext/nas/nassink.c: (gst_nassink_class_init),
19704         (gst_nassink_finalize):
19705         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19706         (gst_sdlvideosink_class_init):
19707         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19708         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19709         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19710         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19711         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19712         (gst_x_window_listener_dispose):
19713         * gst/audioscale/gstaudioscale.c:
19714         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19715         (play_on_demand_finalize):
19716         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19717         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19718         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19719         (cdplayer_finalize):
19720         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19721         (gst_glimagesink_class_init):
19722         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19723         (gst_osselement_finalize):
19724         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19725         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19726         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19727           Fixes a bunch of problems with finalize and dispose functions,
19728           either assumptions that dispose is only called once, or not calling
19729           the parent class dispose/finalize function
19730
19731 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19732
19733         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19734           added two api precondition guards
19735           use g_strdup with getenv to fix crash when using ENVVAR
19736
19737 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19738         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19739         (gst_esdsink_finalize):
19740         Use a finalize function, not dispose, and more importantly,
19741         call the parent class finalize function too
19742
19743 2004-11-01  Johan Dahlin  <johan@gnome.org>
19744
19745         * ext/ogg/gstoggdemux.c:
19746         * gst/tags/gstvorbistag.c:
19747         Plug leaks.
19748
19749 2004-10-31  Benjamin Otte  <otte@gnome.org>
19750
19751         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19752           lotsa memleaks today. But they're all small...
19753
19754 2004-10-31  Benjamin Otte  <otte@gnome.org>
19755
19756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19757           another memleak crushed
19758
19759 2004-10-31  Benjamin Otte  <otte@gnome.org>
19760
19761         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19762           fix memleak
19763
19764 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19767           Hack to prevent crash when going to READY inside signal handler
19768           while this function is active.
19769
19770 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19771
19772         * gst/ffmpegcolorspace/Makefile.am:
19773         * gst/ffmpegcolorspace/avcodec.h:
19774         * gst/ffmpegcolorspace/common.h:
19775         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19776         * gst/ffmpegcolorspace/dsputil.h:
19777         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19778         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19779         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19780         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19781         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19782         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19783         (gst_ffmpegcsp_avpicture_fill):
19784         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19786         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19787         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19788         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19789         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19790         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19791         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19792         * gst/ffmpegcolorspace/imgconvert.c:
19793         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19794         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19795         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19796         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19797         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19798         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19799         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19800         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19801         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19802         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19803         (grow21), (grow22), (grow41), (grow44), (conv411),
19804         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19805         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19806         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19807         (avpicture_free), (is_yuv_planar), (img_convert),
19808         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19809         (deinterlace_line_inplace), (deinterlace_bottom_field),
19810         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19811         * gst/ffmpegcolorspace/imgconvert_template.h:
19812         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19813         * gst/ffmpegcolorspace/mmx.h:
19814         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19815         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19816         (av_freep), (avcodec_get_context_defaults),
19817         (avcodec_alloc_context), (avcodec_init):
19818           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19819           handling plus update from ffmpeg CVS. Large clean-up.
19820
19821 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19822
19823         * gst/playback/Makefile.am:
19824           We need the marshallers for decodebin, too.
19825
19826 2004-10-30  David Schleef  <ds@schleef.org>
19827
19828         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19829           quicktime typefinding work with 64-bit offsets.
19830
19831 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19832
19833         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19834           Set EOS on the element when processing an EOS event.
19835         * ext/speex/gstspeexdec.h:
19836         * ext/speex/gstspeexenc.h:
19837           Only keep a const ptr to the mode
19838         * gst-libs/gst/riff/riff-media.c:
19839         (gst_riff_create_audio_caps_with_data),
19840         (gst_riff_create_audio_template_caps):
19841           Allow WMAV3, with up to 6 channels.
19842         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19843           Don't call gst_pad_set_event_function on a sink pad.
19844         * gst/mpegstream/gstdvddemux.c:
19845         (gst_dvd_demux_get_subpicture_stream),
19846         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19847           Copy the explicit caps that were set across to the cur_* pads,
19848           instead of trying to use a possibly non-existent negotiated caps.
19849           Reset the type of subpicture pads to UNKNOWN after calling
19850           init_stream, so that the caps get set.
19851
19852 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19853
19854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19855
19856         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19857           Don't touch buffer if it is of size 0 (fixes #151064).
19858
19859 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19860
19861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19862           Synchronized discont handling.
19863
19864 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19865
19866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19867         (gst_ogg_demux_push):
19868           Make seeking sort-of exact again (fixes #156387).
19869
19870 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19871
19872         * gst/playback/gstplaybasebin.c: (unknown_type),
19873         (add_element_stream), (new_decoded_pad),
19874         (gst_play_base_bin_change_state):
19875         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19876         (gst_stream_info_init), (gst_stream_info_new),
19877         (gst_stream_info_dispose), (gst_stream_info_get_property):
19878         * gst/playback/gststreaminfo.h:
19879           Make caps explicitely available. Makes testing for unsupported
19880           types possible. Improves error reporting.
19881
19882 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19883
19884         * gst/audioconvert/gstaudioconvert.c:
19885         (gst_audio_convert_buffer_to_default_format):
19886           Really don't touch read-only buffers (#156563).
19887
19888 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19889
19890         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19893           Fix memleak (#155223).
19894
19895 2004-10-29  Wim Taymans  <wim@fluendo.com>
19896
19897         * gst/tcp/.cvsignore:
19898         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19899         (gst_multifdsink_class_init), (gst_multifdsink_init),
19900         (gst_multifdsink_add), (gst_multifdsink_remove),
19901         (gst_multifdsink_remove_client_link), (is_sync_frame),
19902         (gst_multifdsink_new_client),
19903         (gst_multifdsink_handle_client_write),
19904         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19905         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19906         (gst_multifdsink_get_property):
19907         * gst/tcp/gstmultifdsink.h:
19908         Added burst on connect sync_method, deprecated sync_clients,
19909         streamlined the sync code some more.
19910
19911 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19912
19913         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19914         (gst_play_base_bin_change_state):
19915           Improve error reporting.
19916
19917 2004-10-28  Wim Taymans  <wim@fluendo.com>
19918
19919         * gst/tcp/Makefile.am:
19920         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19921         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19922         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19923         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19924         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19925         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19926         (gst_fdset_wait):
19927         Added more locks around fdset structures. Fixed/reworked
19928         the poll array resizing code.
19929         Added stress test for fdset.
19930
19931 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19932
19933         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19934         fix build
19935
19936 2004-10-28  Benjamin Otte  <otte@gnome.org>
19937
19938         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19939           fix link function to always query channels and query width for
19940           floats
19941         * configure.ac:
19942           add equalizer dir
19943         * gst/equalizer/Makefile.am:
19944         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19945         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19946         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19947         (arg_to_scale), (setup_filter),
19948         (gst_iir_equalizer_compute_frequencies),
19949         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19950         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19951         (plugin_init):
19952           add an equalizer
19953
19954 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19955
19956         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19957
19958         * po/LINGUAS:
19959         * po/nb.po:
19960           Added Norwegian Bokmaal translation
19961
19962 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19963
19964         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19965           Don't break on options (fixes #156488).
19966
19967 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19968
19969         * configure.ac:
19970         * ext/cdaudio/Makefile.am:
19971         * sys/Makefile.am:
19972           fix build on older automake
19973
19974 2004-10-26  Wim Taymans  <wim@fluendo.com>
19975
19976         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19977         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19978         Allow a little margin when negotiating the framerate.
19979
19980 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19981
19982         * gst/level/gstlevel.c:
19983           synchonised naming of pads and pad-templates
19984
19985 2004-10-26  Wim Taymans  <wim@fluendo.com>
19986
19987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19988         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19989         (_find_streams_check), (gst_ogg_demux_push):
19990         Fix EOS again. Needs to be done in a better way. We should not
19991         remove the pad if there is no new chained stream.
19992
19993 2004-10-26 Iain <iaingnome@gmail.com>
19994
19995         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19996         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19997         of the caps.
19998         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19999         pad.
20000         (interleave_release_pad): Remove the pad.
20001         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20002         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20003         the set device.
20004         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20005         attrs
20006         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20007         (gst_xvimagesink_finalize): Free the par.
20008
20009 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20010
20011         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20012         (gst_avimux_stop_file):
20013           First calculate the rate, and only then use it. Hdr.rate is a
20014           multiple and not a derivative of hdr.scale. Scale is not the
20015           same as blockalign but is solely related to rate.
20016
20017 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20018
20019         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20020         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20021           Implement seeking.
20022
20023 2004-10-25  James Henstridge  <james@jamesh.id.au>
20024
20025         Reviewed by:  David Schleef  <ds@schleef.org>
20026
20027         * examples/gstplay/player.c: (got_stream_length), (main):
20028         * examples/seeking/cdplayer.c: (update_scale):
20029         * examples/seeking/seek.c: (format_value), (update_scale):
20030         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20031         (stop_seek):
20032         Build fixes on AMD64.
20033
20034 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20035
20036         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20037
20038         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20039         Fix for some v4l cards which hang in v4lsrc
20040
20041 2004-10-25  Wim Taymans  <wim@fluendo.com>
20042
20043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20044         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20045         Make sure to remove the pad when a new chain is
20046         encountered. Set some vars to NULL so we don't try
20047         to reference freed memory.
20048
20049 2004-10-25  Wim Taymans  <wim@fluendo.com>
20050
20051         * examples/seeking/Makefile.am:
20052         * examples/seeking/cdplayer.c: (update_scale):
20053         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20054         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20055         (format_value), (update_scale), (iterate), (start_seek),
20056         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20057         (print_usage), (main):
20058         Added some more examples, update others.
20059
20060 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20061
20062         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20063         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20064         * ext/theora/theoradec.c: (theora_dec_chain):
20065         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20066           Add codec-name metadata.
20067
20068 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20069
20070         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20071
20072         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20073         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20074         * ext/alsa/gstalsamixertrack.h:
20075         * po/POTFILES.in:
20076           ALSA mixer track label internationalization (#154054).
20077
20078 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20079
20080         * ext/theora/theoradec.c: (theora_dec_chain):
20081           Export bitrate as metadata.
20082
20083 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20084
20085         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20086         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20087         * ext/alsa/gstalsamixertrack.h:
20088           Fix names, fix loop.
20089
20090 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20091
20092         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20093         (speex_dec_convert):
20094           sinkconvert function so oggdemux can get the file length (totem).
20095
20096 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20097
20098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20099
20100         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20101           Don't push incomplete packets.
20102         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20103           Fix MPEG-4 audio typefinding.
20104
20105 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20106
20107         * sys/v4l/Makefile.am:
20108         * sys/v4l/gstv4l.c: (plugin_init):
20109         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20110         (gst_v4lelement_init), (gst_v4lelement_dispose),
20111         (gst_v4lelement_change_state):
20112         * sys/v4l/gstv4lelement.h:
20113         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20114         (gst_v4l_xoverlay_close), (idle_refresh),
20115         (gst_v4l_xoverlay_set_xwindow_id):
20116         * sys/v4l/gstv4lxoverlay.h:
20117         * sys/v4l/v4l-overlay_calls.c:
20118         * sys/v4l/v4l_calls.h:
20119         * sys/v4l2/Makefile.am:
20120         * sys/v4l2/gstv4l2.c: (plugin_init):
20121         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20122         (gst_v4l2element_init), (gst_v4l2element_dispose),
20123         (gst_v4l2element_change_state):
20124         * sys/v4l2/gstv4l2element.h:
20125         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20126         (gst_v4l2_xoverlay_close), (idle_refresh),
20127         (gst_v4l2_xoverlay_set_xwindow_id):
20128         * sys/v4l2/gstv4l2xoverlay.h:
20129         * sys/v4l2/v4l2-overlay_calls.c:
20130         * sys/v4l2/v4l2_calls.h:
20131           Remove client-side overlay handling, use the X-server v4l plugin
20132           for that. Nicer overlay, less code. Also make the plugin
20133           compileable without X (but then without overlay, obviously).
20134           Makes xwindowlistener obsolete, should we remove that?
20135
20136 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20137
20138         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20139         (gst_osssrc_src_query):
20140         * sys/oss/gstosssrc.h:
20141           OK, so people want offset in DEFAULT. This time, actually fix all
20142           cases.
20143         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20144           Add FPS properly.
20145
20146 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20147
20148         * gst/asfdemux/gstasfmux.c:
20149         * gst/avi/gstavimux.c:
20150           Framerate.
20151
20152 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20153
20154         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20155           Fix properties (channel, norm, frequency).
20156
20157 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20158
20159         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20160           Flag typo.
20161         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20162           No warnings.
20163
20164 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20165
20166         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20167           Fix hang.
20168
20169 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20170
20171         * sys/v4l2/gstv4l2element.h:
20172           Yet Another Hack (tm) for kernel header borkedness.
20173         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20174         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20175         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20176         (gst_v4l2src_change_state):
20177         * sys/v4l2/gstv4l2src.h:
20178         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20179         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20180           Fix caps, keep track of state, work.
20181
20182 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20183
20184         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20185           Quiet.
20186
20187 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20188
20189         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20190           Don't mix bytes and samples.
20191
20192 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * ext/ogg/gstoggmux.c:
20195           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20196           and theora. Any is incorrect.
20197         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20198           Fix caps.
20199         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20200         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20201         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20202         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20203         * sys/v4l/gstv4lmjpegsrc.h:
20204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20205         (gst_v4lsrc_change_state):
20206         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20207         (gst_v4lmjpegsrc_capture_stop):
20208           Fix caps. Keep track of internal state. Work.
20209
20210 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * ext/Makefile.am:
20213           Fix the build fixes.
20214
20215 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20218         (gst_ogg_demux_src_event), (_find_chain_seek),
20219         (gst_ogg_pad_push):
20220           Check for pad availability before using it.
20221         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20222           Fix parsing of chained ogg. Needs more work on the decoder side.
20223
20224 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20225
20226         * gst/spectrum/Makefile.am:
20227         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20228         (idle_func):
20229           Fix demo and reenable it. Yes, I'm currently playing with audio
20230           analysis tools
20231
20232 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20233
20234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20235           We love it if files that start at zero work too...
20236
20237 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20238
20239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20240           Handle files with missing EOS headers.
20241
20242 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20243
20244         * gst/tcp/gsttcpserversink.c:
20245         (gst_tcpserversink_handle_server_read),
20246         (gst_tcpserversink_init_send):
20247         Zero some variables first (need for accept not to return EINVAL)
20248
20249 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20250
20251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20252         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20253         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20254         (theora_dec_chain):
20255         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20256         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20257           Seeking and querying finetune.
20258
20259 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20260
20261         * configure.ac:
20262         * ext/Makefile.am:
20263         * ext/raw1394/Makefile.am:
20264           fix the build
20265
20266 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20269           Wrong return.
20270         * gst/playback/Makefile.am:
20271         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20272         * gst/playback/gstplay-marshal.list:
20273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20274           Fix marshallers.
20275
20276 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20277
20278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20279           Silence.
20280
20281 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20282
20283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20284         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20285         (gst_ogg_pad_push):
20286           Yay for non-lineair granulepos in theora.
20287
20288 2004-10-18  Wim Taymans  <wim@fluendo.com>
20289
20290         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20291         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20292         * ext/dv/gstdvdec.h:
20293         Make sure we renegotiate aspect ratio when the camera switches.
20294
20295 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20296
20297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20298         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20299           Start at zero.
20300         * ext/theora/theoradec.c: (theora_dec_chain):
20301           Skip headers. Bad idea for chained ogg, but fixes seeking.
20302
20303 2004-10-18  Wim Taymans  <wim@fluendo.com>
20304
20305         * configure.ac:
20306         I swear, this is the last time I touch this.
20307
20308 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20309
20310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20311         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20312         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20313           Faster seeking.
20314         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20315           Time-to-default conversion.
20316         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20317           Don't error on unknown packets, just skip. We should probably
20318           read them if we want to support chained ogg.
20319
20320 2004-10-18  Wim Taymans  <wim@fluendo.com>
20321
20322         * configure.ac:
20323         Added cdaudio to wrong list.
20324
20325 2004-10-18  Wim Taymans  <wim@fluendo.com>
20326
20327         * configure.ac:
20328         Revive cdaudio.
20329
20330 2004-10-18  Wim Taymans  <wim@fluendo.com>
20331
20332         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20333         (gst_dvdec_video_link), (gst_dvdec_push):
20334         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20335         (gst_smokeenc_resync), (gst_smokeenc_chain):
20336         Fix mimetype on smoke encoder.
20337         Add aspect ratio to dvdec. Not sure if these
20338         values are correct though....
20339
20340 2004-10-18  Wim Taymans  <wim@fluendo.com>
20341
20342         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20343         Fix vorbis property descriptions and ranges.
20344
20345 2004-10-18  Wim Taymans  <wim@fluendo.com>
20346
20347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20348         Really do nothing when no data is available.
20349         Go to the playing state when the stream is not seekable
20350         instead of failing.
20351
20352 2004-10-18  Wim Taymans  <wim@fluendo.com>
20353
20354         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20355         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20356         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20357         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20358         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20359         Added uri handler for cd://
20360         Port to new API.
20361
20362 2004-10-18  Wim Taymans  <wim@fluendo.com>
20363
20364         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20365         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20366         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20367         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20368         (remove_prerolls), (unknown_type), (add_element_stream),
20369         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20370         (gst_play_base_bin_remove_element),
20371         (gst_play_base_bin_link_stream):
20372         * gst/playback/gstplaybin.c: (gen_video_element),
20373         (gen_vis_element), (remove_sinks), (setup_sinks):
20374         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20375         (gst_stream_info_get_type), (gst_stream_info_class_init),
20376         (gst_stream_info_init), (gst_stream_info_new),
20377         (gst_stream_info_dispose), (stream_info_mute_pad),
20378         (gst_stream_info_set_property), (gst_stream_info_get_property):
20379         * gst/playback/gststreaminfo.h:
20380         Add sink padtemplate to decodebin.
20381         Added some more comments.
20382         Make queue size configurable in playbasebin.
20383         Added possibility to use elements as sinks (ex cdaudio).
20384
20385 2004-10-15  Wim Taymans  <wim@fluendo.com>
20386
20387         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20388         (gst_speexenc_chain):
20389         Fix speex timestamps so that it gets muxed properly.
20390
20391 2004-10-15  Wim Taymans  <wim@fluendo.com>
20392
20393         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20394         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20395         (gst_dv1394src_init), (gst_dv1394src_dispose),
20396         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20397         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20398         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20399         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20400         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20401         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20402         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20403         * ext/raw1394/gstdv1394src.h:
20404         Added conversion/query functions.
20405         Update buffer timestamps,
20406         Added signals.
20407         Added uri dv:// so it might play from the firewire in playbin.
20408         Fix a possible leak.
20409         Added debugging.
20410
20411 2004-10-15  Wim Taymans  <wim@fluendo.com>
20412
20413         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20414         (gst_dv1394src_init), (gst_dv1394src_set_property),
20415         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20416         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20417         * ext/raw1394/gstdv1394src.h:
20418         Added AV/C VTR control support needed for some cameras.
20419         Added automatic port detection.
20420         Added properties for selecting the channel.
20421         The configure.ac script is not yet updated to reflect the
20422         new libavc1394 and librom1394 dependencies.
20423
20424 2004-10-15  Wim Taymans  <wim@fluendo.com>
20425
20426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20427         (qtdemux_parse), (gst_qtdemux_handle_esds):
20428         An esds box is not a container.
20429         Fix parsing of mp4v boxes.
20430         Do not try to renegotiate fps for each frame. Need to
20431         find a better method. This should fix mp4 playback.
20432
20433 2004-10-14  David Schleef  <ds@schleef.org>
20434
20435         * configure.ac: update for swfdec-0.3 and liboil-0.2
20436         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20437         * ext/swfdec/gstswfdec.h: same
20438         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20439         * gst/videotestsrc/videotestsrc.c: same
20440
20441 2004-10-14  Wim Taymans  <wim@fluendo.com>
20442
20443         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20444         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20445         (is_sync_frame), (gst_multifdsink_new_client),
20446         (gst_multifdsink_handle_client_write),
20447         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20448         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20449         Turn warnings into info.
20450         Don't allow a state change in the streaming thread.
20451
20452 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20453
20454         * ext/vorbis/oggvorbisenc.c:
20455         * ext/vorbis/vorbisdec.c:
20456           fix template sample rate
20457
20458 2004-10-13  Wim Taymans  <wim@fluendo.com>
20459
20460         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20461         Decoding the header first fixes some problems in resyncing
20462         in more mp3s.
20463
20464 2004-10-12  Wim Taymans  <wim@fluendo.com>
20465
20466         * gst/playback/gstplaybin.c: (gen_video_element),
20467         (gen_vis_element), (remove_sinks), (setup_sinks):
20468         Added vis plugin support, need to configure the vis
20469         element to activate it.
20470
20471 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20472
20473         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20474         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20475           Some debug.
20476         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20477         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20478         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20479         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20480         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20481         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20482         * gst/avi/gstavidemux.h:
20483           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20484           recovery (where, if part of the index is broken, we will still read
20485           the rest of the index and recover the broken part by stream
20486           scanning). More broken media support. EOS workarounds. General AVI
20487           braindamage headache recovery. Aspirin included.
20488
20489 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20490
20491         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20492         (cdparanoia_event), (cdparanoia_query):
20493           Get rid of hideous lead-in.
20494
20495 2004-10-11  Wim Taymans  <wim@fluendo.com>
20496
20497         * gst/playback/gstplaybasebin.c: (setup_source):
20498         Wrong var used to get g_list_next.
20499
20500 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20501
20502         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20503         (cdparanoia_get), (cdparanoia_open):
20504           Report discid as metadata, add duration.
20505
20506 2004-10-11  Wim Taymans  <wim@fluendo.com>
20507
20508         * gst/playback/gstplaybasebin.c: (setup_source):
20509         Cleanup the previous pipeline a little earlier for the
20510         case that a source element provides raw data.
20511
20512 2004-10-11  Benjamin Otte  <otte@gnome.org>
20513
20514         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20515           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20516           consuming the last 128 bytes, even though it was valid mp3 data.
20517
20518 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20519
20520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20521         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20522         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20523         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20524
20525 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20526
20527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20528         Fix for webcams that support only specific width or height
20529
20530 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20531
20532         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20533
20534         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20535           Fix wrong discont event setup (fixes #154967).
20536
20537 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20538
20539         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20540
20541         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20542           Error out on invalid data (fixes #154807).
20543
20544 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20545
20546         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20547
20548         * ext/dvdread/dvdreadsrc.c: (_read):
20549           Make titles > 0 work again (fixes #154834).
20550
20551 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20552
20553         * gst-libs/gst/riff/riff-media.c:
20554         (gst_riff_create_video_template_caps):
20555           WMV3 missing in template caps.
20556
20557 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20558
20559         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20560           OK, so the original code was too strict. It makes random AVI files
20561           hang for seconds upon opening, which is unacceptable and is far
20562           beyond the original goal of getting multiple chunks for one-chunk
20563           sounc stream files. So now do just that.
20564
20565 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20566
20567         * gst/playback/gstplaybasebin.c: (setup_source),
20568         (gst_play_base_bin_change_state):
20569           Actually clean up streaminfo if output fails. This would trigger
20570           if, for example, there was no CD in the drive. No preroll, so
20571           a streaminfo structure is created, but the subsequent state change
20572           of the thread fails.
20573         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20574           Don't change state if parent failed.
20575
20576 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20577
20578         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20579         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20580         (gen_video_element), (remove_sinks):
20581           Add small bits of code for screenshot handling.
20582
20583 2004-10-08  Wim Taymans  <wim@fluendo.com>
20584
20585         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20586         (gen_video_element), (gen_audio_element), (setup_sinks):
20587         Don't assume the user provided sinks are named "sink"...
20588
20589 2004-10-08  Wim Taymans  <wim@fluendo.com>
20590
20591         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20592         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20593         (gst_play_base_bin_link_stream):
20594         Do not try to autoplug sources that generate raw streams like
20595         cdparanoia.
20596         disconnect the preroll overrun signal when we don't need it anymore.
20597
20598 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20599
20600         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20601         Added reworked patch from #154903 from milosz derezynski (deadchip).
20602
20603 2004-10-08  Wim Taymans  <wim@fluendo.com>
20604
20605         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20606         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20607         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20608         (cdparanoia_convert), (cdparanoia_uri_get_type),
20609         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20610         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20611         * ext/cdparanoia/gstcdparanoia.h:
20612         This adds the cdda://<tracknum> uri.
20613
20614 2004-10-08  Wim Taymans  <wim@fluendo.com>
20615
20616         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20617         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20618         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20620         (unknown_type), (gst_play_base_bin_remove_element),
20621         (gst_play_base_bin_link_stream):
20622         * gst/playback/gstplaybasebin.h:
20623         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20624         (gst_play_bin_set_property), (gen_video_element),
20625         (gen_audio_element), (setup_sinks):
20626         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20627         (gst_stream_info_get_type), (gst_stream_info_class_init),
20628         (gst_stream_info_init), (gst_stream_info_new),
20629         (gst_stream_info_dispose), (stream_info_mute_pad),
20630         (gst_stream_info_set_property), (gst_stream_info_get_property):
20631         * gst/playback/gststreaminfo.h:
20632         Reuse the audio and video bins.
20633         Some internal cleanups in the stream selection code.
20634
20635 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20636
20637         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20638         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20639         * sys/ximage/ximagesink.h:
20640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20641         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20642         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20643         not coming from those elements. Moreover these elements should not keep
20644         the xid they have been given when in NULL state.
20645
20646 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20647
20648         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20649         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20650         * sys/ximage/ximagesink.h:
20651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20652         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20653         * sys/xvimage/xvimagesink.h:
20654           Actually only create a new toplevel window if we're not gonna
20655           embed it right after.
20656
20657 2004-10-07  Wim Taymans  <wim@fluendo.com>
20658
20659         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20660         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20661         * gst/playback/gstplaybin.c: (setup_sinks):
20662         Implement muting/unmuting of streams, mute streams that are not
20663         used.
20664
20665 2004-10-07  Wim Taymans  <wim@fluendo.com>
20666
20667         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20668         (plugin_init):
20669         Added lame audio/x-ac3 typefind function.
20670
20671 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20672
20673         * configure.ac:
20674           bump nano to cvs
20675
20676 === release 0.8.5 ===
20677
20678 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20679
20680         * NEWS:
20681         * RELEASE:
20682         * configure.ac:
20683           releasing 0.8.5, "Take You On"
20684
20685 2004-10-06  Wim Taymans  <wim@fluendo.com>
20686
20687         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20688         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20689         (no_more_pads), (close_link), (type_found):
20690         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20691         * gst/playback/gstplaybin.c: (gen_video_element):
20692         Do not signal the no_more_pads after the first pad when
20693         we are plugging a non dynamic element with multiple
20694         output pads (like swfdec, dvdec, ...).
20695
20696 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20697
20698         * configure.ac:
20699           bump for prerelease
20700
20701 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20702
20703         * gst/wavparse/gstwavparse.c:
20704           add ATRAC3 to STATIC CAPS to fix a warning
20705
20706         * gst/matroska/ebml-read.c:
20707         * gst-libs/gst/riff/riff-read.c:
20708           fix typos
20709
20710 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20711
20712         * gst-libs/gst/riff/riff-media.c:
20713           generate caps for ATRAC3 audio streams
20714
20715         * gst/realmedia/rmdemux.c:
20716           generate caps for ATRAC3 audio streams
20717
20718 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20719
20720         * gst/wavparse/Makefile.am
20721         * gst/wavparse/riff.h
20722         * gst/wavparse/wavparse.vcproj
20723           riff.h removal (unused and duplication with riff-ids.h)
20724
20725 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20726
20727         * gst/wavparse/gstwavparse.h
20728           remove duplicated defines for audio codec codes
20729
20730         * gst-libs/gst/riff/riff-ids.h
20731         * gst/wavenc/riff.h:
20732           add "4CC" code for ATRAC3 audio streams
20733           add "4CC" code for ITU_G721_ADPCM (unused for now)
20734
20735 2004-10-06  Wim Taymans  <wim@fluendo.com>
20736
20737         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20738         Actually _do_ negotiation. Pass gdouble as arg instead
20739         of guint64 for the framerate.
20740
20741 2004-10-06  Wim Taymans  <wim@fluendo.com>
20742
20743         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20744         (find_compatibles), (close_pad_link), (try_to_link_1),
20745         (no_more_pads), (close_link), (type_found):
20746         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20747         * gst/playback/gstplaybin.c: (gen_video_element),
20748         (gen_audio_element):
20749         Set state on newly added element to READY so that negotiation
20750         can happen ASAP.
20751         Addes some more debug info.
20752         Do not try to plug pads with multiple caps structures or ANY
20753         because it is too dangerous since we do not do dynamic
20754         replugging.
20755
20756 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20757
20758         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20759
20760         * po/LINGUAS:
20761         * po/or.po:
20762           add Oriya translation
20763
20764 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20765
20766         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20767           Prevent overwrite of size member. Makes audio sound crappy.
20768
20769 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20770
20771         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20772         Add rmvb to the list of known RealMedia extensions
20773
20774 2004-10-05  Wim Taymans  <wim@fluendo.com>
20775
20776         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20777         (mngdec_openstream), (mngdec_closestream),
20778         (mngdec_handle_sink_event), (mngdec_readdata),
20779         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20780         (mngdec_getcanvasline), (mngdec_refresh),
20781         (gst_mngdec_change_state):
20782         Set the framerate correctly.
20783
20784 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20785
20786         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20787           There was something wrong with the index massaging.
20788
20789 2004-10-04  Wim Taymans  <wim@fluendo.com>
20790
20791         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20792         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20793         (gst_smokedec_chain):
20794         * ext/jpeg/gstsmokedec.h:
20795         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20796         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20797         * ext/jpeg/gstsmokeenc.h:
20798         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20799         (smokecodec_decode_new), (smokecodec_info_free),
20800         (smokecodec_set_quality), (smokecodec_get_quality),
20801         (smokecodec_set_threshold), (smokecodec_get_threshold),
20802         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20803         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20804         (smokecodec_encode), (smokecodec_parse_id),
20805         (smokecodec_parse_header), (smokecodec_decode):
20806         * ext/jpeg/smokecodec.h:
20807         * ext/jpeg/smokeformat.h:
20808         Updated smoke, new bitstream, allows embedding in ogg.
20809
20810 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20811
20812         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20813           Fix seeking in some files. All this code is no longer needed (and
20814           actually breaks stuff) because we now synchronize the full index
20815           right when reading the header.
20816
20817 2004-10-04  Wim Taymans  <wim@fluendo.com>
20818
20819         * configure.ac:
20820         configure update for libmng.
20821
20822 2004-10-04  Wim Taymans  <wim@fluendo.com>
20823
20824         * ext/libmng/Makefile.am:
20825         * ext/libmng/gstmng.c: (plugin_init):
20826         * ext/libmng/gstmng.h:
20827         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20828         (gst_mngdec_base_init), (gst_mngdec_class_init),
20829         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20830         (gst_mngdec_loop), (gst_mngdec_get_property),
20831         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20832         (mngdec_closestream), (mngdec_handle_sink_event),
20833         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20834         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20835         (gst_mngdec_change_state):
20836         * ext/libmng/gstmngdec.h:
20837         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20838         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20839         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20840         (gst_mngenc_chain), (gst_mngenc_get_property),
20841         (gst_mngenc_set_property):
20842         * ext/libmng/gstmngenc.h:
20843         Added basic MNG decoder. Needs more work. The encoder does
20844         not work yet.
20845
20846 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20847
20848         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20849         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20850         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20851           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20852           no-more-pads.
20853
20854 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20855
20856         * configure.ac:
20857           you need at least 1.0.4 of speex
20858
20859 2004-10-04 Iain <iaingnome@gmail.com>
20860
20861         * ext/speex/gstspeexdec.h: Revert the includes changes.
20862
20863         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20864
20865 2004-09-30 Iain <iaingnome@gmail.com>
20866
20867         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20868         found during init or set as a property instead of hardcoding /dev/audio
20869
20870 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20873         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20874         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20875         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20876         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20877         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20878         (gst_rmdemux_dump_data):
20879           Use debug category, fix EOS handling. filesrc ! rmdemux now
20880           works.
20881
20882 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20883
20884         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20885         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20886         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20887           Improve allocation, cutting and sorting of the index. How takes a
20888           few seconds instead of minutes.
20889
20890 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20891
20892         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20893           fixed compilation
20894
20895 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20896
20897         * gst-libs/gst/riff/riff-media.c:
20898         (gst_riff_create_video_caps_with_data),
20899         (gst_riff_create_video_template_caps):
20900           Add wing commander format mimetype/fourccs.
20901         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20902           Don't crash if some value is 0.
20903
20904 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20905
20906         * gst-libs/gst/riff/riff-media.c:
20907         (gst_riff_create_video_caps_with_data),
20908         (gst_riff_create_video_template_caps):
20909           Add DIB fourcc (raw, palettized 8-bit RGB).
20910         * gst-libs/gst/riff/riff-read.c:
20911         (gst_riff_read_strf_vids_with_data):
20912           Oops, fix strf_data reading bug.
20913         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20914           Use a non-NULL tag.
20915         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20916           Time for hacks. Sorry Dave. At least one quicktime movie (a
20917           trailer) that I've encountered contains multiple video tracks.
20918           One of those is the actual video track, the other are one-frame
20919           tracks (images). Unfortunately, the number of frames according
20920           to the trak header is 1 for each, so that doesn't help. So
20921           instead, I look at the duration and discard tracks with a
20922           duration shorter than 20% of the length of the stream. Better
20923           than nothing.
20924
20925 2004-10-01  Christian Schaller <christian@fluendo.com>
20926
20927         * ext/ivorbis/vorbis.c:
20928           Patch from Phil Blundell (Bug 152341)
20929
20930 2004-10-01  Wim Taymans  <wim@fluendo.com>
20931
20932         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20933         (speex_dec_get_formats), (speex_dec_convert),
20934         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20935         (speex_dec_chain), (gst_speexdec_get_property),
20936         (gst_speexdec_set_property):
20937         Small cleanups.
20938
20939 2004-10-01  Wim Taymans  <wim@fluendo.com>
20940
20941         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20942         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20943         (gst_wavparse_other), (gst_wavparse_loop),
20944         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20945         (gst_wavparse_srcpad_event):
20946         * gst/wavparse/gstwavparse.h:
20947         Added some more debugging info.
20948         Fix the case where the length of the file is 0.
20949         Make sure we seek to sample borders.
20950
20951 2004-10-01  Wim Taymans  <wim@fluendo.com>
20952
20953         * gst/playback/README:
20954         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20955         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20956         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20957         Add some debug info to decodebin, update README
20958
20959 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20960
20961         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20962           Don't use g_print(); use GST_DEBUG().
20963
20964 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20965
20966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20967         (gst_ogg_mux_queue_pads):
20968           Handle EOS properly.
20969
20970 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20971
20972         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20973
20974         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20975         (gst_faad_chain), (gst_faad_change_state):
20976         * ext/faad/gstfaad.h:
20977           Allow playback of raw (unframed) MPEG AAC files (#148993).
20978
20979 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20980
20981         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20982
20983         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20984           Throw error if we didn't recognize the stream. Fixes #152289.
20985
20986 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20987
20988         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20989           Fix negotiation.
20990
20991 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20992
20993         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20994
20995         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20996           Fix memleak.
20997
20998 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20999
21000         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21001
21002         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21003           Solve #152805.
21004         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21005           Solve 152806.
21006
21007 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21008
21009         * gst-libs/gst/riff/riff-media.c:
21010         (gst_riff_create_video_caps_with_data),
21011         (gst_riff_create_audio_caps_with_data):
21012           Add codec_data handling (like asfdemux used to do).
21013         * gst/asfdemux/gstasf.c: (plugin_init):
21014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21015         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21016           Use riff-media for caps creation instead of our own (mostly
21017           broken) copy of its functions.
21018
21019 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21022           Don't actually error out if we get another return value than
21023           -EINVAL. Opposite to what I first thought, drivers have random
21024           return values for this, although -EINVAL is the expected return
21025           value. Since this is not fatal, we shouldn't use
21026           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21027
21028 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21029
21030         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21031         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21032         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21033         (dvdreadsrc_get), (dvdreadsrc_open_file),
21034         (dvdreadsrc_change_state):
21035           Fix. Don't do one big huge loop around the whole DVD, that will
21036           cache all data and thus eat sizeof(dvd) (several GB) before we
21037           see something.
21038         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21039           Actually NULL'ify event after using it.
21040         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21041         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21042         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21043         (gst_ebml_read_seek), (gst_ebml_read_skip):
21044           Handle events.
21045         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21046         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21047         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21048           Fix timing (this will probably break if I seek using menus, but
21049           I didn't get there yet). VOBs and normal DVDs should now work.
21050           Add a mpeg2-only pad with high rank so this get autoplugged for
21051           MPEG-2 movies.
21052         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21053         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21054         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21055         (gst_mpeg_demux_get_audio_stream),
21056         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21057         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21058           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21059           MPEG-1 but use dvddemux for MPEG-2.
21060         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21061         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21062         (gst_mpeg_parse_parse_packhead):
21063           Timing. Only add pad template if it exists. Add sink template from
21064           class and not from ourselves. This means we will always use the
21065           correct sink template even if it is not the one defined in this
21066           file.
21067
21068 2004-09-29  Wim Taymans  <wim@fluendo.com>
21069
21070         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21071         (gst_mpeg_demux_parse_pes):
21072         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21073         Fix playback of mpeg again, timestamps where screwed up by
21074         patch 1.61.
21075
21076 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21077
21078         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21079           Only return true if we actually filled something in. Prevents
21080           player applications from showing a random length for flac files.
21081         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21082         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21083         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21084         (gst_riff_read_strf_vids_with_data),
21085         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21086           OK, ok, so I implemented event handling. Apparently it's normal
21087           that we receive random events at random points without asking
21088           for it.
21089         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21090         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21091         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21092         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21093         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21094         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21095         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21096         * gst/avi/gstavidemux.h:
21097           Implement non-lineair chunk handling and subchunk processing.
21098           The first solves playback of AVI files where the audio and video
21099           data of individual buffers that we read are not synchronized.
21100           This should not happen according to the wonderful AVI specs, but
21101           of course it does happen in reality. It is also a prerequisite for
21102           the second. Subchunk processing allows us to cut chunks in small
21103           pieces and process each of these pieces separately. This is
21104           required because I've seen several AVI files with incredibly large
21105           audio chunks, even some files with only one audio chunk for the
21106           whole file. This allows for proper playback including seeking.
21107           This patch is supposed to fix all AVI A/V sync issues.
21108         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21109         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21110           Work.
21111         * gst/modplug/gstmodplug.cc:
21112           Proper return value setting for the query() function.
21113         * gst/playback/gstplaybasebin.c: (setup_source):
21114           Being in non-playing state (after, e.g., EOS) is not necessarily
21115           a bad thing. Allow for that. This fixes playback of short files.
21116           They don't actually playback fully now, because the clock already
21117           runs. This means that small files (<500kB) with a small length
21118           (<2sec) will still not or barely play. Other files, such as mod
21119           or flx, will work correctly, however.
21120
21121 2004-09-28  Wim Taymans  <wim@fluendo.com>
21122
21123         * ext/speex/gstspeex.c: (plugin_init):
21124         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21125         (gst_speex_dec_class_init), (speex_dec_get_formats),
21126         (speex_get_event_masks), (speex_get_query_types),
21127         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21128         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21129         (gst_speexdec_get_property), (gst_speexdec_set_property),
21130         (speex_dec_change_state):
21131         * ext/speex/gstspeexdec.h:
21132         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21133         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21134         (gst_speexenc_base_init), (gst_speexenc_class_init),
21135         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21136         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21137         (gst_speexenc_src_query), (gst_speexenc_init),
21138         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21139         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21140         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21141         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21142         (gst_speexenc_chain), (gst_speexenc_get_property),
21143         (gst_speexenc_set_property), (gst_speexenc_change_state):
21144         * ext/speex/gstspeexenc.h:
21145         Rewrote speex encoder, make sure it can be embedded in ogg.
21146         Implemented speex decoder.
21147
21148 2004-09-28  Christian Schaller <christian@fluendo.com>
21149
21150         * configure.ac:
21151         Remove kioslave plugin. Markey is brewing a new working one
21152         * ext/Makefile.am: Remove kioslave plugin
21153         * ext/kio: remove
21154         * gst-plugins.spec.in: remove kio plugin from spec
21155
21156 2004-09-27  Wim Taymans  <wim@fluendo.com>
21157
21158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21159         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21160         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21161         (gst_multifdsink_new_client),
21162         (gst_multifdsink_handle_client_write),
21163         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21164         (gst_multifdsink_handle_clients):
21165         * gst/tcp/gstmultifdsink.h:
21166         Make syncing to keyframes actually work for new clients and lagging
21167         clients.
21168
21169 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21170
21171         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21172         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21173         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21174         * gst/debug/gstnavigationtest.h:
21175           make navigationtest display button-press and button-release events
21176
21177 2004-09-26 Iain <iaingnome@gmail.com>
21178
21179         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21180         the channels have received a new media event.
21181         (interleave_buffered_loop): Compresses a new media event on all
21182         channels into one.
21183
21184 2004-09-26 Iain <iaingnome@gmail.com>
21185
21186         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21187         call the sinkpad's default event handler and not the srcpads. He also
21188         says this is confusing :)
21189         (gst_wavenc_stop_file): Company says that seek events only go upstream
21190         we should send a discontinuous downstream instead.
21191
21192 2004-09-25  Christian Schaller <christian@fluendo.com>
21193
21194         * Update SPEC file to be usable in conjunction with Fedora Core,
21195           Fedora.us and freshrpms packages
21196         * Fix typo in multifilesrc test Makefile
21197
21198 2004-09-24  Wim Taymans  <wim@fluendo.com>
21199
21200         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21201         Only signal the no_more_pads signal when we have
21202         added the stream to our list.
21203
21204 2004-09-24  Wim Taymans  <wim@fluendo.com>
21205
21206         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21207         (new_decoded_pad):
21208         * gst/playback/gstplaybasebin.h:
21209         * gst/playback/gstplaybin.c: (setup_sinks):
21210         Don't try to preroll or decode more than one audio/video
21211         track.
21212
21213 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21214
21215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21216           Throw error if we failed to find a suitable output. This should
21217           throw an error if we successfully set up a pipeline (e.g. because
21218           we recognized a media file) but found no decodable streams in it
21219           (e.g. because it contains only media stream types for which we
21220           have no decoders, or because it's not a media type).
21221
21222 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21223
21224         * ext/dirac/Makefile.am:
21225         * ext/dirac/gstdirac.cc:
21226         * ext/dirac/gstdiracdec.cc:
21227         * ext/dirac/gstdiracdec.h:
21228           Do something. Don't actually know if this works because I don't
21229           have a demuxer yet.
21230         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21231           Add channels=1 to caps returned from _getcaps().
21232         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21233         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21234         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21235         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21236         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21237         (gst_ogm_parse_change_state):
21238           Separate between audio/video so ogmaudioparse actually uses the
21239           audio pad templates. Both audio and video work now, including
21240           autoplugging. Also use sometimes-srcpad hack.
21241         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21242           Handle events better. Don't hang on infinite loops.
21243         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21244         (gst_avi_demux_init), (gst_avi_demux_reset),
21245         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21246         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21247         (gst_avi_demux_change_state):
21248         * gst/avi/gstavidemux.h:
21249           Improve A/V sync. Still not perfect.
21250         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21251         (gst_ebml_read_skip):
21252           Handle events better.
21253         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21254         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21255         (qtdemux_audio_caps):
21256           Add IMA4. Improve event handling. Save offset after a seek when
21257           the headers are at the end of the file so that we don't end up in
21258           an infinite loop.
21259         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21260           Add low-priority typefind support for files with no length.
21261
21262 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21263
21264         * testsuite/multifilesink/Makefile.am:
21265         fix typo
21266
21267 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21268
21269         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21271         mistakes from thaytan's patches.
21272
21273 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21274
21275         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21276           For completeness, XSync in the destroy function as xvimage does.
21277
21278 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21279
21280         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21281            Correct caps negotiation
21282         * gst/volume/gstvolume.c: (volume_chain_float),
21283         (volume_chain_int16):
21284            Modify debug output to be little more informative
21285         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21287         (gst_xvimagesink_xvimage_destroy):
21288           Add XSync calls after detaching from the shared memory segment to
21289           avoid a crash.
21290
21291 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21292
21293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21294         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21295         * ext/vorbis/vorbis.c: (plugin_init):
21296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21297         (gst_vorbisenc_chain):
21298         * ext/vorbis/vorbisenc.h:
21299         remove explicit newmedia support from oggmux and vorbisenc
21300         add debug category to vorbisenc
21301         * gst/multifilesink/gstmultifilesink.c:
21302         (gst_multifilesink_class_init), (gst_multifilesink_init),
21303         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21304         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21305         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21306         (plugin_init):
21307         * gst/multifilesink/gstmultifilesink.h:
21308         add support for streamheader in multifilesink
21309
21310 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21311
21312         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21313         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21314         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21315           Prevent infinite loops. More correct error reporting.
21316         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21317           Error out if negotiation fails.
21318         * gst/playback/gstplaybasebin.c: (setup_source),
21319         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21320         (gst_play_base_bin_found_tag):
21321           Error/tag forwarding. Pre-roll fixes for source errors on state
21322           changes (e.g. "file does not exist") to prevent hangs.
21323
21324 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21325
21326         * testsuite/multifilesink/Makefile.am:
21327         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21328         (gst_newmedia_class_init), (gst_newmedia_init),
21329         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21330         (newfile_signal), (test_signal), (main):
21331         * testsuite/multifilesink/multifilesrc_test.c: (main):
21332         * testsuite/multifilesink/oggtheora_test.c:
21333         (gst_newmedia_base_init), (gst_newmedia_class_init),
21334         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21335         (test_format), (newfile_signal), (test_signal), (main):
21336         * testsuite/multifilesink/oggvorbis_test.c:
21337         (gst_newmedia_base_init), (gst_newmedia_class_init),
21338         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21339         (test_format), (newfile_signal), (test_signal), (main):
21340         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21341         (gst_newmedia_class_init), (gst_newmedia_init),
21342         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21343         (newfile_signal), (test_signal), (main):
21344         New media tests
21345
21346 2004-09-20  Christian Schaller <christian@fluendo.com>
21347
21348         * Fix mikmod license to LGPL as they have relicensed
21349         * Move Dirac and Effectv into LGPL section of README_license
21350
21351 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21352
21353         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21354         (gst_mad_change_state):
21355           Allow for mp3 rate/channels changes. However, only very
21356           conservatively. Reason that we *have* to enable this is smiply
21357           because the mad find_sync() function is not good enough, it will
21358           regularly sync on random data as valid frames and therefore make
21359           us provide random caps as *final* caps of the stream. The best fix
21360           I could think of is to simply require several of the same stream
21361           changes in a row before we change caps.
21362           The actual testcase that works now is #
21363         * ext/ogg/Makefile.am:
21364         * ext/ogg/gstogg.c: (plugin_init):
21365         * ext/ogg/gstogmparse.c:
21366           OGM support (video only for now; I need an audio sample file).
21367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21368         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21369         (gst_asf_demux_add_video_stream):
21370           WMV extradata.
21371         * gst/playback/gstplaybasebin.c: (unknown_type):
21372           Don't error out on single unknown-types after all. It's wrong.
21373           If we found type of video and audio but not of a subtitle stream,
21374           it will still error out (which is unwanted). Will find a better fix
21375           later on.
21376         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21377         (ogmaudio_type_find), (plugin_init):
21378           OGM support.
21379
21380 2004-09-20  Johan Dahlin  <johan@gnome.org>
21381
21382         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21383         after setting caps.
21384
21385 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21386
21387         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21388         * gst/wavenc/gstwavenc.h:
21389         Added newmedia support to wavenc
21390
21391 2004-09-17  Wim Taymans  <wim@fluendo.com>
21392
21393         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21394         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21395         (gst_fdset_fd_can_write), (gst_fdset_wait):
21396         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21397         (gst_multifdsink_init), (gst_multifdsink_add),
21398         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21399         (gst_multifdsink_remove_client_link),
21400         (gst_multifdsink_client_queue_buffer),
21401         (gst_multifdsink_handle_client_write),
21402         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21403         (gst_multifdsink_close), (gst_multifdsink_change_state):
21404         * gst/tcp/gstmultifdsink.h:
21405         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21406         (gst_tcpserversink_removed):
21407         Small cleanups in fdset.c
21408         Use a hastable to map fd to the client structure for faster
21409         lookup in _remove and get_stats.
21410         Added virtual function to close the fds.
21411         Handle clients even when the select/poll call was unblocked because
21412         of a command.
21413         Implement syncing to keyframe in the recovery procedure.
21414
21415 2004-09-16 Iain <iaingnome@gmail.com>
21416
21417         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21418         try caps.
21419
21420 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21421
21422         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21423           Caps are only set if the type of the stream is unknown, but this
21424           is initialized in ->init_stream(), so set to UNKNOWN after calling
21425           ->init_stream() so that capsnego starts.
21426
21427 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21428
21429         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21430         (gst_avi_demux_stream_data):
21431           Just hardcode for raw audio then. AVI audio sucks.
21432
21433 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21434
21435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21436         * gst/matroska/matroska-mux.c: (audiosink_templ),
21437         (gst_matroska_mux_audio_pad_link):
21438         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21439         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21440
21441 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21442
21443         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21444         (gst_avi_demux_stream_data):
21445           Try to fix a/v sync issues.
21446
21447 2004-09-15  David Schleef  <ds@schleef.org>
21448
21449         * configure.ac: remove NASM check, since we don't use it.  Update
21450         dirac check to 0.4
21451         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21452         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21453         Initialized variables.
21454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21455         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21456         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21457         SVQ3 format
21458
21459 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21460
21461         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21462         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21463         * gst/avi/gstavidemux.h:
21464           Fix for compressed audio (mp3) timestamp generation. How did this
21465           ever work?
21466
21467 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21468
21469         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21470           Volume is a double not a float.
21471
21472 2004-09-15  Wim Taymans  <wim@fluendo.com>
21473
21474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21475         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21476         Don't close the fd in multifdsink as we didn't open it in the
21477         first place. Some cleanups.
21478
21479 2004-09-15  Wim Taymans  <wim@fluendo.com>
21480
21481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21483         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21484         Fix the case where the muxer would mark pages as delta
21485         frames when they are not (vorbis only ogg).
21486
21487 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21488
21489         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21490         (gst_play_base_bin_change_state):
21491           Handle the case where we failed to setup a clear pipeline. This
21492           will throw an error (or EOS, another nice case) and if you don't
21493           catch that, the app will wait for the signal forever (and thus
21494           hang).
21495
21496 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21497
21498         * ext/gnomevfs/gstgnomevfssink.c:
21499         (gst_gnomevfssink_uri_get_protocols):
21500         * ext/gnomevfs/gstgnomevfssrc.c:
21501         (gst_gnomevfssrc_uri_get_protocols):
21502         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21503         * ext/gnomevfs/gstgnomevfsuri.h:
21504           Use _uri_new() instead of _open(), so it doesn't take as long and
21505           Christophe's computer won't hang.
21506         * gst/playback/gstplaybasebin.c: (unknown_type):
21507           Throw error on unknown media type, so apps actually display it.
21508
21509 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21510
21511         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21512           this script to work on Solaris since bash shell handles echo
21513           differenly than bash.
21514
21515 2004-09-17  Wim Taymans  <wim@fluendo.com>
21516
21517         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21518         (setup_source), (gst_play_base_bin_set_property),
21519         (gst_play_base_bin_add_element):
21520         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21521         Some more work on making sure seeking pauses the pipeline and
21522         that changing the uri actually does something.
21523
21524 2004-09-17  Wim Taymans  <wim@fluendo.com>
21525
21526         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21527         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21528         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21529         (gst_tcpserversink_close):
21530         Be a bit more paranoid when freeing memory.
21531
21532 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21533
21534         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21535         (qtdemux_parse_trak):
21536           Don't crash by dividing by zero (see sample movie in #126922).
21537
21538 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21539
21540         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21541           Don't touch non-existing data (fixes crash on file in #140147).
21542
21543 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21544
21545         * gst/playback/gstplaybasebin.c:
21546         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21547           Handle double disposals, and proper change of URIs.
21548
21549 2004-09-13  Martin Eikermann <meiker@upb.de>
21550
21551         * gst/mpegstream/gstmpegparse.c:
21552           fix synchronistation for streams recorded from digital PCR
21553           fixes bug #119376
21554
21555 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21556
21557         * ext/gnomevfs/Makefile.am:
21558         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21559         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21560         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21561         (gst_gnomevfssink_uri_get_type),
21562         (gst_gnomevfssink_uri_get_protocols),
21563         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21564         (gst_gnomevfssink_uri_handler_init),
21565         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21566         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21567         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21568         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21569         (gst_gnomevfssrc_uri_get_type),
21570         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21571         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21572         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21573         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21574         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21575         * ext/gnomevfs/gstgnomevfsuri.h:
21576           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21577           of fake URIs to see which this version of Gnome-VFS likes, and
21578           uses that for the Gst-URI interface. Makes playbin support http://
21579           streams. Also fix up some stupid behaviour in gnomevfssrc.
21580
21581 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21582
21583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21584         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21585         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21586         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21587           Update mixer (to sync with other sessions) if we try to obtain
21588           a new value. This makes alsamixer work accross applications.
21589         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21590           Only call sync functions if we're running, else alsalib asserts.
21591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21592           Sometimes fails to compile. Possibly a gcc bug.
21593         * gst/playback/gstplaybin.c: (gen_video_element),
21594         (gen_audio_element):
21595           Add a reference to an application-provided object, because we lose
21596           this same reference if we add it to the bin. If we don't do this,
21597           we can only use this object once and thus crash if we go from
21598           ready to playing, back to ready and back to playing again.
21599           Also add an audioscale element because several cheap soundcards -
21600           like mine - don't support all samplerates.
21601         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21602         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21603           Fix wrong order or PAR calls. Makes automatically obtained PAR
21604           from the X server atually being used.
21605
21606 2004-09-12  David Schleef  <ds@schleef.org>
21607
21608         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21609         #151887, #152102, #152247.
21610         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21611         * examples/seeking/cdparanoia.c: same
21612         * examples/seeking/cdplayer.c: same
21613         * examples/seeking/seek.c: same
21614         * examples/seeking/spider_seek.c: same
21615         * examples/seeking/vorbisfile.c: same
21616         * examples/stats/mp2ogg.c: same
21617         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21618         (gst_esdsink_dispose): Dispose of element properly.
21619         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21620         fixes.
21621         * ext/nas/nassink.c: (gst_nassink_class_init),
21622         (gst_nassink_dispose): Dispose of element correctly.
21623         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21624         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21625         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21626         Fix 64-bit warning.
21627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21628         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21629         Fix 64-bit warning.
21630
21631 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21632
21633         * configure.ac : change speex detection as 1.1.6 now uses
21634           .pc/pkg-config and they changed their headers location.
21635
21636 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21637
21638         * gst/matroska/matroska-mux.h:
21639         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21640         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21641         (gst_matroska_mux_write_data):
21642           Write multiple blocks/frames per cluster.
21643                 Write meta-seek information (seek heads).
21644
21645 2004-09-09  Scott Wheeler <wheeler@kde.org>
21646
21647         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21648         (gst_play_bin_set_property), (gst_play_bin_get_property),
21649         (gen_audio_element), (gen_audio_element):
21650           Add a volume element / property to the pipeline.
21651
21652 2004-09-07  Wim Taymans  <wim@fluendo.com>
21653
21654         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21655         Copy timestamps from the master pad to the output buffers.
21656
21657 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21658
21659         * ext/raw1394/gstdv1394src.c:
21660           throw errors when applicable
21661
21662 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21663
21664         * gst/matroska/ebml-ids.h:
21665         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21666         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21667         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21668           automatically convert unix time <-> ebml time when reading/writing
21669           a date, use gst_ebml_write_uint to write CUETIME,
21670           not gst_ebml_write_date.
21671         * gst/matroska/matroska-ids.h:
21672         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21673         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21674         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21675         (gst_matroska_mux_write_data):
21676           Write track and segment UIDs, write muxing date, write
21677           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21678           Create cues for audio only files.
21679
21680 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21681
21682         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21683         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21684           Re-commit ALSA switches.
21685         * gst/adder/gstadder.c: (gst_adder_loop):
21686           64-bit fix (#151416).
21687         * gst/debug/progressreport.c: (gst_progressreport_report):
21688           64-bit fix (#151419).
21689         * gst/matroska/matroska-demux.c:
21690         (gst_matroska_demux_parse_contents):
21691           64-bit fix (#151420).
21692         * gst/playback/test3.c: (update_scale):
21693           64-bit fix (#151421).
21694
21695 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21696
21697         * configure.ac:
21698           bump nano to cvs
21699
21700 === release 0.8.4 ===
21701
21702 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21703
21704         * configure.ac: releasing 0.8.4, "Alias"
21705
21706 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21707
21708         * ext/theora/Makefile.am:
21709           fix makefile.  Fixes #151462.
21710
21711 2004-08-30  Wim Taymans  <wim@fluendo.com>
21712
21713         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21714         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21715         (gst_multifdsink_remove_client_link),
21716         (gst_multifdsink_client_queue_buffer),
21717         (gst_multifdsink_handle_client_write):
21718         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21719         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21720         Fix some memory leaks.
21721
21722 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         Patch by: David Schleef
21725
21726         * configure.ac:
21727         * sys/Makefile.am:
21728           rename our detection macro for V4L2.  Fixes #151236.
21729
21730 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21731
21732         Patch by: David Schleef
21733
21734         * configure.ac:
21735           check to define LAMEPRESET.  Fixes #151232.
21736
21737 2004-08-27  David Schleef  <ds@schleef.org>
21738
21739         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21740         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21741         (gst_glimagesink_fixate):  Move local variable declarations to
21742         make gcc-2.95 happy.
21743
21744 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21745
21746         * configure.ac:
21747           bump nano for prerelease
21748
21749 2004-08-27  David Schleef  <ds@schleef.org>
21750
21751         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21752         * sys/sunaudio/gstsunaudiosrc.c:
21753         * sys/sunaudio/gstsunaudiosrc.h:
21754
21755 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21756
21757         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21758         handle EOS correctly
21759         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21760         * gst/matroska/matroska-mux.h:
21761         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21762         VFW compatibility mode
21763
21764 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21765
21766         patch by: Zaheer Abbas Merali
21767
21768         * ext/ogg/gstoggmux.c:
21769         * ext/vorbis/vorbisenc.c:
21770         * ext/vorbis/vorbisenc.h:
21771           handle NEWMEDIA
21772
21773 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21774
21775         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21776         fix byte order reversion on little endian machines.
21777         * gst/matroska/matroska-mux.c: (audiosink_templ),
21778         (gst_matroska_mux_audio_pad_link):
21779         add TTA codec to the list of supported codecs.
21780         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21781         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21782         (gst_matroska_mux_write_data):
21783         * gst/matroska/matroska-mux.h:
21784         write segment duration correctly, write muxing app string, fixes bugs
21785         #140897 and #140898.
21786         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21787         wait for all pads to be negotiated before starting to mux.
21788
21789 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21790
21791         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21792         * ext/lame/gstlame.h:
21793         Added new media support to lame
21794
21795 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21796
21797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21798         send vorbis headers at the beginning of a stream, fixes bug #141554.
21799         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21800         bug #148950.
21801         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21802         (gst_matroska_demux_plugin_init):
21803         * gst/matroska/matroska-ids.h:
21804         enable demuxing of TTA audio streams, fixes bug #148951.
21805         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21806         enable typefinding for TTA audio files, fixes bug #148711.
21807         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21808         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21809         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21810
21811 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21812
21813         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21814         (gst_riff_read_element_data), (gst_riff_read_seek),
21815         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21816         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21817         <teuf@gnome.org>
21818
21819 2004-08-23 Iain <iaingnome@gmail.com>
21820
21821         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21822         tags. They appear to be handled differently to normal.
21823         (tag_list_to_id3_tag_foreach): Ditto.
21824
21825 2004-08-22  Wim Taymans  <wim@fluendo.com>
21826
21827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21828         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21829         Make sure we never send -1 granulepos.
21830
21831 2004-08-20  Wim Taymans  <wim@fluendo.com>
21832
21833         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21834         (gst_ogg_mux_loop):
21835         I will accept bitchslappings with non sharp objects.
21836
21837 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21838
21839         * configure.ac:
21840         Clean up the test for lame presets
21841
21842 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21843
21844         * configure.ac:
21845         * ext/lame/Makefile.am:
21846         * ext/lame/gstlame.c: (gst_lame_class_init),
21847         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21848         Only enable lame presets if version of lame has presets in API
21849
21850 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21851         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21852         * gst/udp/gstudpsrc.h:
21853           Don't call gst_pad_push in a get function. Fixes #150449
21854
21855 2004-08-18  Wim Taymans  <wim@fluendo.com>
21856
21857         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21858         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21859         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21860         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21861         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21862         (gst_fdset_wait):
21863         * gst/tcp/gstfdset.h:
21864         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21865         (gst_multifdsink_client_queue_buffer),
21866         (gst_multifdsink_handle_client_write):
21867         * gst/tcp/gstmultifdsink.h:
21868         Some extra checks in gstfdset.
21869         Only use send() when the fd is a socket. Don't try to
21870         read from write only fds.
21871
21872 2004-08-18  Wim Taymans  <wim@fluendo.com>
21873
21874         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21875         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21876         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21877         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21878         (gst_fdset_wait):
21879         Add more locking and bounds checking.
21880
21881 2004-08-18  Wim Taymans  <wim@fluendo.com>
21882
21883         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21884         Realloc test fdset in the lock and right before starting
21885         the poll call. Bump the limit to 4096.
21886
21887 2004-08-17  David Schleef  <ds@schleef.org>
21888
21889         * sys/sunaudio/Makefile.am:
21890         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21891         of rates and channels.  Make debugging less obnoxious.
21892
21893         Patch from Balamurali Viswanathan implementing a mixer for
21894         Sun audio.  (bug #144091):
21895         * sys/sunaudio/gstsunelement.c:
21896         * sys/sunaudio/gstsunelement.h:
21897         * sys/sunaudio/gstsunmixer.c:
21898         * sys/sunaudio/gstsunmixer.h:
21899
21900 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21901
21902         * gst/audioscale/gstaudioscale.c:
21903         * gst/audioscale/gstaudioscale.h:
21904         made audioscale resample from any sample rate to any sample rate
21905
21906 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21907
21908         * ext/libpng/gstpngdec.c:
21909           error out on unsupported types
21910
21911 2004-08-17  Iain <iaingnome@gmail.com>
21912
21913         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21914         mid_side and loose_mid_side properties if its a stereo stream.
21915
21916 2004-08-17  Wim Taymans  <wim@fluendo.com>
21917
21918         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21919         (theora_get_formats), (theora_dec_src_convert),
21920         (theora_dec_sink_convert), (theora_dec_src_query),
21921         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21922         Add a debug line.
21923
21924 2004-08-17  Wim Taymans  <wim@fluendo.com>
21925
21926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21927         (gst_ogg_pad_push):
21928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21929         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21930         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21931         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21932         Mark delta units in the muxer.
21933         Try to decode the packet after an out-of-sync error from
21934         libogg.
21935
21936 2004-08-17  Wim Taymans  <wim@fluendo.com>
21937
21938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21939         (gst_multifdsink_init), (gst_multifdsink_add),
21940         (gst_multifdsink_client_queue_buffer),
21941         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21942         * gst/tcp/gstmultifdsink.h:
21943         Added option to send a keyframe to clients as the first buffer.
21944         Make timeout property writable.
21945
21946 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21947
21948         patch by: Wim Taymans
21949
21950         * gst/tcp/gstfdset.c:
21951         * gst/tcp/gstmultifdsink.c:
21952           fix index comparison, should include 0
21953
21954 2004-08-16  Wim Taymans  <wim@fluendo.com>
21955
21956         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21957         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21958         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21959         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21960         (gst_fdset_wait):
21961           copy when reallocing for poll so the select arguments don't get
21962           changed during the call
21963
21964 2004-08-16  Wim Taymans  <wim@fluendo.com>
21965
21966         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21967         (gst_theora_enc_class_init), (theora_enc_sink_link),
21968         (theora_buffer_from_packet), (theora_enc_chain):
21969         Fix bug where buffers were not marked as keyframes
21970         correctly.
21971
21972 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21973
21974         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21975         (gst_lame_preset_get_type), (gst_lame_class_init):
21976         describe the enum values for vbr mode and presets more verbosely
21977
21978 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21979
21980         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21981         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21982         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21983         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21984         * ext/lame/gstlame.h:
21985         add preset property to lame so it can use lame presets
21986
21987 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21988
21989         * ext/lame/gstlame.c: (gst_lame_get_property):
21990         whoops forgot break, thanks teuf
21991
21992 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21993
21994         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21995         (gst_lame_class_init), (gst_lame_src_getcaps),
21996         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21997         (gst_lame_get_property), (gst_lame_setup):
21998         * ext/lame/gstlame.h:
21999         fix lame's broken vbr stuff, allow it to resample if need be, and also
22000         make xing header optional
22001
22002 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22003
22004         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22005         added getcaps function so samplerate doesnt get fixated to silly values
22006
22007 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22008
22009         * ext/lame/gstlame.c: (gst_lame_src_link):
22010         revert previous fix
22011
22012 2004-08-12  Johan Dahlin  <johan@gnome.org>
22013
22014         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22015         checks. Doesn't matter what state we are in. Interfaces are a
22016         compile time thing, not runtime. It also broke the python bindings.
22017
22018 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22019
22020         * ext/lame/gstlame.c: (gst_lame_src_link):
22021         made source pad link function check if sinkpad is ok..fixes the problem
22022         where core fixates the output rate of lame stupidly
22023
22024 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22025
22026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22027         * sys/v4l/v4l_calls.c:
22028         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22029           fix fixate function to handle nonsimple caps.
22030           remove bogus check in _link
22031           cleanups
22032
22033 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22034
22035         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22036         set default compression ratio parameter to 0.0 so bitrate parameter
22037         works :)
22038
22039 2004-08-11  David Schleef  <ds@schleef.org>
22040
22041         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22042
22043 2004-08-11  David Schleef  <ds@schleef.org>
22044
22045         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22046         before.
22047
22048 2004-08-11  David Schleef  <ds@schleef.org>
22049
22050         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22051
22052 2004-08-11  David Schleef  <ds@schleef.org>
22053
22054         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22055           license field
22056         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22057         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22058           LGPL.
22059         * gst/auparse/gstauparse.c: Fix plugin license field.
22060         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22061         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22062         * gst/rtp/gstrtp.c: Fix plugin license field.
22063
22064 2004-08-11  Wim Taymans  <wim@fluendo.com>
22065
22066         * gst/tcp/Makefile.am:
22067         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22068         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22069         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22070         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22071         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22072         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22073         (gst_fdset_fd_can_write), (gst_fdset_wait):
22074         * gst/tcp/gstfdset.h:
22075         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22076         (gst_multifdsink_class_init), (gst_multifdsink_init),
22077         (gst_multifdsink_add), (gst_multifdsink_remove),
22078         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22079         (gst_multifdsink_remove_client_link),
22080         (gst_multifdsink_handle_client_read),
22081         (gst_multifdsink_client_queue_data),
22082         (gst_multifdsink_client_queue_caps),
22083         (gst_multifdsink_client_queue_buffer),
22084         (gst_multifdsink_handle_client_write),
22085         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22086         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22087         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22088         (gst_multifdsink_close):
22089         * gst/tcp/gstmultifdsink.h:
22090         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22091         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22092         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22093         (gst_tcpserversink_close):
22094         * gst/tcp/gsttcpserversink.h:
22095         Abstracted away the select call, implemented poll (yes we ran into
22096         the 1024 limit in production).
22097
22098 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22099
22100         * gst/tcp/gsttcp.c:
22101         * gst/tcp/gsttcpplugin.c:
22102           improve debuggging, remove assert
22103
22104 2004-08-10  Wim Taymans  <wim@fluendo.com>
22105
22106         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22107         (gst_client_status_get_type), (gst_multifdsink_class_init),
22108         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22109         (gst_multifdsink_handle_client_read),
22110         (gst_multifdsink_handle_client_write),
22111         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22112         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22113         (gst_multifdsink_get_property):
22114         * gst/tcp/gstmultifdsink.h:
22115         * gst/tcp/gsttcp-marshal.list:
22116         Starting to prepare for specifying buffer time in other units
22117         than buffers. Expose remove reason in signal.
22118
22119 2004-08-10  Wim Taymans  <wim@fluendo.com>
22120
22121         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22122         (gst_multifdsink_remove), (gst_multifdsink_clear),
22123         (gst_multifdsink_remove_client_link),
22124         (gst_multifdsink_handle_client_read),
22125         (gst_multifdsink_client_queue_data),
22126         (gst_multifdsink_client_queue_buffer),
22127         (gst_multifdsink_handle_client_write),
22128         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22129         (gst_multifdsink_chain), (gst_multifdsink_close):
22130         * gst/tcp/gstmultifdsink.h:
22131         Added more debugging info. Changed the way clients are
22132         removed from the lists. Fixed a bug where a bad file descriptor
22133         could cause many clients to be removed.
22134
22135 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22136
22137         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22138           allow all pixel-aspect-ratios, not just 1:1
22139
22140 2004-08-09  David Schleef  <ds@schleef.org>
22141
22142         * sys/glsink/ARB_multitexture.h:  Remove old files.
22143         * sys/glsink/EXT_paletted_texture.h:
22144         * sys/glsink/NV_register_combiners.h:
22145         * sys/glsink/gstgl_nvimage.c:
22146         * sys/glsink/gstgl_pdrimage.c:
22147         * sys/glsink/gstgl_rgbimage.c:
22148         * sys/glsink/gstglsink.c:
22149         * sys/glsink/gstglsink.h:
22150         * sys/glsink/gstglxwindow.c:
22151         * sys/glsink/regcomb_yuvrgb.c:
22152
22153 2004-08-09  David Schleef  <ds@schleef.org>
22154
22155         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22156         GL sink plugin.  (Bug #147302)
22157
22158         * configure.ac: Test for OpenGL
22159         * sys/Makefile.am: Use test for OpenGL
22160         * sys/glsink/Makefile.am:
22161         * sys/glsink/glimagesink.c: rewrite
22162         * sys/glsink/glimagesink.h: rewrite
22163
22164 2004-08-09  David Schleef  <ds@schleef.org>
22165
22166         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22167         sane framerates.
22168         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22170         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22171
22172 2004-08-09  Wim Taymans  <wim@fluendo.com>
22173
22174         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22175         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22176         (gst_multifdsink_client_remove),
22177         (gst_multifdsink_handle_client_read),
22178         (gst_multifdsink_handle_client_write),
22179         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22180         Do a bit more logging, make the client_read code more robust.
22181
22182 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22183
22184         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22185         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22186         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22187         (gst_jpegdec_init), (gst_jpegdec_chain):
22188         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22189         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22190           cleanups, debugging fixes and memleak plugging
22191
22192 2004-08-09  Wim Taymans  <wim@fluendo.com>
22193
22194         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22195         (theora_get_formats), (theora_dec_src_convert),
22196         (theora_dec_sink_convert), (theora_dec_src_query),
22197         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22198         (theora_dec_change_state):
22199         Don't crash on missing header packets.
22200
22201 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22202
22203         * po/LINGUAS:
22204         * po/sq.po:
22205           Added Albanian translation (Laurent Dhima)
22206         * po/cs.po:
22207           updated
22208
22209 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22210
22211         * ext/lame/gstlame.c:
22212           fix/add debugging
22213
22214 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22215
22216         * sys/ximage/ximagesink.c:
22217         * sys/xvimage/xvimagesink.c:
22218           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22219
22220 2004-08-06  Wim Taymans  <wim@fluendo.com>
22221
22222         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22223         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22224         (gst_multifdsink_client_remove),
22225         (gst_multifdsink_handle_client_read),
22226         (gst_multifdsink_handle_client_write),
22227         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22228         Make sure we don't try to read more from a client that what
22229         ioctl says us or we deadlock.
22230
22231 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22232
22233         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22234         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22235         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22236           decouple running_time and n_frames so it can handle changing
22237           framerate while running
22238
22239 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22240
22241         * po/nl.po:
22242         * po/sv.po:
22243           updated translations
22244
22245 2004-08-04  Benjamin Otte  <otte@gnome.org>
22246
22247         * gst/videotestsrc/gstvideotestsrc.c:
22248         (gst_videotestsrc_get_capslist), (generate_capslist),
22249         (plugin_init):
22250           generate the list of supported caps at startup and reuse it instead
22251           of always generating it
22252
22253 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22254
22255         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22256           whoops, last checkin broke normal build
22257
22258 2004-08-03  Benjamin Otte  <otte@gnome.org>
22259
22260         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22261         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22262         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22263         (gst_alsa_mixer_get_option):
22264         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22265         (dvdnavsrc_print_event):
22266         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22268         (gst_ogg_mux_pad_unlink):
22269         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22270         (gst_multipart_mux_pad_unlink):
22271         * gst/videofilter/gstvideobalance.c:
22272         (gst_videobalance_colorbalance_set_value):
22273         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22274         (gst_videomixer_pad_unlink):
22275         * po/uk.po:
22276         * sys/oss/gstossmixer.c:
22277         * sys/v4l/gstv4lcolorbalance.c:
22278         * sys/v4l/gstv4ltuner.c:
22279         * sys/v4l/v4lsrc_calls.c:
22280         * sys/v4l2/gstv4l2colorbalance.c:
22281         * sys/v4l2/gstv4l2tuner.c:
22282           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22283
22284 2004-08-03  Benjamin Otte  <otte@gnome.org>
22285
22286         * examples/dynparams/filter.c: (ui_control_create):
22287         * examples/gstplay/player.c: (print_tag):
22288         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22289         * ext/gdk_pixbuf/gstgdkanimation.c:
22290         (gst_gdk_animation_iter_may_advance):
22291         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22292         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22293         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22294         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22296         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22297         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22298         * gst/sine/demo-dparams.c: (main):
22299         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22300         * testsuite/alsa/formats.c: (create_pipeline):
22301         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22302           fixes for G_DISABLE_ASSERT and friends
22303         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22304         (mp3_type_frame_length_from_header), (mp3_type_find),
22305         (plugin_init):
22306           require mp3 typefinding to have at least MIN_HEADERS valid headers
22307           add typefinding for AAC adts files
22308
22309 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22310
22311         * sys/ximage/ximagesink.c:
22312         (gst_ximagesink_calculate_pixel_aspect_ratio):
22313         * sys/xvimage/xvimagesink.c:
22314         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22315         Make sure we calculate pixel-aspect-ratio using floating point maths
22316
22317 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22318
22319         * po/uk.po:
22320           updated translation
22321
22322 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22323
22324         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22326           add debugging for display PAR calculation
22327
22328 2004-08-02  David Schleef  <ds@schleef.org>
22329
22330         * configure.ac: Fix mikmod CFLAGS.
22331
22332 2004-07-27  Benjamin Otte  <otte@gnome.org>
22333
22334         * gst/audioscale/gstaudioscale.c:
22335         - fix templates to only support S16, it's the only format that works
22336         - make caps nego code use try_set_caps_nonfixed and fixation instead
22337         of try_set_caps twice, which is not nice for autopluggers
22338         - change rank to secondary, so autopluggers can pick it up after
22339         audioconvert
22340
22341 2004-08-02  Iain <iain@prettypeople.org>
22342
22343         * gst/interleave/interleave.c (interleave_init),
22344         (interleave_request_new_pad),
22345         (interleave_pad_removed),
22346         (interleave_buffered_loop): Use the real pad count, not the artificial
22347         one.
22348
22349 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22350
22351         * configure.ac: bump nano back to development
22352
22353 === release 0.8.3 ===
22354
22355 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22356
22357         * configure.ac: releasing 0.8.3, "Water"
22358
22359 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * sys/xvimage/xvimagesink.c:
22362         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22363         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22364         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22365         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22366         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22367         * sys/xvimage/xvimagesink.h:
22368           apply similar PAR fixes as to ximagesink
22369
22370 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22371
22372         patch from: Benjamin Otte
22373
22374         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22375           add link function to lame.  Fixes #148986.
22376
22377 2004-08-02  Johan Dahlin  <johan@gnome.org>
22378
22379         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22380         fix debugging log
22381
22382 2004-07-30  David Schleef  <ds@schleef.org>
22383
22384         * gst/videomixer/Makefile.am: Fix things that should have been
22385         fixed in the last checkin.
22386
22387 2004-07-30  David Schleef  <ds@schleef.org>
22388
22389         * gst/multipart/Makefile.am: Fix things that should have been
22390         fixed in the last checkin.
22391
22392 2004-07-30  David Schleef  <ds@schleef.org>
22393
22394         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22395
22396 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22397
22398         * configure.ac:
22399           bump nano for prerelease
22400         * po/af.po:
22401         * po/az.po:
22402         * po/cs.po:
22403         * po/en_GB.po:
22404         * po/hu.po:
22405         * po/nl.po:
22406         * po/sr.po:
22407         * po/sv.po:
22408         * po/uk.po:
22409           updates
22410
22411 2004-07-30  Wim Taymans  <wim@fluendo.com>
22412
22413         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22414         (gst_multifdsink_add), (gst_multifdsink_remove),
22415         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22416         (gst_multifdsink_client_remove),
22417         (gst_multifdsink_handle_client_write),
22418         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22419         * gst/tcp/gstmultifdsink.h:
22420         Recover from a select with a bad file descriptor by removing
22421         the client.
22422
22423 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22424
22425         * configure.ac:
22426           fix requirement of core
22427         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22428         (gst_play_pipeline_setup):
22429           don't use colorspace element.  do use hermescolorspace element.
22430           make macro to get a colorspace element.
22431           mark strings for translation.
22432         * po/POTFILES.in:
22433           add play.c
22434         * po/af.po:
22435         * po/az.po:
22436         * po/cs.po:
22437         * po/en_GB.po:
22438         * po/hu.po:
22439         * po/nl.po:
22440         * po/sr.po:
22441         * po/sv.po:
22442         * po/uk.po:
22443           update translations
22444
22445 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22446
22447         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22448         fix default for newmedia flag
22449
22450 2004-07-30  Wim Taymans  <wim@fluendo.com>
22451
22452         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22453         (gst_theora_dec_init), (theora_get_formats),
22454         (theora_dec_src_convert), (theora_dec_sink_convert),
22455         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22456         (theora_dec_chain), (theora_dec_set_property),
22457         (theora_dec_get_property):
22458         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22459         (gst_theora_enc_class_init), (gst_theora_enc_init),
22460         (theora_enc_sink_link), (theora_enc_chain),
22461         (theora_enc_set_property), (theora_enc_get_property):
22462         Added cropping option to theora decoder.
22463         Added border option to theora encoder.
22464
22465 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22466
22467         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22468         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22469         (gst_pngenc_set_property):
22470         * ext/libpng/gstpngenc.h:
22471         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
22472
22473 2004-07-30  Wim Taymans  <wim@fluendo.com>
22474
22475         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22476         (theora_enc_sink_link), (theora_enc_chain),
22477         (theora_enc_set_property), (theora_enc_get_property):
22478         Fix encoding of non-multiple-of-16 video.
22479
22480 2004-07-29  David Schleef  <ds@schleef.org>
22481
22482         * configure.ac: make test for audiofile more strict
22483
22484 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22485
22486         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22487           give different names to typefind functions
22488
22489 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22490
22491         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22492         (gst_ximagesink_calculate_pixel_aspect_ratio),
22493         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22494         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22495         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22496         (gst_ximagesink_get_property), (gst_ximagesink_init):
22497         * sys/ximage/ximagesink.h:
22498           allocate PAR's dynamically.
22499           use autodetected PAR if no object-set PAR is given.
22500           add workaround for directfb's X not setting physical size.
22501           fix to xvimagesink will follow tomorrow.
22502
22503 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22504
22505         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22506         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22507         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22508         (gst_shout2send_class_init), (gst_shout2send_init),
22509         (set_shout_metadata), (gst_shout2send_set_metadata),
22510         (gst_shout2send_chain), (gst_shout2send_set_property),
22511         (gst_shout2send_get_property), (gst_shout2send_connect),
22512         (gst_shout2send_change_state):
22513         * ext/shout2/gstshout2.h:
22514         - fix for sending mp3 audio to icecast2 server, if pad link function not
22515         called before PAUSED state
22516         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22517         - added tagging support for mp3 audio broadcasted
22518         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22519         debug info
22520
22521 2004-07-28  Wim Taymans  <wim@fluendo.com>
22522
22523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22524         (gst_ogg_demux_push):
22525         Return query failure when we don't know the length of
22526         an ogg stream insteda of returning TRUE with a bogus value.
22527
22528 2004-07-28  Wim Taymans  <wim@fluendo.com>
22529
22530         * ext/theora/theoradec.c: (theora_get_formats),
22531         (theora_dec_src_convert), (theora_dec_sink_convert),
22532         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22533         (theora_dec_chain):
22534         Don't screw up the 1 Chroma for 1 luma sample situation when we
22535         have an odd offset/width by adding a black border in those cases.
22536
22537 2004-07-28  Wim Taymans  <wim@fluendo.com>
22538
22539         * ext/theora/theoradec.c: (theora_get_formats),
22540         (theora_dec_src_convert), (theora_dec_sink_convert),
22541         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22542         (theora_dec_chain):
22543         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22544         Added first attempt at cropping of the image as required by the
22545         theora spec. We need more properties in the caps (offset_x,
22546         offset_y,stride) to implement this correctly.
22547
22548 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22549
22550         * ext/dvdnav/README:
22551           Update the README to use dvddemux
22552         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22553           Ensure getcaps returns a subset of the template caps
22554         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22555         (gst_mpeg2subt_init):
22556           Ensure getcaps returns a subset of the template caps
22557         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22558         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22559         (gst_dvd_demux_get_subpicture_stream),
22560         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22561         * gst/mpegstream/gstdvddemux.h:
22562           Set the explicit caps on the current_video pad before pushing
22563           anything
22564         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22565         (gst_mpeg_demux_get_audio_stream):
22566           Free caps used to gst_pad_set_explicit_caps, which takes a const
22567           GstCaps *
22568
22569 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22570
22571         * configure.ac: update GStreamer requirement to 0.8.4 because of
22572           GstFraction.
22573
22574 2004-07-28  Wim Taymans  <wim@fluendo.com>
22575
22576         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22577         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22578         Add the pad to the element after setting up the caps. This
22579         makes it a lot easier to autoplug.
22580
22581 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22582
22583         * gst/median/gstmedian.c:
22584         * gst/mpeg2subt/gstmpeg2subt.c:
22585         * gst/mpegaudioparse/gstmpegaudioparse.c:
22586         * gst/mpegstream/gstdvddemux.c:
22587         * gst/mpegstream/gstmpegdemux.c:
22588         * gst/mpegstream/gstmpegpacketize.c:
22589         * gst/rtjpeg/gstrtjpeg.c:
22590         * gst/rtjpeg/gstrtjpegdec.c:
22591         * gst/rtjpeg/gstrtjpegenc.c:
22592         * gst/sine/gstsinesrc.c:
22593         * gst/smooth/gstsmooth.c:
22594         * gst/smpte/gstsmpte.c:
22595         * gst/smpte/gstsmpte.h:
22596         * gst/stereo/gststereo.c:
22597         * gst/videofilter/gstgamma.c:
22598         * gst/videofilter/gstvideobalance.c:
22599         * gst/videofilter/gstvideofilter.c:
22600         * gst/videofilter/gstvideoflip.c:
22601         * gst/videoscale/gstvideoscale.c:
22602         * gst/videoscale/videoscale.c:
22603         * gst/videotestsrc/gstvideotestsrc.c:
22604         * gst/videotestsrc/videotestsrc.c:
22605         * gst/wavenc/gstwavenc.c:
22606         * gst/wavparse/gstwavparse.c:
22607           fix local includes and 64 bits constants
22608
22609 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22610
22611         * win32/gst.sln:
22612         * gst-libs/gst/*/*.vcproj:
22613         * gst/*/*.vcproj:
22614           more working plugins
22615
22616 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22617
22618         * testsuite/alsa/Makefile.am:
22619         * testsuite/alsa/srcstate.c:
22620         add test for alsasrc changing state
22621
22622 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22623
22624         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22625         (gst_silence_get):
22626         * gst/silence/gstsilence.h:
22627         fix silence generation for 16bit raw audio
22628
22629 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22630
22631         * gst/matroska/matroska-demux.c:
22632         (gst_matroska_demux_parse_metadata),
22633         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22634         * gst/mpegaudio/common.c:
22635         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22636         (gst_videoscale_getcaps), (gst_videoscale_link),
22637         (gst_videoscale_src_fixate), (gst_videoscale_init),
22638         (gst_videoscale_finalize):
22639         * gst/videoscale/gstvideoscale.h:
22640         * gst/videotestsrc/gstvideotestsrc.c:
22641         (gst_videotestsrc_get_capslist):
22642         * gst/wavenc/gstwavenc.c:
22643         * sys/oss/gstossmixer.c: (fill_labels):
22644         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22645         (gst_ximagesink_handle_xevents),
22646         (gst_ximagesink_calculate_pixel_aspect_ratio),
22647         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22648         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22649         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22650         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22651         (gst_ximagesink_init), (gst_ximagesink_class_init):
22652         * sys/ximage/ximagesink.h:
22653         * sys/xvimage/xvimagesink.c:
22654         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22655         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22656         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22657         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22658         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22659         * sys/xvimage/xvimagesink.h:
22660           first batch of pixel aspect ratio commits.
22661
22662 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22663
22664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22665         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22666         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22667           handle stride, needs work if we want to move stride handling
22668           upstream, but works correctly for our purposes.
22669
22670 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22671
22672         * gst/videoscale/README:
22673           add testing examples
22674         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22675         (gst_videoscale_chain):
22676         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22677         (gst_videoscale_get_size):
22678           add get_size function that handles stride like videotestsrc.
22679           fixes conversion for YUV formats for as much as I can test them.
22680
22681 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22682
22683         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22684         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22686         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22687         (gst_xvimagesink_xvimage_put):
22688           further cleanups, logging, error handling and synchronizing
22689
22690 2004-07-27  Wim Taymans  <wim@fluendo.com>
22691
22692         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22693         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22694         (gst_videomixer_pad_set_property),
22695         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22696         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22697         (gst_videomixer_class_init), (gst_videomixer_init),
22698         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22699         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22700         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22701         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22702         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22703         (gst_videomixer_loop), (plugin_init):
22704         Be a nicer negotiation citizen and provide a getcaps function on
22705         the srcpad. This also fixes a crash when resizing.
22706
22707 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22708
22709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22710         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22711
22712 2004-07-27  Wim Taymans  <wim@fluendo.com>
22713
22714         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22715         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22716         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22717         (gst_pngenc_set_property):
22718         * ext/libpng/gstpngenc.h:
22719         Added snapshot property to pngenc.
22720         removed g_print from pngdec
22721
22722 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22723
22724         * gst/ac3parse/ac3parse.vcproj
22725         * gst/adder/adder.vcproj
22726         * gst/alpha/alpha.vcproj
22727         * gst/alpha/alphacolor.vcproj
22728         * gst/asfdemux/asf.vcproj
22729         * gst/audioconvert/audioconvert.vcproj
22730         * gst/audiorate/audiorate.vcproj
22731         * gst/audioscale/audioscale.vcproj
22732         * gst/auparse/auparse.vcproj
22733         * gst/avi/avi.vcproj
22734         * gst/cdxaparse/cdxaparse.vcproj
22735         * gst/chart/chart.vcproj
22736         * gst/colorspace/colorspace.vcproj
22737         * gst/cutter/cutter.vcproj
22738         * gst/debug/debug.vcproj
22739         * gst/debug/efence.vcproj
22740         * gst/debug/navigationtest.vcproj
22741         * gst/deinterlace/deinterlace.vcproj
22742         * gst/effectv/effectv.vcproj
22743         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22744         * gst/filter/filter.vcproj
22745         * gst/flx/flxdec.vcproj
22746         * gst/goom/goom.vcproj
22747         * gst/interleave/interleave.vcproj
22748         * gst/law/alaw.vcproj
22749         * gst/law/mulaw.vcproj
22750         * gst/matroska/matroska.vcproj
22751         * gst/median/median.vcproj
22752         * gst/mixmatrix/mixmatrix.vcproj
22753         * gst/mpeg1sys/mpeg1systemencode.vcproj
22754         * gst/mpeg1videoparse/mp1videoparse.vcproj
22755         * gst/mpeg2sub/mpeg2subt.vcproj
22756         * gst/mpegaudio/mpegaudio.vcproj
22757         * gst/mpegaudioparse/mpegaudioparse.vcproj
22758         * gst/mpegstream/mpegstream.vcproj
22759         * gst/multifilesink/multifilesink.vcproj
22760         * gst/multipart/multipart.vcproj
22761         * gst/oneton/oneton.vcproj
22762         * gst/overlay/overlay.vcproj
22763         * gst/passthrough/passthrough.vcproj
22764         * gst/qtdemux/qtdemux.vcproj
22765         * gst/realmedia/rmdemux.vcproj
22766         * gst/rtjpeg/rtjpeg.vcproj
22767         * gst/rtp/rtp.vcproj
22768         * gst/silence/silence.vcproj
22769         * gst/sine/sinesrc.vcproj
22770         * gst/smooth/smooth.vcproj
22771         * gst/smpte/smpte.vcproj
22772         * gst/spectrum/spectrum.vcproj
22773         * gst/speed/speed.vcproj
22774         * gst/stereo/stereo.vcproj
22775         * gst/switch/switch.vcproj
22776         * gst/tags/tagedit.vcproj
22777         * gst/tcp/tcp.vcproj
22778         * gst/typefind/typefindfunctions.vcproj
22779         * gst/udp/udp.vcproj
22780         * gst/videobox/videobox.vcproj
22781         * gst/videocrop/videocrop.vcproj
22782         * gst/videodrop/videodrop.vcproj
22783         * gst/videofilter/gamma.vcproj
22784         * gst/videofilter/videobalance.vcproj
22785         * gst/videofilter/videofilter.vcproj
22786         * gst/videofilter/videoflip.vcproj
22787         * gst/videoflip/videoflip.vcproj
22788         * gst/videomixer/videomixer.vcproj
22789         * gst/videorate/videorate.vcproj
22790         * gst/videoscale/videoscale.vcproj
22791         * gst/videotestsrc/videotestsrc.vcproj
22792         * gst/virtualdub/virtualdub.vcproj
22793         * gst/volenv/volenv.vcproj
22794         * gst/volume/volume.vcproj
22795         * gst/wavenc/wavenc.vcproj
22796         * gst/wavparse/wavparse.vcproj
22797         * gst/y4m/y4menc.vcproj
22798         * gst-libs/gst/audio/audio.vcproj
22799         * gst-libs/gst/audio/audiofilter.vcproj
22800         * gst-libs/gst/colorbalance/colorbalance.vcproj
22801         * gst-libs/gst/idct/idtc.vcproj
22802         * gst-libs/gst/media-info/media-info.vcproj
22803         * gst-libs/gst/mixer/mixer.vcproj
22804         * gst-libs/gst/navigation/navigation.vcproj
22805         * gst-libs/gst/play/play.vcproj
22806         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22807         * gst-libs/gst/resample/resample.vcproj
22808         * gst-libs/gst/riff/riff.vcproj
22809         * gst-libs/gst/tuner/tuner.vcproj
22810         * gst-libs/gst/video/video.vcproj
22811         * gst-libs/gst/xoverlay/xoverlay.vcproj
22812           avoid problems with math.h, fix release dependancy
22813           rename GStreamer-0.8.lib to libgstreamer.lib
22814
22815 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22816
22817         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22819         the atom is not available we have to unlock the mutex. Fixes #148023
22820
22821 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22822
22823         * gst-libs/gst/media-info/media-info.h:
22824           issue for a vararg macro with MSVC
22825
22826 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22827
22828         * gst/effectv/effectv.vcproj
22829         * gst-libs/gst/idct/idct.vcproj:
22830         * gst-libs/gst/media-info/media-info.vcproj:
22831         * gst-libs/gst/navigation/navigation.vcproj:
22832         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22833         * gst-libs/gst/video/video.vcproj:
22834         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22835           fixes for build problems
22836
22837 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22838
22839         * gst-libs/gst/audio/audio.def:
22840         * gst-libs/gst/audio/riff.def:
22841           add some definitions needed by plugins
22842
22843 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22844
22845         * gst/asfdemux/gstasfmux.c
22846           Fix some 64 bits constants to be glib friendly
22847
22848 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22849
22850         * gst/ac3parse/gstac3parse.c
22851         * gst/audioscale/gstaudioscale.c
22852         * gst/auparse/gstauparse.c
22853         * gst/colorspace/gstcolorspace.c
22854         * gst/colorspace/yuv2rgb.h
22855           local include fixes
22856
22857 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22858
22859         * win32/gst.sln
22860           add more plugins to the build
22861
22862 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22863
22864         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22865         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22866
22867 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22868
22869         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22870         (gst_level_set_property), (gst_level_get_property),
22871         (gst_level_base_init), (gst_level_class_init):
22872           add debugging categories.  cleanups.
22873
22874 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22875
22876         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22877         (gst_videoscale_planar411), (gst_videoscale_planar400),
22878         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22879         (gst_videoscale_scale_nearest_str1),
22880         (gst_videoscale_scale_nearest_str2),
22881         (gst_videoscale_scale_nearest_str4),
22882         (gst_videoscale_scale_nearest_16bit),
22883         (gst_videoscale_scale_nearest_24bit):
22884           fixed stride issues
22885           tested with 320x240 -> 321, 322, 324 x240
22886           tested with YV12, I420, YUY2, UYVY
22887           fixed packed422rev (don't think it could have worked before)
22888           by testing with UYVY
22889
22890 2004-07-26  Benjamin Otte  <otte@gnome.org>
22891
22892         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22893         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22894         (plugin_init):
22895           add debugging category, add error checks like checking return values
22896           of setup calls, make sure it still works after
22897           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22898
22899 2004-07-26  Wim Taymans  <wim@fluendo.com>
22900
22901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22902         (gst_mpeg_demux_get_audio_stream),
22903         (gst_mpeg_demux_process_private):
22904         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22905         Check for error codes from the negotiation functions. Make sure
22906         we really set the pad caps when a new pad is created.
22907
22908 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22909
22910         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22911         (gst_ffmpeg_caps_to_pix_fmt):
22912         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22913         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22914         (gst_ffmpegcolorspace_pad_link):
22915           don't make function do two things at the same time without reason.
22916
22917 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22918
22919         * gst/ac3parse/ac3parse.vcproj
22920         * gst/adder/adder.vcproj
22921         * gst/alpha/alpha.vcproj
22922         * gst/alpha/alphacolor.vcproj
22923         * gst/asfdemux/asf.vcproj
22924         * gst/audioconvert/audioconvert.vcproj
22925         * gst/audiorate/audiorate.vcproj
22926         * gst/audioscale/audioscale.vcproj
22927         * gst/auparse/auparse.vcproj
22928         * gst/avi/avi.vcproj
22929         * gst/cdxaparse/cdxaparse.vcproj
22930         * gst/chart/chart.vcproj
22931         * gst/colorspace/colorspace.vcproj
22932         * gst/cutter/cutter.vcproj
22933         * gst/debug/debug.vcproj
22934         * gst/debug/efence.vcproj
22935         * gst/debug/navigationtest.vcproj
22936         * gst/deinterlace/deinterlace.vcproj
22937         * gst/effectv/effectv.vcproj
22938         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22939         * gst/filter/filter.vcproj
22940         * gst/flx/flxdec.vcproj
22941         * gst/goom/goom.vcproj
22942         * gst/interleave/interleave.vcproj
22943         * gst/law/alaw.vcproj
22944         * gst/law/mulaw.vcproj
22945         * gst/matroska/matroska.vcproj
22946         * gst/median/median.vcproj
22947         * gst/mixmatrix/mixmatrix.vcproj
22948         * gst/mpeg1sys/mpeg1systemencode.vcproj
22949         * gst/mpeg1videoparse/mp1videoparse.vcproj
22950         * gst/mpeg2sub/mpeg2subt.vcproj
22951         * gst/mpegaudio/mpegaudio.vcproj
22952         * gst/mpegaudioparse/mpegaudioparse.vcproj
22953         * gst/mpegstream/mpegstream.vcproj
22954         * gst/multifilesink/multifilesink.vcproj
22955         * gst/multipart/multipart.vcproj
22956         * gst/oneton/oneton.vcproj
22957         * gst/overlay/overlay.vcproj
22958         * gst/passthrough/passthrough.vcproj
22959         * gst/qtdemux/qtdemux.vcproj
22960         * gst/realmedia/rmdemux.vcproj
22961         * gst/rtjpeg/rtjpeg.vcproj
22962         * gst/rtp/rtp.vcproj
22963         * gst/silence/silence.vcproj
22964         * gst/sine/sinesrc.vcproj
22965         * gst/smooth/smooth.vcproj
22966         * gst/smpte/smpte.vcproj
22967         * gst/spectrum/spectrum.vcproj
22968         * gst/speed/speed.vcproj
22969         * gst/stereo/stereo.vcproj
22970         * gst/switch/switch.vcproj
22971         * gst/tags/tagedit.vcproj
22972         * gst/tcp/tcp.vcproj
22973         * gst/typefind/typefindfunctions.vcproj
22974         * gst/udp/udp.vcproj
22975         * gst/videobox/videobox.vcproj
22976         * gst/videocrop/videocrop.vcproj
22977         * gst/videodrop/videodrop.vcproj
22978         * gst/videofilter/gamma.vcproj
22979         * gst/videofilter/videobalance.vcproj
22980         * gst/videofilter/videofilter.vcproj
22981         * gst/videofilter/videoflip.vcproj
22982         * gst/videoflip/videoflip.vcproj
22983         * gst/videomixer/videomixer.vcproj
22984         * gst/videorate/videorate.vcproj
22985         * gst/videoscale/videoscale.vcproj
22986         * gst/videotestsrc/videotestsrc.vcproj
22987         * gst/virtualdub/virtualdub.vcproj
22988         * gst/volenv/volenv.vcproj
22989         * gst/volume/volume.vcproj
22990         * gst/wavenc/wavenc.vcproj
22991         * gst/wavparse/wavparse.vcproj
22992         * gst/y4m/y4menc.vcproj
22993           more plugins supported under windows
22994
22995 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22996
22997         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22998         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22999         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23001         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23002           Add debugging statements.  Use the sizes as returned by the
23003           *CreateImage calls.
23004
23005 2004-07-26  Johan Dahlin  <johan@gnome.org>
23006
23007         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23008         the pad is negotiated.
23009
23010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23011
23012 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23013
23014         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23015         * gst-libs/gst/idct/idct.vcproj:
23016         * gst-libs/gst/media-info/media-info.vcproj:
23017         * gst-libs/gst/mixer/mixer.vcproj:
23018         * gst-libs/gst/navigation/navigation.vcproj:
23019         * gst-libs/gst/play/play.vcproj:
23020         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23021         * gst-libs/gst/resample/resample.vcproj:
23022         * gst-libs/gst/tuner/tuner.vcproj:
23023         * gst-libs/gst/video/video.vcproj:
23024         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23025           more plugins supported under windows
23026
23027 2004-07-25 Iain <iain@prettypeople.org>
23028
23029         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23030         pad now rather than when the pad is created because state changes wipe
23031         explicit caps (fixes #148043).
23032
23033 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23034
23035         reviewed by Benjamin Otte  <otte@gnome.org>
23036
23037         * ext/mad/gstmad.c:
23038           fix mad plugin crashing on Sun (fixes #148289)
23039
23040 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23041
23042         * gst/avi/avi.def:
23043         * gst/avi/avi.vcproj:
23044         * gst/matroska/matroska.def:
23045         * gst/matroska/matroska.vcproj:
23046           remove unused .def files
23047
23048 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23049
23050         * gst-libs/gst/audio/gstaudiofilter.c:
23051           Clean the local include
23052
23053 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23054
23055         * win32/gst.sln:
23056         * gst-libs/gst/audio/audio.def:
23057         * gst-libs/gst/audio/audio.vcproj:
23058         * gst-libs/gst/audio/audiofilter.vcproj:
23059         * gst-libs/gst/audio/riff.def:
23060         * gst-libs/gst/audio/riff.vcproj:
23061         * gst-libs/gst/gst-libs.def:
23062         * gst-libs/gst/gst-libs.vcproj:
23063         * gst/avi/avi.vcproj:
23064         * gst/avi/avi.vcproj:
23065           Copy the files where needed after building, cleaner projects
23066
23067 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23068
23069         * gst/matroska/ebml-write.c:
23070           Fix some 64 bits constants to be glib friendly
23071
23072 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23073
23074         * win32/gst.sln:
23075         * gst-libs/gst/gst-libs.def:
23076         * gst-libs/gst/gst-libs.vcproj:
23077         * gst/matroska/matroska.def:
23078         * gst/matroska/matroska.vcproj:
23079           Add the preliminary canvas to build plugins on Win32
23080
23081 2004-07-23  Benjamin Otte  <otte@gnome.org>
23082
23083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23084           don't enfore negotiation from source side, it breaks
23085           sinesrc ! audioconvert ! osssink
23086
23087 2004-07-22  David Schleef  <ds@schleef.org>
23088
23089         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23090         for ELF files, since they can easily be recognized as audio/mpeg.
23091         (bug #147441)
23092
23093 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23094
23095         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23096         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23097         (gst_videoscale_scale_nearest_24bit),
23098         (gst_videoscale_scale_nearest_16bit):
23099           fix 16bit and 24bit for stride (24bit might need testing)
23100           don't pretend we do more than one algorithm
23101
23102 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23103
23104         * configure.ac:
23105         * gst/Makefile.am:
23106         * gst/multifilesink/Makefile.am:
23107         * gst/multifilesink/gstmultifilesink.c:
23108         (gst_multifilesink_get_formats),
23109         (gst_multifilesink_get_query_types), (_do_init),
23110         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23111         (gst_multifilesink_init), (gst_multifilesink_dispose),
23112         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23113         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23114         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23115         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23116         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23117         (gst_multifilesink_uri_get_type),
23118         (gst_multifilesink_uri_get_protocols),
23119         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23120         (gst_multifilesink_uri_handler_init), (plugin_init):
23121         * gst/multifilesink/gstmultifilesink.h:
23122         * testsuite/Makefile.am:
23123         * testsuite/multifilesink/Makefile.am:
23124         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23125         (gst_newmedia_class_init), (gst_newmedia_init),
23126         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23127         (newfile_signal), (test_signal), (main):
23128         multifilesink plugin for creating new files every time a new media
23129         discontinuity event occurs
23130
23131 2004-07-22  Wim Taymans  <wim@fluendo.com>
23132
23133         * gst/alpha/Makefile.am:
23134         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23135         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23136         (gst_alpha_color_init), (gst_alpha_color_set_property),
23137         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23138         (transform), (gst_alpha_color_chain),
23139         (gst_alpha_color_change_state), (plugin_init):
23140         Stupid plugin to to RGBA to AYUV conversion because none of
23141         the colorspace plugins can handle that yet.
23142
23143 2004-07-22  Wim Taymans  <wim@fluendo.com>
23144
23145         * examples/seeking/seek.c: (update_scale), (main):
23146         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23147         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23148         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23149         (gst_decode_bin_init), (gst_decode_bin_dispose),
23150         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23151         (no_more_pads), (close_link), (type_found),
23152         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23153         (plugin_init):
23154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23155         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23156         (gst_play_base_bin_dispose), (queue_overrun),
23157         (gen_preroll_element), (remove_prerolls), (unknown_type),
23158         (no_more_pads), (new_stream), (setup_source),
23159         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23160         (play_base_eos), (gst_play_base_bin_change_state),
23161         (gst_play_base_bin_add_element),
23162         (gst_play_base_bin_remove_element),
23163         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23164         (gst_play_base_bin_unlink_stream),
23165         (gst_play_base_bin_get_streaminfo):
23166         * gst/playback/gstplaybin.c: (gen_video_element),
23167         (gen_audio_element):
23168         * gst/playback/gststreaminfo.h:
23169         More playback updates, attempt to fix things after the state change
23170         breakage.
23171
23172 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23173
23174         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23175         (gst_videoscale_scale_nearest_16bit):
23176           comment algorithm
23177
23178 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23179
23180         * gst/videotestsrc/gstvideotestsrc.c:
23181         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23182         (gst_videotestsrc_init), (gst_videotestsrc_get),
23183         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23184         (gst_videotestsrc_get_property):
23185         * gst/videotestsrc/gstvideotestsrc.h:
23186         * gst/videotestsrc/videotestsrc.c:
23187         * gst/videotestsrc/videotestsrc.h:
23188           cleanup and commenting
23189
23190 2004-07-21  Wim Taymans  <wim@fluendo.com>
23191
23192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23193         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23194         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23195         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23196         (_find_chain_get_unknown_part), (_find_streams_check),
23197         (gst_ogg_demux_push), (gst_ogg_pad_push):
23198         * ext/theora/theoradec.c: (theora_get_formats),
23199         (theora_dec_src_convert), (theora_dec_sink_convert),
23200         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23201         (theora_dec_chain):
23202         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23203         (vorbis_dec_convert), (vorbis_dec_src_query),
23204         (vorbis_dec_src_event), (vorbis_dec_event):
23205         More seeking fixes, oggdemux now supports seeking to time and
23206         uses the downstream element to convert granulepos to time.
23207         Seeking in theora-only ogg files now works.
23208
23209 2004-07-21  Wim Taymans  <wim@fluendo.com>
23210
23211         * ext/theora/theoradec.c: (gst_theora_dec_init),
23212         (theora_get_formats), (theora_get_event_masks),
23213         (theora_get_query_types), (theora_dec_src_convert),
23214         (theora_dec_sink_convert), (theora_dec_src_query),
23215         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23216         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23217         (vorbis_get_event_masks), (vorbis_get_query_types),
23218         (gst_vorbis_dec_init), (vorbis_dec_convert),
23219         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23220         Added query/convert/formats functions to vorbis and theora decoders
23221         so that the outside world can use them too. Fixed seeking on an
23222         ogg/theora/vorbis file by disabling the seeking seeking on the
23223         theora srcpad.
23224
23225 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23226
23227         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23228         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23229         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23230         images creation for both elements. We don't create the image on caps
23231         nego or renego, we just destroy the internal one if present if it does
23232         not match the needs. The chain function takes care of creating a new
23233         image when needed.
23234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23235         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23236         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23237         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23238         the image format information. The buffer pool checks for the context
23239         image format and discard images with different formats.
23240         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23241
23242 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23243
23244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23245         (gst_ffmpegcolorspace_chain):
23246           no point in doing any chaining if the pad we want to push from
23247           isn't usable.
23248
23249 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23250
23251         * gst-libs/gst/riff/riff-media.c:
23252         (gst_riff_create_audio_caps_with_data):
23253           Fix double end-to-native symbol conversion (#148021).
23254
23255 2004-07-20  David Schleef  <ds@schleef.org>
23256
23257         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23258         Don't use an Atom that doesn't exist.
23259
23260 2004-07-20  Wim Taymans  <wim@fluendo.com>
23261
23262         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23263         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23264         (gst_multifdsink_client_remove),
23265         (gst_multifdsink_handle_client_write),
23266         (gst_multifdsink_queue_buffer):
23267         * gst/tcp/gstmultifdsink.h:
23268         More multifdsink stats. Avoid deadlock by releasing locks
23269         before sending out a signal.
23270
23271 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23272
23273         * po/LINGUAS:
23274         * po/hu.po:
23275           added Hungarian translation (Laszlo Dvornik)
23276
23277 2004-07-20  Wim Taymans  <wim@fluendo.com>
23278
23279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23280         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23281         (gst_multifdsink_handle_client_write),
23282         (gst_multifdsink_queue_buffer):
23283         * gst/tcp/gsttcp-marshal.list:
23284         Fixed the stupid marshal definition.
23285
23286 2004-07-20  Wim Taymans  <wim@fluendo.com>
23287
23288         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23289         (gst_multifdsink_init), (gst_multifdsink_add),
23290         (gst_multifdsink_client_remove),
23291         (gst_multifdsink_handle_client_write),
23292         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23293         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23294         (gst_multifdsink_init_send):
23295         * gst/tcp/gstmultifdsink.h:
23296         Added more stats, added timeout for a client, fixed some typos
23297         and added some comments.
23298
23299 2004-07-20  Wim Taymans  <wim@fluendo.com>
23300
23301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23302         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23303         (gst_multifdsink_client_remove),
23304         (gst_multifdsink_handle_client_write):
23305         * gst/tcp/gstmultifdsink.h:
23306         * gst/tcp/gsttcp-marshal.list:
23307         Added get_stats method that returns a GValueArray of
23308         stats values.
23309
23310 2004-07-19  Benjamin Otte  <otte@gnome.org>
23311
23312         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23313           make sure longname, description and author are valid UTF-8
23314
23315 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23316
23317         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23318         (gst_ximagesink_set_property):
23319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23320         (gst_xvimagesink_set_property):
23321           make sure SYNCHRONOUS is respected after getting the X context
23322
23323 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23324
23325         * gst/matroska/matroska-demux.c:
23326         (gst_matroska_demux_handle_src_event),
23327         (gst_matroska_demux_parse_blockgroup):
23328         * gst/matroska/matroska-ids.h:
23329           add BlockReference tag and ignore it to clear out log.
23330           ignore NAVIGATION events to clear out log.
23331
23332 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23335         (gst_matroska_demux_add_stream):
23336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23337           add debug categories
23338
23339 2004-07-16  Wim Taymans  <wim@fluendo.com>
23340
23341         * ext/libpng/Makefile.am:
23342         * ext/libpng/gstpng.c: (plugin_init):
23343         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23344         (gst_pngdec_get_type), (gst_pngdec_base_init),
23345         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23346         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23347         * ext/libpng/gstpngdec.h:
23348         Added png decoder.
23349
23350 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23351
23352         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23353         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23354         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23355         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23356         (gst_ximagesink_buffer_alloc):
23357         * sys/ximage/ximagesink.h:
23358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23359         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23360         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23361         (gst_xvimagesink_buffer_alloc):
23362         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23363         again. Using internal data pointer of the x(v)image to store image's
23364         data to be coherent with the buffer alloc mechanism. Investigated the
23365         image destruction code to be sure that everything gets freed correctly.
23366
23367 2004-07-16  Wim Taymans  <wim@fluendo.com>
23368
23369         * gst-libs/gst/riff/riff-read.c:
23370         (gst_riff_read_strf_vids_with_data),
23371         (gst_riff_read_strf_auds_with_data):
23372         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23373         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23374         Make sure we don't create 0 sized subbuffers in riff-read.
23375         Signal the no more pads signal after reading the avi header.
23376
23377 2004-07-16  Wim Taymans  <wim@fluendo.com>
23378
23379         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23380         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23381         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23382         (gst_decode_bin_init), (gst_decode_bin_dispose),
23383         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23384         (no_more_pads), (close_link), (type_found),
23385         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23386         (gst_decode_bin_change_state), (plugin_init):
23387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23388         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23389         (gst_play_base_bin_dispose), (queue_overrun),
23390         (gen_preroll_element), (remove_prerolls), (unknown_type),
23391         (no_more_pads), (new_stream), (setup_source),
23392         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23393         (play_base_eos), (gst_play_base_bin_change_state),
23394         (gst_play_base_bin_add_element),
23395         (gst_play_base_bin_remove_element),
23396         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23397         (gst_play_base_bin_unlink_stream),
23398         (gst_play_base_bin_get_streaminfo):
23399         * gst/playback/gstplaybasebin.h:
23400         Better error recovery. Added configurable preroll queue size. Faster
23401         detection of no-more-pads.
23402
23403 2004-07-16  Wim Taymans  <wim@fluendo.com>
23404
23405         * gst-libs/gst/video/video.h:
23406         Added 32 bits RGBA. Not sure if we should use another mime-type
23407         for alpha rgb. Currently the presence of the alpha_mask property
23408         signals an alpha channel.
23409
23410 2004-07-16  Wim Taymans  <wim@fluendo.com>
23411
23412         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23414         FPS seems to be 0.0 to MAX everywhere else.
23415
23416 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23417
23418         * gst-libs/gst/riff/riff-media.c:
23419         (gst_riff_create_video_caps_with_data):
23420           mp42/mp43 (no caps) exist too.
23421         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23422           Set pixel_width/height; we've got them in-caps.
23423         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23424         * gst/wavparse/gstwavparse.c: (plugin_init):
23425           Both are valid primary.
23426         * sys/oss/gstossmixer.c:
23427           Remove i18n hack and enable translations.
23428
23429 2004-07-15  Benjamin Otte  <otte@gnome.org>
23430
23431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23432         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23433           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23434
23435 2004-07-15  Benjamin Otte  <otte@gnome.org>
23436
23437         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23438         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23439         (gst_alsa_close_audio):
23440           disable some of the debugging code for now. Writing debugging to a
23441           buffer is broken in current alsalib releases.
23442
23443 2004-07-12  Benjamin Otte  <otte@gnome.org>
23444
23445         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23446           use bufferpools
23447
23448 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23449
23450         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23451         (theora_dec_src_query), (theora_dec_event):
23452         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23453           add debugging categories.  Remove \n's.
23454
23455 2004-07-13  Johan Dahlin  <johan@gnome.org>
23456
23457         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23458         (gst_play_bin_get_property): Impl.
23459
23460 2004-07-13  Wim Taymans  <wim@fluendo.com>
23461
23462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23463         When trying to find the stream length, seek back N pages
23464         instead of just one, where N is the number of streams in
23465         the current chain.
23466
23467 2004-07-13  Wim Taymans  <wim@fluendo.com>
23468
23469         * gst-libs/gst/riff/riff-media.c:
23470         (gst_riff_create_audio_caps_with_data),
23471         (gst_riff_create_audio_caps),
23472         (gst_riff_create_audio_template_caps):
23473         * gst-libs/gst/riff/riff-media.h:
23474         * gst-libs/gst/riff/riff-read.c:
23475         (gst_riff_read_strf_vids_with_data),
23476         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23477         * gst-libs/gst/riff/riff-read.h:
23478         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23479         (gst_avi_demux_add_stream):
23480         Set codec_data on caps for avidemuxer.
23481
23482 2004-07-12  David Schleef  <ds@schleef.org>
23483
23484         * configure.ac: Fix test for Objective C
23485
23486 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23487         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23488         (gst_gdk_pixbuf_chain):
23489           Add svg and pcx to template caps, and ensure that getcaps returns a
23490           subset of the template caps.
23491           Copy each row manually for output, as gdkpixbuf may pad the
23492           rowstride to a 32-bit word boundary.
23493
23494 2004-07-12  Wim Taymans  <wim@fluendo.com>
23495
23496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23497         (gst_riff_create_video_template_caps):
23498         Fix the template caps to include some more media types.
23499
23500 2004-07-12  Wim Taymans  <wim@fluendo.com>
23501
23502         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23503         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23504         (compare_ranks), (print_feature), (gst_decode_bin_init),
23505         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23506         (try_to_link_1), (new_pad), (close_link), (type_found),
23507         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23508         (gst_decode_bin_change_state), (plugin_init):
23509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23510         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23511         (gst_play_base_bin_dispose), (queue_overrun),
23512         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23513         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23514         (gst_play_base_bin_get_property), (play_base_eos),
23515         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23516         (gst_play_base_bin_remove_element),
23517         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23518         (gst_play_base_bin_unlink_stream),
23519         (gst_play_base_bin_get_streaminfo):
23520         * gst/playback/gstplaybasebin.h:
23521         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23522         (gst_play_bin_class_init), (gst_play_bin_init),
23523         (gst_play_bin_dispose), (gst_play_bin_set_property),
23524         (gst_play_bin_get_property), (gen_video_element),
23525         (gen_audio_element), (remove_sinks), (setup_sinks),
23526         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23527         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23528         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23529         (gst_play_bin_query), (plugin_init):
23530         * gst/playback/test4.c: (main):
23531         More fixes on reusing of the element.
23532
23533 2004-07-11  Benjamin Otte  <otte@gnome.org>
23534
23535         * ext/mad/gstmad.c: (normal_seek):
23536           allow seeking for other methods than just SET
23537
23538 2004-07-11  Andy Wingo  <wingo@pobox.com>
23539
23540         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23541         float, "any" caps -> buffer_frames=[0,MAX].
23542
23543         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23544         doesn't intersect our caps with the template any more. Do it
23545         ourselves.
23546         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23547
23548 2004-07-09  Wim Taymans  <wim@fluendo.com>
23549
23550         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23551         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23552         (compare_ranks), (print_feature), (gst_decode_bin_init),
23553         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23554         (try_to_link_1), (new_pad), (close_link), (type_found),
23555         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23556         (gst_decode_bin_change_state), (plugin_init):
23557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23558         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23559         (gst_play_base_bin_dispose), (queue_overrun),
23560         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23561         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23562         (gst_play_base_bin_get_property), (play_base_eos),
23563         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23564         (gst_play_base_bin_remove_element),
23565         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23566         (gst_play_base_bin_unlink_stream),
23567         (gst_play_base_bin_get_streaminfo):
23568         * gst/playback/gstplaybasebin.h:
23569         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23570         (gst_play_bin_class_init), (gst_play_bin_init),
23571         (gst_play_bin_dispose), (gst_play_bin_set_property),
23572         (gst_play_bin_get_property), (gen_video_element),
23573         (gen_audio_element), (remove_sinks), (setup_sinks),
23574         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23575         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23576         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23577         (gst_play_bin_query), (plugin_init):
23578         * gst/playback/test4.c: (main):
23579         Work on object reuse and seeking.
23580
23581 2004-07-09  Wim Taymans  <wim@fluendo.com>
23582
23583         * examples/seeking/seek.c: (iterate):
23584         Don't consume all CPU in the idle loop.
23585
23586 2004-07-09  Wim Taymans  <wim@fluendo.com>
23587
23588         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23589         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23590         Add pad to element *after* setting the pad functions so that
23591         the scheduler can use the correct ones.
23592
23593 2004-07-09  Wim Taymans  <wim@fluendo.com>
23594
23595         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23596         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23597         Sync to keyframe after seek
23598
23599 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23600
23601         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23602         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23603         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23604         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23605         * ext/libvisual/visual.c: (gst_visual_change_state):
23606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23607         * ext/theora/theoradec.c: (theora_dec_change_state):
23608         * ext/theora/theoraenc.c: (theora_enc_change_state):
23609         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23610         * gst-libs/gst/navigation/navigation.c:
23611         * gst/adder/gstadder.c: (gst_adder_change_state):
23612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23613         (gst_audio_convert_get_buffer):
23614         * gst/multipart/multipartdemux.c:
23615         (gst_multipart_demux_change_state):
23616         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23618         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23619         * gst/videoscale/gstvideoscale.c:
23620         (gst_videoscale_handle_src_event):
23621         * gst/volume/gstvolume.c: (volume_chain_int16):
23622           don't assert in state change, this should be done by the base
23623           GstElement class.
23624           various debugging fixes.
23625
23626 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23627
23628         * configure.ac:
23629         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23630         (gst_play_dispose), (gst_play_set_location),
23631         (gst_play_set_data_src), (gst_play_set_video_sink),
23632         (gst_play_set_audio_sink), (gst_play_set_visualization),
23633         (gst_play_connect_visualization), (gst_play_get_sink_element),
23634         (gst_play_get_all_by_interface):
23635         * gst-libs/gst/play/play.h:
23636           add new method to get elements implementing an interface.
23637           add various error logging
23638
23639 2004-07-08  Wim Taymans  <wim@fluendo.com>
23640
23641         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23642         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23643         (make_playerbin_pipeline), (query_durations_elems),
23644         (query_durations_pads), (query_positions_elems),
23645         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23646         (main):
23647         Added playbin seeking example.
23648
23649 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23650
23651         * gst-libs/gst/play/play.c: (gst_play_set_location),
23652         (gst_play_set_data_src), (gst_play_set_video_sink),
23653         (gst_play_set_audio_sink), (gst_play_set_visualization),
23654         (gst_play_connect_visualization), (gst_play_get_framerate):
23655           use a macro to look up elements from hash table
23656
23657 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23658
23659         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23660         (gst_play_get_length_callback), (gst_play_set_location),
23661         (gst_play_seek_to_time), (gst_play_set_data_src),
23662         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23663         (gst_play_set_visualization), (gst_play_connect_visualization),
23664         (gst_play_get_sink_element):
23665         - add debugging info
23666         - fix looking up sink elements by iterating over complete caps
23667         - put everything except for source and autoplugger in a complete bin
23668
23669 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23670
23671         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23673         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23674         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23675         * ext/alsa/gstalsasink.h:
23676         - add debugging info
23677         - clean up schizophrenia of data/buffer/event
23678         - fix double event unref error
23679
23680 2004-07-08  Wim Taymans  <wim@fluendo.com>
23681
23682         * gst/playback/Makefile.am:
23683         Add headers to noinst
23684
23685 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23686
23687         * tools/gst-launch-ext-m.m:
23688         * tools/gst-launch-ext.1.in:
23689           convert to the third millenium
23690
23691 2004-07-07  David Schleef  <ds@schleef.org>
23692
23693         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23694
23695 2004-07-07  Wim Taymans  <wim@fluendo.com>
23696
23697         * gst/playback/Makefile.am:
23698         * gst/playback/README:
23699         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23700         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23701         (compare_ranks), (print_feature), (gst_decode_bin_init),
23702         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23703         (try_to_link_1), (new_pad), (close_link), (type_found),
23704         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23705         (plugin_init):
23706         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23707         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23708         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23709         (gen_preroll_element), (no_more_pads), (new_stream),
23710         (setup_source), (gst_play_base_bin_set_property),
23711         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23712         (gst_play_base_bin_add_element),
23713         (gst_play_base_bin_remove_element),
23714         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23715         (gst_play_base_bin_unlink_stream),
23716         (gst_play_base_bin_get_streaminfo):
23717         * gst/playback/gstplaybasebin.h:
23718         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23719         (gst_play_bin_class_init), (gst_play_bin_init),
23720         (gst_play_bin_dispose), (gst_play_bin_set_property),
23721         (gst_play_bin_get_property), (gen_video_element),
23722         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23723         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23724         (gst_play_bin_get_formats), (gst_play_bin_convert),
23725         (gst_play_bin_get_query_types), (gst_play_bin_query),
23726         (plugin_init):
23727         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23728         (gst_stream_info_get_type), (gst_stream_info_class_init),
23729         (gst_stream_info_init), (gst_stream_info_new),
23730         (gst_stream_info_dispose), (gst_stream_info_set_property),
23731         (gst_stream_info_get_property):
23732         * gst/playback/gststreaminfo.h:
23733         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23734         (main):
23735         * gst/playback/test2.c: (main):
23736         * gst/playback/test3.c: (update_scale), (main):
23737         More playbin fixes. Added README. Do better element filtering.
23738         Added base class to preroll media. Added test apps.
23739
23740 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23741
23742         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23743         * ext/mpeg2dec/gstmpeg2dec.h:
23744           various debugging improvements.  Reset stream to next picture
23745           instead of sequence header, otherwise seeks cannot work.
23746
23747 2004-07-07  Wim Taymans  <wim@fluendo.com>
23748
23749         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23750         (gst_video_box_class_init), (gst_video_box_set_property),
23751         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23752         Use pad_alloc where possible.
23753
23754 2004-07-07  Wim Taymans  <wim@fluendo.com>
23755
23756         * sys/oss/gstosselement.c: (gst_osselement_reset),
23757         (gst_osselement_parse_caps):
23758         * sys/oss/gstosselement.h:
23759         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23760         Fix offset on osssrc.
23761
23762 2004-07-07  Wim Taymans  <wim@fluendo.com>
23763
23764         * ext/theora/theora.c: (plugin_init):
23765         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23766         (theora_dec_src_query), (theora_dec_chain):
23767         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23768         (theora_enc_sink_link), (theora_buffer_from_packet),
23769         (theora_push_packet), (theora_enc_chain):
23770         Fix theora granulepos calculation.
23771         Fix overflow in duration/position calculation.
23772         Bump rank to PRIMARY for theoradec.
23773         Use granulepos of last packet to calculate position.
23774         Set keyframe flag on buffers when needed.
23775
23776 2004-07-06  David Schleef  <ds@schleef.org>
23777
23778         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23779         serious?  (Fixed, obviously.)
23780
23781 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23782
23783         * po/LINGUAS:
23784         * po/cs.po:
23785           added Czech translation (Miloslav Trmac)
23786
23787 2004-07-05  Wim Taymans  <wim@fluendo.com>
23788
23789         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23790         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23791         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23792         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23793         (close_link), (type_found), (gst_decode_bin_set_property),
23794         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23795         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23796         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23797         (gst_decode_bin_query), (plugin_init):
23798         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23799         (gst_play_bin_class_init), (gst_play_bin_init),
23800         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23801         (get_video_element), (new_pad), (setup_source),
23802         (gst_play_bin_set_property), (gst_play_bin_get_property),
23803         (gst_play_bin_change_state), (gst_play_bin_add_element),
23804         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23805         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23806         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23807         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23808         * gst/playback/test.c: (main):
23809         More fixes, cleaned up playbin, make it use decodebin. Added
23810         threaded property to playbin.
23811
23812 2004-07-05  Wim Taymans  <wim@fluendo.com>
23813
23814         * configure.ac:
23815         * gst/playback/Makefile.am:
23816         * gst/playback/decodetest.c: (main):
23817         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23818         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23819         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23820         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23821         (close_link), (type_found), (gst_decode_bin_set_property),
23822         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23823         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23824         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23825         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23826         (plugin_init):
23827         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23828         (gst_play_bin_class_init), (gst_play_bin_init),
23829         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23830         (collect_sink_pads), (find_compatibles), (close_pad_link),
23831         (try_to_link_1), (new_pad), (close_link), (type_found),
23832         (setup_source), (gst_play_bin_set_property),
23833         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23834         (compare_ranks), (gst_play_bin_collect_factories),
23835         (gst_play_bin_change_state), (gst_play_bin_add_element),
23836         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23837         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23838         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23839         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23840         * gst/playback/test.c: (main):
23841         Added some playback helper elements and some test apps, very alpha
23842         still.
23843
23844 2004-07-04  Benjamin Otte  <otte@gnome.org>
23845
23846         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23847           only restart audio when we indeed have an xrun to fix repeated
23848           xruns. Fix suggested by Giuliano Pochini.
23849
23850 2004-07-03  David Schleef  <ds@schleef.org>
23851
23852         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23853         call to gst_debug_log() if debugging is disabled (bug #145118)
23854
23855 2004-07-03  Benjamin Otte  <otte@gnome.org>
23856
23857         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23858           use our own functions for restarting the alsa device.
23859         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23860           I should apply patches myself - use MIN for the third argument, not
23861           the second, this fixes seeking
23862
23863 2004-07-02  David Schleef  <ds@schleef.org>
23864
23865         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23866         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23867         do with the logic.
23868
23869 2004-07-02  David Schleef  <ds@schleef.org>
23870
23871         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23872         output buffers.  Fix logic mistake.  (bug #144866)
23873
23874 2004-07-02  David Schleef  <ds@schleef.org>
23875
23876         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23877         on X.  (bug #144753)
23878
23879 2004-07-02  David Schleef  <ds@schleef.org>
23880
23881         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23882         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23883         (bug #144624)
23884         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23885         (gst_osselement_rate_probe_check): Add another workaround for
23886         buggy drivers (bug #145336)
23887
23888 2004-07-02  David Schleef  <ds@schleef.org>
23889
23890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23891         Most systems don't have MSG_NOSIGNAL.
23892
23893 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23894
23895         * Makefile.am:
23896         * gst-libs/gst/colorbalance/Makefile.am:
23897         * gst-libs/gst/mixer/Makefile.am:
23898         * gst-libs/gst/play/Makefile.am:
23899         * gst-libs/gst/tuner/Makefile.am:
23900           (hopefully) fix both install and dist and make error message useful.
23901           needs testing across automakes.
23902
23903 2004-07-02  Benjamin Otte  <otte@gnome.org>
23904
23905         * ext/ogg/gstogg.c: (plugin_init):
23906           we require bytestream now
23907         * ext/ogg/gstoggdemux.c:
23908           huge diff to implement chain setup in a fast and generic way. This
23909           improves tag reading and startup of huge files (read: Theora videos)
23910           quite a bit. It probably contains bugs, too, so please test.
23911           Seeking is not improved to the fast method.
23912
23913 2004-06-29  Wim Taymans  <wim@fluendo.com>
23914
23915         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23916         * ext/ogg/gstoggmux.c:
23917         Fix memleak in oggdemux when running unconnected pads.
23918         doc update in mux, start working on keyframe mode.
23919
23920 2004-06-29  Benjamin Otte  <otte@gnome.org>
23921
23922         * sys/oss/gstosssink.c:
23923         * sys/oss/gstosssrc.c:
23924           advertise correct template caps - we indeed do non-native endianness
23925           and 8bit audio has no endianness
23926         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23928           avoid (wrong) duplications in getcaps function and return
23929           template caps
23930
23931 2004-06-29  Wim Taymans  <wim@fluendo.com>
23932
23933         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23934         (gst_multifdsink_class_init), (gst_multifdsink_add),
23935         (gst_multifdsink_remove), (gst_multifdsink_clear),
23936         (gst_multifdsink_client_remove),
23937         (gst_multifdsink_handle_client_read),
23938         (gst_multifdsink_client_queue_data),
23939         (gst_multifdsink_client_queue_caps),
23940         (gst_multifdsink_client_queue_buffer),
23941         (gst_multifdsink_handle_client_write),
23942         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23943         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23944         (gst_multifdsink_init_send), (gst_multifdsink_close):
23945         Fix wrong GList iteration that could crash the server when
23946         more then 2 clients disconnect at the same time. Read all the
23947         pending commands in one batch to recover from command storms under
23948         very heavy load.
23949
23950 2004-06-28  Wim Taymans  <wim@fluendo.com>
23951
23952         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23953         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23954         (gst_videomixer_pad_set_property),
23955         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23956         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23957         (gst_videomixer_class_init), (gst_videomixer_init),
23958         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23959         (pad_zorder_compare), (gst_videomixer_sort_pads),
23960         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23961         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23962         (gst_videomixer_update_queues), (gst_videomixer_loop),
23963         (plugin_init):
23964         Avoid divide by zero, choose masterpad as the pad with the highest
23965         framerate.
23966
23967 2004-06-27  Julien Moutte  <julien@moutte.net>
23968
23969         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23970         (gst_ximagesink_xwindow_new):
23971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23972         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23973         function directly. We might want to call it from somewhere else one day.
23974
23975 2004-06-27  Julien Moutte  <julien@moutte.net>
23976
23977         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23978         (gst_ximagesink_xwindow_new):
23979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23980         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23981         window decorations.
23982
23983 2004-06-27  Wim Taymans  <wim@fluendo.com>
23984
23985         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23986         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23987         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23988         (gst_dvdec_set_property), (gst_dvdec_get_property):
23989         * ext/dv/gstdvdec.h:
23990         Implement drop_factor property to lower the framerate with
23991         a factor.
23992
23993 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23994
23995         * gst-libs/gst/colorbalance/Makefile.am:
23996         * gst-libs/gst/mixer/Makefile.am:
23997         * gst-libs/gst/play/Makefile.am:
23998         * gst-libs/gst/tuner/Makefile.am:
23999           unbreak Company's fix that didn't install the -enum.h files
24000
24001 2004-06-27  Wim Taymans  <wim@fluendo.com>
24002
24003         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24004         (gst_dvdec_change_state):
24005         * ext/dv/gstdvdec.h:
24006         Fix timestamp, duration and offset of the buffers.
24007
24008 2004-06-27  Wim Taymans  <wim@fluendo.com>
24009
24010         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24011         (gst_multifdsink_class_init), (gst_multifdsink_add),
24012         (gst_multifdsink_remove), (gst_multifdsink_clear),
24013         (gst_multifdsink_client_remove),
24014         (gst_multifdsink_handle_client_read),
24015         (gst_multifdsink_client_queue_data),
24016         (gst_multifdsink_client_queue_caps),
24017         (gst_multifdsink_client_queue_buffer),
24018         (gst_multifdsink_handle_client_write),
24019         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24020         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24021         (gst_multifdsink_init_send), (gst_multifdsink_close):
24022         * gst/tcp/gstmultifdsink.h:
24023         * gst/tcp/gsttcpserversink.c:
24024         (gst_tcpserversink_handle_server_read),
24025         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24026         More multifdsink fixes, more recovery policy fixes.
24027         Removed stupid g_print
24028
24029 2004-06-26  Wim Taymans  <wim@fluendo.com>
24030
24031         * gst/tcp/Makefile.am:
24032         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24033         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24034         (gst_multifdsink_class_init), (gst_multifdsink_init),
24035         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24036         (gst_multifdsink_handle_client_read),
24037         (gst_multifdsink_client_queue_data),
24038         (gst_multifdsink_client_queue_caps),
24039         (gst_multifdsink_client_queue_buffer),
24040         (gst_multifdsink_handle_client_write),
24041         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24042         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24043         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24044         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24045         (gst_multifdsink_close), (gst_multifdsink_change_state):
24046         * gst/tcp/gstmultifdsink.h:
24047         * gst/tcp/gsttcpplugin.c: (plugin_init):
24048         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24049         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24050         (gst_tcpserversink_handle_server_read),
24051         (gst_tcpserversink_handle_select),
24052         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24053         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24054         * gst/tcp/gsttcpserversink.h:
24055         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24056         one of the locks, added recovery policy to multifdsink.
24057
24058 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24059
24060         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24061           fix decision for when getting frames with same timestamp
24062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24063         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24064         (gst_v4lsrc_get_property):
24065         * sys/v4l/gstv4lsrc.h:
24066           add latency offset property
24067
24068 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24069
24070         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24071         (plugin_init):
24072           fix debugging. add category.
24073
24074 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24075
24076         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24077           fix wrong offsets
24078
24079 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24080
24081         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24082         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24083         (gst_alsa_src_change_state):
24084           return a time that is in sync with the element's processing
24085
24086 2004-06-25  Wim Taymans  <wim@fluendo.com>
24087
24088         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24089         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24090         (gst_tcpserversink_client_remove),
24091         (gst_tcpserversink_handle_client_read),
24092         (gst_tcpserversink_client_queue_data),
24093         (gst_tcpserversink_client_queue_caps),
24094         (gst_tcpserversink_client_queue_buffer),
24095         (gst_tcpserversink_handle_client_write),
24096         (gst_tcpserversink_queue_buffer),
24097         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24098         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24099         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24100         (gst_tcpserversink_close):
24101         * gst/tcp/gsttcpserversink.h:
24102         Serversink rewrite. Really do non blocking writes to clients and
24103         maintain an internal queue to handle slower clients while not
24104         disturbing fast clients.
24105
24106 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24107
24108         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24109           better debug, don't override OFFSET and OFFSET_END
24110
24111 2004-06-25  Iain <iain@prettypeople.org>
24112
24113         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24114         name=source for the wavparse pipeline.
24115
24116 2004-06-24  Johan Dahlin  <johan@gnome.org>
24117
24118         * ext/theora/theoraenc.c (theora_enc_chain): Call
24119         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24120         streamheader caps are set correctly.
24121
24122 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24123
24124         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24125         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24126           respect minimum bitrate; same could be done for max bitrate
24127
24128 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24129
24130         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24131         (gst_vorbisenc_setup):
24132           fix sample rate range
24133
24134 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24135
24136         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24137         (gst_oggvorbisenc_setup):
24138         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24139         (gst_vorbisenc_setup):
24140           resolve ambiguities in code and description
24141
24142 2004-06-24  Wim Taymans  <wim@fluendo.com>
24143
24144         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24145         * ext/alsa/gstalsa.h:
24146         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24147         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24148         Use alsa trigger_tstamp to get the timestamp of the first
24149         sample in the buffer for more precise sync. Some cleanups.
24150
24151 2004-06-24  Wim Taymans  <wim@fluendo.com>
24152
24153         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24154         (gst_audiorate_init), (gst_audiorate_chain),
24155         (gst_audiorate_set_property), (gst_audiorate_get_property):
24156         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24157         (gst_videorate_chain):
24158         Added some logging, fixed an overflow bug in videorate.
24159
24160 2004-06-24  Benjamin Otte  <otte@gnome.org>
24161
24162         * ext/kio/Makefile.am:
24163           fix for builddir != srcdir and distcheck
24164
24165 2004-06-24  Benjamin Otte  <otte@gnome.org>
24166
24167         * gst-libs/gst/colorbalance/Makefile.am:
24168         * gst-libs/gst/mixer/Makefile.am:
24169         * gst-libs/gst/play/Makefile.am:
24170         * gst-libs/gst/tuner/Makefile.am:
24171         * gst/tcp/Makefile.am:
24172         * sys/dxr3/Makefile.am:
24173           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24174           tarball.
24175           Also add all *.list files that were missing.
24176         * Makefile.am:
24177           add a distcheck hook to ensure the above doesn't happen again.
24178
24179 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24180
24181         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24182
24183 2004-06-23  Colin Walters  <walters@redhat.com>
24184
24185         * m4/Makefile.am: Distribute gst-fionread.m4.
24186
24187 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24188
24189         * configure.ac: back to dev
24190
24191 2004-06-23  Wim Taymans  <wim@fluendo.com>
24192
24193         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24194         (gst_alsa_xrun_recovery):
24195         * ext/alsa/gstalsa.h:
24196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24197         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24198         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24199         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24200         (gst_alsa_src_loop):
24201         Add clock to alsasrc. Take new capture timestamp when
24202         restarting after an overrun. Split up some functions between
24203         alsasrc and alsasink.
24204
24205 === release 0.8.2 ===
24206
24207 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24208
24209         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24210         (gst_alsa_change_state), (gst_alsa_update_avail),
24211         (gst_alsa_xrun_recovery):
24212         * ext/alsa/gstalsa.h:
24213         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24214           merge back changes from release
24215
24216 2004-06-23  Wim Taymans  <wim@fluendo.com>
24217
24218         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24219         (gst_audiorate_init), (gst_audiorate_chain),
24220         (gst_audiorate_set_property), (gst_audiorate_get_property):
24221         Implement sample dropping and notify
24222
24223 2004-06-22  Wim Taymans  <wim@fluendo.com>
24224
24225         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24226         (theora_enc_sink_link), (theora_buffer_from_packet),
24227         (theora_push_packet), (theora_enc_chain):
24228         Some cleanups, make sure the timestamps are correct.
24229
24230 2004-06-22  Wim Taymans  <wim@fluendo.com>
24231
24232         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24233         (gst_alsa_change_state), (gst_alsa_update_avail),
24234         (gst_alsa_xrun_recovery):
24235         * ext/alsa/gstalsa.h:
24236         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24237         Cleanups, take queued samples into account when reporting
24238         the time.
24239
24240 2004-06-22  Wim Taymans  <wim@fluendo.com>
24241
24242         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24243         (gst_videorate_init):
24244         Initialize the property as well.
24245
24246 2004-06-22  Wim Taymans  <wim@fluendo.com>
24247
24248         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24249         (gst_videorate_init), (gst_videorate_chain),
24250         (gst_videorate_set_property), (gst_videorate_get_property):
24251         Add property to make videorate silent.
24252         Add property to prefer new frames over old ones.
24253
24254 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24255
24256         * sys/osxvideo/Makefile.am:
24257         Workaround so that the osxvideo .so file gets linked with the
24258         Cocoa, OpenGL and QuickTime frameworks
24259
24260 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24261
24262         * sys/osxaudio/Makefile.am:
24263         Workaround so that the osxaudio .so file gets linked with the
24264         CoreAudio framework
24265
24266 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24267
24268         * configure.ac:
24269         Whoops, my fault...fixed build issues
24270
24271 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24272
24273         * configure.ac:
24274         Add objective-c support if running in Darwin/Mac OS X
24275         * sys/Makefile.am:
24276         * sys/osxvideo:
24277         * sys/osxvideo/Makefile.am:
24278         * sys/osxvideo/osxvideosink.h:
24279         * sys/osxvideo/osxvideosink.m:
24280         * sys/osxvideo/cocoawindow.h:
24281         * sys/osxvideo/cocoawindow.m:
24282         Add osxvideosink, a cocoa-based osx video sink
24283
24284
24285 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24286         * ext/dvdnav/gst-dvd:
24287         Grab the gconf key from the right spot
24288         * gst/debug/gstnavseek.c: (gst_navseek_init),
24289         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24290         (gst_navseek_chain):
24291         * gst/debug/gstnavseek.h:
24292           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24293           and loop parameters of a segment seek.
24294         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24295         (gst_videotestsrc_get_event_masks),
24296         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24297         * gst/videotestsrc/gstvideotestsrc.h:
24298           Add seeking support to videotestsrc
24299           Initialise the timestamp_offset variable.
24300
24301 2004-06-18  Wim Taymans  <wim@fluendo.com>
24302
24303         * ext/sidplay/gstsiddec.cc:
24304         Fix negotiation and set correct end offset.
24305
24306 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24307
24308         * configure.ac: branch and prerelease
24309
24310 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24311
24312         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24313         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24314         (gst_tcpclientsrc_init_receive):
24315         * gst/tcp/gsttcpclientsrc.h:
24316           read caps when connecting to server for GDP so we set them correctly
24317
24318 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24319
24320         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24321           notify drops and duplicates
24322         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24323           no good reason to limit ourselves to 100x100
24324
24325 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24326
24327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24328         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24329         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24330         (gst_v4lsrc_get_property):
24331         * sys/v4l/gstv4lsrc.h:
24332         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24333         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24334         (gst_v4l_set_audio):
24335         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24336         (gst_v4lsrc_try_capture):
24337         * sys/v4l/v4lsrc_calls.h:
24338           change try_palette to more general try_capture
24339           add autoprobe option so we can turn off autoprobing
24340           various fixes
24341
24342 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24343
24344         * configure.ac:
24345           add videorate
24346         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24347         (gst_ximagesink_class_init):
24348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24349         (gst_xvimagesink_class_init):
24350           run them as finalize, not dispose, since dispose can be invoked
24351           multiple times
24352
24353 2004-06-17  Wim Taymans  <wim@fluendo.com>
24354
24355         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24356         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24357         * ext/alsa/gstalsa.h:
24358         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24359         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24360         (gst_alsa_src_change_state):
24361         * ext/alsa/gstalsasrc.h:
24362         Make the xrun code timestamp and offset the buffers correctly.
24363         moved the clock to the base class, use alsa methods to get time.
24364         Do correct timestamping on outgoing buffers.
24365
24366 2004-06-17  Wim Taymans  <wim@fluendo.com>
24367
24368         * gst/audiorate/Makefile.am:
24369         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24370         (gst_audiorate_base_init), (gst_audiorate_class_init),
24371         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24372         (gst_audiorate_set_property), (gst_audiorate_get_property),
24373         (gst_audiorate_change_state), (plugin_init):
24374         Added an audiorate converter that fills in gaps.
24375
24376 2004-06-17  Johan Dahlin  <johan@gnome.org>
24377
24378         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24379
24380 2004-06-16  Wim Taymans  <wim@fluendo.com>
24381
24382         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24384         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24385         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24386         (gst_v4lsrc_get_property):
24387         * sys/v4l/gstv4lsrc.h:
24388         Added a copy mode to v4lsrc where it will output a copied version
24389         of its internal hardware buffer.
24390         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24391         can't | them.
24392
24393 2004-06-16  Wim Taymans  <wim@fluendo.com>
24394
24395         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24396         Timestamp fixes.
24397
24398 2004-06-16  Wim Taymans  <wim@fluendo.com>
24399
24400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24401         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24402         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24403         (gst_v4lsrc_get_property):
24404         * sys/v4l/gstv4lsrc.h:
24405         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24406         Added a sync mode enum property to control v4lsrc timestamp method
24407         Removed the use-fixed-fps property and moved functionality in
24408         the enum.
24409         Don't error on an error value from v4l-conf, it might not always
24410         be a real error.
24411
24412 2004-06-16  Wim Taymans  <wim@fluendo.com>
24413
24414         * gst/videorate/Makefile.am:
24415         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24416         (gst_videorate_base_init), (gst_videorate_class_init),
24417         (gst_videorate_getcaps), (gst_videorate_link),
24418         (gst_videorate_init), (gst_videorate_chain),
24419         (gst_videorate_set_property), (gst_videorate_get_property),
24420         (gst_videorate_change_state), (plugin_init):
24421         Added a video timestamp corrector.
24422
24423 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24424
24425         fixed a potential leak with previous commit
24426
24427         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24428
24429 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24430
24431         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24432         Added missing refcount, fixes bug #144425
24433         Cheers Tim for finding the bug
24434
24435 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24436
24437         * sys/v4l/gstv4l.c: (plugin_init):
24438         * sys/v4l/gstv4lcolorbalance.c:
24439         * sys/v4l/gstv4lcolorbalance.h:
24440         * sys/v4l/gstv4lelement.c:
24441         * sys/v4l/gstv4lelement.h:
24442         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24443         * sys/v4l/gstv4lmjpegsink.h:
24444         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24445         * sys/v4l/gstv4lmjpegsrc.h:
24446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24447         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24448         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24449         * sys/v4l/gstv4lsrc.h:
24450         * sys/v4l/gstv4ltuner.c:
24451         * sys/v4l/gstv4ltuner.h:
24452         * sys/v4l/gstv4lxoverlay.c:
24453         * sys/v4l/gstv4lxoverlay.h:
24454         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24455         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24456         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24457         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24458         (gst_v4l_set_audio):
24459         * sys/v4l/v4l_calls.h:
24460         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24461         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24462         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24463         (gst_v4lmjpegsink_playback_init),
24464         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24465         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24466         (gst_v4lmjpegsink_playback_stop),
24467         (gst_v4lmjpegsink_playback_deinit):
24468         * sys/v4l/v4lmjpegsink_calls.h:
24469         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24470         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24471         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24472         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24473         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24474         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24475         * sys/v4l/v4lmjpegsrc_calls.h:
24476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24477         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24478         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24479         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24480         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24481         (gst_v4lsrc_try_palette):
24482         * sys/v4l/v4lsrc_calls.h:
24483           bunch of paranoia cleanups
24484
24485 2004-06-14  David Schleef  <ds@schleef.org>
24486
24487         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24488         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24489         Send discont events and change timestamps appropriately when
24490         we get a seek event.  (bug #144240)
24491         * ext/cdparanoia/gstcdparanoia.h:
24492
24493 2004-06-14  Benjamin Otte  <otte@gnome.org>
24494
24495         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24496           snd_pcm_hw_params_set_rate  since the latter fails for no good
24497           reason on some setups.
24498
24499 2004-06-14  David Schleef  <ds@schleef.org>
24500
24501         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24502         standard.  Thank you for playing.
24503
24504 2004-06-14  Wim Taymans  <wim@fluendo.com>
24505
24506         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24507         Patch 1.3 broke the ordering of the colorspace info and
24508         made the plugin basically work by coincidence, reordered
24509         the info.
24510
24511 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24512
24513         * ext/lame/gstlame.c:
24514         * ext/mad/gstmad.c:
24515           sync caps.  Make sure mad can only output a list of rates, not
24516           a full range.  In the future, have three caps lists for each of the
24517           mpeg versions.  Change mpegversion to a double as well.
24518
24519 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24520
24521         * gst/volume/.cvsignore:
24522         * gst/volume/Makefile.am:
24523         * gst/volume/demo.c: (value_changed_callback), (idler),
24524         (setup_gui), (main):
24525           added small demo app
24526
24527 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24528         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24529         * ext/esd/esdsink.h:
24530         Close the esd connection on pause, because esd will just wait -
24531         blocking all other esd clients indefinitely.
24532
24533 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24534
24535         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24536           previous commit with GST_DEBUG
24537
24538 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24539
24540         * configure.ac:
24541           add a header check for a dvdread header in dvdnav.  Fixes #133002
24542
24543 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24544
24545         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24546         * gst/tcp/gsttcpclientsink.h:
24547         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24548         * gst/tcp/gsttcpclientsrc.h:
24549         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24550         (gst_tcpserversink_handle_server_read),
24551         (gst_tcpserversink_init_send):
24552         * gst/tcp/gsttcpserversink.h:
24553         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24554         * gst/tcp/gsttcpserversrc.h:
24555         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24556         version of IP)
24557
24558 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24559
24560         * configure.ac:
24561         Added ogg library so that OSX detects libtheora properly
24562
24563 2004-06-11  Wim Taymans  <wim@fluendo.com>
24564
24565         * ext/theora/theoradec.c: (theora_dec_chain),
24566         (theora_dec_change_state):
24567         Don't try to decode frames before we received a keyframe.
24568
24569 2004-06-11  Wim Taymans  <wim@fluendo.com>
24570
24571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24572         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24573         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24574         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24575         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24576         Added property to set the maximum delay of a page.
24577
24578 2004-06-10  Wim Taymans  <wim@fluendo.com>
24579
24580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24581         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24582         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24583         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24584         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24585         Added max-delay property to control the maximum amount
24586         of data to put in one page.
24587
24588 2004-06-10  Wim Taymans  <wim@fluendo.com>
24589
24590         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24591         (gst_theora_enc_init), (theora_enc_sink_link),
24592         (theora_buffer_from_packet), (theora_enc_set_property),
24593         (theora_enc_get_property):
24594         Set duration on encoded buffer, added some more properties
24595
24596 2004-06-10  Wim Taymans  <wim@fluendo.com>
24597
24598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24599         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24600         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24601         * ext/theora/theoraenc.c: (theora_enc_chain):
24602         Fix refcounting bugs
24603
24604 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24605
24606         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24607         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24608         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24609         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24610         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24611         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24612         (gst_asf_demux_change_state):
24613         * gst/asfdemux/gstasfdemux.h:
24614           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24615           feels like. I think we should set a new requirement for demuxers
24616           from now on to implement sane loop functions, data loops, query
24617           and seek functions before first commit into CVS. And this commit
24618           fixes all of the above.
24619
24620 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24621
24622         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24623           vorbis comments are properly encoded in UTF-8 before adding them
24624           to a GstTagList
24625
24626 2004-06-09  Benjamin Otte  <otte@gnome.org>
24627
24628         * ext/alsa/gstalsa.c: (add_channels):
24629           handle min <= max correctly
24630         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24631         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24632           add fixation functions so we fixate correctly. No preferring of alaw
24633           anymore because it's the first structure.
24634         * ext/alsa/gstalsa.h:
24635         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24636         (gst_alsa_hw_params_dump):
24637           add functions to ease debugging in alsalib
24638         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24639         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24640         (gst_alsa_start_audio):
24641           only specify hw params if we really setup a format (fixes #134007 -
24642           or at least works around it)
24643
24644 2004-06-09  Wim Taymans  <wim@fluendo.com>
24645
24646         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24647         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24648         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24649         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24650         (gst_ogg_mux_loop):
24651         Use stream caps to setup the initial pages in the ogg stream.
24652         Correctly set the streamheader caps on the srcpad.
24653
24654 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24655
24656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24657         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24658         (gst_v4lsrc_getcaps):
24659         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24660         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24661           add querying of fps lists for webcams.  Negotiating to a framerate
24662           now works.
24663
24664 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24665
24666         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24667         (theora_push_buffer), (theora_push_packet),
24668         (theora_set_header_on_caps), (theora_enc_chain):
24669           mark buffers and put on streamheader, raw theora streaming
24670           now works too, whee
24671
24672 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24673
24674         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24675         (gst_tcp_gdp_read_caps):
24676           do a looping read for caps and GDP headers too
24677
24678 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24679
24680         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24681         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24682           return EOS instead of NULL in _get
24683
24684 2004-06-08  Wim Taymans  <wim@fluendo.com>
24685
24686         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24687         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24688         (gst_tcp_gdp_write_caps):
24689         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24690         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24691         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24692         Memory leak fixes
24693
24694 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24695
24696         * ext/vorbis/Makefile.am:
24697         * ext/vorbis/vorbis.c: (plugin_init):
24698         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24699         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24700         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24701         (vorbis_parse_change_state):
24702         * ext/vorbis/vorbisparse.h:
24703           adding a vorbisparse element that marks the buffers, streaming
24704           raw vorbis using GDP now works, whee
24705
24706 2004-06-08  Wim Taymans  <wim@fluendo.com>
24707
24708         * ext/jpeg/Makefile.am:
24709         * ext/jpeg/README:
24710         * ext/jpeg/gstjpeg.c: (plugin_init):
24711         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24712         (gst_smokedec_base_init), (gst_smokedec_class_init),
24713         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24714         * ext/jpeg/gstsmokedec.h:
24715         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24716         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24717         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24718         (gst_smokeenc_resync), (gst_smokeenc_chain),
24719         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24720         * ext/jpeg/gstsmokeenc.h:
24721         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24722         (smokecodec_flush_destination), (smokecodec_term_destination),
24723         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24724         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24725         (smokecodec_term_source), (smokecodec_encode_new),
24726         (smokecodec_decode_new), (smokecodec_info_free),
24727         (smokecodec_set_quality), (smokecodec_get_quality),
24728         (smokecodec_set_threshold), (smokecodec_get_threshold),
24729         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24730         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24731         (smokecodec_parse_header), (smokecodec_decode):
24732         * ext/jpeg/smokecodec.h:
24733         Added a new simple jpeg based codec
24734
24735 2004-06-08  Wim Taymans  <wim@fluendo.com>
24736
24737         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24738         (gst_multipart_mux_loop):
24739         Fix memory leak
24740
24741 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24742
24743         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24744         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24745         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24746         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24747         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24748         * gst/tcp/gsttcpserversink.h:
24749           take streamheader into account
24750
24751 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24752
24753         * gst/level/Makefile.am:
24754         * gst/level/gstlevel.c: (gst_level_class_init):
24755           clean up marshal generation
24756
24757 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24758
24759         * gst/tcp/Makefile.am:
24760         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24761         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24762         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24763         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24764         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24765         (gst_tcpclientsrc_get_property):
24766         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24767         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24768         (gst_tcpserversink_handle_client_read),
24769         (gst_tcpserversink_handle_client_write),
24770         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24771         * gst/tcp/gsttcpserversink.h:
24772           add signals client-added and client-removed
24773         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24774         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24775         (gst_tcpserversrc_get_property):
24776         uniformized, change default protocol to NONE
24777         * gst/tcp/gsttcp-marshal.list: added
24778 2004-06-07  Benjamin Otte  <otte@gnome.org>
24779
24780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24781           handle discont events if they happen before caps nego
24782
24783 2004-06-07  Wim Taymans  <wim@fluendo.com>
24784
24785         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24786         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24787         (gst_multipart_demux_plugin_init):
24788         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24789         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24790         (gst_multipart_mux_change_state):
24791         Small updates, fix a memleak
24792
24793 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24794
24795         * configure.ac: OSS portability
24796         * ext/arts/gst_arts.c: idem
24797         * sys/oss/gstosselement.c: idem
24798         * sys/oss/gstossmixer.c: idem
24799         * sys/oss/gstosssink.c: idem
24800         * sys/oss/gstosssrc.c: idem
24801         * sys/oss/oss_probe.c: idem
24802           - check for soundcard.h in different places for some BSD
24803
24804 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24805
24806         * AUTHORS:
24807         Add me to the authors file
24808         * configure.ac:
24809         Increase the libdv requirement to >= version 0.100
24810         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24811         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24812         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24813         * ext/dv/gstdvdec.h:
24814         Add support for the new_media flag when sending DISCONT events
24815         Make the querying work when video pad is not linked
24816
24817 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24818
24819         reviewed by Benjamin Otte  <otte@gnome.org>
24820
24821         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24822           create a NULL-initialized array of pads, so we don't think they
24823           exist already. (fixes #143130)
24824
24825 2004-06-07  Benjamin Otte  <otte@gnome.org>
24826
24827         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24828         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24829         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24830           don't use // coments
24831
24832 2004-06-07  Benjamin Otte  <otte@gnome.org>
24833
24834         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24835           cast to GstClockTime to get higher granularity
24836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24837           use gst_element_set_time_delay to get the exact time
24838         * ext/mad/gstmad.c: (gst_mad_chain):
24839           use the negotiated rate instead of the current frame's rate which
24840           might be wrong because of bit errors. This avoids emitting totally
24841           bogus timestamps and screwing sync.
24842         (fixes #143454)
24843
24844 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24845
24846         reviewed by Benjamin Otte  <otte@gnome.org>
24847
24848         * gst/adder/gstadder.c: (gst_adder_loop):
24849           properly error out when no negotiation has happened yet. (fixes
24850           #143032)
24851
24852 2004-06-06  Benjamin Otte  <otte@gnome.org>
24853
24854         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24855           forward correctly transformed offset in discont events. Based on
24856           patch by Arwed v. Merkatz. (fixes #142851)
24857
24858 2004-06-06  David Schleef  <ds@schleef.org>
24859
24860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24861         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24862         problems on several systems.
24863
24864 2004-06-06  Benjamin Otte  <otte@gnome.org>
24865
24866         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24867           use explicit caps on the srcpad
24868         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24869           properly error out if caps couldn't be set (fixes #142764)
24870
24871 2004-06-06  Benjamin Otte  <otte@gnome.org>
24872
24873         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24874         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24875         (gst_alsa_start_audio):
24876           - don't call set_periods_integer anymore, it breaks the
24877           configuration randomly
24878           - call snd_pcm_hw_params_set_access directly instead of using masks
24879           - don't fail if the sw_params can't be set, just use the default
24880           params and hope it works. Alsalib has weird issues when you touch
24881           sw_params and does no proper error reporting about what failed.
24882         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24883         (gst_alsa_close_audio):
24884           make our alsa debugging go via gst debugging and not conditionally
24885           defined
24886         * ext/alsa/gstalsa.h:
24887           add ALSA_DEBUG_FLUSH macro
24888         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24889         (plugin_init):
24890           wrap alsa errors to be printed via the gst debugging system and not
24891           spammed to stderr
24892
24893 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24894
24895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24896         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24897         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24898         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24899         (qtdemux_parse_trak):
24900         * gst/qtdemux/qtdemux.h:
24901           Bitch. Also known as seeking, querying & co.
24902         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24903         (gst_osssink_change_state):
24904         * sys/oss/gstosssink.h:
24905           Resyncing is for weenies, this hack is no longer needed and was
24906           broken anyway (since it - unintendedly - always leaves resync to
24907           TRUE).
24908
24909 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24910
24911         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24912         * gst/tcp/gsttcpclientsrc.h: idem
24913           - define MSG_NOSIGNAL if not done
24914           - include unistd.h for off_t
24915           (fixes #143749)
24916
24917 2004-06-05  Benjamin Otte  <otte@gnome.org>
24918
24919         * configure.ac:
24920         * ext/kio/Makefile.am:
24921           check for qt's moc preprocessor explicitly and use it
24922
24923 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24924
24925         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24926           don't get a signal for EPIPE on socket writes
24927           (somebody check if this works on other platforms)
24928
24929 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24930
24931         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24932         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24933           check error condition on available samples correctly
24934
24935 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24936
24937         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24938           avoid a segfault
24939         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24940         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24941         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24942         (gst_tcpserversrc_gdp_read_header):
24943          use ssize_t over size_t since the former is signed and thus the
24944          check for error codes can work
24945
24946 2004-06-02  Wim Taymans  <wim@fluendo.com>
24947
24948         reviewed by: Johan
24949
24950         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24951         (gst_multipart_mux_loop):
24952         Oops
24953
24954 2004-06-02  Wim Taymans  <wim@fluendo.com>
24955
24956         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24957         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24958         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24959         (gst_multipart_mux_change_state):
24960         Added configurable boundary specifier, added the value as a
24961         caps field as well.
24962
24963 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24964
24965         * gst/tcp/gsttcp.c:
24966         * gst/tcp/gsttcpclientsrc.c:
24967         * gst/tcp/gsttcpclientsrc.h:
24968         * gst/tcp/gsttcpserversrc.c:
24969           - portability fix, to compile on OSX
24970             (fixes #143146)
24971
24972         * sys/osxaudio/gstosxaudioelement.c:
24973         * sys/osxaudio/gstosxaudiosink.c:
24974         * sys/osxaudio/gstosxaudiosrc.c:
24975           - compilation warnings on OSX
24976             (fixes #143153)
24977
24978 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24979
24980         * ext/vorbis/vorbisdec.c : sign warning fixes
24981
24982         * gst-libs/gst/mixer/mixertrack.c :
24983           do no use defines which are glib 2.4 specific
24984
24985 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24986
24987         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24988           buffer since libflac doesn't expect it (reports a sync error when
24989           it encounters that)
24990
24991
24992 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24993
24994         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24995         * gst-libs/gst/mixer/mixertrack.c:
24996         (gst_mixer_track_get_property), (get_mixer_track_init),
24997         (get_mixer_track_get_property): Added property accessors
24998         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24999         * gst-libs/gst/mixer/mixeroptions.c:
25000         (gst_mixer_options_get_values): Added
25001         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25002         * gst-libs/gst/mixer/mixer.c: Fixed comment
25003
25004
25005 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25006
25007         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25008           improve error messages on open
25009
25010
25011 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25012
25013         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25014           check if v4l-conf is in path
25015
25016 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25017
25018         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25019           change assert to a more readable error message
25020
25021 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25022
25023         * gst-libs/gst/tuner/tunerchannel.h:
25024           - add a freq_multiplicator field to make the conversion
25025             between internal frequency unit and Hz
25026         * sys/v4l/gstv4lelement.c:
25027         * sys/v4l2/gstv4l2element.c:
25028           - change default video device to /dev/video0
25029         * sys/v4l/v4l_calls.c:
25030         * sys/v4l2/v4l2_calls.c:
25031           - we only expose frequency to the user in Hz instead of
25032             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25033
25034 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25035         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25036           Initialise b_o_s and e_o_s variables
25037         * gst-libs/gst/riff/riff-media.c:
25038         (gst_riff_create_video_caps_with_data):
25039           Add some unusual fourcc's from mplayer avi's
25040         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25041           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25042           autoplugging.
25043
25044 2004-05-28  Wim Taymans  <wim@fluendo.com>
25045
25046         * configure.ac:
25047         * gst/alpha/Makefile.am:
25048         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25049         (gst_alpha_get_type), (gst_alpha_base_init),
25050         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25051         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25052         (gst_alpha_chroma_key), (gst_alpha_chain),
25053         (gst_alpha_change_state), (plugin_init):
25054         A plugin to add an alpha channel to I420 video. Can optionally do
25055         chroma keying.
25056         * gst/multipart/Makefile.am:
25057         * gst/multipart/multipart.c: (plugin_init):
25058         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25059         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25060         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25061         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25062         (gst_multipart_demux_change_state),
25063         (gst_multipart_demux_plugin_init):
25064         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25065         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25066         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25067         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25068         (gst_multipart_mux_pad_unlink),
25069         (gst_multipart_mux_request_new_pad),
25070         (gst_multipart_mux_handle_src_event),
25071         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25072         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25073         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25074         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25075         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25076         send multipart jpeg images to a browser.
25077         * gst/videobox/Makefile.am:
25078         * gst/videobox/README:
25079         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25080         (gst_video_box_get_type), (gst_video_box_base_init),
25081         (gst_video_box_class_init), (gst_video_box_init),
25082         (gst_video_box_set_property), (gst_video_box_get_property),
25083         (gst_video_box_sink_link), (gst_video_box_i420),
25084         (gst_video_box_ayuv), (gst_video_box_chain),
25085         (gst_video_box_change_state), (plugin_init):
25086         Crops or adds borders around an image. can do alpha channel
25087         borders as well.
25088         * gst/videomixer/Makefile.am:
25089         * gst/videomixer/README:
25090         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25091         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25092         (gst_videomixer_pad_get_sink_event_masks),
25093         (gst_videomixer_pad_get_property),
25094         (gst_videomixer_pad_set_property),
25095         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25096         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25097         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25098         (gst_videomixer_base_init), (gst_videomixer_class_init),
25099         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25100         (gst_videomixer_handle_src_event),
25101         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25102         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25103         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25104         (gst_videomixer_loop), (gst_videomixer_get_property),
25105         (gst_videomixer_set_property), (gst_videomixer_change_state),
25106         (plugin_init):
25107         Generic video mixer plugin, can handle multiple inputs all with
25108         different framerates and video sizes. Is fully alpha channel
25109         aware.
25110
25111 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25112
25113         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25114           Select first track as master track. Not sure how else to handle
25115           that...
25116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25117           Discard discont events. Should fix #142962.
25118
25119 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25120
25121         * ext/alsa/Makefile.am:
25122         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25123         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25124         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25125         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25126         (gst_alsa_mixer_get_option):
25127         * ext/alsa/gstalsamixer.h:
25128         * ext/alsa/gstalsamixeroptions.c:
25129         (gst_alsa_mixer_options_get_type),
25130         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25131         (gst_alsa_mixer_options_new):
25132         * ext/alsa/gstalsamixeroptions.h:
25133         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25134         * ext/alsa/gstalsamixertrack.h:
25135           Add enumerations (as GstMixerOptions). Make correct distinction
25136           between input/output tracks. Add capture/playback private flag.
25137           Use flag to decide on whether to set capture or playback volumes
25138           or switches. Use playback and record switches.
25139         * gst-libs/gst/mixer/Makefile.am:
25140         * gst-libs/gst/mixer/mixer-marshal.list:
25141         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25142         (gst_mixer_set_option), (gst_mixer_get_option),
25143         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25144         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25145         * gst-libs/gst/mixer/mixer.h:
25146         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25147         (gst_mixer_options_class_init), (gst_mixer_options_init),
25148         (gst_mixer_options_dispose):
25149         * gst-libs/gst/mixer/mixeroptions.h:
25150           Add GstMixerOptions.
25151         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25152           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25153           broken device detection on computers with multiple OSS sound
25154           cards.
25155
25156 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25157
25158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25159           fixate nicely even when the peer is not negotiating
25160
25161 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25162
25163         * gst/audioconvert/gstaudioconvert.c:
25164         (gst_audio_convert_parse_caps):
25165           make sure we don't allow depth > width
25166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25167           fixate endianness to G_BYTE_ORDER as default
25168         * gst/audioscale/gstaudioscale.c:
25169           we don't handle another endianness as host-endianness
25170
25171 2004-05-25  David Schleef  <ds@schleef.org>
25172
25173         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25174
25175 2004-05-24  Benjamin Otte  <otte@gnome.org>
25176
25177         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25178         (gst_oggvorbisenc_setup):
25179           properly fail when we can't setup the vorbis encoder due to
25180           unsupported settings
25181         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25182         (gst_vorbisenc_setup):
25183           same
25184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25185           fix case where warnings occured when one pad was unlinked while the
25186           other's link function was called
25187
25188 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25189
25190         * gst/tcp/Makefile.am:
25191           use GST_ENABLE_NEW
25192
25193 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25194
25195         * gst-libs/gst/resample/private.h:
25196           don't use optimizations that are #if 0'ed
25197
25198 2004-05-24  Wim Taymans  <wim@fluendo.com>
25199
25200         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25201         Fix potential division by zero error and hopefully get
25202         the position query right to get correct timestamps on avi
25203         audio.
25204
25205 2004-05-24  Wim Taymans  <wim@fluendo.com>
25206
25207         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25208         (gst_videoscale_scale_nearest_str2),
25209         (gst_videoscale_scale_nearest_str4),
25210         (gst_videoscale_scale_nearest_32bit),
25211         (gst_videoscale_scale_nearest_24bit),
25212         (gst_videoscale_scale_nearest_16bit):
25213         Fix the scaling algorithm and avoid a buffer overflow.
25214         removed the while loop in the scaling function as it
25215         was used for point sampling only.
25216
25217 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25218
25219         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25220         (gst_id3_tag_class_init), (gst_id3_tag_init),
25221         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25222         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25223         (gst_id3_tag_send_tag_event):
25224           lots of fixes to make id3mux work and id3demux work correctly
25225
25226 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25227
25228         * ext/Makefile.am:
25229           add rules to build shout2send (was removed by accident
25230           when this module was no more marked experimental/broken)
25231
25232 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25233
25234         * ext/shout2/gstshout2.c:
25235         * ext/shout2/gstshout2.h:
25236           adding a "connection problem" signal to shout2send
25237           (fixes #142954)
25238
25239 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25240
25241         * ext/kio/kioreceiver.cpp:
25242         * ext/kio/kioreceiver.h:
25243           fix sign comparison issues
25244
25245 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25246
25247         * gst/cdxaparse/gstcdxaparse.c:
25248         * gst/cdxaparse/gstcdxaparse.h:
25249           some renaming
25250           add some checks/sanity
25251           prepare for seek addition
25252
25253         * sys/sunaudio/gstsunaudio.c:
25254           remove exported dupe init function
25255
25256 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25257
25258         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25259         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25260           Fix format conversion and position querying.
25261         * gst/debug/progressreport.c: (gst_progressreport_report):
25262           Don't output a bogus total value that we didn't query.
25263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25264           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25265           only a blank window after xine has been used.
25266
25267 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25268
25269         * m4/as-arts.m4:
25270           sync with upstream version to fix test on FC2
25271           readd with -ko to preserve Id header
25272
25273 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25274
25275         * configure.ac:
25276           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25277         * gst/tcp/gsttcpclientsrc.c: idem
25278         * gst/tcp/gsttcpserversink.c: idem
25279         * gst/tcp/gsttcpserversrc.c: idem
25280         * m4/gst-fionread.m4: idem
25281
25282         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25283
25284         * configure.ac: enable speex plugin for speex 1.1.5+
25285         * ext/speex/gstspeexenc.c: fix cast warning
25286
25287         * ext/esd/README: fix typo
25288
25289 2004-05-20  David Schleef  <ds@schleef.org>
25290
25291         * configure.ac: Minor cosmetic change to convince the buildbot to
25292         reautogen.
25293         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25294         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25295         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25296         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25297         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25298         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25299         More hacking.  Plays audio now.
25300
25301 2004-05-20  David Schleef  <ds@schleef.org>
25302
25303         * configure.ac:
25304         * sys/Makefile.am:
25305
25306 2004-05-20  David Schleef  <ds@schleef.org>
25307
25308         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25309         * sys/osxaudio/gstosxaudio.c:
25310         * sys/osxaudio/gstosxaudioelement.c:
25311         * sys/osxaudio/gstosxaudioelement.h:
25312         * sys/osxaudio/gstosxaudiosink.c:
25313         * sys/osxaudio/gstosxaudiosink.h:
25314         * sys/osxaudio/gstosxaudiosrc.c:
25315         * sys/osxaudio/gstosxaudiosrc.h:
25316
25317 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25318
25319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25320         (gst_vorbisenc_chain):
25321           put the codec headers on the caps as streamheader as well as
25322           pushing them out
25323
25324 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25325
25326         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25327         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25328         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25329         split up push_packet into two functions
25330
25331 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25332
25333         * gst/tcp/.cvsignore:
25334           ignore enums
25335         * gst/tcp/Makefile.am:
25336         * gst/tcp/README:
25337         * gst/tcp/gsttcp.c:
25338         * gst/tcp/gsttcp.h:
25339         * gst/tcp/gsttcpclientsink.c:
25340         * gst/tcp/gsttcpclientsink.h:
25341         * gst/tcp/gsttcpclientsrc.c:
25342         * gst/tcp/gsttcpclientsrc.h:
25343         * gst/tcp/gsttcpplugin.c:
25344         * gst/tcp/gsttcpserversink.c:
25345         * gst/tcp/gsttcpserversink.h:
25346         * gst/tcp/gsttcpserversrc.c:
25347         * gst/tcp/gsttcpserversrc.h:
25348           add new tcp elements
25349
25350 2004-05-19  Wim Taymans  <wim@fluendo.com>
25351
25352         * gst/law/mulaw-conversion.c: (mulaw_encode):
25353         Fix overflow bug in ulaw encoding.
25354
25355 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25356
25357         * ext/mad/gstmad.c: (gst_mad_handle_event):
25358           don't unref the event twice
25359
25360 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25361
25362         * configure.ac:
25363           remove -Wno-sign-compare
25364
25365 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25366
25367         * configure.ac:
25368           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25369           if you want to work against glib 2.2 and 2.4
25370
25371 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25372
25373         * gst/tcp/Makefile.am:
25374         * gst/tcp/gsttcp.c:
25375         * gst/tcp/gsttcp.h:
25376         * gst/tcp/gsttcpsink.h:
25377         * gst/tcp/gsttcpsrc.h:
25378           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25379
25380 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25381
25382         * gst/debug/tests.c: (md5_get_value):
25383           fix segfault on gst-inspect
25384
25385 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25386
25387         * gst/debug/testplugin.c:
25388         * gst/debug/tests.c:
25389         * gst/debug/tests.h:
25390           add new extensible and configurable testing element. Current tests
25391           include buffer count, stream length, timestamp/duration matching and
25392           md5.
25393         * gst/debug/Makefile.am:
25394         * gst/debug/gstdebug.c: (plugin_init):
25395           add infrastructure for new element
25396
25397 2004-05-19  Johan Dahlin  <johan@gnome.org>
25398
25399         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25400         ending of the array. Fixes gst-inspect segfault on ppc.
25401
25402 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25403
25404         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25405
25406         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25407
25408 2004-05-18  David Schleef  <ds@schleef.org>
25409
25410         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25411         warnings (bugs, actually) noticed by gcc but not forte.
25412
25413 2004-05-18  David Schleef  <ds@schleef.org>
25414
25415         * sys/sunaudio/Makefile.am:
25416         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25417
25418 2004-05-18  David Schleef  <ds@schleef.org>
25419
25420         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25421         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25422         to allow qtdemux to use non-seekable streams. (bug #142272)
25423
25424 2004-05-18  David Schleef  <ds@schleef.org>
25425
25426         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25427         (gst_resample_sinc_ft_float): Remove use of static temporary
25428         buffer.  This code was obviously not supposed to last long, but
25429         it's stuck in our ABI, so it required a little hack to make it
25430         ABI-compatible.  Fixes #142585.
25431         * gst-libs/gst/resample/resample.h: same.
25432
25433 2004-05-18  David Schleef  <ds@schleef.org>
25434
25435         * configure.ac: Add sunaudio
25436         * examples/Makefile.am: make gstplay depend on gconf
25437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25438         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25439         (convert_table_lookup), (img_convert): remove c99-isms
25440         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25441           unsigned, to fix a warning on Solaris
25442         * gst/mpeg1sys/systems.c: bcopy->memcpy
25443         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25444         * sys/Makefile.am: Add sunaudio
25445
25446 2004-05-18  Wim Taymans  <wim@fluendo.com>
25447
25448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25449         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25450         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25451         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25452         (gst_ogg_mux_loop):
25453         Fix an ugly memleak where the muxer didn't flush enough ogg
25454         pages. This also resulted in badly muxed ogg files.
25455
25456 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25457
25458         * gst/asfdemux/asfheaders.c :
25459         * gst/asfdemux/asfheaders.h :
25460         * gst/asfdemux/gstasfdemux.c :
25461           - fix ASF_OBJ_PADDING guid
25462           - add 3 new object guids (language list, metadata,
25463             extended stream properties)
25464           - add a function to parse extended header objects
25465
25466 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25467
25468         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25469           remove leftover debugging g_print
25470
25471 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25472
25473         * ext/mad/gstmad.c: (gst_mad_handle_event):
25474           Fix for when the first format in a discont event is not a
25475           byte-based one. Should fix #137710.
25476
25477 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25478
25479         * m4/a52.m4 : fix compilation with -Wall -Werror
25480         * m4/libfame.m4 : idem
25481         * m4/libmikmod.m4 : idem
25482
25483 2004-05-17  Benjamin Otte  <otte@gnome.org>
25484
25485         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25486           signal the new tags before giving up the reference
25487
25488 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25489
25490         * ext/shout2/gstshout2.c:
25491           use application/ogg instead of application/x-ogg (patch by Patrick
25492           Guimond, fixes #142432)
25493         * sys/oss/gstosselement.c: (gst_osselement_reset),
25494         (gst_osselement_sync_parms):
25495           don't set fragment size unless specified (fixes #142493)
25496
25497 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25498
25499         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25500           fixes #142664
25501
25502 2004-05-17  Benjamin Otte  <otte@gnome.org>
25503
25504         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25505           compute offsets correctly for internal buffers so timestamps are set
25506           correctly when we can't seek. Also handle cases where there are no
25507           offsets. (based on a patch by David Moore, fixes #142507)
25508
25509 2004-05-17  Benjamin Otte  <otte@gnome.org>
25510
25511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25512           use correct variable when determining amount of data to skip so we
25513           don't skip into the void and segfault
25514
25515 2004-05-16  Benjamin Otte  <otte@gnome.org>
25516
25517         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25518           Hi, I'm a memleak
25519
25520 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25521
25522         * gst/asfdemux/gstasfdemux.c:
25523           - fix a mem leak and always propagate tags
25524           - add WMV3 to known video codecs (but no decoder yet)
25525           - replace "surplus data" at end of audio header for what
25526             it is : codec specific data
25527           - fix a typo
25528
25529 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25530
25531         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25532
25533         * gst-libs/gst/audio/audioclock.c:
25534           Fix wrong return type (#142205).
25535
25536 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25537
25538         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25539           Ignore CRCs by default (fixes #142566).
25540
25541 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25542
25543         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25544         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25545         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25546         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25547         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25548         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25549           Fix for cases where we fail to attach to a mixer.
25550
25551 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25552
25553         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25554           Don't touch events after not owning them anymore.
25555         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25556         (gst_wavparse_fmt), (gst_wavparse_other),
25557         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25558         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25559         (gst_wavparse_srcpad_event):
25560         * gst/wavparse/gstwavparse.h:
25561           Add seeking, fix querying.
25562
25563 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25564
25565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25566           - process comments even if they don't end with \0\0
25567             g_convert would ignore them if present and works well without them
25568
25569 2004-05-16  Benjamin Otte  <otte@gnome.org>
25570
25571         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25572           simplify caps
25573
25574 2004-05-16  Benjamin Otte  <otte@gnome.org>
25575
25576         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25577           don't write to memory we might not write to - g_convert does that
25578           for us anyway (fixes #142613)
25579         (gst_asf_demux_audio_caps):
25580           comment out gst_util_dump_mem
25581
25582 2004-05-16  Benjamin Otte  <otte@gnome.org>
25583
25584         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25585           compute correct expected timestamps after seek (broken since
25586           last commit)
25587         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25588           rename element and debugging category to gdkpixbufscale
25589
25590 2004-05-16  Benjamin Otte  <otte@gnome.org>
25591
25592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25593           add error checking to snd_pcm_delay and remove duplicate call to
25594           snd_pcm_delay that caused issues (see inline code comments)
25595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25596           make more readable and fix return value when snd_pcm_delay fails
25597         (fixes #142586)
25598
25599 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25600         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25601         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25602         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25603         (gst_pixbufscale_link), (gst_pixbufscale_init),
25604         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25605         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25606         (gst_pixbufscale_get_property), (pixbufscale_init):
25607         * ext/gdk_pixbuf/pixbufscale.h:
25608         Add these files I forgot earlier
25609
25610 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25611         * ext/gdk_pixbuf/Makefile.am:
25612         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25613         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25614         Add new pixbufscale element to scale RGB video
25615         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25616         and HYPER interpolation correctly.
25617         * ext/theora/theoraenc.c: (theora_enc_chain),
25618         Discard buffer and return if explicit caps could not be set
25619         (theora_enc_get_property):
25620         Make _get return kbps for the bitrate consistent with
25621         the _set function.
25622
25623
25624 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25625
25626         * ext/libvisual/visual.c: (gst_visual_chain):
25627           add missing visual_audio_analyze
25628
25629 2004-05-14  David Schleef  <ds@schleef.org>
25630
25631         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25632         is killed while we're playing.
25633         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25634         gst_element_no_more_pads().
25635
25636 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25637
25638         * gst-libs/gst/riff/riff-read.c :
25639           - fix INFO tag extraction in RIFF/AVI files
25640             because gst_event_unref (event) also freed taglist
25641           - avoid a mem leak
25642
25643 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25644
25645         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25646         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25647
25648         * gst/auparse/gstauparse.c :
25649           - add code (commented for now) to support audio/x-adpcm on src pad
25650             (we have no decoder for those layout yet)
25651
25652         * gst/cdxaparse/gstcdxaparse.c :
25653         * gst/cdxaparse/gstcdxaparse.h :
25654           - partial rewrite using RiffRead (ripped iain's wavparse code)
25655
25656         * gst/rtp/gstrtpL16enc.c : typo
25657         * gst/rtp/gstrtpgsmenc.c : typo
25658
25659 2004-05-13  Benjamin Otte  <otte@gnome.org>
25660
25661         * configure.ac:
25662           check for exact version of libvisual, it's not supposed to be
25663           API/ABI stable yet
25664
25665 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25666
25667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25668           signal no-more-pads
25669
25670 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25671
25672         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25673         Report which format was used for GST_FORMAT_DEFAULT
25674         * gst/debug/Makefile.am:
25675         * gst/debug/gstdebug.c: (plugin_init):
25676         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25677         (gst_progressreport_class_init), (gst_progressreport_init),
25678         (gst_progressreport_report), (gst_progressreport_set_property),
25679         (gst_progressreport_get_property), (gst_progressreport_chain),
25680         (gst_progressreport_plugin_init):
25681         Add progressreport element for testing.
25682
25683 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25684
25685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25686         * sys/v4l/gstv4lsrc.h:
25687         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25688         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25689         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25690         (gst_v4lsrc_grab_frame):
25691           add more debugging
25692           send a discont at start
25693
25694 2004-05-12  Colin Walters  <walters@redhat.com>
25695
25696         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25697         inflooping if we can't find a chunk.  Or in other words, don't blow
25698         chunks if we don't have a chunk to blow.
25699
25700 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25701         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25702         Remove old debug output
25703         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25704         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25705         (gst_dvdec_set_property), (gst_dvdec_get_property):
25706         Change the quality setting to an enum, so it works from gst-launch
25707         Don't renegotiate a non-linked pad. Allows audio only decoding.
25708         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25709         (gst_deinterlace_link), (gst_deinterlace_init):
25710         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25711         (gst_videodrop_link):
25712         Some caps negotiation fixes
25713
25714 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25715
25716         * ext/tarkin/gsttarkin.c :
25717           - Change RANK from NONE to PRIMARY
25718         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25719           - Change RANK from NONE to MARGINAL
25720         * ext/divx/gstdivxenc.c :
25721           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25722
25723 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25724
25725         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25726         (gst_vorbisenc_push_packet):
25727           copy a function that was added between 1.0 and 1.0.1 until we
25728           depend on worthwhile features of post-1.0
25729
25730 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25731
25732         * configure.ac:
25733           enable shout2 by default
25734         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25735         (gst_shout2send_base_init), (gst_shout2send_init),
25736         (gst_shout2send_connect), (gst_shout2send_change_state):
25737         * ext/shout2/gstshout2.h:
25738           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25739           #142262)
25740         * ext/theora/theora.c: (plugin_init):
25741           don't set rank on encoders
25742
25743 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25744
25745         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25746           Use codec_data property instead of flag1 and flag2 for wma
25747
25748 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25749
25750         * gst/cdxaparse/gstcdxaparse.c :
25751           - Add mpegversion to CAPS to make it link
25752           - Rank is as GST_RANK_SECONDARY instead of NONE
25753         * gst/auparse/gstauparse.c :
25754           - Document all audio encoding we can encounter from Solaris 9
25755             headers and libsndfile information.
25756           - Increase max. rate from 48000 to 192000 (to match other elements)
25757           - Don't try to play junk data between header and samples
25758
25759 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25760
25761         * ext/libvisual/visual.c: (gst_visual_getcaps):
25762           use the right caps depending on endianness (I hope)
25763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25764           use GST_RANK_NONE for all non-decoding elements or spider gets
25765           mighty confused
25766
25767 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25768
25769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25770           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25771
25772 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25773
25774         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25775         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25776         (gst_switch_loop), (gst_switch_get_type):
25777           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25778           HEADERS. Had to be said.
25779
25780 2004-05-10  David Schleef  <ds@schleef.org>
25781
25782         * configure.ac: Add prototype Dirac support.
25783         * ext/Makefile.am:
25784         * ext/dirac/Makefile.am:
25785         * ext/dirac/gstdirac.cc:
25786         * ext/dirac/gstdiracdec.cc:
25787
25788 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25789
25790         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25791         (gst_auparse_init), (gst_auparse_chain),
25792         (gst_auparse_change_state):
25793           Hack around spider. Remove me some day please.
25794
25795 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25796
25797         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25798           Fix for some uninitialized variables in previous patch, also
25799           makes it work. Fixes #142286 while we're at it.
25800
25801 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25802
25803         * gst/auparse/gstauparse.c:
25804                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25805                 only unsupported formats are ADPCM/CCITT G.72x
25806                 reviewed by Ronald
25807         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25808
25809 2004-05-10  Wim Taymans  <wim@fluendo.com>
25810
25811         * ext/vorbis/Makefile.am:
25812         * ext/vorbis/README:
25813         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25814         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25815         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25816         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25817         (gst_oggvorbisenc_convert_sink),
25818         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25819         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25820         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25821         (get_constraints_string), (update_start_message),
25822         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25823         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25824         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25825         * ext/vorbis/oggvorbisenc.h:
25826         * ext/vorbis/vorbis.c: (plugin_init):
25827         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25828         (raw_caps_factory), (gst_vorbisenc_class_init),
25829         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25830         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25831         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25832         * ext/vorbis/vorbisenc.h:
25833         Added a raw vorbis encoder to be used with the oggmuxer.
25834         We still need the old encoder for some gnome applications,
25835         read the README to find out how that works.
25836         The raw encoder is called "rawvorbisenc" until 0.9.
25837
25838 2004-05-10  Wim Taymans  <wim@fluendo.com>
25839
25840         * ext/ogg/gstogg.c: (plugin_init):
25841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25842         (gst_ogg_print):
25843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25844         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25845         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25846         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25847         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25848         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25849         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25850         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25851         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25852         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25853         Added an ogg muxer.
25854         Small typo fixes in the demuxer.
25855
25856 2004-05-10  Wim Taymans  <wim@fluendo.com>
25857
25858         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25859         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25860         (theora_enc_change_state), (theora_enc_set_property),
25861         (theora_enc_get_property):
25862         Mark the last packet with an EOS flag which is not really needed
25863         in gstreamer.
25864         Do some better video framerate initialisation.
25865         Update the buffer timestamp.
25866
25867 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25868
25869         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25870         Return the result of the parent state change call
25871
25872 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25873
25874         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25875         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25876         * gst/law/alaw-encode.c : (idem)
25877         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25878         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25879         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25880
25881 2004-05-09  Benjamin Otte  <otte@gnome.org>
25882
25883         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25884           don't use a fixed buffer size when writing variable length data to
25885           it. Fixes memory corruption and makes alsasrc work
25886
25887 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25888
25889         * ext/gnomevfs/gstgnomevfssink.c:
25890         (_gst_boolean_allow_overwrite_accumulator),
25891         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25892           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25893           RUN_LAST, and don't use that to set the accumulator value because
25894           then it's always FALSE.
25895
25896 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25897
25898         * gst-libs/gst/riff/riff-media.c:
25899         (gst_riff_create_video_caps_with_data),
25900         (gst_riff_create_audio_caps),
25901         (gst_riff_create_audio_template_caps):
25902         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25903           Fix for unaligned RIFF files (i.e. where all the chunks together
25904           in a LIST chunk are not of the same size as the size given in
25905           the LIST chunk header). Fixes several odd WAVE files. Also fix
25906           ADPCM (block_align property) in audio, so that wavparse based
25907           on this works now as it used to stand-alone.
25908
25909 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25910
25911         reviewed by Benjamin Otte  <otte@gnome.org>
25912
25913         * ext/a52dec/gsta52dec.c:
25914         * ext/divx/gstdivxdec.c:
25915         * ext/divx/gstdivxenc.c:
25916         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25917         * ext/faac/gstfaac.c: (gst_faac_base_init):
25918         * ext/faad/gstfaad.c: (gst_faad_base_init):
25919         * ext/ivorbis/vorbisfile.c:
25920         * ext/lame/gstlame.c:
25921         * ext/libfame/gstlibfame.c:
25922         * ext/mpeg2enc/gstmpeg2enc.cc:
25923         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25924         * ext/sidplay/gstsiddec.cc:
25925         * ext/speex/gstspeexdec.c:
25926         * ext/speex/gstspeexenc.c:
25927         * ext/xvid/gstxviddec.c:
25928         * ext/xvid/gstxvidenc.c:
25929           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25930           (fixes #142193)
25931
25932 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25933
25934         * ext/alsa/gstalsa.c: (device_list),
25935         (gst_alsa_class_probe_devices):
25936         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25937           Fix alsa oddness in mixer after the combination of using mixer
25938           in source/sink elements and using hw:x,y instead of just hw:x.
25939
25940 2004-05-09  Benjamin Otte  <otte@gnome.org>
25941
25942         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25943         (gst_wavparse_create_sourcepad):
25944           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25945           sourcepads
25946
25947 2004-05-09  Benjamin Otte  <otte@gnome.org>
25948
25949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25950           allow discont events before caps nego
25951
25952 2004-05-08  Benjamin Otte  <otte@gnome.org>
25953
25954         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25955           don't leak events
25956
25957 2004-05-08  Benjamin Otte  <otte@gnome.org>
25958
25959         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25960         (gst_level_change_state), (gst_level_init):
25961         * gst/level/gstlevel.h:
25962           figure out if we're initialized directly instead of keeping a
25963           variable that's wrong in 90% of cases
25964           don't initialize pads and then leak them and use a new unitialized
25965           pad. (fixes #142084)
25966           these were bugs so n00bish I didn't find them for an hour :/
25967
25968 2004-05-08 Iain <iain@prettypeople.org>
25969
25970         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25971         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25972         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25973         return the length that was read.
25974         (gst_riff_read_strf_auds): Allow fmt tags as well.
25975
25976 2004-05-07  David Schleef  <ds@schleef.org>
25977
25978         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25979         signed char assumption in faad.h.
25980
25981 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25982
25983         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25984           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25985
25986 2004-05-07  Colin Walters  <walters@redhat.com>
25987
25988         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25989         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25990         function.
25991         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25992         Add dispose function.
25993
25994 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25995         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25996           Fix caps nego and pad templates. RGB mode caps should
25997           work now.
25998         * ext/dvdnav/gst-dvd:
25999           Move mpeg2dec inside the thread because otherwise the
26000           queue rejects cap changes mid-stream
26001         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26002         (gst_mpeg2dec_flush_decoder):
26003           For mpeg2dec > 0.4.0, call the flush function instead of
26004           manually extracting all in-flight frames.
26005         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26006         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26007           Change mime type video/dv go video/x-dv to match the
26008           rest of gst-plugins
26009
26010 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26011
26012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26014         (gst_alsa_sink_class_init):
26015         * ext/alsa/gstalsasink.h:
26016         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26017         (gst_alsa_src_class_init):
26018         * ext/alsa/gstalsasrc.h:
26019           Make alsasink/src a subclass of alsamixer so that mixer stuff
26020           shows up in gst-rec. Needs some finetuning.
26021
26022 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26023
26024         * ext/lame/gstlame.c: (gst_lame_chain):
26025           simplify
26026         * ext/mad/gstmad.c: (gst_mad_handle_event):
26027           fix event leak
26028         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26029           be able to detect mp3 files < 4096 bytes
26030
26031 2004-05-06  Wim Taymans  <wim@fluendo.com>
26032
26033         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26034         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26035         (theora_enc_set_property), (theora_enc_get_property):
26036         Also encode the first frame, cleanup some code.
26037
26038 2004-05-06  Wim Taymans  <wim@fluendo.com>
26039
26040         * ext/mpeg2enc/gstmpeg2enc.cc:
26041         Forward events first before deciding that negotiation was
26042         not performed.
26043
26044 2004-05-06  Wim Taymans  <wim@fluendo.com>
26045
26046         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26047         First process the events before deciding that negotiation
26048         was not performed.
26049
26050 2004-05-06  Wim Taymans  <wim@fluendo.com>
26051
26052         * ext/theora/Makefile.am:
26053         * ext/theora/theora.c: (plugin_init):
26054         * ext/theora/theoradec.c: (theora_dec_change_state):
26055         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26056         (gst_theora_enc_class_init), (gst_theora_enc_init),
26057         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26058         (theora_enc_chain), (theora_enc_change_state),
26059         (theora_enc_set_property), (theora_enc_get_property):
26060         Added a theora encoder, grouped the encoder and decoder into the
26061         same plugin.
26062
26063 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26064
26065         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26066         (gst_jpegenc_chain):
26067         fix DURATION on outgoing buffers
26068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26069         debug using time formats
26070         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26072         (gst_xvimagesink_sink_link):
26073         windows with width/height 0 generate X errors, so don't allow them
26074
26075 2004-05-05  Wim Taymans  <wim@fluendo.com>
26076
26077         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26078         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26079         (gst_mpeg2dec_negotiate_format):
26080         * ext/mpeg2dec/gstmpeg2dec.h:
26081           removed the static pad template so that we can add the
26082           more accurate framerate value to the caps.
26083
26084
26085 2004-05-04  Benjamin Otte  <otte@gnome.org>
26086
26087         * configure.ac:
26088           check for kdemacros.h, too (should fix #141821)
26089         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26090           don't crash if no header was sent, but nicely error out (fixes part
26091           of #141554)
26092
26093 2004-05-04  Wim Taymans  <wim@fluendo.com>
26094
26095         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26096         parent dispose function to avoid segfault on destroy.
26097
26098 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26099
26100         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26101         (plugin_init):
26102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26103         (gst_xvimagesink_sink_link):
26104         clean up debugging caps
26105         also recreate xvimage when format has changed
26106
26107 2004-05-04  Benjamin Otte  <otte@gnome.org>
26108
26109         * ext/libvisual/Makefile.am:
26110         * ext/libvisual/visual.c: (gst_visual_class_init),
26111         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26112         (gst_visual_srclink), (gst_visual_chain),
26113         (gst_visual_change_state), (plugin_init):
26114           use a GstAdapter to correctly adapt buffer sizes - allows using a
26115           framerate
26116
26117 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26118
26119         * sys/v4l/gstv4lelement.h:
26120         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26122         (gst_v4lsrc_buffer_free):
26123         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26124         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26125         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26126         (gst_v4lsrc_requeue_frame):
26127         move some debugging categories around
26128         query for fps index and set accordingly if found
26129
26130 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26131
26132         * ext/lame/gstlame.c:
26133         correct defaults that lame_init puts out of range
26134
26135 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26136
26137         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26138         (gst_divxenc_class_init):
26139         fix range since -1 is the default
26140         * gst/mpeg1sys/gstmpeg1systemencode.c:
26141         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26142         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26143         (gst_rtjpegdec_chain):
26144         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26145         (gst_rtjpegenc_chain):
26146         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26147         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26148         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26149         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26150         * sys/v4l/gstv4lsrc.c:
26151         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26152         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26153         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26154         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26155         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26156           remove gst_info calls
26157
26158 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26159
26160         * Makefile.am:
26161         * po/af.po:
26162         * po/az.po:
26163         * po/en_GB.po:
26164         * po/nl.po:
26165         * po/sr.po:
26166         * po/sv.po:
26167           Updated translations
26168
26169 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26170
26171         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26172           refactor/comment code
26173
26174 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26175
26176         * gst/asfdemux/Makefile.am:
26177         * gst/asfdemux/asfheaders.c:
26178         * gst/asfdemux/asfheaders.h:
26179         * gst/asfdemux/gstasf.c: (plugin_init):
26180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26181         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26182         (gst_asf_demux_setup_pad):
26183         * gst/asfdemux/gstasfdemux.h:
26184         * gst/asfdemux/gstasfmux.c:
26185         * gst/asfdemux/gstasfmux.h:
26186           Add tagging support to demuxer, split out registration in its own
26187           file instead of in demux (hacky), and prevent having some tables
26188           in our memory multiple times (in asfheaders.h).
26189
26190 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26191
26192         * gst/matroska/matroska-demux.c:
26193         (gst_matroska_demux_parse_metadata):
26194         * gst/matroska/matroska-ids.h:
26195           Basic tag reading support.
26196
26197 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26200           Really detect ac-3 audio.
26201         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26202           really detect matroska files (off-by-1).
26203
26204 2004-04-30  David Schleef  <ds@schleef.org>
26205
26206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26207         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26208         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26209         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26210         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26211         hackage -- parse a lot more atoms, extract a few tags.  One might even
26212         mistake this for tag support.  Maybe it is.
26213         * gst/qtdemux/qtdemux.h:
26214
26215 2004-04-30  Colin Walters  <walters@verbum.org>
26216
26217         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26218
26219 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26220
26221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26222         (gst_ffmpegcolorspace_getcaps):
26223           remove broken nego fix
26224
26225 2004-04-30  Benjamin Otte  <otte@gnome.org>
26226
26227         * configure.ac:
26228         * ext/Makefile.am:
26229         * ext/libvisual/Makefile.am:
26230         * ext/libvisual/visual.c:
26231           add initial support for libvisual (http://libvisual.sourceforge.net)
26232           libvisual is still quite alpha, so expect crashes in there :)
26233
26234 2004-04-29  David Schleef  <ds@schleef.org>
26235
26236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26237         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26238         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26239         code; you will no longer respect me.
26240
26241 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26242
26243         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26244         * ext/alsa/gstalsa.h :
26245         change alsa pcm device discovery to find more than 1 device
26246         per card. code review by Ronald.
26247
26248 2004-04-29  David Schleef  <ds@schleef.org>
26249
26250         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26251         Add a check for a driver bug on FreeBSD.  (bug #140565)
26252
26253 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26254
26255         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26256         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26257         (gst_jpegenc_getcaps):
26258           move format setting to inner loop
26259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26260         (gst_ffmpegcolorspace_getcaps):
26261           use GST_PAD_CAPS if available so that we use already negotiated
26262           caps
26263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26264         (qtdemux_parse_moov), (qtdemux_parse):
26265           extra debugging
26266         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26267         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26268           move hardcoded path to DEFINE
26269
26270 2004-04-28  David Schleef  <ds@schleef.org>
26271
26272         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26273         (bug #140064)
26274
26275 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26276
26277         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26278           Don't probe for playback device if we're a source element. Fixes
26279           #139658.
26280
26281 2004-04-29  Benjamin Otte  <otte@gnome.org>
26282
26283         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26284         (gst_id3_tag_chain):
26285           rewrite buffer offset
26286
26287 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * configure.ac:
26290         * ext/Makefile.am:
26291         * ext/dts/Makefile.am:
26292         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26293         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26294         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26295         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26296         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26297         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26298         (plugin_init):
26299         * ext/dts/gstdtsdec.h:
26300           New DTS decoder.
26301         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26302         (gst_faad_srcconnect):
26303           Add ESDS atom handling (.m4a).
26304
26305 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26306
26307         * ext/divx/gstdivxdec.c: (plugin_init):
26308           Remove comment that makes no sense.
26309         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26310           Fix for obvious typo that resulted in warnings during gst-register.
26311         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26312         (gst_xviddec_sink_link):
26313           Fix caps negotiation a bit better.
26314         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26315           We call this 'codec_data', not 'esds'.
26316
26317 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26318
26319         * gst/monoscope/gstmonoscope.c:
26320           make sure we only provide 256x128
26321         * gst/monoscope/monoscope.c: (monoscope_init):
26322           assert size of 256x128
26323
26324 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26325
26326         * Makefile.am:
26327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26328         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26329           fixate to max width and height of device
26330
26331 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26332
26333         * Makefile.am:
26334         * sys/v4l/gstv4l.c:
26335         * sys/v4l/gstv4lsrc.c:
26336         * sys/v4l/v4l_calls.c:
26337         * sys/v4l/v4lsrc_calls.c:
26338           fix for qc-usb driver which fakes having more than one buffer
26339           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26340           buffer_free override
26341           add debugging
26342
26343 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26344
26345         * Makefile.am:
26346         * gst/videotestsrc/gstvideotestsrc.c:
26347         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26348         (gst_videotestsrc_init), (gst_videotestsrc_get),
26349         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26350         * gst/videotestsrc/gstvideotestsrc.h:
26351           add num-buffers property
26352
26353         2004-04-26  Benjamin Otte  <otte@gnome.org>
26354
26355         * ext/mad/gstid3tag.c: (plugin_init):
26356           set id3mux rank to NONE so it doesn't confuse spider
26357           require audio/mpeg,mpegversion=1 in id3mux
26358
26359 2004-04-26  Benjamin Otte  <otte@gnome.org>
26360
26361         * configure.ac:
26362           detect faad correctly as non-working if it's indeed non-working
26363
26364 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26365
26366         * Makefile.am:
26367         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26368         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26369         fix _getcaps so it only negotiates to its supported format
26370
26371 2004-04-25  Benjamin Otte  <otte@gnome.org>
26372
26373         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26374           fix memleak
26375
26376 2004-04-23  Benjamin Otte  <otte@gnome.org>
26377
26378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26379           audio/x-raw-int with height rules! not. Now it's depth.
26380
26381 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26382
26383         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26384         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26385         (gst_wavparse_loop):
26386           Missing variable initialization. Add handling of DVI ADPCM. Fix
26387           mis-parsing of LIST chunks. This works around a bug where we mis-
26388           parse non-aligning LIST chunks (so LIST chunks where the contents
26389           don't align with the actual LIST size). The correct fix is to use
26390           rifflib, I'm not going to fix wavparse - too much work. All this
26391           fixes #104878.
26392
26393 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26394
26395         reviewed by Benjamin Otte  <otte@gnome.org>
26396
26397         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26398           fix shoutcast not working (fixes #140844)
26399
26400 2004-04-22  Benjamin Otte  <otte@gnome.org>
26401
26402         * ext/hermes/gsthermescolorspace.c:
26403         (gst_hermes_colorspace_caps_remove_format_info):
26404         * gst/colorspace/gstcolorspace.c:
26405         (gst_colorspace_caps_remove_format_info):
26406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26407         (gst_ffmpegcolorspace_caps_remove_format_info):
26408           s/gst_caps_simplify/gst_caps_do_simplify/
26409
26410 2004-04-22  Benjamin Otte  <otte@gnome.org>
26411
26412         * gst-libs/gst/riff/riff-media.c:
26413         (gst_riff_create_video_caps_with_data):
26414           mpegversion is an int
26415         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26416           don't try to create pad templates with NULL caps, use any caps
26417           instead.
26418
26419 2004-04-20  David Schleef  <ds@schleef.org>
26420
26421         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26422         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26423         (bug #140384)
26424
26425 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26426
26427         reviewed by David Schleef
26428
26429         * ext/mad/gstid3tag.c: Add stdlib.h
26430         * gst/rtp/gstrtpgsmenc.c: same
26431         * gst/tags/gstid3tag.c: same
26432         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26433         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26434         GST_DISABLE_LOADSAVE use.
26435         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26436         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26437         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26438         atol(3)).
26439         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26440         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26441         strtoul(3)).
26442         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26443         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26444         $(ID3_CFLAGS).
26445         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26446         $(LIBFAME_CFLAGS).
26447
26448 2004-04-20  David Schleef  <ds@schleef.org>
26449
26450         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26451         last checkin.  Same idea.
26452
26453 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26454
26455         reviewed by David Schleef
26456
26457         * configure.ac: bump required gstreamer version to 0.8.1.1
26458         because of following changes [--ds]
26459
26460         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26461         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26462         (gst_riff_read_header):  Use GST_READ_UINT*
26463         macros to access possibly unaligned memory.
26464
26465         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26466         (mp3_type_find):  Use GST_READ_UINT*
26467         macros to access possibly unaligned memory.
26468         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26469         (speex_type_find): Likewise
26470
26471         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26472
26473         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26474         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26475         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26476         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26477         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26478         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26479         macros to access possibly unaligned memory.
26480
26481         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26482         Likewise.
26483
26484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26485         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26486
26487         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26488         Likewise.
26489
26490         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26491         (gst_mpeg2subt_chain_subtitle): Likewise.
26492
26493         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26494         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26495         Likewise.
26496
26497         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26498         Likewise.
26499
26500         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26501         Likewise.
26502
26503         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26504         Likewise.
26505
26506 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26507
26508         * configure.ac:
26509           update required version of GStreamer because of GST_TIME_FORMAT
26510
26511 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26512
26513         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26514           remove leftover g_print
26515         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26516           don't try setting only a subset of the caps. We don't want to kill
26517           autoplugging on purpose
26518
26519 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26520
26521         * sys/ximage/ximagesink.c: (plugin_init):
26522         * sys/xvimage/xvimagesink.c: (plugin_init):
26523           add debugging categories
26524
26525 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26526
26527         * po/en_GB.po:
26528         * po/LINGUAS:
26529           Adding en_GB translation (Gareth Owen)
26530
26531 2004-04-20  David Schleef  <ds@schleef.org>
26532
26533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26534         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26535         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26536         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26537         A number of new features and hacks to extract the esds atom and
26538         put it into the caps.  (bug #137724)
26539
26540 2004-04-19  David Schleef  <ds@schleef.org>
26541
26542         * gconf/Makefile.am: Fix for non-GNU make
26543         * gst-libs/gst/Makefile.am: Change directory order to handle
26544         GstPlay linking with gstinterfaces
26545         * gst-libs/gst/audio/make_filter: make use of tr portable
26546         * gst-libs/gst/play/Makefile.am: Add intended \
26547         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26548         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26549         function prototype instead of void *.
26550         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26551         macro.
26552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26553         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26554         * gst/videofilter/make_filter: make use of tr portable
26555         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26556
26557 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26558
26559         * po/LINGUAS:
26560         * po/uk.po:
26561           Added Ukrainian translation (Maxim V. Dziumanenko)
26562
26563 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26564
26565         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26566         (gst_gsmdec_link), (gst_gsmdec_chain):
26567           Fix capsnego, simplify chain function slightly.
26568         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26569           Add GSM.
26570
26571 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26572
26573         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26574         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26575         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26576           Hack to make wavparse work with spider (always -> sometimes pad).
26577           Fixes #135862 && #140411.
26578
26579 2004-04-18  Benjamin Otte  <otte@gnome.org>
26580
26581         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26582         (gst_osselement_rate_probe_check),
26583         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26584           get rid of \n in debug output
26585
26586 2004-04-17  Iain <iain@prettypeople.org>
26587
26588         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26589         not just EOS.
26590
26591 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26592
26593         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26594         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26595         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26596         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26597         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26598         (gst_id3_tag_change_state), (plugin_init):
26599           deprecate id3tag element and replace with id3demux/id3mux.
26600           great side effect: this ugly file is now even uglier, yay!
26601         * ext/mad/gstmad.h:
26602           remove non-available function
26603           update for new get_type
26604
26605 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26606
26607         * configure.ac:
26608           require mpeg2dec >= 0.4.0
26609
26610 2004-04-17  Benjamin Otte  <otte@gnome.org>
26611
26612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26613         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26614         (gst_xvimagesink_set_xwindow_id):
26615           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26616           assorted cleanup fixes.
26617
26618 2004-04-16  David Schleef  <ds@schleef.org>
26619
26620         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26621         * sys/xvimage/xvimagesink.h: same
26622
26623 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26624
26625         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26626           Fix GST_ELEMENT_ERROR with (NULL)
26627
26628 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26629
26630         * gst-libs/gst/riff/riff-media.c:
26631         (gst_riff_create_video_caps_with_data):
26632           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26633
26634 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26635
26636         * gst-libs/gst/riff/riff-media.c:
26637         (gst_riff_create_video_caps_with_data),
26638         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26639         (gst_riff_create_video_template_caps),
26640         (gst_riff_create_audio_template_caps):
26641         * gst-libs/gst/riff/riff-media.h:
26642         * gst-libs/gst/riff/riff-read.c:
26643         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26644         * gst-libs/gst/riff/riff-read.h:
26645         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26646           Add MS RLE support. I added some functions to read out strf chunks
26647           into strf chunks and the data behind it. This is usually color
26648           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26649           caps creation. Lastly, add ADPCM (similar to wavparse - which
26650           should eventually be rifflib based).
26651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26652         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26653         * gst/matroska/matroska-demux.h:
26654           Remove placeholders for some prehistoric tagging system. Didn't add
26655           support for any tag system really anyway.
26656         * gst/qtdemux/qtdemux.c:
26657           Add support for audio/x-m4a (MPEG-4) through spider.
26658         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26659         (gst_wavparse_loop):
26660           ADPCM support (#135862). Increase max. buffer size because we
26661           cannot split buffers for ADPCM (screws references) and I've seen
26662           files with 2048 byte chunks. 4096 seems safe for now.
26663
26664 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26665
26666         * configure.ac: bump nano to 1
26667
26668 === release 0.8.1 ===
26669
26670 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26671
26672         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26673
26674 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26675
26676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26677           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26678           Fixes #140058
26679
26680 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26681
26682         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26683           lower rank of dvddemux so that it's not used for mpeg playback.
26684
26685 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26686
26687         * configure.ac:
26688           save libs correctly when checking mad
26689
26690 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26691
26692         * ext/mad/gstid3tag.c: (plugin_init):
26693           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26694
26695 2004-04-13  David Schleef  <ds@schleef.org>
26696
26697         * common/m4/gst-feature.m4: Call -config scripts with
26698         --plugin-libs if it is supported.
26699         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26700         JPEG images are image/jpeg.
26701         * gst/debug/Makefile.am:
26702         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26703         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26704         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26705         (gst_negotiation_plugin_init): Add a property that acts like
26706         filter caps.
26707         * testsuite/gst-lint:  Move license checking to be a standard
26708         test.
26709
26710 2004-04-13  David Schleef  <ds@schleef.org>
26711
26712         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26713         patch from Sebastien Cote (bug #139958)
26714
26715 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26716
26717         * examples/gstplay/Makefile.am:
26718         * examples/gstplay/player.c: (main):
26719           make the commandline player example use gconf settings
26720
26721 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26722
26723         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26724         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26725         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26726           init/end library during state transition, not object
26727           creation/disposal.  get rid of custom dispose handler.
26728
26729
26730 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26731
26732         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26733         be a symlink
26734
26735 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26738           Handle JUNK chunks inside data section. Prevents warnings.
26739
26740 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26743         (gst_riff_create_video_template_caps):
26744           Add MS video v1.
26745         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26746         (gst_avi_demux_stream_data):
26747           Add support for "rec-list" chunks.
26748
26749 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26750
26751         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26752           Fix another codecname mismatch.
26753
26754 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26755
26756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26757           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26758           so that MJPEG plays back.
26759
26760 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26761
26762         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26763         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26764         * gst/mpeg1videoparse/gstmp1videoparse.h:
26765           Fix for some slight mis-cuts in buffer parsing, and for some
26766           potential overflows or faults-causers. Adds disconts. Also fixes
26767           #139105 while we're at it.
26768
26769 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26770
26771         * configure.ac:
26772         * sys/v4l2/gstv4l2element.h:
26773           Workaround for missing struct v4l2_buffer declaration in Suse 9
26774           and Mandrake 10 linux/videodev2.h header file (#135919).
26775
26776 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26779           Bail out if no filename was given.
26780
26781 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26782
26783         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26784         (gst_v4l2_fourcc_from_structure):
26785           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26786           Y41B somewhere).
26787
26788 2004-04-09  Benjamin Otte  <otte@gnome.org>
26789
26790         * ext/gnomevfs/gstgnomevfssink.c:
26791         (_gst_boolean_allow_overwrite_accumulator),
26792         (gst_gnomevfssink_class_init):
26793           fix erase signal - if any handler returns false the file will not be
26794           overwritten. If no handler is connected, the file will not be
26795           overwritten either.
26796           renamed signal to "allow-overwrite"
26797         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26798           free string when adding it to ID3 failed
26799         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26800           unref event when done
26801         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26802           free caps
26803         * gst/typefind/gsttypefindfunctions.c:
26804         (mpeg_video_stream_type_find):
26805           fix invalid read
26806
26807 2004-04-08  David Schleef  <ds@schleef.org>
26808
26809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26810         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26811
26812 2004-04-08  David Schleef  <ds@schleef.org>
26813
26814         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26815         we don't support (bug #139532)
26816
26817 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26818
26819         * ext/mad/gstmad.c: (gst_mad_handle_event),
26820         (gst_mad_check_caps_reset), (gst_mad_chain),
26821         (gst_mad_change_state):
26822           only set explicit caps if they haven't been set before for
26823           this stream.  MPEG-audio sample rate/channels aren't allowed
26824           to change in-stream.
26825           Fixes #139382
26826
26827 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26830         (_gst_boolean_did_something_accumulator),
26831         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26832         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26833         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26834         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26835         (gst_gnomevfssink_change_state):
26836           Fix erase signal. Don't erase by default. Remove handoff signal.
26837           Remove erase property. Don't segfault. General cleanup.
26838
26839 2004-04-07  Benjamin Otte  <otte@gnome.org>
26840
26841         * gst-libs/gst/gconf/test-gconf.c: (main):
26842           add missing gst_init
26843
26844 2004-04-07  Benjamin Otte  <otte@gnome.org>
26845
26846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26847           free the mutexes, too
26848
26849 2004-04-07  Benjamin Otte  <otte@gnome.org>
26850
26851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26852           actually free the URI string
26853         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26854           compute offset correctly when passing discont events
26855         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26856           don't leak discont events
26857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26858           add some missing breaks so caps aren't copied randomly
26859         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26860           if we realloc memory, we better use it
26861
26862 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26863
26864         * ext/mad/gstmad.c: (normal_seek):
26865           fix GST_FORMAT_TIME usage
26866
26867 2004-04-05  David Schleef  <ds@schleef.org>
26868
26869         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26870         a deprecated function (hack!)
26871
26872 2004-04-05  Benjamin Otte  <otte@gnome.org>
26873
26874         * ext/esd/esdmon.c: (gst_esdmon_get):
26875           fix nonterminated vararg and memleak
26876
26877 2004-04-05  Benjamin Otte  <otte@gnome.org>
26878
26879         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26880         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26881         (gst_ladspa_set_property), (gst_ladspa_get_property),
26882         (gst_ladspa_instantiate), (gst_ladspa_activate),
26883         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26884           clean up debugging
26885
26886 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26887
26888         reviewed by Benjamin Otte  <otte@gnome.org>
26889
26890         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26891           check for broken LADSPA parameters (fixes #138635)
26892
26893 2004-04-05  Benjamin Otte  <otte@gnome.org>
26894
26895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26896           advertise buffer-frames correctly on sinkpads
26897
26898 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26899
26900         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26901         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26902         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26903         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26904         (gst_mad_check_caps_reset), (gst_mad_chain):
26905         add more debugging, only reset caps when we're not in error state
26906
26907 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26908
26909         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26910
26911 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26912
26913         reviewed by Benjamin Otte  <otte@gnome.org>
26914
26915         * configure.ac:
26916           fix == in test(1) operator
26917
26918 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26919
26920         reviewed by Benjamin Otte  <otte@gnome.org>
26921
26922         * configure.ac:
26923           fix --export-symblos-regex to a working regex.
26924
26925 2004-04-04  Benjamin Otte  <otte@gnome.org>
26926
26927         * sys/oss/.cvsignore:
26928           add for oss_probe
26929
26930 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26931
26932         reviewed by Benjamin Otte  <otte@gnome.org>
26933
26934         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26935           add missing 'new_media' argument (fixes #138168)
26936         * gst/matroska/matroska-demux.c:
26937         (gst_matroska_demux_handle_seek_event):
26938           add vararg terminator (fixes #138169)
26939
26940 2004-04-02  David Schleef  <ds@schleef.org>
26941
26942         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26943         disted (bug #138914)
26944
26945 2004-04-01  Benjamin Otte  <otte@gnome.org>
26946
26947         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26948         (gst_alsa_close_audio):
26949           handle case better where a soundcard can't pause
26950         * ext/ogg/gstoggdemux.c:
26951           don't crash when we get events but don't have pads yet
26952
26953 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26954
26955         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26956           throw an error if we couldn't probe any caps.
26957
26958 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26959
26960         * ext/dvdnav/gst-dvd:
26961         Add a really simple sample DVD player
26962
26963 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26964
26965         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26966         (gst_a52dec_push), (gst_a52dec_handle_event),
26967         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26968         (gst_a52dec_change_state):
26969         * ext/a52dec/gsta52dec.h:
26970           Use a debug category, Output timestamps correctly
26971           Emit tag info, Handle events, tell liba52dec about cpu
26972           capabilities so it can use MMX etc.
26973         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26974           Fix a crasher accessing invalid memory
26975         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26976         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26977         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26978         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26979         (dvdnavsrc_query):
26980           Some support for byte-format seeking.
26981           Small fixes for still frames and menu button overlays
26982         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26983         (gst_mpeg2dec_alloc_buffer):
26984           Use a debug category. Adjust the report level of several items to
26985           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26986           so it doesn't lose the GstBuffer pointer
26987         * gst/debug/Makefile.am:
26988         * gst/debug/gstdebug.c: (plugin_init):
26989         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26990         (gst_navseek_base_init), (gst_navseek_class_init),
26991         (gst_navseek_init), (gst_navseek_seek),
26992         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26993         (gst_navseek_get_property), (gst_navseek_chain),
26994         (gst_navseek_plugin_init):
26995         * gst/debug/gstnavseek.h:
26996           Add the navseek debug element for seeking back and forth in a
26997           video stream using arrow keys.
26998         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26999         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27000         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27001         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27002         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27003         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27004         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27005         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27006         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27007         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27008         * gst/mpeg2sub/gstmpeg2subt.h:
27009           Pretty much a complete rewrite. Now a loopbased element. May still
27010           require work to properly synchronise subtitle buffers.
27011         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27012         (gst_dvd_demux_send_subbuffer):
27013         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27014           Don't attempt to create subbuffers of size 0
27015           Reduce a couple of error outputs to warnings.
27016         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27017         (gst_y4mencode_chain):
27018         Output the y4m frame header correctly.
27019
27020 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27021
27022         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27023           throw errors instead of allowing SIGFPE
27024
27025 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27026
27027         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27028         (gst_gconf_render_bin_from_key):
27029           leak plugging and style fixing
27030
27031 2004-03-31  David Schleef  <ds@schleef.org>
27032
27033         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27034         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27035         (bug #138225)
27036         * gst/debug/Makefile.am:
27037         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27038         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27039         plugin.
27040         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27041         (gst_negotiation_base_init), (gst_negotiation_class_init),
27042         (gst_negotiation_init), (gst_negotiation_getcaps),
27043         (gst_negotiation_pad_link), (gst_negotiation_chain),
27044         (gst_negotiation_set_property), (gst_negotiation_get_property),
27045         (gst_negotiation_plugin_init):  New element to talk about random
27046         negotiation things happening in a pipeline.
27047
27048 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27049
27050         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27051           fix integer addition with help of Stefan Kost
27052
27053 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27054
27055         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27056
27057 2004-03-30  David Schleef  <ds@schleef.org>
27058
27059         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27060         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27061         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27062         (bug #137504)
27063         * ext/mpeg2dec/gstmpeg2dec.h:
27064
27065 2004-03-30  David Schleef  <ds@schleef.org>
27066
27067         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27068
27069 2004-03-30  David Schleef  <ds@schleef.org>
27070
27071         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27072         Michael Petullo) to handle .mov
27073
27074 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27075
27076         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27077         (gst_osselement_rate_check_rate):
27078           probe caps correctly for sound cards that only support one format
27079
27080 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27081
27082         * ext/kio/kiosrc.cpp: (process_events):
27083           update handling event processing if inside KDE - untested
27084
27085 2004-03-29  David Schleef  <ds@schleef.org>
27086
27087         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27088         by 2 to not interfere with other colorspaces.
27089         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27090         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27091         one to not interfere with ffmpeg_colorspace.
27092
27093 2004-03-29  David Schleef  <ds@schleef.org>
27094
27095         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27096         aren't in the caps.
27097         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27098         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27099
27100 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27101
27102         * gst-libs/gst/riff/riff-media.c:
27103           fail on error, don't try to set stuff on NULL caps
27104
27105 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27106
27107         * configure.ac:
27108         * ext/Makefile.am:
27109         * ext/kio/Makefile.am:
27110         * ext/kio/kioreceiver.cpp:
27111         * ext/kio/kioreceiver.h:
27112         * ext/kio/kiosrc.cpp:
27113         * ext/kio/kiosrc.h:
27114           add experimental kiosrc plugin
27115         * ext/alsa/gstalsaplugin.c: (plugin_init):
27116           initialize debugging category only when we're sure registering the
27117           plugins worked.
27118
27119 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27120
27121         * examples/gstplay/player.c: (main):
27122         * gst-libs/gst/play/play.c: (gst_play_class_init),
27123         (gst_play_set_location), (gst_play_set_data_src),
27124         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27125         (gst_play_set_visualization), (gst_play_connect_visualization):
27126           check return values of element_set_state and return FALSE where
27127           failed
27128
27129 2004-03-29  Benjamin Otte  <otte@gnome.org>
27130
27131         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27132           try harder to check if an event is really a discont
27133
27134 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27135
27136         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27137         * po/az.po:
27138
27139 2004-03-28  Benjamin Otte  <otte@gnome.org>
27140
27141         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27142         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27143         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27144           get rid of non-standard "..." ranges in case statements.
27145
27146 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27147
27148         * gst/mpegstream/gstmpegdemux.c:
27149         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27150         specific functionality split to the new dvddemux element.
27151         * gst/mpegstream/gstdvddemux.c:
27152         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27153         streams, derived from mpegdemux.
27154         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27155         up. SCR based timestamp rewriting can be turned off (will probably
27156         completely disappear soon).
27157         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27158         hacking. General cleanup. All printf statements replaced by
27159         debugging messages. Almost complete libdvdnav support.
27160         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27161         by events. New properties for audio and subpicture languages.
27162         (dvdnavsrc_update_highlight): Now uses events.
27163         (dvdnavsrc_user_op): Cleaned up.
27164         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27165         based). Lots of cleanup, and propper support for most libdvdnav
27166         events.
27167         (dvdnavsrc_make_dvd_event): New function.
27168         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27169         (dvdnavsrc_make_clut_change_event): New function.
27170
27171 2004-03-26  Benjamin Otte  <otte@gnome.org>
27172
27173         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27174           fix bug where typefinding would claim it's theora whenever less then
27175           7 bytes of data were available
27176
27177 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27180         (gst_alawdec_base_init), (gst_alawdec_class_init),
27181         (gst_alawdec_init), (gst_alawdec_chain):
27182         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27183         (gst_alawenc_base_init), (gst_alawenc_class_init),
27184         (gst_alawenc_init), (gst_alawenc_chain):
27185         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27186         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27187         (gst_mulawdec_init), (gst_mulawdec_chain):
27188         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27189         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27190         (gst_mulawenc_init), (gst_mulawenc_chain):
27191           Fix capsnego in all four, remove the unused property functions and
27192           simplify the chain functions slightly. I guess we could use macros
27193           or something similar for those, since the code is so similar, but
27194           I'm currently too lazy...
27195
27196 2004-03-24  David Schleef  <ds@schleef.org>
27197
27198         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27199         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27200         (gst_osselement_get_format_structure),
27201         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27202         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27203         (gst_osselement_rate_int_compare): Add code to handle rate probing
27204         (bug #120883)
27205         * sys/oss/gstosselement.h: same
27206         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27207         Use rate probing provided by osselement.
27208         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27209
27210 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27211
27212         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27213         (gst_xvidenc_get_property):
27214           ulong/int mess-up.
27215
27216 2004-03-24  David Schleef  <ds@schleef.org>
27217
27218         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27219         (gst_speexdec_init):
27220         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27221         (gst_speexenc_init):  Create the pad template correctly (from
27222         the static pad template, not a NULL pointer.)
27223
27224 2004-03-25  Benjamin Otte  <otte@gnome.org>
27225
27226         * gst/debug/Makefile.am:
27227         * gst/debug/breakmydata.c:
27228           add element that quasi-randomly changes bytes in the stream.
27229           Intended use is robustness checking of demuxers and decoders in
27230           media tests.
27231
27232 2004-03-24  Benjamin Otte  <otte@gnome.org>
27233
27234         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27235         (gst_alsa_probe_hw_params):
27236         * ext/alsa/gstalsa.h:
27237           debugging output fixes
27238
27239 2004-03-24  Benjamin Otte  <otte@gnome.org>
27240
27241         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27242           don't g_return_if_fail if element is PLAYING, fail silently as every
27243           other element.
27244         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27245           only fix needed for cast lvalue issues in gst-plugins
27246         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27247           add proxy_getcaps
27248
27249 2004-03-24  Benjamin Otte  <otte@gnome.org>
27250
27251         * gst/level/gstlevel.c: (gst_level_init):
27252           add proxying getcaps function, so level doesn't advertise impossible
27253           caps
27254
27255 2004-03-24  David Schleef  <ds@schleef.org>
27256
27257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27258         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27259         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27260         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27261         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27262         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27263         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27264         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27265         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27266         messages.  Divide the chunk size by the compression ratio
27267         (needed for MACE audio)
27268
27269 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27270
27271         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27272           Fix buffer overflow read error.
27273
27274 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * ext/alsa/gstalsa.h:
27277           Remove unused entry.
27278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27279           Add cinepak.
27280         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27281         (gst_videodrop_link), (gst_videodrop_chain):
27282           Fix, sort of. Was horribly broken with new capsnego. Bah...
27283
27284 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27285
27286         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27287         (plugin_init):
27288         Add a monkeysaudio typefind function
27289
27290 2004-03-23  Johan Dahlin  <johan@gnome.org>
27291
27292         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27293         (gst_play_video_fixate): Check so the structure has the field
27294         before trying to fixate them, this makes it possible to have
27295         fakesinks for video and audio output without printing errors on
27296         the output console.
27297
27298 2004-03-22  David Schleef  <ds@schleef.org>
27299
27300         * sys/oss/Makefile.am:
27301         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27302         (check_rate), (add_rate):  Rate probing test app.
27303
27304 2004-03-21  Benjamin Otte  <otte@gnome.org>
27305
27306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27307         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27308           add a fixation function that pretty much does the right thing (fixes
27309           #137556)
27310
27311 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27312
27313         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27314
27315 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27316
27317         reviewed by: Benjamin Otte  <otte@gnome.org>
27318
27319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27320           terminate gst_event_new_discontinuous correctly (fixes parts of
27321           #137711)
27322
27323 2004-03-19  David Schleef  <ds@schleef.org>
27324
27325         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27326         since it doesn't depend on X, and it's part of our ABI.
27327
27328 2004-03-19  Iain <iain@prettypeople.org>
27329
27330         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27331         is_int in the structure, not the local variable.
27332
27333 2004-03-19  David Schleef  <ds@schleef.org>
27334
27335         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27336         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27337         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27338         Improvements in caps negotiation.
27339
27340 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27341
27342         * po/LINGUAS:
27343         * po/af.po:
27344           adding Afrikaans (Petri Jooste)
27345
27346 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27347
27348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27349         (gst_ffmpegcolorspace_chain):
27350         throw error instead of g_critical (#137588)
27351
27352 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27353
27354         * Makefile.am:
27355         * configure.ac:
27356           dist common and m4 correctly
27357         * po/sv.po:
27358
27359 2004-03-17  David Schleef  <ds@schleef.org>
27360
27361         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27362         (bug #137348)
27363
27364 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27365
27366         * po/LINGUAS:
27367         * po/sv.po:
27368           adding Swedish translation (Christian Rose)
27369
27370 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27371
27372         * Makefile.am: use release.mak
27373
27374 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27375
27376         * common/ChangeLog:
27377         * common/gst-autogen.sh:
27378           add some explanation about the version detection
27379         * configure.ac:
27380           fix X check
27381
27382 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27383
27384         * configure.ac: bump nano to 1
27385
27386 === release 0.8.0 ===
27387
27388 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27389
27390         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27391
27392 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27393
27394         * configure.ac:
27395           update libtool version
27396         * gst-libs/gst/media-info/Makefile.am:
27397           actually use libtool version
27398
27399 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27400
27401         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27402
27403 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27404
27405         * configure.ac:
27406         * gst-plugins.spec.in:
27407         * pkgconfig/Makefile.am:
27408         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27409         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27410         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27411         * pkgconfig/gstreamer-libs.pc.in:
27412         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27413         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27414         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27415         * pkgconfig/gstreamer-plugins.pc.in:
27416           remove @VERSION@ from some of the pc files since core and plugins
27417           are decoupled.
27418           created gstreamer-plugins.pc as it's a better name, but keeping
27419           -libs around for now to get fixes upstream done first.
27420
27421 2004-03-15  Julien MOUTTE <julien@moutte.net>
27422
27423         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27424         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27425         * gst-libs/gst/play/play.h:
27426
27427 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27428
27429         * *.c, *.cc: don't mix tabs and spaces
27430
27431 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27432
27433         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27434           use the new ffmpegcolorspace
27435         * gst-plugins.spec.in:
27436           package new colorspace and media-info
27437         * configure.ac:
27438         * pkgconfig/Makefile.am:
27439           fix some more disting issues
27440         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27441         * pkgconfig/gstreamer-media-info.pc.in:
27442           generate media-info pc files
27443
27444 2004-03-15  Johan Dahlin  <johan@gnome.org>
27445
27446         * *.h: Revert indenting
27447
27448 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27449
27450         * configure.ac:
27451           adding ffmpegcolorspace element
27452         * gst/ffmpegcolorspace/Makefile.am:
27453         * gst/ffmpegcolorspace/avcodec.h:
27454         * gst/ffmpegcolorspace/common.h:
27455         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27456         * gst/ffmpegcolorspace/dsputil.h:
27457         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27459         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27460         (gst_ffmpeg_caps_to_pix_fmt):
27461         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27463         (gst_ffmpegcolorspace_caps_remove_format_info),
27464         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27465         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27466         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27467         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27468         (gst_ffmpegcolorspace_set_property),
27469         (gst_ffmpegcolorspace_get_property),
27470         (gst_ffmpegcolorspace_register):
27471         * gst/ffmpegcolorspace/imgconvert.c:
27472         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27473         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27474         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27475         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27476         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27477         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27478         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27479         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27480         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27481         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27482         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27483         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27484         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27485         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27486         (img_get_alpha_info), (deinterlace_line),
27487         (deinterlace_line_inplace), (deinterlace_bottom_field),
27488         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27489         * gst/ffmpegcolorspace/imgconvert_template.h:
27490         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27491         * gst/ffmpegcolorspace/mmx.h:
27492         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27493           adding ffmpegcolorspace element supplied by Ronald after cleaning
27494           up and pulling in the right bits of upstream source.
27495           I'm sure a better C/compiler wizard could do some cleaning up (for
27496           example use GLIB's malloc stuff), but as a first pass this
27497           works very well
27498
27499 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27500
27501         * ext/alsa/gstalsa.h:
27502           I assume Ronald forgot to commit the change to have cardname
27503           as a struct member.  Expect some public spanking at the next
27504           opportunity.
27505
27506 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27507
27508         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27509         (gst_alsa_open_audio), (gst_alsa_close_audio):
27510         * ext/alsa/gstalsa.c:
27511           Don't open the device if we're a mixer (= padless).
27512         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27513         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27514         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27515           Open mixer during state change rather than during object
27516           initialization. Also, get a device name. Currently in a somewhat
27517           hackish fashion, but I didn't really find something better.
27518
27519 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27520
27521         * *.c, *.h: run gst-indent
27522
27523 2004-03-14  Benjamin Otte  <otte@gnome.org>
27524
27525         * gst/modplug/gstmodplug.cc:
27526         * gst/modplug/gstmodplug.h:
27527           set correct timestamps on outgoing buffers
27528
27529 2004-03-14  Benjamin Otte  <otte@gnome.org>
27530
27531         * gst/modplug/gstmodplug.cc:
27532           handle events - don't do crap when a discont arrives that's not
27533           necessary
27534           This allows correct loading and playback of mods in Rhythmbox
27535
27536 2004-03-14  Benjamin Otte  <otte@gnome.org>
27537
27538         * configure.ac:
27539         * gst-libs/gst/gconf/Makefile.am:
27540         * pkgconfig/Makefile.am:
27541           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27542           they get rebuilt properly
27543         * configure.ac:
27544           when checking for vorbis, try pkgconfig first.
27545         * gst/modplug/gstmodplug.cc:
27546           add fixate function
27547
27548 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27549
27550         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27551           Fix for obvious mistake, where we first shift the offset and then
27552           read a samplesize element assuming the old offset. Note that this
27553           part still has something weird, i.e. my movies containing those
27554           don't actually play well, but at least there's something that looks
27555           like sound now.
27556
27557 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27558         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27559         (plugin_init):
27560         Add a typefind function for speex format
27561
27562 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27563
27564         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27565         (gst_asf_demux_setup_pad):
27566           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27567           instead of 0. Reason is simple: some elements have a fps range
27568           of 1-max instead of 0-max. So now ASF video actually works.
27569
27570 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27571
27572         * po/LINGUAS:
27573         * po/sr.po:
27574           adding serbian as a language
27575
27576 2004-03-13  Benjamin Otte  <otte@gnome.org>
27577
27578         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27579           return taglist correctly from _get function, don't gst_pad_push it.
27580           (fixes #137042)
27581
27582 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27583         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27584
27585 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27586
27587         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27588         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27589         (gst_alsa_mixer_track_new):
27590         * ext/alsa/gstalsamixertrack.h:
27591           Fix ancient leftovers... MixerTrack is a GObject.
27592
27593 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27594
27595         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27596         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27597           Don't block during probing...
27598
27599 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27600
27601         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27602         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27603         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27604         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27605         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27606         (gst_alsa_open_audio), (gst_alsa_close_audio):
27607         * ext/alsa/gstalsa.h:
27608           Add propertyprobe interface implementation, add some device-name
27609           property, all this so that it looks good in gnome-volume-control.
27610
27611 2004-03-12  David Schleef  <ds@schleef.org>
27612
27613         * configure.ac: the Hermes library controls hermescolorspace, not
27614         colorspace.
27615         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27616         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27617         not /* */
27618         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27619         * ext/sdl/sdlvideosink.h: ditto.
27620         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27621
27622 2004-03-12  Benjamin Otte  <otte@gnome.org>
27623
27624         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27625         (gst_x_overlay_got_xwindow_id):
27626         * gst-libs/gst/xoverlay/xoverlay.h:
27627           replace XID with unsigned long to get rid of the xlibs dependency in
27628           XOverlay (fixes #137004)
27629
27630 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27631         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27632         (gst_agingtv_setup):
27633         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27634         (gst_dicetv_base_init), (gst_dicetv_class_init),
27635         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27636         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27637         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27638         (gst_edgetv_setup), (gst_edgetv_rgb32):
27639         * gst/effectv/gsteffectv.c:
27640         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27641         (gst_quarktv_set_property):
27642         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27643         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27644         (gst_revtv_setup), (gst_revtv_rgb32):
27645         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27646         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27647         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27648         (gst_shagadelictv_rgb32):
27649         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27650         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27651         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27652         * gst/effectv/gstwarp.c:
27653         Port everything that can be ported to videofilter and fix up the caps.
27654         Can someone with a big-endian machine please check these?
27655
27656 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27657
27658         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27659         (gst_osssink_chain), (gst_osssink_change_state):
27660           Latest fixes for A/V sync, audio playback and such. This is about
27661           all... MPEG playback issues are mostly related to the async build-
27662           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27663
27664 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27665
27666         patch from: Stephane Loeuillet
27667
27668         * configure.ac:
27669           use pkg-config for some libraries, falling back to the old .m4 way
27670           (fixes #131270)
27671         * m4/libdv.m4:
27672           removed
27673
27674 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27675
27676         * configure.ac:
27677         * tools/Makefile.am:
27678         * tools/Makefile.in:
27679         * tools/gst-launch-ext-m.m:
27680         * tools/gst-launch-ext.1.in:
27681         * tools/gst-visualise-m.m:
27682         * tools/gst-visualise.1:
27683         * tools/gst-visualise.1.in:
27684           reorganizing generation of script tools
27685
27686 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27687
27688         * ext/divx/gstdivxdec.c:
27689           Downgrade priority. We prefer ffdec_mpeg4.
27690         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27691         (gst_faad_chain), (gst_faad_change_state):
27692           Fix capsnego. Doesn't work for some sounds because we don't have
27693           a 5:1 to stereo element.
27694         * ext/xvid/gstxvid.c: (plugin_init):
27695           Add priority.
27696         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27697         (gst_osssink_change_state):
27698           Add discont handling.
27699
27700 2004-03-09  Colin Walters  <walters@verbum.org>
27701
27702         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27703         conversion.
27704
27705 2004-03-09  Benjamin Otte  <otte@gnome.org>
27706
27707         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27708           the signals take 2 arguments
27709
27710 2004-03-09  David Schleef  <ds@schleef.org>
27711
27712         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27713         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27714         * ext/alsa/gstalsa.h:
27715         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27716
27717 2004-03-09  Benjamin Otte  <otte@gnome.org>
27718
27719         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27720         (gst_mikmod_change_state):
27721         * ext/mikmod/gstmikmod.h:
27722           make mikmod's loop function not loop infinitely and call
27723           gst_element_yield anymore
27724         * gst/modplug/gstmodplug.cc:
27725           fix pad negotiation (fixes #136590)
27726
27727 2004-03-09  David Schleef  <ds@schleef.org>
27728
27729         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27730         doesn't conflict with the internal colorspace plugin.
27731         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27732         satisfy the crappy-ass shell shipped by a certain vendor.
27733         * gst/videofilter/make_filter: same (bug #135299)
27734
27735 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27736
27737         * configure.ac: bump nano to 1
27738
27739 === release 0.7.6 ===
27740
27741 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27742
27743         * configure.in: releasing 0.7.6, "There"
27744
27745 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27746
27747         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27748         * pkgconfig/gstreamer-play.pc.in:
27749           synchronize the two
27750
27751 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27752
27753         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27754         (cdparanoia_open), (cdparanoia_event):
27755           fix/add error handling
27756         * po/POTFILES.in:
27757           add cdparanoia source
27758         * tools/Makefile.am:
27759           make scripts executable
27760
27761 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27762
27763         * configure.ac:
27764         * ext/vorbis/Makefile.am:
27765         * sys/Makefile.am:
27766           remove id3types, vorbisfile and xvideosink from the build (#133783)
27767
27768 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27769
27770         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27771           Fix metadata read crash (#136537).
27772
27773 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27774
27775         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27776         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27777           adding mime types, fixing the one-stop function
27778
27779 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27780
27781         * ext/nas/nassink.c and /ext/nas/nassink.h:
27782         More NAS love from Arwed von Merkatz
27783         So lets all sing 'Can you feel the NAS tonight'
27784
27785 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27786
27787         * tools/gst-launch-ext.in:
27788         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27789
27790 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27791
27792         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27793         (gst_mpeg2dec_init):
27794         remove the user_data pad for now, because it is being used in
27795         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27796         If someone knows how to fix this properly, please do.
27797
27798 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27799
27800         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27801         (gst_osssink_get_time):
27802         add a warning, IMO this won't get triggered anymore, remove later
27803
27804 2004-03-07  David Schleef  <ds@schleef.org>
27805
27806         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27807         format (bug #136470)
27808
27809 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27810
27811         * gst-libs/Makefile.am:
27812         * gst-libs/gst/media-info/Makefile.am:
27813         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27814         (error_callback), (gst_media_info_error_create),
27815         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27816         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27817         * gst-libs/gst/media-info/media-info-priv.h:
27818         * gst-libs/gst/media-info/media-info-test.c: (main):
27819         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27820         (gst_media_info_class_init), (gst_media_info_instance_init),
27821         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27822         (gst_media_info_read_idler), (gst_media_info_read):
27823         * gst-libs/gst/media-info/media-info.h:
27824         fixed, should work now
27825
27826 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27827
27828         * ext/nas/nassink.c:
27829         A bunch of NAS fixes from Arwed von Merkatz
27830
27831 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27834         (qtdemux_parse_trak):
27835           Fix crash (j might be greater than n_samples, in which case we're
27836           writing outside the allocated space for the array) and memleak.
27837
27838 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27839
27840         * sys/oss/gstosssink.c: (gst_osssink_chain):
27841           And another caller that couldn't handle delay < 0 (unsigned
27842           integer overflow). Video now continues playing on an audio
27843           buffer underrun, and the clock continues working. Audio still
27844           stalls.
27845
27846 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27847
27848         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27849         (gst_osssink_get_time):
27850           get_delay() may return values lower than 0. In those cases, we
27851           should not actually cast to *unsigned* int64, that will break
27852           stuff horribly. In my case, it screwed up A/V sync in movies
27853           in totem rather badly.
27854
27855 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27856
27857         * ext/faac/gstfaac.c: (gst_faac_chain):
27858         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27859         * ext/libpng/gstpngenc.c: (user_write_data):
27860         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27861         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27862         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27863         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27864         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27865         of any buffer), should fix some leaks. I hope I didn't unref buffers
27866         that shouldn't be...
27867
27868 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27869
27870         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27871         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27872         (error_callback), (gmi_reset), (gmi_seek_to_track),
27873         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27874         (gmip_find_type_post), (gmip_find_stream_post),
27875         (gmip_find_track_streaminfo_post):
27876         * gst-libs/gst/media-info/media-info-priv.h:
27877         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27878         (info_print), (main):
27879         * gst-libs/gst/media-info/media-info.c:
27880         (gst_media_info_error_create), (gst_media_info_error_element),
27881         (gst_media_info_instance_init), (gst_media_info_get_property),
27882         (gst_media_info_new), (gst_media_info_set_source),
27883         (gst_media_info_read_idler), (gst_media_info_read):
27884         * gst-libs/gst/media-info/media-info.h:
27885           first pass at making this work again.  This seems to work on
27886           tagged ogg/vorbis and mp3 files.
27887
27888 2004-03-06  Benjamin Otte  <otte@gnome.org>
27889
27890         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27891           fix huge leak: gst_buffer_merge doesn't unref the first argument
27892           itself.
27893
27894 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27895
27896         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27897           report layer/mode/emphasis
27898
27899 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27900
27901         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27902
27903 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27904
27905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27906           signal serial
27907
27908 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27909
27910         * ext/vorbis/vorbis.c: (plugin_init):
27911         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27912         (gst_vorbis_dec_init), (vorbis_dec_event):
27913         add debug category
27914         make vorbisdec handle _BYTE and _TIME queries
27915
27916 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27917
27918         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27919           from the xing header
27920
27921 2004-03-06  Benjamin Otte  <otte@gnome.org>
27922
27923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27924         (gst_audio_convert_link), (gst_audio_convert_change_state),
27925         (gst_audio_convert_buffer_from_default_format):
27926           do conversions from/to float correctly, fix some caps nego errors,
27927           export correct supported caps in template and getcaps, use correct
27928           caps in try_set_caps functions
27929
27930 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27931
27932         For some reason, I only committed a ChangeLog entry yesterday and
27933         not the corresponding code...
27934         * ext/mad/gstmad.c: Fix detection of Xing headers
27935         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27936
27937 2004-03-06  Benjamin Otte  <otte@gnome.org>
27938
27939         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27940         (gst_ogg_demux_src_query):
27941           make sure to handle the case where there's no current chain
27942           gracefully.
27943
27944 2004-03-05  David Schleef  <ds@schleef.org>
27945
27946         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27947         Add fixate function. (bug #131128)
27948         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27949         (gst_sdlvideosink_fixate):  Add fixate function.
27950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27951         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27952         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27953         Fix missing break that was causing ulaw to be interpreted as
27954         raw int.
27955
27956 2004-03-05  David Schleef  <ds@schleef.org>
27957
27958         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27959         Fix code that ignores return value of gst_buffer_merge().
27960         (bug #114560)
27961         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27962         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27963         * testsuite/gst-lint:  Check for above.
27964
27965 2004-03-05  David Schleef  <ds@schleef.org>
27966
27967         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27968         caps and throw an element error.  (bug #136334)
27969
27970 2004-03-05  David Schleef  <ds@schleef.org>
27971
27972         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27973         (gst_faad_chain): Fix negotiation.
27974         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27975         key and button events.
27976         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27977         dung heap of code.
27978         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27979         depends on gconf
27980         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27981         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27982         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27983         function to encourage better negotiation, particularly between
27984         audioconvert and osssink.
27985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27986         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27987         more important.
27988         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27989         typefinding.
27990         * gst/vbidec/vbiscreen.c:  Add glib header
27991         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27992
27993 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27994
27995         * ext/mad/gstmad.c: Fix detection of Xing headers
27996         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27997
27998 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27999
28000         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28001         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28002           debug updates
28003
28004 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28005
28006         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28007         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28008         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28009         files, and report the parsed length as a GST_TAG_DURATION tag.
28010         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28011
28012 2004-03-05  Benjamin Otte  <otte@gnome.org>
28013
28014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28015           convert channels correctly. convert correctly to unsigned.
28016
28017 2004-03-05  Julien MOUTTE <julien@moutte.net>
28018
28019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28020         we have a window before clearing it.
28021
28022 2004-03-05  Julien MOUTTE <julien@moutte.net>
28023
28024         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28025         have a window before clearing it.
28026
28027 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28028
28029         * gconf/gstreamer.schemas.in:
28030         * gst-libs/gst/gconf/Makefile.am:
28031           version installation path the same way as for 0.6
28032         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28033         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28034         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28035           remove comment that was fixed
28036
28037 2004-03-05  David Schleef  <ds@schleef.org>
28038
28039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28040         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28041         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28042         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28043         Add prototype code for handling seeking and querying.
28044
28045 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28046
28047         * examples/gstplay/player.c: (main):
28048           Initialize variables to NULL. Prevents a segfault because the
28049           (uninitialized) variable is not NULL, resulting in a crash on
28050           trying to reach error->message.
28051
28052 2004-03-05  Benjamin Otte  <otte@gnome.org>
28053
28054         * gst/audioconvert/gstaudioconvert.c:
28055         (gst_audio_convert_buffer_to_default_format):
28056         make float=>int conversion work correctly even in cornercases.
28057
28058 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28059
28060         * debian/README.Debian:
28061         * debian/build-deps:
28062         * debian/changelog:
28063         * debian/control:
28064         * debian/control.in:
28065         * debian/copyright:
28066         * debian/gstreamer-a52dec.files:
28067         * debian/gstreamer-aa.files:
28068         * debian/gstreamer-alsa.files:
28069         * debian/gstreamer-alsa.manpages:
28070         * debian/gstreamer-arts.files:
28071         * debian/gstreamer-artsd.files:
28072         * debian/gstreamer-audiofile.files:
28073         * debian/gstreamer-avifile.files:
28074         * debian/gstreamer-cdparanoia.files:
28075         * debian/gstreamer-colorspace.files:
28076         * debian/gstreamer-doc.files:
28077         * debian/gstreamer-dv.files:
28078         * debian/gstreamer-dvd.files:
28079         * debian/gstreamer-esd.files:
28080         * debian/gstreamer-festival.files:
28081         * debian/gstreamer-flac.files:
28082         * debian/gstreamer-gconf.conffiles:
28083         * debian/gstreamer-gconf.files:
28084         * debian/gstreamer-gconf.postinst:
28085         * debian/gstreamer-gnomevfs.files:
28086         * debian/gstreamer-gsm.files:
28087         * debian/gstreamer-http.files:
28088         * debian/gstreamer-jack.files:
28089         * debian/gstreamer-jpeg.files:
28090         * debian/gstreamer-mad.files:
28091         * debian/gstreamer-mikmod.files:
28092         * debian/gstreamer-misc.files:
28093         * debian/gstreamer-mpeg2dec.files:
28094         * debian/gstreamer-oss.files:
28095         * debian/gstreamer-plugin-apps.files:
28096         * debian/gstreamer-plugin-apps.manpages:
28097         * debian/gstreamer-plugin-libs-dev.files:
28098         * debian/gstreamer-plugin-libs.files:
28099         * debian/gstreamer-plugin-template.postinst:
28100         * debian/gstreamer-plugin-template.postrm:
28101         * debian/gstreamer-sdl.files:
28102         * debian/gstreamer-sid.files:
28103         * debian/gstreamer-vorbis.files:
28104         * debian/gstreamer-x.files:
28105         * debian/mk.control:
28106         * debian/rules:
28107         Debian package info not maintained here.
28108
28109 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28110
28111         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28112         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28113         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28114         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28115         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28116         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28117         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28118         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28119         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28120         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28121         * gst-libs/gst/colorbalance/colorbalance.c:
28122         (gst_color_balance_class_init):
28123         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28124         (gst_color_balance_channel_class_init):
28125         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28126         * gst-libs/gst/play/play.c: (gst_play_class_init):
28127         * gst-libs/gst/propertyprobe/propertyprobe.c:
28128         (gst_property_probe_iface_init):
28129         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28130         * gst-libs/gst/tuner/tunerchannel.c:
28131         (gst_tuner_channel_class_init):
28132         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28133         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28134         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28135         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28136         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28137         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28138         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28140         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28141           fix signals to use - instead of _
28142         * ext/libcaca/gstcacasink.h:
28143         * ext/sdl/sdlvideosink.h:
28144           fix header rename
28145
28146 2004-03-04  David Schleef  <ds@schleef.org>
28147
28148         * testsuite/gst-lint:  Add a check for bad signal names.
28149
28150 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28151
28152         reviewed by David Schleef
28153
28154         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28155         modified the alpha channel and caused a warning. (bug #136192)
28156
28157 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28158
28159         * gst-plugins.spec.in:
28160         Change names of plugins to actually be correct. Try to keep things
28161         alphabetical to avoid getting beat up by Thomas
28162
28163 2004-03-03  Julien MOUTTE <julien@moutte.net>
28164
28165         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28166         Using ximagesink as a default if no gconf key found. We should
28167         probably consider using alsasink instead of osssink for the audio
28168         part.
28169
28170 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28171
28172         * configure.ac:
28173           fix --with-plugins, don't think it ever worked before
28174         * gst-plugins.spec.in:
28175           even more updates
28176
28177 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28178
28179         * ext/sdl/sdlvideosink.h:
28180         * sys/ximage/ximagesink.h:
28181         * sys/xvideo/xvideosink.h:
28182         * sys/xvimage/xvimagesink.h:
28183           Fix for move of gstvideosink.h -> videosink.h.
28184
28185 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28186
28187         * gst-libs/gst/xwindowlistener/Makefile.am:
28188           this is a plugin library, not a library
28189
28190 2004-03-01  David Schleef  <ds@schleef.org>
28191
28192         * AUTHORS:  Added some names.  Add yourself if you're still
28193         missing.
28194
28195 2004-03-01  David Schleef  <ds@schleef.org>
28196
28197         * MAINTAINERS: Add
28198
28199 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28200
28201         * gst-plugins.spec.in: clean up spec file
28202
28203 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28204
28205         * gst-libs/gst/video/Makefile.am:
28206         * gst-libs/gst/video/gstvideosink.c:
28207         * gst-libs/gst/video/gstvideosink.h:
28208           rename gstvideosink.h to videosink.h to match other headers
28209         * gst/mixmatrix/Makefile.am:
28210           fix plugin filename
28211         * gst/tags/Makefile.am: fix plugin filename
28212
28213 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28214
28215         * gst/tags/Makefile.am: fix plugin filename
28216
28217 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28218
28219         * examples/gstplay/player.c: (got_time_tick), (main):
28220           add error handler
28221           display time_tick more readably
28222         * gst/mixmatrix/Makefile.am:
28223           fix plugin file name
28224
28225 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28226
28227         * sys/oss/gstosselement.c: (gst_osselement_probe),
28228         (device_combination_append), (gst_osselement_class_probe_devices):
28229         * sys/oss/gstosselement.h:
28230           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28231           on my system using alsa oss emulation, fixes bug #135597
28232
28233 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28234
28235         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28236         (gst_videodrop_chain), (gst_videodrop_change_state):
28237         * gst/videodrop/gstvideodrop.h:
28238           Work based on timestamp of input data, not based on the expected
28239           framerate from the input. The consequence is that this element now
28240           not only scales framerates, but also functions as a framerate
28241           corrector or framerate stabilizer/constantizer.
28242
28243 2004-02-27  David Schleef  <ds@schleef.org>
28244
28245         patches from jmmv@menta.net (Julio M. Merino Vidal)
28246
28247         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28248         GST_ELEMENT_ERROR call (bug #135634)
28249         * gst/interleave/interleave.c: (interleave_buffered_loop),
28250         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28251         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28252         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28253         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28254         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28255         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28256         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28257         Fix GST_ELEMENT_ERROR call.
28258         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28259         GST_ELEMENT_ERROR call.
28260
28261 2004-02-27  Benjamin Otte  <otte@gnome.org>
28262
28263         * gst-libs/gst/audio/audio.h:
28264           add macro to make sure header isn't included twice
28265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28266           don't use gst_buffer_free
28267         * gst/playondemand/filter.func:
28268           don't use gst_data_free. Free data only once.
28269
28270 2004-02-26  David Schleef  <ds@schleef.org>
28271
28272         * gst-libs/gst/colorbalance/Makefile.am:
28273         * gst-libs/gst/mixer/Makefile.am:
28274         * gst-libs/gst/tuner/Makefile.am:
28275         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28276         should not be disted, -marshal.h files should not be installed,
28277         and -enum.h files _should_ be installed.  Fix to make this the
28278         case.
28279
28280 === release 0.7.5 ===
28281
28282 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28283
28284         * configure.ac: release 0.7.5, "Under The Sea"
28285
28286 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28287
28288         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28289         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28290         * gst/videoscale/gstvideoscale.c:
28291         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28292           assorted debug/warning fixes
28293
28294 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28295
28296         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28297         (gst_videoscale_init), (gst_videoscale_chain),
28298         (gst_videoscale_set_property), (plugin_init):
28299         * gst/videoscale/gstvideoscale.h:
28300         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28301         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28302         (gst_videoscale_planar400), (gst_videoscale_packed422),
28303         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28304         (gst_videoscale_24bit), (gst_videoscale_16bit),
28305         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28306         (gst_videoscale_scale_plane_slow),
28307         (gst_videoscale_scale_point_sample),
28308         (gst_videoscale_scale_nearest),
28309         (gst_videoscale_scale_nearest_str2),
28310         (gst_videoscale_scale_nearest_str4),
28311         (gst_videoscale_scale_nearest_32bit),
28312         (gst_videoscale_scale_nearest_24bit),
28313         (gst_videoscale_scale_nearest_16bit):
28314         add debugging category and use it properly
28315         fix use of GST_PTR_FORMAT
28316
28317 2004-02-25  Andy Wingo  <wingo@pobox.com>
28318
28319         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28320         push only when channel->buffer is NULL. Prevents segfaults doing
28321         the state change after a nonlocal exit, like a scheme exception.
28322
28323         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28324         Handle the case where the intersected caps is empty.
28325
28326 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28327
28328         * gst/law/mulaw-decode.c: (mulawdec_link):
28329         * gst/law/mulaw.c: (plugin_init):
28330           fix mulawdec so it actually works again
28331
28332 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28333
28334         reviewed by: David Schleef  <ds@schleef.org>
28335
28336         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28337         (gst_gamma_init), (gst_gamma_set_property),
28338         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28339         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28340         for RGB, with separate r g and b correction factors. (#131167)
28341
28342 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28343
28344         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28345           only signal tags for bitrate if they're > 0 (#134894)
28346
28347 2004-02-24  David Schleef  <ds@schleef.org>
28348
28349         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28350         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28351         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28352         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28353         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28354         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28355         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28356         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28357         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28358         category.  Attempt to fix timestamp calculation.
28359
28360 2004-02-24  Johan Dahlin  <johan@gnome.org>
28361
28362         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28363
28364 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28365
28366         * configure.ac:
28367         * gconf/Makefile.am:
28368         * gconf/gstreamer.schemas:
28369         * gst-libs/gst/gconf/Makefile.am:
28370         * gst-libs/gst/gconf/gconf.c:
28371           version gconf schemas and install locations
28372
28373 2004-02-23  Benjamin Otte  <otte@gnome.org>
28374
28375         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28376         (gst_xine_input_subclass_init):
28377           call parent dispose.
28378           change pad template for CD reader correctly
28379         * ext/xine/Makefile.am:
28380         * ext/xine/gstxine.h:
28381         * ext/xine/xine.c: (plugin_init):
28382         * ext/xine/xineaudiosink.c:
28383           wrap audio sinks, too
28384         * gst-libs/gst/resample/private.h:
28385         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28386         (gst_resample_reinit), (gst_resample_scale),
28387         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28388         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28389         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28390         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28391         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28392         * gst-libs/gst/resample/resample.h:
28393         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28394         (gst_audioscale_class_init), (gst_audioscale_link),
28395         (gst_audioscale_get_buffer), (gst_audioscale_init),
28396         (gst_audioscale_chain), (gst_audioscale_set_property),
28397         (gst_audioscale_get_property):
28398         * gst/audioscale/gstaudioscale.h:
28399           s/resample_*/gst_resample_*/i to not clobber namespaces
28400
28401 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28402
28403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28404         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28405         (gst_riff_create_video_template_caps),
28406         (gst_riff_create_audio_template_caps),
28407         (gst_riff_create_iavs_template_caps):
28408         * gst-libs/gst/riff/riff-media.h:
28409         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28410         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28411         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28412         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28413         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28414         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28415         (gst_matroska_demux_plugin_init): First batch implementing audio and
28416         video codec tags in demuxers.
28417
28418 2004-02-22  Benjamin Otte  <otte@gnome.org>
28419
28420         * ext/xine/Makefile.am:
28421         * ext/xine/gstxine.h:
28422         * ext/xine/xine.c: (plugin_init):
28423         * ext/xine/xineinput.c:
28424           add input plugin wrapper. Playback from files, http, mms and cdda
28425           works.
28426         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28427           remove leftover G_GNUC_UNUSED
28428         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28429         (gst_asf_demux_identify_guid):
28430           improve debugging output
28431
28432 2004-02-22  Benjamin Otte  <otte@gnome.org>
28433
28434         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28435
28436         * autogen.sh:
28437           replace test -e with test -x for mkinstalldirs to be more portable.
28438           (fixes #134816)
28439
28440 2004-02-22  Benjamin Otte  <otte@gnome.org>
28441
28442         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28443
28444         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28445           set rank to PRIMARY
28446         * gst/volume/gstvolume.c: (plugin_init):
28447           set rank to NONE
28448         fixes #134960
28449
28450 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28451
28452         reviewed by Benjamin Otte  <otte@gnome.org>
28453
28454         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28455           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28456
28457 2004-02-22  Benjamin Otte  <otte@gnome.org>
28458
28459         * configure.ac:
28460           export [_]*{gst,Gst,GST}.* symbols from plugins
28461
28462 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28463
28464         reviewed by: Benjamin Otte  <otte@gnome.org>
28465
28466         * ext/lame/gstlame.c: (add_one_tag):
28467         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28469         (gst_vorbisenc_metadata_set1):
28470         * gst/tags/gstid3tag.c:
28471         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28472           apply fixes from bugs #135042 (lame can't write tags) and #133817
28473           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28474
28475 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28476
28477         * configure.ac: Export only gst_plugin_desc from plugins.
28478          Note that this change only makes any effect with Linux using libtool
28479          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28480          fine. And don't try to have several versions of libtool in different
28481          directories.
28482
28483 2004-02-20  Andy Wingo  <wingo@pobox.com>
28484
28485         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28486         interleave respectively.
28487
28488         * gst/interleave/deinterleave.c: New plugin: deinterleave
28489         (replaces on oneton).
28490         * gst/interleave/interleave.c: New plugin: interleave.
28491         * gst/interleave/plugin.h: Support file.
28492         * gst/interleave/plugin.c: Support file.
28493
28494         * configure.ac: Remove intfloat and oneton, add interleave.
28495
28496         * ext/sndfile/gstsf.c: Handle events better.
28497
28498         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28499         and float2int operation. int2float has scheduling problems as
28500         noted in in2float_chain.
28501
28502 2004-02-20  Benjamin Otte  <otte@gnome.org>
28503
28504         * ext/xine/Makefile.am:
28505         * ext/xine/gstxine.h:
28506         * ext/xine/xine.c:
28507         * ext/xine/xineaudiodec.c:
28508         * ext/xine/xinecaps.c:
28509           add first version of xine plugin wrapper. Currently only wraps the
28510           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28511         * configure.ac:
28512         * ext/Makefile.am:
28513           add xine plugin wrapper, disabled by default. Use --enable-xine to
28514           build. Note that it'll segfault on gst-register if you don't remove
28515           the goom and tvtime post plugins from xine.
28516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28517         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28518           add extradata parsing for QDM2.
28519           change around debugging prints.
28520
28521 2004-02-19  Benjamin Otte  <otte@gnome.org>
28522
28523         * ext/lame/gstlame.c: (gst_lame_chain):
28524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28525           use gst_tag_list_insert when you want to insert tags
28526
28527 2004-02-18  David Schleef  <ds@schleef.org>
28528
28529         * configure.ac:  Move massink to gst-rotten
28530         * ext/Makefile.am:
28531         * ext/mas/Makefile.am:
28532         * ext/mas/massink.c:
28533         * ext/mas/massink.h:
28534
28535 2004-02-18  David Schleef  <ds@schleef.org>
28536
28537         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28538         typefinding, since it seems to be worse than nothing.
28539         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28540         atom to recognize .mp4 and .m4a files as video/quicktime.
28541
28542 2004-02-18  David Schleef  <ds@schleef.org>
28543
28544         * gst/sine/demo-dparams.c: (quit_live),
28545         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28546         Use double dparams, not float.
28547         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28548         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28549         sync'd elements don't really work correctly.
28550         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28551         (volume_update_volume), (volume_get_property):  Change dparam
28552         to double.
28553
28554 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28555
28556         * sys/ximage/ximagesink.c:
28557         (gst_ximagesink_xwindow_update_geometry),
28558         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28559         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28560         (gst_ximagesink_init): Rework the way software video scaling works. So
28561         now we check on each chain call if the video frames are feeling the
28562         window. If not we try to renegotiate caps. On failure we memorize that
28563         and we won't try again for that PLAYING sessions.
28564         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28565         failure.
28566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28567         synchronous flag.
28568
28569 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28570
28571         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28572           break up _link so we can give a better debug message for errors
28573
28574 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28575
28576         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28577           set up debug category
28578
28579 2004-02-18  Julien MOUTTE <julien@moutte.net>
28580
28581         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28582         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28583         the way renegotiation work. The event handling function is not taking
28584         care of external windows and renegotiate method check for pad flags
28585         NEGOTIATING. Should fix : #133209
28586
28587 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28588
28589         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28590         pad is negotiating before trying renegotiation.
28591
28592 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28593
28594         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28595           pass on all possible mime types as typefind hints
28596
28597 2004-02-17  Julien MOUTTE <julien@moutte.net>
28598
28599         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28601         possible SHM leak if we crash. All other apps using XShm are doing
28602         that.
28603
28604 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28605
28606         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28607         (gst_ximagesink_expose): Renegotiate size on expose.
28608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28609         size on expose.
28610
28611 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28612
28613         * testsuite/alsa/sinesrc.c:
28614           cosmetic fix to fix compile issue with gcc 2.95.4
28615
28616 2004-02-16  Julien MOUTTE <julien@moutte.net>
28617
28618         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28619         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28620         failed opening the audio device.
28621         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28622         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28623         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28624         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28625         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28626         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28627         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28628         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28629         Removing some useless g_return_if_fail like wingo suggested.
28630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28631         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28632         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28633         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28634         (gst_xvimagesink_update_colorbalance),
28635         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28636         (gst_xvimagesink_xcontext_clear),
28637         (gst_xvimagesink_get_fourcc_from_caps),
28638         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28639         (gst_xvimagesink_set_xwindow_id),
28640         (gst_xvimagesink_colorbalance_list_channels),
28641         (gst_xvimagesink_colorbalance_set_value),
28642         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28643         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28644
28645 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28646
28647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28648           throw error when not negotiated instead of asserting
28649
28650 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28651
28652         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28653         correct data refcounting.
28654
28655 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28656
28657         * gst/switch/gstswitch.c: (gst_switch_change_state),
28658         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28659         change, mostly the EOS flag.
28660
28661 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28662
28663         * examples/gstplay/player.c: (got_eos), (main): Adding some
28664         output for debugging.
28665         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28666         timeouts if we go to any state different from PLAYING.
28667         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28668         more EOS bugs in riff lib.
28669
28670 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28671
28672         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28673         visualization until i find a way to fix switch correctly.
28674         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28675         EOS arrives.
28676         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28677         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28678         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28679         Reworked switch to get a more correct behaviour with events and refing
28680         of data stored in sinkpads.
28681         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28682         we don't pull from a pad in EOS.
28683
28684 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28685
28686         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28687           remove v1 tag even if we can't read it (makes sure we don't detect
28688           it again)
28689
28690 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28691
28692         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28693         (gst_alsa_xrun_recovery):
28694         * ext/alsa/gstalsa.h:
28695           try xrun recovery when wait failed. Make xrun recovery function
28696           return TRUE/FALSE to indicate success. (might fix #134354)
28697
28698 2004-02-13  David Schleef  <ds@schleef.org>
28699
28700         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28701         (dynparm_value_changed), (main): Convert from float to double.
28702         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28703
28704 2004-02-13  David Schleef  <ds@schleef.org>
28705
28706         * gst/silence/gstsilence.c: (gst_silence_class_init),
28707         (gst_silence_set_clock), (gst_silence_get),
28708         (gst_silence_set_property), (gst_silence_get_property):
28709         * gst/silence/gstsilence.h: Add sync property.
28710         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28711         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28712         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28713         * gst/sine/gstsinesrc.h: Add sync property.
28714
28715 2004-02-13  David Schleef  <ds@schleef.org>
28716
28717         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28718         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28719
28720 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28721
28722         * configure.ac:
28723         * ext/Makefile.am:
28724         * gst-libs/ext/Makefile.am:
28725           move ffmpeg plugin to gst-ffmpeg module
28726
28727 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28728
28729         * configure.ac: use GST_ARCH to detect architecture
28730
28731 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28732
28733         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28734
28735 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28736
28737         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28738           classify LADSPA plugins based on number of src/sink pads
28739           (#133663, Stefan Kost)
28740         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28741           fix dparams registration
28742           (#133528, Stefan Kost)
28743         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28744           fix use of isprint and use g_ascii_isprint instead
28745           (#133316, Stefan Kost)
28746
28747 2004-02-11  David Schleef  <ds@schleef.org>
28748
28749         Convert a few inner loops to use liboil.  This is currently
28750         optional, and is only enabled if liboil is present (duh!).
28751         * configure.ac: Check for liboil-0.1
28752         * gst/intfloat/Makefile.am:
28753         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28754         (gst_int2float_chain_gint16):
28755         * gst/videofilter/Makefile.am:
28756         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28757         (tablelookup_u8), (gst_videobalance_planar411):
28758         * gst/videotestsrc/Makefile.am:
28759         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28760         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28761         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28762         (paint_hline_RGB565), (paint_hline_xRGB1555):
28763
28764 2004-02-11  David Schleef  <ds@schleef.org>
28765
28766         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28767         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28768         (gst_colorspace_getcaps), (gst_colorspace_link),
28769         (gst_colorspace_base_init), (gst_colorspace_init),
28770         (gst_colorspace_chain), (gst_colorspace_change_state),
28771         (plugin_init): Merge Ronald's patch (bug #117897) and update
28772         for new caps and negotiation.  Seems to work, although it
28773         shows off bugs in lcs.
28774
28775 2004-02-11  David Schleef  <ds@schleef.org>
28776
28777         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28778         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28779
28780 2004-02-11  David Schleef  <ds@schleef.org>
28781
28782         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28783         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28784         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28785         Add server and port properties
28786
28787 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28788
28789         * m4/a52.m4:
28790         * m4/aalib.m4:
28791         * m4/as-ffmpeg.m4:
28792         * m4/as-liblame.m4:
28793         * m4/as-slurp-ffmpeg.m4:
28794         * m4/check-libheader.m4:
28795         * m4/esd.m4:
28796         * m4/freetype2.m4:
28797         * m4/gconf-2.m4:
28798         * m4/glib.m4:
28799         * m4/gst-alsa.m4:
28800         * m4/gst-artsc.m4:
28801         * m4/gst-ivorbis.m4:
28802         * m4/gst-matroska.m4:
28803         * m4/gst-sdl.m4:
28804         * m4/gst-shout2.m4:
28805         * m4/gst-sid.m4:
28806         * m4/gtk.m4:
28807         * m4/libdv.m4:
28808         * m4/libfame.m4:
28809         * m4/libmikmod.m4:
28810         * m4/ogg.m4:
28811         * m4/vorbis.m4:
28812           fix underquotedness of macros (#133800)
28813         * m4/as-avifile.m4:
28814         * m4/xmms.m4:
28815           removed because no longer used
28816
28817 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28818
28819         * configure.ac:
28820           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28821           by autopoint (fixes #132996)
28822
28823 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28824
28825         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28826         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28827         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28828         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28829           fix memleaks
28830
28831 2004-02-11  David Schleef  <ds@schleef.org>
28832
28833         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28834         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28835         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28836         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28837         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28838         (gst_jpegenc_class_init), (gst_jpegenc_init),
28839         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28840         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28841         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28842         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28843
28844 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28845
28846         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28847         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28848         * ext/mikmod/gstmikmod.h:
28849           fix caps negotiation in mikmod
28850         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28851           output debug information
28852
28853 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28854
28855         * gst-libs/gst/colorbalance/Makefile.am:
28856         * gst-libs/gst/navigation/Makefile.am:
28857         * gst-libs/gst/xoverlay/Makefile.am:
28858           remove unused GST_OPT_CFLAGS from Makefiles
28859           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28860
28861 2004-02-07  David Schleef  <ds@schleef.org>
28862
28863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28864         push events to pads that haven't been created (#133508)
28865
28866 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28867
28868         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28869         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28870         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28871         (gst_dvdec_loop), (gst_dvdec_change_state):
28872         Second attempt at committing a working dvdec element.
28873
28874 2004-02-06  David Schleef  <ds@schleef.org>
28875
28876         Build fixes for OS X: (see #129600)
28877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28878         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28879         (gst_riff_read_strf_iavs):
28880         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28881         (gst_avi_demux_stream_odml):
28882         * gst/playondemand/Makefile.am:
28883         * gst/rtp/rtp-packet.c:
28884
28885 2004-02-05  David Schleef  <ds@schleef.org>
28886
28887         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28888         last change, because it Just Doesn't Compile.
28889
28890 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28891
28892         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28893           skip undecodable id3v2 tag instead of keeping it
28894
28895 2004-02-05  David Schleef  <ds@schleef.org>
28896
28897         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28898         Unref leaked buffer.  (Noticed by Ronald)
28899
28900 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28901
28902         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28903         Sync requires with other checks.  >= vs =.
28904
28905 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28906
28907         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28908         (gst_dvdec_video_link), (gst_dvdec_loop):
28909         * ext/dv/gstdvdec.h:
28910           rework the caps negotiation so that dvdec works again instead
28911           of just segfaulting.
28912
28913 === release 0.7.4 ===
28914
28915 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28916
28917         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28918         * configure.ac: changed for release
28919
28920 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28921
28922         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28923         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28924         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28925         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28926           reworked patch by David Lehn to fix libdir and includedir for
28927           uninstalled libraries
28928           removed play and gconf from gstreamer-libs since they have their
28929           own pkgconfig files
28930
28931 2004-02-04  David Schleef  <ds@schleef.org>
28932
28933         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28934         memleak.
28935
28936 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28937
28938         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28939           use correct GST_TAG_ENCODER tag
28940
28941 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28942
28943         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28944           be sure to stop the clock when going to paused
28945         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28946           reset number of transmitted when going to ready.
28947         fixes #132935
28948
28949 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28950
28951         reviewed by Benjamin Otte
28952
28953         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28954           extract track count (fixes #133410)
28955
28956 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28957
28958         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28959           that should be !=, not == (fixes #132519)
28960
28961 2004-02-04  David Schleef  <ds@schleef.org>
28962
28963         Make sure set_explicit_caps() is called before adding pad.
28964         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28965         * gst/id3/gstid3types.c: (gst_id3types_loop):
28966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28967         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28968
28969 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28970
28971         * configure.ac:
28972           bump nano to 2, first prerelease
28973           put back AM_PROG_LIBTOOL
28974
28975 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         * testsuite/alsa/Makefile.am:
28978           these are user test apps, not automatic testsuite tests
28979
28980 2004-02-04  David Schleef  <ds@schleef.org>
28981
28982         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28983         * gst/mpeg1videoparse/gstmp1videoparse.c:
28984         (mp1videoparse_parse_seq):
28985         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28986         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28987         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28988         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28989         (gst_xvideosink_getcaps):
28990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28991         * testsuite/gst-lint: more tests
28992
28993 2004-02-04  David Schleef  <ds@schleef.org>
28994
28995         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28996         with the code that they would expand to.
28997         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28998         (gst_flacdec_get_src_query_types),
28999         (gst_flacdec_get_src_event_masks):
29000         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29001         (gst_gnomevfssrc_get_query_types),
29002         (gst_gnomevfssrc_get_event_mask):
29003
29004 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29005
29006         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29007         (gst_sinesrc_dispose):
29008           fix memleak by properly disposing sinesrc
29009
29010 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29011
29012         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29013         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29014         an overlay to redraw the image because it has been exposed.
29015         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29016         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29017         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29018         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29019         interface
29020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29021         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29022         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29023         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29024         interface
29025
29026 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29027
29028         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29029           more memleak fixage
29030
29031 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29032
29033         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29034         * gst/typefind/gsttypefindfunctions.c:
29035           fix memleaks shown by gst-typefind
29036
29037 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29038
29039         * common/glib-gen.mak:
29040           add hack rule to touch .Plo files
29041         * gst-libs/gst/colorbalance/Makefile.am:
29042         * gst-libs/gst/mixer/Makefile.am:
29043         * gst-libs/gst/play/Makefile.am:
29044         * gst-libs/gst/tuner/Makefile.am:
29045           remove glib_root variable
29046
29047 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29048
29049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29050           set explicit caps before adding the element, so the autopluggers can
29051           plug correctly.
29052         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29053         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29054         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29055         (dv_type_find):
29056           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29057           argument.
29058
29059 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29060
29061         * gst-libs/gst/colorbalance/Makefile.am:
29062         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29063         * gst-libs/gst/colorbalance/colorbalance.c:
29064         * gst-libs/gst/colorbalance/colorbalance.h:
29065         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29066         * gst-libs/gst/mixer/Makefile.am:
29067         * gst-libs/gst/mixer/mixer-marshal.list:
29068         * gst-libs/gst/mixer/mixer.c:
29069         * gst-libs/gst/mixer/mixer.h:
29070         * gst-libs/gst/mixer/mixermarshal.list:
29071         * gst-libs/gst/play/Makefile.am:
29072         * gst-libs/gst/play/play.h:
29073         * gst-libs/gst/tuner/Makefile.am:
29074         * gst-libs/gst/tuner/tuner-marshal.list:
29075         * gst-libs/gst/tuner/tuner.c:
29076         * gst-libs/gst/tuner/tuner.h:
29077         * gst-libs/gst/tuner/tunermarshal.list:
29078           use new glib-gen.mak snippet to clean up Makefile.am
29079           fix various bugs in Makefile.am's
29080
29081 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29082
29083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29084           handle chain parsing correctly in the multichain case
29085         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29086         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29087         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29088         (theora_dec_chain):
29089           handle events and queries correctly
29090
29091 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29092
29093         * .cvsignore:
29094         Ignore generated file _stdint.h.
29095
29096 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29097
29098         * gst-libs/gst/colorbalance/Makefile.am:
29099         * gst-libs/gst/colorbalance/colorbalance.h:
29100         * gst-libs/gst/mixer/Makefile.am:
29101         * gst-libs/gst/mixer/mixer.h:
29102         * gst-libs/gst/play/Makefile.am:
29103         * gst-libs/gst/play/play.h:
29104         * gst-libs/gst/tuner/Makefile.am:
29105         * gst-libs/gst/tuner/tuner.h:
29106         Generate enum type code with glib-mkenums.
29107         * gst-libs/gst/colorbalance/.cvsignore:
29108         * gst-libs/gst/mixer/.cvsignore:
29109         * gst-libs/gst/play/.cvsignore:
29110         * gst-libs/gst/tuner/.cvsignore:
29111         Ignore generated files.
29112
29113 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29114
29115         * gst-libs/gst/audio/.cvsignore:
29116         Ignore generated file.
29117         * gst-libs/gst/audio/Makefile.am:
29118         Do not install example filter.
29119
29120 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29121
29122         * examples/switch/.cvsignore:
29123         Ignore generated file.
29124
29125 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29126
29127         * common/m4/ax_create_stdint_h.m4:
29128         * configure.ac:
29129           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29130           _stdint.h.
29131         * Makefile.am:
29132           remove generated _stdint.h in DISTCLEANFILES
29133         * ext/a52dec/gsta52dec.c:
29134           include _stdint.h for a52dec. (should fix #133064)
29135
29136 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29137
29138         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29139         (gst_tag_to_vorbis_comments):
29140         Add replaygain support to vorbistag
29141
29142 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29143         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29144         (gst_ffmpeg_caps_to_extradata):
29145           Fix SVQ3 caps flag properties
29146           Use glib macro for bytes swap
29147
29148 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29149
29150         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29151         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29152         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29153         * ext/sndfile/gstsf.c: (plugin_init):
29154         * gst/avi/gstavi.c: (plugin_init):
29155         * sys/dxr3/dxr3init.c: (plugin_init):
29156         * sys/oss/gstossaudio.c: (plugin_init):
29157         * sys/v4l/gstv4l.c: (plugin_init):
29158         * sys/v4l2/gstv4l2.c: (plugin_init):
29159           remove textdomain calls
29160         * po/nl.po:
29161           update Dutch translation
29162
29163 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29164
29165         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29166         (gst_play_set_audio_sink): Moving volume in the audio thread for
29167         instantaneous volume change. Maybe i will add another volume in front
29168         of visualization later, not sure yet though.
29169
29170 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29171
29172         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29173         (gst_ximagesink_handle_xevents): Better X events handling, only take
29174         the latest events for configure and motion.
29175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29176
29177 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29178
29179         reviewed by: David Schleef  <ds@schleef.org>
29180
29181         Fix memory leaks:
29182         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29183         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29184
29185 2004-02-02  David Schleef  <ds@schleef.org>
29186
29187         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29188         of lines.
29189         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29190         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29191         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29192         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29193         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29194         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29195         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29196         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29197         (gst_float2_2_int_link):
29198         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29199         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29200         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29201         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29202         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29203         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29204         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29206         * testsuite/gst-lint: Add tests for bzero and ;;
29207
29208 2004-02-02  David Schleef  <ds@schleef.org>
29209
29210         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29211
29212 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29213
29214         * ext/aalib/gstaasink.c: (gst_aasink_open):
29215         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29217         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29218         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29219         (gst_afsink_close_file):
29220         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29221         (gst_afsrc_close_file):
29222         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29223         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29224         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29225         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29226         * ext/esd/esdmon.c: (gst_esdmon_get):
29227         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29228         * ext/faac/gstfaac.c: (gst_faac_chain):
29229         * ext/faad/gstfaad.c: (gst_faad_chain):
29230         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29231         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29232         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29233         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29234         (gst_flacdec_loop):
29235         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29236         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29237         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29238         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29239         (gst_gnomevfssink_close_file):
29240         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29241         (gst_gnomevfssrc_open_file):
29242         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29243         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29244         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29245         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29246         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29247         * ext/mad/gstmad.c: (gst_mad_chain):
29248         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29249         * ext/mpeg2dec/gstmpeg2dec.c:
29250         * ext/mpeg2enc/gstmpeg2enc.cc:
29251         * ext/mplex/gstmplex.cc:
29252         * ext/mplex/gstmplexibitstream.cc:
29253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29254         (gst_ogg_demux_push):
29255         * ext/raw1394/gstdv1394src.c:
29256         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29257         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29258         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29259         (gst_sf_loop):
29260         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29261         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29262         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29263         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29264         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29265         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29266         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29267         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29268         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29269         (gst_riff_read_element_data), (gst_riff_read_seek),
29270         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29271         * gst/adder/gstadder.c: (gst_adder_loop):
29272         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29273         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29274         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29275         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29276         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29277         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29278         * gst/goom/gstgoom.c: (gst_goom_chain):
29279         * gst/id3/gstid3types.c: (gst_id3types_loop):
29280         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29281         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29282         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29283         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29284         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29285         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29286         (gst_ebml_read_float), (gst_ebml_read_header):
29287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29288         (gst_matroska_demux_parse_blockgroup):
29289         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29290         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29291         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29292         * gst/silence/gstsilence.c: (gst_silence_get):
29293         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29294         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29295         * gst/speed/gstspeed.c: (speed_loop):
29296         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29297         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29298         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29299         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29300         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29301         (gst_wavparse_loop):
29302         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29303         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29304         (dxr3audiosink_close):
29305         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29306         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29307         (dxr3videosink_close), (dxr3videosink_write_data):
29308         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29309         * sys/oss/gstosssink.c: (gst_osssink_chain):
29310         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29311         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29312         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29314         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29315         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29316         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29317         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29318         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29319         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29320         (gst_v4l_set_audio):
29321         * sys/v4l/v4l_calls.h:
29322         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29323         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29324         (gst_v4lmjpegsink_playback_init),
29325         (gst_v4lmjpegsink_playback_start):
29326         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29327         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29328         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29329         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29330         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29331         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29332         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29333         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29334         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29335         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29336         (gst_v4l2_get_output), (gst_v4l2_set_output),
29337         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29338         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29339         (gst_v4l2_set_attribute):
29340         * sys/v4l2/v4l2_calls.h:
29341         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29342         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29343         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29344         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29345         (gst_v4l2src_capture_stop):
29346         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29347         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29348         (gst_ximagesink_chain):
29349         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29350         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29351         (gst_xvideosink_xwindow_new):
29352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29353         (gst_xvimagesink_chain):
29354
29355 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29356
29357         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29358         (gst_volume_get_volume), (volume_class_init), (volume_init),
29359         (volume_chain_int16), (volume_update_volume):
29360         * gst/volume/gstvolume.h:
29361           make code more readable by removing magic numbers
29362           make mixer interface export 0-100 range
29363           make it internally map to 0.0-1.0 range so users don't distort
29364           output by putting the sliders at full volume
29365
29366 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29367
29368         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29369         (gst_play_state_change), (gst_play_seek_to_time):
29370         block the tick callback for 0.5 secs after doing a seek
29371
29372 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29373
29374         * gst-libs/gst/play/play.c: (gst_play_new):
29375           check for GError
29376
29377 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29378
29379         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29380         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29381         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29382         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29384         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29385
29386 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29387
29388         * configure.ac:
29389         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29390           check for a function added in vorbis 1.1
29391
29392 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29393
29394         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29395         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29396           really start/stop clock only on PLAYING <=> PAUSED
29397         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29398           remove \n from debugging lines
29399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29400           make it work when seeking does not
29401         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29402           reset on DISCONT
29403
29404 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29405
29406         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29407           start clock on PAUSED=>PLAYING, not later
29408         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29409           extract correct time for different discont formats
29410         (gst_alsa_sink_get_time):
29411           don't segfault when no format is negotiated yet, just return 0
29412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29413         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29414         (gst_ogg_pad_push):
29415           handle flush and discont events correctly
29416         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29417           handle discont events correctly
29418
29419 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29420
29421         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29422         (gst_play_error_create), (gst_play_error_plugin),
29423         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29424         * gst-libs/gst/play/play.h:
29425           add error handling during creation
29426         * examples/gstplay/player.c: (main):
29427           use new gst_play_new
29428
29429
29430 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29431
29432         * ext/theora/theoradec.c: (theora_dec_chain):
29433           make comments work
29434         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29435         (vorbis_dec_src_event), (vorbis_dec_chain):
29436           add encoder tag, fix tag reading to be more error tolerant, change
29437           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29438           gst_pad_event_default.
29439         * gst/tags/gstvorbistag.c:
29440         (gst_tag_list_from_vorbiscomment_buffer):
29441           undefine function specific define at end of function
29442
29443 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29444
29445         * ext/flac/gstflac.c: (plugin_init):
29446         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29447         * ext/flac/gstflacdec.h:
29448         * ext/flac/gstflacenc.h:
29449           Fix typos
29450
29451 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29452
29453         * examples/gstplay/player.c: s/gstplay.h/play.h/
29454
29455 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29456
29457         * gst-libs/gst/play/Makefile.am:
29458         * gst-libs/gst/play/gstplay.c:
29459         * gst-libs/gst/play/gstplay.h:
29460         * gst-libs/gst/play/play.c:
29461           more surgery, operation complete
29462
29463 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29464
29465         * gst-libs/gst/play/play.old.c:
29466         * gst-libs/gst/play/play.old.h:
29467           after CVS surgery by moving, remove
29468         * gst-libs/gst/play/playpipelines.c:
29469           remove
29470
29471         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29472           add negotiation error
29473
29474 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29475
29476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29477         (gst_ogg_demux_push):
29478           add some seeking debug info
29479           send a flush when seeking
29480
29481 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29482
29483         * configure.ac:
29484           use AC_C_INLINE
29485         * configure.ac:
29486         * ext/Makefile.am:
29487         * ext/theora/Makefile.am:
29488         * ext/theora/theoradec.c:
29489           add theora video decoder. Does just do simple decoding for now and
29490           has been tested against Theora cvs only. It only works when theora
29491           is compiled with --enable-static.
29492         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29493           always reset packetno on DISCONT
29494
29495 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29496
29497         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29498           Fix audio.
29499
29500 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29501
29502         * gst/mpegaudioparse/gstmpegaudioparse.c:
29503         (mp3_type_frame_length_from_header):
29504           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29505
29506 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * ext/esd/esdsink.c: (gst_esdsink_init):
29509           Since we have static pad template caps, we don't need to negotiate;
29510           either the core errors out or we know the format.
29511
29512 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29513
29514         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29515         (gst_riff_read_seek):
29516         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29517         (gst_ebml_read_seek):
29518           Fix event handling.
29519
29520 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29521
29522         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29523           removee video/x-theora from vp3 decoder, it doesn't handle raw
29524           theora streams
29525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29526           fix bug with finalizing element that never went to PAUSED
29527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29528           length and position queries were swapped
29529         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29530         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29531         (vorbis_dec_src_event):
29532           implement querying time and bytes
29533
29534 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29535
29536         * just about every source file:
29537           gst_element_error -> GST_ELEMENT_ERROR
29538
29539 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29540
29541         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29542         emiting FLUSH and even before DISCONT.
29543         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29544         get the best instant seeking as possible yay!
29545
29546 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29547
29548         * gst/mpeg1videoparse/gstmp1videoparse.c:
29549         (gst_mp1videoparse_real_chain):
29550           Committed wrong version last week... Grr... Didn't notice until now.
29551
29552 2004-01-29  Julien MOUTTE <julien@moutte.net>
29553
29554         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29556         have_xwindow_id signal in xwindow_create.
29557
29558 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29559
29560         * ext/ogg/gstoggdemux.c:
29561           lots of changes - mainly support for chained bitstreams, seeking,
29562           querying and bugfixes of course
29563         * ext/vorbis/Makefile.am:
29564         * ext/vorbis/vorbisdec.c:
29565         * ext/vorbis/vorbisdec.h:
29566           add vorbisdec raw vorbis decoder
29567         * ext/vorbis/vorbis.c: (plugin_init):
29568           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29569         * gst/intfloat/Makefile.am:
29570         * gst/intfloat/float22int.c:
29571         * gst/intfloat/float22int.h:
29572         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29573           add float2intnew plugin. It converts multichannel interleaved float to
29574           multichannel interleaved int. The name should probably be changed.
29575         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29576         (plugin_init):
29577           add typefinding for raw theora video so oggdemux can detect it.
29578
29579 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29580
29581         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29582         sink element first.
29583         * gst/videoscale/gstvideoscale.c:
29584         (gst_videoscale_handle_src_event): Fixing src event handler.
29585
29586 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29589         (gst_v4lsrc_open), (gst_v4lsrc_close),
29590         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29591         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29592         * sys/v4l/gstv4lsrc.h:
29593         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29594         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29595           Implement resizing... Hack. But that's why v4l is b0rked...
29596
29597 2004-01-28  Julien MOUTTE <julien@moutte.net>
29598
29599         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29600         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29601         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29602         (gst_ximagesink_xwindow_destroy):
29603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29604         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29605         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29606         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29607         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29608         correctly cleaning the image created to check xshm calls on succes,
29609         added a lot of XSync calls in X11 functions, and fixed a segfault when
29610         no image format was defined before negotiation happened.
29611
29612 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29613
29614         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29615           use gst_element_get_time to get correct time
29616
29617 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29618
29619         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29620         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29621         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29623         (gst_xvimagesink_check_xshm_calls),
29624         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29625         X plugins are now able to detect that XShm calls will fail even if the
29626         server claims that it has XShm support (remote displays most of the
29627         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29628         so that we use non XShm functions. This feature is almost useless for
29629         xvimagesink as Xv is not supported on remote displays anyway, but
29630         it might happen than even on the local display XShm calls fail.
29631
29632 2004-01-27  David Schleef  <ds@schleef.org>
29633
29634         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29635         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29636         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29637         changed esdsink to only use 44100,16,2, since esd sucks at rate
29638         conversion and esdsink has had difficulty negotiating.
29639
29640 2004-01-27  Julien MOUTTE <julien@moutte.net>
29641
29642         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29643         (gst_play_seek_to_time): Fixing the way to get current position.
29644
29645 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29646
29647         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29648           use gst_element_get_time to get correct time
29649
29650 2004-01-27  Julien MOUTTE <julien@moutte.net>
29651
29652         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29653         fix ever... Inverting 2 lines of code make spider autoplug correctly
29654         tagged mp3 !
29655
29656 2004-01-27  David Schleef  <ds@schleef.org>
29657
29658         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29659         Use gst_pad_try_set_caps_nonfixed().
29660
29661 2004-01-27  David Schleef  <ds@schleef.org>
29662
29663         * gst/ac3parse/gstac3parse.c: update to checklist 5
29664         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29665         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29666         * gst/audioscale/gstaudioscale.c: same
29667         * gst/auparse/gstauparse.c: same
29668         * gst/avi/gstavidemux.c: same
29669
29670 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29671
29672         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29673           stop processing after EOS
29674
29675 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29676
29677         * gst/asfdemux/asfheaders.h:
29678         * gst/asfdemux/gstasfdemux.c:
29679         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29680         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29681         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29682           lot's of fixes to make data extraction simpler and get the code
29683           architecture and compiler independant. Add debugging category
29684         * gst/goom/gstgoom.c: (gst_goom_change_state):
29685           reset channel count on PAUSED=>READY, not READY=>PAUSED
29686
29687 2004-01-26  Colin Walters  <walters@verbum.org>
29688
29689         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29690         code to pull a bigger buffer in iradio mode.  This as a side effect
29691         makes typefinding work.
29692
29693 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29694
29695         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29696         Fix SVQ3 decoding on PPC
29697
29698 2004-01-26  Julien MOUTTE <julien@moutte.net>
29699
29700         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29701         that one managed to stay there... Fixed.
29702
29703 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29704
29705         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29706         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29707         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29708         (qtdemux_video_caps):
29709         * gst/qtdemux/qtdemux.h:
29710         Add SVQ3 specific flags to qtdemux and ffmpeg
29711
29712 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29713
29714         * gst-libs/gst/audio/audio.h:
29715           remove buffer-frames from audio caps
29716         * gst/audioconvert/gstaudioconvert.c:
29717           fix plugin to really work.
29718
29719 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * gst-libs/gst/mixer/mixer.c:
29722         * gst-libs/gst/propertyprobe/propertyprobe.c:
29723         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29724         (gst_tuner_find_channel_by_name):
29725         * gst-libs/gst/tuner/tuner.h:
29726           Add gtk-doc style comments. Also fix a function name.
29727
29728 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29729
29730         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29731         (gst_divxdec_negotiate):
29732           Fix for new capsnego - also fixes gst-player with divxdec.
29733
29734 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29735
29736         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29737         (gst_play_identity_handoff), (gst_play_set_location),
29738         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29739         try in visualization implementation. Still have an issue with switch
29740         blocking when pulling from video_queue and only audio comes out of
29741         spider.
29742         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29743         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29744         release method. And check if the pad is usable before pulling.
29745
29746 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29747
29748         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29749         (gst_videobalance_init),
29750         (gst_videobalance_colorbalance_list_channels),
29751         (gst_videobalance_colorbalance_set_value),
29752         (gst_videobalance_colorbalance_get_value),
29753         (gst_videobalance_update_properties),
29754         (gst_videobalance_update_tables_planar411),
29755         (gst_videobalance_planar411):
29756         * gst/videofilter/gstvideobalance.h:
29757           Implement lookup-tables. +/- 10x faster.
29758
29759 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29760
29761         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29762         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29763           The index reading was broken. The rest worked fine, but the whole
29764           goal of my rewrite was to make avidemux readable, and this was
29765           not at all readable. Please use typed variables.
29766
29767 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29768
29769         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29770           Additional pad usability check.
29771         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29772         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29773         (gst_mp1videoparse_real_chain):
29774           Fix MPEG video stream parsing. The original plugin had several
29775           issues, including not timestamping streams where the source was
29776           not timestamped (this happens with PTS values in mpeg system
29777           streams, but MPEG video is also a valid stream on its own so
29778           that needs timestamps too). We use the display time code for that
29779           for now. Also, if one incoming buffer contains multiple valid
29780           frames, we push them all on correctly now, including proper EOS
29781           handling. Lastly, several potential segfaults were fixed, and we
29782           properly sync on new sequence/gop headers to include them in next,
29783           not previous frames (since they're header for the next frame, not
29784           the previous). Also see #119206.
29785         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29786         (bpf_from_header):
29787           Move caps setting so we only do it after finding several valid
29788           MPEG-1 fraes sequentially, not right after the first one (which
29789           might be coincidental).
29790         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29791         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29792         (plugin_init):
29793           Add unsynced MPEG video stream typefinding, and change some
29794           probability values so we detect streams rightly. The idea is as
29795           follows: I can have an unsynced system stream which contains
29796           video. In the current code, I would randomly get a type for either
29797           system or video stream type found, because the probabilities are
29798           being calculated rather randomly. I now use fixed values, so we
29799           always prefer system stream if that was found (and that is how it
29800           should be). If no system stream was found, we can still identity                the stream as video-only.
29801
29802 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29803
29804         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29805         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29806           don't write to buffer. Extract data without the need of
29807           __attribute__ ((packed))
29808
29809 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29812         (mpeg1_sys_type_find):
29813           Fix MPEG-1 stream typefinding.
29814
29815 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29816
29817         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29818           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29819
29820 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29821
29822         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29823         * ext/esd/gstesd.c: (plugin_init):
29824           private debugging, better error reporting
29825
29826 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29827
29828         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29829         (gst_riff_read_init), (gst_riff_read_change_state):
29830         * gst-libs/gst/riff/riff-read.h:
29831           Remove stuff fromold metadata system.
29832
29833 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29834
29835         * ext/ogg/gstoggdemux.c:
29836           Fix wrong file comment.
29837         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29838         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29839           Add metadata reading properly.
29840
29841 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29842
29843         * ext/Makefile.am:
29844           Fix nas DIST_SUBDIRS
29845           Uraeus:
29846           Fix bug where make distcheck doesn't get run on adding stuff to
29847           the build.
29848
29849 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29850
29851         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29852         * ext/divx/gstdivxdec.h:
29853           Fix divx3 ("msmpeg4") playback using divxdec.
29854
29855 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29856
29857         * gst/typefind/gsttypefindfunctions.c:
29858         (mp3_type_frame_length_from_header): fix bug in length computation
29859         (mp3_type_find): improve debugging output
29860
29861 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29862
29863         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29864         (gst_play_set_location), (gst_play_seek_to_time),
29865         (gst_play_set_audio_sink), (gst_play_set_visualization),
29866         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29867         the pipeline from scratch. Visualization is back and switch went out as
29868         i realized it was not possible to use the way i wanted.
29869         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29870         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29871         clearing in state change from READY to NULL. So that one can clean the
29872         X ressources keeping the element.
29873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29874         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29875         (gst_xvimagesink_colorbalance_set_value),
29876         (gst_xvimagesink_colorbalance_get_value),
29877         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29878         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29879         change from READY to NULL and fixed some stupid bugs in colorbalance
29880         get/set values. Also added the following feature : when nobody tries to
29881         set some values to the colorbalance levels before the xcontext is
29882         grabbed, then when creating channels list from Xv attributes we set the
29883         internal values to the Xv defaults. This way we handle buggy Xv drivers
29884         that set default hue values far from the middle of the range (Thanks
29885         to Jon Trowbridge for pointing that issue).
29886         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29887         colorbalance levels have been set before xcontext is grabbed.
29888
29889 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29890
29891         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29892           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29893           it might block operations (which is bad for a mixer).
29894
29895 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29896
29897         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29898         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29899         (gmip_find_type_pre):
29900         * gst-libs/gst/media-info/media-info-priv.h:
29901         * gst-libs/gst/media-info/media-info.c:
29902         (gst_media_info_instance_init), (gst_media_info_read_idler):
29903         add fakesink to get caps on decoder src pad again
29904         fix callback prototype to match new have_type signal signature
29905
29906 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29907
29908         * gst/adder/gstadder.c: (gst_adder_link):
29909           fix non-compile and cut-n-paste code
29910
29911 2004-01-21  David Schleef  <ds@schleef.org>
29912
29913         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29914         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29915         (gst_swfdec_init), (gst_swfdec_change_state):
29916         * ext/swfdec/gstswfdec.h:
29917         Fix negotiation.
29918         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29919         (gst_adder_request_new_pad): Fix negotiation.
29920         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29921         Add a fixate function.
29922         * gst/intfloat/gstfloat2int.c:
29923         * gst/intfloat/gstfloat2int.h:
29924         * gst/intfloat/gstint2float.c:
29925         * gst/intfloat/gstint2float.h:
29926         Completely rewrite the negotiation.  Doesn't quite work yet,
29927         due to some buffer-frames problem.
29928
29929 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29930
29931         * ext/gnomevfs/gstgnomevfssrc.c:
29932         * sys/v4l2/v4l2_calls.h:
29933           fix includes for distcheck
29934
29935 2004-01-21  Christian Schaller <uraeus@gnome.org>
29936
29937         * ext/nas/
29938         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29939         based on earlier patch from Laurent Vivier
29940
29941 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29942
29943         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29944         Fix wma caps property
29945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29946         Fix typo (flags1 and flags2)
29947
29948 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29949
29950         * gst-libs/gst/media-info/media-info-priv.c:
29951         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29952         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29953         (gmip_find_stream), (gmip_find_track_metadata),
29954         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29955         (gmip_find_track_format):
29956         * gst-libs/gst/media-info/media-info-priv.h:
29957         * gst-libs/gst/media-info/media-info-test.c: (main):
29958         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29959         (gst_media_info_read_idler), (gst_media_info_read):
29960         * gst-libs/gst/media-info/media-info.h:
29961           register debugging category and use it for debugging
29962
29963 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29964
29965         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29966         (gst_vorbisfile_new_link):
29967           signal streaminfo through tags
29968
29969 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29970
29971         * ext/mplex/gstmplex.cc:
29972         * ext/mplex/gstmplexibitstream.cc:
29973           g++ doesn't like NULL in our i18n/error macros, should be
29974           either (NULL) or ("").
29975
29976 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29977
29978         * sys/dxr3/dxr3audiosink.c:
29979         * sys/dxr3/dxr3init.c:
29980         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29981         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29982           Fix more error error error errors (missing includes here).
29983
29984 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29985
29986         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29987           fix thomas' error errors.
29988
29989 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29990
29991         * ext/mpeg2enc/gstmpeg2enc.cc:
29992           fix error errors.
29993
29994 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29997         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29998           Fix for new error system.
29999
30000 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30001
30002         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30003           fix for new error reporting
30004
30005 2004-01-20  David Schleef  <ds@schleef.org>
30006
30007         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30008         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30009         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30010         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30011         and neither is 100+, most likely.
30012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30013         (gst_xvimagesink_getcaps): same
30014
30015 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30016
30017         * configure.ac:
30018           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30019           clashes with ffmpeg.
30020
30021 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30022
30023         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30024         (gst_switch_init): Fixed switch element : proxying link and setting
30025         caps from src to sink on request.
30026
30027 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30028
30029         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30030         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30031         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30032         fix element_error
30033
30034 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30035
30036         * sys/v4l/v4l_calls.h:
30037         * sys/v4l2/v4l2_calls.h:
30038           element_error fixes
30039
30040 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30041
30042         * gst-libs/gst/gst-i18n-plugin.h:
30043           add locale.h
30044           remove config.h inclusion
30045
30046 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30047
30048         * autogen.sh:
30049           adding autopoint invocation
30050         * Makefile.am:
30051         * configure.ac:
30052         * gst-libs/gst/gettext.h:
30053           adding gettext bits
30054         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30055         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30056         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30057         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30058         (gst_gnomevfssink_close_file):
30059         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30060         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30061         * gst-libs/gst/gst-i18n-plugin.h:
30062         * gst/avi/gstavi.c: (plugin_init):
30063         * sys/dxr3/dxr3init.c: (plugin_init):
30064         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30065         * sys/oss/gstossaudio.c: (plugin_init):
30066         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30067         * sys/v4l/gstv4l.c: (plugin_init):
30068         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30069         * sys/v4l2/gstv4l2.c: (plugin_init):
30070         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30071         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30072         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30073         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30074         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30075         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30076           make sure locale and translation domain are set
30077           fix translated strings
30078         * po/.cvsignore:
30079         * po/LINGUAS:
30080         * po/Makevars:
30081         * po/POTFILES.in:
30082         * po/nl.po:
30083           put translation files into place
30084         * sys/xvideo/imagetest.c: (main):
30085         * ext/dv/demo-play.c: (main):
30086           fix unnecessary translations
30087
30088 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30089
30090         * ext/sndfile/gstsf.c:
30091         * gst/avi/gstavimux.c:
30092         * ext/audiofile/gstafsink.c:
30093         * ext/audiofile/gstafsrc.c:
30094         * ext/gnomevfs/gstgnomevfssink.c:
30095         * ext/gnomevfs/gstgnomevfssrc.c:
30096         * sys/oss/gstosselement.c:
30097         * sys/v4l/v4l_calls.h:
30098           fix i18n include
30099
30100 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30101
30102         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30103         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30104         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30105         (gst_v4l2_get_output), (gst_v4l2_set_output),
30106         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30107         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30108         (gst_v4l2_set_attribute):
30109         update to new error handling
30110
30111 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30112
30113         * ext/sidplay/gstsiddec.cc:
30114         * gst/modplug/gstmodplug.cc:
30115           parenthese NULL because C++ seems angry about it
30116
30117 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30118
30119         * gst-libs/gst/gst-i18n-plugin.h:
30120           add skeleton i18n stuff, but needs to be further implemented
30121
30122 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30123
30124         * examples/gstplay/player.c: (main):
30125         * ext/aalib/gstaasink.c: (gst_aasink_open):
30126         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30128         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30129         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30130         (gst_afsink_close_file):
30131         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30132         (gst_afsrc_close_file):
30133         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30134         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30135         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30136         * ext/esd/esdmon.c: (gst_esdmon_get):
30137         * ext/esd/esdsink.c: (gst_esdsink_chain):
30138         * ext/faac/gstfaac.c: (gst_faac_chain):
30139         * ext/faad/gstfaad.c: (gst_faad_chain):
30140         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30141         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30142         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30143         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30144         (gst_flacdec_loop):
30145         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30146         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30147         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30148         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30149         (gst_gnomevfssink_close_file):
30150         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30151         (gst_gnomevfssrc_open_file):
30152         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30153         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30154         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30155         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30156         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30157         * ext/mad/gstmad.c: (gst_mad_chain):
30158         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30159         * ext/mpeg2dec/gstmpeg2dec.c:
30160         * ext/mpeg2enc/gstmpeg2enc.cc:
30161         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30162         * ext/mplex/gstmplex.cc:
30163         * ext/mplex/gstmplexibitstream.cc:
30164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30165         (gst_ogg_demux_push), (gst_ogg_pad_push):
30166         * ext/raw1394/gstdv1394src.c:
30167         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30168         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30169         * ext/sidplay/gstsiddec.cc:
30170         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30171         (gst_sf_loop):
30172         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30173         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30174         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30176         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30177         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30178         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30179         * gst-libs/gst/Makefile.am:
30180         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30181         (gst_riff_read_element_data), (gst_riff_read_seek),
30182         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30183         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30185         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30186         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30187         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30188         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30189         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30190         * gst/goom/gstgoom.c: (gst_goom_chain):
30191         * gst/id3/gstid3types.c: (gst_id3types_loop):
30192         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30193         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30194         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30195         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30196         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30197         (gst_ebml_read_float), (gst_ebml_read_header):
30198         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30199         (gst_matroska_demux_parse_blockgroup):
30200         * gst/modplug/gstmodplug.cc:
30201         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30203         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30204         * gst/silence/gstsilence.c: (gst_silence_get):
30205         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30206         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30207         * gst/speed/gstspeed.c: (speed_loop):
30208         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30209         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30210         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30211         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30212         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30213         (gst_wavparse_loop):
30214         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30215         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30216         (dxr3audiosink_close):
30217         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30218         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30219         (dxr3videosink_close), (dxr3videosink_write_data):
30220         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30221         * sys/oss/gstosselement.h:
30222         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30223         (gst_osssink_chain):
30224         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30225         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30228         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30229         (gst_v4l_enable_overlay):
30230         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30231         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30232         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30233         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30234         (gst_v4l_set_audio):
30235         * sys/v4l/v4l_calls.h:
30236         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30237         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30238         (gst_v4lmjpegsink_playback_init),
30239         (gst_v4lmjpegsink_playback_start):
30240         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30241         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30242         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30243         (gst_v4lmjpegsrc_requeue_frame):
30244         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30245         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30246         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30247         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30248         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30249         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30250         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30251         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30252         (gst_v4l2src_capture_stop):
30253         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30254         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30255         (gst_ximagesink_chain):
30256         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30257         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30258         (gst_xvideosink_xwindow_new):
30259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30260         (gst_xvimagesink_chain):
30261         use new error signal, function and categories
30262
30263 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30264
30265         * configure.ac:
30266         * ext/Makefile.am:
30267         * ext/musicbrainz/gsttrm.c:
30268         * ext/musicbrainz/gsttrm.h:
30269         * ext/musicbrainz/Makefile.am:
30270         Add a trm plugin
30271
30272 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30273
30274         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30275         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30276         synchronous property for debugging.
30277         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30279         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30280         smaller block, fixing indent.
30281
30282 2004-01-16  David Schleef  <ds@schleef.org>
30283
30284         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30285         property affects the video stream.
30286         * sys/xvimage/xvimagesink.c:
30287         * sys/xvimage/xvimagesink.h:
30288         Add synchronous property for debugging.  Should probably be
30289         disabled in non-CVS builds.  Make sure that the Xv attribute
30290         exists before we set it (crash!).  Fix a silly float bug that
30291         caused colorbalance to just not work.
30292
30293 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30294
30295         * tools/gst-launch-ext.in - update for new plugins
30296
30297 2004-01-16  David Schleef  <ds@schleef.org>
30298
30299         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30300         already-freed caps.
30301
30302 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30303
30304         * Update spec for new colorspace plugin and libcaca plugin
30305         * Fix compilation of libcaca plugin (clock -> id)
30306
30307 2004-01-16  Julien MOUTTE <julien@moutte.net>
30308
30309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30310         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30311         (gst_xvimagesink_set_xwindow_id),
30312         (gst_xvimagesink_colorbalance_set_value),
30313         (gst_xvimagesink_colorbalance_get_value),
30314         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30315         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30316         correct colorbalance properties. They can now be set when the element
30317         is still in NULL state. The values will be committed to the Xv Port
30318         when xcontext is initialized.
30319         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30320         brightness int values in the GstXvImagesink structure.
30321
30322 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30323
30324         * gst-libs/gst/Makefile.am:
30325           restructure so having local patches works easier.
30326
30327 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30328
30329         * ext/mpeg2enc/Makefile.am:
30330         * ext/mpeg2enc/gstmpeg2enc.cc:
30331         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30332           Bugfix with respect to EOS handling.
30333
30334 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30335
30336         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30337           Link with right caps (else, it segfaults).
30338         * ext/mplex/gstmplexjob.cc:
30339           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30340
30341 2004-01-15  David Schleef  <ds@schleef.org>
30342
30343         * gst-libs/gst/audio/Makefile.am:
30344         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30345         from the template.
30346         * gst-libs/gst/audio/gstaudiofilter.c:
30347         * gst-libs/gst/audio/gstaudiofilter.h:
30348         Add bytes_per_sample and size and n_samples calculation.
30349         * gst-libs/gst/audio/gstaudiofilterexample.c:
30350         Remove, now autogenerated.
30351         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30352         Moved from gstaudiofilterexample, object name changed, code added
30353         so that it actually works.
30354         * gst-libs/gst/audio/make_filter:
30355         Script to build an audiofilter subclass from the template.
30356         * gst/colorspace/Makefile.am:
30357         * gst/colorspace/yuv2yuv.c:
30358         Remove file, since it's GPL, and we don't use it.
30359
30360 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30361
30362         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30364         them use the buffer free function to test how the buffer was allocated.
30365
30366 2004-01-15  David Schleef  <ds@schleef.org>
30367
30368         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30369         that handles osssink fallback.
30370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30371         (gst_audio_convert_getcaps):
30372         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30373         Add audio/x-qdm2 for QDM2 audio.
30374         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30375         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30376         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30377         Decrease minimum size to 16x16.
30378         * gst/wavparse/gstwavparse.c:
30379         Convert disabled pad template caps to new caps.
30380         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30382         (gst_xvimagesink_chain): Throw element error when display cannot
30383         be opened.  Increase minimum framerate to 1.0.  Check the data
30384         free function on a buffer to make sure it is the type we expect
30385         before manipulating it.
30386
30387 2004-01-15  Julien MOUTTE <julien@moutte.net>
30388
30389         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30390         (gst_videobalance_colorbalance_set_value): Implement passthru if
30391         settings are in the middle.
30392         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30393
30394 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30395
30396         * gst/videofilter/Makefile.am:
30397         * gst/volume/Makefile.am:
30398           Since we use videofilter symbols, link to it.
30399
30400 2004-01-15  Julien MOUTTE <julien@moutte.net>
30401
30402         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30403         mixer interface type to HARDWARE.
30404         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30405         type to SOFTWARE.
30406         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30407         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30408         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30409         (gst_volume_interface_init), (gst_volume_list_tracks),
30410         (gst_volume_set_volume), (gst_volume_get_volume),
30411         (gst_volume_set_mute), (gst_volume_mixer_init),
30412         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30413         (volume_init): Implementing mixer interface.
30414         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30415         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30416         (gst_osselement_change_state): Removing some trailing commas in
30417         structures.
30418         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30419         interface type to HARDWARE.
30420         * sys/v4l/gstv4lcolorbalance.c:
30421         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30422         type to HARDWARE.
30423         * sys/v4l2/gstv4l2colorbalance.c:
30424         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30425         interface type to HARDWARE.
30426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30427         same code than ximagesink for event handling.
30428
30429 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30430
30431         * ext/snapshot/Makefile.am:
30432         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30433         (gst_snapshot_chain):
30434         * ext/snapshot/gstsnapshot.h:
30435           This has to be a joke... Snapshot should be connected to a tee,
30436           colorspace element before it and EOS after that, where the other
30437           src of the tee receives normal data.
30438           The current way is *wrong*.
30439
30440 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30441
30442         * ext/hermes/gsthermescolorspace.c:
30443           Fix another compile error. Same as below.
30444
30445 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30446
30447         * gst/colorspace/gstcolorspace.c:
30448         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30449         (gst_colorspace_i420_to_yv12):
30450           Fix compiling... Didn't test if it actually works.
30451
30452 2004-01-15  David Schleef  <ds@schleef.org>
30453
30454         * configure.ac:
30455         * gst/colorspace/Makefile.am:
30456         * gst/colorspace/gstcolorspace.c:
30457         * gst/colorspace/gstcolorspace.h:
30458         * gst/colorspace/yuv2rgb.c:
30459         * gst/colorspace/yuv2rgb.h:
30460         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30461         code and GPL code.  Fix for new caps negotiation.  Rewrite
30462         much of the format handling code, and some of the conversion
30463         code.  Basically, rewrote almost everything.  This element
30464         handles I420, YV12 to RGB conversions.
30465         * ext/hermes/Makefile.am:
30466         * ext/hermes/gsthermescolorspace.c:
30467         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30468         Remove non-Hermes related code.  This element handles lots of
30469         RGB to RGB conversions, but no YUV.
30470         * ext/hermes/gstcolorspace.c:
30471         * ext/hermes/gstcolorspace.h:
30472         * ext/hermes/rgb2yuv.c:
30473         * ext/hermes/yuv2rgb.c:
30474         * ext/hermes/yuv2rgb.h:
30475         * ext/hermes/yuv2rgb_mmx16.s:
30476         * ext/hermes/yuv2yuv.c:
30477         * ext/hermes/yuv2yuv.h:
30478         Remove old code.
30479
30480 2004-01-14  Colin Walters  <walters@verbum.org>
30481
30482         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30483         they've already been.
30484
30485 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30486
30487         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30488           assume tag mode when pad is not connected
30489
30490 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30491
30492         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30493           Don't update the time of the clock
30494         (gst_alsa_sink_loop):
30495           sync to the clock given to alsasink, not the own clock
30496         * sys/oss/gstosssink.c: (gst_osssink_chain):
30497           sync to the clock
30498         (gst_osssink_change_state):
30499           activate the clock
30500         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30502           remove bogus code that made DISCONT events unhandled
30503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30504           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30505           #131502)
30506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30507         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30508         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30509           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30510           2nd warning in bug #131502)
30511
30512 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30513
30514         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30515         (gst_videobalance_colorbalance_set_value),
30516         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30517         for colorbalance interface implementation.
30518         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30519         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30520         (gst_ximagesink_dispose), (gst_ximagesink_init),
30521         (gst_ximagesink_class_init): Adding DISPLAY property.
30522         * sys/ximage/ximagesink.h: Adding display_name to store display.
30523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30524         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30525         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30526         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30527         properties (they still need polishing though for gst-launch use : no
30528         xcontext yet, i ll do that tomorrow).
30529         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30530
30531 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30532
30533         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30534         (gst_play_set_location), (gst_play_set_visualization): Preparing
30535         switch integration, adding videobalance in the pipeline.
30536
30537 2004-01-14  Julien MOUTTE <julien@moutte.net>
30538
30539         * gst-libs/gst/colorbalance/colorbalance.c:
30540         (gst_color_balance_class_init): Adding a default type.
30541         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30542         the type.
30543         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30544         (gst_videobalance_dispose), (gst_videobalance_class_init),
30545         (gst_videobalance_init), (gst_videobalance_interface_supported),
30546         (gst_videobalance_interface_init),
30547         (gst_videobalance_colorbalance_list_channels),
30548         (gst_videobalance_colorbalance_set_value),
30549         (gst_videobalance_colorbalance_get_value),
30550         (gst_videobalance_colorbalance_init): Implementing colorbalance
30551         interface.
30552         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30553         list.
30554         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30555         bug which was triggering a BadAccess X error when setting an overlay
30556         before pad was really negotiated.
30557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30558         Using the colorbalance type macro.
30559
30560 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30561
30562         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30563         (gst_flacenc_chain):
30564           handle tags correctly
30565         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30566           extract ID3v1 tags correctly
30567
30568 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30569
30570         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30571         (plugin_init):
30572           Improve matroska typefinding for odd-typed headers...
30573
30574 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30575
30576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30577           Fix for using incremental number on padnames.
30578
30579 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30580
30581         * ext/divx/gstdivxdec.c:
30582         * ext/divx/gstdivxenc.c:
30583           Set category to divx4linux instead of divx (too generic).
30584         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30585         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30586         (gst_wavparse_loop), (gst_wavparse_change_state):
30587         * gst/wavparse/gstwavparse.h:
30588           fix parsing of WAV files with non-standard fmt-tag size and fix
30589           skipping of unrecognized chunks... Someone please fix this thing
30590           to use rifflib so all this is automated.
30591         * sys/v4l/Makefile.am:
30592         * sys/v4l2/Makefile.am:
30593           Add X_CFLAGS because we depend on X (for overlay).
30594
30595 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30596
30597         * ext/mpeg2dec/gstmpeg2dec.c:
30598           Don't issue a timestamp unless we tagged the frame
30599           with a PTS.
30600
30601 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30602
30603         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30604           Query the audio element to get the time, not the clock. We're
30605           interested in the element's time here.
30606
30607 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30608
30609         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30610         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30611         * ext/esd/esdsink.c: (gst_esdsink_chain):
30612         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30613         * ext/mas/massink.c: (gst_massink_chain):
30614         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30616         (gst_matroska_demux_parse_metadata):
30617         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30618         (gst_mpeg_parse_release_locks):
30619         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30620         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30621         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30622         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30623         (gst_osssink_change_state):
30624         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30625         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30626         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30627         (gst_xvideosink_release_locks):
30628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30629           use element time.
30630         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30631         (gst_alsa_clock_stop):
30632         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30633         (gst_audio_clock_get_internal_time):
30634           simplify for use with new clocking code.
30635         * testsuite/alsa/Makefile.am:
30636         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30637           fix testsuite for new caps system
30638
30639 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30640
30641         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30642         * ext/flac/gstflacenc.c: (add_one_tag):
30643           length is already host endian, no need to convert. Fixes playback of
30644           tagged files on PPC. (bug #128384)
30645
30646 2004-01-13  Julien MOUTTE <julien@moutte.net>
30647
30648         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30649         colorbalance interface stating if it is hardware based or software
30650         based.
30651         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30652         Removing a trailing comma.
30653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30654         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30655         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30656         the documentation seems to be wrong on the -1000 to 1000 interval.
30657
30658 2004-01-12  David Schleef  <ds@schleef.org>
30659
30660         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30661         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30662         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30663         Fix negotiation.  Add a bufferalloc function for the sink pad,
30664         and generally clean up some of the code.
30665
30666 2004-01-12  Julien MOUTTE <julien@moutte.net>
30667
30668         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30669         (gst_color_balance_channel_dispose): Adding safety check in dispose
30670         method.
30671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30672         (gst_xvimagesink_xcontext_clear),
30673         (gst_xvimagesink_interface_supported),
30674         (gst_xvimagesink_colorbalance_list_channels),
30675         (gst_xvimagesink_colorbalance_set_value),
30676         (gst_xvimagesink_colorbalance_get_value),
30677         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30678         Adding colorbalance interface support to set XV parameters such as
30679         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30680         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30681         interface.
30682
30683 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30684
30685         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30686         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30687         (gst_audio_convert_init), (gst_audio_convert_set_property),
30688         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30689         (gst_audio_convert_link),
30690         (gst_audio_convert_buffer_to_default_format),
30691         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30692           - implement _getcaps and use it
30693           - improve linking
30694           - remove float caps since no float conversion is actually done
30695           - remove properties and arguments that were to be used for rate
30696             conversion
30697
30698 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30699
30700         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30701         (gst_audio_structure_set_int):
30702         * gst-libs/gst/audio/audio.h:
30703           add helper functions for _getcaps matching the standard audio
30704           templates
30705
30706 2004-01-12  David Schleef  <ds@schleef.org>
30707
30708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30709         Test that pad is negotiated before getting its caps.
30710
30711 2004-01-12  Julien MOUTTE <julien@moutte.net>
30712
30713         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30714         analyzing the pads of an element the bin is mostly in READY state so
30715         no caps were negotiated. This helper function needs to work with
30716         _get_caps directly then. I was not freeing them though, added that to
30717         fix the mem leak.
30718
30719 2004-01-12  Julien MOUTTE <julien@moutte.net>
30720
30721         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30723         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30724         than the free_func.
30725
30726 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30727
30728         * sys/oss/gstossaudio.c: (plugin_init):
30729         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30730         * sys/oss/gstosselement.h:
30731           make an oss debugging category
30732           make failure more descriptive
30733
30734 2004-01-11  David Schleef  <ds@schleef.org>
30735
30736         * ext/ffmpeg/gstffmpeg.c:
30737         * ext/ffmpeg/gstffmpegcodecmap.c:
30738         * ext/ffmpeg/gstffmpegdec.c:
30739         * ext/ffmpeg/gstffmpegenc.c:
30740         * ext/ffmpeg/gstffmpegprotocol.c:
30741         * ext/gdk_pixbuf/gstgdkanimation.c:
30742         * ext/jpeg/gstjpeg.c:
30743         * ext/libpng/gstpng.c:
30744         * ext/mpeg2dec/perftest.c:
30745         * ext/speex/gstspeex.c:
30746         * gst-libs/gst/resample/dtos.c:
30747         * gst/intfloat/gstintfloatconvert.c:
30748         * gst/oneton/gstoneton.c:
30749         * gst/rtjpeg/RTjpeg.c:
30750         * gst/rtp/gstrtp.c:
30751         * sys/dxr3/dxr3init.c:
30752         * sys/glsink/gstgl_nvimage.c:
30753         * sys/glsink/gstgl_pdrimage.c:
30754         * sys/glsink/gstglsink.c:
30755         * testsuite/gst-lint:
30756         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30757
30758 2004-01-11  David Schleef  <ds@schleef.org>
30759
30760         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30761         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30762         * ext/gdk_pixbuf/gstgdkanimation.c:
30763         (gst_gdk_animation_iter_create_pixbuf):
30764         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30765         (gst_gdk_pixbuf_chain):
30766         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30767         * ext/jack/gstjack.c: (gst_jack_change_state):
30768         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30769         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30770         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30771         * gst/videofilter/gstvideofilter.c:
30772         (gst_videofilter_set_output_size):
30773         Remove all usage of gst_pad_get_caps(), and replace it with
30774         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30775
30776 2004-01-11  David Schleef  <ds@schleef.org>
30777
30778         * configure.ac:
30779         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30780         * ext/divx/gstdivxdec.c:
30781         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30782         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30783         handle images that span multiple buffers.  Now work with both
30784         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30785         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30786         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30787         video/video.h changes
30788         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30789         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30790         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30791         of GstData free function.
30792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30793         same.
30794
30795 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30796
30797         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30798         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30799         (gst_v4l2element_get_property):
30800         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30801           add norm, channel and frequency properties.
30802         * sys/v4l2/gstv4l2tuner.c:
30803           fixes for tuner interface changes
30804         * sys/v4l2/gstv4l2element.h:
30805         * sys/v4l2/gstv4l2src.c:
30806         * sys/v4l2/gstv4l2src.h:
30807         * sys/v4l2/v4l2src_calls.c:
30808         * sys/v4l2/v4l2src_calls.h:
30809           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30810
30811 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30812
30813         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30814         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30815         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30816         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30817         * gst-libs/gst/tuner/tuner.h:
30818           GObjects aren't const.
30819           Add find_by_name functions.
30820           Add checks to _changed functions.
30821         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30822         (gst_v4l_tuner_get_norm):
30823           Fixes for above.
30824
30825 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30826
30827         * gst-libs/gst/video/video.h:
30828           Fix caps template names to be understandable.
30829           Prefix everything with GST_VIDEO.
30830         * ext/aalib/gstaasink.c:
30831         * ext/divx/gstdivxdec.c:
30832         * ext/divx/gstdivxenc.c:
30833         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30834         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30835         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30836         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30837         * ext/libcaca/gstcacasink.c:
30838         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30839         * ext/snapshot/gstsnapshot.c:
30840         * ext/swfdec/gstswfdec.c:
30841         * ext/xvid/gstxviddec.c:
30842         * ext/xvid/gstxvidenc.c:
30843         * gst/chart/gstchart.c:
30844         * gst/deinterlace/gstdeinterlace.c:
30845         * gst/effectv/gsteffectv.c:
30846         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30847         * gst/goom/gstgoom.c:
30848         * gst/median/gstmedian.c:
30849         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30850         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30851         * gst/overlay/gstoverlay.c:
30852         * gst/smooth/gstsmooth.c:
30853         * gst/smpte/gstsmpte.c:
30854         * gst/synaesthesia/gstsynaesthesia.c:
30855         * gst/videocrop/gstvideocrop.c:
30856         * gst/videodrop/gstvideodrop.c:
30857         * gst/y4m/gsty4mencode.c:
30858         * sys/qcam/gstqcamsrc.c:
30859         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30860           Make them work with new video.h file.
30861         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30862         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30864         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30865           Make it work with new buffer allocation system.
30866
30867 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30868
30869         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30870         pad_alloc_buffer implementation to use ->srcpad
30871         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30872         pad_alloc_buffer implementation to use ->srcpad
30873         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30874         pad_alloc_buffer implementation to use ->srcpad
30875         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30876         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30877         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30878         a reference to everything we need.
30879         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30881         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30882         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30883         a reference to everything we need.
30884         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30885
30886 2004-01-11  David Schleef  <ds@schleef.org>
30887
30888         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30889         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30890         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30891         structure members.
30892         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30893         value during a resize/renegotiation.
30894         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30895         gst_pad_alloc_buffer();
30896         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30897         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30898         structure members.
30899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30900         Fix for rename of buffer private structure members.
30901         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30902         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30903         Fix for rename of buffer private structure members.
30904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30905         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30906         Fix for rename of buffer private structure members.
30907
30908 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30909
30910         reviewed by: David Schleef <ds@schleef.org>
30911
30912         * gst/videofilter/Makefile.am:
30913         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30914         from the patch by ds to fit in with recent make_filter changes.
30915
30916 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30917
30918         * configure.ac: Adding examples/switch/Makefile
30919         * examples/Makefile.am: Adding examples/switch
30920         * examples/switch/Makefile.am: Adding switcher example.
30921         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30922         (switch_timer), (main): Adding an example demonstrating switch usage
30923         with 2 videotestsrc showing different patterns.
30924         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30925         (gst_switch_init): Fixing switch with the new caps system.
30926
30927 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30928
30929         * gst-libs/gst/video/video.h:
30930           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30931           They should probably be like
30932           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30933
30934 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30935
30936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30937         (qtdemux_parse_trak):
30938           fix audio chunk size/timestamp calculation
30939
30940 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30941
30942         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30943           fix SVQ3 caps
30944
30945 2004-01-11  Steve Baker  <steve@stevebaker.org>
30946
30947         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30948         (gst_agingtv_base_init), (gst_agingtv_class_init),
30949         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30950         (gst_agingtv_set_property), (gst_agingtv_get_property):
30951         Port agingTV to videofilter
30952
30953 2004-01-09  Julien MOUTTE <julien@moutte.net>
30954
30955         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30956         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30957
30958 2004-01-09  Julien MOUTTE <julien@moutte.net>
30959
30960         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30961         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30962         * gst-libs/gst/xoverlay/xoverlay.c:
30963         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30964         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30965         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30966         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30967         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30968         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30969         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30970         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30971         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30972         interface implementation to handle xid being 0 and fix some bugs
30973         triggered by Benjamin's testcase.
30974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30975         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30976         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30977         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30978         interface implementation to handle xid being 0 and fix some bugs
30979         triggered by Benjamin's testcase.
30980
30981 2004-01-09  David Schleef  <ds@schleef.org>
30982
30983         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30984         mouse pointer events.  It works.
30985
30986 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30987
30988         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30989           Use explicit caps - fix capsnego.
30990         * ext/xvid/gstxviddec.c:
30991         * ext/xvid/gstxvidenc.c:
30992           Remove macro-inside-macro which caused compile errors.
30993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30994           Error out if it's not a RIFF file. Else we error out without
30995           gst_element_error() which is not good...
30996
30997 2004-01-08  David Schleef  <ds@schleef.org>
30998
30999         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31000         Fix pad_link function to handle formats that ffmpeg returns
31001         as multiple caps structures.
31002         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31003         Only complain if source buffer is _smaller_ than expected.
31004         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31005         (gst_videoscale_handle_src_event): Resize navigation events
31006         when passing them upstream.
31007         * gst/videotestsrc/gstvideotestsrc.c:
31008         * gst/videotestsrc/gstvideotestsrc.h:
31009         * gst/videotestsrc/videotestsrc.c:
31010         * gst/videotestsrc/videotestsrc.h:
31011         Rewrite many of the buffer painting functions to handle odd
31012         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31013         been verified to work with my video card.
31014         * testsuite/gst-lint:  Add check for elements calling
31015         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31016
31017 2004-01-08  David Schleef  <ds@schleef.org>
31018
31019         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31020         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31021
31022 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31023
31024         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31025         configure event is not emiting the desired size signal. That fixes
31026         aspect ratio issues with gst-player.
31027
31028 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31029
31030         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31031           Fix capsnego.
31032
31033 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31034
31035         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31036         public method to fire size signal.
31037
31038 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31039
31040         * examples/gstplay/Makefile.am: Adding the interface library.
31041         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31042         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31043         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31044         GST_IS_X_OVERLAY before signal connect.
31045         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31046         Removing the have_video_size signal.
31047         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31048         and associated public method.
31049         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31050         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31051         signal.
31052         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31053         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31054         signal.
31055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31056         Using XOverlay public method to fire size signal.
31057
31058 2004-01-07  David Schleef  <ds@schleef.org>
31059
31060         * gst/videofilter/Makefile.am:
31061         * gst/videofilter/gstvideotemplate.c:
31062         * gst/videofilter/make_filter:
31063         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31064         Convert make_filter to /bin/sh script.
31065
31066 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31067
31068         * gst/modplug/gstmodplug.cc: fix element description
31069
31070 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31071
31072         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31073         (got_video_size): Adding some new lines in g_print calls.
31074         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31075         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31076         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31077         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31078         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31079         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31080         Complete code review, reverting some stuff i disagree with, adding
31081         some fixes : time synchronization on invalid timestamps, renegotiation
31082         of private window.
31083         * sys/ximage/ximagesink.h:
31084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31085         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31086         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31087         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31088         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31089         (gst_xvimagesink_buffer_new),
31090         (gst_xvimagesink_navigation_send_event),
31091         (gst_xvimagesink_set_xwindow_id),
31092         (gst_xvimagesink_get_desired_size),
31093         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31094         stuff i disagree with, adding some fixes : Renegotiation of private
31095         window, implementing get_desired_size.
31096
31097 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31098
31099         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31100         (gst_afsink_handle_event):
31101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31102         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31103         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31104         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31105         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31106           Fix for instantiate-test (see core). Also remove dead code from
31107           jpegenc (which still needs fixing, but that's lower on my TODO
31108           list...).
31109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31110           Never return NULL as caps.
31111
31112 2004-01-07  David Schleef  <ds@schleef.org>
31113
31114         * configure.ac:
31115         * ext/Makefile.am:
31116         * ext/librfb/Makefile.am:
31117         * ext/librfb/gstrfbsrc.c:
31118         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31119         is the protocol used by VNC.
31120
31121 2004-01-07  David Schleef  <ds@schleef.org>
31122
31123         * gst/videofilter/gstvideotemplate.c:
31124         * gst/videofilter/gstvideotemplate.h:
31125         * gst/videofilter/make_filter:
31126         Merge videotemplate header into source file.
31127         * gst/effectv/Makefile.am:
31128         * gst/effectv/gsteffectv.c: (plugin_init):
31129         * gst/effectv/gstwarp.c:
31130         Make warpTV a subclass of videofilter.
31131
31132 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31133
31134         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31135           Add guard against invalid utf-8 conversions in mad. Just in case.
31136
31137 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31138
31139         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31140           Fix for bug shown by poisoning
31141
31142 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31143
31144         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31145         (gst_v4lmjpegsrc_buffer_free):
31146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31147         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31148         (gst_v4lsrc_buffer_free):
31149           Fix for removed bufferpools.
31150
31151 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31152
31153         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31154         Fix caps negotiation.
31155
31156         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31157         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31158         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31159         (dvdnavsrc_event):
31160         * ext/mpeg2dec/gstmpeg2dec.c:
31161         * gst-libs/gst/navigation/navigation.c:
31162         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31163         * gst-libs/gst/navigation/navigation.h:
31164         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31165         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31167         Super-simple first version of mouse and keyboard events. Clicking
31168         on a DVD menu now works, although it may not take you where you
31169         expected.
31170
31171         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31172         * gst/videotestsrc/gstvideotestsrc.c:
31173         (gst_videotestsrc_src_fixate):
31174         These fixate functions were broken - they never actually
31175         fixated :)
31176
31177 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31178
31179         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31180         (gst_icecastsend_init):
31181           fix for new caps system.
31182         * gst-libs/gst/mixer/mixertrack.h:
31183         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31184           Add 'master track' flag (for tools like ACME that only want to
31185           change the main volume).
31186
31187 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31188
31189         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31190         (gst_xvid_csp_to_caps):
31191         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31192         * ext/xvid/gstxvidenc.c:
31193         ifdef out ARGB type when it isn't available
31194         in xvidcore 1.0.0beta2
31195
31196 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31197
31198         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31199           When we have received a new SCR right in the first buffer after
31200           a seek (so in the same cycle that handles the discont), we should
31201           handle the buffer instead of unreffing it, else we lose data.
31202
31203 2004-01-06  Iain <iain@prettypeople.org>
31204
31205         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31206           buffer-frames caps too.
31207
31208         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31209           caps that we need, don't destroy them all and rebuild them. And when
31210           creating src pads, use the src pad template rather than the sink...
31211
31212 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31213
31214         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31215           Add pad to element *after* setting functions such as event handler.
31216           Without this, the scheduler (opt) will link pads, set the event
31217           handler from the default event function (dispatcher in gstpad.c)
31218           and *after* that, we will set our own event function, which will
31219           thus never be used (and thus mpegdemux doesn't handle events).
31220
31221 2004-01-04  David Schleef  <ds@schleef.org>
31222
31223         Fix the fixate functions to handle new prototype:
31224         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31225         * gst/videotestsrc/gstvideotestsrc.c:
31226         (gst_videotestsrc_src_fixate):
31227         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31228         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31230
31231 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31232
31233         * sys/ximage/ximagesink.h:
31234         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31235         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31236         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31237         (gst_ximagesink_xoverlay_init):
31238           assorted fixes to make (re)embedding work
31239         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31240         (gst_ximagesink_get_desired_size):
31241           implement desired size additions to XOverlay
31242
31243 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31244
31245         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31246         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31247         (gst_x_overlay_got_desired_size):
31248         * gst-libs/gst/xoverlay/xoverlay.h:
31249           Add optional "desired size" signal and querying.
31250
31251 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31252
31253         * gst/matroska/matroska-demux.c:
31254         (gst_matroska_demux_parse_blockgroup):
31255           Fix EBML-laced block parsing. Diffs are relative to previous
31256           lace, not the first lace. Thanks to Mosu from the Matroska
31257           team for detecting this.
31258         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31259         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31260         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31261         (gst_wavparse_change_state):
31262         * gst/wavparse/gstwavparse.h:
31263           Quickfix for capsnego.
31264
31265 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31266
31267         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31268           Fix indenting, fix pad creation.
31269
31270 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31271
31272         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31273         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31274         (gst_xviddec_sink_link):
31275           Implement src_getcaps() so proper size caps is negotiated.
31276
31277 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31278
31279         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31280           Finish flac decoder on EOS. See #116178.
31281
31282 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31283
31284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31285         (gst_matroska_demux_add_stream):
31286         * gst/matroska/matroska-ids.h:
31287           Add getcaps() function to fix capsnego...
31288
31289 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31290
31291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31292         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31293         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31294           Fix more integer overflows. Again, see #126967.
31295
31296 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31297
31298         * ext/mpeg2dec/gstmpeg2dec.c:
31299           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31300           #130416.
31301
31302 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31303
31304         * configure.ac:
31305         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31306         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31307         * ext/xvid/gstxvid.h:
31308         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31309         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31310         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31311         (gst_xviddec_change_state):
31312         * ext/xvid/gstxviddec.h:
31313         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31314         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31315         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31316         (gst_xvidenc_link), (gst_xvidenc_set_property),
31317         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31318         * ext/xvid/gstxvidenc.h:
31319           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31320
31321 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31322
31323         * gst/rtp/rtp-packet.c:
31324           Add sys/types.h include, since OS X doesn't define in_addr_t
31325           in netinet/in.h, like it does on Linux (see #129600).
31326
31327 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31328
31329         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31330
31331         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31332           Correct logic of dispose function (see #129306).
31333
31334 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31335
31336         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31337         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31338         (gst_mpeg_parse_init):
31339         * gst/mpegstream/gstmpegparse.h:
31340           Remove clock (which was never provided, i.e. dead code), and
31341           also fix integer overflows at high PTS values (see #126967).
31342
31343 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31344
31345         * ext/flac/gstflacdec.c:
31346         * ext/libpng/gstpngenc.h:
31347         * ext/mikmod/gstmikmod.h:
31348           OS X fixes (see #126628).
31349
31350 2004-01-02  David Schleef  <ds@schleef.org>
31351
31352         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31353         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31354         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31355         (gst_mpeg_parse_class_init): Move pad template registration
31356         to class_init, since the derived class (mpegdemux) doesn't
31357         want them.
31358
31359 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31360
31361         * sys/ximage/Makefile.am:
31362         * sys/xvideo/Makefile.am:
31363         * sys/xvimage/Makefile.am:
31364           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31365           after installation (see #127664).
31366
31367 2004-01-02  David Schleef  <ds@schleef.org>
31368
31369         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31370         (gst_ffmpegenc_connect):  Negotiation fixes.
31371         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31372         Remove inappropriate gst_caps_free().
31373         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31374         Reenable Ronald's internal resize code, since the core handles
31375         it correctly now.
31376
31377 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31378
31379         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31380         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31382           Fix pad template stuff.
31383
31384 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31385
31386         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31387         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31388           fix signed integer reading/writing.
31389
31390 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31391
31392         * ext/alsa/README:
31393           Remove outdated document
31394
31395 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31396
31397         * gst/cutter/gstcutter.c: (gst_cutter_init):
31398           src pad was being created twice - oops.
31399
31400 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31401
31402         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31403           Comment out internal resize. It doesn't handle the resulting
31404           XEvent internally, does another try_set_caps() which leads to
31405           a really nice loop.
31406           Real fix will come when Julien and Dave are awake. ;).
31407
31408 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31409
31410         * ext/mpeg2enc/gstmpeg2enc.cc:
31411           fix const/nonconst compile issue.
31412
31413 2004-01-02  David Schleef  <ds@schleef.org>
31414
31415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31416         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31417         Add fixate function and a check for bad formats.
31418
31419 2004-01-01  David Schleef  <ds@schleef.org>
31420
31421         Negotiation fixes:
31422         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31423         (gst_audiofilter_init):
31424         * gst/debug/efence.c: (gst_efence_init):
31425         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31426         (gst_deinterlace_init):
31427         * gst/volume/gstvolume.c: (volume_connect):
31428
31429 2004-01-01  David Schleef  <ds@schleef.org>
31430
31431         Convert elements to use gst_pad_use_explicit_caps() where
31432         appropriate:
31433         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31434         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31435         (gst_afparse_open_file):
31436         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31437         (gst_afsrc_open_file):
31438         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31439         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31440         (gst_ffmpegdec_chain):
31441         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31442         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31443         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31444         (gst_gdk_pixbuf_chain):
31445         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31446         (gst_jpegdec_chain):
31447         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31448         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31449         (gst_mikmod_negotiate):
31450         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31451         (gst_mpeg2dec_negotiate_format):
31452         * ext/mpeg2enc/gstmpeg2enc.cc:
31453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31454         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31455         (gst_speexdec_sinkconnect):
31456         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31457         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31458         (gst_vorbisfile_new_link):
31459         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31460         (gst_ac3parse_chain):
31461         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31462         (gst_asf_demux_setup_pad):
31463         * gst/auparse/gstauparse.c: (gst_auparse_init),
31464         (gst_auparse_chain):
31465         * gst/id3/gstid3types.c: (gst_id3types_loop):
31466         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31467         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31468         (mp1videoparse_parse_seq):
31469         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31470         (bpf_from_header):
31471         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31472         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31473         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31474         (gst_mpeg_parse_send_data):
31475         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31476         (gst_qtdemux_add_stream):
31477         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31478         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31479         (gst_wavparse_parse_fmt):
31480
31481 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31482
31483         * configure.ac:
31484           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31485           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31486           it therefore uses the wrong include paths. Too bad... Note
31487           that 1.6.1.93 is not release yet. ;).
31488           Also add a check for mplex, which is now using the lib'ified
31489           mplex from mjpegtools, too.
31490         * ext/ffmpeg/gstffmpegcodecmap.c:
31491           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31492           issues. I don't think ffmpeg handles 3ivx correctly, so this
31493           probably won't work. But it won't hurt either.
31494         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31495         (gst_ffmpegdec_chain):
31496         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31497         (gst_ffmpegenc_chain_audio):
31498           Fix memleak in audio encoding. Close codec if open fails, this
31499           calls the cleanup routines so we can re-use the context.
31500         * ext/mpeg2enc/gstmpeg2enc.cc:
31501           Fix pad template names/types, fix memory issue with getcaps().
31502         * ext/mpeg2enc/gstmpeg2encoder.cc:
31503         * ext/mpeg2enc/gstmpeg2encoder.hh:
31504           Fix compile issue with new caps system (const thingy).
31505         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31506         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31507           We read a first frame right on initing, so that we have a caps
31508           when we init the output. This caps is cached in padprivate and
31509           read as first frame.
31510         * ext/mplex/Makefile.am:
31511         * ext/mplex/gstmplex.cc:
31512         * ext/mplex/gstmplex.h:
31513         * ext/mplex/gstmplex.hh:
31514         * ext/mplex/gstmplexibitstream.cc:
31515         * ext/mplex/gstmplexibitstream.hh:
31516         * ext/mplex/gstmplexjob.cc:
31517         * ext/mplex/gstmplexjob.hh:
31518         * ext/mplex/gstmplexoutputstream.cc:
31519         * ext/mplex/gstmplexoutputstream.hh:
31520           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31521           had issues, didn't do capsnego, supported only a subset of the
31522           mplex features and required a mplex fork in our local CVS. Plus
31523           that it worked agaist a very old mplex version. Rewriting was
31524           faster than updating it.
31525         * gst-libs/ext/Makefile.am:
31526         * gst-libs/ext/mplex/INSTRUCT:
31527         * gst-libs/ext/mplex/Makefile.am:
31528         * gst-libs/ext/mplex/README:
31529         * gst-libs/ext/mplex/TODO:
31530         * gst-libs/ext/mplex/ac3strm_in.cc:
31531         * gst-libs/ext/mplex/audiostrm.hh:
31532         * gst-libs/ext/mplex/audiostrm_out.cc:
31533         * gst-libs/ext/mplex/aunit.hh:
31534         * gst-libs/ext/mplex/bits.cc:
31535         * gst-libs/ext/mplex/bits.hh:
31536         * gst-libs/ext/mplex/buffer.cc:
31537         * gst-libs/ext/mplex/buffer.hh:
31538         * gst-libs/ext/mplex/fastintfns.h:
31539         * gst-libs/ext/mplex/format_codes.h:
31540         * gst-libs/ext/mplex/inputstrm.cc:
31541         * gst-libs/ext/mplex/inputstrm.hh:
31542         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31543         * gst-libs/ext/mplex/mjpeg_logging.cc:
31544         * gst-libs/ext/mplex/mjpeg_logging.h:
31545         * gst-libs/ext/mplex/mjpeg_types.h:
31546         * gst-libs/ext/mplex/mpastrm_in.cc:
31547         * gst-libs/ext/mplex/mpegconsts.cc:
31548         * gst-libs/ext/mplex/mpegconsts.h:
31549         * gst-libs/ext/mplex/mplexconsts.hh:
31550         * gst-libs/ext/mplex/multplex.cc:
31551         * gst-libs/ext/mplex/outputstream.hh:
31552         * gst-libs/ext/mplex/padstrm.cc:
31553         * gst-libs/ext/mplex/padstrm.hh:
31554         * gst-libs/ext/mplex/stillsstream.cc:
31555         * gst-libs/ext/mplex/stillsstream.hh:
31556         * gst-libs/ext/mplex/systems.cc:
31557         * gst-libs/ext/mplex/systems.hh:
31558         * gst-libs/ext/mplex/vector.cc:
31559         * gst-libs/ext/mplex/vector.hh:
31560         * gst-libs/ext/mplex/videostrm.hh:
31561         * gst-libs/ext/mplex/videostrm_in.cc:
31562         * gst-libs/ext/mplex/videostrm_out.cc:
31563         * gst-libs/ext/mplex/yuv4mpeg.cc:
31564         * gst-libs/ext/mplex/yuv4mpeg.h:
31565         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31566         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31567           We don't fork mjpegtools' mplex in our CVS anymore.
31568         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31569         (gst_avi_demux_add_stream):
31570         * gst/avi/gstavidemux.h:
31571           Add getcaps() function for proper caps nego. This makes some
31572           parts of AVI playback/reading work.
31573         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31574           Resize window on new capsnego. This is probably wrong, but
31575           I'm still committing it because with current capsnego, the
31576           first successfull capsnego is auto-fixated, therefore rounded
31577           down to the lowest values in the caps. this results in a 16x16
31578           XWindow that is not reized when real capsnego finishes.
31579           Dave, I see more cases of this, do you know a proper solution?
31580         * tools/gst-launch-ext.in:
31581           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31582
31583 2003-12-31  David Schleef  <ds@schleef.org>
31584
31585         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31586         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31587           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31588
31589 2003-12-30  David Schleef  <ds@schleef.org>
31590
31591         * ext/ffmpeg/gstffmpegcolorspace.c:
31592         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31593         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31594         (gst_ffmpegcsp_chain): Negotiation fixes
31595         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31597         (gst_audio_convert_link), (gst_audio_convert_channels):
31598         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31599         (gst_audioscale_link), (gst_audioscale_get_buffer),
31600         (gst_audioscale_chain): Negotiation fixes
31601         * gst/audioscale/gstaudioscale.h:
31602         * gst/videofilter/gstvideofilter.c:
31603         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31604         (gst_videofilter_link), (gst_videofilter_init),
31605         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31606         (gst_videofilter_find_format_by_structure):
31607         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31608         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31609         (gst_videoscale_link):
31610         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31611         (videoscale_find_by_structure), (gst_videoscale_setup):
31612         * gst/videoscale/videoscale.h: Negotiation fixes
31613         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31614         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31615         function, restrict resizing to a multiple of 4 (hack until
31616         everyone supports odd sizes correctly).
31617
31618 2003-12-29  Colin Walters  <walters@verbum.org>
31619
31620         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31621         signed.
31622
31623 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31624
31625         * ext/sndfile/gstsf.c: (gst_sf_loop):
31626           Fix warning about discarding const qualifier
31627
31628 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31629
31630         * gst/cutter/gstcutter.c:
31631         * gst/videoscale/gstvideoscale.c:
31632         * gst/volenv/gstvolenv.c:
31633         * gst-libs/gst/audio/audio.c:
31634         * gst-libs/gst/video/video.c:
31635           Fix warnings
31636
31637 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31638
31639         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31640           Don't send ALSA debugging to stderr.
31641         * ext/alsa/gstalsa.h:
31642           Use GST_WARNING instead of g_warning when ALSA functions fail.
31643
31644 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31645
31646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31647           Free XVAdapterInfo correctly.
31648
31649 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31650
31651         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31652         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31653           Make id3tag use correct caps nego.
31654
31655 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31656
31657         * ext/ivorbis/vorbis.c:
31658         * ext/ivorbis/vorbisenc.h:
31659         * ext/ivorbis/vorbisfile.c:
31660           Modify so that it uses the new caps things
31661
31662 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31663
31664         * testsuite/spider/spider1.c: (main):
31665         * testsuite/spider/spider2.c: (main):
31666         * testsuite/spider/spider3.c: (main):
31667           Make tests compile again. They probably don't work.
31668
31669 2003-12-24  Colin Walters  <walters@verbum.org>
31670
31671         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31672         we can't fixate the caps anymore.
31673
31674 2003-12-23  David Schleef  <ds@schleef.org>
31675
31676         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31677         * sys/oss/gstosssink.c: (gst_osssink_init),
31678         (gst_osssink_sink_fixate): Add fixate function.
31679
31680 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31681
31682         * ext/ffmpeg/gstffmpegcodecmap.c:
31683         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31684         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31685         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31686         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31687         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31688         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31689         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31690           fix typo in RGB masks, and move back to "old" colorspace
31691           capsnego code until whoever wrote this new crap has actually
31692           tested it so that it works.
31693           And yes, this works, keep it that way please.
31694
31695 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31696
31697         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31698         (gst_divxdec_init), (gst_divxdec_negotiate):
31699         * ext/divx/gstdivxdec.h:
31700         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31701         (gst_divxenc_init):
31702         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31703         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31704         * ext/mpeg2enc/gstmpeg2enc.cc:
31705         * ext/mpeg2enc/gstmpeg2encoder.cc:
31706         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31707         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31708         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31709         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31710         (dxr3spusink_init):
31711         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31712         (dxr3videosink_init):
31713           Fix caps breakage after Dave's caps branch merge.
31714
31715 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31716
31717         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31718           Fix for 24bpp display.
31719
31720 2003-12-23  Colin Walters  <walters@verbum.org>
31721
31722         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31723         a GnomeVFSHandle directly.
31724
31725 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31726
31727         * gst/volume/Makefile.am:
31728         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31729         (volume_base_init), (volume_init):
31730           Reenable volume element and fix to work with new caps stuff.
31731           Rhythmbox needs this.
31732
31733 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31734
31735         * gst/qtdemux/qtdemux.c: (plugin_init):
31736           qtdemux requires bytestream
31737
31738 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31739
31740         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31741           Fix remaining caps handling errors due to CAPS merge.
31742
31743 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31744
31745         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31746         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31747         (gst_faad_srcconnect):
31748           Port to new caps system.
31749
31750 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31751
31752         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31753         (got_video_size), (main): using g_print instead of g_message.
31754         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31755         signal which was not emitted because of "switch" element added to the
31756         bin but not connected. (Removing from the bin temporarily)
31757
31758 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31759
31760         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31761         find X development files. I don't understand the previous tests and
31762         they fail on my debian/ppc unstable. This one works.
31763         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31764         exiting.
31765         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31766         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31767         (gst_play_set_visualization): Add some safety checks in set_ methods
31768         and state_change. This was throwing some ugly CRITICAL messages when
31769         pipeline was getting disposed and casts were failing.
31770
31771 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31772
31773         * configure.ac:
31774           Improve mpeg2enc detection. This is for distributions that do
31775           ship mjpegtools, but without mpeg2enc. Also does object check
31776           for might there ever be ABI incompatibility.
31777         * ext/mpeg2enc/gstmpeg2enc.cc:
31778           Add Andrew as second maintainer (he's helping me), and also add
31779           an error if no caps was set. This happens if I pull before capsnego
31780           and that's something I should solve sometime else.
31781         * gst/matroska/matroska-demux.c:
31782         (gst_matroska_demux_parse_blockgroup):
31783           Fix time parsing.
31784         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31785         (gst_matroska_mux_track_header):
31786           Add caps to templates.
31787         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31788           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31789         * gst/mpegstream/gstmpegdemux.c:
31790           Remove layer since it causes warnings about unfixed caps.
31791         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31792           Fix obvious typo (we error out if caps were set, we should of
31793           course error out if *no* caps were set).
31794         * sys/oss/gstosselement.c: (gst_osselement_convert):
31795           Fix format conversion, we confused bits/bytes.
31796         * sys/oss/gstosselement.h:
31797           Improve documentation for 'bps'.
31798         * sys/v4l/TODO:
31799           Remove stuff about plugins that need removing - this was done
31800           ages ago.
31801         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31802         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31804         (gst_v4lsrc_src_query):
31805         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31806         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31807           Add get_query_types(), get_formats() and query() functions.
31808
31809 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31810
31811         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31812           * moved CVS to freedesktop.org