Commit stuff that should have gone in last week when I made the pre-releases:
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
2
3         * gst-libs/gst/pbutils/descriptions.c:
4         * gst/typefind/gsttypefindfunctions.c:
5           Recognise Kate subtitle streams (#550582).
6
7 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
8
9         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
10           Remove trailing comma from enum list, which causes problems
11           with -pendantic (#550729).
12
13 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
14
15         * configure.ac:
16         0.10.20.2 pre-release
17
18         * po/LINGUAS:
19         * po/id.po:
20         * po/pt_BR.po:
21
22         New translations.
23
24 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
25
26         * gst-libs/gst/interfaces/propertyprobe.c:
27           (gst_property_probe_get_properties),
28           (gst_property_probe_get_property),
29           (gst_property_probe_probe_property),
30           (gst_property_probe_probe_property_name),
31           (gst_property_probe_needs_probe),
32           (gst_property_probe_needs_probe_name),
33           (gst_property_probe_get_values),
34           (gst_property_probe_get_values_name),
35           (gst_property_probe_probe_and_get_values),
36           (gst_property_probe_probe_and_get_values_name):
37           More sanity checks for our second-favourite interface.
38
39 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
40
41         * gst-libs/gst/interfaces/propertyprobe.c:
42           Check for NULL pointer, in the hope that this fixes #532864.
43
44 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
45
46         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
47           No really, the next release is 0.10.21 (fix Since: tags in docs).
48
49 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
52         Disable a code path that is now called but causes a deadlock for some
53         reason and is unneeded.
54
55 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
56
57         * sys/xvimage/xvimagesink.c:
58         * sys/xvimage/xvimagesink.h:
59           Add a "draw-border" property that can be set to false to disable
60           drawing borders.
61           
62         * tests/icles/test-colorkey.c:
63         * tests/icles/Makefile.am:
64           Add new test application for the colorkey handling.
65
66 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
67
68         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
69         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
70         This will also be fixed for upcoming gst-ffmpeg release so that once
71         this release of -base is out, it will work with the latest gst-ffmpeg
72         release.
73
74 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
75
76         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
77         (gst_riff_create_audio_template_caps):
78         Add Truespeech mapping for RIFF formats (AVI/WAV).
79         Fixes #550656
80
81 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
82
83         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
84         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
85         Fixes #550638.
86
87 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
88
89         * configure.ac:
90         * gst/subparse/Makefile.am:
91         * gst/subparse/gstsubparse.c:
92         * gst/subparse/samiparse.c:
93         * tests/check/elements/subparse.c:
94           Rework last change, so that we build subparse, but just disable the
95           sami parse functionality, if we're configured to not use xml. In the
96           tests only the sami test is disabled now.
97
98 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
99
100         * configure.ac:
101           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
102           test runs.
103
104 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
105
106         * po/POTFILES.in:
107           Add some more files with strings for translation.
108
109 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
110
111         * gst-libs/gst/tag/gstvorbistag.c:
112         * tests/check/libs/tag.c:
113           Use new geo location tags from core. Fixes #481169
114
115 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
116
117         * tests/check/elements/audioresample.c: (setup_audioresample),
118         (fail_unless_perfect_stream), (test_perfect_stream_instance),
119         (test_discont_stream_instance):
120         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
121         Add debugging for coherence.
122
123 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
124
125         Patch by: Jonathan Matthew  <notverysmart gmail com>
126
127         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
128           Add typefinder for PDF documents (which is nice to have, since it's a
129           common format, but also helps prevent false positives). Fixes #549814.
130
131 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
132
133         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
134         (no_more_pads_cb):
135         Fix nasty race where multiple decodebins could start pushing data before
136         we manage to configure the sinks, resulting in not-linked errors in
137         typical RTSP streaming cases.
138
139 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
142         Since we now call stop, we trigger this code path that causes a deadlock
143         is apparently not needed.
144
145 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
146
147         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
148         (gst_ring_buffer_stop):
149         Also allow the case where the ringbuffer was paused when we try to stop
150         it so that the basesrc stop function is still called.
151
152 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
153
154         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
155
156         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
157         Reprobe devices again instead of taking a cached list as new
158         devices could've been plugged in. Fixes bug #549062.
159
160 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         Patch by: Alessandro Dessina <alessandro nnva org>
163
164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
165         (gst_ogg_demux_activate_chain):
166         Don't add pads and activate them for skeleton streams. These are already
167         handled inside oggdemux. Fixes bug #537599.
168
169 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
170
171         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
172         Reset variable so that query and convert fail after going back to
173         READY. Fixes #548898.
174
175 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
176
177         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
178         If a buffer arrives with a timestamp before the timestamp+duration
179         of the previous buffer clip it instead of dropping it completely.
180         Slight improvement for the unfixable bug #548913.
181
182 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
183
184         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
185         Take the current timestamp instead of timestamp+duration for the offset.
186         This offset will later be used for calculating the timestamp and
187         otherwise vorbisdec will interpolate timestamps wrong if upstream
188         only sends timestamps and no granulepos.
189
190 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
191
192         * tests/examples/seek/seek.c:
193           Don't crash when having no visualisations.
194
195 2008-08-16  David Schleef  <ds@schleef.org>
196
197         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
198           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
199           Fixes #548065.
200
201 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
202
203         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
204         When cleaning up the caps fields also remove "depth" for the same
205         reason we remove "width".
206
207 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
208
209         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
210           Add Lead H.264 here as well.
211
212 2008-08-14  Julien Moutte  <julien@fluendo.com>
213
214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
215         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
216
217 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
220         (gst_base_audio_src_create):
221         When not slaved to another clock also subtract the base_time from our
222         internal clock time to get the running time.
223
224 2008-08-12  David Schleef  <ds@schleef.org>
225
226         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
227           since it has no basis in libtheora.
228
229 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
230
231         * gst-libs/gst/interfaces/propertyprobe.h:
232           Remove double "interface" from doc-string.
233
234         * gst-libs/gst/interfaces/xoverlay.h:
235           Document interface.
236
237         * gst-libs/gst/riff/riff.c:
238           Add basic doc blobs.
239
240 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
241
242         * gst-libs/gst/audio/Makefile.am:
243           Don't try to build that example anymore.
244
245 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
246
247         * gst-libs/gst/audio/.cvsignore:
248         * gst-libs/gst/audio/Makefile.am:
249         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
250         * gst-libs/gst/audio/make_filter:
251           Move audiofiltertemplate to gst-template.
252
253 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
254
255         * docs/libs/gst-plugins-base-libs-sections.txt:
256         * gst-libs/gst/audio/gstaudiosrc.h:
257           More docs and shuffling. What can we do with the hundreds of #defines.
258
259 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
260
261         * gst-libs/gst/audio/audio.h:
262         * gst-libs/gst/audio/gstaudiofilter.h:
263         * gst-libs/gst/audio/gstringbuffer.h:
264         * gst-libs/gst/interfaces/propertyprobe.h:
265         * gst-libs/gst/tag/gsttagdemux.h:
266           Reducing number of dundocumented symbols.
267
268 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
269
270         * gst-libs/gst/audio/audio.c:
271           Fix doc comment syntax.
272
273         * gst-libs/gst/interfaces/propertyprobe.c:
274           Add more doc-comments and a FIXME: for the signal.    
275
276 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
277
278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
279         (gst_ogg_mux_request_new_pad):
280         * ext/ogg/gstoggmux.h:
281         Don't pretend to support NEWSEGMENT events, instead override the
282         GstCollectPads event function to return FALSE on NEWSEGMENT events
283         and do the normal work for other events.
284
285         This prevents elements like flacenc to seek to the start and rewrite
286         some data which then results in a broken Ogg packet.
287
288 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
289
290         Patch by: Frederic Crozat <fcrozat@mandriva.org>
291
292         * ext/alsa/gstalsaplugin.c: (plugin_init):
293         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
294         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
296         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
297         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
298         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
299         * gst/playback/gstdecodebin.c: (plugin_init):
300         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
301         * gst/playback/gstplayback.c: (plugin_init):
302         * gst/playback/gstqueue2.c: (plugin_init):
303         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
304         * sys/v4l/gstv4l.c: (plugin_init):
305         Make sure gettext returns translations in UTF-8 encoding rather
306         than in the current locale encoding (#546822).
307
308 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
309
310         * gst-libs/gst/pbutils/descriptions.c:
311           Add audio/x-qdm for qtdemux.
312
313 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
314
315         * ext/vorbis/vorbisdec.c:
316           Do not leak old taglist.
317
318 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
319
320         * tests/icles/test-scale.c:
321           Include <stdlib.h> for atoi().
322
323 2008-08-04  Andy Wingo  <wingo@pobox.com>
324
325         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
326         documentation fix.
327
328 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
329
330         * gst/adder/gstadder.c:
331           Cleanup lots of empty lines that came from gst-indent going havoc
332           before I added the INDENT_ON/OFF marker some time agao.
333
334 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
335
336         * configure.ac:
337         * gst-libs/gst/riff/riff-read.c:
338           Bump requirement to latest core and use new tag for riff formats.
339           Needed for #520694.
340
341 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
342
343         * tests/examples/dynamic/Makefile.am:
344         * tests/examples/dynamic/codec-select.c: (make_encoder),
345         (make_pipeline), (do_switch), (my_bus_callback), (main):
346         Add example app that dynamically switches between 3 'encoders'.
347
348 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
349
350         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
351         Add some more comments.
352
353 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
354
355         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
356         (gst_video_test_src_create):
357         Discard buffers of the wrong size after renegotiation, this is perfectly
358         possible with things like capsfilter that could suggest caps changes
359         upstream without knowing the size of the buffer.
360
361 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
362
363         * tests/icles/.cvsignore:
364         * tests/icles/Makefile.am:
365         * tests/icles/test-scale.c: (make_pipeline), (main):
366         Add dynamic rescaling tests for the new basetransform.
367
368 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
369
370         * gst/audioconvert/Makefile.am:
371           Dist recently-added gstfastrandom.h.
372
373 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
374
375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
376         Fix a "may be used uninitialized in this function" which weirdly only
377         appears on macosx (?).
378
379 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
380
381         * gst-libs/gst/riff/riff-ids.h:
382           Adding acid chunk for tempo and loop information.
383
384 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
385
386         * sys/xvimage/Makefile.am:
387           floor() needs linking to $(LIBM).
388
389 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
390
391         * ext/gnomevfs/gstgnomevfssrc.c:
392           Aggregate short reads and add some comments and debug logging.
393           Fixes #537380
394
395 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
396
397         * gst/playback/gstplaybasebin.c:
398           Fix property doc markup (its not a signal).
399
400         * sys/xvimage/xvimagesink.c:
401           Add since tag for new proeprties (also add sice tags fro the last two
402           other additions).
403
404 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
405
406         * sys/xvimage/xvimagesink.c:
407         * sys/xvimage/xvimagesink.h:
408           Add autofill/colorkey properties. Fixes #538656.
409
410 2008-07-28  David Schleef  <ds@schleef.org>
411
412         * sys/xvimage/xvimagesink.c:
413           Fix rounding errors when converting colorbalance values
414           between hardware and object property ranges.  Partial
415           fix for #537889, however, there still seems to be a small
416           drift problem that could be totem's fault.
417
418 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
419
420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
421         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
422         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
423         This fixes a critical warning.
424
425 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
426
427         * ext/ogg/gstoggmux.c:
428         Allow muxing of CELT into Ogg streams.
429
430 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
431
432         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
433         (plugin_init):
434         Add simple typefinder for the CELT codec (www.celt-codec.org).
435
436 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
437
438         Patch by: Jan Gerber <j at oil21 dot org>
439
440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
441         Fix calculation of the start time from skeleton streams.
442         Fixes bug #530068.
443
444 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
445
446         * tests/examples/seek/seek.c:
447           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
448
449 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
450
451         * gst/audioconvert/audioconvert.h:
452         * gst/audioconvert/gstaudioquantize.c:
453         (gst_audio_quantize_setup_dither),
454         (gst_audio_quantize_free_dither):
455         * gst/audioconvert/gstfastrandom.h:
456         Implement a linear congruential generator as pseudo random number
457         generator for the dither noise. This is about 2 times faster than
458         using GLib's mersenne twister. Also this uses only integer math for
459         generating integers while GLib internally uses floating point math.
460
461 2008-07-23  Michael Smith <msmith@songbirdnest.com>
462
463         * configure.ac:
464           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
465
466 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
467
468         Patch by: Damien Lespiau  <damien.lespiau gmail com>
469
470         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
471           Use GST_STR_NULL to avoid crashes with libcs that don't
472           like NULL strings in printf args (such as the win32 one).
473           Fixes #544306.
474
475 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
476
477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
478         Oops - set the size of the image used for probing back to 1x1, for
479         consistency with ximagesink
480
481 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
482
483         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
484         (gst_ximagesink_ximage_new):
485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
486         (gst_xvimagesink_xvimage_new):
487
488         Apparently on Solaris and OS/X (at least), it's not legal to ask the
489         X server to attach to a shared memory segment after we've deleted it,
490         with the result that MIT-SHM is disabled. Instead, remove it only after 
491         X succeeds in attaching too.
492
493 2008-07-16  David Schleef  <ds@schleef.org>
494
495         * gst/audiotestsrc/gstaudiotestsrc.c:
496         * gst/audiotestsrc/gstaudiotestsrc.h:
497           Add 'ticks', a 1/30 second sine wave pulse every second.
498
499 2008-07-15  David Schleef  <ds@schleef.org>
500
501         * gst-libs/gst/video/video.c: Revert ABI change.
502
503 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
504
505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
506         Make it impossible to have NULL caps at the point where we set
507         framerate and other things. Also don't return immediately for "3ivd"
508         video and let framerate, etc be set. Might fix bug #542508.
509
510 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
511
512         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
513         Video format can also be conveniently determined from (many)
514         non-fixed caps.
515
516 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
517
518         * gst/playback/gstplaybasebin.c:
519         * gst/playback/gstplaybasebin.h:
520         * gst/playback/gstplaybin.c:
521         * gst/playback/gststreamselector.c:
522         First stab at integrating DVD subpicture overlay into
523         playbin. Successfully plugs and plays, but the queues need
524         shrinking - 3 seconds of video is too much buffering.
525
526 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
527
528         * gst/audioconvert/gstaudioconvert.c:
529           Remove now obsolete note in the docs.
530
531 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
532
533         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
534         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
536         * docs/plugins/gst-plugins-base-plugins.args:
537         * docs/plugins/gst-plugins-base-plugins.hierarchy:
538         * docs/plugins/gst-plugins-base-plugins.interfaces:
539         * docs/plugins/gst-plugins-base-plugins.prerequisites:
540         * docs/plugins/gst-plugins-base-plugins.signals:
541         * docs/plugins/inspect/plugin-adder.xml:
542         * docs/plugins/inspect/plugin-alsa.xml:
543         * docs/plugins/inspect/plugin-audioconvert.xml:
544         * docs/plugins/inspect/plugin-audiorate.xml:
545         * docs/plugins/inspect/plugin-audioresample.xml:
546         * docs/plugins/inspect/plugin-audiotestsrc.xml:
547         * docs/plugins/inspect/plugin-cdparanoia.xml:
548         * docs/plugins/inspect/plugin-decodebin.xml:
549         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
550         * docs/plugins/inspect/plugin-gdp.xml:
551         * docs/plugins/inspect/plugin-gnomevfs.xml:
552         * docs/plugins/inspect/plugin-libvisual.xml:
553         * docs/plugins/inspect/plugin-ogg.xml:
554         * docs/plugins/inspect/plugin-pango.xml:
555         * docs/plugins/inspect/plugin-playback.xml:
556         * docs/plugins/inspect/plugin-queue2.xml:
557         * docs/plugins/inspect/plugin-subparse.xml:
558         * docs/plugins/inspect/plugin-tcp.xml:
559         * docs/plugins/inspect/plugin-theora.xml:
560         * docs/plugins/inspect/plugin-typefindfunctions.xml:
561         * docs/plugins/inspect/plugin-uridecodebin.xml:
562         * docs/plugins/inspect/plugin-video4linux.xml:
563         * docs/plugins/inspect/plugin-videorate.xml:
564         * docs/plugins/inspect/plugin-videoscale.xml:
565         * docs/plugins/inspect/plugin-videotestsrc.xml:
566         * docs/plugins/inspect/plugin-volume.xml:
567         * docs/plugins/inspect/plugin-vorbis.xml:
568         * docs/plugins/inspect/plugin-ximagesink.xml:
569         * docs/plugins/inspect/plugin-xvimagesink.xml:
570         * ext/alsa/gstalsamixer.c:
571         * ext/alsa/gstalsasink.c:
572         * ext/alsa/gstalsasrc.c:
573         * ext/gio/gstgiosink.c:
574         * ext/gio/gstgiosrc.c:
575         * ext/gio/gstgiostreamsink.c:
576         * ext/gio/gstgiostreamsrc.c:
577         * ext/gnomevfs/gstgnomevfssink.c:
578         * ext/gnomevfs/gstgnomevfssrc.c:
579         * ext/ogg/gstoggdemux.c:
580         * ext/ogg/gstoggmux.c:
581         * ext/pango/gstclockoverlay.c:
582         * ext/pango/gsttextoverlay.c:
583         * ext/pango/gsttextrender.c:
584         * ext/pango/gsttimeoverlay.c:
585         * ext/theora/theoradec.c:
586         * ext/theora/theoraenc.c:
587         * ext/theora/theoraparse.c:
588         * ext/vorbis/vorbisdec.c:
589         * ext/vorbis/vorbisenc.c:
590         * ext/vorbis/vorbisparse.c:
591         * ext/vorbis/vorbistag.c:
592         * gst/adder/gstadder.c:
593         * gst/audioconvert/gstaudioconvert.c:
594         * gst/audioresample/gstaudioresample.c:
595         * gst/audiotestsrc/gstaudiotestsrc.c:
596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
597         * gst/gdp/gstgdpdepay.c:
598         * gst/gdp/gstgdppay.c:
599         * gst/playback/gstdecodebin2.c:
600         * gst/playback/gstplaybin.c:
601         * gst/playback/gstplaybin2.c:
602         * gst/playback/gstqueue2.c:
603         * gst/playback/gsturidecodebin.c:
604         * gst/tcp/gstmultifdsink.c:
605         * gst/tcp/gsttcpserversink.c:
606         * gst/videorate/gstvideorate.c:
607         * gst/videoscale/gstvideoscale.c:
608         * gst/videotestsrc/gstvideotestsrc.c:
609         * gst/volume/gstvolume.c:
610         * sys/ximage/ximagesink.c:
611         * sys/xvimage/xvimagesink.c:
612           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
613           titles. Drop mentining that all our example pipelines are "simple"
614           pipelines.
615
616 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
617
618         * tests/examples/seek/Makefile.am:
619         Fix out of tree build by adding all required CFLAGS.
620
621 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
622
623         * gst/playback/gstdecodebin.c: (add_raw_queue):
624         And ref the pad before returning it again when linking to the queue
625         failed. Otherwise we will unref the pad twice later and things break.
626
627 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
628
629         * gst/playback/gstdecodebin.c: (add_raw_queue):
630         If linking the raw pad with a queue fails, try it without a queue
631         instead of failing completely. This should never happen.
632
633 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
634
635         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
636
637         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
638         Add a queue after a demuxer if the demuxer outputs raw data. This was
639         done before only for non-raw data but is required in this case too.
640         Fixes bug #540215.
641
642         decodebin2 doesn't have this issue because all streams of a group
643         go through multiqueue.
644
645 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
646
647         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
648
649         * gst-libs/gst/sdp/gstsdpmessage.c:
650         Makes libgstsdp compile with mingw32 by defining the right WINVER so
651         that getaddrinfo() can be used. Fixes #541358.
652
653 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
654
655         * gst/videotestsrc/gstvideotestsrc.c:
656         (gst_video_test_src_class_init), (gst_video_test_src_init),
657         (gst_video_test_src_set_property),
658         (gst_video_test_src_get_property), (gst_video_test_src_create):
659         * gst/videotestsrc/gstvideotestsrc.h:
660         Cleanups, use default property values as defines.
661         Add property to enable/disable peer buffer allocation.
662
663 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
664
665         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
666         * tests/check/pipelines/streamheader.c: (streamheader_suite):
667         Enable unit tests on PPC again as the bugs are now fixed.
668
669 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
670
671         * gst-libs/gst/riff/riff-ids.h:
672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
673         (gst_riff_create_audio_template_caps):
674         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
675         Fixes bug #540351.
676
677 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
678
679         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
680         (gst_ffmpeg_pixfmt_to_caps):
681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
682         (gst_ffmpegcsp_get_unit_size):
683         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
684         it on other formats. Also adjust the unit size only for that format
685         to not include the palette. Fixes bug #540497.
686
687 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
688
689         * gst/adder/gstadder.c:
690           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
691
692 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
693
694         * ChangeLog:
695           ChangeLog surgery.
696   
697         * tests/examples/seek/seek.c:
698           Move variable into ifdef too.
699         
700
701 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
702
703         * tests/examples/seek/seek.c:
704           Include config.h and check if we have X. Remove XInitThread(), don't
705           think its needed. Fixes: #540334.
706
707 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
708
709         Patch by: Sam Morris <sam at robots dot org to uk>
710
711         * gst-libs/gst/interfaces/mixertrack.c:
712         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
713         (gst_mixer_track_set_property):
714         API: Add "index" property to GstMixerTrack to differantiate between
715         multiple mixer tracks with the same label.
716
717         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
718         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
719         Set the "index" property of GstMixerTrack to the index given by ALSA.
720         Fixes bug #528299.
721
722 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
723
724         * tests/examples/seek/Makefile.am:
725         * tests/examples/seek/seek.c:
726           Remove libgstvideo usage. Use gtk_get_option_group instead of
727           gtk_init().
728
729 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
730
731         * tests/check/Makefile.am:
732           Name the test registry format neutral.
733
734 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
735
736         * gst/playback/gstqueue2.c:
737           Do not double notify. Remove the unsued return value.
738
739 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
740
741         * ext/alsa/gstalsamixer.c:
742           Also consider "speaker" as a name for master volume. If that doesn't
743           help look for the first non-mono volume control that also has a
744           playback switch.
745
746 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
747
748         * ChangeLog:
749           Forgot to save the ChangeLog :/
750
751 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
752
753         * tests/examples/seek/Makefile.am:
754         * tests/examples/seek/seek.c:
755           Embedd the xwindow. Allow to play multiple files.
756
757 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
758
759         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
760         (gst_ximagesink_setcaps):
761         * sys/ximage/ximagesink.h:
762         When the caps change, make sure to re-draw borders in
763         force-aspect-ratio=true mode.
764         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
765         Don't clear the border_draw flag until we actually draw the border.
766         * tests/check/Makefile.am:
767         Ignore alsasink/src during the states test too, so it doesn't fail
768         when running without access to the sound device.
769
770 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
771
772         * tests/examples/seek/seek.c:
773           Fix crasher when playing a parse-launch line the 2nd time.
774
775 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
776
777         * tests/check/pipelines/oggmux.c:
778           Properly ifdef tests to fix compilation.
779
780 2008-06-20  Michael Smith <msmith@songbirdnest.com>
781
782         * gst/playback/gstplay-marshal.list:
783         * gst/playback/gstplaybin2.c:
784           Add get-video-pad, get-audio-pad, get-text-pad action signals to
785           playbin2. This allows the user to get to the selector's sinkpads, and
786           thus inspect a range of things - caps, tags, etc. 
787
788 2008-06-20  Michael Smith <msmith@songbirdnest.com>
789
790         * gst/playback/gstplaybin2.c:
791           Use a different constant for the convert-frame signal id.
792           Fixes #537009.
793
794 2008-06-20  Michael Smith <msmith@songbirdnest.com>
795
796         * gst/playback/gstplaybin2.c:
797         * gst/playback/gstplaysink.c:
798           Fix a whole bunch of typos in comments and log statements. 
799
800 2008-06-20  Michael Smith <msmith@songbirdnest.com>
801
802         * sys/xvimage/xvimagesink.c:
803           Don't set colour balance values on the Xv port if the user hasn't
804           changed them (via properties or the interface). Avoids accumulating
805           rounding errors for the common case.
806           Partial fix for bug #537889.
807
808 2008-06-20  Michael Smith <msmith@songbirdnest.com>
809
810         * gst/playback/gstdecodebin2.c:
811           Ensure decodebin2 emits 'drained' signal once, and only once, when all
812           pads are drained.
813
814 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
817         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
818         Report the encoder latency. Fixes #538232.
819
820 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
823         (notify_source), (activate_group):
824         Implement the source property, emit notify when it changes in the
825         underlying uridecodebin.
826
827 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
828
829         * tests/examples/seek/seek.c: (stop_cb):
830         Free and clear the seek element list so that we don't use invalid
831         references when seeking after recreating a gst-launch line.
832
833 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
834
835         * gst-libs/gst/audio/gstbaseaudiosink.c:
836         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
837         (gst_base_audio_sink_render):
838         Report latency even if we are not live instead of hiding it.
839         Take ts-offset and render-delay of the basesink into account when
840         scheduling samples.
841         Rework the clipping code so that we can take the various offsets into
842         account and still do correct clipping.
843
844 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
845
846         * configure.ac:
847         Bump verion back to devel -> 0.10.20.1
848
849 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
850
851         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
852         Don't increase the size of non-string image buffers by one as this
853         might in theory confuse decoders. Still increase it by one for string
854         image buffers to append '\0'.
855
856 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
857
858         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
859         
860         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
861         Fix a buffer memleak and remove a confusing and wrong debug output.
862         Fixes bug #538663.
863
864 === release 0.10.20 ===
865
866 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
867
868         * configure.ac:
869           releasing 0.10.20, "Here I Go Again"
870
871 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
872
873         * configure.ac:
874         0.10.19.3 pre-release
875
876 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
877
878         * gst-libs/gst/rtsp/gstrtspconnection.c:
879         Fix build on win32.
880         Patch By: David Schleef <ds@schleef.org>
881         Fixes: #536874
882
883 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
884
885         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
886         (gst_gio_base_src_create):
887         * ext/gio/gstgiobasesrc.h:
888         Try to read the requested number of bytes, even if the first
889         read returns less than requested, until nothing is read anymore
890         or we have the requested amount of bytes. This fixes playback of
891         files via Samba as Samba only allows to read 64k at once.
892
893         Implement a caching algorithm that makes sure that we read at
894         least 4k of data every time. Some elements will try to read a few
895         bytes, then seek, read again a few bytes and so on and this is
896         painfully slow as every operation has to go over DBus if GVfs is
897         used as backend.
898
899         Fixes bug #536849 and #536848.
900
901         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
902         (gst_gio_src_check_get_range):
903         Override check_get_range() to blacklist http/https URIs
904         and whitelist file URIs. More to be added on demand.
905
906 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
907
908         * configure.ac:
909         0.10.19.2 pre-release
910
911 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
912
913         * win32/common/libgstrtsp.def:
914         * win32/common/libgsttag.def:
915         Add new API functions to the dll exports
916
917 2008-06-04  Michael Smith <msmith@songbirdnest.com>
918
919         * gst/playback/gstplaybasebin.c:
920           Disconnect signals from decodebins we created before we remove it
921           from playbin, to avoid crashes if the decodebin is eventually
922           disposed after the playbin itself (possible if the app takes a
923           reference on the decodebin).
924           Fixes #536521.
925
926 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
927
928         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
929           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
930           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
931           (h264_video_type_find), (mpeg_video_stream_type_find),
932           (dv_type_find), (mmsh_type_find):
933           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
934           copy caps for no good reason (this may be desirable to make it easier
935           to detect leaks, but then it should probably be done for all caps
936           in the typefinder somewhere).
937
938 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
939
940         * tests/check/Makefile.am:
941         Do not try to run the check tests for subparse unless it has been
942         built.
943
944 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
945
946         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
947         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
948         Do not try to run a test which requires vorbisenc unless we have
949         actually built it.
950
951 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
952
953         * gst-libs/gst/rtsp/gstrtspconnection.c:
954         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
955         (gst_rtsp_connection_clear_auth_params),
956         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
957         * gst-libs/gst/rtsp/gstrtspconnection.h:
958         Add a couple of missing argument guards.
959         Add a way of setting the DSCP for an RTSP connection.
960         Add an accessor method for the ip member of GstRTSPConnection as all
961         members are supposed to be private.
962
963 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
964
965         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
966         Fixed accidental use of IPv4 options for all IPv6 addresses.
967
968 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
969
970         * gst-libs/gst/interfaces/mixertrack.h:
971           Document mixer track flags.
972
973 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
974
975         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
976
977         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
978         Don't set caps on the buffers that contain a copy of the buffer
979         including the caps of them resulting in an always increasing refcount
980         of the caps and insanely large caps. Instead include a buffer without
981         caps in the new caps. Fixes bug #536475.
982
983 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
984
985         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
986         Transform a given PAR to a range on the struct with the generic
987         height/width instead of the struct with the possibly restricted
988         height/width.
989
990 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
991
992         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
993         Prefer the given format if it contains something stricter than [1,MAX]
994         for height or width and only put a structure that requires rescaling
995         as second. This makes it possible to use videoscale in pipelines where
996         the source can actually produce the wanted height/width but usually
997         selects a different one from the requested.
998
999 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1000
1001         Based on patch by: John Millikin <jmillikin gmail com>
1002
1003         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1004           (gst_vorbis_tag_add_coverart):
1005           Retrieve COVERART tags from vorbis comments (#512333)
1006
1007 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1008
1009         * gst-libs/gst/tag/tag.h:
1010         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1011           Don't forget to add new enum value here too (should probably use
1012           glib-mkenums here...).
1013
1014 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1015
1016         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1017         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1018         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1019           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1020           (gst_tag_image_data_to_image_buffer):
1021           Add two utility functions to avoid code duplication (#512333):
1022           API: add gst_tag_image_data_to_image_buffer()
1023           API: add gst_tag_list_add_id3_image()
1024           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1025
1026 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1027
1028         * win32/common/libgstaudio.def:
1029         Add gst_audio_check_channel_positions() to the exported symbols.
1030
1031 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1032
1033         * docs/libs/gst-plugins-base-libs-sections.txt:
1034         * gst-libs/gst/audio/multichannel.c:
1035         (gst_audio_check_channel_positions):
1036         * gst-libs/gst/audio/multichannel.h:
1037         API: Make gst_audio_check_channel_positions() public.
1038
1039         * tests/check/libs/audio.c: (GST_START_TEST):
1040         Add some simple checks for gst_audio_check_channel_positions().
1041
1042 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1043
1044         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1045           minrange and maxrange are scaled according to the frequency
1046           multiplier.
1047
1048 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1049
1050         * ext/pango/Makefile.am:
1051         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1052           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1053           Use gstvideo functions to calculate strides and plane offsets. Fixes
1054           rendering issue ('ghost' images of the text on the chroma planes)
1055           with widths or heights that are not multiples of 8 (#506659 and
1056           probably also #485729).
1057
1058         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1059           (main):
1060           Test with odd height/width too.
1061
1062 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1063
1064         * gst/adder/gstadder.c: (gst_adder_query_duration),
1065         (gst_adder_query_latency):
1066         When using gst_element_iterate_pads() one has to unref every pad
1067         after usage.
1068
1069 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1070
1071         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1072         (gst_base_audio_src_class_init):
1073         Add a gtk-doc chunk for the new properties to have a Since: indication.
1074
1075 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1076
1077         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1078         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1079         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1080         (gst_base_audio_src_change_state):
1081         Provide readable actual-buffer-time and actual-latency-time properties
1082         that reflect the configured ringbuffer values. Fixes #524724.
1083         API: GstBaseAudioSrc:actual-buffer-time
1084         API: GstBaseAudioSrc:actual-latency-time
1085
1086 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1087
1088         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1089         (gst_basertppayload_change_state):
1090         Simply converting the running time into an RTP timestamp by scaling it
1091         based on the clock-rate is good enough for making an RTP timestamp. This
1092         has the added benefit that we can later on expose a property with the
1093         RTP timestamp of running time 0, as is needed for RTSP servers to
1094         generate the response of the PLAY request.
1095
1096 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1097
1098         * gst/audioconvert/gstaudioconvert.c:
1099         (structure_has_fixed_channel_positions),
1100         (gst_audio_convert_transform_caps):
1101         Allow up to 11 positioned channels now that audioconvert can handle
1102         this but add no default positions for > 8 channels.
1103         
1104         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1105         Add some unit tests for the above change: Test conversion of
1106         11 positioned channels to stereo and the other way around, test
1107         conversion of 15 unpositioned channels in different ways.
1108
1109 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1110
1111         * win32/common/libgstaudio.def:
1112         Add gst_audio_clock_reset to the list of exported symbols.
1113
1114 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1115
1116         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1117         Remove wrong_channels_identification_header unit test as we now
1118         support 7 (and more channels).
1119
1120 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1121
1122         * gst/audioconvert/gstchannelmix.c:
1123         (gst_channel_mix_fill_one_other):
1124         If mixing left or right to center (or the other way around) only take
1125         the complete value if we don't already have the original position in
1126         the source.
1127
1128 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1129
1130         * gst-libs/gst/audio/multichannel.c:
1131         (gst_audio_check_channel_positions),
1132         (gst_audio_set_structure_channel_positions_list),
1133         (gst_audio_fixate_channel_positions):
1134         Allow rear center together with rear left/right and other previously
1135         conflicting channel positions. The reason why they weren't allowed
1136         was the channel mixing implementation in audioconvert.
1137         Also take this into account when fixing channel layouts.
1138
1139         Allow setting channel positions for 1/2 channels when using
1140         gst_audio_set_structure_channel_position().
1141
1142         * gst/audioconvert/gstchannelmix.c:
1143         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1144         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1145         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1146         Major rewrite of the channel mixing.
1147
1148         We now allow previously conflicting channel positions to appear
1149         together (rear center and rear left/right for example).
1150         Fixes bug #533817.
1151
1152         Rework the way channels are mixed together to take more possible
1153         channel positions into account, properly mix from/to side channels
1154         and don't assume that either center, left&right or nothing of a
1155         specific position is available anymore.
1156
1157         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1158         Adjust unit tests with non-standard 1/2 channel layouts to the more
1159         correct new behaviour.
1160
1161         Add a unit test for 5.1->Stereo downmixing.
1162
1163 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1164
1165         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1166         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1167         Add sane defaults for the 7 and 8 channel layouts as those are
1168         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1169         more than 8 channels instead of erroring out. Fixes bug #535356.
1170
1171 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1172
1173         * docs/plugins/Makefile.am:
1174         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1175         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1176         * ext/theora/theoraparse.c:
1177         Add theoraparse to the docs and fix some docs.
1178
1179 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1180
1181         * gst-libs/gst/cdda/gstcddabasesrc.c:
1182         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1183         Fix EOS condition and track addition check, the track.end sector is
1184         included in the track. Fixes #533265.
1185
1186 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1187
1188         Patch by: Mark Nauwelaerts <manauw at skynet be>
1189
1190         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1191         (gst_video_rate_flush_prev), (gst_video_rate_event),
1192         (gst_video_rate_chain):
1193         * gst/videorate/gstvideorate.h:
1194         React (more) to NEWSEGMENT
1195         Small adjustment in timestamp calculation to prevent mismatches
1196         Fixes #435633.
1197
1198 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1199
1200         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1201           Initialise error to NULL as we should.
1202
1203 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1204
1205         * gst/adder/gstadder.c: (gst_adder_query_duration),
1206         (gst_adder_query_latency), (gst_adder_query):
1207         Implement latency query.
1208
1209 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1210
1211         * gst/adder/gstadder.c: (gst_adder_query_duration):
1212         Correctly resync the iterator if gst_iterator_next() returns
1213         GST_ITERATOR_RESYNC.
1214
1215 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1216
1217         * win32/vs6/libgstpbutils.dsp:
1218           Add pbutils-enumtypes.c to sources (#518037).
1219
1220 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1221
1222         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1223         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1224         * gst-libs/gst/audio/gstaudioclock.h:
1225         Add method to inform the clock that the time starts from 0 again. We use
1226         this info to calculate a clock offset so that the time we report in
1227         internal_time is monotonically increasing, as required by the clock base
1228         class. Fixes #521761.
1229         API: GstAudioClock::gst_audio_clock_reset()
1230
1231         * gst-libs/gst/audio/gstbaseaudiosink.c:
1232         (gst_base_audio_sink_skew_slaving),
1233         (gst_base_audio_sink_change_state):
1234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1235         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1236         Reset reported time when we (re)create the ringbuffer.
1237
1238 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1239
1240         * ext/alsa/gstalsamixertrack.c:
1241           (gst_alsa_mixer_track_update_alsa_capabilities):
1242           Make sure playback volumes aren't accidentally overwritten by
1243           capture volumes if an alsa mixer track has both playback and
1244           capture capabilities: we create two GstMixerTracks in that
1245           case, so make sure we query only the alsa capabilities that
1246           refer to the type of GstMixerTrack we created from the dual
1247           capability alsa element. Should fix issues with Audigy2 sound
1248           cards (#518082).
1249
1250 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1251
1252         * tests/check/pipelines/oggmux.c: (test_pipeline):
1253           Don't use deprecated function.
1254
1255 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1256
1257         * gst/playback/gstdecodebin2.c:
1258         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1259         Check for NULL cases and log them, creating ghostpads can, for example,
1260         fail when the pad returns wrong caps.
1261
1262         * gst/playback/gstplaybin2.c: (perform_eos):
1263         When pushing out the EOS event, collect the return value and warn when
1264         something failed.
1265
1266 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1267
1268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1269         (gst_riff_create_video_template_caps):
1270         Add support for DVCPRO.
1271
1272 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1273
1274         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1275           Change default scaling method from nearest-neighbour to bilinear.
1276
1277 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1278
1279         * tests/check/libs/video.c:
1280           More checks.
1281
1282 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1283
1284         * gst/subparse/gstsubparse.c: (parser_state_init),
1285           (gst_sub_parse_format_autodetect), (handle_buffer):
1286         * gst/subparse/gstsubparse.h:
1287         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1288           Limit duration to a maximum of five seconds for tmplayer format where
1289           we can guess the duration only from the timestamp of the next line of
1290           text. We don't want to show a text for eternities just because nothing
1291           else is being said for a while.
1292
1293 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1294
1295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1296         (gst_base_rtp_depayload_chain),
1297         (gst_base_rtp_depayload_handle_sink_event),
1298         (gst_base_rtp_depayload_push_full),
1299         (gst_base_rtp_depayload_change_state):
1300         Check sequence numbers, mark input buffers with a discont flag for the
1301         subclass when we detected a gap, drop duplicate buffers. We do this
1302         because one can use the element without a jitterbuffer in front and we
1303         don't want to feed the subclasses invalid or reordered data.
1304         Do an error when the subclass did not provide a process function instead
1305         of crashing.
1306         Some other small cleanups.
1307
1308 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1309
1310         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1311           May just as well use the precalculated uvstride here.
1312
1313 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1314
1315         * docs/plugins/Makefile.am:
1316         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1317         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1318         * docs/plugins/gst-plugins-base-plugins.args:
1319         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1320         * docs/plugins/gst-plugins-base-plugins.interfaces:
1321         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1322         * docs/plugins/inspect/plugin-adder.xml:
1323         * docs/plugins/inspect/plugin-alsa.xml:
1324         * docs/plugins/inspect/plugin-audioconvert.xml:
1325         * docs/plugins/inspect/plugin-audiorate.xml:
1326         * docs/plugins/inspect/plugin-audioresample.xml:
1327         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1328         * docs/plugins/inspect/plugin-cdparanoia.xml:
1329         * docs/plugins/inspect/plugin-decodebin.xml:
1330         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1331         * docs/plugins/inspect/plugin-gdp.xml:
1332         * docs/plugins/inspect/plugin-gio.xml:
1333         * docs/plugins/inspect/plugin-gnomevfs.xml:
1334         * docs/plugins/inspect/plugin-libvisual.xml:
1335         * docs/plugins/inspect/plugin-ogg.xml:
1336         * docs/plugins/inspect/plugin-pango.xml:
1337         * docs/plugins/inspect/plugin-playback.xml:
1338         * docs/plugins/inspect/plugin-queue2.xml:
1339         * docs/plugins/inspect/plugin-subparse.xml:
1340         * docs/plugins/inspect/plugin-tcp.xml:
1341         * docs/plugins/inspect/plugin-theora.xml:
1342         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1343         * docs/plugins/inspect/plugin-uridecodebin.xml:
1344         * docs/plugins/inspect/plugin-video4linux.xml:
1345         * docs/plugins/inspect/plugin-videorate.xml:
1346         * docs/plugins/inspect/plugin-videoscale.xml:
1347         * docs/plugins/inspect/plugin-videotestsrc.xml:
1348         * docs/plugins/inspect/plugin-volume.xml:
1349         * docs/plugins/inspect/plugin-vorbis.xml:
1350         * docs/plugins/inspect/plugin-ximagesink.xml:
1351         * docs/plugins/inspect/plugin-xvimagesink.xml:
1352         * ext/cdparanoia/gstcdparanoiasrc.c:
1353         * ext/ogg/gstoggdemux.c:
1354         * ext/ogg/gstoggdemux.h:
1355         * ext/ogg/gstoggmux.c:
1356         * ext/ogg/gstoggmux.h:
1357         * gst/audioconvert/audioconvert.c:
1358         * gst/audioconvert/audioconvert.h:
1359         * gst/audioconvert/gstaudioconvert.h:
1360         * gst/gdp/gstgdpdepay.h:
1361         * gst/gdp/gstgdppay.h:
1362         * gst/playback/gstdecodebin.c:
1363         * gst/playback/gstdecodebin2.c:
1364         * gst/playback/gstplaybin.c:
1365         * gst/playback/gstplaybin2.c:
1366         * gst/playback/gsturidecodebin.c:
1367         * gst/tcp/gstmultifdsink.c:
1368         * gst/tcp/gstmultifdsink.h:
1369         * gst/tcp/gsttcp.h:
1370
1371         Add some documentation comments, and some new headers to be scanned.
1372         Rename some internal enum declarations (audioconvert's DitherType and
1373         NoiseShapingType, GstUnitType from the TCP elements) to match the
1374         documented GObject type names so that the docs pick them up.
1375         Name the playbin2 docs markups properly so they get picked up. They'll
1376         need renaming back when/if playbin2 becomes playbin.
1377
1378         100% symbol coverage for the plugin docs, booya.
1379
1380 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1381
1382         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1383
1384         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1385         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1386
1387 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1388
1389         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1390
1391         * gst/playback/gstdecodebin.c: (remove_fakesink):
1392         Lock the fakesink before setting the state to NULL and removing it from
1393         the bin so that a concurrent state change cannot interfere. 
1394         Fixes #534331.
1395
1396 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1397
1398         * docs/Makefile.am:
1399         Fix installing plugin documentation when gtk-doc is disabled.
1400
1401 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1402
1403         * gst-libs/gst/rtsp/Makefile.am:
1404         Distribute, don't install md5.h
1405
1406 2008-05-21  Julien Moutte  <julien@fluendo.com>
1407
1408         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1409         instead of SOL_IP, works on more platforms.
1410         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1411         arguments.
1412
1413 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1414
1415         * ext/vorbis/vorbisdec.c:
1416         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1418         Some debug and comment fixes.
1419
1420         * tests/examples/dynamic/addstream.c: (main):
1421         Fix , to ;
1422
1423 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1424
1425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1426         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1427         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1428         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1429         (cleanup_decodebin):
1430         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1431         (connect_element), (gst_decode_group_control_demuxer_pad):
1432         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1433         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1434         (mute_group_type):
1435         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1436         (gst_play_bin_set_property), (handoff), (gen_video_element),
1437         (gen_text_element), (gen_audio_element), (gen_vis_element),
1438         (remove_sinks), (add_sink), (setup_sinks):
1439         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1440         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1441         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1442         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1443         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1444         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1445         (gen_vis_chain), (gst_play_sink_reconfigure),
1446         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1447         (gst_play_sink_request_pad):
1448         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1449         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1450         (cb_newpad):
1451         * gst/playback/test6.c: (new_decoded_pad_cb):
1452         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1453         * tests/check/elements/audiorate.c: (test_injector_chain),
1454         (do_perfect_stream_test):
1455         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1456         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1457         * tests/check/elements/gnomevfssink.c:
1458         * tests/check/elements/textoverlay.c:
1459         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1460         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1461         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1462         * tests/check/pipelines/oggmux.c: (test_pipeline):
1463         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1464         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1465         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1466         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1467         * tests/examples/seek/seek.c: (make_mod_pipeline),
1468         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1469         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1470         (make_theora_pipeline), (make_vorbis_theora_pipeline),
1471         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1472         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1473         (update_fill), (msg_buffering):
1474         Don't use bad gst_element_get_pad().
1475
1476 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1477
1478         * gst-libs/gst/riff/riff-media.c:
1479           Fix wrong method name in docs. Fix calculation of strf fields for
1480           broken mulaw/alaw.
1481   
1482         * gst-libs/gst/riff/riff-read.c:
1483           Whitespace fix and removing double ';'.
1484
1485 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1486
1487         * docs/design/part-playbin2.txt:
1488         Add some leftover doc.
1489
1490 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1491
1492         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1493         Fix copy & paste error in last commit.
1494
1495 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1496
1497         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1498         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
1499         other channel positions when source has SIDE channels and dest doesn't
1500         or the other way around.
1501
1502 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1503
1504         Patch by: Henrik Eriksson <henriken at axis dot com>
1505
1506         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1507         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
1508         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
1509         (gst_multi_fd_sink_get_property):
1510         * gst/tcp/gstmultifdsink.h:
1511         Add support for DSCP QOS. Fixes #469933.
1512
1513 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1514
1515         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1516         Add another test that checks if conversion between standard 1 and 2
1517         channel layouts with and without positions set is working.
1518
1519 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1520
1521         * gst-libs/gst/audio/multichannel.c:
1522         (gst_audio_check_channel_positions):
1523         Allow non-standard 2 channel layouts.
1524         
1525         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1526         Add some tests for converting and remapping non-standard 1 and 2
1527         channel layouts.
1528
1529 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1530
1531         * gst/audioconvert/gstchannelmix.c:
1532         (gst_channel_mix_fill_normalize):
1533         Prevent division by zero if the channel mix matrix contains only
1534         zeroes.
1535
1536 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1537
1538         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1539
1540         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
1541         Close a buffer memory leak. Fixes bug #534071.
1542
1543 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1544
1545         * gst-libs/gst/rtsp/gstrtsptransport.h:
1546         Make the GstRTSPTransport struct members public as there are no
1547         setters/getters and it's supposed to be changed directly.
1548         Fixes bug #533087.
1549
1550 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1551
1552         * gst/adder/gstadder.c:
1553         Adder also doesn't support audio/x-raw-int with width!=depth so don't
1554         claim this on the pad template caps.
1555
1556 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1557
1558         * gst-libs/gst/audio/gstbaseaudiosink.c:
1559         (gst_base_audio_sink_sync_latency):
1560         We can only use our optimal calibration if we prerolled before the
1561         latency expired.
1562
1563 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
1564
1565         * configure.ac:
1566           Require core CVS for GstBaseSrc buffer caps setting magic.
1567
1568 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1569
1570         * gst/audioconvert/gstaudioconvert.c:
1571         (gst_audio_convert_fixate_channels):
1572         Fix logic in last commit.
1573
1574 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1575
1576         * gst/audioconvert/gstaudioconvert.c:
1577         (gst_audio_convert_fixate_channels):
1578         Passthrough the channel positions if the number of output channels is
1579         the same as the number of input channels, the input had a channel
1580         layout and downstream requests no special one. We did this already for
1581         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
1582
1583 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1584
1585         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
1586         (gst_gnome_vfs_src_finalize),
1587         (gst_gnome_vfs_src_received_headers_callback),
1588         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
1589         * ext/gnomevfs/gstgnomevfssrc.h:
1590         Set the ICY caps on the srcpad from where they get picked up by the base
1591         class now and set on the outgoing buffers.
1592
1593         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1594         (gst_base_audio_src_create):
1595         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
1596         BaseSrc now sets the caps on outgoing buffers automatically.
1597
1598 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1599
1600         * gst-libs/gst/audio/gstbaseaudiosink.c:
1601         (gst_base_audio_sink_resample_slaving),
1602         (gst_base_audio_sink_skew_slaving),
1603         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
1604         (gst_base_audio_sink_async_play),
1605         (gst_base_audio_sink_change_state):
1606         Change the way in which the ringbuffer is started when dealing with a
1607         slaved clock and latency. We now sync to the clock until we reach
1608         upstream latency before starting the ringbuffer. This has the effect
1609         that we can accurately align the master and slave clocks and let the
1610         rate correction code take care of the initial drift or rounding errors
1611         instead of leaving them uncorrected with the old approach.
1612
1613 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1614
1615         * gst/audioconvert/gstaudioconvert.c:
1616         (gst_audio_convert_fixate_channels):
1617         Correctly set the default channel positions when converting to 8
1618         channels.
1619
1620 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1621
1622         * configure.ac:
1623           Error out if we don't have the required version of core.
1624
1625 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1626
1627         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
1628           Use data scan helper in aac typefinder and stop scanning
1629           for headers when we've found a type. Also fix potential invalid
1630           memory access when calculating the frame length.
1631
1632 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1633
1634         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
1635           (mpeg_sys_is_valid_pack):
1636           Don't modify scan context when we return FALSE in ensure_data, so
1637           it's possible to continue scanning, and we don't end up with a NULL
1638           data pointer and a positive size, which might bite us the next time
1639           we're called. Small constification.
1640
1641 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
1642
1643         * gst/adder/gstadder.c:
1644         Adder doesn't support 24 bit samples so don't claim it supports them
1645         in the pad template caps.
1646
1647 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1648
1649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1650         (gst_base_rtp_depayload_chain):
1651         Validate the RTP packet before further processing it. It's just too
1652         dangerous to accept random packets and people are not forced to use a
1653         jitterbuffer or session manager to filter out the bad packets.
1654
1655         * gst-libs/gst/rtp/gstrtpbuffer.c:
1656         (gst_rtp_buffer_set_extension_data),
1657         (gst_rtp_buffer_get_payload_subbuffer):
1658         Small cleanups.
1659         When setting extension data in a buffer that is too small, we fail and
1660         we should not set the extension bit.
1661         Change GST_WARNINGS into g_warning because they really are
1662         programming errors.
1663
1664         * tests/check/libs/rtp.c: (GST_START_TEST):
1665         Catch the g_warnings now in the unit tests and that fact that failing to
1666         set extension data left the extension bit untouched.
1667
1668 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1669
1670         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1671           Revert previous change which made basetransform handle buffer_alloc
1672           and which breaks things badly in the non-passthrough case since it
1673           returned buffers with a different (ie. sometimes smaller) size than
1674           the size requested.
1675
1676 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1677
1678         Patch by: Bernard B <b-gnome at largestprime dot net>
1679
1680         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
1681         Fix seqnum compare function for bordercase values and fix the docs
1682         again. Fixes #533075.
1683
1684         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
1685         Add a testcase for seqnum compare function.
1686
1687 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
1688
1689         * gst/adder/gstadder.c: (gst_adder_setcaps),
1690         (gst_adder_class_init):
1691         Correctly declare the supported endianness on the pad templates
1692         and check for correct endianness in the set caps function. Adder
1693         only supports native endianness.
1694         Also use gst_element_class_set_details_simple().
1695
1696 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * sys/xvimage/xvimagesink.c:
1699           Better debug logging in port value handling. Merging separate port
1700           value loops into one.
1701
1702 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1703
1704         Patch by: Hannes Bistry <hannesb at gmx dot de>
1705
1706         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
1707         * gst/tcp/gsttcpserversink.c:
1708         (gst_tcp_server_sink_handle_server_read),
1709         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
1710         Fix regression in clientsrc because we did not add the fd to the poll
1711         set anymore. Fixes #532364.
1712         Do some cleanups here and there.
1713
1714 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1715
1716         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1717         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
1718         * gst/playback/gstplay-marshal.list:
1719         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
1720         Use correct marshallers. GstCaps are a boxed type and no GObject
1721         subclass.
1722
1723 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1724
1725         * win32/common/libgstrtsp.def:
1726         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
1727         symbols.
1728
1729 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1730
1731         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1732
1733         * tests/check/elements/audioresample.c:
1734         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
1735         (live_switch_push), (GST_START_TEST):
1736         Add unit test for the latest basetransform negotiation changes.
1737         See bug #526768.
1738
1739 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1740
1741         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
1742         Fix nv12<->nv21 conversion if stride is larger than width.
1743
1744 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1745
1746         Patch by: Jan Gerber <j at oil21 dot org>
1747
1748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1749         (gst_ogg_pad_parse_skeleton_fisbone):
1750         * ext/ogg/gstoggdemux.h:
1751         Parse presentation time from skeleton streams and use it as offset
1752         for the timestamps. Fixes bug #530068.
1753
1754 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
1755
1756         * gst-libs/gst/audio/gstbaseaudiosink.c:
1757         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
1758         Revert previous patch that attempted to more accurately calculate the
1759         initial offset between master and slave clock. The best thing we can do
1760         in general is take the time of both clocks as the diff since we don't
1761         know when the actual preroll happened.
1762
1763 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1764
1765         * gst-libs/gst/pbutils/install-plugins.c:
1766           Fix docs: type and missing word.
1767
1768 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
1769
1770         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
1771           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
1772           for this instead; don't check if we've found enough markers after
1773           each and every step, it's enough to do that only if we've actually
1774           found a new marker.
1775           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
1776
1777 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
1778
1779         * gst/typefind/gsttypefindfunctions.c:
1780           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
1781           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
1782           (mpeg_video_stream_type_find):
1783           Move scan helper thingy to the beginning of the file so we can use
1784           it in other typefind functions. Rename it to something more
1785           generic. Also improve handling of things towards the end of the
1786           typefind data: peek as much as we can if we know the size of the
1787           data, rather than just min_size.
1788
1789 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
1790
1791         * docs/libs/gst-plugins-base-libs-sections.txt:
1792         * gst-libs/gst/interfaces/colorbalance.c:
1793         * gst-libs/gst/interfaces/colorbalance.h:
1794         * gst-libs/gst/interfaces/colorbalancechannel.c:
1795         * gst-libs/gst/interfaces/colorbalancechannel.h:
1796         * gst-libs/gst/interfaces/tuner.c:
1797         * gst-libs/gst/interfaces/tunerchannel.c:
1798         * gst-libs/gst/interfaces/tunerchannel.h:
1799         * gst-libs/gst/interfaces/tunernorm.c:
1800         * gst-libs/gst/interfaces/tunernorm.h:
1801         * gst-libs/gst/video/video.c:
1802         * gst-libs/gst/video/video.h:
1803         Document the GstTuner and GstColorBalance interfaces, and some
1804         other random API functions that needed it. 70% symbol coverage, woo.
1805
1806 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1807
1808         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
1809         Choose to allocate one less segment but require one additional segment
1810         as latency. 
1811
1812         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
1813         No need to increment the number of segments in the source.
1814
1815         * gst-libs/gst/audio/gstbaseaudiosink.c:
1816         (gst_base_audio_sink_get_time), (clock_convert_external),
1817         (gst_base_audio_sink_resample_slaving),
1818         (gst_base_audio_sink_skew_slaving),
1819         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
1820         (gst_base_audio_sink_async_play):
1821         Remove adding latency when returning the internal time while subtracting
1822         it again when we use the value a little later.
1823         When calculating the end timestamp, we are making a rounding error
1824         with the current algorithm. Ensure that we don't accumulate these
1825         rounding errors when aligning samples by not resampling at all if we
1826         don't need to. Fixes #419351.
1827         Make the initial calibration of the clock slaving a little more
1828         predictable and accurate. Also handle the case where we don't do
1829         clock slaving.
1830
1831 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
1832
1833         Based on a patch by:
1834           Björn Benderius <bjoern dot benderius at axis dot com>
1835
1836         * gst/ffmpegcolorspace/avcodec.h:
1837         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1838         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1839         (gst_ffmpegcsp_avpicture_fill):
1840         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
1841         * gst/ffmpegcolorspace/imgconvert_template.h:
1842         Add conversions from/to NV12 and NV21 and conversions between those
1843         two formats. Fixes bug #532166.
1844
1845 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1846
1847         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
1848         Abort the h264 typefinding as soon as _peek() doesn't return anything,
1849         which happens for example with files smaller than 128kb.
1850
1851 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1852
1853         Patch by: Wouter Cloetens <zombie at e2big dot org>
1854
1855         * gst-libs/gst/rtsp/Makefile.am:
1856         * gst-libs/gst/rtsp/gstrtspconnection.c:
1857         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
1858         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
1859         (add_auth_header), (gst_rtsp_connection_free),
1860         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
1861         (gst_rtsp_connection_set_auth_param),
1862         (gst_rtsp_connection_clear_auth_params):
1863         * gst-libs/gst/rtsp/gstrtspconnection.h:
1864         Add Digest authorization support for RTSP connections. See #532065.
1865
1866         * gst-libs/gst/rtsp/md5.c:
1867         * gst-libs/gst/rtsp/md5.h:
1868         Yeap, another md5 implementation until we can depend on a glib that has
1869         support for it.
1870
1871 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
1872
1873         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1874
1875         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1876         Let audioresample use the buffer allocation of basetransform instead
1877         of it's own stuff.
1878
1879         * tests/check/elements/audioresample.c: (alloc_only_48000),
1880         (GST_START_TEST), (audioresample_suite):
1881         Add unit test for the recent basetransform bugfix, where upstream
1882         changes caps to something that can't be passed through anymore.
1883
1884 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1885
1886         * win32/common/config.h.in:
1887           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
1888           use the real thing than having "???" unconditionally.
1889
1890 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1891
1892         * gst-libs/gst/audio/gstbaseaudiosink.c:
1893         (gst_base_audio_sink_query):
1894         Report the latency with the new seglatency parameter.
1895
1896         * gst-libs/gst/audio/gstringbuffer.c:
1897         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1898         (gst_ring_buffer_acquire):
1899         * gst-libs/gst/audio/gstringbuffer.h:
1900         Add new field to the ringbufferspec to specify the expected latency
1901         between the underlying device read/write pointer, this is needed
1902         when writing sinks that sit a little closer to the hardware.
1903         Add some more docs for other fields.
1904
1905 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1906
1907         * gst/volume/gstvolume.c: (volume_transform_ip):
1908         Return NOT_NEGOTIATED if we didn't set a process function yet for some
1909         reason instead of crashing later. Might fix bug #509125.
1910
1911 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1912
1913         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
1914
1915         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
1916         * gst/audioconvert/audioconvert.h:
1917         * gst/audioconvert/gstaudioconvert.c:
1918         (gst_audio_convert_parse_caps),
1919         (structure_has_fixed_channel_positions),
1920         (gst_audio_convert_transform_caps):
1921         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
1922         Add support for more than 8 channels and NONE channel layouts. For
1923         more than 8 channels no channel conversion is supported yet, only
1924         format conversions are supported. Fixes bug #398033.
1925
1926         * tests/check/elements/audioconvert.c: (verify_convert),
1927         (GST_START_TEST), (audioconvert_suite):
1928         Add some unit tests by Tim for checking the NONE channel layouts
1929         and more than 8 channels and add some more unit tests for channel
1930         conversions.
1931
1932 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1933
1934         * gst/playback/gstdecodebin2.c: (connect_pad):
1935         When autoplugging fails, set the element back to NULL before
1936         unreffing it.
1937
1938 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1939
1940         * win32/common/libgstaudio.def:
1941         Add gst_base_audio_src_[sg]et_slave_method() to the exported
1942         symbols.
1943
1944 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1945
1946         * gst/subparse/samiparse.c: (handle_start_sync),
1947         (end_sami_element), (characters_sami):
1948         Remove trailing, leading and double whitespaces.
1949         Correctly timestamp buffers and output the last buffer too.
1950
1951         * tests/check/elements/subparse.c: (GST_START_TEST),
1952         (subparse_suite):
1953         Add a simple unit test for SAMI parsing.
1954
1955 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1956
1957         Patch by: Young-Ho Cha <ganadist at chollian dot net>
1958
1959         * gst/subparse/samiparse.c: (handle_start_sync),
1960         (start_sami_element), (end_sami_element), (characters_sami),
1961         (sami_context_reset):
1962         Only output characters inside the "sync" elements. There could be
1963         other elements like "style" that have some content but should
1964         not be printed. Fixes bug #467911.
1965
1966 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1967
1968         * gst/playback/gstplaybasebin.c: (set_audio_mute),
1969         (set_active_source):
1970         * gst/playback/gstplaybasebin.h:
1971         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1972         (playbin_set_audio_mute):
1973         Allow setting -1 as current-audio to mute the current audio stream,
1974         similar to what is done for subtitles. Fixes bug #342294.
1975
1976 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
1977
1978         * gst-libs/gst/pbutils/descriptions.c: (formats): 
1979         It's SorensOn and not SorensEn.
1980
1981 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1982
1983         * gst-libs/gst/pbutils/descriptions.c: (formats):
1984           Fix description of video/x-flash-video.
1985
1986 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
1987
1988         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1989         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1990         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1991         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
1992         Remove some unused code.
1993
1994         * gst/audioconvert/gstaudioquantize.c:
1995         (gst_audio_quantize_free_noise_shaping):
1996         Don't return before freeing the noise shaping history.
1997
1998 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1999
2000         * tests/check/elements/subparse.c: (do_test),
2001           (test_tmplayer_style3b), (subparse_suite):
2002           Add unit test for the tmplayer variant from bug #530962.
2003
2004 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2005
2006         * gst/subparse/gstsubparse.c: (handle_buffer),
2007           (gst_sub_parse_sink_event):
2008         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2009           (tmplayer_parse_line):
2010           Fix parsing of tmplayer subtitle variant where every single line contains
2011           text and there isn't an empty line after each line to determine the
2012           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2013           making sure that we push out the last line of text without a duration if
2014           there's still text left in the buffer at the end.
2015
2016 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2017
2018         * gst/subparse/gstsubparse.c: (feed_textbuf):
2019           Fix detection of discontinuities based on the buffer offset (doesn't work
2020           so well if no buffer offset is set) and also check for the DISCONT buffer
2021           flag. This keeps the parser state from being reset after each buffer in
2022           the unit test.
2023
2024 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2025
2026         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2027           Further fine-tuning: don't absolutely require sequence or GOP headers
2028           (as introduced in the previous commit), but adjust the typefind
2029           probabilities returned accordingly if we don't see them. Also make sure
2030           picture header and first slice are somewhat close to each other (which
2031           is not perfect but still better than requiring a fixed offset or having
2032           no limit at all).
2033
2034 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2035
2036         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2037         (gst_basertppayload_sink_setcaps),
2038         (gst_basertppayload_sink_getcaps):
2039         Rename the setcaps/getcaps function internally to make it clear that
2040         they are called for the sink pad.
2041
2042 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2043
2044         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2045         (gst_base_rtp_depayload_class_init),
2046         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2047         (gst_base_rtp_depayload_packet_lost),
2048         (gst_base_rtp_depayload_set_gst_timestamp):
2049         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2050         Catch packet-lost events from the jitterbuffer and convert them into a
2051         vmethod call (lost-packet) so that depayloaders can do something smart.
2052         Also add a default packet-lost function that sends out a segment update
2053         to the decoders.
2054
2055 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2056
2057         * gst/playback/test4.c:
2058         * gst/playback/test5.c:
2059         * gst/playback/test6.c:
2060         * gst/playback/test7.c:
2061           Also include config.h when relying on defines from it. Fixes the
2062           build. Its been a please to serve :)
2063
2064 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2065
2066         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2067         (paint_setup_NV21), (paint_hline_NV12_NV21):
2068         Add support for NV12 and NV21 in videotestsrc
2069
2070 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2071
2072         * gst/videoscale/gstvideoscale.c:
2073         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2074         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2075         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2076         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2077         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2078         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2079         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2080         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2081         (vs_image_scale_linear_RGB555):
2082         Support 1x1 images as input and output as for example the BBC HQ new
2083         streams have 1x1 GIFs in the playlists for some reason.
2084
2085 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2086
2087         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2088           (try_to_link_1):
2089           If we can't activate one of the decoders we plugged in (such as,
2090           say, musepackdec) for some reason (it might not support push mode,
2091           for example), remove any pad probes that close_pad_link() might
2092           have set up. This makes sure we later don't try to remove a probe
2093           for a pad that doesn't exist any longer, and avoids nast warnings
2094           and probably other things too.
2095
2096 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2097
2098         * gst/typefind/gsttypefindfunctions.c:
2099           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2100           (plugin_init):
2101           Rework mpeg video stream typefinding a bit more: make sure sequence,
2102           GOP, picture and slice headers appear in the order they should and
2103           that we've in fact at least had one of each; fix picture header
2104           detection; decouple picture and slice header check - don't assume
2105           they're at a fixed offset, there may be extra data in between. Also,
2106           announce varying degrees of probability depending on what we found
2107           exactly (multiple pictures, at least one picture, just sequence and
2108           GOP headers). Finally, in _ensure_data(), take into account that we
2109           might be typefinding smaller amounts of data, such as the first
2110           buffer of a stream, so fall back to the minimum size needed as long
2111           as that's available, instead of erroring out if there's less than
2112           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2113           fuzzed file from #399342 as valid.
2114
2115 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2116
2117         * ext/theora/theoradec.c:
2118           Cool kids don't divide by zero.
2119           Treat PAR of x:0 as 1:1.
2120           Fixes #530719.
2121
2122 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2123
2124         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2125           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2126           (mpeg_video_stream_type_find):
2127           Refactor a bit: use context structure to track parsing offset and
2128           size of available data and make the code a bit clearer. Fixes bad
2129           memory access in #356937.
2130
2131 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2132
2133         * gst/playback/test4.c:
2134         * gst/playback/test5.c:
2135         * gst/playback/test6.c:
2136         * gst/tcp/gstmultifdsink.c:
2137           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2138           is defined.
2139
2140 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2141
2142         * gst-libs/gst/audio/gstbaseaudiosink.h:
2143         Clarify some docs.
2144
2145         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2146         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2147         (gst_base_audio_src_set_slave_method),
2148         (gst_base_audio_src_get_slave_method),
2149         (gst_base_audio_src_set_property),
2150         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2151         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2152         Add property and methods for selecting the clock slave method in the
2153         source, like in the sink.
2154         We only implement "none" and "re-timestamp" for now.
2155         API: gst_base_audio_src_set_slave_method()
2156         API: gst_base_audio_src_get_slave_method()
2157
2158 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2159
2160         * gst-libs/gst/rtp/gstrtpbuffer.c:
2161         Fix the docs about the seqnum compare function, it returns a difference.
2162
2163 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2164
2165         * ext/alsa/gstalsadeviceprobe.c:
2166         (gst_alsa_get_device_list): Don't return before freeing up
2167         the allocated structures.
2168
2169 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2170
2171         * gst/playback/gstplaybin.c:
2172           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2173
2174 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2175
2176         * ext/ogg/gstoggdemux.c:
2177           Revert the event part, that should not go in.
2178
2179 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2180
2181         * ext/ogg/gstoggdemux.c:
2182           Don't leak GstPluginFeatures when filtering.
2183
2184 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2185
2186         * sys/xvimage/xvimagesink.c:
2187           Add some logging for cases when grabbing the xv failed.
2188
2189 2008-04-21  David Schleef  <ds@schleef.org>
2190
2191         * ext/ogg/gstoggmux.c:
2192           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2193           packet.  Should conform to what we currently think is the
2194           final Ogg/Dirac muxing spec.
2195
2196 2008-04-21  David Schleef  <ds@schleef.org>
2197
2198         * sys/xvimage/xvimagesink.c:
2199           Fix typo that causes the overlay keying color to bright green
2200           on a 16-bit display.  Dark grey good.  Bright green bad.
2201
2202 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2203
2204         * ext/gnomevfs/gstgnomevfsuri.c:
2205           Add  FIXME comment about using uri-list for source and sink.
2206
2207 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2208
2209         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2210         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2211         vaargs functions to gint. Otherwise the fractions will get 0 set
2212         instead of the correct value on big endian systems. Fixes bug #529018.
2213
2214 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2215
2216         * ext/gnomevfs/gstgnomevfssink.c:
2217         (gst_gnome_vfs_sink_uri_get_protocols):
2218         * ext/gnomevfs/gstgnomevfssrc.c:
2219         (gst_gnome_vfs_src_uri_get_protocols):
2220         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2221         (gst_gnomevfs_get_supported_uris):
2222         Get the list of supported URI schemes in a threadsafe way and use the
2223         same list for the source and sink.
2224
2225 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2226
2227         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2228         (gst_gio_get_supported_protocols):
2229         Don't generate a new supported protocols list on each call but cache
2230         it. It's supposed to be static anyway, this way we only leak it once
2231         per process.
2232
2233         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2234         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2235         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2236         (gst_gio_sink_start):
2237         * ext/gio/gstgiosink.h:
2238         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2239         (gst_gio_src_class_init), (gst_gio_src_finalize),
2240         (gst_gio_src_set_property), (gst_gio_src_get_property),
2241         (gst_gio_src_start):
2242         * ext/gio/gstgiosrc.h:
2243         API: Add "file" properties where one can set a GFile as
2244         source/destination.
2245
2246         Add locking to the properties and use
2247         gst_element_class_set_details_simple() instead of a static
2248         GstElementDetails struct.
2249
2250 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2251
2252         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2253         (plugin_init):
2254         Add "mpp" and "mp+" as possible extensions for MusePack files.
2255
2256         Add typefinding for MusePack StreamVersion 8 files and include the
2257         stream version in the caps.
2258
2259 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2260
2261         * gst-libs/gst/rtp/gstrtppayloads.c:
2262         (gst_rtp_payload_info_for_name):
2263         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2264
2265 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2266
2267         * configure.ac:
2268           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2269           (NB: this only affects compilation of some of the examples).
2270           Remove some configure.ac cruft that's not needed any longer.
2271
2272 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2273
2274         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2275         Don't validate the payload if there isn't any.
2276         Fixes #525915
2277
2278 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2279
2280         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2281         Use g_atomic_int_set() instead of gst_atomic_int_set().
2282
2283 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2284
2285         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2286         Return NULL instead of a gchar * array with one NULL element if we
2287         don't get any supported URI schemes from GIO.
2288
2289 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2290
2291         * gst/audiotestsrc/gstaudiotestsrc.c:
2292           Remove cpp style commented old code.
2293
2294 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2295
2296         * gst/playback/gstdecodebin2.c:
2297           Fix signal docs.
2298
2299 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2300
2301         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2302           (gst_text_overlay_init):
2303           Fix textoverlay unit test again by making the supposed default
2304           value for the wait-text property the actual default value.
2305           Also fix Since: tag for new property.
2306
2307 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2308
2309         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2310           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2311           (gst_video_format_get_pixel_stride),
2312           (gst_video_format_get_component_width),
2313           (gst_video_format_get_component_height),
2314           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2315           (gst_video_format_convert):
2316           Add guards to these functions to ensure sane input values.
2317
2318         * tests/check/libs/video.c:
2319           Fix unit test not to create caps with width=0 and height=0.
2320
2321 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2322
2323         * docs/design/draft-keyframe-force.txt:
2324         Fix typo.
2325
2326         * gst/playback/gstqueue2.c: (update_buffering),
2327         (gst_queue_handle_src_query):
2328         Set buffering mode in the messages.
2329         Set buffering percent in the query.
2330
2331         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2332         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2333         Do some more fancy things based on the buffering method in use.
2334
2335 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2336
2337         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2338         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2339         (msg_buffering), (main):
2340         Add basic download reports to seek using the new buffering API.
2341
2342 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2343
2344         * gst/playback/gstqueue2.c: (update_buffering),
2345         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2346         (gst_queue_src_checkgetrange_function):
2347         Include extra buffering stats in the buffering message.
2348         Implement BUFFERING query.
2349
2350         * gst/playback/gsturidecodebin.c: (do_async_start),
2351         (do_async_done), (type_found), (setup_streaming), (setup_source),
2352         (gst_uri_decode_bin_change_state):
2353         Only add decodebin2 when the type is found in streaming mode.
2354         Make uridecodebin async to PAUSED even when we don't have decodebin2
2355         added yet.
2356
2357 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2358
2359         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2360         Filter cdda from the supported URI schemes. We can't support
2361         musicbrainz tags and everything else one expects from a cdda source
2362         with GIO. Fixes bug #526794.
2363
2364 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2365
2366         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2367         (gst_xvimagesink_buffer_alloc):
2368         Fix calculation of 'expected size' for YV12 buffers.
2369         Be a little more verbose in the debug output for buffer-alloc'ed
2370         buffers which turn out to have the wrong size.
2371
2372 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         * NEWS:
2375         * RELEASE:
2376         * gst-plugins-base.doap:
2377           Merge other changes from 0.10.19 release branch.
2378
2379 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2380
2381         * gst-libs/gst/audio/gstbaseaudiosink.c:
2382           (gst_base_audio_sink_class_init):
2383         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2384           (gst_base_audio_src_class_init):
2385         * gst/playback/gstplayback.c: (plugin_init):
2386         * gst/volume/gstvolume.c: (plugin_init):
2387           Work around missing bits of thread-safety on older GLibs some
2388           more to avoid assertions when starting up multiple playbin
2389           objects concurrently (see #512382).
2390
2391 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2394           Remove some more fields.
2395
2396 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2397
2398         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2399
2400         * configure.ac:
2401         Actually build dlls when cross-compiling with mingw32.
2402         Fixes bug #526247.
2403
2404 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2405
2406         * configure.ac:
2407           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2408
2409 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2410
2411         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2412         (msg_buffering), (connect_bus_signals), (main):
2413         Add statusbar.
2414         Add buffering support with feedback in the statusbar.
2415
2416 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2417
2418         * ext/ogg/gstoggmux.c:
2419           Fix sample pipeline description.
2420
2421 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2422
2423         * docs/plugins/Makefile.am:
2424         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2425         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2426         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2427           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2428
2429         * docs/plugins/gst-plugins-base-plugins.args:
2430         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2431         * docs/plugins/gst-plugins-base-plugins.interfaces:
2432         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2433         * docs/plugins/inspect/plugin-adder.xml:
2434         * docs/plugins/inspect/plugin-alsa.xml:
2435         * docs/plugins/inspect/plugin-audioconvert.xml:
2436         * docs/plugins/inspect/plugin-audiorate.xml:
2437         * docs/plugins/inspect/plugin-audioresample.xml:
2438         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2439         * docs/plugins/inspect/plugin-cdparanoia.xml:
2440         * docs/plugins/inspect/plugin-decodebin.xml:
2441         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2442         * docs/plugins/inspect/plugin-gdp.xml:
2443         * docs/plugins/inspect/plugin-gnomevfs.xml:
2444         * docs/plugins/inspect/plugin-libvisual.xml:
2445         * docs/plugins/inspect/plugin-ogg.xml:
2446         * docs/plugins/inspect/plugin-pango.xml:
2447         * docs/plugins/inspect/plugin-playback.xml:
2448         * docs/plugins/inspect/plugin-queue2.xml:
2449         * docs/plugins/inspect/plugin-subparse.xml:
2450         * docs/plugins/inspect/plugin-tcp.xml:
2451         * docs/plugins/inspect/plugin-theora.xml:
2452         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2453         * docs/plugins/inspect/plugin-uridecodebin.xml:
2454         * docs/plugins/inspect/plugin-video4linux.xml:
2455         * docs/plugins/inspect/plugin-videorate.xml:
2456         * docs/plugins/inspect/plugin-videoscale.xml:
2457         * docs/plugins/inspect/plugin-videotestsrc.xml:
2458         * docs/plugins/inspect/plugin-volume.xml:
2459         * docs/plugins/inspect/plugin-vorbis.xml:
2460         * docs/plugins/inspect/plugin-ximagesink.xml:
2461         * docs/plugins/inspect/plugin-xvimagesink.xml:
2462           Update introspection data.
2463
2464         * ext/ogg/gstoggmux.c:
2465           Document oggmux.
2466
2467         * gst/playback/gstdecodebin2.c:
2468           Don't use gtk-doc style comment start for private stuff, but make it
2469           formatted like this for consistency.
2470
2471 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2472
2473         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2474         (gst_decode_bin_init), (gst_decode_bin_dispose),
2475         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2476         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2477         (analyze_new_pad), (connect_pad), (expose_pad),
2478         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2479         (gst_decode_group_expose), (gst_decode_group_free),
2480         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2481         Remove fakesink hack, we can now implement this more elegantly.
2482         Added property to bypass typefinding.
2483         Removed underrun callback and demuxer pad probe, we now use the srcpad
2484         probe to expose groups.
2485         API::sink-caps property
2486
2487         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2488         Guard against multiple emissions of the no_more_pads signal, which
2489         happens when we are dealing with chained oggs.
2490
2491         * gst/playback/gsturidecodebin.c: (remove_decoders),
2492         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
2493         (setup_source):
2494         For streams, use our own typefind element and plug our queue after it.
2495         We will need this to determine the type of buffering to use for the
2496         queue soon.
2497
2498 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2499
2500         * gst-libs/gst/audio/gstbaseaudiosink.c:
2501         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
2502         Guard against over and underflows because of clock slaving.
2503         When we are using our own clock, still compensate for any calibrations
2504         that we might have done to our clock.
2505
2506 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2507
2508         * ext/theora/theoradec.c: (theora_handle_type_packet),
2509         (theora_dec_chain):
2510         Don't try to do anything fancy with the return code from pushing an
2511         event, it does not have enough information to turn it into a
2512         GST_FLOW_ERROR.
2513
2514 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2515
2516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
2517         (gst_ogg_demux_chain_elem_pad):
2518         Add small debug line.
2519         Pass return code from the internal decoder instead of the too generic
2520         GST_FLOW_ERROR.
2521
2522 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2523
2524         * gst-libs/gst/cdda/Makefile.am:
2525         * gst-libs/gst/cdda/base64.c:
2526         * gst-libs/gst/cdda/base64.h:
2527         * gst-libs/gst/cdda/gstcddabasesrc.c:
2528         (gst_cddabasesrc_calculate_musicbrainz_discid):
2529         Use GLib's base64 implementation instead of our own.
2530
2531 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2532
2533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2534         (gst_ogg_demux_read_chain):
2535         Refix oggdemux, we only have a problem if we failed to find a chain and
2536         we are not EOF.
2537
2538 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2539
2540         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
2541
2542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2543         (gst_ogg_demux_read_chain):
2544         When we fail to find a BOS page and we and up with no chain, error out
2545         properly instead of segfaulting. Fixes #525665.
2546
2547 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2548
2549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2550         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
2551         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
2552         no-more-pads...
2553
2554 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2555
2556         * gst/playback/gstqueue2.c: (update_out_rates),
2557         (gst_queue_open_temp_location_file),
2558         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
2559         (gst_queue_handle_src_query), (gst_queue_set_property):
2560         Update the estimated input data when we push out a buffer.
2561         Add some debug info about the temp file.
2562         Only forward src events when we are not using a temp file.
2563         Don't block the duration query, we need to find something better.
2564         Don't leak the temp filename.
2565
2566 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
2567
2568         * configure.ac:
2569         Require GLib 2.12 and liboil 0.3.14.
2570
2571         * gst/volume/gstvolume.c: (volume_process_double):
2572         Unconditionally use liboil 0.3.14 function.
2573
2574 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
2575
2576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2577         ms-gsm can have arbitrarty sample rates. See #481354.
2578
2579 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2580
2581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2582         MP4S is generic MPEG-4, not a microsoft variant.
2583
2584 2008-03-27  Michael Smith <msmith@fluendo.com>
2585
2586         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2587           Check the body CRC (if set) when depayloading.
2588           Fixes #522401.
2589
2590 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
2591
2592         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2593           Fix Since: version for new property.
2594
2595 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2596
2597         * gst-libs/gst/rtsp/gstrtspconnection.c:
2598         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2599         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
2600         Don't error when poll_wait returns EAGAIN.
2601
2602 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2603
2604         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
2605         The queue is never filled when there are no buffers in the queue at all.
2606         Fixes #523993.
2607
2608 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2609
2610         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2611         (init_group), (free_group), (gst_play_bin_init),
2612         (gst_play_bin_finalize), (gst_play_bin_set_uri),
2613         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
2614         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
2615         (gst_play_bin_set_current_video_stream),
2616         (gst_play_bin_set_current_audio_stream),
2617         (gst_play_bin_set_current_text_stream),
2618         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
2619         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
2620         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
2621         (activate_group), (deactivate_group), (setup_next_source),
2622         (save_current_group), (gst_play_bin_change_state):
2623         Update some docs.
2624         Add new locks and conds to protect pipeline creation and group
2625         switching.
2626         Implement the sub-uri property.
2627         Keep track of pending uridecodebin creation and configure the output
2628         pipeline after all streams are configured.
2629         Propagate subtitle encoding to the uridecodebins.
2630         Implement getting the video/audio/visualisation elements.
2631         Use input-selector for stream switching.
2632         If we are asked to do visualisation, prefer to autoplug raw sinks
2633         instead of sinks that accept encoded data.
2634
2635 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2636
2637         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
2638         (gst_play_sink_init), (gst_play_sink_dispose),
2639         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
2640         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
2641         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
2642         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
2643         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
2644         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
2645         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
2646         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2647         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
2648         * gst/playback/gstplaysink.h:
2649         Add methods to get audio/video/vis elements.
2650         Add methods to set the font description for the overlay.
2651         Remove properties, we're using this element with its methods only.
2652         Add support for subtitles.
2653         Rearrange the locking a bit to not use the object lock for protecting
2654         the pipeline construction.
2655         Try to use the volume and mute property on the sink when its available.
2656         Implement the mute option with volume when the sink does not have a mute
2657         property.
2658         Only add volume element when the sink has no volume property.
2659         Only do visualisations with raw audio pads.
2660
2661 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2662
2663         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2664         (gst_text_overlay_init), (gst_text_overlay_set_property),
2665         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
2666         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2667         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2668         (gst_text_overlay_change_state):
2669         * ext/pango/gsttextoverlay.h:
2670         Add property to configure waiting for text on the textpad or not, with
2671         the default behaviour being the old one (always wait for text before
2672         rendering the video). This default behaviour is usually not the best one
2673         because the text stream can very sparse and could require queueing a lot
2674         of video.
2675         Fix the flushing and EOS handing so that we don't mix up their meaning.
2676
2677 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2678
2679         * gst/playback/gsturidecodebin.c:
2680         (gst_uri_decode_bin_autoplug_factories),
2681         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2682         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
2683         (gst_uri_decode_bin_set_property),
2684         (gst_uri_decode_bin_get_property), (no_more_pads_full),
2685         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
2686         (proxy_autoplug_factories_signal), (make_decoder),
2687         (source_new_pad), (setup_source):
2688         Add a readonly source property and notify.
2689         Add new lock for protecting the construction of the pipeline.
2690         Keep track of the decodebins we plugged.
2691         Correctly proxy the autoplug signal so that it actually continues.
2692         Proxy subtitle-encoding to the decodebins.
2693
2694 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2695
2696         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
2697         (text_toggle_cb), (update_streams), (main):
2698         Rearrange some buttons in playbin2 and make some other boxes insensitive
2699         when needed.
2700         Add language codes to subtitle selection boxes when we gind the right
2701         tags for the streams.
2702
2703 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2704
2705         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2706         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
2707         (gst_decode_bin_set_subs_encoding),
2708         (gst_decode_bin_get_subs_encoding),
2709         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
2710         (deactivate_free_recursive):
2711         Protect caps property with the object lock.
2712         Protect encoding property with the object lock.
2713         Keep list of elements we added that have the subtitle-encoding property.
2714         Distribute the subtitle-encoding to all of the elements when it
2715         changes.
2716
2717 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2718
2719         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
2720         Small debug improvement.
2721
2722         * gst-libs/gst/audio/gstbaseaudiosink.c:
2723         (gst_base_audio_sink_render):
2724         Fix bug in determining the sample start/stop position, we want to base
2725         this decision on the fact that we are going forwards or backwards, not
2726         slower or faster. This fixes some ugly resync warnings when playing at
2727         very slow speeds.
2728
2729 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2732         Correctly set the supported URI schemes and don't leave
2733         some schemes in the middle or at the start at NULL.
2734
2735 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
2736
2737         * tests/check/elements/gdpdepay.c:
2738           Make test compile without unused function/variable warnings on PPC.
2739  
2740 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
2741
2742         * configure.ac:
2743         * ext/alsa/gstalsamixerelement.c:
2744         (gst_alsa_mixer_element_class_init):
2745         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
2746         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
2747         * ext/cdparanoia/gstcdparanoiasrc.c:
2748         (gst_cd_paranoia_src_class_init):
2749         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
2750         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
2751         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
2752         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
2753         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2754         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
2755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
2756         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2757         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
2758         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
2759         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
2760         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
2761         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
2762         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2763         (gst_audio_filter_template_class_init):
2764         * gst-libs/gst/audio/gstbaseaudiosink.c:
2765         (gst_base_audio_sink_class_init):
2766         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2767         (gst_base_audio_src_class_init):
2768         * gst-libs/gst/cdda/gstcddabasesrc.c:
2769         (gst_cdda_base_src_class_init):
2770         * gst-libs/gst/interfaces/mixertrack.c:
2771         (gst_mixer_track_class_init):
2772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2773         (gst_base_rtp_depayload_class_init):
2774         * gst-libs/gst/rtp/gstbasertppayload.c:
2775         (gst_basertppayload_class_init):
2776         * gst/audioconvert/gstaudioconvert.c:
2777         (gst_audio_convert_class_init):
2778         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
2779         * gst/audioresample/gstaudioresample.c:
2780         (gst_audioresample_class_init):
2781         * gst/audiotestsrc/gstaudiotestsrc.c:
2782         (gst_audio_test_src_class_init):
2783         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
2784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2785         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2786         (preroll_unlinked):
2787         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2788         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
2789         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
2790         * gst/playback/gstqueue2.c: (gst_queue_class_init):
2791         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
2792         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
2793         (gst_stream_selector_class_init):
2794         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2795         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
2796         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2797         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
2798         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
2799         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
2800         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
2801         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
2802         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
2803         * gst/videotestsrc/gstvideotestsrc.c:
2804         (gst_video_test_src_class_init):
2805         * gst/volume/gstvolume.c: (gst_volume_class_init):
2806         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
2807         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2808         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
2810         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
2811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
2812         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
2813         static strings (i.e. all). This gives us less memory usage,
2814         fewer allocations and thus less memory defragmentation. Depend
2815         on core CVS for this. Fixes bug #523806.
2816
2817 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
2818
2819         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2820         Filter http and https protocols. GIO/GVfs handles them but it's
2821         impossible to implement iradio/icecast with it. Better use
2822         souphttpsrc or something else for this.
2823
2824         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
2825         If getting the file informations by a query fails try it with the
2826         seek-to-end trick too.
2827
2828 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2829
2830         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2831         (gst_volume_base_init), (gst_volume_class_init),
2832         (volume_process_double), (volume_process_float),
2833         (volume_transform_ip), (plugin_init):
2834         memset buffers to zero if we get a GAP buffer. We usually see a
2835         buffer as one unit so let's handle it as one and don't care about
2836         volume changes while processing one buffer.
2837         Also clean up some stuff a bit.
2838
2839 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2840
2841         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2842         (gst_audio_convert_create_silence_buffer),
2843         (gst_audio_convert_transform):
2844         Make audioconvert GAP-aware by outputting silence buffers when the
2845         input has the GAP flag set. This is up to 8x faster.
2846         Based on a patch by Stefan Kost. Fixes bug #517813.
2847
2848 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2849
2850         * gst/volume/gstvolume.c: (volume_process_double):
2851         Use oil_scalarmultiply_f64_ns() for double processing when it's
2852         available at compile time.
2853
2854 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2855
2856         * configure.ac:
2857         Fix lrint/lrintf checks to actually work. These functions are
2858         in libm on Linux at least so try to link to it.
2859
2860 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
2861
2862         * configure.ac:
2863         Back to development - 0.10.18.1
2864
2865 === release 0.10.18 ===
2866
2867 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
2868
2869         * configure.ac:
2870           releasing 0.10.18, "I will follow"
2871
2872 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
2873
2874         * configure.ac:
2875         * win32/common/config.h:
2876         0.10.17.4 pre-release
2877
2878 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2879
2880         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
2881         Use GST_STR_NULL when trying to print strings that could be NULL because
2882         this might crash on some platforms. See #520808.
2883
2884 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2885
2886         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2887
2888         * gst-libs/gst/rtsp/gstrtspconnection.c:
2889         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2890         (read_line), (gst_rtsp_connection_read_internal):
2891         Generic Windows fixes that makes libgstrtsp work on Windows when
2892         coupled with the new GstPoll API. See #520808.
2893
2894 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         Patch by: Milosz Derezynski <internalerror at gmail dot com>
2897
2898         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
2899           If seeking to a new position succeeds don't simply return from
2900           create() without creating a buffer. Do this only in the case
2901           seeking to the new position fails. Fixes bug #523054.
2902
2903 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
2904
2905         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
2906           (gst_video_format_from_rgba32_masks):
2907           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
2908           (#522635).
2909
2910         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
2911           Add unit test for the RGB caps parsing and creation, checking for
2912           internal consistency of the new API and consistency of the API with
2913           the old GST_VIDEO_CAPS_* defines.
2914
2915 2008-03-14  David Schleef  <ds@schleef.org>
2916
2917         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
2918           because -base is in freeze.
2919
2920 2008-03-14  David Schleef  <ds@schleef.org>
2921
2922         Patch by: William M. Brack
2923
2924         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
2925
2926 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
2929         (gst_selector_pad_chain):
2930         * gst/playback/gststreamselector.h:
2931         Revert change that caused regression until a real fix is found.
2932         Fixes #522203.
2933
2934 2008-03-12  Michael Smith <msmith@fluendo.com>
2935
2936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2937         * gst-libs/gst/audio/gstringbuffer.h:
2938           Rename recently added buffer types to make more sense.
2939         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
2940         (gst_alsasink_write):
2941           Adapt for above API changes.
2942           Fixes bug #520523.
2943
2944 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
2945
2946         * win32/common/libgstnetbuffer.def:
2947         Add new symbol gst_netaddress_equal. Fixes bug #521743.
2948
2949 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
2950
2951         * configure.ac:
2952         * win32/common/config.h:
2953         0.10.17.3 pre-release
2954
2955 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2956
2957         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2958         (gst_base_audio_src_create):
2959         Fix duration when no clock was provided. Fixes #520300.
2960
2961 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2962
2963         Patch by: Olivier Crete  <tester at tester ca>
2964
2965         * docs/libs/gst-plugins-base-libs-sections.txt:
2966         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
2967         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2968         Add trivial function to compare GstNetAddress. See #520626.
2969         API: GstNetBuffer::gst_netaddress_equal
2970
2971 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2972
2973         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2974         Update mode property docs, it's deprecated now.
2975
2976 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2977
2978         * gst-libs/gst/rtsp/gstrtspconnection.c:
2979         (gst_rtsp_connection_create):
2980         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
2981         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
2982         * gst/tcp/gstmultifdsink.h:
2983         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2984         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
2985         Remove GstPollMode from gstpoll constructor.
2986
2987 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
2988
2989         * configure.ac:
2990         * win32/common/config.h:
2991         0.10.17.2 pre-release
2992
2993 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
2994
2995         * gst/Makefile.am:
2996         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
2997         them twice
2998
2999         * win32/common/libgstinterfaces.def:
3000         * win32/common/libgstrtp.def:
3001         Add new API to the defs
3002
3003 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3004
3005         Patch by: Mersad Jelacic  <mersad at axis dot com>
3006
3007         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3008         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3009         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3010         possible to specify the sample size in bits. (#509637)
3011
3012 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3013
3014         * tests/check/libs/mixer.c:
3015           Add a few simple checks for the new message types.
3016
3017 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3018
3019         * docs/libs/gst-plugins-base-libs-sections.txt:
3020         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3021           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3022           (gst_mixer_message_get_type),
3023           (gst_mixer_message_parse_option_changed),
3024           (gst_mixer_message_parse_options_list_changed):
3025         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3026           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3027           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3028           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3029           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3030           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3031
3032 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3033
3034         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3035           (gst_mixer_options_get_values):
3036         * gst-libs/gst/interfaces/mixeroptions.h:
3037           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3038           (_GstMixerOptions), (_GstMixerOptionsClass):
3039           API: add GstMixerOptions::get_values vfunc (#519906)
3040
3041 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3042
3043         * configure.ac:
3044         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3045         plug-ins are included/excluded. (#498222)
3046
3047 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3050         Add typefinder for IMelody files, using audio/x-imelody.
3051         See bug #519516.
3052
3053 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3054
3055         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3056         * ext/alsa/gstalsasink.c: (set_hwparams):
3057         * ext/alsa/gstalsasrc.c: (set_hwparams):
3058         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3059         * ext/ogg/gstoggmux.h:
3060         * ext/ogg/gstogmparse.c:
3061         * gst-libs/gst/audio/audio.c:
3062         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3063         * gst-libs/gst/pbutils/missing-plugins.c:
3064         (gst_missing_uri_sink_message_new),
3065         (gst_missing_element_message_new),
3066         (gst_missing_decoder_message_new),
3067         (gst_missing_encoder_message_new):
3068         * gst-libs/gst/rtp/gstbasertppayload.c:
3069         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3070         (gst_rtcp_packet_bye_get_reason):
3071         * gst/audioconvert/gstaudioconvert.c:
3072         * gst/audioresample/gstaudioresample.c:
3073         * gst/ffmpegcolorspace/imgconvert.c:
3074         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3075         * gst/typefind/gsttypefindfunctions.c:
3076         * gst/videoscale/vs_4tap.c:
3077         * gst/videoscale/vs_4tap.h:
3078         * sys/v4l/gstv4lelement.c:
3079         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3080         * sys/v4l/v4l_calls.c:
3081         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3082         (gst_v4lsrc_try_capture):
3083         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3084         (gst_ximagesink_ximage_new):
3085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3086         (gst_xvimagesink_xvimage_new):
3087         * tests/check/elements/audioconvert.c:
3088         * tests/check/elements/audioresample.c:
3089         (fail_unless_perfect_stream):
3090         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3091         * tests/check/elements/decodebin.c:
3092         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3093         (setup_gdpdepay_streamheader):
3094         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3095         (setup_gdppay_streamheader):
3096         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3097         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3098         * tests/check/elements/textoverlay.c:
3099         * tests/check/elements/videorate.c: (setup_videorate):
3100         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3101         * tests/check/elements/volume.c: (setup_volume):
3102         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3103         * tests/check/elements/vorbistag.c:
3104         * tests/check/generic/clock-selection.c:
3105         * tests/check/generic/states.c: (setup), (teardown):
3106         * tests/check/libs/cddabasesrc.c:
3107         * tests/check/libs/video.c:
3108         * tests/check/pipelines/gio.c:
3109         * tests/check/pipelines/oggmux.c:
3110         * tests/check/pipelines/simple-launch-lines.c:
3111         (simple_launch_lines_suite):
3112         * tests/check/pipelines/streamheader.c:
3113         * tests/check/pipelines/theoraenc.c:
3114         * tests/check/pipelines/vorbisdec.c:
3115         * tests/check/pipelines/vorbisenc.c:
3116         * tests/examples/seek/scrubby.c:
3117         * tests/examples/seek/seek.c: (query_positions_elems),
3118         (query_positions_pads):
3119         * tests/icles/stress-xoverlay.c: (myclock):
3120         Correct all relevant warnings found by the sparse semantic code
3121         analyzer. This include marking several symbols static, using
3122         NULL instead of 0 for pointers and using "foo (void)" instead
3123         of "foo ()" for declarations.
3124
3125         * win32/common/libgstrtp.def:
3126         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3127
3128 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3129
3130         Patch by: José Alburquerque <jaalburqu svn gnome org>
3131
3132         * gst/playback/gstplaybin2.c:
3133           Make the function signature of the _get_*_tags() functions match
3134           the signature of the vfuncs they implement, ie. return a
3135           GstTagList rather than a GstStructure, which is more correct,
3136           even if one is typedef'ed to the other (#518940).
3137
3138 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3139
3140         * gst-libs/gst/rtsp/gstrtspconnection.c:
3141           Don't include unix headers unconditionally (fixes #518037).
3142
3143 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3144
3145         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3146           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3147           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3148           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3149           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3150           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3151           (gst_video_format_is_packed), (video_format_is_packed):
3152           Add unit test that makes sure that the strides, offsets and
3153           sizes returned for the various YUV formats by the new video API
3154           match the old reference implementation in videotestsrc.
3155
3156 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3157
3158         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3159           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3160           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3161           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3162           (gst_video_format_get_pixel_stride),
3163           (gst_video_format_get_component_width),
3164           (gst_video_format_get_component_height),
3165           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3166         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3167           (GST_VIDEO_FORMAT_Y42B):
3168           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3169
3170 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3171
3172         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3173           YV12 is I420 with swapped components 1 and 2, so the offset of
3174           component 1 for I420 should be the offset for component 2 for YV12
3175           and vice versa.
3176
3177 2008-02-29  Rene Stadler  <mail@renestadler.de>
3178
3179         * sys/v4l/gstv4lelement.c:
3180         Add missing semicolon to fix indentation.
3181
3182 2008-02-29  Julien Moutte  <julien@fluendo.com>
3183
3184         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3185         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3186         if we can do SPDIF output.
3187         * ext/alsa/gstalsa.h:
3188         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3189         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3190         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3192         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3193         to support AC3, EC3 and IEC958 buffers.
3194
3195 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3196
3197         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3198           (gst_mixer_message_parse_mute_toggled),
3199           (gst_mixer_message_parse_record_toggled),
3200           (gst_mixer_message_parse_volume_changed),
3201           (gst_mixer_message_parse_option_changed):
3202           De-cruft and fix message type assertions (NULL is not a really
3203           valid mixer message type string).
3204
3205 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3206
3207         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3208         When negotiating, actually start from a format that we can support
3209         instead of from the too generic template.
3210
3211 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3212
3213         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3214         Enable vis setting.
3215
3216         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3217         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3218         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3219         (gen_vis_chain):
3220         Implement vis switching while playing.
3221
3222 2008-02-28  David Schleef  <ds@schleef.org>
3223
3224         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3225
3226 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3227
3228         Patch by: Peter Kjellerstedt  <pkj at axis com>
3229
3230         * gst/tcp/Makefile.am:
3231         * gst/tcp/fdsetstress.c:
3232         * gst/tcp/gstfdset.c:
3233         * gst/tcp/gstfdset.h:
3234         Removed fdset and stress test, they are now known as GstPoll in
3235         core. 
3236
3237         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3238         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3239         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3240         (gst_multi_fd_sink_handle_client_write),
3241         (gst_multi_fd_sink_queue_buffer),
3242         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3243         (gst_multi_fd_sink_stop):
3244         * gst/tcp/gstmultifdsink.h:
3245         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3246         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3247         (gst_tcp_gdp_read_caps):
3248         * gst/tcp/gsttcp.h:
3249         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3250         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3251         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3252         * gst/tcp/gsttcpclientsink.h:
3253         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3254         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3255         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3256         * gst/tcp/gsttcpclientsrc.h:
3257         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3258         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3259         * gst/tcp/gsttcpserversink.h:
3260         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3261         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3262         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3263         * gst/tcp/gsttcpserversrc.h:
3264         Port to GstPoll. See #505417.
3265
3266 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3267
3268         Patch by: Peter Kjellerstedt  <pkj at axis com>
3269
3270         * gst-libs/gst/rtsp/gstrtspconnection.c:
3271         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3272         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3273         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3274         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3275         (gst_rtsp_connection_flush):
3276         * gst-libs/gst/rtsp/gstrtspconnection.h:
3277         Use GstPoll for the rtsp connection. See #505417.
3278
3279 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3280
3281         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3282         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3283         Add combo box for visualisations, populate it with a factory list
3284         of all visualisation plugins, configure vis plugin instance in
3285         playbin2. 
3286
3287 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3288
3289         * tests/check/libs/rtp.c: (GST_START_TEST):
3290         Add check for RTP buffer defaults, padding and marker bit API.
3291
3292 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3293
3294         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3295         Use memcpy() instead of upcasting a byte array to long *. This
3296         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3297         This should be ported to GCheckSum once we can use GLib 2.16.
3298         Partially fixes bug #500833.
3299
3300 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3301
3302         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3303           Push tag event after the newsegment event. Log the pointer of
3304           the buffer we're actually going to push rather than the buffer
3305           we're feeding to _make_metadata_writable().
3306
3307 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3308
3309         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3310         Comment smoke typefinder for now. The smokedec plugin needs one
3311         frame per buffer but we have no parser yet, thus it simply crashes
3312         in most situations.
3313
3314 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3315
3316         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3317         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3318
3319 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3320
3321         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3322         (plugin_init):
3323         Add midi typefinder, copied from the timidity plugin.
3324
3325 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3326
3327         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3328
3329         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3330         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3331           (subparse_suite):
3332           Forward slashes at the beginning and end of a line also signify
3333           italics (Fixes: #518162).
3334
3335 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3336
3337         * tests/check/gst-plugins-base.supp:
3338         Add a suppression for a cached value in GIO that wasn't moved
3339         while moving gio from -bad to -base.
3340
3341 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3342
3343         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3344
3345         * configure.ac:
3346         Don't hardcode -Wall and -Werror for configure checks, this fails
3347         with non-GCC compilers. Fixes bug #517991.
3348
3349 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3350
3351         * gst/audioconvert/gstaudioconvert.c:
3352         * gst/audioconvert/gstaudioquantize.c:
3353         * gst/audioconvert/gstaudioquantize.h:
3354           Make audioconvert gap aware. If noiseshaping is used, wait for
3355           noiseshaping to converge before marking as GAP. Fixes #517813.
3356
3357 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3358
3359         * gst/audiotestsrc/gstaudiotestsrc.c:
3360           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3361
3362 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         * ext/gnomevfs/gstgnomevfssink.c:
3365         (gst_gnome_vfs_sink_handle_event):
3366         Return FALSE when seeking for a new segment fails instead
3367         of silently ignoring the failure and appending every buffer
3368         that comes for the new segment.
3369
3370 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3371
3372         * gst/playback/gstplaysink.c: (find_property),
3373         (gst_play_sink_find_property), (gen_video_chain),
3374         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3375         Recursively search the sink element for a last-frame property so that we
3376         can also find the property in autovideosink and friends that don't
3377         always proxy the internal sink properties.
3378
3379 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * gst-libs/gst/audio/multichannel.c:
3382           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3383           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3384           (gst_audio_set_structure_channel_positions_list),
3385           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3386           (gst_audio_fixate_channel_positions):
3387           Fix confusing terminology in docs and code: structure fields are
3388           'fields' and not 'properties'.
3389
3390 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3391
3392         * gst-libs/gst/audio/multichannel.c:
3393           (gst_audio_check_channel_positions), (add_list_to_struct):
3394           Give more useful warning messages if one of the channel
3395           layout enums passed to us is invalid and if the "channels"
3396           field in the caps has a GType we don't expect.
3397
3398 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3399
3400         * gst-libs/gst/audio/multichannel.c:
3401           Fix typo in docs blurb.
3402
3403 2008-02-19  Julien Moutte  <julien@fluendo.com>
3404
3405         Patch by: Josep Torra Valles <josep@fluendo.com>
3406
3407         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3408         typefind lookup to fix typefinding on HD clips.
3409
3410 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3411
3412         * gst/playback/gstscreenshot.c:
3413         * gst/playback/gstscreenshot.h:
3414           Fix up copyright (I rewrote the GStreamer-0.10 code for
3415           this from scratch back in the days).
3416
3417 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3418
3419         * gst/playback/Makefile.am:
3420         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3421         (create_element), (gst_play_frame_conv_convert):
3422         * gst/playback/gstscreenshot.h:
3423         Add screenshot conversion code from totem.
3424
3425         * gst/playback/gstplay-marshal.list:
3426         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3427         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3428         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3429         Implement frame property to get a color-unconverted snapshot.
3430         Implement convert-frame action signal to get a converted snapshot image.
3431         Configure connection speed in uridecodebin.
3432         Document some more properties.
3433
3434         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3435         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3436         (gst_play_sink_get_last_frame):
3437         * gst/playback/gstplaysink.h:
3438         Use last-buffer property of the video sink to get a video snapshot.
3439
3440         * tests/examples/seek/seek.c: (shot_cb), (main):
3441         Add snapshot button for playbin2 and use the frame property to save the
3442         frame as a png in the current directory.
3443
3444 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3445
3446         Patch by: Josep Torra Valles <josep at fluendo dot com>
3447
3448         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3449         (plugin_init):
3450         Add typefinding support for h264 elementary streams.
3451         Fixes bug #517420.
3452
3453 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3454
3455         * configure.ac:
3456           Require CVS of core for new API in collectpads.
3457
3458         * gst/adder/gstadder.c:
3459           Use new API to make adder sparse stream aware.
3460
3461 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3462
3463         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3464         (no_more_pads_cb):
3465         Get the object data correct so that we can remove our channels
3466         correctly.
3467
3468         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3469         (gen_vis_chain), (gst_play_sink_reconfigure),
3470         (gst_play_sink_request_pad):
3471         Add option to disable async behaviour in the sinks when possible. This
3472         makes it possible to avoid an audio queue when dealing with
3473         visualisations.
3474         Add option to add a queue for the audio path.
3475
3476         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3477         (main):
3478         Disable the vis checkbox to match the defaults of playbin2.
3479         Only get the stream info when we need to.
3480
3481 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
3482
3483         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3484         (gst_gio_base_sink_set_stream):
3485         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3486         (gst_gio_base_src_set_stream):
3487         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3488         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3489         Don't use async operations as they require a running main loop.
3490         This makes us block again when closing streams and unable
3491         to mount the enclosing volume of an URI if it isn't yet.
3492
3493 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
3494
3495         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3496         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
3497         (gen_vis_chain), (gst_play_sink_reconfigure),
3498         (gst_play_sink_request_pad):
3499         Move tee in front of the audio and vis pipelines.
3500         Add queue for audio for now.
3501         Add visualisation support.
3502
3503         * tests/examples/seek/seek.c: (main):
3504         Visualisation is by default disabled.
3505
3506 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
3507
3508         * ext/gio/gstgiobasesink.c: (close_stream_cb):
3509         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
3510         Improve debugging a bit.
3511
3512         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
3513         * ext/gio/gstgiosink.h:
3514         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
3515         * ext/gio/gstgiosrc.h:
3516         Try to mount the enclosing volume of a GFile if it isn't mounted
3517         yet. This requires us to wait for an async operation to finish, done
3518         with an nested GMainLoop. Authentication is not supported yet, will
3519         come later.
3520
3521 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3524         (gst_play_bin_set_property), (gst_play_bin_get_property),
3525         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
3526         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3527         (gst_play_sink_get_mute), (gen_audio_chain):
3528         * gst/playback/gstplaysink.h:
3529         Add mute property.
3530
3531         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3532         (gst_selector_pad_chain):
3533         * gst/playback/gststreamselector.h:
3534         Make sure we forward the event only once.
3535
3536         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
3537         Add and implement the mute button for playbin2.
3538
3539 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3540
3541         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3542
3543         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
3544         Add some more debug info.
3545         Make sure we never return a negative delay. Fixes #516246.
3546
3547 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3548
3549         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
3550           Revert patch that makes the sink hold the object lock when
3551           calling snd_pcm_delay(), since it breaks playback for me.
3552
3553 2008-02-12  Julien Moutte  <julien@fluendo.com>
3554
3555         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
3556         some seek flags when changing rate.
3557
3558 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3559
3560         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3561         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3562         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
3563         Fix potential leaks.
3564
3565         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
3566         Fix leak when there is no function configured.
3567
3568 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3569
3570         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
3571         (gst_v4lsrc_buffer_finalize):
3572         Correctly chain up the finalize method.
3573
3574 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3575
3576         * ext/gio/gstgiostreamsink.c:
3577         * ext/gio/gstgiostreamsrc.c:
3578         Add documentation and example code for giostreamsink/giostreamsrc.
3579
3580         * tests/check/pipelines/gio.c: (GST_START_TEST):
3581         Ask the GMemoryOutputStream for the data instead of assuming that
3582         the pointer to the data stayed the same. It could've been realloc'ed.
3583
3584 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3585
3586         * ext/gio/gstgiosink.c:
3587         * ext/gio/gstgiosrc.c:
3588         Make the documentation of giosink/giosrc complete, large parts
3589         are based on the gnomevfssink/gnomevfssrc docs.
3590
3591 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3592
3593         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3594         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3595         * docs/plugins/gst-plugins-base-plugins.args:
3596         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3597         * docs/plugins/gst-plugins-base-plugins.interfaces:
3598         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3599         * docs/plugins/gst-plugins-base-plugins.signals:
3600         * docs/plugins/inspect/plugin-adder.xml:
3601         * docs/plugins/inspect/plugin-audioconvert.xml:
3602         * docs/plugins/inspect/plugin-audiorate.xml:
3603         * docs/plugins/inspect/plugin-audioresample.xml:
3604         * docs/plugins/inspect/plugin-decodebin.xml:
3605         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3606         * docs/plugins/inspect/plugin-gdp.xml:
3607         * docs/plugins/inspect/plugin-gio.xml:
3608         * docs/plugins/inspect/plugin-gnomevfs.xml:
3609         * docs/plugins/inspect/plugin-libvisual.xml:
3610         * docs/plugins/inspect/plugin-ogg.xml:
3611         * docs/plugins/inspect/plugin-pango.xml:
3612         * docs/plugins/inspect/plugin-playback.xml:
3613         * docs/plugins/inspect/plugin-queue2.xml:
3614         * docs/plugins/inspect/plugin-subparse.xml:
3615         * docs/plugins/inspect/plugin-theora.xml:
3616         * docs/plugins/inspect/plugin-uridecodebin.xml:
3617         * docs/plugins/inspect/plugin-videorate.xml:
3618         * docs/plugins/inspect/plugin-videoscale.xml:
3619         * docs/plugins/inspect/plugin-volume.xml:
3620         * docs/plugins/inspect/plugin-vorbis.xml:
3621         Add the GIO documentation again and while at that run make update.
3622
3623 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
3626         * ext/alsa/gstalsasink.c: (set_swparams):
3627         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
3628           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
3629           against libasound >= 1.0.16, since it's been deprecated in
3630           0.10.16, and alignment is always 1 then, apparently. (#512899)
3631
3632 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3633
3634         * gst/playback/gstplaybin.c: (gen_audio_element):
3635         * gst/playback/gstplaysink.c: (gen_audio_chain):
3636           Handle case where we can't create the volume element a bit
3637           better (#514307).
3638
3639 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3640
3641         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
3642         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3643           Add support for https protocol. Fixes #510229.
3644
3645 2008-02-11  Julien Moutte  <julien@fluendo.com>
3646         
3647         Patch by: Alan Peevers <peeves@pacbell.net>
3648
3649         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
3650         lock when calling alsa methods.
3651
3652 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3653
3654         * gst/typefind/gsttypefindfunctions.c:
3655           Bump rank of jpeg and png typefinders, which will return maximum
3656           probability in the most common cases (thus short-circuiting more
3657           expensive typefinders like the mp3 one for these two quite common
3658           image types).
3659
3660 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3661
3662         * ext/theora/theoraparse.c:
3663         Fix long description of the theora parser to be more verbose than just
3664         the type name.
3665
3666 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3667
3668         Patch by: Branko Čibej <brane at xbc dot nu>
3669
3670         * sys/xvimage/xvimagesink.c:
3671         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
3672         Fixes bug #515654.
3673
3674 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3675
3676         * gst/playback/gstplaybasebin.c:
3677         Set is_dynamic as True if there are elements with both request
3678         and sometimes src pad templates instead of breaking out when it
3679         finds the first pad template that is a src.
3680
3681 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3682
3683         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
3684         (update_streams), (video_combo_cb), (audio_combo_cb),
3685         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
3686         Add some stream switching and volume gui for playbin2.
3687
3688 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3689
3690         * gst/playback/gstplay-marshal.list:
3691         Added marshal for streamselector Tags.
3692
3693         * gst/playback/gstplaybasebin.c: (set_active_source):
3694         Streamselector now selects pads based on the pad object instead of its
3695         name.
3696
3697         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3698         (init_group), (gst_play_bin_init), (get_group), (get_tags),
3699         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
3700         (gst_play_bin_get_text_tags),
3701         (gst_play_bin_set_current_video_stream),
3702         (gst_play_bin_set_current_audio_stream),
3703         (gst_play_bin_set_current_text_stream),
3704         (gst_play_bin_set_property), (gst_play_bin_get_property),
3705         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
3706         Remove option to mute streams with the current-a/v/t property, we have
3707         this functionality in the flags.
3708         Add signals to notify when the number of A/V/T channels changed.
3709         Add action signals to get tags for the A/V/T streams.
3710         Implement setting the current A/V/T stream.
3711         Rearrange some things to simplify stream selection.
3712         Implement volume.
3713
3714         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
3715         (gst_play_sink_get_volume), (gst_play_sink_set_property),
3716         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
3717         (activate_vis), (gst_play_sink_reconfigure):
3718         * gst/playback/gstplaysink.h:
3719         Add and implement volume setting methods.
3720
3721         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3722         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
3723         (gst_selector_pad_event), (gst_stream_selector_class_init),
3724         (gst_stream_selector_init), (gst_stream_selector_finalize),
3725         (gst_stream_selector_set_property),
3726         (gst_stream_selector_get_property),
3727         (gst_stream_selector_get_linked_pad),
3728         (gst_stream_selector_request_new_pad):
3729         * gst/playback/gststreamselector.h:
3730         Add pad properties for tags and status of pads.
3731         Keep tags on pads.
3732         Make active pad selection based on pad object instead of name.
3733
3734 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
3735
3736         * configure.ac:
3737           Revert last change as we now check in gtk-doc.m4 for sed.
3738
3739 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
3740
3741         * configure.ac:
3742         Find and subst SED when building the docs.
3743
3744 2008-02-08  Julien Moutte  <julien@fluendo.com>
3745
3746         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
3747         (main): Make sure bus signals are reconnected when pressing STOP
3748         and then PLAY again for a parse launch pipeline. Fix a ref leak
3749         on the bus.
3750         * win32/common/config.h: Updated.
3751
3752 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3753
3754         * configure.ac:
3755         Make DISABLE_DEPRECATED defined *only* during CVS, not during
3756         pre-releases or releases.
3757
3758 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3759
3760         * configure.ac:
3761         * ext/gio/Makefile.am:
3762         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
3763         reporting
3764
3765 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3766
3767         * docs/plugins/Makefile.am:
3768         Add the headers which need scanning for the GIO plugin. The rest of
3769         the docs still need migrating.
3770
3771 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3772
3773         * ext/Makefile.am:
3774         * tests/check/Makefile.am:
3775         * tests/check/pipelines/.cvsignore:
3776         Add gio in a few more places.
3777
3778 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3779
3780         * configure.ac:
3781         * ext/Makefile.am:
3782         * tests/check/Makefile.am:
3783         Move gio plugin from -bad and mark as experimental.
3784
3785 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3786
3787         * gst-libs/gst/interfaces/mixeroptions.c:
3788         * gst-libs/gst/interfaces/mixertrack.c:
3789         Comment out a couple of other things which break the build when
3790         GST_DISABLE_DEPRECATED isn't on but -Werror is.
3791
3792 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3793
3794         * docs/libs/gst-plugins-base-libs-sections.txt:
3795           Fix pbutils header.
3796
3797 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3798
3799         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
3800         Fix compiler warning.
3801
3802 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3803
3804         Patch by: Peter Kjellerstedt  <pkj at axis com>
3805
3806         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
3807         Clear the addrinfo struct using memset. Fixes #514937.
3808
3809 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * gst/tcp/gstfdset.h:
3812         Remove unused field to same some memory.
3813
3814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3815         Mark action signals as such.
3816
3817 2008-02-06  Michael Smith <msmith@fluendo.com>
3818
3819         * ext/theora/theoradec.c: (_theora_granule_frame),
3820         (_inc_granulepos):
3821           Increment granulepos for new-bitstream versions appropriately.
3822           Fixes #514623.
3823
3824 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3825
3826         * tests/examples/seek/seek.c: (do_seek),
3827         (rate_spinbutton_changed_cb), (update_streams), (main):
3828         Remove obsolete stream_time reset after flushing seek, core does that
3829         automatically now.
3830         Improve accuracy of speed spinbutton.
3831         Only do playbin2 stuff when we actually use it.
3832
3833 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         * tests/check/Makefile.am:
3836           Revert previous change of the test environment's GST_PLUGIN_PATH.
3837           The problem is not with the plugins, but with element factories
3838           and only occurs if elements are split out from existing plugins
3839           or if plugins change name (see #512740).
3840
3841 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * tests/check/Makefile.am:
3844           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
3845           with the core's plugins first and our local build directories last,
3846           since we might be building against an installed core, and that
3847           core's plugin directory may contain older or other versions of
3848           our own -base plugins, but we really do want to test our local
3849           ones (if there are multiple plugins or element factories with the
3850           same name, those inspected last will trump those read in earlier).
3851           Fixes #512740 for the most part.
3852
3853 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
3854
3855         * configure.ac:
3856         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3857         Use gmtime_r if available as gmtime is not MT-safe.
3858         Fixes bug #511810.
3859
3860 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
3861
3862         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3863         Cast glong to time_t as time_t might have a different type on
3864         other platforms, like FreeBSD, and we get a compiler warning
3865         otherwise. Fixes bug #511825.
3866
3867 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3868
3869         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3870         (get_group), (get_n_pads), (gst_play_bin_get_property),
3871         (pad_added_cb), (no_more_pads_cb), (perform_eos),
3872         (autoplug_select_cb), (deactivate_group):
3873         Remove stream-info, we going for something easier.
3874         Refactor getting the current group.
3875         Implement getting the number of audio/video/text streams.
3876
3877         * gst/playback/gststreamselector.c:
3878         (gst_stream_selector_class_init), (gst_stream_selector_init),
3879         (gst_stream_selector_get_property),
3880         (gst_stream_selector_request_new_pad),
3881         (gst_stream_selector_release_pad):
3882         * gst/playback/gststreamselector.h:
3883         Add property for number of pads.
3884
3885         * tests/examples/seek/seek.c: (set_scale), (update_flag),
3886         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
3887         (text_toggle_cb), (update_streams), (msg_async_done),
3888         (msg_state_changed), (main):
3889         Block slider callback when updating the slider position.
3890         Add gui elements for controlling playbin2.
3891         Add callback for async_done that updates position/duration.
3892
3893 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
3894
3895         * docs/plugins/Makefile.am:
3896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3897         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3898         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3899         * docs/plugins/gst-plugins-base-plugins.interfaces:
3900         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3901           First round of plugin docs cleansups.
3902
3903         * docs/plugins/inspect/plugin-adder.xml:
3904         * docs/plugins/inspect/plugin-alsa.xml:
3905         * docs/plugins/inspect/plugin-audioconvert.xml:
3906         * docs/plugins/inspect/plugin-audiorate.xml:
3907         * docs/plugins/inspect/plugin-audioresample.xml:
3908         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3909         * docs/plugins/inspect/plugin-cdparanoia.xml:
3910         * docs/plugins/inspect/plugin-decodebin.xml:
3911         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3912         * docs/plugins/inspect/plugin-gdp.xml:
3913         * docs/plugins/inspect/plugin-gnomevfs.xml:
3914         * docs/plugins/inspect/plugin-libvisual.xml:
3915         * docs/plugins/inspect/plugin-ogg.xml:
3916         * docs/plugins/inspect/plugin-pango.xml:
3917         * docs/plugins/inspect/plugin-subparse.xml:
3918         * docs/plugins/inspect/plugin-tcp.xml:
3919         * docs/plugins/inspect/plugin-theora.xml:
3920         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3921         * docs/plugins/inspect/plugin-video4linux.xml:
3922         * docs/plugins/inspect/plugin-videorate.xml:
3923         * docs/plugins/inspect/plugin-videoscale.xml:
3924         * docs/plugins/inspect/plugin-videotestsrc.xml:
3925         * docs/plugins/inspect/plugin-volume.xml:
3926         * docs/plugins/inspect/plugin-vorbis.xml:
3927         * docs/plugins/inspect/plugin-ximagesink.xml:
3928         * docs/plugins/inspect/plugin-xvimagesink.xml:
3929           Regenerate.
3930
3931         * ext/ogg/Makefile.am:
3932         * ext/ogg/gstoggmux.c:
3933         * ext/ogg/gstoggmux.h:
3934           Add header for oggmux. the c-file needs a doc blob still.
3935
3936 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3937
3938         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3939
3940         * gst-libs/gst/rtp/gstrtpbuffer.c:
3941         (gst_rtp_buffer_set_extension_data):
3942         * gst-libs/gst/rtp/gstrtpbuffer.h:
3943         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3944         Add gst_rtp_buffer_set_extension_data() 
3945         Add a unit test for this addition. Fixes #511478.
3946         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
3947
3948 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3949
3950         * configure.ac:
3951         Back to CVS
3952
3953 === release 0.10.17 ===
3954
3955 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
3956
3957         * configure.ac:
3958           releasing 0.10.17, "Peanut Butter and Jelly"
3959
3960 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3961
3962         * gst-libs/gst/interfaces/mixeroptions.c:
3963         * gst-libs/gst/interfaces/mixertrack.c:
3964         Also remove the conditional registration of the signals
3965         that disappeared with the ABI change in 0.10.14
3966
3967 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3968
3969         * gst-libs/gst/rtsp/gstrtspconnection.c:
3970         Revert patch to gstrtspconnection.c for brown paper bag
3971         release of -base. Re-opens: #511825
3972
3973 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3974
3975         * gst-libs/gst/interfaces/mixeroptions.h:
3976         * gst-libs/gst/interfaces/mixertrack.h:
3977         Change the way these deprecated function pointers are removed
3978         so that the compiled ABI is unconditionally smaller. This 
3979         sets in stone an ABI break that actually occurred when the
3980         things were deprecated in 0.10.14, which seems to be the best
3981         fix as the only known users are oss-mixer and sunaudio-mixer in 
3982         gst-plugins-good.
3983         Fixes: #513018
3984
3985 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * win32/common/libgstpbutils.def:
3988           Export the two new _get_type() functions which are needed
3989           by the python bindings.
3990
3991 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
3992
3993         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3994         Cast glong to time_t as time_t might have a different type on
3995         other platforms, like FreeBSD, and we get a compiler warning
3996         otherwise. Fixes bug #511825.
3997
3998 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
3999
4000         * gst-libs/gst/audio/gstaudiofilter.c:
4001         (gst_audio_filter_class_init):
4002         Initialize the GstRingerBuffer class to get it's debug category
4003         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4004         category and otherwise we get some g_critical(). Fixes bug #512334.
4005
4006 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4007
4008         * configure.ac:
4009         Back to CVS
4010
4011 === release 0.10.16 ===
4012
4013 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4014
4015         * configure.ac:
4016           releasing 0.10.16, "Scheduled Interruption"
4017
4018 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4019
4020         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4021
4022         * gst-libs/gst/rtp/gstrtpbuffer.c:
4023         (gst_rtp_buffer_get_extension_data):
4024         Fix typos and wrong extension check. Fixes #511274.
4025
4026 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4027
4028         * po/sk.po:
4029         Oops - add new sk.po mentioned in the LINGUAS I just committed
4030
4031 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4032
4033         * po/LINGUAS:
4034         Add ca translation to the disted list.
4035
4036         * win32/vs6/libgstsdp.dsp:
4037         Convert line endings to CRLF
4038
4039 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4040
4041         * win32/MANIFEST:
4042         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4043
4044 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4045
4046         * win32/common/libgstsdp.def:
4047         * win32/common/libgstvideo.def:
4048         Add new API declarations
4049
4050 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4051
4052         * ext/theora/gsttheoradec.h:
4053         * ext/theora/gsttheoraparse.h:
4054         * ext/theora/theoradec.c:
4055         * ext/theora/theoraparse.c:
4056         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4057         and parser by inspecting the bitstream version of the incoming data.
4058
4059 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4060
4061         * configure.ac:
4062         * pkgconfig/Makefile.am:
4063         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4064         * pkgconfig/gstreamer-audio.pc.in:
4065         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4066         * pkgconfig/gstreamer-cdda.pc.in:
4067         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4068         * pkgconfig/gstreamer-fft.pc.in:
4069         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4070         * pkgconfig/gstreamer-floatcast.pc.in:
4071         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4072         * pkgconfig/gstreamer-interfaces.pc.in:
4073         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4074         * pkgconfig/gstreamer-netbuffer.pc.in:
4075         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4076         * pkgconfig/gstreamer-pbutils.pc.in:
4077         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4078         * pkgconfig/gstreamer-riff.pc.in:
4079         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4080         * pkgconfig/gstreamer-rtp.pc.in:
4081         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4082         * pkgconfig/gstreamer-rtsp.pc.in:
4083         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4084         * pkgconfig/gstreamer-sdp.pc.in:
4085         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4086         * pkgconfig/gstreamer-tag.pc.in:
4087         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4088         * pkgconfig/gstreamer-video.pc.in:
4089         Provide one pkg-config file for every gst-plugins-base library.
4090         This makes linking to those libraries much more intuitive and
4091         provides standard pkg-config behaviour for them. Fixes bug #499697.
4092
4093 2008-01-13  David Schleef  <ds@schleef.org>
4094
4095         * gst/videoscale/vs_4tap.c:
4096           Fix valgrind error on 4tap scaling method.
4097
4098 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4099
4100         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4101         Include Winsock2.h for VS6 and use a different way initialize
4102         hints structure so it can build with VS6.
4103         * win32/MANIFEST:
4104         * win32/vs6/libgstsdp.dsp:
4105         * win32/common/libgstsdp.def:
4106         Add new files for libgstsdp.
4107         * win32/vs6/grammar.dsp:
4108         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4109         * win32/vs6/gst_plugins_base.dsw:
4110         * win32/vs6/libgstdecodebin.dsp:
4111         * win32/vs6/libgstdecodebin2.dsp:
4112         * win32/vs6/libgstplaybin.dsp:
4113         * win32/vs6/libgstvolume.dsp:
4114         Add new dependencies to the link list.
4115
4116 2008-01-13  Julien Moutte  <julien@fluendo.com>
4117
4118         * win32/common/config.h:
4119         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4120         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4121         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4122         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4123         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4124         * win32/common/interfaces-enumtypes.c:
4125         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4126         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4127         (gst_mixer_track_flags_get_type),
4128         (gst_tuner_channel_flags_get_type):
4129         * win32/common/multichannel-enumtypes.c:
4130         (gst_audio_channel_position_get_type):
4131         * win32/common/pbutils-enumtypes.c:
4132         (gst_install_plugins_return_get_type):
4133         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4134         in the win32 build directory.
4135
4136 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4137
4138         * tests/check/Makefile.am:
4139         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4140
4141         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4142         * tests/check/elements/playbin.c:
4143         * tests/check/libs/mixer.c: (test_element_interface_supported),
4144         (gst_implements_interface_init):
4145         * tests/check/libs/rtp.c: (GST_START_TEST):
4146         Fix various assignment type mismatches.
4147
4148 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4149
4150         * configure.ac:
4151         * gst-libs/gst/rtsp/Makefile.am:
4152         Add test to see if hstrerror is available or if we need libresolv
4153         (Solaris) for it, then use it in libgstrtsp.
4154
4155 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4156
4157         * gst-libs/gst/tag/Makefile.am:
4158         Fix include path order
4159
4160 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4161
4162         * gst-libs/gst/pbutils/install-plugins.c:
4163         (gst_install_plugins_context_copy),
4164         (gst_install_plugins_context_get_type):
4165         * gst-libs/gst/pbutils/install-plugins.h:
4166         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4167         for bindings.
4168
4169 2008-01-11  Michael Smith <msmith@fluendo.com>
4170
4171         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4172         (_theora_granule_frame), (_theora_granule_start_time),
4173         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4174           Adapt for post-alpha meaning of granulepos, when we
4175           have a newer version of libtheora.
4176         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4177         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4178         (theora_enc_is_discontinuous), (theora_enc_chain):
4179           Likewise.
4180         * tests/check/Makefile.am:
4181           Link libtheora into theoraenc test so we can check which version of
4182           libtheora we're testing against.
4183         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4184         (check_buffer_granulepos),
4185         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4186         (theoraenc_suite):
4187           Adapt tests to check the values that are now defined for theora; make
4188           the tests backwards-adapt the passed values if we're running against an
4189           old libtheora.
4190           Fixes #497964
4191
4192 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         * gst-libs/gst/audio/gstbaseaudiosink.c:
4195           (gst_base_audio_sink_class_init):
4196         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4197           (gst_base_audio_src_class_init):
4198           Ref audio clock class from a thread-safe context to make sure
4199           we're not bit by GObjects lack of thread-safety here (#349410),
4200            however unlikely that may be in practice.
4201
4202 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4203
4204         * autogen.sh:
4205           Add -Wno-portability to the automake parameters to stop warnings
4206           about GNU make extensions being used. We require GNU make in almost
4207           every Makefile anyway.
4208           
4209         * configure.ac:
4210           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4211           at the same time is required for per target flags.
4212
4213 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4214
4215         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4216           Post an error message if we can't pull as many bytes as we need
4217           for the tag. This makes sure the user gets to see a proper error
4218           message if a file with a partial ID3 tag is fed to decodebin, and
4219           not a 'no ID3 tag demuxer' error, which would be confusing
4220           (see #508138).
4221
4222 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * gst-libs/gst/pbutils/descriptions.c: (formats):
4225           Add description strings for ID3, APE, and ICY tags.
4226
4227 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4228
4229         * gst/playback/gstdecodebin.c: (try_to_link_1):
4230           Make sure we error out correctly if we can't activate one of
4231           the elements we've added.  Fixes #508138.
4232           
4233 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4234
4235         Patch by: Bastien Nocera <hadess at hadess net>
4236
4237         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4238           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4239           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4240           the volume is the same for all channels. This works around
4241           some problem in alsa that leaves us with inconsistent state
4242           for some reason (#486840).
4243
4244 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         Patch by: Jerone Young <jerone at gmail com>
4247
4248         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4249           If there's no mixer track by the name of 'Master' or 'Front',
4250           check if there's one called 'PCM' before trying the generic
4251           fallback logic (fixes #506928, where we pick 'Mic' as master
4252           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4253
4254 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4255
4256         * gst/playback/gstplay-enum.c:
4257         (register_gst_autoplug_select_result),
4258         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4259         (gst_play_flags_get_type):
4260         * gst/playback/gstplay-enum.h:
4261         Add enums for configuration flags.
4262
4263         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4264         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4265         (gst_play_bin_get_property), (no_more_pads_cb),
4266         (autoplug_select_cb), (gst_play_bin_change_state):
4267         Merge mode with flags.
4268         Add more property getters/setters, defaults and docs.
4269         Add properties to get number of audio/video/text streams.
4270         Create sink object in _init so that we can always rely on it being
4271         there.
4272
4273         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4274         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4275         (activate_vis), (gst_play_sink_reconfigure),
4276         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4277         (gst_play_sink_change_state):
4278         * gst/playback/gstplaysink.h:
4279         Use flags to configure the sink pipelines.
4280         Add tee before audio pipeline so that we can use it for visualisations.
4281         Start working on integrating visualisations.
4282         Remove mode, we can do everything with the flags now.
4283         Add method to configue the sink pipeline.
4284
4285 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4286
4287         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4288           (check_buffer_timestamp), (check_buffer_duration):
4289           Turn these functions into macros so we can see right away
4290           where the failure occured.
4291
4292 2008-01-05  Julien Moutte  <julien@fluendo.com>
4293
4294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4295         debugging information to understand how X calculates the stride
4296         for XvImages.
4297
4298 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4299
4300         * gst/volume/Makefile.am:
4301         * gst/volume/gstvolume.c: (volume_choose_func),
4302         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4303         (volume_setup):
4304         * gst/volume/gstvolume.h:
4305         Use GstAudioFilter as base class for the volume element instead of
4306         plain GstBaseTransform.
4307
4308 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4309
4310         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4311         Don't set element details for the abstract GstAudioFilter class.
4312
4313 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4314
4315         * gst-libs/gst/audio/gstaudiofilter.c:
4316         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4317         Implement get_unit_size() vmethod of GstBaseTransform.
4318
4319 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4320
4321         * gst-libs/gst/pbutils/Makefile.am:
4322         * gst-libs/gst/pbutils/pbutils.h:
4323         Use glib-enum generator to have a proper enum GType for
4324         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4325
4326 2007-12-31  David Schleef  <ds@schleef.org>
4327
4328         * tests/check/Makefile.am:
4329         * tests/check/pipelines/theoraenc.c:
4330           Reenable theoraenc test, which fails on the buildbot but
4331           not locally.
4332
4333 2007-12-31  David Schleef  <ds@schleef.org>
4334
4335         * docs/libs/.cvsignore:
4336         * docs/plugins/.cvsignore:
4337           Add *-undeclared.txt to fix buildbot.
4338
4339 2007-12-31  David Schleef  <ds@schleef.org>
4340
4341         * tests/check/Makefile.am:
4342           Second attempt at disabling theoraenc test long enough to
4343           get buildbot to compile -base.
4344
4345 2007-12-31  David Schleef  <ds@schleef.org>
4346
4347         * tests/check/pipelines/theoraenc.c:
4348           Disable theoraenc test long enough to get the buildbot to
4349           compile a recent -base.
4350
4351 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4352
4353         * tests/examples/seek/seek.c: (stop_cb):
4354         Make sure we reset the slider value to 0.0 without racing against a
4355         possible g_idle that sets it to something else.
4356
4357 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4358
4359         * sys/ximage/ximagesink.c:
4360         fix typo
4361
4362 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4365         * gst-libs/gst/rtsp/gstrtspdefs.h:
4366         Add Location header so that we can start implementing redirects.
4367         See #506025.
4368
4369 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4370
4371         * gst/subparse/gstssaparse.c:
4372         combine if's
4373
4374 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4375
4376         * gst/subparse/gstssaparse.c:
4377         remove duplicate log message
4378
4379 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4380
4381         * ext/libvisual/visual.c: (gst_visual_chain):
4382         Fix 'xyz may be used uninitialized' compiler warnings caused
4383         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4384         abort() in any case but properly report the error.
4385
4386 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4387
4388         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4389         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4390         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4391         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4392         (autoplug_select_cb), (activate_group), (deactivate_group),
4393         (setup_next_source), (save_current_group),
4394         (gst_play_bin_change_state):
4395         Code cleanups.
4396         Remove next-uri, we can use the uri property just fine.
4397         Fix some crasher.
4398         Unref uridecodebin when switching.
4399         Fix going to READY.
4400
4401         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4402         (gst_play_sink_init), (gst_play_sink_dispose),
4403         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4404         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4405         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4406         (gst_play_sink_set_property), (gst_play_sink_get_property),
4407         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4408         (gen_vis_element), (gst_play_sink_get_mode),
4409         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4410         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4411         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4412         (gst_play_sink_change_state):
4413         * gst/playback/gstplaysink.h:
4414         Add some locking to make things threadsafe.
4415
4416         * gst/playback/test7.c: (about_to_finish_cb):
4417         Fix test.
4418
4419 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4422           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4423           (gst_video_scale_transform):
4424           Don't claim to be able to handle/transform caps that can't really
4425           be handled by the currently selected scaling method (here: RGB or
4426           packed YUV with 4-tap method). Also add locking to method property.
4427
4428         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4429           (test_basetransform_based):
4430           Some test pipelines for the above (not entirely valgrind clean yet
4431           apparently).
4432
4433 2007-12-21  David Schleef  <ds@schleef.org>
4434
4435         * gst-libs/gst/video/video.c:
4436         * gst-libs/gst/video/video.h:
4437           Add additional RGBA and RGB-24 video formats.
4438
4439 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4440
4441         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4442           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4443           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4444         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4445           (cddabasesrc_suite):
4446           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4447           deprecated in the future (see #498924).
4448
4449 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4452           Don't leak event.
4453
4454 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4455
4456         * gst-libs/gst/riff/riff-read.c:
4457         Use GST_ROUND_UP_2 macro
4458
4459 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * gst/playback/.cvsignore:
4462           Ignore more.
4463
4464 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4467         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4468           (set_active_source):
4469         * gst/playback/gstplaybasebin.h:
4470         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4471           (setup_sinks), (playbin_set_subtitles_visible):
4472           Make switching off of subtitles work. To avoid all kind of
4473           problems with unlinking of the subtitle input, we just keep
4474           the subtitle inputs linked as they are and tell textoverlay
4475           not to render them. Fixes #373011.
4476           Other subtitle switching issues (esp. when there are both
4477           external and in-stream subtitles) remain. They'll be solved
4478           in playbin2.
4479
4480 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4481
4482         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4483         Init the pad segment too.
4484
4485 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4486
4487         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4488         (gst_audioringbuffer_open_device),
4489         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4490         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4491         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4492         (gst_audio_sink_create_ringbuffer):
4493         Improve debug output.
4494
4495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
4496         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
4497         Prevent some functions from doing things and failing when the
4498         ringbuffer is not yet acquired.
4499
4500 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4501
4502         * gst-libs/gst/interfaces/interfaces.h:
4503           Also remove interfaces.h from CVS as it is not needed anymore.
4504
4505 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4506
4507         * gst-libs/gst/interfaces/Makefile.am:
4508           interfaces.h is not used anymore so remove it from the build
4509           process.
4510
4511 2007-12-17  David Schleef  <ds@schleef.org>
4512
4513         * gst/videotestsrc/gstvideotestsrc.c:
4514         * gst/videotestsrc/gstvideotestsrc.h:
4515           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
4516           for testing vertical refresh synchronization.
4517
4518 2007-12-17  David Schleef  <ds@schleef.org>
4519
4520         * docs/libs/gst-plugins-base-libs-sections.txt:
4521         * gst-libs/gst/video/video.c:
4522         * gst-libs/gst/video/video.h:
4523           Add new GstVideFormat enum and write a bunch of helper functions
4524           based around it.
4525
4526 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
4527
4528         * Makefile.am:
4529           Use new common/win32.mak.
4530
4531 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4534         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4535         Add debug info.
4536         When going from PLAYING to PAUSED, pause the ringbuffer before calling
4537         the parent state change function, just like the audiosink, because the
4538         parent waits for the element to finish its processing before completing
4539         the state change. This makes going to PAUSED a lot snappier.
4540         When going from READY to PAUSED, don't allow the ringbuffer to start
4541         yet.
4542
4543 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4544
4545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4546         Yet another fix for broken software that produce files with an empty
4547         blockalign field. Instead of completely failing, make a second attempt
4548         at guessing the width/depth by looking at strf->size.
4549
4550 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
4553           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
4554         * gst-libs/gst/pbutils/install-plugins.c:
4555           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
4556         * gst-libs/gst/pbutils/missing-plugins.c:
4557           (gst_missing_plugin_message_get_installer_detail),
4558           (gst_missing_encoder_installer_detail_new):
4559         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
4560         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4561           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
4562           avoid compiler warnings (#503930).
4563
4564 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4565
4566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4567         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
4568         for jpeg video streams.
4569         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
4570         for the above modification.
4571
4572 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4573
4574         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
4575           (gst_x_overlay_handle_events):
4576           More guards (we don't want klass to end up being NULL).
4577
4578 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * configure.ac:
4581         * gst/volume/gstvolume.c: (gst_volume_init):
4582           Use new gst_base_transform_set_gap_aware() function as volume
4583           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
4584           for this.
4585
4586 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4587
4588         * tests/examples/seek/seek.c: (msg_segment_done), (main):
4589         Don't go to READY on EOS as this avoids testing of seeking and
4590         restarting after EOS, use the stop button when you want to READY.
4591         Don't try to do a flushing seek in segment-done, it does not make
4592         sense to use this for gapless playback and is not needed.
4593
4594 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4595
4596         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
4597         (reset_rate_timer), (update_in_rates), (update_out_rates),
4598         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4599         (gst_queue_chain), (gst_queue_loop):
4600         Use separate timers for input and output rates.
4601         Pause measuring the output rate when we block for more data.
4602         See #503262.
4603
4604 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4605
4606         * gst/playback/gstqueue2.c: (gst_queue_chain):
4607         Pause the timer to measure the input rate when we block because the
4608         queue is filled. See #503262.
4609
4610 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4611
4612         Patch by: Peter Kjellerstedt  <pkj at axis com>
4613
4614         * gst-libs/gst/rtsp/gstrtspconnection.c:
4615         (gst_rtsp_connection_free):
4616         Close control sockets. Fixes #503440.
4617
4618 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4619
4620         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
4621         Expose the right pad in the right place with the right element.
4622
4623 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
4624
4625         * gst-libs/gst/pbutils/descriptions.c: (formats):
4626           Add description for 'private' dts caps (who come up with that name?).
4627
4628 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
4629
4630         * Makefile.am:
4631           Add check-exports target and run it with 'make check'.
4632
4633         * configure.ac:
4634           Be stricter about what we export in our libraries: change regexp so that
4635           we only export _gst_foo(), but not __gst_foo().
4636
4637         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
4638         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
4639           Change internal functions to __gst_foo so they dont' get exported.
4640
4641         * win32/common/libgstaudio.def:
4642           Add missing symbols.
4643
4644 2007-12-11  David Schleef  <ds@schleef.org>
4645
4646         * ChangeLog: remove conflict markers
4647
4648 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
4649
4650         * ext/gnomevfs/Makefile.am:
4651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
4652           Use gst_tag_freeform_string_to_utf8() here, which also takes
4653           into account any character sets specified by the user via
4654           environment variables.
4655
4656 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
4657
4658         * gst/audioconvert/Makefile.am:
4659         Also link to libm.
4660
4661 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
4662
4663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4664         No need for floating point operations here. avoids having to link
4665         against the math library too.
4666
4667 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * gst-libs/gst/pbutils/descriptions.c: (formats),
4670           (format_info_get_desc):
4671         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
4672           (GST_START_TEST):
4673           Add one or two missing formats.  Generate ADPCM description
4674           dynamically depending on layout/format.
4675
4676 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4677
4678         * configure.ac:
4679           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
4680
4681 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
4684
4685         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
4686           Some .srt files start with chunk number 0 and not chunk number 1,
4687           recognise and accept those as well (fixes #502497).
4688
4689         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
4690           (test_src):
4691           Add unit test for the above.
4692
4693 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
4694
4695         * gst/playback/gstplay-enum.c:
4696         (register_gst_autoplug_select_result),
4697         (gst_autoplug_select_result_get_type):
4698         * gst/playback/gstplay-enum.h:
4699         Add missing files.
4700
4701 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
4702
4703         * gst/playback/Makefile.am:
4704         Group decodebin2 and uridecodebin into the same plugin so that they
4705         can share the GEnumType.
4706
4707         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
4708         (_gst_select_accumulator), (gst_decode_bin_class_init),
4709         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
4710         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
4711         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
4712         Add signal to sort factories instead of the more awkward autoplug-select
4713         signal.
4714         Modify autoplug_select so that we can try, skip or expose the
4715         autopluggin of an element on a pad.
4716
4717         * gst/playback/gstfactorylists.c: (compare_ranks),
4718         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
4719         (element_filter), (gst_factory_list_get_elements),
4720         (gst_factory_list_debug), (gst_factory_list_filter):
4721         * gst/playback/gstfactorylists.h:
4722         Simplify the API, allow getting elements based on mask.
4723
4724         * gst/playback/gstplay-marshal.list:
4725         Add some more marshallers.
4726
4727         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
4728         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
4729         (autoplug_select_cb), (activate_group):
4730         Add support for managing non-raw sinks by providing a custom element and
4731         sink list to decodebin2.
4732         Try to plug non-raw sinks when decodebin2 using autoplug-select of
4733         decodebin2.
4734
4735         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4736         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
4737         * gst/playback/gstplaysink.h:
4738         Add support for raw and non-raw sinks. 
4739         Add support to force sinks selected by playbin2.
4740         Don't plug raw converters for non-raw sinks.
4741
4742         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
4743         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
4744         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
4745         (plugin_init):
4746         Use right accumulators.
4747         Proxy new signal.
4748
4749 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
4750
4751         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4752         Use runnning time as the base time instead of the timestamp.
4753         Spotted by Saur on IRC.
4754
4755 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
4756
4757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4758         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
4759
4760 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
4761
4762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
4763         (gst_ogg_demux_read_chain):
4764         If we find a new serial number but it does not contain a BOS page, make
4765         sure we initialize the chain to NULL because else we will try to scan it
4766         and crash. Fixes #500763
4767
4768 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
4769
4770         * gst/playback/Makefile.am:
4771         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
4772         (get_feature_array), (decoders_filter), (sinks_filter),
4773         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
4774         (gst_factory_list_filter):
4775         * gst/playback/gstfactorylists.h:
4776         Refactor some common code to filter factories and check caps compat.
4777
4778         * gst/playback/gstdecodebin.c:
4779         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4780         (gst_decode_bin_init), (gst_decode_bin_dispose),
4781         (gst_decode_bin_autoplug_continue),
4782         (gst_decode_bin_autoplug_factories),
4783         (gst_decode_bin_autoplug_select), (analyze_new_pad),
4784         (find_compatibles):
4785         * gst/playback/gstplaybin.c:
4786         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4787         (gst_play_bin_init), (gst_play_bin_finalize),
4788         (autoplug_factories_cb), (activate_group):
4789         * gst/playback/gstqueue2.c:
4790         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
4791         (proxy_autoplug_continue_signal),
4792         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
4793         (proxy_drained_signal):
4794         Add some more debug info and use factor filtering code.
4795
4796 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
4797
4798         * gst/audiotestsrc/gstaudiotestsrc.c:
4799         * gst/volume/gstvolume.c:
4800         * gst/volume/gstvolume.h:
4801           Add GAP-flag support.
4802
4803 2007-11-24  Julien MOUTTE  <julien@moutte.net>
4804
4805         * tests/examples/seek/seek.c: (main): Increase the range of the
4806         rate selector as I would like to test QOS behavior at higher
4807         forward and reverse playback speed like say 64x.
4808
4809 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
4810
4811         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4812         (audioresample_query), (audioresample_query_type),
4813         (gst_audioresample_set_property):
4814         Implement latency query.
4815
4816 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
4817
4818         * gst-libs/gst/audio/gstbaseaudiosink.c:
4819         (gst_base_audio_sink_drain):
4820         Our EOS time contains the base_time, _wait_eos() expects a running_time
4821         so we have to subtract the base_time again before calling the function.
4822         This fixes an EOS regression where the base_time was added twice and EOS
4823         took longer and longer in certain situations.
4824         Fixes #498767.
4825
4826 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
4827
4828         * docs/libs/gst-plugins-base-libs-sections.txt:
4829         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4830         (gst_base_audio_sink_set_provide_clock),
4831         (gst_base_audio_sink_get_provide_clock),
4832         (gst_base_audio_sink_set_slave_method),
4833         (gst_base_audio_sink_get_slave_method),
4834         (gst_base_audio_sink_set_property),
4835         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
4836         (gst_base_audio_sink_none_slaving),
4837         (gst_base_audio_sink_handle_slaving):
4838         * gst-libs/gst/audio/gstbaseaudiosink.h:
4839         Expose methods for some object properties so that subclasses can more
4840         easily configure them.
4841         Added slave method none, that completely disables slaving to the
4842         internal clock.
4843         API: gst_base_audio_sink_set_provide_clock()
4844         API: gst_base_audio_sink_get_provide_clock()
4845         API: gst_base_audio_sink_set_slave_method()
4846         API: gst_base_audio_sink_get_slave_method()
4847
4848         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4849         (gst_base_audio_src_set_provide_clock),
4850         (gst_base_audio_src_get_provide_clock),
4851         (gst_base_audio_src_set_property),
4852         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
4853         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4854         Expose methods for some object properties so that subclasses can more
4855         easily configure them.
4856         API: gst_base_audio_src_set_provide_clock()
4857         API: gst_base_audio_src_get_provide_clock()
4858
4859 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
4860
4861         Patch by: Joe Peterson <lavajoe at gentoo dot org>
4862
4863         * gst-libs/gst/sdp/gstsdpmessage.c:
4864         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
4865
4866 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
4867
4868         * tests/check/libs/fft.c: (GST_START_TEST):
4869         Fix scaling to really have dB instead of something else.
4870
4871 2007-11-19  Julien MOUTTE  <julien@moutte.net>
4872
4873         * tests/examples/seek/seek.c: (main): There's a nice macro to check
4874         GTK version, use it.
4875
4876 2007-11-19  Julien MOUTTE  <julien@moutte.net>
4877
4878         * tests/examples/seek/seek.c: (main): Try to support stable version
4879         of GTK.
4880
4881 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
4882
4883         * gst/playback/README:
4884         * gst/playback/test7.c:
4885           Fix the build + little README update.
4886
4887 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4888
4889         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
4890         Add playbin2 seek pipeline.
4891
4892 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4893
4894         * gst/playback/Makefile.am:
4895         * gst/playback/gstplayback.c: (plugin_init):
4896         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
4897         (eos_cb), (about_to_finish_cb), (main):
4898         Add playbin2.
4899         Added gapless playback example.
4900
4901         * gst/playback/gstplaybasebin.c:
4902         * gst/playback/gstplaybasebin.h:
4903         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
4904         * gst/playback/gstqueue2.c:
4905         * gst/playback/test.c:
4906         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4907         (pad_removed_cb):
4908         * gst/playback/gststreaminfo.h:
4909         Change email.
4910
4911         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
4912         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
4913         (gst_play_bin_dispose), (gst_play_bin_set_uri),
4914         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4915         (gst_play_bin_get_property), (gst_play_bin_handle_message),
4916         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
4917         (drained_cb), (unlink_group), (activate_group),
4918         (setup_next_source), (gst_play_bin_change_state),
4919         (gst_play_bin2_plugin_init):
4920         Added raw first version of playbin2. Does chained oggs and gapless
4921         playback fine. No support for raw sinks yet. No visualisations or
4922         subtitles yet.
4923
4924         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
4925         (gst_play_sink_class_init), (gst_play_sink_init),
4926         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4927         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4928         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4929         (gst_play_sink_set_property), (gst_play_sink_get_property),
4930         (post_missing_element_message), (free_chain), (add_chain),
4931         (activate_chain), (gen_video_chain), (gen_text_element),
4932         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
4933         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
4934         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4935         (gst_play_sink_send_event), (gst_play_sink_change_state):
4936         * gst/playback/gstplaysink.h:
4937         Added Element that abstracts the sinks and their pipelines for playbin2.
4938
4939 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4940
4941         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
4942         (gst_selector_pad_class_init), (gst_selector_pad_init),
4943         (gst_selector_pad_finalize), (gst_selector_pad_reset),
4944         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
4945         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
4946         (gst_selector_pad_chain), (gst_stream_selector_get_type),
4947         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
4948         (gst_stream_selector_init), (gst_stream_selector_set_property),
4949         (gst_stream_selector_get_linked_pad),
4950         (gst_stream_selector_getcaps),
4951         (gst_stream_selector_is_active_sinkpad),
4952         (gst_stream_selector_activate_sinkpad),
4953         (gst_stream_selector_get_linked_pads),
4954         (gst_stream_selector_request_new_pad),
4955         (gst_stream_selector_release_pad):
4956         * gst/playback/gststreamselector.h:
4957         Improve streamselector, make it select and unselect the current pad more
4958         intelligently. 
4959         Subclass GstPad for the sinkpads of the selector.
4960         Handle segments more correctly.
4961         Fix caps negotiation.
4962         Implement release_pad.
4963
4964 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4965
4966         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4967         (gst_decode_group_check_if_drained), (source_pad_event_probe),
4968         (remove_fakesink):
4969         Add drained signal fired when decodebin finishes decoding the data.
4970         Remove deprecated STATE_DIRTY message.
4971
4972         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4973         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
4974         (analyse_source), (proxy_drained_signal), (make_decoder),
4975         (source_new_pad), (value_list_append_structure_list),
4976         (handle_redirect_message), (handle_message):
4977         Proxy the new drained signal.
4978         Handle pad removed from decodebin.
4979         Handle redirect messages by sorting multiple redirections based on the
4980         connection speed.
4981
4982 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4983
4984         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4985
4986         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4987         Fix leaking headers. Fixes #496761.
4988
4989 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4990
4991         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4992
4993         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4994         (gst_ximagesink_change_state):
4995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
4996         Don't leak the PAR on errors. Fixes #496731.
4997
4998 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4999
5000         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5001           (gst_tag_from_id3_user_tag):
5002           Add mapping for audio cd discid tags, so we can extract
5003           them from tags as well (see #347848). Also compare identifiers
5004           in ID3v2 TXXX frames in a case-insensitive way to increase
5005           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5006
5007 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5008
5009         * gst-plugins-base.doap:
5010         Oops, fix the release name.
5011
5012 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5013
5014         * gst-plugins-base.doap:
5015         Add 0.10.15 release
5016
5017 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5018
5019         * configure.ac:
5020         Back to CVS
5021
5022 === release 0.10.15 ===
5023
5024 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5025
5026         * configure.ac:
5027           releasing 0.10.15, "No need to argue"
5028
5029 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5030
5031         * win32/vs6/libgstfft.dsp:
5032         Convert line endings to DOS.
5033
5034 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5035
5036         * win32/vs6/gst_plugins_base.dsw:
5037         * win32/vs6/libgstfft.dsp:
5038         * win32/MANIFEST:
5039         Add a project file for fft plugin and remove socket
5040         based plugin which don't build from the workspace.
5041         * win32/vs6/libgstaudio.dsp:
5042         * win32/vs6/libgstrtp.dsp:
5043         * win32/vs6/libgsttag.dsp:
5044         Convert line endings back to DOS.
5045         Fixes #496724
5046
5047 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5048
5049         * win32/vs6/libgstinterfaces.dsp:
5050         * win32/vs6/libgstrtsp.dsp:
5051         Convert line endings back to DOS
5052
5053 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5054
5055         * gst-libs/gst/fft/kiss_fft_f32.h:
5056         * gst-libs/gst/fft/kiss_fft_f64.h:
5057         * gst-libs/gst/fft/kiss_fft_s16.h:
5058         * gst-libs/gst/fft/kiss_fft_s32.h:
5059         Don't include malloc.h which doesn't exist on Mac OSX.
5060         Instead, pull in glib.h and use g_malloc/g_free for 
5061         consistency. Fixes: #496548
5062
5063 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5064
5065         * gst/playback/gstdecodebin2.c:
5066           Dont leak ghostpad. Fixes #475451.
5067
5068 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5069
5070         * docs/design/design-decodebin.txt:
5071         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5072         Update some more docs and comments.
5073
5074 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5075
5076         Patch by: Sebastien Moutte  <sebastien moutte net>
5077
5078         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5079           (gst_rtcp_unix_to_ntp):
5080         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5081           Fix some C99-isms and and a missing function that some versions of
5082           MSVC don't like too much (#494346).
5083
5084         * win32/vs6/gst_plugins_base.dsw:
5085         * win32/vs6/libgstaudio.dsp:
5086         * win32/vs6/libgstrtp.dsp:
5087         * win32/vs6/libgsttag.dsp:
5088           Update vs6 projects files (#494346).
5089
5090 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5091
5092         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5093
5094         * win32/common/libgstaudio.def:
5095         * win32/common/libgstcdda.def:
5096         * win32/common/libgstinterfaces.def:
5097         * win32/common/libgstnetbuffer.def:
5098         * win32/common/libgstpbutils.def:
5099         * win32/common/libgstrtp.def:
5100         * win32/common/libgstrtsp.def:
5101         * win32/common/libgsttag.def:
5102         * win32/common/libgstvideo.def:
5103           More missing symbols to export (fixes #493986).
5104
5105 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5106
5107         * docs/libs/gst-plugins-base-libs-sections.txt:
5108         * gst-libs/gst/fft/gstfftf32.c:
5109         * gst-libs/gst/fft/gstfftf32.h:
5110         * gst-libs/gst/fft/gstfftf64.c:
5111         * gst-libs/gst/fft/gstfftf64.h:
5112         * gst-libs/gst/fft/gstffts16.c:
5113         * gst-libs/gst/fft/gstffts16.h:
5114         * gst-libs/gst/fft/gstffts32.c:
5115         * gst-libs/gst/fft/gstffts32.h:
5116         * tests/check/libs/fft.c: (GST_START_TEST):
5117         Remove the magnitude and phase calculation functions as these have
5118         very special use cases and can't even be used for the spectrum
5119         element. Also adjust the docs to mention some properties of the used
5120         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5121
5122 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5123
5124         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5125           (finish_source):
5126           Avoid crash when there are external subtitles (fixes #491722).
5127
5128 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5131         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5132           'Could not open resource for writing' is not an acceptable
5133           error message when we can't open the audio device (see #492334),
5134           even less so when we're trying to open it to record something.
5135
5136 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5139
5140         * win32/common/libgstrtp.def:
5141           Add some more missing symbols (#492813).
5142
5143 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5146
5147         * tests/check/elements/audioconvert.c: (verify_convert):
5148           Add check to make sure that the out caps have a channel layout
5149           set on them where they should have one.
5150
5151 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5154
5155         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5156         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5157           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5158           (#492306).
5159
5160         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5161           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5162           (it disappeared in GLib 2.14.0) (#492306).
5163
5164         * gst-libs/gst/sdp/Makefile.am:
5165         * gst-libs/gst/sdp/gstsdpmessage.c:
5166           Fix includes and LIBS for win32/Mingw (#492306).
5167
5168         * tests/examples/dynamic/addstream.c (pause_play_stream):
5169           Use more portable g_usleep() instead of sleep() (#492306).
5170
5171 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5172
5173         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5174
5175         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5176           (gst_ring_buffer_parse_caps):
5177           Return NULL instead of an enum that happens to be 0, fixes warning
5178           on MSVC (#492114).
5179
5180         * gst-libs/gst/audio/gstringbuffer.h:
5181           No trailing commas in enum list (for gcc-2.9x).
5182
5183         * gst/videotestsrc/videotestsrc.c: (random_char):
5184           Make information loss explicit instead of implicitly truncating to
5185           eight bits via the return value.  Fixes runtime error on MSVC when
5186           using the debug CRT (#492114).
5187
5188         * win32/common/config.h.in:
5189           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5190
5191         * win32/common/libgstinterfaces.def:
5192         * win32/common/libgstrtp.def:
5193           Export a few more symbols (#492114).
5194
5195 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5196
5197         * gst-libs/gst/audio/audio.c:
5198         * gst-libs/gst/audio/audio.h:
5199           Readd the deprecation guards, but preserve compilability.
5200
5201 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5202
5203         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5204           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5205           Preserve channel layout when fixating the number of channels in the
5206           output caps, or make sure there's a suitable channel position layout
5207           set on the caps if required. Fixes #430677.
5208
5209 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5212           Make sure the pipeline really operates in push mode as it should
5213           in this case.
5214
5215 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * gst-libs/gst/audio/audio.h:
5218           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5219           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5220           (ie. normal cvs builds) will fail.
5221
5222 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5223
5224         * docs/libs/Makefile.am:
5225         * gst-libs/gst/audio/audio.c:
5226         * gst-libs/gst/audio/audio.h:
5227         * gst-libs/gst/interfaces/mixer.c:
5228           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5229
5230 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5231
5232         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5233           (test_channel_layout_value_intersect), (audio_suite):
5234           Add simple unit test to make sure GstValue intersection
5235           of channel layouts works the way I think it does.
5236
5237 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5238
5239         * docs/libs/gst-plugins-base-libs-sections.txt:
5240         * gst-libs/gst/audio/gstaudiofilter.h:
5241         * gst-libs/gst/interfaces/mixer.h:
5242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5243         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5244         * gst-libs/gst/sdp/gstsdpmessage.c:
5245           Fix the docs according to what gtk-doc complained about.
5246
5247 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5248
5249         * tests/icles/stress-playbin.c:
5250           Fix the build.
5251
5252 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5253
5254         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5255         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5256           Post nice/more useful error message if we don't have a decoder for
5257           the primary type.
5258
5259 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5260
5261         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5262         Be a bit more useful, unblock the pads after we fired the no-more-pads
5263         signal so that we can use the signal to inspect and connect all pads
5264         without having to keep extra state outside of decodebin.
5265
5266 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5267
5268         * gst/playback/gsturidecodebin.c:
5269         (gst_uri_decode_bin_autoplug_continue),
5270         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5271         Implement default signal handler so that we return TRUE when nothing is
5272         connected.
5273
5274 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5275
5276         * gst-libs/gst/riff/riff-media.c:
5277         (gst_riff_wavext_add_channel_layout),
5278         (gst_riff_wave_add_default_channel_layout),
5279         (gst_riff_wavext_get_default_channel_mask),
5280         (gst_riff_create_audio_caps):
5281         Use the ALSA channel layout as default for wav files without channel
5282         layout information. This fixes playback of chan-id.wav on 5.1 systems
5283         for example. Also refactor the channel layout setting a bit and add
5284         more default channel orders. Fixes #489010.
5285
5286 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5287
5288         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5289           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5290           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5291           instead.
5292
5293 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5294
5295         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5296         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5297         (gst_decode_bin_set_subs_encoding),
5298         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5299         (gst_decode_bin_get_property), (analyze_new_pad):
5300         Move subtitle encoding property to decodebin2 so that it can set the
5301         property value on all elements that it autoplugs and that require it.
5302         Make caps refcounting more consistent in get/set.
5303
5304         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5305         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5306         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5307         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5308         (proxy_autoplug_continue_signal),
5309         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5310         (make_decoder):
5311         Proxy properties and relevant signals from the internal decodebin.
5312         Make properties MT safe.
5313
5314 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5317         * gst-libs/gst/tag/tags.c:
5318           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5319           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5320
5321         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5322           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5323
5324         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5325           (gst_tag_to_vorbis_comments):
5326           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5327           just mapping everything I found in the wild) (#414539).
5328
5329 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5330
5331         Inspired by patch of: René Stadler <mail at renestadler dot de>
5332
5333         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5334         (gst_decode_bin_autoplug_continue),
5335         (gst_decode_bin_autoplug_factories),
5336         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5337         (find_compatibles):
5338         * gst/playback/gstplay-marshal.list:
5339         Remove the autoplug-sort signal and replace it with a binding friendly
5340         autoplug-select signal.
5341         Add an autoplug-factories signal that can be used to generate a list of
5342         factories to try to autoplug.
5343         Add the GstPad to the autoplugging signal args as it might be needed to
5344         make a good factory selection.
5345         Fix up the marshallers for this. Fixes #407282.
5346
5347 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst-libs/gst/tag/gsttagdemux.c:
5350           Don't abort with an assertion if we receive a seek event with
5351           a start type of NONE (see launchpad bug #155878).
5352
5353 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5354
5355         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5356         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5357         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5359         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5360         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5361         Make sure that before we clean up the X resources, we shutdown and join
5362         the event thread.
5363         Also make sure the event thread does not shut down immediatly after
5364         startup because the running variable is not yet correctly set.
5365         Fixes #378770. 
5366
5367 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5368
5369         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5370         Make the window for a race in typefind and shutting down smaller until
5371         we figure out the right locking here. Avoids #485753 usually.
5372
5373         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5374         Remove unneeded lock causing a race in typefind and shutting down.
5375         Fixes #485753.
5376
5377         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5378         Also remove sinks when going to NULL because we might not complete the
5379         state change to PAUSED, causing the PAUSED->READY state change not to
5380         happen.
5381
5382 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5383
5384         * gst-libs/gst/audio/gstbaseaudiosink.c:
5385         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5386         Also explicitly release the ringbuffer when going to NULL because it
5387         is required in the setcaps function, before the state change to PAUSED
5388         completes.
5389
5390 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * tests/icles/.cvsignore:
5393         * tests/icles/Makefile.am:
5394         * tests/icles/stress-playbin.c:
5395           Does what it says on the tin.
5396
5397 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5398
5399         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5400         Fix queue negotiation. See #486758.
5401
5402 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5403
5404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5405         (gst_xvimagesink_xwindow_new),
5406         (gst_xvimagesink_update_colorbalance),
5407         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5408
5409         Fix handling of some of the X atoms. If the last parameter is True,
5410         XInternAtom won't create the atom if it doesn't exist, and therefore
5411         might return None. This causes X errors on Xv implementations that
5412         don't provide the colour balance attributes.
5413
5414 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         * gst-libs/gst/tag/gstvorbistag.c:
5417         * tests/check/libs/tag.c:
5418           Extract vorbis comment LICENSE tags correctly.
5419
5420 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5421
5422         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5423
5424         * gst-libs/gst/tag/gstid3tag.c:
5425         * tests/check/libs/tag.c:
5426           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5427
5428 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5429
5430         * gst-libs/gst/tag/gsttagdemux.c:
5431           Don't error out when a buggy downstream element doesn't
5432           handle the newsegment event we send properly (especially
5433           not without posting a meaningful error message on the
5434           bus). See bug #471370 and launchpad bug #136264.
5435
5436 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5437
5438         * gst-libs/gst/audio/gstbaseaudiosink.c:
5439         (gst_base_audio_sink_drain):
5440         Use new basesink method to make our EOS drain interruptable.
5441
5442 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5443
5444         * gst-libs/gst/rtp/gstrtppayloads.c:
5445         Fix silly search-replace oversight.
5446
5447 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5448
5449         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5450
5451         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5452         (gst_basertppayload_set_outcaps):
5453         Fix caps memleak. Fixes #484989.
5454
5455
5456 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5457
5458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5459         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5460         Fix debug output.
5461
5462 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5463
5464         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5465         (gst_base_audio_src_create):
5466         Also handle the case where there is no clock set on the audio source,
5467         like in the unit tests.
5468
5469 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5470
5471         * gst-libs/gst/rtp/gstrtppayloads.c:
5472         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5473         to avoid compiler warnings
5474
5475 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5476
5477         * gst/playback/gstdecodebin.c: (type_found),
5478         (gst_decode_bin_change_state):
5479         * gst/playback/gstdecodebin2.c: (type_found),
5480         (gst_decode_bin_change_state):
5481         Don't disconnect the have_type signal because we never reconnect it
5482         later on. Instead keep a variable to see if we already detected a type.
5483
5484 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5485
5486         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5487         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5488         (type_found):
5489         Unlink the signal handler when we found the type, we're not going to do
5490         anything sensible with more type_found signals anyway.
5491
5492 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5493
5494         * gst-libs/gst/tag/gsttagdemux.c:
5495           Don't leak caps.
5496
5497 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5498
5499         * gst-libs/gst/tag/Makefile.am:
5500         * gst-libs/gst/tag/gsttagdemux.c:
5501         * gst-libs/gst/tag/gsttagdemux.h:
5502           API: add GstTagDemux base class for simple tag demuxers.
5503
5504         * docs/libs/gst-plugins-base-libs-docs.sgml:
5505         * docs/libs/gst-plugins-base-libs-sections.txt:
5506           Add GstTagDemux to docs.
5507
5508 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
5509
5510         * gst-libs/gst/rtp/gstrtpbuffer.c:
5511         (gst_rtp_buffer_get_payload_subbuffer):
5512         Fix bug introduced with last commit which inverted the logic and
5513         caused all buffers to be dropped. Fixes #483620.
5514         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
5515
5516 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5517
5518         * gst-libs/gst/rtp/gstrtpbuffer.c:
5519           Replace g_return_if_val (as it could be disabled), with regular return
5520           and warning.
5521
5522 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
5523
5524         * tests/check/pipelines/simple-launch-lines.c:
5525           Print message name and not just number.
5526
5527 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
5528
5529         * gst-libs/gst/audio/gstbaseaudiosink.c:
5530         (gst_base_audio_sink_async_play):
5531         When slaved to the clock, don't try to align a sample with the previous
5532         one when going to PLAYING again.
5533
5534 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
5535
5536         * tests/examples/snapshot/snapshot.c:
5537           Fix the build.
5538
5539 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5540
5541         * gst-libs/gst/sdp/gstsdpmessage.h:
5542         Add RFC 3556 bandwidth modifiers.
5543
5544 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5545
5546         * docs/libs/gst-plugins-base-libs-docs.sgml:
5547         * docs/libs/gst-plugins-base-libs-sections.txt:
5548         * gst-libs/gst/rtp/gstrtppayloads.c:
5549         Update documentation.
5550
5551 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5552
5553         * gst-libs/gst/rtp/Makefile.am:
5554         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
5555         (gst_rtp_payload_info_for_name):
5556         * gst-libs/gst/rtp/gstrtppayloads.h:
5557         Added new file and header to deal with payload info.
5558
5559         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
5560         (gst_rtp_buffer_default_clock_rate):
5561         * gst-libs/gst/rtp/gstrtpbuffer.h:
5562         Payload specific stuff is move to new headers.
5563         Implement _default_clock rate using the new payload function.
5564
5565         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
5566         (gst_sdp_parse_line):
5567         * gst-libs/gst/sdp/gstsdpmessage.h:
5568         Add some more comments.
5569
5570 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5571
5572         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5573         (sdp_check_header), (sdp_type_find), (plugin_init):
5574         Add typefind function for application/sdp.
5575         Remove some old dirac typefind code that was ifdeffed out.
5576
5577 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
5578
5579         * win32/common/libgstaudio.def:
5580         Add new exported functions.
5581         * win32/vs6/grammar.dsp:
5582         Add autogeneration and copy of some autegenerated files from win32/common
5583         for rtsp library.
5584         * win32/vs6/libgstaudioconvert.dsp:
5585         Add gstaudioquantize.c to the build.
5586         * win32/vs6/libgstinterfaces.dsp:
5587         Add videoorientation.c to the build.
5588         * win32/vs6/libgstriff.dsp:
5589         Add libgsttag to the link libraries list.
5590         * win32/vs6/libgstvolume.dsp:
5591         Add liboil to the link.
5592         * win32/vs6/gst_plugins_base.dsw:
5593         * win32/vs6/libgstrtsp.dsp:
5594         * win32/common/libgstrtsp.def:
5595         Add files to build libgstrtsp library.
5596         
5597 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5598
5599         * tests/examples/snapshot/snapshot.c: (main):
5600         Print error when pipeline failed to construct.
5601
5602 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5603
5604         * configure.ac:
5605         * gst-libs/gst/tag/gstid3tag.c:
5606         * gst-libs/gst/tag/gstvorbistag.c:
5607           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
5608           and ID3v2 tags.
5609
5610 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         * gst-libs/gst/floatcast/floatcast.h:
5613           Don't include config.h in an installed public header, this
5614           might break compilation of applications that don't have such
5615           a header and doesn't necessarily do what it's supposed to do
5616           anyway (ie. check for the lrint/lrintf defines) (#442065).
5617           Add docs for the various macros and document how this header
5618           has to be used (link against libm, etc.); add a few FIXMEs;
5619           include math.h for non-c99 code path.  Based on patch by
5620           Jan Schmidt.
5621           
5622 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
5623
5624         * configure.ac:
5625         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
5626         of duplicating these macros in configure.ac.
5627
5628 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5629
5630         * po/hu.po:
5631         * po/sv.po:
5632         * po/uk.po:
5633           Updated translations to 0.10.14
5634
5635 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5636
5637         translated by: Jakub Bogusz <qboosh@pld-linux.org>
5638
5639         * po/pl.po:
5640           Added Polish translation.
5641
5642 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5643
5644         translated by: Ilkka Tuohela <hile@iki.fi>
5645
5646         * po/fi.po:
5647           Added Finnish translation.
5648
5649 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5650
5651         translated by: Jorge González González <aloriel@gmail.com>
5652
5653         * po/es.po:
5654           Added Spanish translation.
5655
5656 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5657
5658         translated by: Mogens Jaeger <mogens@jaeger.tf>
5659
5660         * po/da.po:
5661           Added Danish translation.
5662
5663 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5664
5665         translated by: Funda Wang <fundawang@linux.net.cn>
5666
5667         * po/zh_CN.po:
5668           Added Chinese (simplified) translation.
5669
5670 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5671
5672         translated by: Alexander Shopov <ash@contact.bg>
5673
5674         * po/bg.po:
5675           Added Bulgarian translation.
5676
5677 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
5678
5679         * gst/playback/gstqueue2.c: (gst_queue_push_one):
5680         Fix compilation wrt printf arguments.
5681
5682 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
5683
5684         * configure.ac:
5685         * tests/examples/Makefile.am:
5686         * tests/examples/snapshot/.cvsignore:
5687         * tests/examples/snapshot/Makefile.am:
5688         * tests/examples/snapshot/snapshot.c: (main):
5689         Add simple snapshot example program using appsink.
5690
5691 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
5692
5693         * tests/check/generic/states.c:
5694           Improved state change unit test.
5695
5696 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
5697
5698         * docs/plugins/.cvsignore:
5699         * tests/check/.cvsignore:
5700           Ignore registries in any format.
5701
5702 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
5703
5704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5705         (gst_base_rtp_depayload_chain),
5706         (gst_base_rtp_depayload_set_gst_timestamp):
5707         Only copy timestamp on outgoing packets if the depayloader did not set
5708         one.
5709         Also copy duration on outgoing packets.
5710
5711 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
5712
5713         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5714         (gst_basertppayload_set_outcaps):
5715         Fix compilation because of missing %d in printf.
5716         When fixating caps, fixate what we can and throw away all remaining
5717         unfixed caps, subclasses should do something smart if they need to.
5718
5719 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
5720
5721         * ext/gnomevfs/gstgnomevfssrc.c:
5722           Improve debug logs a bit and be more verbose if things go wrong.
5723
5724 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5725
5726         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5727         (gst_text_overlay_set_property):
5728         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5729         * gst-libs/gst/audio/gstbaseaudiosink.c:
5730         (gst_base_audio_sink_render):
5731         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5732         (gst_rtcp_unix_to_ntp):
5733         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
5734         * gst/playback/gstqueue2.c:
5735         * tests/examples/seek/seek.c: (set_scale):
5736         Fix a bunch of compile warnings shown with Forte.
5737
5738         * gst/audiorate/gstaudiorate.c:
5739         Always pull in config.h before including any system headers.
5740
5741 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
5742
5743         * gst/playback/gstqueue2.c: (update_buffering),
5744         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
5745         (gst_queue_handle_sink_event), (gst_queue_chain),
5746         (gst_queue_push_one), (gst_queue_sink_activate_push),
5747         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
5748         Also fix #476514 for queue2.
5749
5750 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
5751
5752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5753         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
5754         (gst_base_rtp_depayload_chain),
5755         (gst_base_rtp_depayload_handle_sink_event),
5756         (gst_base_rtp_depayload_push_full),
5757         (gst_base_rtp_depayload_set_gst_timestamp),
5758         (gst_base_rtp_depayload_change_state):
5759         Remove code to deal with RTP to GST time conversion, we now just copy
5760         the GST timestamp we receive to the outgoing buffers.
5761         Handle segment and flushes correctly.
5762
5763         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5764         When we have no valid input timestamp, use the previous rtp timestamp on
5765         the outgoing RTP packet instead of the RTP base time.
5766
5767 2007-09-15  David Schleef  <ds@schleef.org>
5768
5769         * ext/alsa/gstalsa.c:
5770         * ext/alsa/gstalsadeviceprobe.c:
5771         * ext/alsa/gstalsamixer.c:
5772         * ext/alsa/gstalsasink.c:
5773         * ext/alsa/gstalsasrc.c:
5774           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
5775
5776 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
5777
5778         * gst-libs/gst/rtp/gstbasertppayload.c:
5779         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
5780         Add some debug info when negotiating caps.
5781
5782 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
5783
5784         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
5785         A buffer with an empty payload is also a valid buffer.
5786
5787 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
5788
5789         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
5790         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5791         (gst_basertppayload_change_state):
5792         Make sure we start our RTP timestamp from the random base RTP
5793         timestamp even if the buffer timestamp starts from some random value.
5794
5795 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
5796
5797         * configure.ac:
5798         * tests/examples/Makefile.am:
5799         * tests/examples/dynamic/.cvsignore:
5800         * tests/examples/dynamic/Makefile.am:
5801         * tests/examples/dynamic/addstream.c: (create_stream),
5802         (pause_play_stream), (message_received), (eos_message_received),
5803         (perform_step), (main):
5804         Add simple exmple app to demonstrate starting and pausing live and
5805         non-live bins in a PLAYING pipeline.
5806
5807 2007-09-14  Julien MOUTTE  <julien@moutte.net>
5808
5809         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
5810         typefind for QCP files (RFC #3625)
5811
5812 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
5813
5814         * gst-libs/gst/audio/gstbaseaudiosink.c:
5815         (gst_base_audio_sink_init):
5816         Disable pull mode scheduling, we're not ready for it yet and it subtly
5817         breaks a lot of things.
5818
5819 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
5820
5821         * tests/check/elements/libvisual.c:
5822           Test all libvisual plugins, not just the first one; this reproduces
5823           bug #450336 quite easily.  Looks like a problem with the 'jess'
5824           visualisation.
5825
5826 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
5827
5828         * tests/check/Makefile.am:
5829         * tests/check/elements/.cvsignore:
5830         * tests/check/elements/libvisual.c:
5831           Add basic libvisual test case in an attempt to reproduce bug #450336.
5832           Doesn't reproduce that bug, but some other crasher instead (invalid
5833           free), at least with make elements/libvisual.forever and the bumscope
5834           plugin on x86-64/gutsy. Leaving test disabled for now.
5835
5836 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
5837
5838         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5839
5840         * gst-libs/gst/rtsp/gstrtspconnection.c:
5841         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
5842         (read_body), (gst_rtsp_connection_receive):
5843         Make sure we can not cancel in the middle of receiving a message.
5844         Fixes #475731.
5845
5846 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
5847
5848         Patch by: Josep Torra Valles <josep@fluendo.com>
5849
5850         * gst/playback/gstplaybasebin.c:
5851           Increase upper limit for audio queue a bit; fixes preroll problem
5852           with playbin and decodebin2 when playing a quicktime trailer with
5853           multichannel audio via http (#464666).
5854
5855 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
5856
5857         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5858         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
5859         (gst_base_audio_src_provide_clock),
5860         (gst_base_audio_src_set_property),
5861         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5862         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5863         Allow othe clocks than the internal clock to be used for the pipeline.
5864         Add property to disable clock provide.
5865         API: GstBaseAudioSrc::provide-clock
5866
5867 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * gst/playback/gstdecodebin2.c:
5870           Don't leak request pads. Fixes #475395.
5871
5872 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
5873
5874         Patch by: René Stadler <mail at renestadler dot de>
5875
5876         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5877         (gst_ximage_buffer_class_init):
5878         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5879         (gst_xvimage_buffer_class_init):
5880         Correctly chain up finalize with the parent class to prevent
5881         memory leaks. Fixes #474880.
5882
5883 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
5884
5885         * gst/volume/gstvolume.c: (volume_choose_func):
5886         * tests/check/elements/volume.c: (GST_START_TEST):
5887         Revert the latest change: floating point samples are allowed to
5888         have any value, not only values in the range [-1,1]. Thanks to Andy
5889         Wingo for noticing.
5890         Also fix processing of int32 samples with volumes > 4 by making the
5891         unity value smaller which prevents overflows.
5892
5893 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5894
5895         * gst-libs/gst/rtp/gstrtpbuffer.c:
5896         * tests/check/libs/rtp.c:
5897           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
5898
5899 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5900
5901         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
5902
5903         * gst-libs/gst/rtp/gstrtpbuffer.c:
5904           Fix up GstRTPHeader helper struct so that compilers will not under
5905           any circumstances add padding in between our fields, as currently
5906           happens with MSVC on win32, because that would lead to us sending
5907           out RTP payloads with broken RTP headers (#471194).
5908           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
5909           
5910         * tests/check/Makefile.am:
5911         * tests/check/libs/.cvsignore:
5912         * tests/check/libs/rtp.c:
5913           Add some simple unit tests for GstRTPBuffer. Some are disabled
5914           because the code tested still needs fixing (set_csrc() does not work).
5915
5916 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5917
5918         * win32/MANIFEST:
5919         * win32/common/gstrtsp-enumtypes.c:
5920         * win32/common/gstrtsp-enumtypes.h:
5921         * win32/common/interfaces-enumtypes.c:
5922         * win32/common/interfaces-enumtypes.h:
5923         * win32/common/multichannel-enumtypes.c:
5924           Add rtsp enumtypes (#474384) and update others.
5925
5926 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
5927
5928         * configure.ac:
5929           Fix configure check for HAVE_LIBXML_HTML.
5930
5931 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * tests/check/libs/.cvsignore:
5934           Ignore more, in case the build bots work again one day.
5935
5936 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
5937
5938         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
5939
5940         * configure.ac:
5941         * gst-libs/gst/Makefile.am:
5942         * gst-libs/gst/fft/Makefile.am:
5943         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
5944         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
5945         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
5946         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
5947         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
5948         * gst-libs/gst/fft/gstfft.h:
5949         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
5950         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
5951         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
5952         * gst-libs/gst/fft/gstfftf32.h:
5953         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
5954         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
5955         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
5956         * gst-libs/gst/fft/gstfftf64.h:
5957         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
5958         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
5959         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
5960         * gst-libs/gst/fft/gstffts16.h:
5961         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
5962         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
5963         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
5964         * gst-libs/gst/fft/gstffts32.h:
5965         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
5966         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5967         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
5968         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
5969         * gst-libs/gst/fft/kiss_fft_f32.h:
5970         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
5971         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5972         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
5973         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
5974         * gst-libs/gst/fft/kiss_fft_f64.h:
5975         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
5976         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5977         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
5978         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
5979         * gst-libs/gst/fft/kiss_fft_s16.h:
5980         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
5981         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5982         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
5983         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
5984         * gst-libs/gst/fft/kiss_fft_s32.h:
5985         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
5986         (kiss_fftr_f32), (kiss_fftri_f32):
5987         * gst-libs/gst/fft/kiss_fftr_f32.h:
5988         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
5989         (kiss_fftr_f64), (kiss_fftri_f64):
5990         * gst-libs/gst/fft/kiss_fftr_f64.h:
5991         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
5992         (kiss_fftr_s16), (kiss_fftri_s16):
5993         * gst-libs/gst/fft/kiss_fftr_s16.h:
5994         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
5995         (kiss_fftr_s32), (kiss_fftri_s32):
5996         * gst-libs/gst/fft/kiss_fftr_s32.h:
5997         * gst-libs/gst/fft/kiss_version:
5998         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5999         * pkgconfig/gstreamer-plugins-base.pc.in:
6000         Add libgstfft, a FFT library based on Kiss FFT which is
6001         BSD licensed. Supported sample formats are int16, int32,
6002         float and double. For those formats a real FFT and IFFT
6003         can be done, different windowing functions can be applied
6004         and functions for extracting the magnitude and phase exist.
6005         Fixes #468619.
6006
6007         * docs/libs/Makefile.am:
6008         * docs/libs/gst-plugins-base-libs-docs.sgml:
6009         * docs/libs/gst-plugins-base-libs-sections.txt:
6010         Integrate libgstfft into the docs.
6011
6012         * tests/check/Makefile.am:
6013         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6014         Add unit tests for libgstfft, currently only testing the FFT.
6015         Unit tests for IFFT will follow soon.
6016
6017 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6018
6019         Patch by: Peter Kjellerstedt  <pkj at axis com>
6020
6021         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6022         (gst_sdp_message_init), (gst_sdp_message_uninit),
6023         (is_multicast_address), (gst_sdp_message_as_text),
6024         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6025         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6026         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6027         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6028         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6029         (gst_sdp_media_init), (gst_sdp_media_uninit),
6030         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6031         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6032         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6033         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6034         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6035         * gst-libs/gst/sdp/gstsdpmessage.h:
6036         Separate INIT_ARRAY() and related macros into two versions, one for
6037         structures and one for pointers (e.g., INIT_ARRAY() and
6038         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6039         lists of emails and phone numbers.
6040         Add missing const as appropriate.
6041         Change all gint to guint since they all actually represent unsigned
6042         values.
6043         Do not use time as a variable name as it shadows the global time().
6044         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6045         Actually implement gst_sdp_message_add_time().
6046         Make gst_sdp_message_add_time() take repeat times as an argument.
6047         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6048         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6049         misspelled as badwidth).
6050         gst-indented and a little clean up. Fixes #471067.
6051
6052 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6053
6054         * gst/volume/gstvolume.c: (volume_choose_func),
6055         (volume_process_double), (volume_process_double_clamp),
6056         (volume_process_float_clamp):
6057         Correctly clamp float/double samples in the [-1.0,1.0] range to
6058         prevent weird effects.
6059         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6060         Add unit tests for all samples types that had none before.
6061
6062 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6063
6064         * gst-libs/gst/rtp/gstrtpbuffer.c:
6065           Need to include stdlib.h for abs() here too.
6066
6067 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6068
6069         * gst/playback/gststreaminfo.c:
6070           Fix build.
6071
6072 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6073
6074         * gst/playback/gststreaminfo.c:
6075           Clean up some half-disabled code and comment.
6076
6077 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6078
6079         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6080
6081         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6082         (gst_base_rtp_payload_audio_handle_event):
6083         Return FALSE from the event handler to let the parent class handle the
6084         event. Fixes #446766.
6085
6086         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6087         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6088         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6089
6090         * gst-libs/gst/rtp/gstbasertppayload.c:
6091         Bump the MTU to 1400.
6092
6093 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6094
6095         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6096         Add an audio/x-nsf typefind function for the nsfdec element.
6097
6098 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6099         * gst/playback/gstplaybasebin.c:
6100         Included "myth://" on stream_uris list for enable buffering to mythtv files
6101
6102 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6103
6104         * docs/libs/gst-plugins-base-libs-sections.txt:
6105         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6106         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6107         (gst_rtcp_unix_to_ntp):
6108         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6109         Fix parsing of RB blocks.
6110         Fix docs.
6111         Added helper functions to convert to/from UNIX and NTP time.
6112         API: gst_rtcp_ntp_to_unix()
6113         API: gst_rtcp_unix_to_ntp()
6114
6115         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6116         (gst_rtp_buffer_get_header_len),
6117         (gst_rtp_buffer_get_extension_data),
6118         (gst_rtp_buffer_get_payload_subbuffer),
6119         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6120         (gst_rtp_buffer_ext_timestamp):
6121         * gst-libs/gst/rtp/gstrtpbuffer.h:
6122         Fix some more docs.
6123         Implement handling of packets with extensions.
6124         Fix padding check in _validate().
6125         Added function to get extension data.
6126         API: gst_rtp_buffer_get_header_len()
6127         API: gst_rtp_buffer_get_extension_data()
6128
6129 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6130
6131         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6132         (gst_base_rtp_depayload_class_init),
6133         (gst_base_rtp_depayload_set_gst_timestamp):
6134         Add some more docs for the queue-delay property and fix a typo in a
6135         comment.
6136
6137         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6138         Fix typo.
6139
6140 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6141
6142         * gst-libs/gst/audio/gstbaseaudiosink.c:
6143         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6144         (gst_base_audio_sink_change_state):
6145         When skew slaving, try to hover around the middle of a segment so that
6146         we at most drift by half a segment.
6147         If we are aligning in the oposite direction of the clock skew, we don't
6148         have to resync.
6149
6150 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6151
6152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6153         (gst_base_rtp_depayload_setcaps),
6154         (gst_base_rtp_depayload_set_gst_timestamp):
6155         Be less silly with the segment start, just apply the clock-base to the
6156         timestamp.
6157
6158 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6159
6160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6161         (gst_base_rtp_depayload_class_init),
6162         (gst_base_rtp_depayload_finalize),
6163         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6164         (gst_base_rtp_depayload_handle_sink_event),
6165         (gst_base_rtp_depayload_set_gst_timestamp),
6166         (gst_base_rtp_depayload_change_state):
6167         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6168         Deprecate the queue handling thread thing and remove the code.
6169         Use new method to calculate the extended timestamp.
6170
6171 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6172
6173         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6174         (gst_rtcp_packet_sdes_copy_entry):
6175         Use g_strndup which does exactly what we want.
6176
6177         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6178         (gst_rtp_buffer_ext_timestamp):
6179         * gst-libs/gst/rtp/gstrtpbuffer.h:
6180         Add helper function to compare seqnums.
6181         Add helper function to calculate extended timestamps.
6182         API: gst_rtp_buffer_compare_seqnum()
6183         API: gst_rtp_buffer_ext_timestamp()
6184
6185 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6186
6187         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6188         (gst_rtcp_packet_sdes_get_entry),
6189         (gst_rtcp_packet_sdes_copy_entry):
6190         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6191         Fix and document SDES item data function.
6192         Add new function that makes a proper copy of SDES item data.
6193         API: gst_rtcp_packet_sdes_copy_entry()
6194
6195 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6196
6197         * configure.ac:
6198         * gst/Makefile.am:
6199           The tcp and subparse plugins are under gst, but not totaly free of
6200           dependencies. Handle selection inconfigure.ac, so that they show up
6201           on the final list of what is build and what is not. Maybe they should
6202           better be moved to ext.
6203
6204 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6205
6206         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6207
6208         * configure.ac:
6209         * gst/Makefile.am:
6210           Check if libxml provides HTML parser which subparse needs.
6211           Fixes #451970.
6212
6213 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6214
6215         * ext/alsa/gstalsa.c:
6216           Fix typo and compilation on big endian systems.
6217
6218 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6219
6220         * gst/subparse/gstssaparse.c:
6221           Convert SSA newline codes into actual newline characters (#470766).
6222
6223 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * docs/libs/gst-plugins-base-libs-sections.txt:
6226         * gst-libs/gst/pbutils/install-plugins.c:
6227         * gst-libs/gst/pbutils/install-plugins.h:
6228         * tests/check/libs/pbutils.c:
6229           API: also add gst_install_plugins_supported() while we're at it
6230           (see #470456).
6231
6232 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         * docs/libs/gst-plugins-base-libs-sections.txt:
6235         * gst-libs/gst/pbutils/missing-plugins.c:
6236         * gst-libs/gst/pbutils/missing-plugins.h:
6237         * tests/check/libs/pbutils.c:
6238           API: add gst_missing_*_installer_detail_new() convenience API so
6239           that applications that know exactly what they're missing can request
6240           installer detail strings for those items directly instead of having
6241           to first create a dummy missing-plugin message and then get the
6242           installer detail string from that.  Fixes #470456.
6243
6244 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6245
6246         * gst/playback/gstdecodebin.c: (close_pad_link):
6247         We need to set up delayed-linking whenever the caps are non-fixed,
6248         not just when there are multiple types - use gst_pad_is_fixed()
6249         to test.
6250
6251 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         * gst-libs/gst/pbutils/missing-plugins.c:
6254           (gst_missing_plugin_message_get_installer_detail):
6255           Add missing separator in PID fallback case.
6256
6257 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6258
6259         * ext/alsa/Makefile.am:
6260         There is no GST_PLUGINS_BASE_LIBS defined.
6261         
6262         * ext/alsa/gstalsa.c:
6263         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6264         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6265         Add support for ALSA 24-bit formats.
6266         snd_pcm_delay can return an error code, especially
6267         during XRUNS. In that case, the best we can do is assume
6268         delay = 0.
6269
6270         * gst/audioconvert/Makefile.am:
6271         Add flags from -base before any more-remote dependencies.
6272
6273 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6274
6275         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6276
6277         * gst/volume/gstvolume.c: (volume_choose_func),
6278         (volume_update_real_volume), (gst_volume_set_volume),
6279         (gst_volume_init), (volume_process_int32),
6280         (volume_process_int32_clamp), (volume_process_int24),
6281         (volume_process_int24_clamp), (volume_process_int16),
6282         (volume_process_int16_clamp), (volume_process_int8),
6283         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6284         * gst/volume/gstvolume.h:
6285         Add support for int32, int24 and int8 to the volume element.
6286         Fixes #445529.
6287
6288 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6289
6290         * tests/examples/Makefile.am:
6291           Fix even more.
6292
6293 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6294
6295         * configure.ac:
6296         * docs/libs/Makefile.am:
6297         * docs/libs/gst-plugins-base-libs-docs.sgml:
6298         * docs/libs/gst-plugins-base-libs-sections.txt:
6299         * ext/gnomevfs/gstgnomevfssrc.c:
6300         * ext/gnomevfs/gstgnomevfssrc.h:
6301         * gst-libs/gst/Makefile.am:
6302         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6303         * pkgconfig/gstreamer-plugins-base.pc.in:
6304         * sys/v4l/v4lsrc_calls.c:
6305         * tests/examples/Makefile.am:
6306         * win32/common/config.h:
6307           Revert unwanted commit. many thanks to moap. I want a fix for 
6308           https://thomas.apestaart.org/moap/trac/ticket/239
6309
6310 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6311
6312         * gst/volume/gstvolume.c:
6313           Move passthrough below gst_object_sync_values(). Fixes #442654.
6314
6315 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6316
6317         * gst-libs/gst/audio/audio.c:
6318         Clarify the docs a little.
6319
6320 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6321
6322         * gst/volume/gstvolume.c:
6323           Enable liboil for float and add more details about problems with
6324           int16.
6325
6326 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6327
6328         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6329         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6330
6331 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6332
6333         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6334         When calculating the first timestamp of the buffers, don't go below 0
6335         and clip the samples because the offset was on the eos page.
6336         Fixes #466717.
6337
6338 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6339
6340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6341         (gst_ogg_demux_collect_chain_info):
6342         Also submit the eos page when trying to find the first timestamp.
6343         See #466717.
6344
6345 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6346
6347         * gst-libs/gst/audio/audio.h:
6348         Use gst_util_uint64_scale() instead of doing the math
6349         with double for GST_FRAMES_TO_CLOCK_TIME() and
6350         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6351         prevents rounding errors. Fixes #467667.
6352
6353 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6354
6355         * gst-libs/gst/rtsp/gstrtspconnection.c:
6356         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6357         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6358         * gst-libs/gst/rtsp/gstrtspconnection.h:
6359         Small cleanups.
6360         On shutdown, don't read the control socket yet.
6361         Set timeout value correctly in all cases.
6362         Add function to check if the server accepts reads or writes.
6363         API: gst_rtsp_connection_poll()
6364
6365         * gst-libs/gst/rtsp/gstrtspdefs.h:
6366         Fix compilation with -pedantic.
6367         Add enum for _poll.
6368
6369 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6370
6371         Patch by: Olivier Crete  <tester at tester ca>
6372
6373         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6374         (gst_basertppayload_getcaps):
6375         * gst-libs/gst/rtp/gstbasertppayload.h:
6376         Add getcaps vfunc to basertppayload. See #465146.
6377
6378 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6379
6380         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6381         Only post buffering messages when we are a stream.
6382
6383 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6384
6385         * gst-libs/gst/pbutils/install-plugins.c:
6386         * gst-libs/gst/pbutils/missing-plugins.c:
6387           Small docs fix and addition.
6388
6389 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * tests/icles/.cvsignore:
6392         * tests/icles/Makefile.am:
6393         * tests/icles/test-textoverlay.c:
6394           Add a dumb little test for textoverlay alignments.
6395
6396 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6397
6398         Patch by: Dan Williams  <dcbw redhat com>
6399
6400         * ext/pango/gsttextoverlay.c:
6401         * ext/pango/gsttextoverlay.h:
6402           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6403           "silent" property so there's a Since tag in the API reference.
6404
6405 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6406
6407         * gst-libs/gst/rtp/gstbasertppayload.c:
6408         (gst_basertppayload_set_outcaps):
6409         * gst-libs/gst/rtp/gstbasertppayload.h:
6410         Improve caps negotiation so that downstream elements can confiure
6411         certain RTP properties by fixing them on the caps. See #465146.
6412         Add docs.
6413
6414 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6415
6416         * docs/libs/gst-plugins-base-libs-sections.txt:
6417         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6418         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6419           Mark as deprecated some macros which were presumably meant to be
6420           private API and accidentally exposed in the public header file.
6421           Also actually _init() lock (only works at the moment because the
6422           struct is zeroed out when created and the initial values in the
6423           mutex struct are zeroes too). (#459585)
6424
6425 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6426
6427         * docs/libs/Makefile.am:
6428           Remove cruft and do some cleanups.
6429
6430         * docs/libs/gst-plugins-base-libs-docs.sgml:
6431           Prepare for comming gtkdoc features (rebase against online docs).
6432
6433 2007-08-10  Michael Smith <msmith@fluendo.com>
6434
6435         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6436           Debug output fixes.
6437         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6438         (GST_START_TEST):
6439           Change the number of buffers used; 500 is too many and leads to
6440           timeouts.
6441
6442 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         * gst/playback/gstqueue2.c:
6445         * gst/videorate/gstvideorate.c:
6446           Printf format fixes (#465028).
6447
6448 2007-08-09  Michael Smith <msmith@fluendo.com>
6449
6450         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6451           If we have a large (> 1 second) discontinuity, push a series of
6452           smaller buffers rather than a single very large buffer. Avoids
6453           unreasonably large single buffer allocations when encountering a
6454           large gap.
6455         * tests/check/elements/audiorate.c: (GST_START_TEST),
6456         (audiorate_suite):
6457           Add a test for this.
6458
6459 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
6460
6461         * gst/playback/gstplaybasebin.c: (group_commit),
6462         (queue_remove_probe), (queue_threshold_reached):
6463
6464         Patch by: Josep Torra Valles <josep@fluendo.com>
6465         Fixes: #465015
6466         Make sure we remove the check_queues buffer probe from the 
6467         correct queue to avoid racily going back to "buffering 99%" when
6468         buffering is actually complete.
6469
6470         Also, fix the spelling of Josep's surname in the ChangeLog.
6471
6472 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
6473
6474         * ext/ogg/gstoggmux.c:
6475           Do not leak oggmux instance.
6476         
6477         * ext/vorbis/vorbisenc.c:
6478           Also log values.
6479
6480 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6481
6482         * po/hu.po:
6483         * po/it.po:
6484         * po/nl.po:
6485         * po/uk.po:
6486         * po/vi.po:
6487           Updated translations.
6488
6489 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
6490
6491         patch by: Yang Hong <hongyang@redflag-linux.com>
6492
6493         * ext/pango/gsttextoverlay.c:
6494         * ext/pango/gsttextoverlay.h:
6495           Add 'silent' property to GstTimeOverlay. Fixes #462979
6496
6497 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6498
6499         Patch by: Josep Torra Valles <josep@fluendo.com>
6500
6501         * docs/plugins/gst-plugins-base-plugins.args:
6502         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6503         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
6504         (gst_uri_decode_bin_get_property), (gen_source_element):
6505         Add connection-speed property. Fixes #464690.
6506
6507 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6508
6509         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
6510
6511         * configure.ac:
6512         * gst-libs/gst/rtsp/Makefile.am:
6513         * gst-libs/gst/rtsp/gstrtspconnection.c:
6514         (gst_rtsp_connection_connect):
6515         Fix compilation on windows. Fixes #464320.
6516
6517 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6518
6519         Patch by: Josep Torra Valles <josep@fluendo.com>
6520
6521         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6522         (gst_play_base_bin_init), (queue_threshold_reached),
6523         (gen_source_element), (setup_substreams),
6524         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6525         (gst_play_base_bin_get_streaminfo_value_array):
6526         * gst/playback/gstplaybasebin.h:
6527         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6528         (gst_play_bin_set_property), (gst_play_bin_get_property),
6529         (gst_play_bin_handle_redirect_message):
6530         Move connection-speed property from playbin to playbasebin so that we
6531         can also configure it in source elements that have the connection-speed
6532         property. Fixes #464028.
6533         Add some debug info here and there.
6534
6535 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
6536
6537         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
6538         Properly respond to conversion queries. Fixes #464079.
6539
6540 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
6541
6542         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
6543         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
6544         (gst_audio_test_src_init_sine_table),
6545         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
6546         * gst/audiotestsrc/gstaudiotestsrc.h:
6547         Add float/double and int32 support to audiotestsrc. Fixes #460422.
6548         Also set the default volume to the default value specified in the
6549         GParamSpec.
6550
6551 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
6552
6553         Patch by: Jens Granseuer <jensgr at gmx dot net>
6554
6555         * gst/audioconvert/gstaudioquantize.c:
6556         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
6557
6558 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
6559
6560         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
6561         Add rdt manager for rdt transport.
6562         Fix parsing of RDT transport.
6563
6564 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
6565
6566         * configure.ac:
6567         Back to CVS
6568
6569 === release 0.10.14 ===
6570
6571 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
6572
6573         * configure.ac:
6574           releasing 0.10.14, "Light Years Ahead"
6575
6576 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6577
6578         * tests/check/libs/audio.c: (GST_START_TEST):
6579         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
6580
6581 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6582
6583         * gst-libs/gst/audio/audio.c:
6584         When clipping a buffer with no timestamp, assume it is
6585         within the segment without warnings.
6586
6587         Fixes: #460978
6588
6589 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6590
6591         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
6592         Fire the signal on the object, not the interface.
6593
6594 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6595
6596         * gst-libs/gst/rtsp/.cvsignore:
6597         Ber. Don't include the full path, idiot.
6598
6599 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6600
6601         * gst-libs/gst/rtsp/.cvsignore:
6602         Ignore generated files.
6603
6604 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6605
6606         * gst-libs/gst/interfaces/Makefile.am:
6607         * gst-libs/gst/interfaces/interfaces-marshal.list:
6608         * gst-libs/gst/interfaces/rtspextension.c:
6609         * gst-libs/gst/interfaces/rtspextension.h:
6610         * gst-libs/gst/rtsp/Makefile.am:
6611         * gst-libs/gst/rtsp/gstrtsp.h:
6612         * gst-libs/gst/rtsp/gstrtspextension.c:
6613         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6614         (gst_rtsp_extension_detect_server),
6615         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6616         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6617         (gst_rtsp_extension_configure_stream),
6618         (gst_rtsp_extension_get_transports),
6619         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6620         * gst-libs/gst/rtsp/gstrtspextension.h:
6621         * gst-libs/gst/rtsp/rtsp-marshal.list:
6622         Move the rtspextension.h interface into gstrtspextension.h
6623         as part of libgstrtsp instead of libgstinterfaces, because it's
6624         only for use within plugins, not applications. 
6625         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
6626         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
6627         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
6628         is abstract.
6629
6630 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6631
6632         * gst-libs/gst/interfaces/Makefile.am:
6633         * gst-libs/gst/interfaces/interfaces-marshal.list:
6634         * gst-libs/gst/interfaces/rtspextension.c:
6635         (gst_rtsp_extension_iface_init),
6636         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6637         * gst-libs/gst/interfaces/rtspextension.h:
6638         Fix marshaller for the send signal.
6639         Add URL to stream selection interface method.
6640
6641 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6642
6643         * gst-libs/gst/riff/Makefile.am:
6644         Pull in our dependencies from -base before those from outside.
6645
6646 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6647
6648         * docs/libs/gst-plugins-base-libs-sections.txt:
6649         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
6650         * gst-libs/gst/rtsp/gstrtspbase64.h:
6651         API: gst_rtsp_base64_decode_ip()
6652         Added function to decode Base64 in-place.
6653
6654 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6655
6656         * tests/check/libs/.cvsignore:
6657         Ignore the mixer test binary.
6658
6659 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6660
6661         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6662         Gratuitous comment change to trigger a rebuild on the buildbots.
6663
6664 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6665
6666         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
6667         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
6668         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
6669         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
6670         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
6671         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
6672         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
6673         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
6674         (gst_sdp_media_get_attribute_val):
6675         * gst-libs/gst/sdp/gstsdpmessage.h:
6676         Constify args where we can.
6677
6678 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6679
6680         * gst-libs/gst/interfaces/Makefile.am:
6681         * gst-libs/gst/interfaces/rtspextension.c:
6682         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6683         (gst_rtsp_extension_detect_server),
6684         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6685         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6686         (gst_rtsp_extension_configure_stream),
6687         (gst_rtsp_extension_get_transports),
6688         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6689         * gst-libs/gst/interfaces/rtspextension.h:
6690         Move interface for RTSP extensions from -good to here.
6691         Added helper methods to invoke interface methods.
6692
6693 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6694
6695         * docs/libs/gst-plugins-base-libs-sections.txt:
6696         * gst-libs/gst/rtsp/gstrtspdefs.h:
6697         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
6698         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
6699         (gst_rtsp_message_init_response),
6700         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
6701         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
6702         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
6703         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
6704         (gst_rtsp_message_get_body), (dump_key_value):
6705         * gst-libs/gst/rtsp/gstrtspmessage.h:
6706         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6707         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6708         (gst_rtsp_range_parse):
6709         * gst-libs/gst/rtsp/gstrtsprange.h:
6710         * gst-libs/gst/rtsp/gstrtsptransport.c:
6711         * gst-libs/gst/rtsp/gstrtspurl.c:
6712         Fix some more RTSP docs.
6713         Add some missing methods for dealing with messages.
6714
6715 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * docs/libs/gst-plugins-base-libs-docs.sgml:
6718         * docs/libs/gst-plugins-base-libs-sections.txt:
6719         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
6720         * gst-libs/gst/rtsp/gstrtspbase64.h:
6721         * gst-libs/gst/rtsp/gstrtspconnection.c:
6722         (gst_rtsp_connection_connect), (add_auth_header),
6723         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
6724         (read_body), (gst_rtsp_connection_receive),
6725         (gst_rtsp_connection_next_timeout),
6726         (gst_rtsp_connection_reset_timeout),
6727         (gst_rtsp_connection_set_auth):
6728         * gst-libs/gst/rtsp/gstrtspconnection.h:
6729         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
6730         * gst-libs/gst/rtsp/gstrtspdefs.h:
6731         * gst-libs/gst/rtsp/gstrtspmessage.h:
6732         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6733         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6734         (gst_rtsp_range_parse):
6735         * gst-libs/gst/rtsp/gstrtspurl.h:
6736         Added beginnings of RTSP documentation.
6737
6738 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
6739
6740         * docs/libs/Makefile.am:
6741         * docs/libs/gst-plugins-base-libs-docs.sgml:
6742         * docs/libs/gst-plugins-base-libs-sections.txt:
6743         * gst-libs/gst/sdp/gstsdp.h:
6744         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
6745         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
6746         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6747         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
6748         (gst_sdp_message_get_attribute_val),
6749         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
6750         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
6751         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
6752         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
6753         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
6754         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
6755         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
6756         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
6757         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
6758         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
6759         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
6760         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
6761         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
6762         (gst_sdp_media_get_attribute_val_n),
6763         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
6764         (print_media), (gst_sdp_message_dump):
6765         * gst-libs/gst/sdp/gstsdpmessage.h:
6766         Document the SDP library.
6767         Add some of the missing SDPMedia methods.
6768
6769 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         * configure.ac:
6772         * gst-libs/gst/Makefile.am:
6773         * gst-libs/gst/rtsp/Makefile.am:
6774         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
6775         * gst-libs/gst/rtsp/gstrtspbase64.h:
6776         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
6777         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
6778         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
6779         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
6780         (parse_response_status), (parse_request_line), (parse_line),
6781         (gst_rtsp_connection_read), (read_body),
6782         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
6783         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
6784         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
6785         (gst_rtsp_connection_set_auth):
6786         * gst-libs/gst/rtsp/gstrtspconnection.h:
6787         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
6788         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
6789         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
6790         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
6791         (gst_rtsp_find_method):
6792         * gst-libs/gst/rtsp/gstrtspdefs.h:
6793         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
6794         (gst_rtsp_message_new), (gst_rtsp_message_init),
6795         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
6796         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
6797         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
6798         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
6799         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
6800         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
6801         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
6802         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
6803         (gst_rtsp_message_dump):
6804         * gst-libs/gst/rtsp/gstrtspmessage.h:
6805         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6806         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6807         (gst_rtsp_range_parse), (gst_rtsp_range_free):
6808         * gst-libs/gst/rtsp/gstrtsprange.h:
6809         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
6810         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
6811         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
6812         (range_as_text), (rtsp_transport_mode_as_text),
6813         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
6814         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
6815         (gst_rtsp_transport_free):
6816         * gst-libs/gst/rtsp/gstrtsptransport.h:
6817         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
6818         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
6819         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
6820         * gst-libs/gst/rtsp/gstrtspurl.h:
6821         * gst-libs/gst/sdp/Makefile.am:
6822         * gst-libs/gst/sdp/gstsdp.h:
6823         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
6824         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
6825         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
6826         (gst_sdp_attribute_init), (gst_sdp_message_new),
6827         (gst_sdp_message_init), (gst_sdp_message_uninit),
6828         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
6829         (gst_sdp_media_uninit), (gst_sdp_media_free),
6830         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
6831         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
6832         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
6833         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
6834         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6835         (gst_sdp_message_get_attribute_val),
6836         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
6837         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
6838         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
6839         (gst_sdp_media_get_attribute_val_n),
6840         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
6841         (read_string), (read_string_del), (gst_sdp_parse_line),
6842         (gst_sdp_message_parse_buffer), (print_media),
6843         (gst_sdp_message_dump):
6844         * gst-libs/gst/sdp/gstsdpmessage.h:
6845         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6846         Move SDP and RTSP from helper objects in -good to a reusable library.
6847         Use a proper gst_ namespace.
6848
6849 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
6850
6851         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6852         (vorbis_dec_flush_decode):
6853         Use the new buffer clipping function from gstaudio here.
6854
6855 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
6856
6857         * docs/libs/gst-plugins-base-libs-sections.txt:
6858         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
6859         * gst-libs/gst/audio/audio.h:
6860         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
6861         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
6862         Also add deprecation guards for gst_audio_structure_set_int() to the
6863         header.
6864
6865 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
6866
6867         * docs/libs/gst-plugins-base-libs-sections.txt:
6868           Cleanup the docs.
6869
6870 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
6871
6872         Patch by: Dan Williams <dcbw at redhat dot com>
6873
6874         * gst/playback/gstplaybasebin.c:
6875         (gst_play_base_bin_get_streaminfo_value_array):
6876         Don't return NULL when querying the stream info value array but instead
6877         return an empty array. Fixes #459204.
6878
6879 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
6880
6881         * gst/playback/gsturidecodebin.c:
6882           Init debug category before using it.
6883
6884 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
6885
6886         * gst-libs/gst/interfaces/mixer.h:
6887         Add padding vars in place of the signal pointers
6888         when building with DISABLE_DEPRECATED so that the
6889         interface structure doesn't change size.
6890
6891 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
6892
6893         * docs/libs/gst-plugins-base-libs-sections.txt:
6894         * ext/alsa/gstalsamixer.c:
6895         * ext/alsa/gstalsamixer.h:
6896         * ext/alsa/gstalsamixerelement.c:
6897         * ext/alsa/gstalsamixertrack.c:
6898         * gst-libs/gst/interfaces/mixer.c:
6899         * gst-libs/gst/interfaces/mixer.h:
6900         * gst-libs/gst/interfaces/mixeroptions.c:
6901         * gst-libs/gst/interfaces/mixeroptions.h:
6902         * gst-libs/gst/interfaces/mixertrack.c:
6903         * gst-libs/gst/interfaces/mixertrack.h:
6904         * tests/check/Makefile.am:
6905         * tests/check/libs/mixer.c:
6906
6907         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6908         Fixes: #152864 
6909
6910         Add support for notifying mixer changes on the message bus, and
6911         implement it in alsamixer.
6912
6913         API: gst_mixer_get_mixer_flags
6914         API: gst_mixer_message_parse_mute_toggled
6915         API: gst_mixer_message_parse_record_toggled
6916         API: gst_mixer_message_parse_volume_changed
6917         API: gst_mixer_message_parse_option_changed
6918         API: GstMixerMessageType
6919         API: GstMixerFlags
6920
6921 2007-07-20  Michael Smith <msmith@fluendo.com>
6922
6923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6924         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
6925           xcontext->im_format is only for testing XShm support (as the header
6926           file comments document). Use xvimage->im_format for everything else.
6927           Avoids spurious warnings on buffer allocation before setcaps.
6928
6929 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6930
6931         * tests/examples/volume/Makefile.am:
6932         * tests/icles/Makefile.am:
6933           We should use $(LIBM).
6934
6935 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6936
6937         * tests/icles/Makefile.am:
6938           This needs -lm.
6939
6940 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst-libs/gst/rtp/gstbasertppayload.c:
6943         (gst_basertppayload_class_init), (gst_basertppayload_init),
6944         (gst_basertppayload_set_property),
6945         (gst_basertppayload_get_property):
6946         Don't break ABI, restore previous ranges. Keep the default random
6947         selection of timestamp and seqnum offset but as soon as the app sets a
6948         specific value, use that one.
6949
6950 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         Patch by: Bastien Nocera <hadess at hadess dot net>
6953
6954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6955         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6956         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6957         * sys/xvimage/xvimagesink.h:
6958         Add option to turn off double-buffering for debugging purposes.
6959         Fixes #437169.
6960
6961 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6962
6963         Patch by: Jorn Baayen <jorn at openedhand dot com>
6964
6965         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6966         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6967         (gst_ximagesink_init), (gst_ximagesink_class_init):
6968         * sys/ximage/ximagesink.h:
6969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
6970         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6971         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6972         * sys/xvimage/xvimagesink.h:
6973         add 'handle-expose' property. Useful for video widgets which may want to
6974         be in control of Expose behaviour. Fixes #380625
6975
6976 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6977
6978         * gst-libs/gst/rtp/gstbasertppayload.c:
6979         (gst_basertppayload_class_init), (gst_basertppayload_init),
6980         (gst_basertppayload_event), (gst_basertppayload_push),
6981         (gst_basertppayload_set_property),
6982         (gst_basertppayload_get_property),
6983         (gst_basertppayload_change_state):
6984         * gst-libs/gst/rtp/gstbasertppayload.h:
6985         Fix ranges of rtp payloader properties so that the full range can be
6986         used in addition to -1 (random).
6987         Fix wrong seqnum reporting in caps.
6988         Fixes #420326.
6989
6990 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
6991
6992         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
6993         (gst_video_rate_query):
6994         Use boilerplate.
6995         Add latency query, might not be perfect yet but already works a lot
6996         better. Fixes #442557.
6997
6998 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6999
7000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7001         (gst_xvimagesink_setcaps):
7002         * sys/xvimage/xvimagesink.h:
7003         After a caps change, redraw our borders to avoid garbage left there
7004         when the image format changes to a smaller size, like 16:9 -> 4:3
7005         Also, hold the flow_lock a bit longer in the set_caps while we're
7006         fiddling with the xcontext.
7007
7008 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7009
7010         * Makefile.am:
7011         * configure.ac:
7012         * tests/Makefile.am:
7013         Remove bogus check for libcheck, since we check for
7014         gstreamer-check and it pulls in the required info from there, and we
7015         weren't actually _using_ the information for libcheck ourselves
7016         anyway.
7017
7018 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7019
7020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7021         (gst_ffmpeg_caps_to_pixfmt):
7022         Fix the r_mask test for RGBA32 on little-endian.
7023         Fix a stupid typo that would have obviously broken 
7024         compilation on big-endian, if anyone was testing.
7025
7026 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7027
7028         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7029         (paint_hline_str4):
7030         * gst/videotestsrc/videotestsrc.h:
7031         Add alpha to the color struct.
7032         Use a default alpha value of 255 instead of 128.
7033
7034 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7035
7036         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7037         (setup_source):
7038         Clear the dynamic pads counter when starting a new uri. This makes
7039         reusing playbin work again.
7040         Fixes #454264.
7041
7042 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7043
7044         * configure.ac:
7045           Use pkg-config to locate check.
7046
7047 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7048
7049         * configure.ac:
7050         * tests/check/elements/volume.c: (GST_START_TEST):
7051           Fix 'make check' build against core CVS.
7052
7053 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7054
7055         * gst-libs/gst/interfaces/propertyprobe.c:
7056         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7057         * gst-libs/gst/tag/gstvorbistag.c:
7058           Make gtk-doc happy.
7059
7060 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7061
7062         * gst-libs/gst/audio/gstbaseaudiosink.c:
7063         (gst_base_audio_sink_callback):
7064           Quick hack to make audiosinks stop at EOS when operating in
7065           pull-mode; needs to be fixed properly some day.
7066
7067 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7068
7069         * docs/libs/gst-plugins-base-libs-sections.txt:
7070           Fix location of includes in the docs.
7071
7072 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7073
7074         * gst/ffmpegcolorspace/avcodec.h:
7075         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7076         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7077         (gst_ffmpegcsp_avpicture_fill):
7078         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7079         (img_get_alpha_info):
7080         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7081         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7082         end of the word. Partially fixes #451908
7083
7084 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7085
7086         * docs/libs/Makefile.am:
7087         * docs/plugins/Makefile.am:
7088           Simplify --extra-dir as gtkdoc scans recursively.
7089
7090 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7091
7092         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7093         (gst_adder_request_new_pad):
7094         Make getcaps more robust by not using the proxycaps function. This makes
7095         sure that we don't end up recursively calling getcaps upstream.
7096         See #316248.
7097
7098 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7099
7100         * gst/audioconvert/audioconvert.c:
7101         Include math.h to fix compilation.
7102
7103 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7104
7105         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7106         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7107         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7108         format, as produced by some dc1394 cameras like the iSight.
7109         See http://www.fourcc.org/yuv.php#IYU1
7110
7111 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7112
7113         * gst/audioconvert/Makefile.am:
7114         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7115         (check_default), (audio_convert_prepare_context),
7116         (audio_convert_clean_context), (audio_convert_convert):
7117         * gst/audioconvert/audioconvert.h:
7118         * gst/audioconvert/gstaudioconvert.c:
7119         (gst_audio_convert_dithering_get_type),
7120         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7121         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7122         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7123         * gst/audioconvert/gstaudioconvert.h:
7124         * gst/audioconvert/gstaudioquantize.c:
7125         (gst_audio_quantize_setup_noise_shaping),
7126         (gst_audio_quantize_free_noise_shaping),
7127         (gst_audio_quantize_setup_dither),
7128         (gst_audio_quantize_free_dither),
7129         (gst_audio_quantize_setup_quantize_func),
7130         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7131         * gst/audioconvert/gstaudioquantize.h:
7132         Implement dithering and noise shaping in audioconvert. By default now
7133         TPDF dithering (and no noise shaping) will be used when converting
7134         from a higher bit depth to 20 bit depth or smaller, otherwise
7135         everything will be as it is now.
7136         For the last audioconvert in a pipeline it would make sense to
7137         use some kind of noise shaping, enabling it by default for all
7138         conversions would give undesired results though. Fixes #360246.
7139         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7140         (GST_START_TEST):
7141         Adjust unit test for the new audioconvert.
7142
7143 2007-06-28  Wim Taymans  <wim@fluendo.com>
7144
7145         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7146         Use other metrics as well when estimating the buffer level.
7147
7148 2007-06-28  Wim Taymans  <wim@fluendo.com>
7149
7150         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7151         Small debug improvement.
7152
7153         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7154         (plugin_init):
7155         Tweak the rate estimation period.
7156         When calculating the buffer filledness in rate estimation mode, don't
7157         mix it with other metrics.
7158
7159 2007-06-28  Wim Taymans  <wim@fluendo.com>
7160
7161         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7162         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7163         When creating the groups, allow for a 5 second, unlimited buffers
7164         preroll phase after which we expose the group.
7165         When the group is exposed, use a small number of buffers up to a 2
7166         second limit. Also disconnect the overrun signal from multiqueue when we
7167         exposed the group because it is not needed anymore.
7168
7169 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7170
7171         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7172           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7173           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7174           (#451707); also, output some debugging info when dealing with
7175           freeform strings.
7176
7177         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7178           Add unit test for the above.
7179
7180 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7183           Add description for Windows Media RTP caps.
7184
7185         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7186           Remove RTP fields that don't define the format from caps.
7187
7188 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7191           Skip empty buffers, but not empty header buffers. That way the original
7192           vorbisdec unit test still passes (#451145); also, take into account
7193           that those empty packets might carry a granulepos.
7194
7195         * tests/check/Makefile.am:
7196         * tests/check/elements/vorbisdec.c:
7197         (_create_codebook_header_buffer), (_create_audio_buffer),
7198         (GST_START_TEST), (vorbisdec_suite):
7199           Add unit test that sends an empty packet.
7200
7201 2007-06-27  Wim Taymans  <wim@fluendo.com>
7202
7203         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7204         Don't error out on 0-sized packets, just emit a warning because this is
7205         not a fatal error. Fixes #451145.
7206
7207 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7208
7209         * docs/plugins/gst-plugins-base-plugins.args:
7210         * docs/plugins/gst-plugins-base-plugins.signals:
7211         * docs/plugins/inspect/plugin-adder.xml:
7212         * docs/plugins/inspect/plugin-alsa.xml:
7213         * docs/plugins/inspect/plugin-audioconvert.xml:
7214         * docs/plugins/inspect/plugin-audiorate.xml:
7215         * docs/plugins/inspect/plugin-audioresample.xml:
7216         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7217         * docs/plugins/inspect/plugin-cdparanoia.xml:
7218         * docs/plugins/inspect/plugin-decodebin.xml:
7219         * docs/plugins/inspect/plugin-decodebin2.xml:
7220         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7221         * docs/plugins/inspect/plugin-gdp.xml:
7222         * docs/plugins/inspect/plugin-gnomevfs.xml:
7223         * docs/plugins/inspect/plugin-libvisual.xml:
7224         * docs/plugins/inspect/plugin-ogg.xml:
7225         * docs/plugins/inspect/plugin-pango.xml:
7226         * docs/plugins/inspect/plugin-playbin.xml:
7227         * docs/plugins/inspect/plugin-subparse.xml:
7228         * docs/plugins/inspect/plugin-tcp.xml:
7229         * docs/plugins/inspect/plugin-theora.xml:
7230         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7231         * docs/plugins/inspect/plugin-video4linux.xml:
7232         * docs/plugins/inspect/plugin-videorate.xml:
7233         * docs/plugins/inspect/plugin-videoscale.xml:
7234         * docs/plugins/inspect/plugin-videotestsrc.xml:
7235         * docs/plugins/inspect/plugin-volume.xml:
7236         * docs/plugins/inspect/plugin-vorbis.xml:
7237         * docs/plugins/inspect/plugin-ximagesink.xml:
7238         * docs/plugins/inspect/plugin-xvimagesink.xml:
7239           Update docs with caps info.
7240
7241 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * po/POTFILES.in:
7244           Add more files with translatable strings (#450875).
7245
7246 2007-06-23  Edward Hervey  <edward@fluendo.com>
7247
7248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7249         The chain should be freed if we error out here, else it will leak.
7250         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7251         (cleanup_decodebin):
7252         Don't forget to *properly* remove the signals, else it will leak.
7253
7254 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7255
7256         * MAINTAINERS:
7257         Updating all the maintainers files
7258
7259 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7260
7261         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7262         (main):
7263           Destroy and recreate parse-launch based pipeline after stop to be able
7264           to play again. Reorder some code and add more comments.
7265
7266 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7267
7268         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7269         When handling a delayed-caps notification case, mark
7270         the group as dynamic so that the nbdynamic count is
7271         incremented and decremented correctly. Fixes: #449156
7272         Patch by: Wim Taymans <wim@fluendo.com>
7273
7274 2007-06-19  Andy Wingo  <wingo@pobox.com>
7275
7276         * gst-libs/gst/audio/gstbaseaudiosink.c
7277         (gst_base_audio_sink_init): Enable pull-mode operation.
7278
7279 2007-06-19  Michael Smith <msmith@fluendo.com>
7280
7281         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7282           Change minimum rate back to 1000 to allow low-sample-rate wav files
7283           to play back.
7284
7285 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7286
7287         * po/vi.po:
7288           Update translations.
7289
7290 2007-06-15  David Schleef  <ds@schleef.org>
7291
7292         * gst/playback/gstqueue2.c:
7293           Fix compile error from ignored return value.
7294
7295 2007-06-15  Michael Smith <msmith@fluendo.com>
7296
7297         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7298           Update tmpbuf for all neccesary rows, not just one, as is required
7299           when downscaling.
7300           Fixes #402076.
7301
7302 2007-06-15  Michael Smith <msmith@fluendo.com>
7303
7304         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7305         (eos_buffer_probe):
7306           Add a test that ensures we set DELTA_UNIT on all non-header,
7307           non-video buffers, if we have a video stream.
7308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7309         (gst_ogg_mux_process_best_pad):
7310           Move setting delta_pad to earlier, where we inspect all pads, so
7311           that leading audio pages don't get DELTA_UNIT unset if they come
7312           before the first DELTA_UNIT from video pages. Fixes the newly-added
7313           test. Fixes #385527.
7314
7315 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7318           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7319           fails on the p5-ppc64 build bot and the failure looks like it is due
7320           to the same issue as #348114, ie. a compiler bug.
7321
7322 2007-06-13  Edward Hervey  <edward@fluendo.com>
7323
7324         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7325         Fix build on MacOSX.
7326
7327 2007-06-13  Wim Taymans  <wim@fluendo.com>
7328
7329         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7330         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7331         Fix compilation on mingw. Fixes #446972.
7332
7333 2007-06-12  Wim Taymans  <wim@fluendo.com>
7334
7335         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7336
7337         * gst/playback/gstqueue2.c: (update_buffering),
7338         (gst_queue_locked_enqueue):
7339         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7340         also update the buffering status when receiving events. Fixes #446551.
7341
7342 2007-06-11  Wim Taymans  <wim@fluendo.com>
7343
7344         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7345
7346         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7347         (gst_queue_handle_src_query):
7348         Wait for preroll before attempting to forward a duration query upstream.
7349         Fixes #445505.
7350
7351 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7352
7353         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7354         (gst_base_rtp_depayload_set_gst_timestamp):
7355         Use G_GINT64_CONSTANT macro for int64 constant.
7356         * win32/common/libgstinterfaces.def:
7357         * win32/common/libgsttag.def:
7358         Add new exported functions.
7359
7360 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7363           The BOS page of the first Dirac video stream needs to come before
7364           the BOS page of any Vorbis streams or other audio streams, just like
7365           it is with Theora.
7366
7367 2007-06-07  Wim Taymans  <wim@fluendo.com>
7368
7369         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7370         Fix compilation.
7371
7372 2007-06-06  Wim Taymans  <wim@fluendo.com>
7373
7374         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7375
7376         * gst/playback/gstqueue2.c: (gst_queue_init),
7377         (gst_queue_handle_sink_event), (gst_queue_chain),
7378         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7379         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7380         (gst_queue_src_activate_pull):
7381         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7382         Does not yet completely work because duration queries upstream won't
7383         block yet.
7384
7385 2007-06-06  Wim Taymans  <wim@fluendo.com>
7386
7387         * configure.ac:
7388         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7389         Some more fseeko checks.
7390
7391 2007-06-06  Wim Taymans  <wim@fluendo.com>
7392
7393         * configure.ac:
7394         check for large file support.
7395
7396 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7397
7398         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7399
7400         * gst/subparse/gstsubparse.c: (parse_subrip),
7401         (subviewer_unescape_newlines), (parse_subviewer),
7402         (gst_sub_parse_data_format_autodetect),
7403         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7404         * gst/subparse/gstsubparse.h:
7405         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7406         * tests/check/elements/subparse.c: (GST_START_TEST),
7407         (subparse_suite):
7408         Add a unit test for both SubViewer formats.
7409
7410 2007-06-01  Michael Smith <msmith@fluendo.com>
7411
7412         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7413           Don't overflow intermediate values when seeking to large time values
7414           in audiotestsrc.
7415
7416 2007-06-05  Wim Taymans  <wim@fluendo.com>
7417
7418         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7419         (gst_queue_create_read), (gst_queue_read_item_from_file),
7420         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7421         Include stdio to define fseeko.
7422
7423 2007-06-05  Wim Taymans  <wim@fluendo.com>
7424
7425         Patch by: Edward Hervey  <edward@fluendo.com>
7426
7427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7428         (gst_v4lsrc_query):
7429         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7430
7431 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         * gst-libs/gst/riff/Makefile.am:
7434         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7435           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7436           our own implementation.
7437
7438 2007-06-05  Wim Taymans  <wim@fluendo.com>
7439
7440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7441         (gst_base_rtp_depayload_setcaps),
7442         (gst_base_rtp_depayload_set_gst_timestamp),
7443         (gst_base_rtp_depayload_change_state):
7444         Handle timestamp wraparound.
7445
7446 2007-06-05  Wim Taymans  <wim@fluendo.com>
7447
7448         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7449         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7450         (gst_uri_decode_bin_change_state):
7451         Make sure we name srcpads uniquely even when using different internal
7452         decodebins.
7453         Signal no-more-pads when no more dynamic elements exist.
7454         Remove pads on cleanup.
7455
7456 2007-06-05  Wim Taymans  <wim@fluendo.com>
7457
7458         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7459
7460         * gst/playback/gstqueue2.c: (gst_queue_class_init),
7461         (gst_queue_init), (gst_queue_finalize),
7462         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7463         (gst_queue_create_read), (gst_queue_read_item_from_file),
7464         (gst_queue_open_temp_location_file),
7465         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7466         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7467         (gst_queue_is_empty), (gst_queue_is_filled),
7468         (gst_queue_change_state), (gst_queue_set_temp_location),
7469         (gst_queue_set_property):
7470         Add support for filebased buffering. Fixes #441264.
7471
7472 2007-06-05  Wim Taymans  <wim@fluendo.com>
7473
7474         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7475         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7476         (caps_notify_group_cb), (gst_decode_group_new),
7477         (gst_decode_group_free):
7478         Add support for delayed caps fixation when autoplugging.
7479         Optimize cases where a multiqueue is not needed/wanted, like right after
7480         anything that is not a demuxer.
7481
7482 2007-06-05  Wim Taymans  <wim@fluendo.com>
7483
7484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7485         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7486         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7487         consideratly speedup ogg chain detection by not trying to find a base
7488         timestamp for skeleton streams. 
7489
7490 2007-06-05  Wim Taymans  <wim@fluendo.com>
7491
7492         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7493         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
7494         (gst_multi_fd_sink_remove_flush),
7495         (gst_multi_fd_sink_remove_client_link),
7496         (gst_multi_fd_sink_handle_client_write),
7497         (gst_multi_fd_sink_handle_clients):
7498         * gst/tcp/gstmultifdsink.h:
7499         Add support for remove_flush.
7500
7501 2007-06-05  Wim Taymans  <wim@fluendo.com>
7502
7503         * docs/design/draft-keyframe-force.txt:
7504         * ext/theora/theoraenc.c: (theora_enc_sink_event),
7505         (theora_enc_chain):
7506         Add draft design for forcing keyframes in encoders and implement in
7507         theoraenc.
7508
7509 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
7510
7511         * configure.ac:
7512           Back to CVS
7513
7514 === release 0.10.13 ===
7515
7516 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
7517
7518         * configure.ac:
7519           releasing 0.10.13, "What's Going on?"
7520
7521 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
7522
7523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7524         In riff, the depth is stored in the size field but it just means that
7525         the least significant bits are cleared. We can therefore just play
7526         the sample as if it had a depth == width. Fixes: #440997
7527
7528         Patch by: Wim Taymans <wim@fluendo.com> 
7529         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
7530
7531 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
7532
7533         * gst-libs/gst/floatcast/floatcast.h:
7534         Define inline when needed on win32 builds. Fixes: #441295
7535         Patch by: Sebastien Moutte  <sebastien@moutte.net>
7536
7537 2007-05-29  Wim Taymans  <wim@fluendo.com>
7538
7539         * gst/playback/gstplaybasebin.c: (queue_overrun),
7540         (no_more_pads_full):
7541         Stop buffering when the group is commited because the queues filled up.
7542         Fixes #442024.
7543
7544 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7545
7546         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7547         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
7548         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7549         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7550         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7551         * ext/alsa/gstalsamixer.h:
7552         * ext/alsa/gstalsamixerelement.c:
7553         (gst_alsa_mixer_element_interface_supported),
7554         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
7555         (gst_alsa_mixer_element_set_property),
7556         (gst_alsa_mixer_element_get_property),
7557         (gst_alsa_mixer_element_change_state):
7558         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
7559         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
7560         (gst_mixer_option_changed):
7561         * gst-libs/gst/interfaces/mixer.h:
7562         Revert commits towards #152864 made so far. We'll pick it up again
7563         after the 0.10.13 release.
7564
7565 2007-05-24  Wim Taymans  <wim@fluendo.com>
7566
7567         * gst-libs/gst/audio/gstbaseaudiosink.c:
7568         (gst_base_audio_sink_render):
7569         After an interrupt (PAUSED/flush) assume that the next sample should not
7570         be aligned to the previous sample. Fixes #417992.
7571
7572 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
7573
7574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7575           Don't add channels and rate fields to the template caps for
7576           audio/x-dts, as wavparse might not always be able to set them,
7577           which would then lead to 'caps are not a real subset of the
7578           template caps' warnings.
7579
7580 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
7581
7582         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7583         Handle unknown or invalid pads without crashing, as might occur if
7584         a media file like an mp3 is specified as a subtitle file.
7585         Fixes: #410039
7586
7587 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
7588
7589         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
7590         (setup_sinks):
7591         Block the subtitle bin output queue before ghosting it and linking,
7592         then unblock after. This avoids spurious not-linked errors caused 
7593         by the queue starting up (because it gets linked when it is ghosted). 
7594         Fixes: #350299
7595
7596 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
7597
7598         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
7599         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
7600         file. Avoids flukes where the input gets typefound to some valid but
7601         useless type.
7602
7603 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         * tests/check/Makefile.am:
7606         * tests/check/elements/.cvsignore:
7607         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
7608         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
7609           Add unit test for gnomevfssink seeking and position reporting for
7610           file:// URIs.
7611
7612 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7613
7614         Patch by: Mark Nauwelaerts <manauw at skynet be>
7615
7616         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
7617         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
7618         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
7619         * ext/gnomevfs/gstgnomevfssink.h:
7620           Fix position reporting, especially after a seek (from upstream),
7621           see #412648.
7622
7623 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * ext/cdparanoia/gstcdparanoiasrc.c:
7626           Repair umlaut.
7627
7628 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
7629
7630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7631         Specify the full valid range for MP3 samplerates. Fixes a regression
7632         caused by extra header checks since the last release.
7633
7634 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
7635
7636         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7638         Fix a locking-order bug I introduced with my changes the other day.
7639         Patch by Mike Smith.
7640
7641 2007-05-21  Michael Smith <msmith@fluendo.com>
7642
7643         * ext/theora/theoradec.c: (theora_handle_data_packet):
7644           Don't look inside 0-length packets (which indicate duplicated
7645           frames)
7646
7647 2007-05-21  Wim Taymans  <wim@fluendo.com>
7648
7649         * ext/cdparanoia/gstcdparanoiasrc.c:
7650         (gst_cd_paranoia_src_read_sector):
7651         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7652         (gst_base_audio_src_create):
7653         Small cleanups.
7654
7655         * ext/theora/theoradec.c: (theora_dec_sink_event):
7656         Fix typo.
7657
7658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7659         (gst_base_rtp_depayload_set_gst_timestamp):
7660         Add some FIXME
7661
7662         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
7663         And some debug info when a FIXME path is hit.
7664
7665 2007-05-21  Wim Taymans  <wim@fluendo.com>
7666
7667         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7668         (gst_base_rtp_audio_payload_class_init),
7669         (gst_base_rtp_audio_payload_init),
7670         (gst_base_rtp_audio_payload_finalize),
7671         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
7672         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
7673         (gst_base_rtp_payload_audio_handle_event):
7674         Some cleanups, remove minptime property as it is now in the parent
7675         class.
7676         Override parent class event function.
7677
7678         * gst-libs/gst/rtp/gstbasertppayload.c:
7679         (gst_basertppayload_class_init), (gst_basertppayload_init),
7680         (gst_basertppayload_event), (gst_basertppayload_set_property),
7681         (gst_basertppayload_get_property):
7682         * gst-libs/gst/rtp/gstbasertppayload.h:
7683         Add min-ptime property.
7684         Add handle-event vmethod. Fixes #415001.
7685
7686 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
7687
7688         * gst-libs/gst/audio/gstbaseaudiosink.c
7689           (gst_base_audio_sink_change_state):
7690           Fix typo in comment.
7691
7692         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
7693           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
7694           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
7695           close_link):
7696         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
7697           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
7698           Remove trailing whitespaces in comments.
7699
7700         * gst/volume/Makefile.am:
7701           Fix tabs.
7702
7703 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
7704
7705         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7706
7707         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
7708           set_option, get_option, _gst_reserved):
7709           Revert reordering functions (keep ABI).
7710
7711 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
7712
7713         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7714         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
7715         (gst_ximagesink_show_frame):
7716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7717         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
7718         (gst_xvimagesink_show_frame):
7719         When we create our own window, indicate that we handle the 
7720         WM_DELETE client message from the window manager, so that it won't 
7721         kill our window (and our app) along with it. Handle ClientMessage,
7722         post an error on the bus, and close the window. Further buffers
7723         arriving will result in a FlowError because the window has been
7724         destroyed.
7725
7726         Fixes: #393975
7727
7728         Clean up the X event handling loop and make them the same for
7729         both xvimagesink and ximagesink while I'm at it.
7730
7731 2007-05-17  Wim Taymans  <wim@fluendo.com>
7732
7733         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
7734         Make decodebin2 autoplug depayloaders too.
7735
7736         * gst/playback/gsturidecodebin.c: (source_new_pad):
7737         Set the newly created decoder in a usable state when autoplugging a
7738         dynamic source such as RTSP.
7739
7740 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7741
7742         * gst/playback/gststreaminfo.c: (cb_probe):
7743           Ignore video-codec tag for audio streams and ignore audio-codec tags
7744           for video streams. Should make codec name collection a bit more
7745           robust against sloppy demuxers that send tag events containing both
7746           tags down each pad.
7747
7748 2007-05-17  Wim Taymans  <wim@fluendo.com>
7749
7750         * gst/playback/gstqueue2.c: (update_rates):
7751         Tweak the buffering thresholds a little.
7752         Update the buffer size with the previously calculate rate instead of
7753         only when we calculate a new rate so that we get smoother buffering
7754         updates.
7755
7756         * gst/playback/Makefile.am:
7757         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
7758         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
7759         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
7760         (gst_uri_decode_bin_get_property), (unknown_type),
7761         (add_element_stream), (no_more_pads_full), (no_more_pads),
7762         (source_no_more_pads), (new_decoded_pad), (array_has_value),
7763         (gen_source_element), (has_all_raw_caps), (analyse_source),
7764         (remove_decoders), (make_decoder), (remove_source),
7765         (source_new_pad), (setup_source), (decoder_query_init),
7766         (decoder_query_duration_fold), (decoder_query_duration_done),
7767         (decoder_query_position_fold), (decoder_query_position_done),
7768         (decoder_query_latency_fold), (decoder_query_latency_done),
7769         (decoder_query_seeking_fold), (decoder_query_seeking_done),
7770         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
7771         (gst_uri_decode_bin_change_state), (plugin_init):
7772         New element that intergrates a source, optional buffering element and
7773         decodebin.
7774
7775 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7776
7777         * configure.ac:
7778           Bump libtheora requirement to 1.0alpha5 for the pixformat check
7779           (also has a .pc file, so we don't need the fallback check any
7780           longer). Fixes #438840.
7781
7782 2007-05-17  Wim Taymans  <wim@fluendo.com>
7783
7784         * gst/playback/gstqueue2.c: (gst_queue_get_type),
7785         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
7786         (apply_segment), (apply_buffer), (update_buffering),
7787         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
7788         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7789         (gst_queue_handle_sink_event), (gst_queue_is_filled),
7790         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
7791         (plugin_init):
7792         fix build.
7793
7794 2007-05-17  Wim Taymans  <wim@fluendo.com>
7795
7796         * gst/playback/Makefile.am:
7797         * gst/playback/gstqueue2.c: (gst_queue_get_type),
7798         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
7799         (gst_queue_getcaps), (gst_queue_bufferalloc),
7800         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
7801         (apply_buffer), (update_buffering), (reset_rate_timer),
7802         (update_rates), (gst_queue_locked_flush),
7803         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7804         (gst_queue_handle_sink_event), (gst_queue_is_empty),
7805         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
7806         (gst_queue_loop), (gst_queue_handle_src_event),
7807         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
7808         (gst_queue_src_activate_push), (gst_queue_change_state),
7809         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
7810         On our way to playbin2 this is the new network queue that does buffering
7811         all by itself using high and low watermarks. It can also measure up and
7812         downstream bandwidth to optimally size the queue.
7813
7814 2007-05-17  Michael Smith <msmith@fluendo.com>
7815
7816         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7817         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
7818           Use the segment->last_stop value to calculate the next timestamp to
7819           generate after a seek; not the segment->start value.
7820
7821 2007-05-15  David Schleef  <ds@schleef.org>
7822
7823         * docs/Makefile.am: Install docs even when --disable-gtk-doc
7824           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
7825
7826 2007-05-15  Wim Taymans  <wim@fluendo.com>
7827
7828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7829         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
7830         Some more chained streaming ogg timestamp fixes.
7831
7832 2007-05-15  Wim Taymans  <wim@fluendo.com>
7833
7834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7835         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7836         (gst_ogg_demux_handle_page):
7837         Add some FIXMEs.
7838         Fix chain start/stop segment handling based on patch by
7839         <ahalda at cs dot mcgill dot ca> see #320984.
7840
7841 2007-05-15  Michael Smith <msmith@fluendo.com>
7842
7843         * configure.ac:
7844           We don't require a C++ compiler. So don't require one.
7845
7846 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7847
7848         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
7849           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7850           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
7851           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7852           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
7853           gst_alsa_mixer_update_track):
7854           Apply some of the cleanup Tim suggested in #152864 afterwards.
7855
7856 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7857
7858         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7859
7860         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
7861           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
7862           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
7863           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7864           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
7865           gst_alsa_mixer_handle_source_callback,
7866           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7867           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
7868           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
7869           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
7870           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
7871           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
7872         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
7873         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
7874           gst_alsa_mixer_element_interface_supported,
7875           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
7876           gst_alsa_mixer_element_set_property,
7877           gst_alsa_mixer_element_get_property,
7878           gst_alsa_mixer_element_change_state):
7879         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
7880         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
7881           gst_mixer_option_changed):
7882         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
7883           volume_changed, option_changed, _gst_reserved):
7884           Implement notification for alsamixer. Fixes #152864
7885
7886 2007-05-14  David Schleef  <ds@schleef.org>
7887
7888         * gst/videotestsrc/videotestsrc.c:
7889         * gst/videotestsrc/videotestsrc.h:
7890           Add support for video/x-raw-bayer.
7891
7892 2007-05-12  David Schleef  <ds@schleef.org>
7893
7894         * sys/xvimage/xvimagesink.c:
7895           Add some sanity checking for the XVImage size returned by X.
7896           Related to #377400.
7897
7898 2007-05-12  Wim Taymans  <wim@fluendo.com>
7899
7900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7901         (gst_base_rtp_depayload_setcaps),
7902         (gst_base_rtp_depayload_set_gst_timestamp):
7903         Parse and use additional caps fields as described in updated
7904         application/x-rtp caps spec.
7905
7906 2007-05-12  Wim Taymans  <wim@fluendo.com>
7907
7908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7909         (gst_ogg_demux_collect_chain_info):
7910         If there is a stream in a chain without any data packets, ignore the
7911         stream in the total length calculations. Might be related to #436820.
7912
7913 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
7914
7915         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
7916         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
7917         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
7918         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7919         (plugin_init):
7920
7921         Consolidate and re-work our mpeg system stream detection to probe
7922         more packets and produce a higher confidence result. Fixes a
7923         regression caused by lowering the typefind probability last year
7924         - related to bug #397810. Remove the redundant MPEG-1 specific 
7925         typefind function, as the new one detects both MPEG-1 & MPEG-2
7926         happily.
7927
7928         Also cleanup the MPEG elementary and MPEG-TS detection functions a
7929         little. 
7930
7931         Tested against my media test directory, with some improvements and
7932         no regressions.
7933
7934 2007-05-10  Wim Taymans  <wim@fluendo.com>
7935
7936         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
7937         (queue_out_of_data):
7938         Connect to the new queue "pushing" signal instead of the broken
7939         "running" one.
7940
7941 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
7942
7943         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7944         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
7945         Move variable declaration before the first instruction.
7946         * gst/videotestsrc/videotestsrc.c:
7947         Define M_PI if it's not defined yet.
7948         * win32/common/libgstrtp.def:
7949         Add new exported functions.
7950
7951 2007-05-09  Michael Smith <msmith@fluendo.com>
7952
7953         * ext/theora/theoradec.c: (theora_handle_type_packet):
7954           gst_pad_push_event() does not return a GstFlowReturn!
7955
7956 2007-05-09  Wim Taymans  <wim@fluendo.com>
7957
7958         * tests/examples/seek/scrubby.c: (stop_cb), (main):
7959         * tests/examples/seek/seek.c: (do_seek):
7960         Some small cosmetic changes.
7961
7962 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
7963
7964         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
7965           gst_adder_change_state):
7966         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
7967           segment_pending, segment_position, segment_rate):
7968           Handle playback-rate on adder.
7969
7970 2007-05-07  Michael Smith <msmith@fluendo.com>
7971
7972         * ext/theora/gsttheoradec.h:
7973         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7974         (theora_dec_sink_event), (theora_handle_comment_packet),
7975         (theora_handle_type_packet), (theora_dec_change_state):
7976           Don't push events (newsegment, tags) before initialising the
7977           decoder.
7978           This is neccesary for seeking to work correctly in gnonlin.
7979
7980 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
7981
7982         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7983         * gst/adder/gstadder.c:
7984         * gst/audiotestsrc/gstaudiotestsrc.c
7985           (gst_audio_test_src_create_white_noise):
7986         * gst/videotestsrc/gstvideotestsrc.c:
7987         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
7988           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
7989           volume_sink_template, volume_src_template, gst_volume_init,
7990           volume_process_double, volume_process_int16,
7991           volume_process_int16_clamp):
7992           Doc fixes and formatting.
7993
7994 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
7995
7996         * tests/check/Makefile.am:
7997         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7998           Minimal check for volume's GstController usability; also another
7999           test for #422295.
8000
8001 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8002
8003         * gst-libs/gst/cdda/gstcddabasesrc.c:
8004         (gst_cdda_base_src_add_track):
8005           Fix it so that it (a) makes sense and (b) doesn't break
8006           everything cdda-related including the unit test.
8007
8008 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8009
8010         * gst-libs/gst/cdda/gstcddabasesrc.c:
8011         (gst_cdda_base_src_add_track):
8012           Fix build when disabling asserts.
8013
8014 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8017           When XShm is not available, we might get row strides that are not
8018           rounded up to multiples of four; this is bad, because virtually
8019           every RGB-processing element in GStreamer assumes rowstrides are
8020           rounded up to multiples of four, so let's allocate at least enough
8021           memory to avoid crashes in this case. The image will still be
8022           displayed distorted though if this happens, so that still needs
8023           fixing (maybe by allocating a bigger image with an 'even' width
8024           and then clipping it appropriately when rendering - something for
8025           Xlib aficionados in any case).
8026
8027 2007-05-03  Michael Smith <msmith@fluendo.com>
8028
8029         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8030           If a buffer doesn't have a timestamp, assume it's contiguous with
8031           the previous buffer, and synthesise timestamps appropriately.
8032
8033 2007-05-03  Edward Hervey  <edward@fluendo.com>
8034
8035         * tests/check/elements/videorate.c: (GST_START_TEST):
8036         Set buffer timestamp to a valid value in order to test the buffer
8037         really does stay in videorate.
8038
8039 2007-05-03  Edward Hervey  <edward@fluendo.com>
8040
8041         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8042         There is no sensible way to handle incoming buffers which don't have a
8043         valid timestamp. We therefore discard them and wait for the next one.
8044
8045 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8048         * gst/playback/gstdecodebin2.c: (plugin_init):
8049           Better error message for text files.
8050
8051 2007-04-29  Wim Taymans  <wim@fluendo.com>
8052
8053         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8054         Fix offset bug in generation RR packets.
8055
8056 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8057
8058         * ext/theora/theoradec.c: (_theora_granule_time),
8059         (theora_dec_push_forward), (theora_handle_data_packet),
8060         (theora_dec_decode_buffer): Calculate buffer duration correctly
8061         to generate a perfect stream (#433888).
8062         * gst/audioresample/gstaudioresample.c:
8063         (audioresample_check_discont): Glib provides ABS.
8064
8065 2007-04-27  Wim Taymans  <wim@fluendo.com>
8066
8067         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8068         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8069         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8070         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8071         (gst_rtcp_packet_bye_set_reason):
8072         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8073         Fix RB block parsing and writing.
8074         Add support for constructing BYE packets.
8075
8076 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8077
8078         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8079         (gst_base_audio_src_create):
8080         * po/POTFILES.in:
8081           When posting a warning message because samples were dropped, post
8082           something more intelligible than he default error message for clock
8083           errors which is just confusing in this context (#432984).
8084
8085 2007-04-25  Wim Taymans  <wim@fluendo.com>
8086
8087         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8088         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8089         (read_packet_header), (gst_rtcp_packet_move_to_next),
8090         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8091         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8092         (gst_rtcp_packet_sdes_get_item_count),
8093         (gst_rtcp_packet_sdes_first_item),
8094         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8095         (gst_rtcp_packet_sdes_first_entry),
8096         (gst_rtcp_packet_sdes_next_entry),
8097         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8098         (gst_rtcp_packet_sdes_add_entry):
8099         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8100         Implement code to write SR, RR and SDES packets.
8101
8102 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8103
8104         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8105
8106         * sys/ximage/ximagesink.c:
8107           Fix build if XShm is not available (#432362).
8108
8109 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8110
8111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8112         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8113         pointers to random memory which are passed to g_free() when
8114         audio_convert_prepare_context() is called the first time.
8115
8116 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         Patch by: Dan Williams <dcbw redhat com>
8119
8120         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8121           Don't leak incoming buffer if gst_pad_push() returns a
8122           non-OK flow. Fixes #432755.
8123          
8124         * tests/check/elements/videorate.c: (GST_START_TEST),
8125         (videorate_suite):
8126           Unit test for the above by Yours Truly.
8127
8128 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8129
8130         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8131         (gst_adder_sink_event), (gst_adder_collected):
8132           Fix non-flushing segmented seeks, Fixes #340060 for me
8133
8134 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8135
8136         Patch by: Olivier Crete  <tester at tester ca>
8137
8138         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8139         (gst_base_rtp_audio_payload_class_init),
8140         (gst_base_rtp_audio_payload_init),
8141         (gst_base_rtp_audio_payload_dispose):
8142           Chain up to parent class in dispose function; get rid of
8143           unnecessary 'diposed' flag in private structure (#415001).
8144
8145 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8146
8147         * docs/libs/gst-plugins-base-libs.types:
8148         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8149         (gst_base_rtp_audio_payload_class_init):
8150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8151         * gst-libs/gst/rtp/gstbasertppayload.c:
8152           Some minor docs fixes and additions; also add missing 'Since' bits.
8153
8154 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8155
8156         Patch by: Zeeshan Ali  <zeenix gmail com>
8157
8158         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8159         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8160         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8161         (gst_base_rtp_audio_payload_push):
8162         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8163           The recently-added gst_base_rtp_audio_payload_push() should take an
8164           object of type GstBaseRTPAudioPayload as first argument (#431672).
8165
8166 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8167
8168         * gst/audioresample/gstaudioresample.c:
8169           Make more functions static, just because we can.
8170
8171 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8172
8173         * tests/check/elements/audioresample.c:
8174           Add unit test for audioresample shutdown crasher (#420106).
8175
8176 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8177
8178         * gst/subparse/gstsubparse.c:
8179         * gst/subparse/samiparse.c:
8180           Use GST_DISABLE_XML here
8181
8182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8183         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8184         (gst_xvimagesink_buffer_alloc),
8185         (gst_xvimagesink_navigation_send_event):
8186         * sys/xvimage/xvimagesink.h:
8187           Include stdlib.h when using atoi.
8188           
8189         * tests/check/elements/playbin.c: (playbin_suite):
8190           Use GST_DISABLE_REGISTRY here
8191
8192 2007-04-19  Michael Smith  <msmith@fluendo.com>
8193
8194         * ext/theora/gsttheoraenc.h:
8195         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8196         (theora_enc_sink_event), (theora_enc_change_state):
8197           Track initialisation state; don't try to use encoder state if we're
8198           not initialised (it'll segfault).
8199
8200 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8201
8202         * tests/check/pipelines/.cvsignore:
8203         Fix build.
8204
8205 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8206
8207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8208         Allow random depths between 1 and 32 instead of only multiplies of 8.
8209
8210 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8211
8212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8213         Set the maximum number of channels for PCM and float in the correct
8214         place to have it also used when creating the template caps.
8215
8216 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8217
8218         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8219         Correctly support 4, 6 and 8 channels with normal PCM and float
8220         wav files.
8221
8222         Fix the depth and signedness calculation in extensible wav files and
8223         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8224         mask is found.
8225
8226         Add support for float, alaw and mulaw in extensible wav files.
8227
8228         This allows correct playback of all but 5 files from
8229         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8230         
8231         (gst_riff_create_audio_template_caps):
8232         Add voxware and float formats to the template caps.     
8233
8234 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8235
8236         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8237
8238         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8239         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8240
8241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8242         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8243         Use the correct format strings for integer formats.
8244
8245 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8246
8247         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8248           Don't use pad_alloc_buffer_and_set_caps to create a small header
8249           packet, or, worse, to create a big temporary video buffer using the
8250           src pad.
8251
8252 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8253
8254         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8255         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8256           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8257           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8258
8259 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8260
8261         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8262           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8263           streamheader_suite):
8264           Add another test set up for failure
8265
8266 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8267
8268         * tests/check/Makefile.am:
8269         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8270           GST_START_TEST, streamheader_suite, main):
8271           Add a test for the streamheader bug Wim fixed.
8272
8273 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8274
8275         * ext/theora/theoradec.c: (theora_dec_sink_event):
8276         Fix misleading comment.
8277
8278 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8279
8280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8281           More sanity checks for the header fields.
8282
8283 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8284
8285         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8286           Try encodings from all environment variables, not just those in the
8287           first environment variable that is set.
8288
8289 2007-04-12  Wim Taymans  <wim@fluendo.com>
8290
8291         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8292         (gst_video_rate_chain):
8293         Add some debug.
8294
8295         * tests/check/elements/videorate.c: (GST_START_TEST),
8296         (videorate_suite):
8297         Added check for videorate changing caps handling. Closes #421834.
8298
8299 2007-04-12  Michael Smith  <msmith@fluendo.com>
8300
8301         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8302           Use scale functions to avoid overflow when calculating duration of 
8303           vorbis buffers.
8304
8305 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * docs/libs/gst-plugins-base-libs-sections.txt:
8308         * gst-libs/gst/tag/tag.h:
8309         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8310           API: add gst_tag_freeform_string_to_utf8() (#405072).
8311
8312         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8313           Use gst_tag_freeform_string_to_utf8() here.
8314
8315 2007-04-12  Wim Taymans  <wim@fluendo.com>
8316
8317         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8318         (gst_gdp_pay_sink_event):
8319         Make sure we set the IN_CAPS flag correctly.
8320
8321         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8322         Get the IN_CAPS flag before we call functions that mess with the flags.
8323
8324 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8325
8326         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8327           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8328           Only stamp buffers with offset/offset_end right before they get
8329           pushed.  This ensures offset continuity, which was not the case
8330           before as shown by
8331           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8332
8333 2007-04-06  Wim Taymans  <wim@fluendo.com>
8334
8335         * gst/playback/gstplaybin.c: (add_sink),
8336         (gst_play_bin_change_state):
8337         Activate sync in playbin, we are ready to handle it for live streams.
8338
8339 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * tests/check/elements/playbin.c:
8342         (test_sink_usage_video_only_stream), (playbin_suite):
8343           Add small test for stream-info-value-array code paths.
8344
8345 2007-04-05  Wim Taymans  <wim@fluendo.com>
8346
8347         * gst-libs/gst/audio/gstbaseaudiosink.c:
8348         (gst_base_audio_sink_skew_slaving):
8349         Don't try to create invalid calibration parameters by making the
8350         internal time go backwards, instead make external time go forward.
8351
8352 2007-04-05  Wim Taymans  <wim@fluendo.com>
8353
8354         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8355
8356         * gst/playback/gstplaybasebin.c: (add_stream):
8357         Fix leak in add_stream(), when g_value_set_object() increases the
8358         refcount of streaminfo object. Fixes #426250.
8359
8360 2007-04-03  David Schleef  <ds@schleef.org>
8361
8362         * gst/videotestsrc/gstvideotestsrc.c:
8363         * gst/videotestsrc/gstvideotestsrc.h:
8364         * gst/videotestsrc/videotestsrc.c:
8365         * gst/videotestsrc/videotestsrc.h:
8366           Add a test pattern called "circular", which has concentric
8367           rings with varying radial frequency.  The main purpose of this
8368           pattern is to test fidelity loss in a filter or scaler element.
8369           Notably, this pattern is scale invariant, and is optimally viewed
8370           with a width (and height) of 400.
8371
8372 2007-04-03  Wim Taymans  <wim@fluendo.com>
8373
8374         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8375
8376         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8377         (deactivate_free_recursive):
8378         Decodebin2 doesn't unref pads it obtains in some occasions:
8379         - multiqueue src pads, when either connecting further or exposing
8380         - sink pads of new autoplugged elements
8381         - peer pads when recursively freeing elements
8382         Fixes #425455.
8383
8384 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8385
8386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8387         Add audio/x-raw-float support, now that audioconvert support
8388         non-native endianness floats.
8389
8390 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8391
8392         * docs/libs/gst-plugins-base-libs-docs.sgml:
8393           gstreamer-plugins-base.pc doesn't exist, it's
8394           gstreamer-plugins-base-0.10.pc.
8395
8396 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8397
8398         Patch by: René Stadler <mail at renestadler dot de>
8399         with some minor changes
8400
8401         * gst-libs/gst/floatcast/floatcast.h:
8402         Use more efficient float endianness conversion functions that don't
8403         involve 2 function calls per value.
8404         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8405         (check_default), (audio_convert_prepare_context):
8406         * gst/audioconvert/gstaudioconvert.c:
8407         (gst_audio_convert_parse_caps), (make_lossless_changes):
8408         Support non-native endianness floats as input and output.
8409         Fixes #339838.
8410         * tests/check/elements/audioconvert.c: (verify_convert),
8411         (GST_START_TEST):
8412         Add unit tests for the non-native endianness float conversions.
8413
8414 2007-03-29  Wim Taymans  <wim@fluendo.com>
8415
8416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8417         (gst_base_rtp_depayload_base_init),
8418         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8419         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8420         (gst_base_rtp_depayload_set_gst_timestamp),
8421         (gst_base_rtp_depayload_change_state),
8422         (gst_base_rtp_depayload_set_property),
8423         (gst_base_rtp_depayload_get_property):
8424         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8425         Add Private structure.
8426         Bring element code to 2007.
8427         Parse clock-base caps param and use it when generating the
8428         newsegment.
8429         Reset variables before going to PAUSED.
8430         Fix some docs.
8431
8432 2007-03-29  Wim Taymans  <wim@fluendo.com>
8433
8434         * docs/libs/gst-plugins-base-libs-docs.sgml:
8435         * docs/libs/gst-plugins-base-libs-sections.txt:
8436         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8437         (gst_base_rtp_audio_payload_get_adapter):
8438         Add RTCP docs.
8439         Fix some more docs.
8440
8441         * gst-libs/gst/rtp/Makefile.am:
8442         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8443         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8444         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8445         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8446         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8447         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8448         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8449         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8450         (gst_rtcp_packet_sr_get_sender_info),
8451         (gst_rtcp_packet_sr_set_sender_info),
8452         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8453         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8454         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8455         (gst_rtcp_packet_sdes_get_chunk_count),
8456         (gst_rtcp_packet_sdes_first_chunk),
8457         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8458         (gst_rtcp_packet_sdes_first_item),
8459         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8460         (gst_rtcp_packet_bye_get_ssrc_count),
8461         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8462         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8463         (gst_rtcp_packet_bye_get_reason_len),
8464         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8465         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8466         Add new helper object for parsing and creating RTCP messages.
8467
8468 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8469
8470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8471         PCM samples with width=8 must be always unsigned, no matter what
8472         depth they have.
8473
8474 2007-03-29  Andy Wingo  <wingo@pobox.com>
8475
8476         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8477         perfect offsets also, not just timestamps.
8478
8479         * tests/check/elements/videorate.c (test_more): Test that given
8480         any incoming offsets, that videorate produces perfect offsets.
8481
8482 2007-03-29  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst-libs/gst/riff/riff-ids.h:
8485         Add some more RIFF formats.
8486
8487 2007-03-29  Wim Taymans  <wim@fluendo.com>
8488
8489         * gst-libs/gst/rtp/gstrtpbuffer.c:
8490         (gst_rtp_buffer_default_clock_rate):
8491         * gst-libs/gst/rtp/gstrtpbuffer.h:
8492         Fix fixed payload names and docs.
8493         Added method to get the default clock rates of fixed payload types.
8494         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
8495
8496 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8497
8498         * tests/check/pipelines/.cvsignore:
8499         Add new vorbisdec test to cvsignore.
8500
8501 2007-03-28  Wim Taymans  <wim@fluendo.com>
8502
8503         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
8504         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8505         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
8506         (gst_base_audio_sink_set_property),
8507         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8508         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
8509         (gst_base_audio_sink_skew_slaving),
8510         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
8511         (gst_base_audio_sink_async_play):
8512         * gst-libs/gst/audio/gstbaseaudiosink.h:
8513         Store private stuff in GstBaseAudioSinkPrivate.
8514         Add configurable clock slaving modes property.
8515         API:: GstBaseAudioSink::slave-method property
8516         Some more latency reporting tweaks.
8517         Added skew based clock slaving correction and make it the default until
8518         the resampling method is more robust.
8519
8520 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
8521
8522         * gst/audioconvert/audioconvert.c:
8523         Add docs to the integer pack functions and implement proper
8524         rounding. Before we had rounding towards negative infinity, i.e.
8525         always the smaller number was taken. Now we use natural rounding,
8526         i.e. rounding to the nearest integer and to the one with the largest
8527         absolute value for X.5. The old rounding introduced some minor
8528         distortions. Fixes #420079
8529         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8530         Fix one unit test that assumed the old rounding and added unit tests
8531         for checking signed/unsigned int16 <-> signed/unsigned int16 with
8532         depth 8, one for signed int16 <-> unsigned int16 and one for the new
8533         rounding from signed int32 to signed/unsigned int16.
8534
8535 2007-03-27  Michael Smith  <msmith@fluendo.com>
8536
8537         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
8538         (gst_audio_convert_transform_caps):
8539           Fix typo in debug line introduced recently, as pointed out on irc.
8540
8541 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8542
8543         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8544         * tests/check/libs/tag.c: (GST_START_TEST):
8545           Make sure we parse floating-point numbers in vorbis comments
8546           correctly with either '.' or ',' as separator, no matter what
8547           the current locale is. Add unit test for this too.
8548
8549 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         Patch by: René Stadler  <mail at renestadler de>
8552
8553         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8554           When writing out floating-point numbers to vorbis comment tags, always
8555           use the same character as separator no matter what the current locale is
8556           (fixes #423051).
8557
8558         * tests/check/libs/tag.c: (GST_START_TEST):
8559           Add unit tests for replaygain tags in vorbis comments (closes #423055).
8560
8561 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8562
8563         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
8564           vorbis_handle_data_packet):
8565           Correctly set DURATION to generate a timestamp-continuous stream.
8566           One bug left at the end; see
8567           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
8568         * tests/check/Makefile.am:
8569         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
8570           Add a test to check this.  Without the above patch this test fails.
8571
8572 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
8573
8574         * gst-libs/gst/rtp/Makefile.am:
8575         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
8576
8577 2007-03-23  Michael Smith  <msmith@fluendo.com>
8578
8579         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8580         (gst_video_rate_reset), (gst_video_rate_chain):
8581           If videorate changes caps, we can no longer use the old buffer
8582           (which may have a different size, incompatible with our caps).
8583           So don't do that; just duplicate the new frame more times.
8584
8585 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
8586
8587         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8588         Remove playbin's override of the set_clock vmethod. It's irrelevant
8589         after Wim's commit on the 19th.
8590
8591 2007-03-22  Wim Taymans  <wim@fluendo.com>
8592
8593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
8594         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8595         * ext/gnomevfs/gstgnomevfssrc.h:
8596         Don't cache file sizes. Fixes #341078.
8597
8598 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * gst/playback/gstplaybin.c: (add_sink):
8601           Use GST_PTR_FORMAT to log caps. 
8602
8603 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         Patch by: Young-Ho Cha <ganadist at chollian net>
8606
8607         * gst/subparse/samiparse.c: (handle_start_font):
8608           Special-case some more colour names that pango doesn't handle by
8609           default. Fixes #420578.
8610
8611 2007-03-20  Michael Smith  <msmith@fluendo.com>
8612
8613         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8614           If we get a zero-sized input buffer, don't pass it to libvorbis, as
8615           that marks EOS internally. After that, libvorbis will buffer all
8616           input data, and encode none of it, eventually leading to memory
8617           exhaustion.
8618
8619 2007-03-19  Wim Taymans  <wim@fluendo.com>
8620
8621         * gst/playback/gstdecodebin.c: (remove_fakesink):
8622         Don't post STATE_DIRTY anymore.
8623
8624         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
8625         (gst_play_bin_change_state):
8626         Remove stream_time reset in seek handling, core does that now.
8627         Disable clocking for live pipelines by forcing a NULL clock to the
8628         complete pipeline, core is too smart now for our previous hack.
8629         We can always autoplug in PAUSED now.
8630
8631 2007-03-17  David Schleef  <ds@schleef.org>
8632
8633         * REQUIREMENTS:  Update this file, change the formatting to make
8634         it more consistent, plus more machine readable.
8635
8636 2007-03-16  Michael Smith  <msmith@fluendo.com>
8637
8638         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8639         (strip_width_64), (append_with_other_format):
8640           Previous fix was too simplistic, and broke the tests. Use a better
8641           approach; only strip 64 from widths for integer audio.
8642
8643 2007-03-16  Michael Smith  <msmith@fluendo.com>
8644
8645         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8646         (gst_audio_convert_transform_caps):
8647           We don't support 64 bit integer audio, so don't try to claim we can.
8648           Stops us producing caps don't match our template caps.
8649           Update comments.
8650
8651 2007-03-15  Michael Smith  <msmith@fluendo.com>
8652
8653         * gst/audioresample/gstaudioresample.c:
8654         (audioresample_check_discont), (audioresample_transform):
8655           Don't trigger discontinuities for very small imperfections; a filter
8656           flush will sound bad, and many plugins have rounding errors leading
8657           to these.
8658
8659 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8660
8661         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
8662
8663         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8664         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8665         API: add "min-ptime" property to RTP base audio payloader.
8666         API: add gst_base_rtp_audio_payload_push().
8667         API: add gst_base_rtp_audio_payload_get_adapter().
8668         Fixes #415001
8669         Indentation/whitespace/documentation fixes.
8670
8671 2007-03-14  Julien MOUTTE  <julien@moutte.net>
8672
8673         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8674         (audioresample_transform_size), (audioresample_do_output),
8675         (audioresample_transform), (audioresample_pushthrough): Handle
8676         discontinuous streams.
8677         * gst/audioresample/gstaudioresample.h:
8678         * tests/check/elements/audioresample.c:
8679         (test_discont_stream_instance), (GST_START_TEST),
8680         (audioresample_suite): Add a test for discontinuous streams.
8681         * win32/common/config.h: Updated.
8682
8683 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8684
8685         * po/af.po:
8686         * po/az.po:
8687         * po/cs.po:
8688         * po/en_GB.po:
8689         * po/it.po:
8690         * po/nb.po:
8691         * po/nl.po:
8692         * po/or.po:
8693         * po/sq.po:
8694         * po/sr.po:
8695         * po/sv.po:
8696         * po/uk.po:
8697         * po/vi.po:
8698           Update translations from translation project.
8699
8700 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8701
8702         * gst/audioresample/debug.h:
8703         * gst/audioresample/resample.c: (resample_init):
8704           Since I really am not interested in a debug line for each sample
8705           being processed, move the library's debugging to its own category,
8706           libaudioresample
8707
8708 2007-03-13  Michael Smith  <msmith@fluendo.com>
8709
8710         * ext/theora/theoradec.c: (theora_handle_type_packet):
8711           Since the plugin doesn't support anything other than 4:2:0 right
8712           now, post an error and fail if we get something else. Won't matter
8713           until libtheora supports the other pixel formats, but hopefully
8714           that'll be soon...
8715
8716 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
8717
8718         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
8719         Use gst_guint64_to_gdouble for conversion.
8720         * win32/MANIFEST:
8721         Add new files to the win32 MANIFEST.
8722         * win32/common/libgstaudio.def:
8723         * win32/common/libgstpbutils.def:
8724         Add new exported functions.
8725         * win32/vs6/gst_plugins_base.dsw:
8726         * win32/vs6/libgstdecodebin.dsp:
8727         * win32/vs6/libgstplaybin.dsp:
8728         Change the link to libgstpbutils.lib.
8729         * win32/vs6/libgstdecodebin2.dsp:
8730         Add a new project for decodebin2.
8731         * win32/vs6/libgstpbutils.dsp:
8732         Add a new project for pbutils.
8733
8734 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8735
8736         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8737           Also accept partial dates with only year and month,
8738           like 1999-12-00 (fixes #410396 even more).
8739
8740         * tests/check/libs/tag.c: (GST_START_TEST):
8741           Add unit test for the above.
8742
8743 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * tests/check/elements/subparse.c: (GST_START_TEST),
8746         (subparse_suite):
8747           Add unit test for MPL2 subtitle format (#413799).
8748
8749 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8750
8751         Patch by: Kamil Pawlowski  <kamilpe gmail com>
8752
8753         * gst/subparse/Makefile.am:
8754         * gst/subparse/gstsubparse.c:
8755         (gst_sub_parse_data_format_autodetect),
8756         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
8757         (gst_subparse_type_find):
8758         * gst/subparse/gstsubparse.h:
8759         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
8760         * gst/subparse/mpl2parse.h:
8761           Add support for MPL2 subtitle format (#413799).
8762
8763 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * configure.ac:
8766           We require core CVS for the new buffer metadata copy functions.
8767
8768 2007-03-09  Wim Taymans  <wim@fluendo.com>
8769
8770         * gst-libs/gst/tag/gstid3tag.c:
8771         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
8772         Fixes #414496.
8773
8774         Patch by: Alex Lancaster <alexl at users sourceforge net>
8775
8776 2007-03-09  Wim Taymans  <wim@fluendo.com>
8777
8778         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
8779         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
8780         Improve adapter usage and comments.
8781
8782 2007-03-09  Wim Taymans  <wim@fluendo.com>
8783
8784         * ext/pango/gsttextrender.c: (gst_text_render_chain):
8785         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
8786         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
8787         Use new metadata copy function.
8788
8789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8790         (gst_ffmpegcsp_transform):
8791         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
8792         Basetransform copied the metadata for us.
8793
8794 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
8797         (gst_text_overlay_video_event):
8798           Some more logging. Only accept newsegment events in TIME format and
8799           send a WARNING message if they are not in TIME format.
8800
8801         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8802         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
8803         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
8804         * gst/subparse/gstsubparse.h:
8805           No need to allocate GstSegment structure dynamically, just put it
8806           into the instance structure; ignore newsegment events in BYTE
8807           format and in particular don't let it overwrite our saved TIME
8808           segment from the last seek.
8809
8810 2007-03-09  Michael Smith  <msmith@fluendo.com>
8811
8812         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
8813           Replace AC3 typefinder with one that isn't terrible, and actually
8814           works usefully.
8815
8816 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8817
8818         * gst/audioconvert/gstaudioconvert.c:
8819         (gst_audio_convert_transform):
8820           fix error category and translatable string
8821           
8822
8823 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8826         * pkgconfig/gstreamer-plugins-base.pc.in:
8827           Fix up utils => pbutils here too.
8828
8829 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8830
8831         * gst/subparse/gstsubparse.c: (handle_buffer):
8832           Break out of loop in chain function as soon as possible if we get
8833           a non-OK flow return.
8834
8835 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8836
8837         * tests/check/elements/alsa.c: (GST_START_TEST):
8838         Unref the mixer if the state change fails too (if the
8839         alsa devices are inaccessible, for example)
8840
8841 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8842
8843         * tests/check/Makefile.am:
8844         Don't test libvisual elements in the states check, because libvisual
8845         seems to leak internally.
8846
8847         Re-enable the alsa and states tests now that there's new suppressions
8848         in gst.supp.
8849
8850         * tests/check/elements/alsa.c: (GST_START_TEST):
8851         Don't leak the alsamixer we instantiated.
8852
8853 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8854
8855         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8856         (gst_ximagesink_change_state), (gst_ximagesink_reset),
8857         (gst_ximagesink_finalize):
8858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
8859         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
8860         Move some cleanup stuff from the state change handler into a _reset()
8861         function that can be called from _finalize(). This ensures that things
8862         get freed even if (for some reason) the NULL->READY state transition
8863         fails in the parent class.
8864         Even if a parent state change fails, process our downward state change
8865         logic instead of bailing out early.
8866         Free the correct xcontext pointer in ximagesink's xcontext_clear.
8867
8868 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8869
8870         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8871         Extra log line.
8872
8873         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
8874         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
8875         Use pango_font_description_set_family_static instead of 
8876         pango_font_description_set_family to save a string copy (it was
8877         leaking due to the strdup anyway)
8878
8879         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
8880         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
8881         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
8882         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
8883         Chain up in finalize.
8884
8885 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * gst-libs/gst/interfaces/mixertrack.c:
8888         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
8889         (gst_mixer_track_set_property):
8890           API: add "untranslated-label" property which should be set by
8891           implementations at construct time (#414645).
8892
8893         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
8894         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8895           Set "untranslated-label" when constructing mixer track objects.
8896
8897         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
8898           Unit test to check the above.
8899
8900 2007-03-07  Wim Taymans  <wim@fluendo.com>
8901
8902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
8903         Fix confusing debug message.
8904
8905 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
8906
8907         * gst-plugins-base.doap:
8908         update doap file with new version
8909
8910 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
8911
8912         * configure.ac:
8913         Back to CVS
8914
8915 === release 0.10.12 ===
8916
8917 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
8918
8919         * configure.ac:
8920           releasing 0.10.12, "Zombie Horde"
8921
8922 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
8923
8924         * configure.ac:
8925         Bump version to 0.10.11.4 pre-release
8926
8927 2007-03-06  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst-libs/gst/audio/gstbaseaudiosink.c:
8930         (gst_base_audio_sink_async_play):
8931         Fix regression that made GStreamer skip the first samples of audio.
8932         Fixes #414684.
8933
8934 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
8935
8936         * configure.ac:
8937         Bump version to 0.10.11.3 pre-release
8938
8939 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
8940
8941         * po/POTFILES.in:
8942           Update paths for the rename from utils to pbutils to fix the build.
8943
8944 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         * gst-libs/gst/pbutils/Makefile.am:
8947           Change directory to install headers in from gst/utils to gst/pbutils
8948           as well.
8949
8950 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8951
8952         * configure.ac:
8953         * docs/libs/gst-plugins-base-libs-docs.sgml:
8954         * docs/libs/gst-plugins-base-libs-sections.txt:
8955         * gst-libs/gst/Makefile.am:
8956         * gst-libs/gst/interfaces/mixer.c:
8957         * gst-libs/gst/pbutils/Makefile.am:
8958         * gst-libs/gst/pbutils/descriptions.c:
8959         (gst_pb_utils_get_source_description),
8960         (gst_pb_utils_get_sink_description),
8961         (gst_pb_utils_get_decoder_description),
8962         (gst_pb_utils_get_encoder_description),
8963         (gst_pb_utils_get_element_description),
8964         (gst_pb_utils_add_codec_description_to_tag_list),
8965         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
8966         * gst-libs/gst/pbutils/descriptions.h:
8967         * gst-libs/gst/pbutils/install-plugins.c:
8968         * gst-libs/gst/pbutils/install-plugins.h:
8969         * gst-libs/gst/pbutils/missing-plugins.c:
8970         (gst_missing_uri_source_message_new),
8971         (gst_missing_uri_sink_message_new),
8972         (gst_missing_element_message_new),
8973         (gst_missing_decoder_message_new),
8974         (gst_missing_encoder_message_new),
8975         (gst_missing_plugin_message_get_description):
8976         * gst-libs/gst/pbutils/missing-plugins.h:
8977         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
8978         * gst-libs/gst/pbutils/pbutils.h:
8979         * gst-libs/gst/utils/Makefile.am:
8980         * gst-libs/gst/utils/base-utils.c:
8981         * gst-libs/gst/utils/base-utils.h:
8982         * gst-libs/gst/utils/descriptions.c:
8983         * gst-libs/gst/utils/descriptions.h:
8984         * gst-libs/gst/utils/install-plugins.c:
8985         * gst-libs/gst/utils/install-plugins.h:
8986         * gst-libs/gst/utils/missing-plugins.c:
8987         * gst-libs/gst/utils/missing-plugins.h:
8988         * gst-plugins-base.spec.in:
8989         * gst/playback/Makefile.am:
8990         * gst/playback/gstdecodebin.c:
8991         * gst/playback/gstdecodebin2.c:
8992         * gst/playback/gstplaybasebin.c: (setup_subtitle),
8993         (gen_source_element):
8994         * gst/playback/gstplaybin.c: (plugin_init):
8995         * tests/check/Makefile.am:
8996         * tests/check/libs/pbutils.c: (GST_START_TEST),
8997         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
8998         * tests/check/libs/utils.c:
8999           rename utils to pbutils
9000
9001 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9002
9003         * docs/plugins/Makefile.am:
9004         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9005         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9006         * docs/plugins/inspect/plugin-decodebin2.xml:
9007         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9008         Add documentation for decodebin2 that indicates that the API
9009         is still unstable.
9010
9011 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9012
9013         * configure.ac:
9014         Update to 0.10.11.2 (0.10.12 pre-release)
9015
9016 2007-03-01  Wim Taymans  <wim@fluendo.com>
9017
9018         * gst-libs/gst/audio/gstbaseaudiosink.c:
9019         (gst_base_audio_sink_async_play):
9020         base time is irrelevant here.
9021
9022 2007-03-01  Wim Taymans  <wim@fluendo.com>
9023
9024         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9025         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9026         Improve debugging.
9027
9028         * gst-libs/gst/audio/gstbaseaudiosink.c:
9029         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9030         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9031         Improve latency and clock slaving calculations.
9032         Improve slave clock calibration.
9033
9034         * gst-libs/gst/audio/gstringbuffer.c:
9035         (gst_ring_buffer_commit_full):
9036         When we are asked to render N sample to 0 bytes, return N.
9037
9038 2007-03-01  Wim Taymans  <wim@fluendo.com>
9039
9040         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9041         (gst_alsasink_write), (gst_alsasink_reset):
9042         * ext/alsa/gstalsasink.h:
9043         Remove unused dispose function.
9044         Rename lock to not interfere with alsasrc lock.
9045
9046         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9047         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9048         (gst_alsasrc_read), (gst_alsasrc_reset):
9049         * ext/alsa/gstalsasrc.h:
9050         Implement finalize function.
9051         Use lock to protect alsa access.
9052         Implement _reset.
9053         Fine tune sw params.
9054
9055 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9056
9057         * configure.ac:
9058           Convert to new AG_GST style.
9059
9060 2007-02-28  Wim Taymans  <wim@fluendo.com>
9061
9062         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9063
9064         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9065         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9066         Fix race condition when rapidly switching visualisations in playbin.
9067         Fixes #401029.
9068
9069 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9070
9071         * tests/check/Makefile.am:
9072         Include local stuff before system installed things in LDFLAGS and
9073         CFLAGS.
9074
9075 2007-02-28  Wim Taymans  <wim@fluendo.com>
9076
9077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9078         Improve debugging.
9079
9080 2007-02-28  Wim Taymans  <wim@fluendo.com>
9081
9082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9083         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9084         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9085         Fix duration and timestamping, taking latency into account.
9086         Implement latency query.
9087
9088 2007-02-28  Wim Taymans  <wim@fluendo.com>
9089
9090         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9091         (gst_audio_clock_new):
9092         Fix clock name.
9093
9094         * gst-libs/gst/audio/gstbaseaudiosink.c:
9095         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9096         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9097         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9098         (gst_base_audio_src_create):
9099         Improve latency query code.
9100         Use proper clock names.
9101
9102 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9103
9104         * tests/check/generic/states.c: (GST_START_TEST):
9105           Copy the states.c test from core again
9106         * tests/check/Makefile.am:
9107           ignore cdio and cdparanoiasrc
9108
9109 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9110
9111         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9112         (double_hq), (audio_convert_get_func_index), (check_default),
9113         (audio_convert_prepare_context), (audio_convert_convert):
9114           Also make valgrind happy and avoid copying data in some cases.
9115
9116 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9117
9118         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9119         (double_hq), (audio_convert_get_func_index),
9120         (audio_convert_prepare_context), (audio_convert_convert):
9121         * gst/audioconvert/gstaudioconvert.c:
9122         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9123         (gst_audio_convert_transform_caps):
9124         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9125         (audioconvert_suite):
9126           Don't run inplace if that overwrites source data as we go. Add more
9127           tests. Fixes #339837 even more.
9128
9129 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9130
9131         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9132         (msg_segment_done): Fix various seeking bugs (Slider was not
9133         updating when doing a non flushing seek, Reverse playback 
9134         on segment seek was wrong).
9135
9136 2007-02-26  Wim Taymans  <wim@fluendo.com>
9137
9138         * tests/examples/seek/seek.c: (stop_seek):
9139         When we stop scrubbing, don't leave the pipeline PLAYING when we
9140         requested a PAUSED state.
9141
9142 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9143
9144         Patch by: René Stadler <mail at renestadler de>
9145
9146         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9147           Parse date strings in vorbis comments that have an invalid (zero)
9148           month or day (#410396).
9149
9150         * tests/check/libs/tag.c: (GST_START_TEST):
9151           Test case for the above.
9152
9153 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9156
9157         * configure.ac:
9158         * ext/alsa/Makefile.am:
9159         * gst/audiotestsrc/Makefile.am:
9160           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9161
9162 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9163
9164         * gst/playback/gstplaybin.c:
9165           Improve docs: point out that the application needs to assist playbin
9166           with buffering.
9167
9168 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * gst-libs/gst/utils/install-plugins.c:
9171         * gst-libs/gst/utils/missing-plugins.c:
9172         * tests/check/libs/utils.c: (missing_msg_check_getters):
9173           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9174           to just 'gstreamer'. Document the caps string component of the
9175           decoder/encoder detail a bit better, since not everyone will be
9176           familiar with the GStreamer media type/caps system (but they better
9177           enjoy nested itemized lists).
9178
9179 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9180
9181         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9182         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9183           Fix copying of GstNetBuffer (would crash before, or at least lead to
9184           invalid memory access, #410772), for now by copying the GstBuffer copy
9185           code from the core over here so we can copy the GstBuffer fields on a
9186           provided buffer instance (of type GstNetBuffer in this case). Would be
9187           better to fix this with some support by the core though (and in the long
9188           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9189
9190         * tests/check/Makefile.am:
9191           Enable unit test for GstNetBuffer.
9192
9193 2007-02-22  Andy Wingo  <wingo@pobox.com>
9194
9195         * gst-libs/gst/audio/gstbaseaudiosink.c
9196         (gst_base_audio_sink_init): Disable pull-mode activation until we
9197         figure out how to make audio sinks go to PLAYING.
9198
9199 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9200
9201         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9202         (double_hq), (audio_convert_get_func_index),
9203         (audio_convert_prepare_context), (audio_convert_convert):
9204         * gst/audioconvert/audioconvert.h:
9205         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9206         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9207         * gst/audioconvert/gstchannelmix.h:
9208         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9209           Add float as an intermediate format, as well as float mixing. Enable
9210           test that was failing before. Fixes #339837
9211
9212 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9213
9214         * tests/examples/seek/seek.c: (do_seek):
9215         Undo the previous commit: -1 as a stop time implies that the stop
9216         time is the end of file, clearing any previously configured segment.
9217
9218 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9219
9220         * tests/examples/seek/seek.c: (do_seek):
9221         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9222
9223 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9224
9225         * gst/volume/gstvolume.c: (volume_process_int16),
9226         (volume_process_int16_clamp), (volume_set_caps):
9227           Unbreak volume, value remains gint.
9228
9229 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9230
9231         * gst/volume/gstvolume.c: (volume_choose_func),
9232         (volume_update_real_volume), (gst_volume_set_volume),
9233         (gst_volume_init), (volume_process_double), (volume_process_float),
9234         (volume_process_int16), (volume_process_int16_clamp),
9235         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9236         * gst/volume/gstvolume.h:
9237           Extend float audio support (double) and some int->uint cleanups.
9238
9239 2007-02-20  Edward Hervey  <edward@fluendo.com>
9240
9241         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9242         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9243         (sort_end_pads), (gst_decode_group_expose),
9244         (gst_decode_group_hide):
9245         Don't free groups from the streaming threads. Just put them aside and
9246         free them in dispose.
9247
9248 2007-02-20  Edward Hervey  <edward@fluendo.com>
9249
9250         * gst/playback/gstdecodebin2.c: (connect_element),
9251         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9252         (sort_end_pads), (gst_decode_group_expose):
9253         Handle dynamic pads within groups.
9254         Sort pads before exposing them in order to make playbin happy.
9255         There still is a race with the multiqueue filling up. This should be
9256         solved separately.
9257         Fixes #398721
9258
9259 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9260
9261         * gst-libs/gst/utils/base-utils.c:
9262         * gst-libs/gst/utils/descriptions.c:
9263         * gst-libs/gst/utils/install-plugins.c:
9264         * gst-libs/gst/utils/missing-plugins.c:
9265           Some more docs (and descriptions for two subtitle formats).
9266
9267 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * gst-libs/gst/audio/audio.c:
9270           Fix documentation.
9271
9272 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         Patch by: Yves Lefebvre  <ivanohe abacom com>
9275
9276         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9277           Don't leak caps. Fixes #408278.
9278
9279 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9280
9281         * ext/cdparanoia/gstcdparanoiasrc.h:
9282         * ext/ogg/gstoggdemux.h:
9283         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9284         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9285         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9286         * gst-libs/gst/audio/audio.h:
9287         * gst-libs/gst/audio/gstaudiofilter.h:
9288         * gst-libs/gst/interfaces/videoorientation.h:
9289         * gst/adder/gstadder.h:
9290           More docs coverage and some ChangeLog surgery (add missing names)
9291
9292 2007-02-15  Wim Taymans  <wim@fluendo.com>
9293
9294         * sys/ximage/ximagesink.c:
9295         (gst_ximagesink_calculate_pixel_aspect_ratio):
9296         * sys/xvimage/xvimagesink.c:
9297         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9298         Small constifications.
9299
9300 2007-02-15  Wim Taymans  <wim@fluendo.com>
9301
9302         * gst-libs/gst/audio/gstbaseaudiosink.c:
9303         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9304         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9305         (gst_base_audio_sink_async_play),
9306         (gst_base_audio_sink_change_state):
9307         Answer latency query.
9308         Use configured latency when syncing.
9309         Fix clock slaving.
9310
9311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9312         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9313         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9314         Fix possible memleak.
9315         Implement latency query.
9316         Small cleanups.
9317
9318 2007-02-15  Wim Taymans  <wim@fluendo.com>
9319
9320         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9321         Ignore errors in reset, these are not fatal. They also grab the element
9322         lock which is already taking when this function is called. Fixes
9323         #405451.
9324
9325 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9326
9327         * configure.ac:
9328           Remove 'tests/examples/xerror/Makefile' from output files again.
9329
9330 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9331
9332         * configure.ac:
9333         * docs/plugins/Makefile.am:
9334           Also crossref against gst-plugins-base-libs.
9335
9336 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9337
9338         * configure.ac:
9339         * docs/libs/Makefile.am:
9340         * docs/plugins/Makefile.am:
9341           Add crossreferences to glib/gobject/gstream docs.
9342
9343         * gst-libs/gst/audio/audio.h:
9344           Source formatting.
9345
9346         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9347           Add own debug category.
9348
9349 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9350
9351         Patch by: René Stadler <mail at renestadler de>
9352
9353         * gst-libs/gst/tag/gstvorbistag.c:
9354           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9355           (#403597).
9356
9357 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9358
9359         * gst/playback/gstplaybasebin.c: (setup_source):
9360           When we have external subtitles and wait for the subtitle decodebin
9361           to get up and running, we set up a (sync) bus handler for the
9362           subtitle decodebin, so we can stop waiting when it posts an error
9363           message. However, we should do that before we set the subtitle
9364           decodebin's state to playing, otherwise things are racy and we might
9365           miss error messages posted before we had a chance to set up the bus.
9366           This should finally fix totem hanging on .txt pseudo-subtitle files.
9367           
9368 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9369
9370         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9371           Use gst_gdouble_to_guint64 for conversions.
9372         * win32/common/config.h.in:
9373           Add a define for GST_INSTALL_PLUGINS_HELPER
9374         * win32/common/libgstaudio.def:
9375         * win32/common/libgstcdda.def:
9376         * win32/common/libgstnetbuffer.def:
9377         * win32/common/libgstrtp.def:
9378         * win32/common/libgutils.def:
9379           Add new exported functions.
9380         * win32/vs6/gst_plugins_base.dsw:
9381         * win32/vs6/libgstdecodebin.dsp:
9382         * win32/vs6/libgstnetbuffer.dsp:
9383         * win32/vs6/libgstplaybin.dsp:
9384         * win32/vs6/libgstrtp.dsp:
9385         * win32/vs6/libgstvorbis.dsp:
9386         * win32/vs6/libgstcdda.dsp:
9387         * win32/vs6/libgstgdp.dsp:
9388         * win32/vs6/libgstutils.dsp:
9389           Update and add new project files.
9390
9391 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9392
9393         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9394         (subrip_remove_unhandled_tags), (parse_subrip):
9395           For SubRip (.srt) subtitles, ignore all markup tags we don't
9396           handle (like font tags, for example).
9397
9398         * tests/check/elements/subparse.c:
9399           Add test for this.
9400
9401 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9402
9403         * gst/playback/gstdecodebin.c: (add_fakesink),
9404         (gst_decode_bin_change_state):
9405         * gst/playback/gstdecodebin2.c: (add_fakesink),
9406         (gst_decode_bin_change_state):
9407           Don't error out if there is no fakesink in the NULL to READY state
9408           change, since when decodebin is re-used, we're only adding the
9409           fakesink element in READY to PAUSED.
9410
9411         * tests/check/elements/decodebin.c:
9412         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9413         (decodebin_suite):
9414           Minimal unit test to make sure we can use the same decodebin
9415           instance twice (at least with audiotestsrc input).
9416
9417 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9420           Try to get devic-name from device string first, and from handle only
9421           as fallback (seems to yield better results and is more robust
9422           against buggy probing code on the application side).
9423
9424 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9427
9428         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9429         (gst_alsa_find_device_name):
9430         * ext/alsa/gstalsa.h:
9431         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9432         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9433           Improve device-name detection a bit, especially in the case where
9434           the device is not actually open (#405020, #405024). Move common code
9435           into gstalsa.c instead of duplicating it.
9436
9437 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * gst/audioconvert/gstaudioconvert.c:
9440           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9441
9442 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9443
9444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9445         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9446         (gst_xvimagesink_interface_supported),
9447         (gst_xvimagesink_probe_get_properties),
9448         (gst_xvimagesink_probe_probe_property),
9449         (gst_xvimagesink_probe_needs_probe),
9450         (gst_xvimagesink_probe_get_values),
9451         (gst_xvimagesink_property_probe_interface_init),
9452         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9453         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9454         (gst_xvimagesink_get_type):
9455         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9456         for XVAdaptors so that one can choose the adaptor to use with 
9457         gstreamer-properties.
9458
9459 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
9460
9461         * gst/audioconvert/gstaudioconvert.c:
9462           Also mention that a conversion from double to float is suboptimal still.
9463
9464 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9465
9466         * gst-libs/gst/audio/gstaudiofilter.c:
9467         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9468           Clear our formats structure and free the caps contained in it when
9469           shutting down.
9470
9471 2007-02-05  Andy Wingo  <wingo@pobox.com>
9472
9473         * gst-libs/gst/audio/gstbaseaudiosink.c
9474         (gst_base_audio_sink_callback): Update basesink->offset so that we
9475         pull monotonically increasing offsets instead of, um, seeking back
9476         to 0 each time. Fixes alsasrc ! alsasink!
9477
9478 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
9479
9480         * gst/videoscale/gstvideoscale.c:
9481           A width and height of 1 makes us crash, so increase minimum size to
9482           2x2 pixels until someone feels like fixing this (#404512).
9483
9484 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9485
9486         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9487           Add small test to make sure request pads are cleaned up properly
9488           even if oggmux never changes state out of NULL.
9489
9490 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * tests/check/libs/utils.c: (GST_START_TEST):
9493           Fix unit test. Turns out things work much better when you
9494           NULL-terminate string arrays. Should make p5 build bot happy again.
9495
9496 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * gst-libs/gst/audio/Makefile.am:
9499         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9500         (gst_audio_filter_template_base_init),
9501         (gst_audio_filter_template_class_init),
9502         (gst_audio_filter_template_init),
9503         (gst_audio_filter_template_set_property),
9504         (gst_audio_filter_template_get_property),
9505         (gst_audio_filter_template_setup),
9506         (gst_audio_filter_template_filter),
9507         (gst_audio_filter_template_filter_inplace), (plugin_init):
9508           Oops, forgot to commit fixed-up example.
9509
9510 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9511
9512         * docs/libs/gst-plugins-base-libs-sections.txt:
9513         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9514         (gst_audio_filter_class_init), (gst_audio_filter_init),
9515         (gst_audio_filter_set_caps),
9516         (gst_audio_filter_class_add_pad_templates):
9517         * gst-libs/gst/audio/gstaudiofilter.h:
9518           Port GstAudioFilter to 0.10. This change technically breaks
9519           API and ABI (and thus also every library developer's heart),
9520           but seems justifiable on the grounds that the base class was
9521           completely unusable before (ie. would crash immediately when
9522           actually used). Fixes #403963 (and eventually also #403572).
9523           Also document all of this a bit.
9524
9525 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9526
9527         * gst-libs/gst/utils/install-plugins.c:
9528         (gst_install_plugins_spawn_child):
9529         * tests/check/libs/utils.c:
9530         (test_base_utils_install_plugins_do_callout):
9531           Lowering log level to see why things fail on the p5 build bot;
9532           fix some typos in unit test messages.
9533
9534 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * tests/check/libs/utils.c:
9537         (test_base_utils_install_plugins_do_callout):
9538           Don't hard-code temp directory for test helper; use GLib functions
9539           to write out file and do error checking etc.
9540
9541 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9542
9543         * gst-libs/gst/utils/Makefile.am:
9544         * gst-libs/gst/utils/base-utils.h:
9545         * gst-libs/gst/utils/install-plugins.c:
9546         (gst_install_plugins_context_set_xid),
9547         (gst_install_plugins_context_new),
9548         (gst_install_plugins_context_free),
9549         (gst_install_plugins_get_helper),
9550         (gst_install_plugins_spawn_child),
9551         (gst_install_plugins_return_from_status),
9552         (gst_install_plugins_installer_exited),
9553         (gst_install_plugins_async), (gst_install_plugins_sync),
9554         (gst_install_plugins_return_get_name),
9555         (gst_install_plugins_installation_in_progress):
9556         * gst-libs/gst/utils/install-plugins.h:
9557           API: add API for applications to initiate installation of missing
9558           plugins, ie. gst_install_plugins_async() primarily.
9559           Based on libgimme-codec by Ryan Lortie.
9560
9561         * configure.ac:
9562           Add --with-install-plugins-helper configure option so distros can specify
9563           the path of the helper script or program to call when plugin installation
9564           is requested (distros: please do any argument munging in this helper
9565           script instead of patching GStreamer to pass arguments differently
9566           to another program directly).
9567
9568         * docs/libs/gst-plugins-base-libs-docs.sgml:
9569         * docs/libs/gst-plugins-base-libs-sections.txt:
9570           Build and document new API.
9571
9572         * tests/check/libs/utils.c: (result_cb),
9573         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
9574         (libgstbaseutils_suite):
9575           Some simple checks for the new API.
9576
9577 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         * tests/check/elements/audioconvert.c: (test_float_conversion):
9580           Add small test for 32bit float <=> 64bit float conversion (works
9581           only one way so far, 32=>64 produces structured noise).
9582
9583 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         * gst/audioconvert/gstaudioconvert.c:
9586         (set_structure_widths_32_and_64), (make_lossless_changes):
9587           We don't support floats with a width of 40, 48 or 56 bits.
9588
9589 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
9590
9591         * gst/audioconvert/audioconvert.c: (float), (double),
9592         (audio_convert_get_func_index):
9593         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
9594         (make_lossless_changes):
9595           Support for 64-bit float audio in audioconvert (#339837)
9596
9597 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
9598
9599         Patch by: Holger Wansing  <linux wansing-online de>
9600
9601         * po/LINGUAS:
9602         * po/de.po:
9603           Add German translation (#352069).
9604
9605 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
9606
9607         reviewed by: Wim Taymans <wim@fluendo.com>
9608
9609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
9610         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
9611         Use newly added GstCollectPads API to free the allocated resources in
9612         the GstOggPad structures (#402393).
9613
9614 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
9615
9616         * gst/playback/gstplaybin.c: (gen_vis_element):
9617           Add audioresample+audioconvert in front of the visualisation
9618           element, so that elements like libvisual 0.4 that don't support all
9619           samplerates can work.
9620
9621           Fixes: #402505
9622
9623 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
9624
9625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
9626         (gst_play_base_bin_get_streaminfo_value_array):
9627           Take some locks and make a copy of the streaminfo value array we
9628           maintain while holding the lock, so that the application can
9629           retrieve the stream-info as a value array in a thread-safe way.
9630
9631 2007-01-30  Wim Taymans  <wim@fluendo.com>
9632
9633         * gst/audioconvert/gstaudioconvert.c:
9634         Don't fail on 0 sized buffers. Fixes #396835.
9635
9636 2007-01-29  David Schleef  <ds@schleef.org>
9637
9638         * gst/typefind/gsttypefindfunctions.c:
9639           Detect BBCD as video/x-dirac, so we can play raw dirac
9640           streams.
9641
9642 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
9643
9644         * ext/theora/theoraenc.c: (theora_enc_chain):
9645           Check return value of theora_encode_header(), or we might try to
9646           allocate a random number of bytes. theora_encode_header() can fail
9647           if libtheora has been compiled with encoding support disabled.
9648           Fixes #398110.
9649
9650 2007-01-29  Wim Taymans  <wim@fluendo.com>
9651
9652         * tests/check/gst/.cvsignore:
9653         Do as buildbot says.
9654
9655 2007-01-29  Wim Taymans  <wim@fluendo.com>
9656
9657         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
9658         Fix strides in libvisual. Gst uses X strides.
9659         Inspired by: <ed at catmur dot co dot uk> and 
9660         <tim at centricular dot net>
9661         Fixes #401118.
9662
9663 2007-01-27  Wim Taymans  <wim@fluendo.com>
9664
9665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
9666         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9667         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
9668         (gst_ogg_demux_perform_seek),
9669         (gst_ogg_demux_bisect_forward_serialno),
9670         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9671         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
9672         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
9673         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
9674         * ext/ogg/gstoggdemux.h:
9675         Properly propagate streaming errors when we are scanning the file for
9676         chains so that we don't crash when shut down. Might fix some crashers
9677         when quickly switching oggs in RB such as #332503 and #378436.
9678
9679 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9680
9681         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
9682           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
9683           error code as well.
9684
9685 2007-01-25  Wim Taymans  <wim@fluendo.com>
9686
9687         * gst/playback/gstplaybasebin.c: (remove_source):
9688         Don't try to disconnect a signal from a finalized object.
9689
9690 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9691
9692         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
9693           Cast lock macro parameters to make sure we're actually accessing the
9694           lock member at the right class level. Free list itself in _dispose()
9695           as well and NULL it in case dispose gets called multiple times.
9696
9697 2007-01-25  Edward Hervey  <edward@fluendo.com>
9698
9699         * gst/playback/gstdecodebin2.c:
9700         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
9701         Free GstDecodeGroups no longer used.
9702         (gst_decode_group_expose):
9703         Don't unlock too many times !
9704         (deactivate_free_recursive):
9705         Free iterator once we're done with it.
9706         Fix for recursively deactivating elements (stop at ghostpads).
9707
9708 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9709
9710         * gst/playback/gstplaybin.c: (handoff):
9711           Fix up caps on the frame buffer before we save it and potentially
9712           make it accessible to other threads via g_object_get; also use
9713           gst_buffer_replace() instead of gst_mini_object_replace().
9714
9715 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9716
9717         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9718           Make getting the current frame thread-safe.
9719
9720 2007-01-25  Edward Hervey  <edward@fluendo.com>
9721
9722         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
9723         (gst_decode_group_new), (gst_decode_group_free):
9724         Set queues to bigger sizes to cope with HD contents.
9725         Fix some mutex freeing and add comment about MT safe methods.
9726
9727 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9730         (gst_text_overlay_text_event):
9731           Don't unnecessarily ref (and then leak) upstream events if the text
9732           pad is not linked. Fixes #399948.
9733
9734         * tests/check/gst-plugins-base.supp:
9735           Add suppression for pango on edgy/x86 for textoverlay test.
9736
9737 2007-01-24  Wim Taymans  <wim@fluendo.com>
9738
9739         * gst-libs/gst/rtp/gstrtpbuffer.h:
9740         Add some more fixed payloads.
9741
9742 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
9743
9744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9745           Error out properly if we get an error from libogg while reading the
9746           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
9747
9748 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
9751           Don't leak mutex.
9752
9753         * tests/check/elements/playbin.c:
9754         (test_sink_usage_video_only_stream),
9755         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
9756         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
9757         (test_missing_suburisource_handler),
9758         (test_missing_primary_decoder), (playbin_suite):
9759           Run all tests once with decodebin and once with decodebin2.
9760           One test does not pass yet with decodebin2.
9761
9762 2007-01-23  Edward Hervey  <edward@fluendo.com>
9763
9764         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
9765         Fix the cases where oggmux doesn't properly figure out that all
9766         sinkpads have gone EOS, and therefore doesn't push out the remaining
9767         buffers and the final EOS event.
9768         Fixes #363379
9769
9770 2007-01-23  Julien MOUTTE  <julien@moutte.net>
9771
9772         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9774         Don't lock on navigation event push, just on keysym to string.
9775         Fixes #397673 again.
9776
9777 2007-01-22  Edward Hervey  <edward@fluendo.com>
9778
9779         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
9780         (get_current_group), (group_demuxer_event_probe),
9781         (gst_decode_group_expose), (deactivate_free_recursive),
9782         (gst_decode_group_free):
9783         Cleanups.
9784         Don't forget to emit 'no-more-pads' once a group is exposed.
9785         Cleanup elements from a DecodeGroup once we remove it.
9786         Protect call to gst_decode_group_expose() with the decodebin lock.
9787
9788 2007-01-22  Julien MOUTTE  <julien@moutte.net>
9789
9790         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9792         Looking at Xorg code i can't figure out if that XKeysymToString
9793         function is thread sensible or not. Lock it just in case as
9794         recommended by Radek Doulik <rodo at ximian dot com>.
9795
9796 2007-01-22  Julien MOUTTE  <julien@moutte.net>
9797
9798         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9800         Lock that X Call as well. Fixes #397673.
9801
9802 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
9805           Don't go into an endless loop if the file starts with 00 00 01 2X,
9806           like quicktime redirect files might. Fixes #396042.
9807
9808         * tests/check/Makefile.am:
9809         * tests/check/gst/.cvsignore:
9810         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
9811         (typefindfunctions_suite):
9812           Add unit test for the above.
9813
9814 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9815
9816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9817           On second thought, use "depth" field rather than "bpp" field.
9818
9819 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9820
9821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9822           Camtasia caps apparently need a bpp field (#398875).
9823
9824 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9827         (gen_source_element), (gst_play_base_bin_change_state):
9828           Attempt at a better error message in case we don't have the required
9829           URI handler installed; post missing-plugin message also when we're
9830           missing an URI handler for the subtitle URI; clean up properly also
9831           when an error occurs and we never made it to PAUSED state.
9832
9833         * tests/check/elements/playbin.c: (GST_START_TEST),
9834         (playbin_suite):
9835           Check that we're also getting a missing-plugin messsage for a
9836           missing subtitle URI handler (and clean up properly).
9837
9838 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
9841           Plug a few reference leaks.
9842
9843 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9844
9845         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9846           Lower probability a bit if the marker isn't right at the start,
9847           to decrease the chance of false positives.
9848
9849 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9852           Small mpeg2 system stream typefinding improvement: make typefinder
9853           probe a bit into the stream instead of just looking for a marker
9854           at the beginning. Fixes #397810.
9855
9856 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         * gst/audioconvert/gstchannelmix.c:
9859           Remove compatibility cruft for prehistoric GLib versions.
9860
9861 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
9862
9863         * gst/playback/Makefile.am:
9864         * gst/playback/gstdecodebin.c: (close_pad_link):
9865         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
9866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9867         (gst_play_base_bin_handle_message_func), (unknown_type):
9868           Let decodebin be the element to post missing-plugin messages for
9869           missing decoders (rather than playbin); make playbin implement
9870           GstBin::handle_message so we can suppress missing-plugin messages
9871           for types we're not handling on purpose (don't want to bring up an
9872           installer in those cases).
9873
9874 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9875
9876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9877         * gst-libs/gst/tag/gstvorbistag.c:
9878         (gst_tag_list_to_vorbiscomment_buffer):
9879         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
9880           Fix potentially unaligned access (#397207).
9881
9882 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
9883
9884         * tests/examples/seek/seek.c: (set_scale), (update_scale),
9885         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
9886         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
9887         (main):
9888           Allow to toggle looping while it plays. Fix callback prototype. Clean
9889           up code a bit more. Add copyright header.
9890
9891 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
9892
9893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9894           Red and blue mask was swapped (spotted by Dan Williams).
9895
9896 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
9897
9898         * gst-libs/gst/tag/gstid3tag.c:
9899         * gst-libs/gst/tag/gstvorbistag.c:
9900           Use new beats-per-minute tag from core.
9901
9902 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         * po/POTFILES.in:
9905           Add new files with translatable strings, so they actually make it
9906           into the template file one day.
9907
9908 2007-01-12  Andy Wingo  <wingo@pobox.com>
9909
9910         * gst-libs/gst/audio/gstbaseaudiosink.c
9911         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
9912         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
9913         stuff, as the base class handles this now. Actually tell the ring
9914         buffer to start.
9915         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
9916         How did this work before? Maybe I'm not as awesome a programmer as
9917         I think.
9918
9919         * gst-libs/gst/audio/gstbaseaudiosrc.c
9920         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
9921         of a pad function.
9922
9923 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9924
9925         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
9926           Remove more fields so that the application can better blacklist
9927           formats that have been tried before.
9928
9929 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9930
9931         * gst-libs/gst/audio/mixerutils.h:
9932           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
9933           used when compiling with c++ compilers as well.
9934
9935 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9936
9937         * gst/typefind/gsttypefindfunctions.c:
9938           Fix comment.
9939
9940 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * gst/playback/gstplaybin.c: (post_missing_element_message),
9943         (gen_video_element), (gen_text_element), (gen_audio_element),
9944         (gen_vis_element):
9945           Post missing-plugin messages also when we error out because
9946           converters, textoverlay or auto*sinks are missing (#161922).
9947
9948 2007-01-10  Wim Taymans  <wim@fluendo.com>
9949
9950         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
9951         (is_demuxer_element), (new_caps):
9952         * gst/playback/gstplaybasebin.c: (source_new_pad):
9953         Fix the case where we try to ref a NULL element when we delay a link
9954         because of unfixed caps.
9955         Set the state of autoplugged decodebins to PAUSED.
9956         RTSP now works in playbin, we can remove it from the blacklist.
9957
9958 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         * gst/playback/Makefile.am:
9961         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
9962         (unknown_type), (setup_subtitle), (gen_source_element):
9963         * gst/playback/gstplaybin.c: (plugin_init):
9964           Post missing-plugin messages on the bus for missing sources and
9965           missing decoders/demuxers/depayloaders; fix error code used when
9966           we're missing an URI handler source; for media types that we are not
9967           handling on purpose at the moment, don't print "don't know how to
9968           handle xyz" messages to the terminal or post missing-plugin
9969           messages on the bus.
9970
9971         * tests/check/elements/playbin.c: (create_playbin),
9972         (GST_START_TEST), (gst_codec_src_uri_get_type),
9973         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
9974         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
9975         (gst_codec_src_init_type), (gst_codec_src_base_init),
9976         (gst_codec_src_create), (gst_codec_src_class_init),
9977         (gst_codec_src_init), (plugin_init), (playbin_suite):
9978           Add some tests for the missing-plugin stuff.
9979
9980 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9981
9982         * configure.ac:
9983         * gst-libs/gst/Makefile.am:
9984         * gst-libs/gst/utils/Makefile.am:
9985         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
9986         * gst-libs/gst/utils/base-utils.h:
9987         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
9988         (find_format_info), (caps_are_rtp_caps),
9989         (gst_base_utils_get_source_description),
9990         (gst_base_utils_get_sink_description),
9991         (gst_base_utils_get_decoder_description),
9992         (gst_base_utils_get_encoder_description),
9993         (gst_base_utils_get_element_description),
9994         (gst_base_utils_add_codec_description_to_tag_list),
9995         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
9996         * gst-libs/gst/utils/descriptions.h:
9997         * gst-libs/gst/utils/missing-plugins.c:
9998         (missing_structure_get_type), (copy_and_clean_caps),
9999         (gst_missing_uri_source_message_new),
10000         (gst_missing_uri_sink_message_new),
10001         (gst_missing_element_message_new),
10002         (gst_missing_decoder_message_new),
10003         (gst_missing_encoder_message_new),
10004         (missing_structure_get_string_detail),
10005         (missing_structure_get_caps_detail),
10006         (gst_missing_plugin_message_get_installer_detail),
10007         (gst_missing_plugin_message_get_description),
10008         (gst_is_missing_plugin_message):
10009         * gst-libs/gst/utils/missing-plugins.h:
10010           API: add new libgstbaseutils library with functions
10011           - to create and parse missing-plugins messages
10012           - that provide (translated) descriptions for caps/decoders/sources/etc.
10013           Closes #392393.
10014
10015         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10016         * pkgconfig/gstreamer-plugins-base.pc.in:
10017           Add new lib.
10018
10019         * docs/libs/gst-plugins-base-libs-docs.sgml:
10020         * docs/libs/gst-plugins-base-libs-sections.txt:
10021           Generate docs for new lib and API.
10022
10023         * tests/check/Makefile.am:
10024         * tests/check/libs/.cvsignore:
10025         * tests/check/libs/utils.c: (missing_msg_check_getters),
10026         (GST_START_TEST), (libgstbaseutils_suite):
10027           Add some basic unit tests.
10028
10029 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * ext/ogg/Makefile.am:
10032           Dist gstoggdemux.h to fix 'make distcheck'.
10033
10034         * sys/v4l/Makefile.am:
10035           Fix 'make distcheck' even more.
10036
10037 2007-01-09  Wim Taymans  <wim@fluendo.com>
10038
10039         * docs/plugins/Makefile.am:
10040         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10041         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10042         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10043         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10044         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10045         (gst_ogg_demux_perform_seek):
10046         * ext/ogg/gstoggdemux.h:
10047         Added docs.
10048         Add some more comments.
10049         Small cleanups.
10050
10051 2007-01-09  Wim Taymans  <wim@fluendo.com>
10052
10053         * ext/theora/theoradec.c:
10054         * ext/vorbis/vorbisdec.c:
10055         * gst-libs/gst/audio/gstringbuffer.c:
10056         (gst_ring_buffer_commit_full):
10057         * gst-libs/gst/audio/gstringbuffer.h:
10058         * gst-libs/gst/rtp/gstrtpbuffer.c:
10059         * gst-libs/gst/tag/gstvorbistag.c:
10060         Small documentation updates/fixes
10061
10062 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * configure.ac:
10065           Require core CVS HEAD for Andy's basesrc/sink API additions.
10066
10067 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10070
10071         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10072         (plugin_init):
10073           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10074           on flac.sf.net (there appear to be other versions of the first
10075           ogg page in the wild) (#391365).
10076
10077 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10078
10079         * configure.ac:
10080           Check if localtime_r() is available.
10081
10082         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10083           If localtime_r() is not available, fall back to localtime(). Should
10084           fix build on MingW (#393310).
10085
10086 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10089         * gst/subparse/gstsubparse.h:
10090           Remove spurious 1000 subtrahend when calculating the timestamp from
10091           the frame number and the frame rate . Also, use the frames/second
10092           value specified in the first line of the file, if one is specified
10093           there. Should fix #357503.
10094
10095         * tests/check/elements/subparse.c: (do_test),
10096         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10097         (subparse_suite):
10098           Add some basic unit tests for the microdvd subtitle format.
10099
10100 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10101
10102         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10103
10104         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10105         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10106         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10107         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10108         (gst_xvimagesink_set_xwindow_id),
10109         (gst_xvimagesink_set_event_handling),
10110         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10111         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10112         Fixes: #390076.
10113         Add an adaptor property to select a specific XV adaptor.
10114         * sys/xvimage/xvimagesink.h:
10115
10116 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10117
10118         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10119         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10120         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10121         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10122         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10123         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10124         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10125         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10126         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10127         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10128         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10129         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10130         Use flow_lock much more to protect every access to xwindow.
10131         Try to catch erros while creating images in case some drivers are
10132         just generating an XError when the requested image is too big.
10133         Should fix : #354698, #384008, #384060.
10134         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10135         Implement some stress testing of setting window xid.
10136
10137 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10138
10139         * win32/common/libgsaudio.def:
10140           Add new exported function.
10141         * win32/common/libgstogg.dsp:
10142           Add gstoggaviparse.c to the build.
10143         * win32/common/libgstvideoscale.dsp:
10144           Add vs_4tap.c to the build.
10145         * win32/common/libgstvorbis.dsp:
10146           Add vorbistag.c to the build.
10147         
10148 2007-01-06  Andy Wingo  <wingo@pobox.com>
10149
10150         * gst-libs/gst/audio/gstbaseaudiosink.c
10151         (gst_base_audio_sink_class_init)
10152         (gst_base_audio_sink_init): 
10153         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10154         to baseaudiosink, and tell basesink that we can work in pull mode.
10155         This way the ring buffer thread drives the pipeline directly, if
10156         pull mode is possible. There is some lingering nastiness regarding
10157         capsnego, however.
10158         (gst_base_audio_sink_callback): Implement the callback to pull
10159         data. This interface is a bit light, though -- it should get a
10160         GstFlowReturn return value at least.
10161
10162 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10165         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10166         * gst/playback/gstdecodebin2.c:
10167         (gst_decode_group_check_if_blocked):
10168           Printf format and missing argument fixes.
10169
10170 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10171
10172         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10173         (gst_ogm_parse_change_state):
10174         Activate pads before adding them to the element.
10175
10176 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * tests/examples/seek/scrubby.c: (main):
10179         * tests/examples/seek/seek.c: (main):
10180           Call g_thread_init() first thing in main() (see #391278).
10181
10182 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10183
10184         * tests/check/Makefile.am:
10185         * tests/check/libs/.cvsignore:
10186         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10187         (netbuffer_suite):
10188           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10189           for the time being, since it's broken, see #393099.
10190
10191 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * tests/check/Makefile.am:
10194           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10195
10196 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10197
10198         * configure.ac:
10199           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10200           so that GST_BASE_CFLAGS can go inbetween them, making sure
10201           we use uninstalled gst-libs headers
10202         * docs/libs/Makefile.am:
10203         * ext/alsa/Makefile.am:
10204         * ext/cdparanoia/Makefile.am:
10205         * ext/gnomevfs/Makefile.am:
10206         * ext/libvisual/Makefile.am:
10207         * ext/ogg/Makefile.am:
10208         * ext/theora/Makefile.am:
10209         * ext/vorbis/Makefile.am:
10210         * gst-libs/gst/audio/Makefile.am:
10211         * gst-libs/gst/cdda/Makefile.am:
10212         * gst-libs/gst/interfaces/Makefile.am:
10213         * gst-libs/gst/riff/Makefile.am:
10214         * gst-libs/gst/rtp/Makefile.am:
10215         * gst-libs/gst/tag/Makefile.am:
10216         * gst/adder/Makefile.am:
10217         * gst/audioconvert/Makefile.am:
10218         * gst/audiorate/Makefile.am:
10219         * gst/audioresample/Makefile.am:
10220         * gst/playback/Makefile.am:
10221         * gst/tcp/Makefile.am:
10222         * gst/videoscale/Makefile.am:
10223         * gst/volume/Makefile.am:
10224         * sys/ximage/Makefile.am:
10225         * sys/xvimage/Makefile.am:
10226         * tests/icles/Makefile.am:
10227           adapt
10228
10229 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10230
10231         * gst-libs/gst/interfaces/xoverlay.c:
10232         (gst_x_overlay_handle_events):
10233         * gst-libs/gst/interfaces/xoverlay.h:
10234         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10235         (gst_ximagesink_set_xwindow_id),
10236         (gst_ximagesink_set_event_handling),
10237         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10238         (gst_ximagesink_get_property), (gst_ximagesink_init),
10239         (gst_ximagesink_class_init):
10240         * sys/ximage/ximagesink.h:
10241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10242         (gst_xvimagesink_set_xwindow_id),
10243         (gst_xvimagesink_set_event_handling),
10244         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10245         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10246         (gst_xvimagesink_class_init):
10247         * sys/xvimage/xvimagesink.h:
10248         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10249         Add a method to the XOverlay interface to allow disabling of 
10250         event handling in x[v]imagesink elements. This will let X events
10251         propagate to parent windows which can be usefull in some cases.
10252         Be carefull that the application is then responsible of pushing
10253         navigation events and expose events to the video sink.
10254         Fixes: #387138.
10255
10256 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10257
10258         * gst-libs/gst/tag/gstvorbistag.c:
10259         * tests/check/libs/tag.c: (GST_START_TEST):
10260           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10261           (fixes #392070).
10262
10263 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * configure.ac:
10266         * docs/Makefile.am:
10267         * docs/design/Makefile.am:
10268           Dist design docs.
10269
10270 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10271
10272         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10273         typo. Fixes: #390063.
10274
10275 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10276
10277         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10279         caps leak.
10280         * win32/common/config.h: Updated.
10281
10282 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10283
10284         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10285         (setup_gdpdepay_streamheader):
10286         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10287         (setup_gdppay_streamheader):
10288           Fix the dp tests, but activating the pads for the streamheader tests
10289           too and cleaning up conditionaly
10290
10291 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10292
10293         * gst/ffmpegcolorspace/avcodec.h:
10294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10295         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10296         (gst_ffmpegcsp_avpicture_fill):
10297         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10298         (img_get_alpha_info):
10299         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10300         other end of the word. Fixes: #387073.
10301
10302         Add some inconsequential branch hints in a couple of places.
10303
10304 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10305
10306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10307         (gst_ffmpeg_caps_to_smpfmt):
10308           The "signed" field in raw audio caps is of boolean type, trying to
10309           extract the value with _get_int() will fail (fix to keep in sync with
10310           the copy in gst-ffmpeg)
10311
10312 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10313
10314         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10315         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10316         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10317         (cleanup_gdpdepay):
10318         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10319         * tests/check/elements/subparse.c: (teardown_subparse):
10320         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10321         * tests/check/elements/videorate.c: (cleanup_videorate):
10322         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10323         * tests/check/elements/volume.c: (cleanup_volume):
10324         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10325         (cleanup_vorbisdec):
10326         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10327         (cleanup_vorbistag):
10328           consistent pad (de)activation
10329
10330 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10333           Forgot to register the extensions.
10334
10335 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10336
10337         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10338         (plugin_init):
10339           Add typefinder for VIVO files (my christmas present to the 90s).
10340
10341 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10342
10343         * gst/playback/gstdecodebin.c: (type_found):
10344           Special-case the text/plain media type: we only want to recognise it
10345           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10346           parser, but not if the entire stream is of text/plain type. If the
10347           entire stream is text/plain, we should just error out.
10348
10349           This fixes playback of audio files with lyrics in totem. Totem can't
10350           distinguish between text files and subtitle files and passes any
10351           .txt file with the same basename as the main file to playbin as
10352           suburi, and playbin will then throw a 'subtitle found, but no video
10353           stream' error, which isn't entirely helpful. See #380342.
10354
10355           Also, with this change we'll show a slightly more correct error
10356           message in case totem passes a playlist file to us (although a
10357           custom error message wording instead of the default text would
10358           probably not be a bad idea either).
10359
10360           Same problem also needs to be fixed for playbin+decodebin2.
10361
10362         * tests/check/Makefile.am:
10363         * tests/check/elements/decodebin.c: (src_handoff_cb),
10364         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10365         (decodebin_suite):
10366           Add simple unit test for decodebin for the above.
10367
10368 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10371         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10372           Refuse to change state to READY when we failed to create any of the
10373           required elements in our instance init function.
10374
10375 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * docs/libs/gst-plugins-base-libs-sections.txt:
10378           Small docs fixes/updates.
10379
10380         * gst-libs/gst/video/gstvideosink.h:
10381           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10382           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10383           removed from the base sink API between 0.9.6 and 0.9.7).
10384           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10385           accessor macros, so we don't do a runtime GObject type check every
10386           time we use them.
10387
10388 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * Makefile.am:
10391         * gst-plugins-base.doap:
10392         * gst-plugins-base.spec.in:
10393           add doap file
10394
10395 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10396
10397         Patch by: Jens Granseuer <jensgr at gmx net>
10398
10399         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10400         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10401         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10402         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10404           Declare variables at the beginning of a block. Fixes #383195.
10405
10406 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10407
10408         * configure.ac:
10409         Bump version nano - back to CVS.
10410
10411
10412 === release 0.10.11 ===
10413
10414 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10415
10416         * configure.ac:
10417           releasing 0.10.11, "Dumb things"
10418
10419 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10420
10421         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10422         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10423         Handle the case where an element has multiple pads with 
10424         unfixed caps as well as still possibly producing more dynamic 
10425         pads by storing each case as a distinct entry in the dynamic list.
10426         Fixes #38223 again.
10427
10428 2006-12-04  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/playback/gstdecodebin.c: (close_pad_link):
10431         Fix #382223, add more dynamic caps handling.
10432
10433 2006-12-04  Wim Taymans  <wim@fluendo.com>
10434
10435         * gst-libs/gst/audio/gstringbuffer.h:
10436         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10437         (gst_netaddress_set_ip4_interface),
10438         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10439         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10440         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10441         (gst_netaddress_get_ttl):
10442         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10443         * gst/playback/gstdecodebin.c: (close_pad_link):
10444         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10445         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10446         * win32/common/config.h:
10447
10448 2006-12-01  Michael Smith  <msmith@fluendo.com>
10449
10450         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10451           Delete bad debug code.
10452           Fixes #381219
10453
10454 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10455
10456         * gst/videoscale/vs_4tap.c:
10457         * win32/MANIFEST:
10458         * win32/common/config.h:
10459         * win32/vs8/libgstvideoscale.vcproj:
10460         Fix compilation on win32 under VS8
10461         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10462         Partially fixes #381175
10463
10464 2006-11-30  Michael Smith  <msmith@fluendo.com>
10465
10466         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10467         (GST_START_TEST):
10468           It would be very bad if, after a discont buffer, we thought every
10469           single following buffer was also discont. So, add to the test to
10470           ensure that this isn't the case.
10471           
10472         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10473           ... it was the case. So fix it.
10474
10475 2006-11-28  Wim Taymans  <wim@fluendo.com>
10476
10477         * gst/playback/gstplaybasebin.c: (check_queue_event):
10478         Improve debug.
10479
10480         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10481         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10482         padtemplate caps. Refixes #357577.
10483
10484 2006-11-28  Wim Taymans  <wim@fluendo.com>
10485
10486         * gst/playback/gstplaybasebin.c: (check_queue_event),
10487         (queue_threshold_reached), (queue_out_of_data),
10488         (gen_preroll_element):
10489         Add event probe to see when EOS is in a queue and we can disable the
10490         underrun signals. Fixes #357577.
10491
10492 2006-11-28  Edward Hervey  <edward@fluendo.com>
10493
10494         * gst/playback/Makefile.am:
10495         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
10496         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
10497         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10498         (gst_decode_bin_init), (gst_decode_bin_dispose),
10499         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
10500         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
10501         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
10502         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
10503         (connect_element), (expose_pad), (type_found),
10504         (pad_added_group_cb), (pad_removed_group_cb),
10505         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
10506         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
10507         (are_raw_caps), (multi_queue_overrun_cb),
10508         (multi_queue_underrun_cb), (gst_decode_group_new),
10509         (get_current_group), (group_demuxer_event_probe),
10510         (gst_decode_group_control_demuxer_pad),
10511         (gst_decode_group_control_source_pad),
10512         (gst_decode_group_check_if_blocked),
10513         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
10514         (gst_decode_group_hide), (gst_decode_group_free),
10515         (gst_decode_group_set_complete), (source_pad_blocked_cb),
10516         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
10517         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
10518         (plugin_init):
10519         New decodebin2 element.
10520         Closes #370092
10521         * gst/playback/gstplay-marshal.list:
10522         Added marshallers for new signals in decodebin2
10523         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
10524         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
10525         is set.
10526
10527 2006-11-28  Wim Taymans  <wim@fluendo.com>
10528
10529         * gst/playback/gstplaybasebin.c: (setup_source),
10530         (gst_play_base_bin_change_state):
10531         Disable rtsp:// uris for the release, it's not good enough yet.
10532         Remove unused var.
10533
10534 2006-11-26  Wim Taymans  <wim@fluendo.com>
10535
10536         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10537         (theora_dec_push_forward), (theora_dec_push_reverse),
10538         (theora_handle_data_packet), (theora_dec_decode_buffer),
10539         (theora_dec_flush_decode), (theora_dec_chain_reverse),
10540         (theora_dec_chain_forward), (theora_dec_chain):
10541         Implement reverse playback.
10542
10543         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10544         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
10545         (vorbis_dec_chain_forward):
10546         Clear buffers used for reverse playback in _reset.
10547         No need to set the eos flag, we clip samples using the segment.
10548
10549 2006-11-24  Wim Taymans  <wim@fluendo.com>
10550
10551         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10552         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
10553         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
10554         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
10555         Some cleanups.
10556         Handle continued pages in reverse mode.
10557
10558 2006-11-24  Wim Taymans  <wim@fluendo.com>
10559
10560         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
10561         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
10562         (vorbis_dec_flush_decode):
10563         Small cleanups.
10564         Don't try to add invalid timestamps.
10565         Clipping will unref the buffer.
10566
10567 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10568
10569         * gst/adder/gstadder.h:
10570         * gst/audiotestsrc/gstaudiotestsrc.h:
10571           remove obsolete _factory_init protos
10572
10573 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10574
10575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
10576           Fix spacing in debug message.
10577
10578 2006-11-23  Wim Taymans  <wim@fluendo.com>
10579
10580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10581         (gst_ogg_demux_chain):
10582         Don't just ignore return values from _pad_push().
10583         Small debug improvements.
10584
10585 2006-11-23  Michael Smith  <msmith@fluendo.com>
10586
10587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
10588           If our incoming buffer is marked as DISCONT, then increment the page
10589           number (so that the discontinuity is marked in the final ogg
10590           bitstream) and flush the previous page.
10591
10592 2006-11-22  Michael Smith  <msmith@fluendo.com>
10593
10594         * ext/theora/gsttheoraenc.h:
10595         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10596         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
10597         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
10598         (theora_enc_chain), (theora_enc_change_state):
10599           Mark discontinuities of > 3/4 of a frame, reinit encoder.
10600
10601         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10602         (GST_START_TEST), (theoraenc_suite):
10603           Enable discontinuity test, fix it.
10604
10605 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10606
10607         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10608         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10609         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10610         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10611         (gst_text_overlay_change_state):
10612         * ext/pango/gsttextoverlay.h:
10613           Some textoverlay fixes: for one, in the video chain function,
10614           actually wait for a text buffer to come in if there is none at the
10615           moment and there should be one; also, deal more gracefully with
10616           incoming buffers that do not have a timestamp or duration; discard
10617           text buffer when not needed any longer. Fixes #341681.
10618
10619         * tests/check/Makefile.am:
10620         * tests/check/elements/.cvsignore:
10621         * tests/check/elements/textoverlay.c:
10622         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
10623         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
10624         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
10625         (test_video_waits_for_text_send_text_newsegment_thread),
10626         (test_video_waits_for_text_shutdown_element),
10627         (test_render_continuity_push_video_buffers_thread),
10628         (textoverlay_suite):
10629           Add some unit tests for textoverlay.
10630
10631 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10634           Avoid integer underflow when the found probability for mp3 is
10635           smaller than the 'penalty' we subtract if there's not a clean
10636           mp3 header sync at offset 0.
10637
10638 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
10639
10640         * docs/libs/gst-plugins-base-libs-sections.txt:
10641           Add some new symbols to the docs
10642
10643 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * tests/check/Makefile.am:
10646         * tests/check/elements/ffmpegcolorspace.c:
10647         (ffmpegcolorspace_suite):
10648           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
10649           (for now not for valgrinding though, since it takes too long).
10650
10651 2006-11-20  Wim Taymans  <wim@fluendo.com>
10652
10653         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10654         (gst_ffmpeg_pixfmt_to_caps):
10655         Fix RGBA32 caps. Fixes #357038.
10656
10657 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * gst-libs/gst/interfaces/mixertrack.h:
10660           Add FIXME so we can add some padding here in 0.11
10661
10662 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10663
10664         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10665           Fix GstBaseRTPAudioPayload structure so the whole GObject
10666           inheritance business actually works (parent class instance structure
10667           must always come first in the derived class instance structure).
10668
10669 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * gst/videotestsrc/Makefile.am:
10672         * tests/check/Makefile.am:
10673           Make sure our checks and the videotestsrc plugin link against the
10674           local uninstalled gst libs and not any installed gst libs that
10675           might happen to exist as well.
10676
10677         * tests/check/elements/adder.c: (message_received),
10678         (test_event_message_received), (test_play_twice_message_received):
10679         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
10680           Fix compiler warnings when compiling against core with disabled
10681           debugging system.
10682
10683 2006-11-16  Michael Smith  <msmith@fluendo.com>
10684
10685         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
10686         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
10687           Fix audiorate, so that it accurately sets offsets and timestamps.
10688           Doesn't change the fundamental algorithmic decisions; so should be
10689           safe.
10690
10691         * tests/check/Makefile.am:
10692           Enable audiorate test now that it passes.
10693
10694 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
10695
10696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10697           clear xv when going to NULL, remove // commented non-existant proto
10698
10699         * tests/examples/seek/seek.c: (main):
10700           add missing tooltip description for scrub and play_scrub
10701
10702 2006-11-14  David Schleef  <ds@schleef.org>
10703
10704         * configure.ac:
10705           Bump liboil requirement to 0.3.8.
10706         * gst-libs/gst/riff/riff-media.c:
10707           Add Dirac fourcc.
10708         * gst/videoscale/vs_image.h:
10709         * gst/videoscale/vs_scanline.h:
10710           Use liboil's stdint.h.
10711         * gst/videotestsrc/videotestsrc.c:
10712           Remove liboil related ifdef's, since they aren't needed now, and
10713           won't work with future versions.
10714
10715 2006-11-14  David Schleef  <ds@schleef.org>
10716
10717         * gst/videoscale/Makefile.am:
10718         * gst/videoscale/gstvideoscale.c:
10719         * gst/videoscale/gstvideoscale.h:
10720         * gst/videoscale/vs_4tap.c:
10721         * gst/videoscale/vs_4tap.h:
10722         * gst/videoscale/vs_image.c:
10723         * gst/videoscale/vs_image.h:
10724         * gst/videoscale/vs_scanline.c:
10725         * gst/videoscale/vs_scanline.h:
10726           Add a 4-tap image scaler.  Theoretically looks much prettier.
10727           The tap calculation could use some improvement.
10728
10729 2006-11-14  Wim Taymans  <wim@fluendo.com>
10730
10731         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
10732
10733         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
10734         (gst_riff_parse_strf_iavs):
10735         * gst/subparse/gstsubparse.c: (convert_encoding):
10736         * gst/tcp/gstmultifdsink.c:
10737         (gst_multi_fd_sink_handle_client_write):
10738         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
10739         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
10740         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
10741         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
10742         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10743         (gst_ximagesink_ximage_new):
10744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10745         Various gsize and gssize printf fixes. Fixes #372507.
10746
10747 2006-11-13  Wim Taymans  <wim@fluendo.com>
10748
10749         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10750         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
10751         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
10752         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
10753         (vorbis_dec_chain_forward), (vorbis_dec_chain):
10754         * ext/vorbis/vorbisdec.h:
10755         First stab at vorbis reverse playback.
10756
10757 2006-11-13  Wim Taymans  <wim@fluendo.com>
10758
10759         * gst-libs/gst/audio/gstbaseaudiosink.c:
10760         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10761         * gst-libs/gst/audio/gstbaseaudiosink.h:
10762         Make the clock sync code more accurate wrt resampling and playback
10763         at different rates.
10764         
10765         * gst-libs/gst/audio/gstringbuffer.c:
10766         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
10767         * gst-libs/gst/audio/gstringbuffer.h:
10768         Use better algorithm to interpolate sample rates. 
10769
10770 2006-11-13  Michael Smith  <msmith@fluendo.com>
10771
10772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
10773           Improve a debug line slightly.
10774
10775         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
10776           Call gst_riff_init() in plugin_init, to avoid getting errors from
10777           the debug system (unrelated changes to another plugin made this turn
10778           up; not sure why).
10779
10780 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
10783
10784         * win32/common/libgsttag.def:
10785           Add missing symbol (#366492).
10786
10787 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
10790           Don't unref a NULL pad.
10791
10792 2006-11-09  Wim Taymans  <wim@fluendo.com>
10793
10794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10795         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
10796         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
10797         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
10798         (gst_ogg_demux_loop):
10799         Implement first stab at reverse playback.
10800
10801 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
10802
10803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10804         (gst_riff_create_video_template_caps):
10805           add h263/h264 variants to the caps, Fixes #363118
10806
10807 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10810         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10811           Use g_strerror instead of strerror so we get UTF-8.
10812
10813 2006-11-03  David Schleef  <ds@schleef.org>
10814
10815         * ext/ogg/gstoggdemux.c:
10816         * ext/ogg/gstoggmux.c:
10817           Add/remove KW-DIRAC header here, since it is ogg-specific.
10818
10819 2006-11-03  Michael Smith  <msmith@fluendo.com>
10820
10821         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10822           Recognise more mpeg4 elementary video streams.
10823
10824 2006-11-02  Edward Hervey  <edward@fluendo.com>
10825
10826         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10827         Lower the probability of mp3 typefinding functions if we don't find a
10828         valid mp3 header at the start of the file.
10829         Closes #369482
10830
10831 2006-11-02  Wim Taymans  <wim@fluendo.com>
10832
10833         * ext/theora/gsttheoradec.h:
10834         * ext/theora/theoradec.c: (gst_theora_dec_init),
10835         (theora_dec_sink_event), (theora_dec_chain_forward),
10836         (theora_dec_flush_decode), (theora_dec_chain_reverse),
10837         (theora_dec_chain):
10838         Document and partially implement an algorithm for doing reverse playback
10839         of theora video.
10840
10841 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
10844
10845         * win32/common/config.h:
10846         * win32/common/interfaces-enumtypes.c:
10847         * win32/common/libgsttag.def:
10848         * win32/vs8/gst-plugins-base.sln:
10849         * win32/vs8/libgstaudioresample.vcproj:
10850         * win32/vs8/libgstinterfaces.vcproj:
10851         * win32/vs8/libgstogg.vcproj:
10852         * win32/vs8/libgstriff.vcproj:
10853         * win32/vs8/libgsttag.vcproj:
10854         * win32/vs8/libgsttheora.vcproj:
10855         * win32/vs8/libgstvideoscale.vcproj:
10856         * win32/vs8/libgstvorbis.vcproj:
10857           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
10858           to libgsttag.def; add missing dependencies for some vs8 projects;
10859           re-arrange placement of .def files in vs8 projects (#366334).
10860
10861 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
10862
10863         * ext/ogg/gstogg.c:
10864           Remove unused variable.
10865
10866         * ext/ogg/gstoggdemux.c:
10867           Fix Wim's surname in plugin description.
10868
10869 2006-10-31  Wim Taymans  <wim@fluendo.com>
10870
10871         * gst-plugins-base.spec.in:
10872         spec new .h file. Fixes #368310.
10873
10874 2006-10-31  Michael Smith  <msmith@fluendo.com>
10875
10876         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
10877         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10878         (gst_multi_fd_sink_get_stats),
10879         (gst_multi_fd_sink_remove_client_link),
10880         (gst_multi_fd_sink_queue_buffer),
10881         (gst_multi_fd_sink_handle_clients):
10882         * gst/tcp/gstmultifdsink.h:
10883           Make using the remove or clear signals threadsafe.
10884           Make calling get-stats with an invalid fd not segfault.
10885           Fixes 368273.
10886
10887 2006-10-31  Wim Taymans  <wim@fluendo.com>
10888
10889         * gst-libs/gst/rtp/Makefile.am:
10890         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10891         (gst_base_rtp_audio_payload_init):
10892         Fix and activate base audio payloader.
10893
10894 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
10895
10896         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
10897         (plugin_init):
10898           Add typefinder for QuickTime Image Files (see #366156).
10899
10900 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
10901
10902         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
10903           Another typo fix (#366212).
10904
10905 2006-10-27  Wim Taymans  <wim@fluendo.com>
10906
10907         * gst/volume/gstvolume.c: (volume_transform_ip):
10908         Use stream time to synchronize volume property instead of rather random
10909         timestamps. This is needed when gnonlin does its time shifting.
10910
10911 2006-10-27  Wim Taymans  <wim@fluendo.com>
10912
10913         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
10914
10915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
10916         Remove the pad from the element in release_pad. Fixes #364812.
10917
10918 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10922           Explicitly create our custom buffer classes at a thread-safe
10923           location as well, since g_type_class_ref() doesn't seem to be
10924           entirely thread-safe either (#365501; also see #349410).
10925
10926 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
10929         (gst_riff_parse_info):
10930           If strings in INFO chunk are not UTF-8, do something similar to
10931           what we do for ID3v1 tags: check a number of environment variables
10932           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
10933           character sets to try, otherwise try the current locale and/or fall
10934           back on ISO-8859-1. Fixes #360552.
10935
10936 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         * gst/videotestsrc/gstvideotestsrc.c:
10939         (gst_video_test_src_pattern_get_type),
10940         (gst_video_test_src_set_pattern):
10941         * gst/videotestsrc/gstvideotestsrc.h:
10942         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
10943         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
10944         (gst_video_test_src_checkers8):
10945         * gst/videotestsrc/videotestsrc.h:
10946           Add a bunch of exciting new checkers patterns.
10947
10948 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst/subparse/Makefile.am:
10951         * gst/subparse/gstsubparse.c:
10952         (gst_sub_parse_data_format_autodetect),
10953         (gst_sub_parse_format_autodetect), (handle_buffer),
10954         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
10955         * gst/subparse/gstsubparse.h:
10956         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
10957         (parse_tmplayer):
10958         * gst/subparse/tmplayerparse.h:
10959           Add support for TMPlayer-type subtitles (#362845).
10960
10961         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
10962         (GST_START_TEST), (subparse_suite):
10963           Add some basic unit tests for the above.
10964
10965 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * tests/check/elements/audiorate.c: (test_injector_base_init),
10968         (test_injector_class_init), (test_injector_chain),
10969         (test_injector_init), (probe_cb), (do_perfect_stream_test),
10970         (GST_START_TEST), (audiorate_suite):
10971           More tests for audiorate: inject buffers to check behaviour when
10972           buffers overlap.
10973
10974 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * tests/check/Makefile.am:
10977         * tests/check/elements/.cvsignore:
10978         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
10979         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
10980           Add some basic unit tests for audiorate. Disabled at the moment
10981           since it doesn't pass yet (see bug #363119).
10982
10983 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
10986         (parse_subrip), (handle_buffer):
10987           Add missing closing tags for markup and fix broken markup,
10988           otherwise pango won't render anything (fixes #357531). Also,
10989           make sure the text we send out is always NUL-terminated
10990           (better safe than sorry etc.).
10991
10992         * tests/check/elements/subparse.c: (test_srt_do_test),
10993         (test_srt):
10994           Some more tests for .srt incl. tests for the above stuff.
10995
10996 2006-10-20  Julien MOUTTE  <julien@moutte.net>
10997
10998         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
10999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11000         Patch by: Stefan Kost  <ensonic@users.sf.net>
11001         Try to redraw borders only when needed. Apparently this consumes
11002         resources on small devices... :-O (#363607)
11003
11004 2006-10-20  Michael Smith  <msmith@fluendo.com>
11005
11006         * gst/tcp/gstmultifdsink.c:
11007         (gst_multi_fd_sink_client_queue_buffer):
11008           If caps change, then update the client's idea of the caps so that we
11009           don't end up re-sending streamheaders for every single buffer after
11010           the caps change.
11011
11012 2006-10-20  Michael Smith  <msmith@fluendo.com>
11013
11014         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11015         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11016           Set caps on pushed buffers; fix up refcounting of caps objects.
11017
11018 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11019
11020         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11021         (plugin_init):
11022           Typefind mmsh header data packet to application/x-mmsh (#362625).
11023
11024 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * tests/check/Makefile.am:
11027         * tests/check/elements/.cvsignore:
11028         * tests/check/elements/subparse.c: (buffer_from_static_string),
11029         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11030         (GST_START_TEST), (subparse_suite):
11031           Add very simple unit test for subparse.
11032
11033 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11036         (parse_subrip):
11037           Strip trailing newlines from subtitle text output.
11038
11039 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11040
11041         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11042         (gst_sub_parse_change_state):
11043           Fix memleak; clear subparse->textbuf n state change function.
11044
11045 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11046
11047         * gst/subparse/gstsubparse.c:
11048         (gst_sub_parse_data_format_autodetect):
11049           Don't require subrip (.srt) files to start with a chunk number of 1.
11050
11051 2006-10-18  Wim Taymans  <wim@fluendo.com>
11052
11053         * gst-libs/gst/audio/gstbaseaudiosink.c:
11054         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11055         * gst-libs/gst/audio/gstbaseaudiosink.h:
11056         Extract rate from the NEWSEGMENT event.
11057         Use commit_full to also take rate adjustment into account when writing
11058         samples to the ringbuffer.
11059         
11060         * gst-libs/gst/audio/gstringbuffer.c:
11061         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11062         (gst_ring_buffer_read):
11063         * gst-libs/gst/audio/gstringbuffer.h:
11064         Added _commit_full() to also take rate into account.
11065         Use simple interpolation algorithm to resample audio.
11066         API: gst_ring_buffer_commit_full()
11067
11068         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11069         * tests/examples/seek/seek.c: (segment_done):
11070         Don't try to seek with 0.0 rate, just pause instead.
11071         Remove bogus debug line.
11072
11073 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11076         (setup_source):
11077           Catch async errors when starting up the subtitle bin, so we can
11078           stop waiting and continue with the main film instead of hanging
11079           forever. Fixes #339366.
11080
11081         * tests/check/elements/playbin.c: (playbin_suite):
11082           Enable unit test for the above.
11083
11084 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * tests/check/Makefile.am:
11087         * tests/check/elements/.cvsignore:
11088         * tests/check/elements/playbin.c: (GST_START_TEST),
11089         (gst_red_video_src_uri_get_type),
11090         (gst_red_video_src_uri_get_protocols),
11091         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11092         (gst_red_video_src_uri_handler_init),
11093         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11094         (gst_red_video_src_create), (gst_red_video_src_class_init),
11095         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11096           Some small and basic unit tests for playbin; not very useful yet,
11097           but at least a start.
11098
11099 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11100
11101         * gst/playback/gstplaybin.c: (setup_sinks):
11102           The old pad activation spiel.
11103
11104 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * gst/playback/gstplaybasebin.c: (setup_source):
11107           Don't hang forever if the subbin already fails to start up in 
11108           the state change to PAUSED (#339366).
11109
11110 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11111
11112         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11113         (gst_tuner_set_channel), (gst_tuner_get_channel),
11114         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11115         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11116         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11117         (gst_tuner_find_channel_by_name):
11118           Fix some function guards, add some more function guards.
11119
11120 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11121
11122         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11123         (remove_element_chain):
11124         Don't return a pad from get_our_ghost_pad unless it is actually the
11125         one we want.
11126         Change a cast in remove_element_chain slightly.
11127
11128 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11129
11130         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11131         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11132         Segment seeking needs to use the rate and set stop to -1.
11133
11134 2006-10-13  Wim Taymans  <wim@fluendo.com>
11135
11136         * gst-libs/gst/audio/gstbaseaudiosink.c:
11137         (gst_base_audio_sink_setcaps):
11138         Don't crash when ringbuffer is not yet created.
11139         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11140         Fixes #361634.
11141
11142         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11143         * gst/playback/gststreamselector.c:
11144         (gst_stream_selector_request_new_pad):
11145         Activate pads befre adding them to running elements.
11146
11147 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11148
11149         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11150         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11151         updater when we start grabing the slider. Don't wait for the
11152         pipeline to be PAUSED.
11153
11154 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11157         (gst_mixer_set_volume), (gst_mixer_get_volume),
11158         (gst_mixer_set_mute), (gst_mixer_set_option),
11159         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11160         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11161         (gst_mixer_option_changed):
11162           Guard mixer interface functions against bogus arguments.
11163
11164 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11165
11166         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11167         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11168         (msg_state_changed), (main): Use state-changed messages to trigger
11169         start/stop of scale update timer. Indeed the scale slider was
11170         jumping here and there because the update timer was activated 
11171         before seek completed. This fixes instant applying of rate changes
11172         by pressing the spinbutton like a crazy man !
11173
11174 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11175
11176         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11177
11178         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11179         (gst_basertppayload_finalize):
11180           Fix two small memory leaks (#361456).
11181
11182 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11183
11184         * tests/examples/seek/seek.c: (do_seek),
11185         (rate_spinbutton_changed_cb): When changing spinbutton we try
11186         to change the rate on the fly.
11187
11188 2006-10-10  Wim Taymans  <wim@fluendo.com>
11189
11190         * gst-libs/gst/riff/riff-ids.h:
11191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11192         (gst_riff_create_audio_template_caps):
11193         Add WMS caps.
11194
11195 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11196
11197         Patch by: Josep Torra Valles <josep@fluendo.com>
11198
11199         * ext/gnomevfs/gstgnomevfssink.c:
11200         * ext/gnomevfs/gstgnomevfssrc.c:
11201         Fix URI interface implementation return type.
11202         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11203         Fix what looks like a copy/paste issue when assigning values.
11204         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11205         (gst_audio_filter_template_get_type):
11206         Cast to prevent Forte warnings.
11207         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11208         Fix URI interface implementation return type.
11209         gst_pad_query_position requires a signed integer pointer as
11210         3rd parameter, GstClockTime is unsigned.
11211         * gst/audioconvert/audioconvert.c:
11212         Fix integer overflow when treated as signed.
11213         * gst/audioresample/resample.c: (resample_add_input_data):
11214         Cast to prevent warnings on Forte.
11215         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11216         Fix integer overflow when treated as signed.
11217         * gst/ffmpegcolorspace/imgconvert_template.h:
11218         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11219         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11220         (cleanup_decodebin):
11221         Who initialises a guint to -1!
11222         Cast function pointers to prevent warnings on Forte.
11223         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11224         (queue_threshold_reached):
11225         Cast function pointers correctly to prevent warnings on Forte.
11226         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11227         Cast function pointers correctly to prevent warnings on Forte.
11228         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11229         Obvious change to unsigned, 0xEF > max signed char.
11230         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11231         GstClockTime is unsigned, initialise correctly.
11232         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11233         Cast so pointer arithemetic doesn't cause warnings on Forte.
11234         * gst/videorate/gstvideorate.c:
11235         Use correct return value.
11236         * tests/examples/seek/scrubby.c:
11237         GstClockTime is unsigned, initialise correctly.
11238
11239 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11240
11241         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11242
11243         * gst/typefind/gsttypefindfunctions.c:
11244           Recognise XML files and XML-like files shorter than 256 bytes as
11245           well (fixes #359237).
11246
11247 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11248
11249         Patch by: Renato Filho <renato.filho@indt.org.br>
11250         
11251         * gst/typefind/gsttypefindfunctions.c:
11252         Added typefind functions to video/x-nuv media.
11253         
11254 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * gst-libs/gst/interfaces/xoverlay.c:
11257         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11258           Some more guards against invalid input.
11259
11260 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11261
11262         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11263         Useless goto.
11264         * tests/examples/seek/seek.c: (do_seek),
11265         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11266         seek example to experiment with rates != 1.0 (reverse playback !)
11267
11268 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11269
11270         * gst-libs/gst/interfaces/xoverlay.c:
11271           Unref message in doc-example (spotted by Robert McQueen)
11272
11273 2006-10-06  Wim Taymans  <wim@fluendo.com>
11274
11275         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11276         (mpeg1_parse_header), (mpeg1_sys_type_find):
11277         printf fix.
11278
11279 2006-10-06  Wim Taymans  <wim@fluendo.com>
11280
11281         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11282         (close_pad_link):
11283         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11284         Activate dynamic pads before adding them to the element.
11285
11286 2006-10-06  Michael Smith  <msmith@fluendo.com>
11287
11288         * gst-libs/gst/floatcast/floatcast.h:
11289           Fix obviously-bogus macros; use the correct types.
11290
11291 2006-10-06  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11294         (gst_base_rtp_depayload_change_state):
11295         Also call parent state change function to activate pads.
11296
11297         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11298         (mpeg1_parse_header), (mpeg1_sys_type_find):
11299         Add some more debug info in mpeg typefinding.
11300
11301 2006-10-06  Michael Smith  <msmith@fluendo.com>
11302
11303         * ext/theora/theoradec.c: (theora_dec_chain):
11304           Zero byte theora packets are valid and well-defined; don't warn on
11305           them.
11306
11307 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11308
11309         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11310         (gst_multi_fd_sink_get_stats), (find_limits),
11311         (gst_multi_fd_sink_queue_buffer):
11312           API: add dropped_buffers to the get-stats GValueArray
11313
11314 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11315
11316         * ext/alsa/gstalsadeviceprobe.c:
11317         (gst_alsa_device_property_probe_get_values):
11318         * ext/alsa/gstalsasink.c: (set_hwparams):
11319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11320         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11322         (gst_ogg_mux_process_best_pad):
11323         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11324         (gst_ogg_parse_chain):
11325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11326         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11327         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11328         (gst_vorbis_enc_buffer_check_discontinuous):
11329         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11330         * gst-libs/gst/audio/gstbaseaudiosink.c:
11331         (gst_base_audio_sink_render):
11332         * gst-libs/gst/cdda/gstcddabasesrc.c:
11333         (gst_cdda_base_src_handle_track_seek):
11334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11335         (gst_base_rtp_depayload_push_full):
11336         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11337         * gst/audioresample/resample.c: (resample_input_pushthrough):
11338         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11339         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11340         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11341         (wavpack_type_find):
11342         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11343         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11344         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11345         * tests/check/elements/volume.c: (GST_START_TEST):
11346           Printf format fixes.
11347
11348 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11349
11350         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11351           Fix a simple mistake (see the docs)
11352           Fixes #359580
11353
11354 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * docs/plugins/Makefile.am:
11357         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11359         * docs/plugins/gst-plugins-base-plugins.args:
11360         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11361         * docs/plugins/inspect/plugin-adder.xml:
11362         * docs/plugins/inspect/plugin-alsa.xml:
11363         * docs/plugins/inspect/plugin-audioconvert.xml:
11364         * docs/plugins/inspect/plugin-audiorate.xml:
11365         * docs/plugins/inspect/plugin-audioresample.xml:
11366         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11367         * docs/plugins/inspect/plugin-cdparanoia.xml:
11368         * docs/plugins/inspect/plugin-decodebin.xml:
11369         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11370         * docs/plugins/inspect/plugin-gdp.xml:
11371         * docs/plugins/inspect/plugin-gnomevfs.xml:
11372         * docs/plugins/inspect/plugin-libvisual.xml:
11373         * docs/plugins/inspect/plugin-ogg.xml:
11374         * docs/plugins/inspect/plugin-pango.xml:
11375         * docs/plugins/inspect/plugin-playbin.xml:
11376         * docs/plugins/inspect/plugin-subparse.xml:
11377         * docs/plugins/inspect/plugin-tcp.xml:
11378         * docs/plugins/inspect/plugin-theora.xml:
11379         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11380         * docs/plugins/inspect/plugin-video4linux.xml:
11381         * docs/plugins/inspect/plugin-videorate.xml:
11382         * docs/plugins/inspect/plugin-videoscale.xml:
11383         * docs/plugins/inspect/plugin-videotestsrc.xml:
11384         * docs/plugins/inspect/plugin-volume.xml:
11385         * docs/plugins/inspect/plugin-vorbis.xml:
11386         * docs/plugins/inspect/plugin-ximagesink.xml:
11387         * docs/plugins/inspect/plugin-xvimagesink.xml:
11388           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11389
11390 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11393
11394         * ext/vorbis/Makefile.am:
11395         * ext/vorbis/vorbis.c: (plugin_init):
11396         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11397         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11398         * ext/vorbis/vorbisparse.h:
11399         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11400         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11401         (gst_vorbis_tag_parse_packet):
11402         * ext/vorbis/vorbistag.h:
11403           Add new vorbistag element which derives from vorbisparse
11404           and is essentially the same as well, only that it implements
11405           the GstTagSetter interface and can modify the stream's
11406           vorbiscomment on the fly (#335635).
11407
11408         * tests/check/Makefile.am:
11409         * tests/check/elements/.cvsignore:
11410         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11411         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11412         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11413         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11414           Add unit test for new vorbistag element.
11415
11416 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11417
11418         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11419         (vorbis_parse_push_headers), (vorbis_parse_chain):
11420           Set BOS flag in packet structure to fix 'jump depends
11421           on unitialized value' errors in valgrind; various minor
11422           clean-ups.
11423
11424 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11425
11426         * gst/playback/gstdecodebin.c: (close_pad_link):
11427         Fix typo in a debug statement.
11428
11429         * gst/playback/gstplaybasebin.c: (probe_triggered),
11430         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11431         (gen_source_element), (source_new_pad), (analyse_source),
11432         (setup_source):
11433         When handling no_more_pads in new_decoded_pad, make sure to treat
11434         subtitle pads correctly. Fixes playback with subtitle files.
11435
11436         Move a recurring message to LOG level.
11437
11438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11439         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11440         which ends up as -1 when cast to an int. Make the logic handle the
11441         max value as an unsigned mask and only change the colorkey when it's
11442         a value we recognise.
11443
11444 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11445
11446         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11447         Removed empty * between paragraphs
11448
11449 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11450
11451         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11452         * gst-libs/gst/rtp/README:
11453         Moved some documentation into .c file
11454
11455 2006-09-29  Wim Taymans  <wim@fluendo.com>
11456
11457         * gst/playback/gstdecodebin.c: (no_more_pads):
11458         Fix compilation.
11459
11460 2006-09-29  Wim Taymans  <wim@fluendo.com>
11461
11462         * gst/playback/gstdecodebin.c: (new_caps):
11463         Remove g_print
11464
11465         * gst/playback/gstplaybin.c:
11466         Add some docs.
11467
11468 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11469
11470         * tests/check/Makefile.am:
11471           Re-enable cddabasesrc test to see if it works again
11472           now.
11473
11474 2006-09-29  Wim Taymans  <wim@fluendo.com>
11475
11476         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11477         (gen_source_element):
11478         Handle invalid URIs a bit more gracefully.
11479
11480 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         * tests/check/pipelines/oggmux.c:
11483           Remove obsolete comment.
11484
11485 2006-09-29  Michael Smith  <msmith@fluendo.com>
11486
11487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11488         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11489         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11490         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11491         (gst_ogg_mux_collected):
11492           Commit patch from James "Doc" Livingston, adds proper EOS handling
11493           in oggmux. GStreamer can, for the first time ever, create a valid
11494           Ogg file! Yay!
11495
11496         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
11497         (oggmux_suite):
11498           Reenable tests now that they pass.
11499
11500 2006-09-29  Wim Taymans  <wim@fluendo.com>
11501
11502         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11503         Stop reading commands when EOF (we read 0) as well.
11504
11505 2006-09-28  Wim Taymans  <wim@fluendo.com>
11506
11507         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
11508         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
11509         (find_dynamic), (unlinked), (close_link):
11510         Implement delayed caps linking needed for element with a lot of
11511         different caps on the src pads that get fixed at runtime.
11512         Improve management of dynamic elements.
11513
11514         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11515         (group_destroy), (group_commit), (check_queue), (queue_overrun),
11516         (gen_preroll_element), (remove_groups), (unknown_type),
11517         (add_element_stream), (no_more_pads_full), (no_more_pads),
11518         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
11519         (new_decoded_pad), (setup_subtitle), (array_has_value),
11520         (gen_source_element), (source_new_pad), (has_all_raw_caps),
11521         (analyse_source), (remove_decoders), (make_decoder),
11522         (remove_source), (setup_source), (finish_source), (prepare_output),
11523         (gst_play_base_bin_change_state):
11524         * gst/playback/gstplaybasebin.h:
11525         Use more _CAST instead of full type checking casts.
11526         Small cleanups, plug some leaks.
11527         Handle dynamic sources.
11528         Add some helper functions to create lists of strings used for
11529         blacklisting and other stuff.
11530         Refactor some code dealing with analysing the source.
11531         Re-enable sources without pads (like cd:// or other selfcontained
11532         elements).
11533
11534 2006-09-28  Wim Taymans  <wim@fluendo.com>
11535
11536         * gst-libs/gst/audio/gstbaseaudiosink.c:
11537         (gst_base_audio_sink_render):
11538         When we have a timestamp, we can still perform clipping.
11539         When we have no clock, we must play the sample ASAP.
11540
11541 2006-09-28  Wim Taymans  <wim@fluendo.com>
11542
11543         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11544         Set caps on outgoing buffers.
11545
11546         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11547         (gst_video_rate_event), (gst_video_rate_chain):
11548         * gst/videorate/gstvideorate.h:
11549         Fix videorate some more. Fixes #357977
11550
11551 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * tests/check/elements/adder.c: (adder_suite):
11554           Don't set timeout to 6 seconds when we're running
11555           in valgrind ... (and how is 6 seconds longer than
11556           the default anyway?)
11557
11558 2006-09-28  Wim Taymans  <wim@fluendo.com>
11559
11560         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11561         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
11562         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
11563         Keep sink and src segment to keep track of time and support more
11564         input formats.
11565         Fix bogus next_offset and run_time calculation, don't understand how
11566         this could have worked before. Fixes #357976.
11567         Remove some unneeded vars.
11568
11569 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
11570
11571         * gst/playback/gstplaybin.c: (remove_sinks):
11572           Only remove visualisation from visbin if there is a visbin (or:
11573           don't throw warnings when closing totem without playing a file).
11574
11575 2006-09-27  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst-libs/gst/audio/gstbaseaudiosink.c:
11578         (gst_base_audio_sink_render):
11579         Add some more info in a WARNING.
11580
11581         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11582         (gst_base_audio_src_create):
11583         Handle PAUSE in create function, use new -core addition to
11584         wait for playing. Fixes pausing and resuming capture from an
11585         audiosrc.
11586
11587         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11588         (gst_ring_buffer_read):
11589         Constify some more.
11590         Caller supports interrupted reads now.
11591
11592 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * tests/check/Makefile.am:
11595           Another attempt to make the gen64 buildbot happy.
11596
11597 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
11598
11599         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
11600
11601         * ext/libvisual/visual.c: (gst_visual_clear_actors),
11602         (gst_visual_chain), (gst_visual_change_state):
11603           Libvisual plugin was not passing audio data to libvisual 0.4.0 
11604           correctly. Fixes #357800
11605
11606 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
11609           Add timeout to _get_state() so we see which pipeline it is
11610           that causes trouble on the gen64 build bot.
11611
11612 2006-09-27  Wim Taymans  <wim@fluendo.com>
11613
11614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11615         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
11616         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
11617         (gst_base_rtp_depayload_set_gst_timestamp):
11618         the source pad always uses fixed caps.
11619
11620 2006-09-27  Wim Taymans  <wim@fluendo.com>
11621
11622         * docs/libs/gst-plugins-base-libs-docs.sgml:
11623         * docs/libs/gst-plugins-base-libs-sections.txt:
11624         * gst-libs/gst/audio/gstaudioclock.c:
11625         * gst-libs/gst/audio/gstaudioclock.h:
11626         * gst-libs/gst/audio/gstaudiosink.c:
11627         * gst-libs/gst/audio/gstaudiosink.h:
11628         * gst-libs/gst/audio/gstaudiosrc.c:
11629         * gst-libs/gst/audio/gstbaseaudiosink.c:
11630         (gst_base_audio_sink_render):
11631         * gst-libs/gst/audio/gstbaseaudiosink.h:
11632         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
11633         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11634         * gst-libs/gst/audio/gstringbuffer.h:
11635         Added docs for the audio libs.
11636
11637 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * tests/check/Makefile.am:
11640           Temporarily disable test that fails on the bots for unknown reasons.
11641
11642 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11643
11644         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11645         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11646         Moved AudioCodecType into priv
11647         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
11648
11649 2006-09-25  Wim Taymans  <wim@fluendo.com>
11650
11651         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11652         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
11653         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
11654         (new_pad):
11655         Cleanups and small leak fixes.
11656         Added Depayloaders to valid list of autopluggable elements.
11657
11658 2006-09-25  Wim Taymans  <wim@fluendo.com>
11659
11660         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11661         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
11662         (gen_video_element), (gen_text_element), (gen_audio_element),
11663         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
11664         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
11665         Detect NO_PREROLL state change returns and disable clock distribution to
11666         the sinks so that sync is disabled.
11667         Avoid some type checking and do simple casts instead.
11668         Small cleanups, fix some FIXMEs.
11669         Be more robust when linking user specified elements, catch an report
11670         errors. Fixes #357404.
11671         Fix some leaks in the error paths.
11672
11673 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
11674
11675         * ChangeLog:
11676           ChangeLog surgery for missing bug-number
11677
11678 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         Patch by: Peter Kjellerstedt  <pkj at axis com>
11681
11682         * gst/playback/test.c:
11683           Fix compilation with uClibc and -Werror (#357591).
11684
11685 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11688           Parse dates that are followed by a time as well (#357532).
11689
11690         * tests/check/libs/tag.c: (test_vorbis_tags):
11691           Add unit test for this.
11692
11693 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11694
11695         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
11696         (gst_audio_convert_transform_caps):
11697         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
11698         * gst/videotestsrc/videotestsrc.h:
11699           A few array const-ifications.
11700
11701 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11702
11703         * tests/check/Makefile.am:
11704           See if this makes the build bots happy.
11705
11706         * tests/check/libs/cddabasesrc.c:
11707           UTF8-ise my name.
11708
11709 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11710
11711         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11712
11713         * gst/subparse/samiparse.c: (handle_start_font),
11714         (fix_invalid_entities):
11715           More case-insensitivity for certain tags; recognise entities with
11716           decimal codes as special entities as well (#357330).
11717
11718 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11719
11720         * gst-libs/gst/Makefile.am:
11721           Need to build tag directory before cdda.
11722
11723 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * docs/libs/gst-plugins-base-libs-sections.txt:
11726         * gst-libs/gst/cdda/Makefile.am:
11727         * gst-libs/gst/cdda/gstcddabasesrc.c:
11728         (gst_cdda_base_src_base_init):
11729         * gst-libs/gst/cdda/gstcddabasesrc.h:
11730         * gst-libs/gst/tag/tag.h:
11731         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
11732         (gst_tag_register_musicbrainz_tags):
11733           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
11734           depend on libgsttag. This is required so we can extract/read tags like
11735           DISCID without depending on libgstcddabasesrc (which used to register
11736           them).
11737
11738         * gst-libs/gst/tag/gstvorbistag.c:
11739           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
11740           tags (also see #347848).
11741
11742         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
11743           Log vorbis comments we are actually writing. Const-ify array.
11744
11745 2006-09-23  Wim Taymans  <wim@fluendo.com>
11746
11747         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
11748         Improve buffering a bit by avoiding a deadlock because we cannot assume
11749         the underrun is always called.
11750
11751 2006-09-23  Wim Taymans  <wim@fluendo.com>
11752
11753         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11754
11755         * gst-libs/gst/riff/riff-ids.h:
11756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11757         (gst_riff_create_audio_template_caps):
11758         Added MPEG-4 AAC and id and caps. Fixes #357289
11759         Added WMA9 Lossless id.
11760
11761 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * ext/gnomevfs/gstgnomevfssrc.c:
11764           Fix misleading docs addition.
11765
11766         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11767           Get rid of compiler warning the right way.
11768
11769 2006-09-22  Wim Taymans  <wim@fluendo.com>
11770
11771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11772         (gst_base_rtp_depayload_finalize),
11773         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
11774         (gst_base_rtp_depayload_push_full),
11775         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
11776         (gst_base_rtp_depayload_process),
11777         (gst_base_rtp_depayload_set_gst_timestamp),
11778         (gst_base_rtp_depayload_queue_release):
11779         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11780         Small cleanups.
11781         Fix some leaks.
11782         Refactored the process method and added methods to push from the process
11783         vmethod.
11784         Use _scale functions.
11785         API: gst_base_rtp_depayload_push_ts
11786         API: gst_base_rtp_depayload_push
11787
11788         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11789         timestamps are uint.
11790
11791 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
11792
11793         * gst-libs/gst/interfaces/xoverlay.c:
11794           Remove unused statement from doc example.
11795
11796 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
11797
11798         * gst-libs/gst/interfaces/videoorientation.c:
11799         (gst_video_orientation_iface_init),
11800         (gst_video_orientation_get_hflip),
11801         (gst_video_orientation_get_vflip),
11802         (gst_video_orientation_get_hcenter),
11803         (gst_video_orientation_get_vcenter),
11804         (gst_video_orientation_set_hflip),
11805         (gst_video_orientation_set_vflip),
11806         (gst_video_orientation_set_hcenter),
11807         (gst_video_orientation_set_vcenter):
11808           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
11809           in ChangeLog)
11810
11811 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * tests/check/Makefile.am:
11814         * tests/check/elements/.cvsignore:
11815         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
11816         (create_rgb_conversions), (rgb_conversion_free),
11817         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
11818         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
11819           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
11820           but disable for now since it doesn't pass (something wrong with
11821           RGBA somewhere).
11822
11823 2006-09-21  Wim Taymans  <wim@fluendo.com>
11824
11825         * gst/playback/gstplaybasebin.c: (group_commit),
11826         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
11827         (queue_out_of_data), (gen_preroll_element),
11828         (preroll_remove_overrun), (probe_triggered):
11829         Refactor handling of overrun detection.
11830         Separate handling of group completion and deadlock detection when doing
11831         network buffering. This should fix some deadlocks that were not detected
11832         because the group was completed.
11833         Add more comments, improve debugging.
11834
11835 2006-09-21  Wim Taymans  <wim@fluendo.com>
11836
11837         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11838         * tests/check/libs/audio.c:
11839         Some more compilation fixes.
11840
11841 2006-09-21  Wim Taymans  <wim@fluendo.com>
11842
11843         * gst-libs/gst/audio/gstringbuffer.c:
11844         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11845         (gst_ring_buffer_read):
11846         Early morning compilation fix.
11847
11848 2006-09-20  Wim Taymans  <wim@fluendo.com>
11849
11850         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11851         * tests/check/elements/multifdsink.c: (GST_START_TEST):
11852         * tests/check/elements/videorate.c: (GST_START_TEST):
11853         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
11854         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
11855         Fix some warnings.
11856
11857 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
11858
11859         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11860         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11861         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11862           Handcrafted merge to help CVS understanding what I changed and what
11863           not.
11864
11865 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
11866
11867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11868         (gst_xvimagesink_get_times):
11869           change colorkey behaviour back according to #354773 comment 6/7
11870
11871 2006-09-19  Michael Smith  <msmith@fluendo.com>
11872
11873         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11874         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
11875         (gst_multi_fd_sink_recover_client),
11876         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
11877         (gst_multi_fd_sink_get_property):
11878         * gst/tcp/gstmultifdsink.h:
11879           Implement stubbed out properties unit-type, units-soft-max,
11880           units-max, to allow specifying maximum sizes in units other than
11881           buffers.
11882           Fixes #355935
11883
11884 2006-09-19  Wim Taymans  <wim@fluendo.com>
11885
11886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11887         (gst_riff_create_audio_template_caps):
11888         Reorder the audio formats a bit for clarity.
11889         Detect and create caps for MSGSM and MSN (WAV49).
11890         Fixes #356596.
11891
11892         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11893         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11894         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11895         Small cleanups, move error handling out of normal flow for clarity.
11896
11897 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11898
11899         * docs/libs/gst-plugins-base-libs-docs.sgml:
11900         * docs/libs/gst-plugins-base-libs.types:
11901         * gst-libs/gst/interfaces/Makefile.am:
11902         * gst-libs/gst/interfaces/videoorientation.c:
11903         (gst_video_orientation_get_type),
11904         (gst_video_orientation_iface_init),
11905         (gst_video_orientation_get_hflip),
11906         (gst_video_orientation_get_vflip),
11907         (gst_video_orientation_get_hcenter),
11908         (gst_video_orientation_get_vcenter),
11909         (gst_video_orientation_set_hflip),
11910         (gst_video_orientation_set_vflip),
11911         (gst_video_orientation_set_hcenter),
11912         (gst_video_orientation_set_vcenter):
11913         * gst-libs/gst/interfaces/videoorientation.h:
11914           API: Add new interface to control video orientation (fixes #354908)
11915
11916 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11917
11918         * gst/videotestsrc/gstvideotestsrc.c:
11919           Use G_UNLIKELY in _create and log one more detail.
11920           
11921         (gst_video_test_src_get_times), (gst_video_test_src_create):
11922         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
11923           Use gst_util_uint64_scale_int in _get_times().
11924
11925 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11926
11927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
11928           Give better warning message (add object and detail).
11929
11930 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11931
11932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11933         (gst_xvimagesink_get_times):
11934           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
11935           #354773), use gst_util_uint64_scale_int in _get_times()
11936
11937 2006-09-18  Michael Smith  <msmith@fluendo.com>
11938
11939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
11940           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
11941           always true, leading to dropping all timestamps.
11942
11943 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11944
11945         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
11946         (gst_visual_chain), (gst_visual_change_state):
11947           update to work also with libvisual 0.4 API, fix double unref (#355914)
11948           
11949         * tools/gst-launch-ext.1.in:
11950         * tools/gst-visualise.1.in:
11951           remove references to old man-pages
11952
11953         * tests/examples/seek/seek.c: (main):
11954           add real meadi-buttons, add tool-tips for the seek-options, arrange
11955           seek options in a table
11956
11957 2006-09-18  Michael Smith  <msmith@fluendo.com>
11958
11959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
11960         (gst_ogg_mux_push_buffer):
11961           Don't generate out-of-order timestamps from oggmux, instead clamp
11962           output timestamps to be >= the previously output ts.
11963           Fixes #355595
11964
11965 2006-09-18  Michael Smith  <msmith@fluendo.com>
11966
11967         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11968         (gst_multi_fd_sink_class_init):
11969           Updates, fixes, and typo corrections for multifdsink. No functional
11970           changes.
11971
11972 2006-09-17  Michael Smith  <msmith@fluendo.com>
11973
11974         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
11975           Don't crash on truncated files - check that we got an 8 byte buffer
11976           before trying to memcmp it.
11977
11978 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
11979
11980         * gst/playback/gstplaybasebin.c: (get_active_source):
11981           Make stream-switching appear instant to the application
11982           (ie. make sure that a g_object_get on 'current-foo' returns
11983           the stream previously set with g_object_set(). Totem needs
11984           this to update stream-related meta-info (like audio-codec)
11985           correctly when switching streams.
11986
11987 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
11990         (gst_alsa_mixer_ensure_track_list):
11991           Try harder to guess which mixer track is the master mixer
11992           track (instead of just taking the first one that has a pvolume).
11993           Fixes #342228.
11994
11995 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11996
11997         reviewed by: <delete if not using a buddy>
11998
11999         * gst-libs/gst/audio/audio.h:
12000         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12001
12002 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12003
12004         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12005         (gst_audio_convert_transform_caps):
12006           Get structure-name just once.
12007
12008 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12009
12010         * tests/check/elements/audioresample.c: (GST_START_TEST):
12011         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12012         * tests/check/elements/volume.c: (GST_START_TEST):
12013         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12014         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12015         (test_pipeline), (GST_START_TEST):
12016         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12017         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12018           Fix big batch of compiler warnings.
12019
12020 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12021
12022         * ext/gnomevfs/gstgnomevfssrc.c:
12023           Add docs about icydemux usage in connection with gnomevfssrc
12024
12025         * ext/libvisual/visual.c:
12026         * ext/ogg/gstoggaviparse.c:
12027         * ext/ogg/gstoggdemux.c:
12028         * ext/ogg/gstoggmux.c:
12029         * ext/ogg/gstoggparse.c:
12030         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12031         * gst-libs/gst/audio/gstaudiosink.c:
12032         * gst-libs/gst/audio/gstaudiosrc.c:
12033         * gst/audiorate/gstaudiorate.c:
12034           More G_OBJECT macro fixing.
12035
12036         * gst/audiotestsrc/gstaudiotestsrc.h:
12037           Fix wrong info in header due to copy & paste
12038
12039 2006-09-15  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst-libs/gst/audio/gstbaseaudiosink.c:
12042         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12043         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12044         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12045         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12046         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12047         Do the delay calculation in the source/sink base classes as this is
12048         specific for the capture/playback mode.
12049         Try to fixate a bit better, like round depth up to a multiple of 8
12050         bigger than width.
12051         Handle underruns correctly by marking DISCONT on buffers and adjusting
12052         timestamps to handle the gap.
12053         Set offset/offset_end correctly on buffers.
12054
12055         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12056         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12057         (gst_ring_buffer_read):
12058         Remove resync and underrun recovery from the ringbuffer.
12059         Fix ringbuffer read code on under/overrun.
12060
12061 2006-09-15  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12064         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12065         (queue_threshold_reached), (gst_play_base_bin_set_property),
12066         (gst_play_base_bin_get_property):
12067         * gst/playback/gstplaybasebin.h:
12068         Don't use a 0 low watermark when buffering, it is catching starvation
12069         way too late. Instead, use a 3 second queue with 30 and 95
12070         percent low/high watermarks. 
12071         Added queue-min-threshold property to configure low watermark.
12072         Use new _buffering message API.
12073         Make queue_threshold variable big enough to store a uint64 time value.
12074         API: playbin::queue-min-threshold property.
12075
12076 2006-09-15  Wim Taymans  <wim@fluendo.com>
12077
12078         * configure.ac:
12079         We require 0.10.10.1 now because of _wait_preroll().
12080
12081         * gst-libs/gst/audio/gstbaseaudiosink.c:
12082         (gst_base_audio_sink_render):
12083         Use gst_base_sink_wait_preroll().
12084
12085 2006-09-15  Wim Taymans  <wim@fluendo.com>
12086
12087         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12088         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12089         Use DEBUG_OBJECT more.
12090
12091 === release 0.10.10 ===
12092
12093 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12094
12095         patch by: Michael Smith <msmith at fluendo dot com>
12096
12097         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12098         (gst_multi_fd_sink_client_queue_buffer),
12099         (gst_multi_fd_sink_new_client):
12100         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12101         (multifdsink_suite):
12102           Fix implementation of sync-method 'next-keyframe'
12103           Closes #354594
12104
12105 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12106
12107         patch by: Wim Taymans <wim at fluendo dot com>
12108
12109         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12110         This patch removes the RANDOM flag that was incorrectly introduced with
12111         revision 1.91.  Fixes #354590
12112
12113 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * tests/check/Makefile.am:
12116           Random variation in Makefile line to see if it makes the
12117           gen64-base-full bot any happier.
12118
12119 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12122           Disable test that fails at the moment (killed after timeout).
12123
12124 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12125
12126         Patch by: James Livingston  <doclivingston at gmail.com>
12127
12128         * tests/check/Makefile.am:
12129         * tests/check/pipelines/.cvsignore:
12130         * tests/check/pipelines/oggmux.c: (get_page_codec),
12131         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12132         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12133         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12134         (test_theora_vorbis), (oggmux_suite):
12135           Add simple unit test for oggmux from #337026 with checking for the
12136           EOS flags disabled for the time being.
12137
12138 2006-09-04  Wim Taymans  <wim@fluendo.com>
12139
12140         patch by: Alessandro Dessina <alessandro nnva org>
12141
12142         * ext/ogg/gstoggmux.c:
12143         Add cmml caps to oggmux. Fixes #353912
12144
12145 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12148           Returning a return value often helps. In this case, we
12149           don't need the return value anyway, so just get rid of it.
12150           Should make build bots much happier.
12151
12152 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12153
12154         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12155         (paint_get_structure), (gst_video_test_src_get_size),
12156         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12157         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12158         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12159         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12160         * gst/videotestsrc/videotestsrc.h:
12161           Add support for AYUV and the various RGBA formats. Initialise
12162           fields of paintinfo structs allocated on the stack.
12163
12164         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12165         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12166         (check_rgb_buf), (videotestsrc_suite):
12167           Add unit tests for videotestsrc's RGB output.
12168
12169 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * gst/videotestsrc/gstvideotestsrc.c:
12172         (gst_video_test_src_pattern_get_type),
12173         (gst_video_test_src_set_pattern):
12174         * gst/videotestsrc/gstvideotestsrc.h:
12175         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12176         (gst_video_test_src_black), (gst_video_test_src_white),
12177         (gst_video_test_src_red), (gst_video_test_src_green),
12178         (gst_video_test_src_blue):
12179         * gst/videotestsrc/videotestsrc.h:
12180           Add more uni-colour patterns ("white", "red", "green", and "blue").
12181
12182 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12183
12184         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12185           Fix stride for YVYU, should be word-aligned (#353658).
12186
12187 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12188
12189         * gst/adder/gstadder.c: (gst_adder_src_event):
12190           Fix build.
12191
12192 2006-08-31  Edward Hervey  <edward@fluendo.com>
12193
12194         * gst/adder/gstadder.c: (forward_event_func),
12195         (gst_adder_src_event), (gst_adder_collected),
12196         (gst_adder_change_state):
12197         * gst/adder/gstadder.h:
12198         Remember the start position asked in the incoming seeks, so we can
12199         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12200         of assuming it will always be 0).
12201
12202 2006-08-31  Edward Hervey  <edward@fluendo.com>
12203
12204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12205         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12206         (gst_ogg_demux_loop):
12207         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12208
12209 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12212         (gst_ffmpegcsp_get_unit_size):
12213           Return FALSE instead of returning a random false unit
12214           size when the format isn't known/supported (even if
12215           this shouldn't happen under normal circumstances).
12216
12217 2006-08-29  Wim Taymans  <wim@fluendo.com>
12218
12219         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12220
12221         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12222         (gst_gnome_vfs_src_start):
12223         Try harder to get the size from a uri by using _info_uri() when
12224         _info_from_handle() does not give us enough info. 
12225         Also follow symlinks when getting the size.
12226         Partially Fixes #332864.
12227
12228 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12231
12232         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12233         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12234         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12235         (gst_alsa_mixer_set_record):
12236         * ext/alsa/gstalsamixertrack.c:
12237         (gst_alsa_mixer_track_update_alsa_capabilities),
12238         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12239         (gst_alsa_mixer_track_update):
12240         * ext/alsa/gstalsamixertrack.h:
12241           Improve and fix mixer track handling, in particular better handling
12242           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12243           separate track objects for tracks that have both capture and playback
12244           volume (and label them differently as well so they're not mistakenly
12245           assumed to be duplicates); classify mixer tracks that only affect
12246           the audible volume of something (rather than the capture volume)
12247           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12248           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12249           (following the meaning documented in the mixer interface header
12250           file); add support for alsa's exclusive cswitch groups; update/sync
12251           state/flags better if mixer settings are changed by another
12252           application. Fixes #336075.
12253
12254 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12255
12256         * gst/playback/gstplaybin.c:
12257           Improve docs: add section about BUFFERING messages sent by playbin.
12258
12259 2006-08-29  Michael Smith  <msmith@fluendo.com>
12260
12261         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12262         (gst_vorbis_enc_buffer_check_discontinuous),
12263         (gst_vorbis_enc_chain):
12264           Ignore explicit DISCONT marked on buffers (which is often spurious,
12265           particularly when using multiple segments), in favour of solely
12266           using the timestamps/durations.
12267
12268 2006-08-29  Edward Hervey  <edward@fluendo.com>
12269
12270         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12271         Don't rely on incoming buffers offset anymore, since it is completely
12272         broken when using multiple segments.
12273         Instead convert the incoming buffers timestamp to running time, and
12274         then convert that value to the offsets.
12275         Also inform GstSegment of the last outputted stop position, which is
12276         needed if we received several segments with an unknown stop value.
12277
12278 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12279
12280         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12281           fix buffer unreffing on a header push failure
12282
12283 2006-08-28  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12286         (gst_audio_rate_chain):
12287         Make the metadata of the buffer writable before changing its
12288         flags.
12289
12290 2006-08-28  Wim Taymans  <wim@fluendo.com>
12291
12292         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12293         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12294         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12295         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12296         Fix audiorate some more.
12297         Reset and resync counters on flush and READY.
12298         Handle the DISCONT flag correctly.
12299         Use GstSegment to track position.
12300         Fail when not negotiated.
12301         Fixes #353234.
12302
12303 2006-08-25  Michael Smith  <msmith@fluendo.com>
12304
12305         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12306           Fix spelling.
12307           Remove accidently included debug line.
12308
12309 2006-08-25  Wim Taymans  <wim@fluendo.com>
12310
12311         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12312         Small cleanups.
12313         If a buffer is received with no caps, make the buffer metadata
12314         writable and set the caps, making sure that we don't screw up the
12315         refcounts.
12316
12317 2006-08-25  Michael Smith  <msmith@fluendo.com>
12318
12319         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12320         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12321           Fix memory leaks and misleading debug messages, add a couple of
12322           comments.
12323
12324         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12325         (gst_multi_fd_sink_render):
12326           Do not use gst_buffer_make_writable() in a basesink render method,
12327           as it may incorrectly unref the buffer. Instead, use convoluted
12328           dance to avoid copying the buffer except when we need to.
12329
12330 2006-08-25  Michael Smith  <msmith@fluendo.com>
12331
12332         * ext/vorbis/vorbisenc.c:
12333         (gst_vorbis_enc_buffer_check_discontinuous):
12334           Allow very small discontinuities in the timestamps. These we can't
12335           do anything useful with anyway (because vorbis's timestamps have
12336           only sample granularity), and are commonly produced by elements with
12337           minor bugs. Allow up to 1/2 a sample out.
12338           Fixes #351742.
12339
12340 2006-08-24  Wim Taymans  <wim@fluendo.com>
12341
12342         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12343         (play_scrub_toggle_cb), (main):
12344         Add a checkbox to enable play scrubbing. Makes it possible to disable
12345         normal scrubbing.
12346
12347 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12348
12349         * tests/check/elements/.cvsignore:
12350           make buildbot happy
12351
12352 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12355         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12356         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12357         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12358         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12359         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12360         (gst_ogm_text_parse_strip_trailing_zeroes),
12361         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12362         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12363           Refactor ogm parse, do better input checking, misc. clean-ups.
12364           Cache incoming events and push them once the source pad has
12365           been created. Don't pass unterminated strings to sscanf().
12366           Strip trailing zeroes from subtitle text output, since they
12367           are not valid UTF-8. Don't push vorbiscomment packets on
12368           the subtitle text pad. Output perfect streams if possible.
12369
12370 2006-08-23  Wim Taymans  <wim@fluendo.com>
12371
12372         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12373         Waits for tasks to settle down so that we clean up correctly for 
12374         valgrind.
12375
12376 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12377
12378         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12379           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12380           actually return return value in taglists_are_equal.
12381
12382 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12383
12384         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12385           Fix crash due to broken bitstream parsing on x86-64: can't make
12386           any assumptions about sizeof(struct) due to alignment/packing
12387           differences on different architectures. Fixes #351790.
12388
12389 2006-08-22  Wim Taymans  <wim@fluendo.com>
12390
12391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12392         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12393         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12394         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12395         (gst_riff_parse_info):
12396         Protect public functions against bad input.
12397         Do some cleanups.
12398         Fix documentation.
12399
12400 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402         * gst-libs/gst/riff/riff-ids.h:
12403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12404           Add voxware audio IDs (even if we can't play it) (#351795).
12405
12406 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         * gst-libs/gst/riff/riff-media.c:
12409         (gst_riff_create_video_template_caps),
12410         (gst_riff_create_audio_template_caps),
12411         (gst_riff_create_iavs_template_caps):
12412           Const-ify some arrays and use G_N_ELEMENTS instead
12413           of wasting oodles of RAM on terminator bits.
12414
12415 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * gst-libs/gst/tag/gstvorbistag.c:
12418         (gst_tag_list_to_vorbiscomment_buffer):
12419         * tests/check/libs/tag.c: (GST_START_TEST):
12420           And the same for _to_vorbiscomment_buffer(): allow
12421           id_data_len == 0 for speex.
12422
12423 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12424
12425         * configure.ac:
12426         * docs/plugins/Makefile.am:
12427         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12428         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12429         * docs/plugins/inspect/plugin-gdp.xml:
12430         * gst/gdp/Makefile.am:
12431         * tests/check/Makefile.am:
12432           Move GDP plugin to -base from -bad.  Closes #347783.
12433
12434 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12435
12436         * gst-libs/gst/tag/gstvorbistag.c:
12437         (gst_tag_list_from_vorbiscomment_buffer):
12438           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12439           Also add some checks to make sure we don't memcmp() beyond the end of
12440           vorbiscomment buffer if the ID to check for is larger than the buffer.
12441
12442         * tests/check/libs/tag.c: (GST_START_TEST):
12443           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12444
12445 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12446
12447         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12448         (gst_vorbis_enc_set_metadata):
12449           Use vorbis comment utility functions from libgsttag
12450           instead of re-inventing the wheel (partially fixes #347091).
12451
12452 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12453
12454         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12455         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12456         as some that won't.
12457
12458 2006-08-21  Wim Taymans  <wim@fluendo.com>
12459
12460         * docs/libs/Makefile.am:
12461         * docs/libs/gst-plugins-base-libs-sections.txt:
12462         * docs/libs/gst-plugins-base-libs.types:
12463         Don't try to GObject scan the netbuffer as it's not a GObject.
12464         Fixes #351308.
12465
12466         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12467         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12468         Document GstNetBuffer.
12469
12470 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12471
12472         * tests/check/elements/audioconvert.c: (GST_START_TEST),
12473         (audioconvert_suite):
12474           Add testcase for caps-size-explosion
12475
12476 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12477
12478         * gst/audioconvert/gstaudioconvert.c:
12479         (gst_audio_convert_get_unit_size), (set_structure_widths):
12480           Lower debug, use g_assert in _get_unit_size
12481
12482         * gst/audioresample/gstaudioresample.c:
12483         (audioresample_get_unit_size):
12484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12485         (gst_ffmpegcsp_get_unit_size):
12486         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12487           use g_assert in _get_unit_size
12488
12489 2006-08-18  Wim Taymans  <wim@fluendo.com>
12490
12491         * docs/libs/gst-plugins-base-libs-sections.txt:
12492         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
12493         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
12494         (gst_rtp_buffer_get_payload_buffer):
12495         * gst-libs/gst/rtp/gstrtpbuffer.h:
12496         Document GstRTPBuffer.
12497         Added function to efficiently strip payload headers.
12498         API: gst_rtp_buffer_get_payload_subbuffer()
12499
12500 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12501
12502         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12503         (gst_tag_to_vorbis_comments):
12504           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
12505           tags and deserialise them properly as well (#347091).
12506           Add some more gtk-doc blurbs and also some g_return_if_fail().
12507
12508         * tests/check/libs/tag.c: (GST_START_TEST),
12509         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
12510           More tests.
12511
12512 2006-08-17  Wim Taymans  <wim@fluendo.com>
12513
12514         * ext/ogg/Makefile.am:
12515         * ext/ogg/gstogg.c: (plugin_init):
12516         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
12517         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
12518         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
12519         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
12520         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
12521         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
12522         Added ogg-in-avi parser element. Fixes #140139.
12523
12524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
12525         Fixed a bug in oggdemux debug code.
12526
12527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12528         (gst_riff_create_audio_template_caps):
12529         Recognise Ogg in the AVI extensible wave format.
12530
12531 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12534           Make buffer durations add up (duration should be next_ts-ts for
12535           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
12536           from CVS.
12537
12538         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
12539         (test_buffer_timestamps), (cddabasesrc_suite):
12540           Add unit test for the above.
12541
12542         * tests/check/Makefile.am:
12543           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
12544           to see what happens.
12545
12546 2006-08-16  Wim Taymans  <wim@fluendo.com>
12547
12548         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
12549         (gst_alsasink_open):
12550         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
12551         (gst_alsasrc_open):
12552         Avoid setting and using a NULL device name.
12553         Print more info when we fail to open a device.
12554
12555 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * docs/libs/gst-plugins-base-libs-sections.txt:
12558         * gst-libs/gst/tag/tag.h:
12559         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
12560           API: add gst_tag_parse_extended_comment() (#351426).
12561
12562         * tests/check/Makefile.am:
12563         * tests/check/libs/.cvsignore:
12564         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
12565           Add unit test for gst_tag_parse_extended_comment().
12566
12567 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
12570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
12571           Fix leak (#351502).
12572
12573 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12576         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12577         * docs/plugins/gst-plugins-base-plugins.args:
12578         * gst/playback/gstplaybin.c:
12579           Document playbin.
12580           
12581         * docs/plugins/inspect/plugin-adder.xml:
12582         * docs/plugins/inspect/plugin-alsa.xml:
12583         * docs/plugins/inspect/plugin-audioconvert.xml:
12584         * docs/plugins/inspect/plugin-audiorate.xml:
12585         * docs/plugins/inspect/plugin-audioresample.xml:
12586         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12587         * docs/plugins/inspect/plugin-cdparanoia.xml:
12588         * docs/plugins/inspect/plugin-decodebin.xml:
12589         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12590         * docs/plugins/inspect/plugin-gnomevfs.xml:
12591         * docs/plugins/inspect/plugin-ogg.xml:
12592         * docs/plugins/inspect/plugin-pango.xml:
12593         * docs/plugins/inspect/plugin-playbin.xml:
12594         * docs/plugins/inspect/plugin-subparse.xml:
12595         * docs/plugins/inspect/plugin-tcp.xml:
12596         * docs/plugins/inspect/plugin-theora.xml:
12597         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12598         * docs/plugins/inspect/plugin-video4linux.xml:
12599         * docs/plugins/inspect/plugin-videorate.xml:
12600         * docs/plugins/inspect/plugin-videoscale.xml:
12601         * docs/plugins/inspect/plugin-videotestsrc.xml:
12602         * docs/plugins/inspect/plugin-volume.xml:
12603         * docs/plugins/inspect/plugin-vorbis.xml:
12604         * docs/plugins/inspect/plugin-ximagesink.xml:
12605         * docs/plugins/inspect/plugin-xvimagesink.xml:
12606           Update to CVS version.
12607
12608 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12611         (gst_play_bin_set_property), (gst_play_bin_get_property),
12612         (value_list_append_structure_list),
12613         (gst_play_bin_handle_redirect_message),
12614         (gst_play_bin_handle_message):
12615           API: GstPlayBin::connection-speed
12616           Add "connection-speed" property; re-order redirect messages with
12617           multiple redirect locations depending on the minimum bitrate if
12618           that information is available and a connection speed is set
12619           (#350399).
12620
12621 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * gst/playback/gstplaybin.c:
12624           Update max volume to the same value that the volume element uses.
12625
12626 2006-08-14  Wim Taymans  <wim@fluendo.com>
12627
12628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12629         Less uglyness..
12630
12631 2006-08-14  Wim Taymans  <wim@fluendo.com>
12632
12633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
12634         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
12635         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
12636         Add some more debug info.
12637         Don't crash when a seek failed.
12638         Actually return the result of the seek instead of TRUE.
12639         Ignore multiple BOS pages with the same serial so that we don't create
12640         the same stream multiple times.
12641         Post an error when we fail to do the initial seek.
12642
12643 2006-08-13  Wim Taymans  <wim@fluendo.com>
12644
12645         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
12646         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
12647         Small code cleanup.
12648
12649         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12650         (gst_alsa_mixer_new):
12651         Remove hack that always set the device to hw:0*.
12652         Properly find the card name for whatever device was configured.
12653         Do some better debugging.
12654         Fixes #350784.
12655
12656         * ext/alsa/gstalsamixerelement.c:
12657         (gst_alsa_mixer_element_set_property),
12658         (gst_alsa_mixer_element_change_state):
12659         Cleanups.
12660         Handle setting of a NULL device name better.
12661
12662 2006-08-11  Wim Taymans  <wim@fluendo.com>
12663
12664         * gst/adder/gstadder.c:
12665         Don't clip float values. Fixes #350900.
12666
12667 2006-08-11  Andy Wingo  <wingo@pobox.com>
12668
12669         * gst/tcp/gsttcp.c: Really fix the build?
12670
12671         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
12672         fixes the build.
12673
12674 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
12675
12676         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
12677           Float caps shouldn't have a "signed" field.
12678
12679 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
12682           Implement SEEKING query in its most basic form, so that we can
12683           at least check if we're seekable or not (#350655).
12684
12685 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12686
12687         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12688           The checks here are not even close to anything that would
12689           justify MAXIMUM probability, lowering to POSSIBLE until someone
12690           fixes the checks (case at hand: quicktime redirection files
12691           might start with 00 00 01 XX and pass the checks here just
12692           fine, see #350399).
12693
12694 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         Patch by: Sjoerd Simons  <sjoerd at luon net>
12697
12698         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
12699           Better detection for multipart/x-mixed-replace: accept leading
12700           whitespaces before the boundary marker as well (as our very own
12701           multipartmux used to produce) (#349068).
12702
12703 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         Patch by: Young-Ho Cha  <ganadist at chollian net>
12706
12707         * gst-libs/gst/riff/riff-ids.h:
12708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12709         (gst_riff_create_audio_template_caps):
12710           Detect DTS audio streams (#350157).
12711
12712 2006-08-05  Andy Wingo  <wingo@pobox.com>
12713
12714         * ext/theora/gsttheoraparse.h:
12715         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
12716         (theora_parse_dispose, theora_parse_set_property)
12717         (theora_parse_get_property, theora_parse_munge_granulepos)
12718         (theora_parse_push_buffer, theora_parse_change_state):
12719         API: GstTheoraParse::synchronization-points
12720         Add a property 'synchronization-points' to fix badly synchronized oggs.
12721
12722 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12723
12724         * tests/check/Makefile.am:
12725         * tests/check/libs/.cvsignore:
12726         * tests/check/libs/audio.c: (structure_contains_channel_positions),
12727         (fixed_caps_have_channel_positions), (GST_START_TEST),
12728         (audio_suite), (main):
12729           Add a few tests for the channel position stuff in libgstaudio.
12730
12731 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12732
12733         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
12734         (gst_alsa_detect_channels):
12735         * ext/alsa/gstalsasink.c:
12736           Add support for cards that (only) do more than 8 channels,
12737           like the Delta 44 (#345188).
12738
12739         * gst-libs/gst/audio/multichannel.c:
12740         (gst_audio_check_channel_positions):
12741         * gst-libs/gst/audio/multichannel.h:
12742           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
12743           unspecified channel position and cannot be combined with any
12744           of the other audio channel positions; adjust position layout
12745           checks accordingly (#345188).
12746
12747 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12748
12749         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12750           Recognise ancient RealAudio files (see #349779).
12751
12752 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         Patch by: Jens Granseuer  <jensgr at gmx net>
12755
12756         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12757           Add typefinder for Interplay's MVE format (#348973).
12758
12759 2006-08-02  Wim Taymans  <wim@fluendo.com>
12760
12761         Patch by: Marcel Moreaux <marcelm at luon dot net>
12762
12763         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12764         (gst_base_rtp_depayload_add_to_queue):
12765         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12766         Handle RTP sequence number rollover.
12767         Disable jitterbuffer by default.
12768
12769 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12770
12771         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
12772         (audioresample_set_caps):
12773         Don't leak references to the incoming caps. Clean them up when
12774         stopping.
12775
12776         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12777         (gst_video_scale_finalize):
12778         Don't leak our temporary pixel buffer.
12779
12780         * tests/check/Makefile.am:
12781         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
12782         (GST_START_TEST), (simple_launch_lines_suite):
12783
12784         Fix leaks and re-enable the test for valgrind checking.
12785
12786 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12787
12788         Patch by: Sjoerd Simons  <sjoerd at luon net>
12789
12790         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
12791         (plugin_init):
12792           Add typefind function for multipart/x-mixed-replace (#348916).
12793
12794 2006-07-28  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst/adder/gstadder.c: (gst_adder_setcaps),
12797         (gst_adder_query_duration):
12798         Fix leak in duration query.
12799         Reflow some docs and notes.
12800
12801 2006-07-28  Michael Smith  <msmith@fluendo.com>
12802
12803         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
12804         (vorbisenc_suite):
12805           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
12806           aspect of it.
12807
12808 2006-07-28  Michael Smith  <msmith@fluendo.com>
12809
12810         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
12811         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
12812         (gst_vorbis_enc_push_buffer),
12813         (gst_vorbis_enc_buffer_check_discontinuous),
12814         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
12815         * ext/vorbis/vorbisenc.h:
12816           Handle discontinuities in the input vorbis stream correctly,
12817           so that the output is properly timestamped (and has good granulepos
12818           values). Needs some oggmux fixes too.
12819
12820 2006-07-27  Wim Taymans  <wim@fluendo.com>
12821
12822         patch by: Kai Vehmanen <kv2004 eca cx>
12823
12824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12825         (gst_base_rtp_depayload_chain),
12826         (gst_base_rtp_depayload_handle_sink_event),
12827         (gst_base_rtp_depayload_change_state):
12828         Don't send multiple newsegments with different formats.
12829         Fixes #348677.
12830
12831 2006-07-26  Wim Taymans  <wim@fluendo.com>
12832
12833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12834         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
12835         Make seeking in ogg more accurate again by doing the more correct
12836         granuletime to stream time conversion.
12837
12838 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12839
12840         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12841         (gst_multi_fd_sink_new_client):
12842           debug a little more understandably
12843           do not use goto as a substitute for break, especially if
12844           break is also being used
12845
12846 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
12847
12848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12849         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12850           Remove GLib-2.6 compatibility cruft.
12851
12852 2006-07-24  Wim Taymans  <wim@fluendo.com>
12853
12854         * gst-libs/gst/audio/gstbaseaudiosink.c:
12855         (gst_base_audio_sink_render):
12856         Don't try to align a sample to an unknown value.
12857
12858 2006-07-24  Wim Taymans  <wim@fluendo.com>
12859
12860         * gst-libs/gst/audio/gstbaseaudiosink.c:
12861         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12862         When the audio clock is slaved to another clock, never try to align
12863         samples but trust the rate interpolation algorithm.
12864
12865 2006-07-24  Wim Taymans  <wim@fluendo.com>
12866
12867         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12868         Don't try to calculate silence samples, base class does this much
12869         better now.
12870
12871         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12872         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
12873         (gst_ring_buffer_acquire):
12874         Calculate silence samples correctly.
12875
12876         * gst-libs/gst/audio/gstringbuffer.h:
12877         Add _CAST macro.
12878
12879 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
12882           Limit search for the first markup tag to the first few kB of
12883           the file. If we don't find one there, it's highly unlikely that
12884           this is an XML(-ish) file.
12885
12886 2006-07-21  Andy Wingo  <wingo@pobox.com>
12887
12888         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
12889         test to the one in vorbisenc. Also commented out.
12890
12891         * tests/check/pipelines/vorbisenc.c: 
12892         (test_discontinuity): New test, commented out until Mike lands
12893         some elite vorbisenc patches.
12894
12895         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
12896         Bufferstraw was actually factored out of these tests. Now we share
12897         code yay.
12898
12899         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
12900         for bufferstraw addition to gstcheck.
12901
12902 2006-07-21  Wim Taymans  <wim@fluendo.com>
12903
12904         * ext/theora/theoradec.c: (clip_buffer):
12905         Better clipping.
12906
12907 2006-07-21  Wim Taymans  <wim@fluendo.com>
12908
12909         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
12910         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
12911         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
12912         Fix leak.
12913         Avoid type casting when we can.
12914
12915         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
12916         Fix mem leak.
12917
12918 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
12919
12920         * ext/alsa/gstalsamixerelement.c:
12921         (gst_alsa_mixer_element_change_state):
12922           Make state change fail if the specified device can't be opened
12923           for some reason.
12924
12925 2006-07-20  Wim Taymans  <wim@fluendo.com>
12926
12927         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12928         (cb_newpad), (main):
12929         Example of a small audio/video player using decodebin.
12930
12931 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
12932
12933         * gst-libs/gst/riff/riff-ids.h:
12934           Add 'fact' chunk id
12935
12936 2006-07-19  Wim Taymans  <wim@fluendo.com>
12937
12938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12939         (gst_base_rtp_depayload_chain),
12940         (gst_base_rtp_depayload_change_state):
12941         Don't assert when not negotiated but post a meaningfull 
12942         error message. Fixes #347918.
12943
12944         * gst-libs/gst/rtp/gstbasertppayload.c:
12945         Add comment about better default MTU size.
12946
12947         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
12948         Small cleanups, start docs.
12949
12950 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
12951
12952         Patch by: Martin Szulecki
12953
12954         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
12955           If "device-name" is requested and the device is not
12956           open, try to temporarily open it to obtain this
12957           information (#342494).
12958
12959 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * gst-libs/gst/tag/gstid3tag.c:
12962           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
12963
12964         * gst-libs/gst/tag/gsttageditingprivate.h:
12965         * gst-libs/gst/tag/gstvorbistag.c:
12966           Some more random const-ifications.
12967
12968 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
12969
12970         * gst-libs/gst/riff/riff-ids.h:
12971         * gst-libs/gst/riff/riff-media.c:
12972         (gst_riff_create_video_template_caps):
12973           Add more FOURCCs (sort list to make stuff easier to find),
12974           add comment what those 16 bytes in struct _gst_riff_strh according to
12975           one avi-dumper are
12976
12977 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         * gst-libs/gst/audio/multichannel.c:
12980         (gst_audio_check_channel_positions),
12981         (gst_audio_fixate_channel_positions):
12982           Const-ify two arrays.
12983
12984 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
12987           Fix typo, so that alsasink also advertises 8 channels
12988           if that's supported (tags: can, worms, open, alsa, ph34r).
12989
12990 2006-07-17  Wim Taymans  <wim@fluendo.com>
12991
12992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12993         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
12994         *sigh*, when is the compiler going to warn when the comments
12995         are out-of-sync with the code.. Refix case of busted theora
12996         headers with 0 granule pos.
12997
12998 2006-07-14  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13001         (gst_base_rtp_depayload_wait),
13002         (gst_base_rtp_depayload_change_state),
13003         (gst_base_rtp_depayload_set_property),
13004         (gst_base_rtp_depayload_get_property):
13005         Fix 99% cpu load by waiting for absolute times on the
13006         clock. Fixes #347300.
13007
13008 2006-07-14  Andy Wingo  <wingo@pobox.com>
13009
13010         * ext/theora/gsttheoraparse.h: 
13011         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13012         (theora_parse_push_headers, theora_parse_clear_queue)
13013         (theora_parse_drain_queue_prematurely, )
13014         (theora_parse_sink_event, theora_parse_change_state): Queue events
13015         until we initialized our state, like in vorbisparse.
13016
13017         * ext/vorbis/vorbisparse.h: 
13018         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13019         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13020         (vorbis_parse_drain_queue_prematurely, )
13021         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13022         until we have initialized our state. Fixes seeking after an
13023         initial pad block.
13024
13025 2006-07-14  Andy Wingo  <wingo@pobox.com>
13026
13027         Patch by: Iain Holmes <iaingnome@gmail.com>
13028         
13029         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13030
13031 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13032
13033         * configure.ac:
13034         Bump nano back to CVS
13035
13036 === release 0.10.9 ===
13037
13038 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13039
13040         * configure.ac:
13041           releasing 0.10.9, "I walk the line"
13042
13043 2006-07-14  Michael Smith  <msmith@fluendo.com>
13044
13045         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13046           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13047           (commonly happens when running this test under valgrind) when trying
13048           to remove the buffer probe.
13049
13050 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13051
13052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13053         Fix missing g_unlock from the previous commit
13054
13055 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13056
13057         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13058         (gst_ximagesink_change_state):
13059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13060         (gst_xvimagesink_change_state):
13061         Implement a locking order to ensure we always take the object lock
13062         before the x_lock and never vice-versa.
13063
13064 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13065
13066         * gst/playback/gstdecodebin.c: (find_compatibles):
13067         Fix a caps leak when linking (#347304)
13068
13069         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13070         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13071         (gst_ximagesink_change_state):
13072         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13073         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13074         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13075         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13076         Don't leak shared memory resources. Use the object lock to protect
13077         against the xcontext disappearing while returning a buffer from the
13078         pipeline. (#347304)
13079
13080 2006-07-12  Edward Hervey  <edward@fluendo.com>
13081
13082         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13083         (vorbis_handle_comment_packet):
13084         gst_tag_list_merge() returns a new object. Take that into account when
13085         using it. This avoids memleak.
13086         Revert previous commit which is not needed.
13087
13088 2006-07-12  Edward Hervey  <edward@fluendo.com>
13089
13090         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13091         Reset the decoder in finalize so that all fields get cleared.
13092
13093 2006-07-12  Wim Taymans  <wim@fluendo.com>
13094
13095         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13096         (gst_base_audio_src_set_clock),
13097         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13098         Don't try to post an error message when setting the clock fails
13099         as this can happen when adding an element to a bin which will then
13100         deadlock. Fixes #347296.
13101
13102 2006-07-12  Edward Hervey  <edward@fluendo.com>
13103
13104         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13105         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13106         (vorbis_handle_type_packet):
13107         Post tag messages on the bus even if we're not initialized.
13108         If we're not initialized, we still postpone the event pushing of tags.
13109
13110 2006-07-12  Wim Taymans  <wim@fluendo.com>
13111
13112         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13113         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13114         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13115         Revert last two changes that broke the freeze.
13116
13117 2006-07-12  Wim Taymans  <wim@fluendo.com>
13118
13119         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13120         basesink calculates silence sample correctly for us.
13121
13122 2006-07-12  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13125         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13126         Calculate correct silence samples so we don't fill our ringbuffer
13127         with noise.
13128
13129 2006-07-12  Edward Hervey  <edward@fluendo.com>
13130
13131         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13132         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13133         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13134         * ext/vorbis/vorbisdec.h:
13135         Delay sending events (newsegment, tags) until the decoder is properly
13136         initialized.
13137         Fixes #347295
13138
13139 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13140
13141         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13142         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13143           Patch from #347221 adding a test for audioconvert
13144           channel remappings.
13145
13146 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13147
13148         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13149         (gst_ssa_parse_parse_line):
13150           Don't include the terminating NUL in the buffer size,
13151           it's only there for extra paranoia (would add random
13152           '*' characters at the end of each subtitle since the
13153           terminator itself is not valid UTF-8 technically).
13154           Also fix indenting after boilerplate macro.
13155
13156 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13157
13158         * gst/playback/gstdecodebin.c: (close_pad_link):
13159           Also emit 'unknown-type' signal (which should really be
13160           called unhandled-type) if we found potential decoders/demuxers
13161           in the registry but none of them worked in the end (as in the
13162           case where the plugins don't exist any longer but are still
13163           listed in the registry). Fixes #329798.
13164
13165 2006-07-08  Andy Wingo  <wingo@pobox.com>
13166
13167         * theoraparse.c (theora_parse_push_buffer)
13168         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13169         Add some more debugging. Fix granulepos reconstruction in the face
13170         of discontinuities.
13171
13172 2006-07-06  Wim Taymans  <wim@fluendo.com>
13173
13174         * gst-libs/gst/audio/gstbaseaudiosink.c:
13175         (gst_base_audio_sink_class_init),
13176         (gst_base_audio_sink_provide_clock):
13177         Use gobject_class instead of G_OBJECT_CLASS (klass)
13178
13179         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13180         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13181         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13182         (gst_base_audio_src_get_time),
13183         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13184         (gst_base_audio_src_create_ringbuffer):
13185         Fix latency and buffer-time constants and properties ala basesink.
13186         Implement pull based scheduling. Fixes #346527.
13187         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13188         one segment.
13189         Refuse slaving to another clock instead of silently not working.
13190         Only provide a clock when we are actually able to do so.
13191         Various small cleanups and compiler hints.
13192
13193 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13194
13195         Patch by: Lutz Mueller <lutz at topfrose de>
13196
13197         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13198         (plugin_init):
13199           Add typefinding for text/html (#346581).
13200
13201 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13202
13203         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13204         (xml_check_first_element), (xml_type_find), (smil_type_find):
13205           Fix SMIL typefinding, make xml_check_first_element() more
13206           useful.
13207
13208 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13209
13210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13211         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13212         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13213         * gst/playback/gstplaybasebin.h:
13214           Protect list of elements with a subtitle-encoding property and
13215           the subtitle encoding member itself with a lock of their own
13216           instead of using the object lock. This prevents a dead-lock in
13217           the element-remove callback in some circumstances when shutting
13218           down playbin.
13219
13220 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13221
13222         * win32/common/libgsttag.def:
13223         Export some new functions.
13224         * win32/vs6/libgstogg.dsp:
13225         Add a link to libgsttag-0.10.lib.
13226
13227 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13230           Some const-ification.
13231
13232 2006-07-04  Wim Taymans  <wim@fluendo.com>
13233
13234         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13235         Improve checking if we are dealing with a stream. Added some
13236         more uris that need buffering.
13237
13238 2006-07-03  Edward Hervey  <edward@fluendo.com>
13239
13240         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13241         Remove unused variable.
13242
13243 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13244
13245         * Makefile.am:
13246           include lcov.mak
13247         * configure.ac:
13248           add GCOV_LIBS to GST_LIBS
13249
13250 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13253
13254         * ext/alsa/gstalsasrc.c:
13255           Add 32 bps to template caps and increase channels range
13256           from [1,2] to [1,MAX]. See #346326.
13257
13258 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13259
13260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13261           Recognise 'WMVA' video codec fourcc (#345879).
13262           
13263 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13264          
13265         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13266           Fixed nasty memory leak
13267
13268 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13269
13270         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13271         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13272           fix logging
13273
13274 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13275
13276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13277         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13278         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13279         Protect remove_fakesink using a mutex, so that we don't try and
13280         remove the fakesink simultaneously from multiple threads.
13281
13282         When going from READY to PAUSED, restore the fakesink, so that
13283         it is there when decodebin gets reused.
13284
13285 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13286
13287         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13289         * gst-libs/gst/rtp/gstbasertppayload.c:
13290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13291         * gst/tcp/gstmultifdsink.c:
13292         * gst/tcp/gsttcpclientsink.c:
13293         * gst/tcp/gsttcpclientsrc.c:
13294         * gst/tcp/gsttcpserversink.c:
13295         * gst/tcp/gsttcpserversrc.c:
13296         * gst/videorate/gstvideorate.c:
13297         * gst/videotestsrc/gstvideotestsrc.c:
13298         * sys/v4l/gstv4ljpegsrc.c:
13299         * sys/v4l/gstv4lmjpegsink.c:
13300         * sys/v4l/gstv4lsrc.c:
13301         * tests/examples/seek/scrubby.c:
13302         * tests/examples/seek/seek.c:
13303           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13304
13305 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13306
13307         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13308           Second field in GEnumValue shouldn't be a description,
13309           but a stringified version of the enum value.
13310
13311 2006-06-22  Wim Taymans  <wim@fluendo.com>
13312
13313         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13314         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13315         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13316         Avoid type checking in buffer casts.
13317         Avoid caps copy in buffer_alloc when we can.
13318         Use pad_peer_accept.
13319
13320 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         * gst-libs/gst/tag/tag.h:
13323           Oops, make that 'Since: 0.10.9'.
13324
13325 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13326
13327         * docs/libs/gst-plugins-base-libs-sections.txt:
13328         * gst-libs/gst/tag/tag.h:
13329         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13330         (gst_tag_image_type_get_type):
13331           API: add GstTagImageType enum to describe images contained
13332           in image tags (#345641).
13333
13334 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13335
13336         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13337           Fix warnings with gst-inspect: "buffers-min" property
13338           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13339           typo in property description.
13340
13341 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         Patch by: Cody Russell <bratsche at gnome org>
13344
13345         * gst/audioresample/gstaudioresample.c:
13346         (gst_audioresample_class_init):
13347         * gst/playback/gststreamselector.c:
13348         (gst_stream_selector_class_init):
13349         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13350         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13351         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13352         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13353         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13354         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13355         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13356         * gst/videotestsrc/gstvideotestsrc.c:
13357         (gst_video_test_src_class_init):
13358         * gst/volume/gstvolume.c: (gst_volume_class_init):
13359           Avoid unnecessary class cast check in class_init
13360           functions (#337747).
13361
13362 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13363
13364         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13365         (gst_text_overlay_video_chain):
13366           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13367           and doesn't validate its input either (and neither did
13368           textoverlay it seems). Let's do that then and fix #345206.
13369
13370 2006-06-19  Wim Taymans  <wim@fluendo.com>
13371
13372         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13373         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13374         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13375         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13376         (find_syncframe), (find_limits), (assign_value),
13377         (count_burst_unit), (gst_multi_fd_sink_new_client),
13378         (gst_multi_fd_sink_handle_client_write),
13379         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13380         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13381         (gst_multi_fd_sink_change_state):
13382         * gst/tcp/gstmultifdsink.h:
13383         Added shiny new burst-on-connect methods.
13384         Add properties to control the minimal amount of data queued.
13385         Small cleanups.
13386         API: bytes-min property
13387         API: time-min property
13388         API: buffers-min property
13389         API: burst-unit property
13390         API: burst-value property
13391         API: add-full signal
13392
13393         * gst/tcp/gsttcp-marshal.list:
13394         Added new marshaller code for the new signal.
13395
13396         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13397         (multifdsink_suite):
13398         Added testcases for new burst methods.
13399
13400 2006-06-19  Edward Hervey  <edward@fluendo.com>
13401
13402         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13403         Implement clipping for accurate seeking.
13404         Closes #345225
13405
13406 2006-06-19  Wim Taymans  <wim@fluendo.com>
13407
13408         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13409
13410         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13411         (gst_video_scale_transform):
13412         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13413
13414 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13415
13416         * configure.ac:
13417           Fix --disable-external (can't set conditionals conditionally,
13418           #343602).
13419
13420 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13421
13422         * tests/check/elements/audioresample.c: (test_reuse),
13423         (audioresample_suite):
13424           Add test case for bug #342789 fixed below.
13425
13426 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13427
13428         * gst/audioresample/gstaudioresample.c:
13429         (gst_audioresample_class_init), (gst_audioresample_init),
13430         (audioresample_start), (audioresample_stop),
13431         (gst_audioresample_set_property), (gst_audioresample_get_property):
13432           Implement GstBaseTransform::start and ::stop so that audioresample
13433           can clear its internal state properly and be reused instead of
13434           causing non-negotiated errors with playbin under some circumstances
13435           (#342789).
13436
13437         * tests/check/elements/audioresample.c: (setup_audioresample),
13438         (cleanup_audioresample):
13439           Need to set element state here so that ::start and ::stop are
13440           called.
13441
13442 2006-06-16  Wim Taymans  <wim@fluendo.com>
13443
13444         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13445
13446         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13447         Parse extra data better, apparently it's right behind
13448         the normal strf header size. Fixes #343500.
13449
13450 2006-06-16  Wim Taymans  <wim@fluendo.com>
13451
13452         * ext/alsa/gstalsasink.c: (set_hwparams):
13453         If we fail to set the buffer_time and period_time alsa
13454         parameters, post a warning and leave alsa select a 
13455         default instead of failing. Fixes #342085
13456
13457 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13458
13459         * docs/libs/gst-plugins-base-libs-sections.txt:
13460         * gst-libs/gst/cdda/gstcddabasesrc.h:
13461           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13462           out in the header file and shouldn't be listed in the docs.
13463
13464         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13465           Must dereference pointer to fourcc in the debug statement.
13466
13467 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
13468
13469         * docs/libs/Makefile.am:
13470         * docs/libs/gst-plugins-base-libs-docs.sgml:
13471         * docs/libs/gst-plugins-base-libs-sections.txt:
13472         * docs/libs/gst-plugins-base-libs.types:
13473         add remaining symbols into correct setions
13474         
13475         * gst-libs/gst/audio/gstringbuffer.c:
13476         fix incomplete docs
13477         
13478         * gst-libs/gst/audio/gstringbuffer.h:
13479         comment out not yet implemented function
13480         
13481         
13482         * gst-libs/gst/floatcast/floatcast.h:
13483         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13484         add short descriptions
13485         
13486         
13487         * gst-libs/gst/interfaces/propertyprobe.c:
13488         fix return value docs   
13489         
13490         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13491         simplify debug logging
13492         
13493         * gst-libs/gst/riff/riff-read.h:
13494         sync function prototype and docs
13495         
13496         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13497         remove left over symbol
13498
13499 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13500
13501         * autogen.sh:
13502         * configure.ac:
13503         * docs/Makefile.am:
13504           Use GST_PLUGIN_DOCS macro in configure.ac, add
13505           --enable-plugin-docs default to autogen.sh and use
13506           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
13507
13508 2006-06-15  Wim Taymans  <wim@fluendo.com>
13509
13510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13511         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
13512         (gst_ogg_demux_loop):
13513         Combine GstFlowReturn from the source pads to give a
13514         meaningfull result to the upstream peer or to stop the
13515         processing task in case of errors.
13516
13517 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13518
13519         * gst/playback/gststreaminfo.c: (cb_probe):
13520           Try GST_TAG_CODEC as fallback when extracting the
13521           codec name; more debug info.
13522
13523 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * ext/ogg/Makefile.am:
13526         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13527           Extract language tags from ogm subtitle streams, so that
13528           the subtitle menu choices are labelled correctly in
13529           Totem (fixes #344708).
13530
13531 2006-06-14  Wim Taymans  <wim@fluendo.com>
13532
13533         Patch by: Alessandro Decina <alessandro at nnva dot org>
13534
13535         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
13536         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
13537         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
13538         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13539         Fix various leaks. Fixes #343699.
13540         Add x-smoke mime type.
13541
13542 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13543
13544         * gst-libs/gst/riff/riff-ids.h:
13545           Add IDs for 'bext' chunks (see #343837).
13546
13547 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
13548
13549         Patch by: Young-Ho Cha  <ganadist at chollian net>
13550
13551         * gst/subparse/samiparse.c: (sami_context_pop_state),
13552         (handle_start_font), (end_sami_element):
13553           Honour font face tags in SAMI subtitles (#344503).
13554
13555 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13556
13557         * po/POTFILES.in:
13558           add missing files containing translatable strings
13559
13560 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13561
13562         * docs/libs/tmpl/.cvsignore:
13563           we don't want those *.sgml files in CVS either
13564
13565 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13566
13567         * docs/libs/.cvsignore:
13568         * tests/check/elements/.cvsignore:
13569         * tests/check/libs/.cvsignore:
13570           ignore more
13571
13572 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13573
13574         * docs/libs/Makefile.am:
13575           also commiting the changed Makefile.am (added more libs to the
13576           doc-build)
13577
13578 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13579
13580         * docs/libs/gst-plugins-base-libs-docs.sgml:
13581         * docs/libs/gst-plugins-base-libs-sections.txt:
13582         * docs/libs/gst-plugins-base-libs.types:
13583           first batch of reordering things, add index & hierarchy
13584
13585 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13586
13587         * configure.ac:
13588           use GST_PKG_CHECK_MODULES, cleans up output
13589
13590 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
13591
13592         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13593           Add support for burn:// URIs (#343385); const-ify things a bit,
13594           use G_N_ELEMENTS instead of hard-coded array size.
13595
13596 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
13597
13598         Patch by: Young-Ho Cha  <ganadist at chollian net>
13599
13600         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
13601           Fix up broken entities before passing them to libxml *sigh*.
13602           (#343303).
13603           
13604 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13605
13606         * configure.ac:
13607           back to TRUNK
13608
13609 === release 0.10.8 ===
13610
13611 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
13612
13613         * configure.ac:
13614           releasing 0.10.8, "Moar gij ziet mij nie"
13615
13616 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13617
13618         * configure.ac:
13619         * po/af.po:
13620         * po/az.po:
13621         * po/cs.po:
13622         * po/en_GB.po:
13623         * po/hu.po:
13624         * po/it.po:
13625         * po/nb.po:
13626         * po/nl.po:
13627         * po/or.po:
13628         * po/sq.po:
13629         * po/sr.po:
13630         * po/sv.po:
13631         * po/uk.po:
13632         * po/vi.po:
13633         * win32/common/config.h:
13634           0.10.7.2 prerelease
13635
13636 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13637
13638         * docs/libs/tmpl/gstaudio.sgml:
13639         * docs/libs/tmpl/gstcolorbalance.sgml:
13640         * docs/libs/tmpl/gstmixer.sgml:
13641         * docs/libs/tmpl/gstringbuffer.sgml:
13642         * docs/libs/tmpl/gsttuner.sgml:
13643         * docs/libs/tmpl/gstxoverlay.sgml:
13644         * gst-libs/gst/audio/audio.c:
13645         * gst-libs/gst/audio/gstringbuffer.c:
13646         * gst-libs/gst/interfaces/colorbalance.c:
13647         * gst-libs/gst/interfaces/mixer.c:
13648         * gst-libs/gst/interfaces/tuner.c:
13649         * gst-libs/gst/interfaces/xoverlay.c:
13650           move last template doc snippets to source code and delete them
13651
13652 2006-06-06  Michael Smith  <msmith@fluendo.com>
13653
13654         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
13655         (theora_parse_drain_queue):
13656           Mark DELTA_UNIT on non-keyframes.
13657
13658 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
13659
13660         * gst-libs/gst/audio/gstbaseaudiosink.c:
13661         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
13662         * gst-libs/gst/audio/gstbaseaudiosink.h:
13663         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
13664         (gst_ring_buffer_samples_done):
13665         * gst-libs/gst/audio/gstringbuffer.h:
13666         Document better the fact that latency_time and buffer_time are values
13667         stored in microseconds, and not the usual GStreamer nanoseconds.
13668         Change the variables (compatibly) that store them from GstClockTime 
13669         to guint64 to make it more clear that they're not storing clock times.
13670         Also, remove the bogus property description that says the user can
13671         specify -1 to get the default value, since that's never been the case.
13672
13673         When computing the default segment size for the ring buffer, make it
13674         an integer number of samples.
13675
13676         When the sub-class indicates a delay greater than the number of
13677         samples we've written return 0 from the audio sink get_time method.
13678
13679 2006-06-02  Michael Smith  <msmith@fluendo.com>
13680
13681         * tests/check/elements/audioconvert.c: (set_channel_positions),
13682         (get_float_mc_caps), (get_int_mc_caps):
13683         * tests/check/elements/audioresample.c:
13684         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
13685         * tests/check/elements/videorate.c:
13686         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
13687         * tests/check/elements/volume.c:
13688         * tests/check/elements/vorbisdec.c:
13689         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13690           Don't busy-wait in tests; this was causing test timeouts very
13691           frequently when running under valgrind.
13692
13693 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13694
13695         * gst/tcp/README:
13696         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
13697         (gst_multi_fd_sink_remove_client_link),
13698         (gst_multi_fd_sink_client_queue_caps),
13699         (gst_multi_fd_sink_client_queue_buffer),
13700         (gst_multi_fd_sink_handle_client_write),
13701         (gst_multi_fd_sink_render):
13702         * gst/tcp/gstmultifdsink.h:
13703           make multifdsink properly deal with streamheader:
13704           - streamheader is taken from caps
13705           - buffers marked with IN_CAPS are not sent
13706           - streamheaders are sent, on connection, from the caps of the
13707             buffer where the client gets positioned to
13708           - further streamheader changes are done every time the client
13709             will receive a buffer with different caps
13710         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13711         (gst_multifdsink_create_streamheader):
13712           add tests for this
13713
13714 2006-06-02  Michael Smith  <msmith@fluendo.com>
13715
13716         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
13717           Reinstate limit on channel count. Vorbis does not define the meaning
13718           of > 6 channels, so they're just independent channels. Gstreamer
13719           currently has no mechanism to represent N independent channels.
13720
13721 2006-06-02  Michael Smith  <msmith@fluendo.com>
13722
13723         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
13724           Don't arbitrarily restrict channel counts and rate in vorbis.
13725           In terms of effects likely on real-world files, this fixes 96kHz
13726           playback of vorbis.
13727
13728 2006-06-02  Michael Smith  <msmith@fluendo.com>
13729
13730         * gst/audioconvert/audioconvert.c: (float):
13731           More correct float->int conversion.
13732
13733 2006-06-02  Michael Smith  <msmith@fluendo.com>
13734
13735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
13736           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
13737           value. Fixes g-critical on trying to play back ogg containing
13738           unknown codec.
13739
13740 2006-06-02  Wim Taymans  <wim@fluendo.com>
13741
13742         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
13743         (setup_source):
13744         * gst/playback/gstplaybasebin.h:
13745         Make the subtitle detection work from any thread so we don't
13746         deadlock. Fixes #343397.
13747
13748 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13749
13750         * gst/volume/Makefile.am:
13751           Seriously, it's not *that* hard to get compilation right.  Even
13752           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
13753
13754 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
13755
13756         * gst/volume/gstvolume.c: (volume_choose_func),
13757         (volume_update_real_volume), (gst_volume_class_init),
13758         (gst_volume_init), (volume_process_float), (volume_process_int16),
13759         (volume_process_int16_clamp), (volume_set_caps),
13760         (volume_transform_ip), (plugin_init):
13761         * gst/volume/gstvolume.h:
13762         rewrite the passthrough check, split _int16 and _int16_clamp, fix
13763         another property desc., remove unused param from process function
13764         
13765         * tests/check/elements/volume.c: (volume_suite):
13766         reactivate the passthrough test
13767
13768 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
13769
13770         * ext/alsa/gstalsamixerelement.h:
13771         * ext/alsa/gstalsamixeroptions.h:
13772         * ext/alsa/gstalsamixertrack.h:
13773         * ext/gnomevfs/gstgnomevfssink.h:
13774         * ext/gnomevfs/gstgnomevfssrc.h:
13775         * ext/theora/gsttheoradec.h:
13776         * ext/theora/gsttheoraenc.h:
13777         * ext/theora/gsttheoraparse.h:
13778         * ext/vorbis/vorbisparse.h:
13779         * gst-libs/gst/audio/gstaudioclock.h:
13780         * gst-libs/gst/audio/gstaudiofilter.h:
13781         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13782         * gst/audioconvert/gstaudioconvert.h:
13783         * gst/audioresample/gstaudioresample.h:
13784         * gst/audiotestsrc/gstaudiotestsrc.h:
13785         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
13786         * gst/playback/gststreamselector.h:
13787         * gst/tcp/gstmultifdsink.h:
13788         * gst/tcp/gsttcpclientsink.h:
13789         * gst/tcp/gsttcpclientsrc.h:
13790         * gst/tcp/gsttcpserversink.h:
13791         * gst/tcp/gsttcpserversrc.h:
13792         * gst/videorate/gstvideorate.h:
13793         * gst/videoscale/gstvideoscale.h:
13794         * gst/videotestsrc/gstvideotestsrc.h:
13795         * gst/volume/gstvolume.h:
13796         * sys/v4l/gstv4ljpegsrc.h:
13797         * sys/v4l/gstv4lmjpegsink.h:
13798         * sys/v4l/gstv4lmjpegsrc.h:
13799         * sys/v4l/gstv4lsrc.h:
13800         * sys/ximage/ximagesink.h:
13801         * sys/xvimage/xvimagesink.h:
13802         * tests/old/testsuite/alsa/sinesrc.h:
13803         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
13804
13805 2006-05-31  Wim Taymans  <wim@fluendo.com>
13806
13807         * ext/libvisual/visual.c: (gst_visual_reset),
13808         (gst_visual_sink_setcaps), (gst_visual_sink_event),
13809         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
13810         Handle DISCONT.
13811         Use running time before doing QoS.
13812         Handle mono too.
13813
13814 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13815
13816         * docs/libs/Makefile.am:
13817           set a magic variable to indicate we know the docs are incomplete
13818
13819 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
13820
13821         * win32/common/libgstvideo.def:
13822           export gst_video_calculate_display_ratio
13823         * win32/vs6/libgstvideoscale.dsp:
13824           add link to libgstvideo-0.10.lib
13825
13826 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
13827
13828         * gst/playback/gstplaybasebin.c: (gen_source_element):
13829           Throw a more comprehensible error for rtsp:// URIs (rather
13830           than erroring out with a negotiation error later on) until
13831           we fix playbin to handle rtspsrc etc.
13832
13833 2006-05-30  Wim Taymans  <wim@fluendo.com>
13834
13835         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
13836         (gst_text_overlay_text_event):
13837         Added some FIXMEs.
13838
13839 2006-05-30  Wim Taymans  <wim@fluendo.com>
13840
13841         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
13842         (gst_adder_request_new_pad), (gst_adder_release_pad):
13843         * gst/adder/gstadder.h:
13844         Implement release_request_pad.
13845         Make padcounter atomic.
13846
13847         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
13848         Added check for release_pad in adder.
13849
13850 2006-05-30  Wim Taymans  <wim@fluendo.com>
13851
13852         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
13853         Fix build again.
13854
13855 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13856
13857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13858         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13859         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13860         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
13861         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
13862         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
13863         (gst_ogg_demux_bisect_forward_serialno),
13864         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
13865         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13866           add more debugging
13867           clean up printf formats for granulepos and serialno
13868
13869 2006-05-30  Michael Smith  <msmith@fluendo.com>
13870
13871         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13872         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
13873         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
13874         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
13875         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13876         * ext/vorbis/vorbisenc.h:
13877           Multi-channel caps negotiation, so we can do proper multichannel
13878           vorbis encoding, negotiated through audioconvert.
13879
13880 2006-05-30  Wim Taymans  <wim@fluendo.com>
13881
13882         * tests/check/elements/adder.c: (test_event_message_received),
13883         (test_play_twice_message_received), (GST_START_TEST),
13884         (adder_suite):
13885         Added check to show that #339935 is fixed with ongoing
13886         adder and collectpads fixes.
13887
13888 2006-05-29  Wim Taymans  <wim@fluendo.com>
13889
13890         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
13891         Don't leak pad name.
13892
13893 2006-05-29  Wim Taymans  <wim@fluendo.com>
13894
13895         * gst/adder/gstadder.c: (gst_adder_query_duration),
13896         (forward_event_func), (forward_event), (gst_adder_src_event):
13897         Fix adder seeking.
13898         Make query/seeking code threadsafe.
13899
13900         * tests/check/Makefile.am:
13901         * tests/check/elements/adder.c: (test_event_message_received),
13902         (GST_START_TEST), (test_play_twice_message_received):
13903         Fix adder test case.
13904
13905 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
13906
13907         Patch by: Young-Ho Cha  <ganadist at chollian net>
13908
13909         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13910         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
13911         (set_encoding_element), (decodebin_element_added_cb),
13912         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
13913         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
13914         * gst/playback/gstplaybasebin.h:
13915           Add 'subtitle-encoding' property to playbin, so applications can
13916           force a subtitle encoding for non-UTF8 subtitles (#342268).
13917
13918         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
13919         (gst_sub_parse_set_property):
13920           Rename recently-added 'encoding' property to 'subtitle-encoding'
13921           (so it can be proxied by playbin/decodebin in a generic way
13922           with less danger of false positives).
13923
13924 2006-05-29  Michael Smith  <msmith@fluendo.com>
13925
13926         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13927         (append_with_other_format), (set_structure_widths),
13928         (gst_audio_convert_transform_caps):
13929           Patch from #341562: give more specific audio caps in get_caps, so
13930           that basetransform  can make better decisions on what caps to
13931           negotiate.
13932
13933 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13934
13935         * tests/check/elements/volume.c:
13936         make it compile again
13937
13938 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13939
13940         * tests/check/elements/volume.c: (volume_suite):
13941         disable test until #343196 gets resolved
13942
13943 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13944
13945         * gst/adder/gstadder.c: (gst_adder_get_type):
13946         Make it easier to copy&paste
13947         
13948         * gst/volume/Makefile.am:
13949         * gst/volume/gstvolume.c: (volume_update_real_volume),
13950         (gst_volume_set_volume), (gst_volume_set_mute),
13951         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
13952         (volume_transform_ip), (volume_update_mute),
13953         (volume_update_volume):
13954         * gst/volume/gstvolume.h:
13955         Add own debug category, move duplicate code to helper function, fix
13956         property texts, add more comments and prepare ffor liboil-goodness
13957         
13958         * tests/check/Makefile.am:
13959         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
13960         add test for mute and passtrough case, be a bit more verbose to track
13961         failure
13962         
13963         * tests/check/generic/states.c: (GST_START_TEST):
13964         catch elements that fail to instantiate
13965
13966 2006-05-28  Edward Hervey  <edward@fluendo.com>
13967
13968         * tests/check/pipelines/simple-launch-lines.c:
13969         * tests/check/pipelines/theoraenc.c:
13970         * tests/check/pipelines/vorbisenc.c:
13971         Comment out tests using parse_launch() if core was built without
13972         parsing capabilities.
13973
13974 2006-05-27  Edward Hervey  <edward@fluendo.com>
13975
13976         * tests/check/Makefile.am:
13977         Extra bonus points for whoever explains to ensonic that you are meant
13978         to test unit tests thoroughly before commiting them, especially if
13979         you know it's going to break.
13980         De-activated element/adder tests.
13981
13982 2006-05-27  Edward Hervey  <edward@fluendo.com>
13983
13984         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13985         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
13986         Marking caps conversion issues as GST_WARNING is way too verbose,
13987         Moving them to GST_LOG.
13988
13989 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
13990
13991         * README:
13992           Replace current README (containing the release notes from
13993           some 0.9.x version) with a proper README taken from the core.
13994
13995 2006-05-26  Wim Taymans  <wim@fluendo.com>
13996
13997         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13998         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
13999         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14000         (vorbis_dec_change_state):
14001         Small cleanups.
14002         Add some FIXMEs
14003         Clip output samples to segment boundaries.
14004
14005 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14006
14007         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14008         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14009         Improve the errors produced on bad output, including some human
14010         readable description strings.
14011         Handle the (theoretical for ximagesink) case where the XServer 
14012         has a different idea about the size required for a particular 
14013         frame and gives us too small a memory allocation.
14014
14015 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14016
14017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14018         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14019         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14020         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14021         Improve the errors produced on bad output, including some human 
14022         readable description strings.
14023         Handle RGB Xv formats properly by transforming them into our 
14024         big-endian caps description.
14025         Use gst_caps_truncate to ensure that we never try and choose a
14026         non-fixed caps in buffer_alloc.
14027         Handle the case where the XServer has a different idea about the size
14028         required for a particular frame and gives us too small a memory
14029         allocation.
14030         Use -1 to indicate 'no image format', because 0 is a valid XServer
14031         image format number.
14032         Put RGB Xv formats at the end of the caps, so that we always prefer
14033         YUV format frames.
14034         Iterate the available Xv Encodings to determine the maximum width and
14035         height, and then return that in our caps.
14036         (Closes #315312, #337544)
14037
14038 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14039
14040         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14041         When there is only one unfinished pad and it receives an event that
14042         doesn't match our requirements, we need to set alldone=FALSE so that
14043         the fakesink is not removed yet.
14044
14045 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14048           Use gst_type_find_helper_for_buffer() to find the type
14049           of stream from the first packet.
14050
14051         * configure.ac:
14052           Bump requirements to core CVS (needed for vorbis
14053           typefinding to work).
14054
14055 2006-05-24  Edward Hervey  <edward@fluendo.com>
14056
14057         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14058         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14059         contain.  Else they play perfectly fine with qtdemux.
14060
14061 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14062
14063         * ext/theora/theoradec.c:
14064         * ext/theora/theoraenc.c:
14065         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14066         * gst/audiorate/gstaudiorate.c:
14067           make more debug catagories static
14068         
14069         * tests/check/Makefile.am:
14070         * tests/check/elements/adder.c: (message_received),
14071         (test_event_message_received), (GST_START_TEST),
14072         (test_play_twice_message_received), (adder_suite):
14073           added test case for using element twice, extra bonus points for anyone
14074           who can make these test run reliably
14075
14076 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         * ext/theora/theoradec.c: (theora_dec_chain):
14079           Make work with time-stamped input buffers that do not
14080           have a granulepos in BUFFER_OFFSET_END (like theora
14081           buffers coming from matroskademux). Fixes #342448.
14082
14083 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14084
14085         Patch by: Peter Kjellerstedt  <pkj at axis com>
14086
14087         * gst/tcp/Makefile.am:
14088           fdstresstest doesn't need Gtk+, fix compilation if 
14089           gtk is not available (#342566).
14090
14091 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14092          
14093         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14094           80 line columns
14095           Removed redundant floor()
14096
14097 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14098
14099         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14100           On second thought, just skip JUNK chunks automatically, so
14101           the caller doesn't have to handle this. Fixes #342345.
14102           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14103           not GST_FLOW_ERROR.
14104
14105 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14106
14107         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14108           Don't bail out on JUNK chunks with a size of 0 (would try to
14109           pull_range 0 bytes before, which sources don't like too much).
14110           See #342345.
14111
14112 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14113
14114         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14116         Use the gstutil scaling function to preserve 64 bits while calculating
14117         output width and height from the display-aspect-ratio. (A continuation
14118         of #341542)
14119
14120 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14121
14122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14123         (gst_xvimagesink_buffer_alloc):
14124         * sys/xvimage/xvimagesink.h:
14125         When performing buffer allocations, remember the caps and image format
14126         we return so that if the same caps are asked for next time we can
14127         return them immediately without doing any caps intersections.
14128
14129 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14130          
14131         * gst-libs/gst/rtp/README:
14132           Some new documentation
14133         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14134           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14135         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14136         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14137           New RTP audio base payloader class. Supports frame or sample based
14138           codecs.  Not enabled in Makefile.am until approved.
14139
14140 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14141
14142         * tests/check/elements/alsa.c: (test_device_property_probe):
14143           Fix test case: don't try to free NULL GValueArray when there
14144           are no devices.
14145
14146 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * tests/check/Makefile.am:
14149         * tests/check/elements/alsa.c: (test_device_property_probe),
14150         (alsa_suite), (main):
14151           Add simple test that runs a device property probe on alsasrc,
14152           alsasink and alsamixer. Disable valgrind check for now (too
14153           many leaks in libasound, and valgrind ignored my suppressions
14154           additions).
14155
14156 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14159         (gst_alsa_device_property_probe_probe_property),
14160         (gst_alsa_device_property_probe_needs_probe),
14161         (gst_alsa_device_property_probe_get_values),
14162         (gst_alsa_type_add_device_property_probe_interface):
14163         * ext/alsa/gstalsadeviceprobe.h:
14164         * ext/alsa/gstalsamixerelement.c:
14165         (gst_alsa_mixer_element_init_interfaces):
14166         * ext/alsa/gstalsamixerelement.h:
14167           Clean up and simplify alsa device probing. Make it actually work
14168           for multiple classes. Don't cache results any longer.
14169
14170         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14171         (gst_alsasink_init):
14172         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14173         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14174         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14175           Make alsasink and alsasrc implement the GstPropertyProbe interface
14176           for device probing (#342181).
14177           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14178
14179 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14180
14181         * gst/subparse/samiparse.c: (handle_start_font):
14182           Don't ignore return value of strtol (++compiler_happiness).
14183
14184 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14185
14186         Patch by: Young-Ho Cha  <ganadist chollian net>
14187
14188         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14189         (gst_sub_parse_class_init), (gst_sub_parse_init),
14190         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14191         (convert_encoding):
14192         * gst/subparse/gstsubparse.h:
14193           Add 'encoding' property (#341681).
14194
14195         * gst/subparse/samiparse.c: (characters_sami):
14196           Output is pango markup, so we need to escape text
14197           between tags (#342143).
14198
14199 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14200
14201         * gst-libs/gst/audio/multichannel.c:
14202         (gst_audio_check_channel_positions):
14203           It's okay to have caps with channels=1 and a channel position
14204           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14205           (deinterleavers might want to keep the position in the caps,
14206           so that they can be re-interleaved again properly later).
14207           Leave check for unexpected 2-channel layouts intact for now.
14208
14209 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14210
14211         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14212         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14213         basesrc can do its job correctly.
14214
14215 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * ext/alsa/Makefile.am:
14218         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14219         (gst_alsa_detect_formats), (get_channel_free_structure),
14220         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14221         (gst_alsa_probe_supported_formats):
14222         * ext/alsa/gstalsa.h:
14223         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14224           Refactor and improve caps probing code: probe signedness
14225           when we probe the supported formats/widths; set endianness
14226           to the one we actually probed for (ie. cpu endianness).
14227           
14228         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14229         (gst_alsasrc_close):
14230         * ext/alsa/gstalsasrc.h:
14231           Implement caps probing for alsasrc.
14232
14233 2006-05-15  Wim Taymans  <wim@fluendo.com>
14234
14235         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14236         (theora_dec_src_query), (theora_dec_src_event),
14237         (theora_dec_sink_event), (theora_handle_comment_packet),
14238         (theora_handle_data_packet), (theora_dec_change_state):
14239         Cleanups, add some G_LIKELY.
14240         Use segment helpers instead of our own wrong code.
14241         Clear queued buffers on seek and READY.
14242
14243         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14244         (vorbis_dec_convert), (vorbis_dec_src_query),
14245         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14246         (vorbis_handle_comment_packet), (vorbis_dec_push),
14247         (vorbis_handle_data_packet), (vorbis_dec_chain),
14248         (vorbis_dec_change_state):
14249         * ext/vorbis/vorbisdec.h:
14250         Remove old useless packetno variable.
14251         Do position query properly.
14252         Add some G_LIKELY.
14253         Do cleanup of queued buffers in new helper function
14254         and use it.
14255
14256 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14259           Query supported sample rates. Fixes #341732.
14260
14261 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14262
14263         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14264         (gst_decode_bin_change_state): Make decodebin reusable
14265         when going from PAUSE_TO_READY and then back to PAUSED.
14266         Fixes #331678.
14267
14268 2006-05-15  Wim Taymans  <wim@fluendo.com>
14269
14270         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14271         (vorbis_dec_convert), (vorbis_dec_src_query),
14272         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14273         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14274         (vorbis_dec_clean_queued), (vorbis_dec_push),
14275         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14276         Cleanups. Use refcounting and DEBUG_OBJECT.
14277         Reset segment on flush, use code methods instead of our
14278         own wrong version.
14279         Fix potential memleak.
14280
14281 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14282
14283         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14284         (gst_alsasink_init):
14285         * ext/alsa/gstalsasink.h:
14286           Don't leak allocated snd_output_t structure if there's
14287           more than one alsasink instance at a time (#341873).
14288           Also fix GObject macros in header file.
14289           
14290 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * gst/subparse/gstsubparse.c:
14293         (gst_sub_parse_data_format_autodetect):
14294           Don't use libxml functions in the typefinding code.
14295
14296 2006-05-15  Wim Taymans  <wim@fluendo.com>
14297
14298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14299         Fix seeking performance in the case where a non-header 
14300         packet has a 0 granulepos (busted theora case). 
14301         Fixes #341719
14302         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14303          the first place, you limelight stealer you)
14304
14305 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14306
14307         * gst/subparse/gstsubparse.c:
14308         (gst_sub_parse_data_format_autodetect):
14309           Improve SAMI typefinding: handle case where there are
14310           whitespaces or newlines in front of the first <SAMI>
14311           tag (#169936).
14312
14313 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14314
14315         * configure.ac:
14316           Build video4linux plugin even if there's no XVIDEO, just
14317           without implementing the GstXOverlay interface (#334002).
14318          
14319 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * configure.ac:
14322         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14323         (plugin_init):
14324           Add tentative support for libvisual-0.4 (#336881).
14325
14326 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14327
14328         Patch by: Young-Ho Cha <ganadist at chollian net>
14329
14330         * gst/subparse/samiparse.c: (handle_start_font):
14331           Need to map "silver" colour explicitly (#169936).
14332
14333 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         Patch by: Young-Ho Cha  <ganadist at chollian net>
14336
14337         * gst/subparse/Makefile.am:
14338         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14339         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14340         (gst_sub_parse_format_autodetect), (feed_textbuf),
14341         (gst_subparse_type_find), (plugin_init):
14342         * gst/subparse/gstsubparse.h:
14343         * gst/subparse/samiparse.c:
14344         * gst/subparse/samiparse.h:
14345           Add support for SAMI subtitles (#169936).
14346
14347 2006-05-14  Michael Smith  <msmith@fluendo.com>
14348
14349         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14350           Fix #341696: crash when mixing L+R+C to mono or stereo.
14351         * tests/check/Makefile.am:
14352         * tests/check/elements/audioconvert.c: (set_channel_positions),
14353         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14354         (audioconvert_suite):
14355           Add test for the above, including some generic framework bits for
14356           testing multichannel things.
14357
14358 === release 0.10.7 ===
14359
14360 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14361
14362         * configure.ac:
14363           releasing 0.10.7, "Leave the gun"
14364
14365 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14366
14367         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14369         Fix the build.
14370
14371 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14372
14373         * docs/libs/gst-plugins-base-libs-docs.sgml:
14374         * docs/libs/gst-plugins-base-libs-sections.txt:
14375         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14376         * gst-libs/gst/video/video.h:
14377         * gst/videoscale/Makefile.am:
14378         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14380         * tests/check/Makefile.am:
14381         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14382         (main):
14383           Fix integer overflow problem with pixel-aspect-ratio calculations
14384           in videoscale and xvimagesink (#341542)
14385
14386 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14387
14388         * gst-libs/gst/tag/gstid3tag.c:
14389           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14390
14391 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14392
14393         * win32/MANIFEST:
14394           update win32 files listing
14395
14396 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14397
14398         patch by: Sjoerd Simons (sjoerd@luon.net)
14399
14400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14401         (group_create), (group_destroy), (add_stream),
14402         (gst_play_base_bin_get_property),
14403         (gst_play_base_bin_get_streaminfo_value_array):
14404         * gst/playback/gstplaybasebin.h:
14405           API: GstPlayBaseBin::stream-info-value-array property
14406           use a more bindings-friendly way of exposing streaminfo
14407           using a GValueArray.  Tested in ipython.
14408           Closes #341114
14409
14410 2006-05-11  Wim Taymans  <wim@fluendo.com>
14411
14412         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14413         (queue_underrun_cb), (queue_filled_cb):
14414         Also catch queue underruns but don't do anything yet.
14415         Refactor and comment queue enlarging code a bit.
14416
14417         * gst/playback/gstplaybasebin.c: (queue_overrun),
14418         (queue_threshold_reached), (queue_out_of_data),
14419         (gen_preroll_element):
14420         If a queue over/underruns check that we don't create nasty
14421         deadlocks when the min-threshold is not reached but the
14422         max-bytes is. In those cases disable max-bytes when we
14423         know that the queue is fed timed data.
14424         Add more comments.
14425
14426 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * gst/playback/gstplaybin.c: (gen_audio_element):
14429           Make playbin automatically plug an 'audioresample'
14430           element before the audio sink as well. This solves
14431           problems with sinks that only accept a very specific
14432           sample rate, like esdsink (e.g. #340379).
14433
14434 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14435
14436         * gst/playback/gstplaybasebin.c: (gen_source_element):
14437           Make http sources send special headers so that we receive
14438           icecast metadata if the http stream is an icecast stream
14439           (otherwise the server will just ignore them). This also
14440           means that from now on users will need the 'icydemux'
14441           element from gst-plugins-good installed if they want to
14442           listen to icecast radio streams. (#341432, #333657).
14443
14444 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14445
14446         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14447         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14448           remove stupid example from docs - it should come with a simple
14449           C program instead.
14450           Clean up/fix docs
14451         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14452         (fail_if_can_read), (GST_START_TEST),
14453         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14454           add a test for changing streamheader which exposes a bug in
14455           multifdsink
14456
14457 2006-05-11  Michael Smith  <msmith@fluendo.com>
14458
14459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14460         (gst_gnome_vfs_src_received_headers_callback):
14461         * ext/gnomevfs/gstgnomevfssrc.h:
14462           Don't set icy-caps unless we have a sane interval value. Move
14463           interval to a local variable; we never use it outside this function.
14464
14465 2006-05-11  Wim Taymans  <wim@fluendo.com>
14466
14467         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14469         Register special buffer types along with the objects so
14470         that they are not registered at runtime from N different
14471         streaming threads since they are not threadsafe.
14472
14473 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14474
14475         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14476         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14477           add two more tests, one doing streamheader
14478
14479 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14480
14481         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14482           clean up the bufqueue when shutting down
14483         * tests/check/Makefile.am:
14484         * tests/check/elements/multifdsink.c: (setup_multifdsink),
14485         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14486         (main):
14487           add a test for the leak that was just fixed
14488
14489 2006-05-10  Wim Taymans  <wim@fluendo.com>
14490
14491         * gst/adder/gstadder.c: (gst_adder_setcaps),
14492         (gst_adder_query_duration), (gst_adder_query), (forward_event),
14493         (gst_adder_src_event), (gst_adder_sink_event),
14494         (gst_adder_class_init), (gst_adder_finalize),
14495         (gst_adder_request_new_pad), (gst_adder_collected):
14496         * gst/adder/gstadder.h:
14497         Updated some docs. Added comments and FIXMEs all over the place.
14498         Improve debugging info.
14499         Fix leak on finalize by not calling the parent.
14500         Implement duration query.
14501         Make event forwarding threadsafe.
14502         Correctly send NEWSEGMENT at start and after flush.
14503         Handle EOS correctly.
14504         Post error when not negotiated.
14505
14506         * tests/check/elements/adder.c: (GST_START_TEST):
14507         Added FIXME in the test.
14508
14509 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
14512         (gst_text_overlay_halign_get_type),
14513         (gst_text_overlay_wrap_mode_get_type):
14514         * ext/theora/theoradec.c: (theora_handle_type_packet),
14515         (theora_handle_data_packet):
14516         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14517         (theora_enc_sink_setcaps), (theora_enc_chain):
14518         * gst-libs/gst/cdda/gstcddabasesrc.c:
14519         (gst_cdda_base_src_mode_get_type):
14520         * gst/audiotestsrc/gstaudiotestsrc.c:
14521         (gst_audiostestsrc_wave_get_type):
14522         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14523         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14524         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14525         (gst_sync_method_get_type), (gst_unit_type_get_type),
14526         (gst_client_status_get_type):
14527         * gst/videoscale/gstvideoscale.c:
14528         (gst_video_scale_method_get_type):
14529         * gst/videotestsrc/gstvideotestsrc.c:
14530         (gst_video_test_src_pattern_get_type):
14531         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
14532         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
14533         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
14534         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
14535         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
14536         (paint_setup_RGB565), (paint_setup_xRGB1555):
14537           Const-ify GEnumValue and GFlagsValue arrays. Use
14538           GST_ROUND_UP_* macros instead of home-made ones.
14539
14540 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14541
14542         * configure.ac:
14543           Require core CVS for the new newsegment stuff.
14544
14545 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         Patch by: Sjoerd Simons  <sjoerd at luon net>
14548
14549         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
14550           Register nick for enum value (#341160).
14551
14552 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
14553
14554         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
14555         (plugin_init):
14556          backout typefind patch #340375
14557          
14558         * tests/check/elements/adder.c: (message_received),
14559         (GST_START_TEST), (adder_suite):
14560           redo, signal-handling of test
14561
14562 2006-05-09  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
14565         (gst_adder_collected):
14566         * gst/adder/gstadder.h:
14567         Remove bogus segment merging and forwarding, we don't
14568         care about timestamps anyway and we just produce a
14569         continuous stream. 
14570         Also create a nice NEWSEGMENT event when we start.
14571         Use _scale_int some more.
14572
14573 2006-05-09  Edward Hervey  <edward@fluendo.com>
14574
14575         * tests/icles/stress-xoverlay.c:
14576         Fix if core was built without parsing support.
14577
14578 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14579
14580         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14581           Add SEDG (Samsung MPEG-4) fourcc.
14582
14583 2006-05-09  Edward Hervey  <edward@fluendo.com>
14584
14585         * tests/icles/stress-xoverlay.c:
14586         * tests/examples/volume/volume.c:
14587         Fix if core was built without parsing support.
14588
14589         * tests/examples/seek/seek.c:
14590         Disable the parse_launch example if core was built without parsing
14591         support.
14592
14593 2006-05-08  Edward Hervey  <edward@fluendo.com>
14594
14595         * autogen.sh: (CONFIGURE_DEF_OPT): 
14596         libtoolize on Darwin/MacOSX is called glibtoolize
14597
14598 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14599
14600         * tests/check/Makefile.am:
14601         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
14602           Disable the adder test, until the build-slaves posses the kindness to 
14603           either like it or to give valid reason for not doing so 
14604
14605 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14606
14607         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14608         (adder_suite):
14609           Shuffle NULL state change around and raise timeout more
14610
14611 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14612
14613         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
14614         (mp4_type_find), (plugin_init):
14615           Add typefind to distinguish between "audio/x-m4a" and new type
14616           "video/mp4". Fixes #340375
14617
14618         * tests/check/elements/adder.c: (adder_suite):
14619           Raise timeout to make buildbot happy
14620
14621 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14622
14623         * gst/adder/gstadder.c: (gst_adder_sink_event),
14624         (gst_adder_request_new_pad), (gst_adder_change_state):
14625         * gst/adder/gstadder.h:
14626         * tests/check/Makefile.am:
14627         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14628         (adder_suite), (main):
14629           Add sink-event handling to adder. It tries to merge incomming
14630           newsegment-events. Added test to check if segment_done is comming
14631           through. Fixes #340060
14632
14633 2006-05-05  Andy Wingo  <wingo@pobox.com>
14634
14635         * ext/theora/theoraparse.c (gst_theora_parse_init)
14636         (theora_parse_src_convert, theora_parse_src_query):
14637         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
14638         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
14639         query functions on the source pads of the theora and vorbis parse
14640         elements. Fixes position querying when doing a remux.
14641
14642 2006-05-05  Michael Smith  <msmith@fluendo.com>
14643
14644         * ext/theora/theoraparse.c: (parse_granulepos),
14645         (theora_parse_drain_queue_prematurely),
14646         (theora_parse_queue_buffer), (theora_parse_sink_event):
14647           Fix flushing.
14648           Fix invalid granulepos outputs when starting with a non-keyframe.
14649
14650 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
14651
14652         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
14653         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
14654         Rearrange MPEG system stream detection, fixing some memleaks in the
14655         process.
14656         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
14657         they clean up their data correctly.
14658         Remove unused ogganx caps and move the 'is_annodex' check to inside
14659         the 'is_ogg' if statement.
14660
14661 2006-05-05  Wim Taymans  <wim@fluendo.com>
14662
14663         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
14664         Properly remove ghostpads. Fixes #340392
14665
14666 2006-05-04  David Schleef  <ds@schleef.org>
14667
14668         * gst/typefind/gsttypefindfunctions.c:
14669
14670 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
14671
14672         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
14673         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
14674
14675         When typefinding an MP3 in push-based mode, don't penalise the
14676         probability down to 74% when we found 5 valid frames just because we
14677         can't peek the end of the file.
14678
14679         Make the probability for detecting MPEG Transport Streams based on the
14680         number of sequential headers we successfully detected.
14681
14682 2006-05-03  Wim Taymans  <wim@fluendo.com>
14683
14684         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14685         (vorbis_dec_push), (vorbis_dec_chain):
14686         Still produce an error when we receive an empty packet.
14687
14688 2006-05-03  Wim Taymans  <wim@fluendo.com>
14689
14690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14691         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
14692         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
14693         Mark buffers with DISCONT after seek and after activating new
14694         chains.
14695
14696         * ext/theora/gsttheoradec.h:
14697         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14698         (theora_get_query_types), (theora_dec_sink_event),
14699         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
14700         (theora_dec_change_state):
14701         Fix frame counter.
14702         Detect and mark DISCONT buffers.
14703
14704         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14705         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
14706         (vorbis_dec_change_state):
14707         * ext/vorbis/vorbisdec.h:
14708         Use GstSegment.
14709         Detect and mark DISCONT buffers.
14710         Don't crash on 0 sized buffers.
14711
14712 2006-05-03  Wim Taymans  <wim@fluendo.com>
14713
14714         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
14715         (volume_transform_ip):
14716         Increase "volume" property to 10.0. Fixes #340369.
14717         Set the process function to NULL when capsnego fails so that
14718         we properly error out.
14719
14720 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14721
14722         * gst/playback/gstplaybin.c: (add_sink):
14723         * gst/playback/test.c: (main):
14724         * gst/playback/test5.c: (dump_element_stats):
14725         * gst/playback/test6.c: (main):
14726           free caps using gst_caps_unref, don't leak caps-strings
14727
14728 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
14731         (plugin_init):
14732           Refine musepack typefinding a bit. Return MAXIMUM
14733           probability when we detect stream version 7 to make
14734           sure the mpeg audio typefinder doesn't trump us.
14735
14736 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14737
14738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14739           Protect against unexpected NULL strf_data buffer.
14740
14741 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14742
14743         * tests/check/elements/audioconvert.c: (verify_convert),
14744         (GST_START_TEST):
14745           interpret the out[] buffer in the order the bytes are actually
14746           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
14747           Other tests should use BYTE_ORDER since the array is filled in
14748           with actual values
14749
14750 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14751
14752         * tests/check/elements/audioconvert.c: (verify_convert),
14753         (GST_START_TEST):
14754           when a test fails, give an indication of which it is
14755
14756 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14757
14758         * gst-libs/gst/cdda/gstcddabasesrc.c:
14759           compile fix; strtol() needs <stdlib.h>
14760
14761 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
14762
14763         * ext/alsa/gstalsamixerelement.c:
14764         * ext/alsa/gstalsasrc.c:
14765         * ext/cdparanoia/gstcdparanoiasrc.c:
14766         * ext/gnomevfs/gstgnomevfssink.c:
14767         * ext/gnomevfs/gstgnomevfssrc.c:
14768         * ext/ogg/gstoggdemux.c:
14769         * ext/ogg/gstoggmux.c:
14770         * ext/ogg/gstoggparse.c:
14771         * ext/ogg/gstogmparse.c:
14772         * ext/pango/gstclockoverlay.c:
14773         * ext/pango/gsttextoverlay.c:
14774         * ext/pango/gsttextrender.c:
14775         * ext/pango/gsttimeoverlay.c:
14776         * ext/theora/theoradec.c:
14777         * ext/theora/theoraenc.c:
14778         * ext/vorbis/vorbisdec.c:
14779         * ext/vorbis/vorbisenc.c:
14780         * gst-libs/gst/audio/gstaudiofilter.c:
14781         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14782         * gst/audioconvert/gstaudioconvert.c:
14783         * gst/audiorate/gstaudiorate.c:
14784         * gst/audioresample/gstaudioresample.c:
14785         * gst/audiotestsrc/gstaudiotestsrc.c:
14786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14787         * gst/playback/gstdecodebin.c:
14788         * gst/playback/gstplaybin.c:
14789         * gst/playback/gststreamselector.c:
14790         * gst/subparse/gstsubparse.c:
14791         * gst/tcp/gstmultifdsink.c:
14792         * gst/tcp/gsttcpclientsink.c:
14793         * gst/tcp/gsttcpclientsrc.c:
14794         * gst/tcp/gsttcpserversink.c:
14795         * gst/tcp/gsttcpserversrc.c:
14796         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14797         * gst/videorate/gstvideorate.c:
14798         * gst/videoscale/gstvideoscale.c:
14799         * gst/videotestsrc/gstvideotestsrc.c:
14800         * gst/volume/gstvolume.c:
14801         * sys/v4l/gstv4ljpegsrc.c:
14802         * sys/v4l/gstv4lmjpegsink.c:
14803         * sys/v4l/gstv4lmjpegsrc.c:
14804         * sys/v4l/gstv4lsrc.c:
14805         * sys/ximage/ximagesink.c:
14806         * sys/xvimage/xvimagesink.c:
14807         * tests/check/libs/cddabasesrc.c:
14808           make GstElementDetails const
14809
14810 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
14811
14812         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
14813         (gst_adder_init):
14814           send events from src-pad to all sink-pads fixes #338657
14815
14816 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
14817
14818         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
14819         (alsasink_parse_spec):
14820           query width capabilities from alsa, fixes #338919
14821
14822 2006-04-28  Wim Taymans  <wim@fluendo.com>
14823
14824         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
14825         (gst_multi_fd_sink_remove_client_link):
14826         * gst/tcp/gstmultifdsink.h:
14827         Fix race condition in multifdsink that can lead to spurious 
14828         duplicate clients. this patch adds a new signal that is fired when
14829         multifdsink has removed all references to the fd.
14830         Fixes #339574.
14831         Updated documentation.
14832         API: client-fd-removed signal added
14833
14834 2006-04-28  Michael Smith  <msmith@fluendo.com>
14835
14836         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
14837           When asking g_value_array_new to prealloc elements, we may as well
14838           ask for the right number of elements.
14839
14840 2006-04-28  Wim Taymans  <wim@fluendo.com>
14841
14842         * gst-libs/gst/audio/gstbaseaudiosink.c:
14843         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
14844         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14845         patch to make timestamp checking more tollerant to rounding 
14846         errors given that real discontinuities are to be marked on
14847         buffers. Fixes some asf files and #338778.
14848         Also avoid some crashers when we receive an event in the 
14849         NULL state.
14850
14851 2006-04-28  Michael Smith  <msmith@fluendo.com>
14852
14853         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
14854         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14855         (gst_gnome_vfs_src_get_property),
14856         (gst_gnome_vfs_src_send_additional_headers_callback),
14857         (gst_gnome_vfs_src_received_headers_callback),
14858         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
14859         (gst_gnome_vfs_src_stop):
14860         * ext/gnomevfs/gstgnomevfssrc.h:
14861           Remove ICY handling (mostly) from gnomevfssrc, in favour of
14862           proper shared support within icydemux.
14863
14864 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14865
14866         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
14867         (gst_video_rate_swap_prev), (gst_video_rate_chain):
14868           fix up docs
14869           fix a leak when no caps negotiated
14870           fix counting of input frames
14871         * tests/check/elements/.cvsignore:
14872         * tests/check/elements/videorate.c: (assert_videorate_stats),
14873         (GST_START_TEST), (videorate_suite):
14874           add tests for these
14875
14876 2006-04-28  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst-libs/gst/audio/gstringbuffer.c:
14879         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14880         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14881         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14882         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
14883         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
14884         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14885         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14886         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14887         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
14888         Check arguments passed to public functions instead of
14889         crashing.
14890
14891 2006-04-28  Wim Taymans  <wim@fluendo.com>
14892
14893         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
14894         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
14895         GstBaseAudioSrc must be live or it does not work.
14896
14897         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
14898         Don't set live to TRUE as this is the default in the parentclass.
14899
14900 2006-04-28  Wim Taymans  <wim@fluendo.com>
14901
14902         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
14903         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
14904         Videoscale doesn't pass on pixel-aspect ratio. Handle all
14905         fixation cases better. Fixes #338991
14906
14907 2006-04-28  Wim Taymans  <wim@fluendo.com>
14908
14909         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14910         Handle 0/1 framerate correctly Fixes #331901.
14911
14912 2006-04-28  Wim Taymans  <wim@fluendo.com>
14913
14914         * tests/check/elements/audioconvert.c: (get_float_caps),
14915         (GST_START_TEST), (audioconvert_suite):
14916         Added check for correct clipping when doing float samples
14917         in audioconvert.
14918
14919 2006-04-28  Wim Taymans  <wim@fluendo.com>
14920
14921         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
14922         (gst_video_rate_chain):
14923         Print more debugging info.
14924
14925 2006-04-28  Wim Taymans  <wim@fluendo.com>
14926
14927         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
14928         (resample_set_state_from_caps):
14929         Add support for other formats audioresample can handle such as
14930         32 bits in and float and 64 bits float. Fixes #301759
14931
14932 2006-04-28  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst/audioconvert/audioconvert.c: (float):
14935         correctly clip float samples > 1.0. Fixes #338718
14936
14937 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14938
14939         Patch by: Young-Ho Cha  <ganadist at chollian net>
14940
14941         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
14942         (gst_text_overlay_render_text):
14943           Don't strip newlines from the text. Also, center lines
14944           within multi-line paragraphs (#339405).
14945
14946 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
14949           Fix wavpack typefinding to work in more cases (don't peek
14950           for chunks of multiple hundred kBs at once, but process
14951           things step-by-step in smaller units). Fixes #339786.
14952
14953 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14954
14955         * configure.ac:
14956           back to HEAD
14957
14958 === release 0.10.6 ===
14959
14960 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
14961
14962         * configure.ac:
14963           releasing 0.10.6, "Chao"
14964
14965 2006-04-26  David Schleef  <ds@schleef.org>
14966
14967         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
14968           Fixes #338897.
14969
14970 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14971
14972         * configure.ac:
14973         * win32/common/config.h:
14974           new prerelease
14975
14976 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14977
14978         patch by: Wim Taymans
14979
14980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14981         (gst_ogg_demux_perform_seek):
14982           make sure correct newsegments are sent, so that the decoder
14983           and the demuxer agree on timestamps.  Fixes playback of a lot
14984           of Ogg files that do not start from 0.  Fixes #339833.
14985
14986 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14987
14988         Patch by: Edward Hervey  <edward@fluendo.com>
14989
14990         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
14991         * tests/check/Makefile.am:
14992         * tests/check/elements/videorate.c: (assert_videorate_stats),
14993         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
14994         (videorate_suite), (main):
14995           Fix an infinite loop if frames are passed in with wrongly ordered
14996           timestamps.  Fixes #339013.
14997
14998 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14999
15000         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15001
15002         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15003           fix typefinding on some ISO files.  Fixes #339212.
15004
15005 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15006
15007         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15008
15009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15010           add another H264 fourcc.  Fixes #339047.
15011
15012 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15013
15014         Patch by: Jan Schmidt
15015
15016         * gst/playback/gststreamselector.c:
15017         (gst_stream_selector_bufferalloc):
15018           Restore old StreamSelector behaviour.
15019           Fixes #338419.
15020
15021 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15022
15023         * configure.ac:
15024         * win32/common/config.h:
15025           prerelease
15026
15027 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15028
15029         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15030
15031         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15032         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15033           Fix some memory leaks: on finalize, free buffers left in the queue
15034           before destroying the queue; in _push(), unref rtp_buf even if
15035           the process vfunc returned a NULL buffer as output buffer (#337548);
15036           demote some recuring debug messages to LOG level.
15037
15038 2006-04-11  Wim Taymans  <wim@fluendo.com>
15039
15040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15041         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15042         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15043         (gst_ogg_demux_loop):
15044         More cleanups.
15045         Respect segment stop when emiting EOS or SEGMENT_DONE.
15046         Fixes (#337945).
15047
15048 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15049
15050         * gst/playback/gststreamselector.c:
15051         (gst_stream_selector_get_property):
15052           Don't leak pad name.
15053
15054 2006-04-10  Michael Smith  <msmith@fluendo.com>
15055
15056         * tests/check/Makefile.am:
15057         * tests/check/gst-plugins-base.supp:
15058           Suppress an old libtheora bug (fixed in more recent versions), so 
15059           that FC4 buildslaves can pass.
15060
15061 2006-04-10  Wim Taymans  <wim@fluendo.com>
15062
15063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15064         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15065         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15066         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15067         (gst_ogg_demux_loop):
15068         Don't leak events.
15069         Remember what error we got when finding chains, if we
15070         were shutdown, that would not be an error.
15071
15072 2006-04-10  Wim Taymans  <wim@fluendo.com>
15073
15074         * gst-libs/gst/audio/gstbaseaudiosink.c:
15075         (gst_base_audio_sink_event):
15076         Starting the ringbuffer when we did not acquire it can cause
15077         a deadlock, is pointless and causes nasty things for
15078         subclasses. 
15079         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15080
15081 2006-04-10  Wim Taymans  <wim@fluendo.com>
15082
15083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15084         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15085         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15086         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15087         (gst_ogg_demux_deactivate_current_chain),
15088         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15089         (gst_ogg_demux_bisect_forward_serialno),
15090         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15091         Add some more debugging.
15092
15093 2006-04-10  Wim Taymans  <wim@fluendo.com>
15094
15095         * ext/theora/theoradec.c: (theora_dec_src_event),
15096         (theora_handle_data_packet):
15097         Some more debug info.
15098
15099         * tests/examples/seek/seek.c: (start_seek), (main):
15100         Print element messages too.
15101
15102 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15103
15104         * gst/audioresample/debug.h:
15105           replace debug macros with variable number of parameters
15106           by a simple alias to gstreamer standard debug macros 
15107          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15108           supported by MSVC 6.0 and 7.1)
15109         * gst/audioresample/resample.h:
15110           define M_PI and rint for WIN32
15111         * win32/common/libgstaudio.def:
15112         * win32/common/libgstriff.def:
15113         * win32/common/libgsttag.def:
15114         * win32/common/libgstvideo.def:
15115           add new exported functions
15116         * win32/vs6:
15117           update project files
15118
15119 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15120
15121         * ext/alsa/gstalsamixeroptions.c:
15122         (gst_alsa_mixer_options_class_init):
15123         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15126         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15127         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15128         * gst-libs/gst/audio/gstaudiofilter.c:
15129         (gst_audio_filter_class_init):
15130         * gst-libs/gst/audio/gstaudiosink.c:
15131         (gst_audioringbuffer_class_init):
15132         * gst-libs/gst/audio/gstaudiosrc.c:
15133         (gst_audioringbuffer_class_init):
15134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15135         * gst-libs/gst/interfaces/colorbalancechannel.c:
15136         (gst_color_balance_channel_class_init):
15137         * gst-libs/gst/interfaces/mixeroptions.c:
15138         (gst_mixer_options_class_init):
15139         * gst-libs/gst/interfaces/mixertrack.c:
15140         (gst_mixer_track_class_init):
15141         * gst-libs/gst/interfaces/tunerchannel.c:
15142         (gst_tuner_channel_class_init):
15143         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15144         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15145         (gst_netbuffer_class_init):
15146         * gst-libs/gst/rtp/gstbasertppayload.c:
15147         (gst_basertppayload_class_init):
15148         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15151         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15152         * gst/playback/gststreamselector.c:
15153         (gst_stream_selector_class_init):
15154         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15155         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15156         * sys/v4l/gstv4lcolorbalance.c:
15157         (gst_v4l_color_balance_channel_class_init):
15158         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15159         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15161         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15162         (gst_v4l_tuner_norm_class_init):
15163         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15165         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15166         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15167
15168 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15169
15170         * ext/pango/gsttextrender.h:
15171         * gst-libs/gst/audio/gstaudiosink.h:
15172         * gst-libs/gst/audio/gstaudiosrc.h:
15173         * gst-libs/gst/audio/gstbaseaudiosink.h:
15174         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15175         * gst-libs/gst/audio/gstringbuffer.h:
15176         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15177         * gst-libs/gst/rtp/gstbasertppayload.h:
15178         * gst-libs/gst/video/gstvideofilter.h:
15179         * gst-libs/gst/video/gstvideosink.h:
15180         * gst/playback/gstplaybasebin.h:
15181         * gst/tcp/gstmultifdsink.h:
15182         * sys/v4l/gstv4lelement.h:
15183         Fix broken GObject macros
15184
15185 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15186
15187         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15188         More debug to trace why my USB headset is not working with gst
15189
15190 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15191
15192         * gst/playback/gstplaybasebin.c: (group_destroy):
15193         Clean up our group elements properly in the case where it never 
15194         got committed - it still got added unconditionally to the bin.
15195
15196 2006-04-07  Wim Taymans  <wim@fluendo.com>
15197
15198         * ext/theora/theoradec.c: (theora_dec_sink_event),
15199         (theora_handle_data_packet), (theora_dec_chain):
15200         Unref unhandled events.
15201         Protect against empty buffers.
15202         Perform QoS on running time.
15203
15204 2006-04-07  Michael Smith  <msmith@fluendo.com>
15205
15206         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15207         (gst_vorbis_enc_chain):
15208           Remove leaks from vorbisenc.
15209           Mostly minor changes, the only significant one is that now the
15210           buffers we set as 'streamheader' on the caps are copies of the
15211           original buffers, to avoid circular refcounting problems.
15212
15213 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15214
15215         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15216           Don't remove our mute-probe if someone else already did so.
15217           Don't set a 2nd one if there is already one pending on the pad.
15218
15219         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15220         (do_playbin_seek):
15221           When a seek fails, ensure that playbin is still set back to playing.
15222           
15223         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15224         (mpeg_ts_type_find), (plugin_init):
15225           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15226
15227 2006-04-06  Andy Wingo  <wingo@pobox.com>
15228
15229         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15230         (gst_video_rate_init): Caps-related parameters should not be reset
15231         by a flush -- move their inits to the instance init function.
15232         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15233         is not OK, just return the result.
15234
15235         * gst/audiotestsrc/gstaudiotestsrc.c
15236         (gst_audio_test_src_class_init)
15237         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15238         broken by Stefan's commit on 24 March.
15239
15240         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15241         buffers being pushed out. Fixes oggmux ! multifdsink.
15242
15243 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15246         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15247         * ext/vorbis/vorbisdec.h:
15248         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15249         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15250         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15251         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15252         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15253         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15254         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15255         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15256         (gst_vorbis_enc_buffer_from_packet),
15257         (gst_vorbis_enc_buffer_from_header_packet),
15258         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15259         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15260         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15261         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15262         (gst_vorbis_enc_change_state):
15263         * ext/vorbis/vorbisenc.h:
15264           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15265           vorbisenc adhere to the official nomenclature; use boilerplate
15266           macro.
15267
15268 2006-04-04  Andy Wingo  <wingo@pobox.com>
15269
15270         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15271         Whoops, fix bug introduced. Bad hacker!
15272         
15273         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15274         Properly handle the case where you get EOS before any buffers are
15275         received. Use gst_buffer_make_metadata_writable where appropriate.
15276
15277         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15278         is often negative -- make it signed so as not to wrap around.
15279         Fixes segfaults introduced on 9 March.
15280
15281 2006-04-03  Wim Taymans  <wim@fluendo.com>
15282
15283         * ext/theora/gsttheoradec.h:
15284         * ext/theora/theoradec.c: (theora_dec_src_event):
15285         Don't try to store a gdouble in a gboolean.
15286         Small cleanups.
15287
15288 2006-04-03  Michael Smith  <msmith@fluendo.com>
15289
15290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15291           Oggmux sucks.
15292           Make it suck slightly less by writing out the final page.
15293           Still can't encode a vorbis-in-ogg file correctly, though.
15294
15295 2006-04-03  Andy Wingo  <wingo@pobox.com>
15296
15297         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15298         a g_print.
15299
15300         * ext/theora/theora.c (plugin_init): Register theoraparse.
15301
15302         * ext/theora/gsttheoraparse.h: 
15303         * ext/theora/theoraparse.c: New files implementing a theora
15304         parser. Now we can properly remux ogg/theora+vorbis, yay.
15305
15306         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15307
15308 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15309
15310         * gst/audiotestsrc/gstaudiotestsrc.c:
15311           Fixed the sample pipeline (see #323798)
15312
15313 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15314
15315         * configure.ac:
15316         * win32/common/config.h:
15317         * win32/common/config.h.in:
15318           use AS_VERSION and AS_NANO
15319           more cleanups
15320
15321 2006-03-31  Andy Wingo  <wingo@pobox.com>
15322
15323         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15324         uninitialized variable return that would happen.
15325         
15326         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15327         uninitialized variable return that would never happen.
15328
15329         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15330         (vorbis_parse_sink_event): Add an event function to flush our
15331         state on a seek, and to drain buffers on a premature EOS.
15332         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15333         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15334         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15335         (vorbis_parse_drain_queue): Queue up buffers until we can set
15336         their timestamps and granulepos values.
15337
15338         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15339         and keep track of data needed for deriving granulepos and
15340         timestamps for buffers.
15341
15342 2006-03-29  Wim Taymans  <wim@fluendo.com>
15343
15344         Patch by: j^ <j at bootlab dot org>
15345
15346         * ext/alsa/gstalsamixerelement.c:
15347         (gst_alsa_mixer_element_class_init):
15348         * ext/alsa/gstalsasink.c:
15349         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15350         * ext/ogg/gstoggdemux.c:
15351         * ext/ogg/gstoggmux.c:
15352         * ext/ogg/gstoggparse.c:
15353         * ext/pango/gstclockoverlay.c:
15354         * ext/pango/gsttextoverlay.c:
15355         * ext/pango/gsttextrender.c:
15356         * ext/pango/gsttimeoverlay.c:
15357         * ext/theora/theoradec.c:
15358         * ext/theora/theoraenc.c:
15359         * ext/vorbis/vorbisdec.c:
15360         * ext/vorbis/vorbisenc.c:
15361         * gst/audioconvert/gstaudioconvert.c:
15362         * gst/subparse/gstsubparse.c:
15363         * gst/tcp/gstmultifdsink.c:
15364         * gst/tcp/gsttcpclientsink.c:
15365         * gst/tcp/gsttcpclientsrc.c:
15366         * gst/tcp/gsttcpserversink.c:
15367         * gst/tcp/gsttcpserversrc.c:
15368           better/unified long descriptions
15369           Fixes #336477
15370
15371 2006-03-29  Wim Taymans  <wim@fluendo.com>
15372
15373         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15374         (stop_seek):
15375         Don't let double and triple clicks mess up our state.
15376
15377 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15378
15379         * gst/playback/gstplaybin.c: (gen_video_element),
15380         (gen_text_element), (gen_audio_element), (gen_vis_element):
15381           Error out gracefully when we can't create any of the usual
15382           conversion elements for some reason. Also, don't try to
15383           create an audioscale (sic) element that's not used anyway.
15384
15385 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15386
15387         * gst/playback/gstplaybasebin.c: (setup_source):
15388           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15389           element for a particular protocol, that's confusing for users.
15390           Instead, post a RESOURCE_FAILED error, so that our own error
15391           message is actually shown in totem etc. (#336303).
15392
15393 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15394
15395         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15396
15397         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15398         (gst_gnome_vfs_src_get_icy_metadata):
15399           Fix some minor memory leaks (#336194).
15400
15401 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15402
15403         * ext/gnomevfs/gstgnomevfs.c:
15404         (gst_gnome_vfs_location_to_uri_string):
15405         * ext/gnomevfs/gstgnomevfs.h:
15406         * ext/gnomevfs/gstgnomevfssink.c:
15407         (gst_gnome_vfs_sink_set_property):
15408         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15409           Make gnomevfssink accept filenames as well as URIs for the
15410           "location" property, just like gnomevfssrc does (and
15411           filesrc/filesink do) (#336190).
15412
15413 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15414
15415         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15416           set to NULL before unreffing, fixes a valgrind leak.
15417           Why was this not triggering the error that an object needs to
15418           be NULL before unreffing ?
15419         * win32/common/config.h:
15420           update
15421
15422 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15423
15424         * gst/subparse/gstsubparse.c: (convert_encoding),
15425         (gst_sub_parse_change_state):
15426         * gst/subparse/gstsubparse.h:
15427           Text subtitle files may or may not be UTF-8. If it's not, we
15428           don't really want to see '?' characters in place of non-ASCII
15429           characters like accented characters. So let's assume the input
15430           is UTF-8 until we come across text that is clearly not. If it's
15431           not UTF-8, we don't really know what it is, so try the following:
15432           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15433           is set; if not, check (b) if the current locale encoding is
15434           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15435           the current locale encoding is UTF-8 and the environment variable
15436           was not set to any particular encoding. Not perfect, but better
15437           than nothing (and better than before, I think) (fixes #172848).
15438
15439 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15440
15441         * configure.ac:
15442           update core requirement to 0.10.4.1 because of async_playback
15443           vmethod on GstBaseSink
15444
15445 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15446
15447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15448         * gst/adder/gstadder.c: (gst_adder_init):
15449         use DEBUG_FUNCPTR for collectpads
15450
15451 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15452
15453         * docs/plugins/Makefile.am:
15454         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15455         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15456         * ext/cdparanoia/gstcdparanoiasrc.c:
15457         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15458         (gst_gnome_vfs_sink_class_init):
15459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15461         * ext/ogg/gstoggmux.c:
15462         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15463         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15464         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15465         * ext/pango/gsttextoverlay.c:
15466         * ext/pango/gsttextrender.c:
15467         * ext/theora/theoradec.c:
15468         * ext/theora/theoraenc.c:
15469         * ext/vorbis/vorbisdec.c:
15470         * ext/vorbis/vorbisenc.c:
15471         * gst-libs/gst/audio/gstaudiofilter.c:
15472         (gst_audio_filter_base_init):
15473         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15474         (gst_audio_filter_template_base_init):
15475         * gst/adder/gstadder.c: (gst_adder_get_type):
15476         * gst/adder/gstadder.h:
15477         * gst/audioconvert/gstaudioconvert.c:
15478         * gst/audiotestsrc/gstaudiotestsrc.c:
15479         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15480         (gst_audio_test_src_create):
15481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15482         * gst/playback/gstdecodebin.c:
15483         * gst/playback/gstplaybin.c:
15484         * gst/playback/gststreamselector.c:
15485         (gst_stream_selector_base_init):
15486         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15487         * gst/volume/gstvolume.c:
15488         * sys/v4l/gstv4lmjpegsink.c:
15489         * sys/v4l/gstv4lmjpegsrc.c:
15490         * tests/check/libs/cddabasesrc.c:
15491         * tests/old/examples/gob/gst-identity2.gob:
15492           Add docs for adder, use GST_ELEMENT_DETAILS macro,
15493           define GstElementDetails at the top
15494
15495 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
15496
15497         * win32/common/libgstinterfaces.def:
15498         Add a lot of export functions for gst-python
15499         * win32/vs6/libgstinterfaces.dsp:
15500         Add a missing include folder in the project configuration
15501         
15502 2006-03-23  Wim Taymans  <wim@fluendo.com>
15503
15504         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15505         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15506         (gst_base_audio_src_change_state):
15507         Fix audio sources, forgot to make the ringbuffer
15508         startable...
15509
15510 2006-03-23  Wim Taymans  <wim@fluendo.com>
15511
15512         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15513         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15514         (gst_base_audio_src_change_state):
15515         unparent instead of unref the ringbuffer.
15516
15517 2006-03-23  Wim Taymans  <wim@fluendo.com>
15518
15519         * gst-libs/gst/audio/gstbaseaudiosink.c:
15520         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
15521         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
15522         Implement new async_play vmethod to start slaving and allow
15523         playback start in case of async PLAY state changes. 
15524
15525         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15526         Enable QoS with new method in base class.
15527
15528 2006-03-23  Wim Taymans  <wim@fluendo.com>
15529
15530         Patch by: Julien MOUTTE <julien at moutte dot net>
15531
15532         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
15533         (gst_video_test_src_do_seek), (gst_video_test_src_create):
15534         Partially handle 0 framerate, only EOS after the first frame
15535         is missing.
15536
15537 2006-03-23  Wim Taymans  <wim@fluendo.com>
15538
15539         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15540
15541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15542         (gst_riff_create_video_template_caps):
15543         * gst/ffmpegcolorspace/avcodec.h:
15544         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15545         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15546         (gst_ffmpegcsp_avpicture_fill):
15547         * gst/ffmpegcolorspace/imgconvert.c:
15548         Patch for support of YVU9 AVI files (#334822)
15549
15550 2006-03-22  Edward Hervey  <edward@fluendo.com>
15551
15552         * docs/design/design-decodebin.txt:
15553         Added design document for new decodebin
15554         (Target Caps): text/x-pango-markup is also a default target caps.
15555
15556 2006-03-22  Wim Taymans  <wim@fluendo.com>
15557
15558         * gst-libs/gst/audio/gstbaseaudiosink.c:
15559         (gst_base_audio_sink_dispose):
15560         Since we _parent the ringbuffer, we also need to
15561         _unparent instead of a plain _unref.
15562
15563 2006-03-22  Wim Taymans  <wim@fluendo.com>
15564
15565         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
15566         (stop_seek), (scrub_toggle_cb), (main):
15567         Add scrub checkbox.
15568
15569 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
15572         (gst_ogg_parse_chain):
15573           Fix very inefficient usage of linked lists (#335365).
15574
15575 2006-03-21  Edward Hervey  <edward@fluendo.com>
15576
15577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15578         * gst/playback/gstplaybin.c: (handoff):
15579         * gst/playback/gststreamselector.c:
15580         (gst_stream_selector_set_property):
15581         gcc 4.1 unreferenced pointer fixes.
15582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
15583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15584         gst_buffer_ref() now takes a GstBuffer*.
15585
15586 2006-03-20  Julien MOUTTE  <julien@moutte.net>
15587
15588         * sys/xvimage/xvimagesink.c:
15589         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
15590         by Jan Schmidt.
15591
15592 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
15593
15594         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
15595         (id3v1_type_find), (apetag_type_find), (plugin_init):
15596           Can't do tag preferences via probability, as tags would then
15597           lose against types that are recognised with MAXIMUM probability
15598           (like .wav); so let all tag typefinders return MAXIMUM themselves
15599           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
15600           that we can prefer APE to ID3v1 (fixes #335028).
15601           
15602 2006-03-17  Wim Taymans  <wim@fluendo.com>
15603
15604         * gst-libs/gst/audio/gstbaseaudiosink.c:
15605         (gst_base_audio_sink_change_state):
15606         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
15607         (gst_ring_buffer_may_start):
15608         * gst-libs/gst/audio/gstringbuffer.h:
15609         Only start playback if we are playing.
15610         should fix #330748.
15611
15612 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
15613
15614         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15615         * win32/common/config.h:
15616           Revert accidental commits to these files.
15617
15618 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15619
15620         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15621
15622         * tests/Makefile.am:
15623           Don't try to build tests in tests/icles if we
15624           don't have X (#323852)
15625
15626 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15627
15628         * gst-libs/gst/tag/gstid3tag.c:
15629           Add TXXX frame identifiers for replaygain stuff as used
15630           by some taggers (see #323721).
15631
15632 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
15633
15634         * gst/playback/gststreamselector.c:
15635         (gst_stream_selector_set_property),
15636         (gst_stream_selector_bufferalloc):
15637           Preserve the existing buggy streamselector behaviour by performing
15638           a fallback buffer allocation when downstream isn't linked yet.
15639           This should really be fixed in playbin by blocking pads until it's
15640           linked them.
15641           Also, use gst_pad_alloc_buffer instead of
15642           gst_pad_alloc_buffer_and_set.
15643
15644 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         * gst-libs/gst/tag/gstid3tag.c:
15647           Don't crash on unknown ID3v2 TXXX frames.
15648           
15649 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
15650
15651         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
15652           Chain up to the parent finalize method.
15653           Add 32-bit sample size to the template caps.
15654
15655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15656         (gst_riff_create_video_template_caps):
15657           Add the fourcc that the VMWare codec uses.
15658           
15659         * gst/playback/gststreamselector.c:
15660         (gst_stream_selector_set_property),
15661         (gst_stream_selector_bufferalloc),
15662         (gst_stream_selector_request_new_pad):
15663           For the active pad, forward buffer-alloc requests, otherwise
15664           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
15665           having to memcpy every frame when used by playbin.
15666
15667         * gst/tcp/gstmultifdsink.c:
15668         (gst_multi_fd_sink_handle_client_write):
15669           Get negotiated caps from the sink pad, rather than the sink
15670           pad's peer.
15671
15672 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15673
15674         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15675         
15676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
15677           Don't forget to set src->callbacks_pushed to FALSE again when
15678           popping them, otherwise re-activation in a different mode won't
15679           work (#334620).
15680
15681 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15682
15683         Patch by: Sebastien Moutte  <sebastien moutte net>
15684
15685         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
15686         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
15687         (gst_ffmpeg_smpfmt_to_caps):
15688           Replace __VA_ARGS__ caps creation macros with varargs functions.
15689           Makes things compile on MSVC (#320765), looks nicer, and we can
15690           tell the compiler to check for the NULL terminator.
15691
15692 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15695
15696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15697           Make sure the buffer we copy into is really always big
15698           enough, this time for real (#333488).
15699           
15700 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15701
15702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15703           Add support for 24bpp DIB (#305279).
15704
15705 2006-03-14  Wim Taymans  <wim@fluendo.com>
15706
15707         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
15708         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
15710         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
15711         (gst_video_scale_init), (gst_video_scale_src_event):
15712         Re-enable QoS after the release.
15713         Rework videoscale to use the base class src_event handler.
15714
15715 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         * configure.ac:
15718           back to CVS.
15719
15720 === release 0.10.5 ===
15721
15722 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
15723
15724         * configure.ac:
15725           releasing 0.10.5, "Net"
15726
15727 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
15728
15729         * docs/plugins/Makefile.am:
15730           Part of previous cdparanoiasrc docs fixes, forgot to commit.
15731           
15732 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
15733
15734         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15735         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15736         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15737           Add cdparanoiasrc to docs.
15738
15739         * gst-libs/gst/cdda/gstcddabasesrc.c:
15740           More GstCddaBaseSrc docs.
15741
15742 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
15743
15744         * docs/libs/gst-plugins-base-libs-sections.txt:
15745         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
15746         * gst-libs/gst/tag/tag.h:
15747           API: libgsttag: new method gst_tag_from_id3_user_tag().
15748
15749 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
15750
15751         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15752           NULL-terminate array of mpeg4 video file extensions.
15753           Fixes crash on PPC (#334226).
15754
15755 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
15756
15757         * ext/gnomevfs/gstgnomevfssrc.c:
15758         (gst_gnome_vfs_src_check_get_range):
15759           gnome_vfs_uri_is_local() alone is not a good indicator
15760           whether we can operate in pull-mode with a specific URI,
15761           as it returns FALSE for file:// URIs that point to an
15762           NFS-mounted path. Be more conservative here: whitelist
15763           local files, blacklist http URIs and use the old
15764           mechanism for anything else (fixes #334216).
15765
15766 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         * configure.ac:
15769           back to trunk
15770
15771 === release 0.10.4 ===
15772
15773 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
15774
15775         * configure.ac:
15776           releasing 0.10.4, "Power"
15777
15778 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
15779
15780         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15781         Disable max-lateness by setting it to -1 for now, so that 
15782         we can bed QoS stuff in thoroughly between now and the next
15783         release.
15784
15785 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
15786
15787         Patch by: Fabrizio Gennari
15788
15789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15790           Make sure we don't read beyond the palette buffer in case of
15791           broken or manipulated files (#333488)
15792
15793 2006-03-10  Edward Hervey  <edward@fluendo.com>
15794
15795         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15796         Fix for variable not initialized.
15797
15798 2006-03-09  Wim Taymans  <wim@fluendo.com>
15799
15800         * ext/libvisual/visual.c: (gst_visual_get_type),
15801         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
15802         (gst_visual_chain):
15803         Small cleanups.
15804
15805         * ext/theora/gsttheoradec.h:
15806         * ext/theora/theoradec.c: (gst_theora_dec_init),
15807         (gst_theora_dec_reset), (_theora_granule_time),
15808         (theora_dec_src_convert), (theora_dec_sink_convert),
15809         (theora_dec_src_query), (theora_dec_src_event),
15810         (theora_dec_sink_event), (theora_handle_comment_packet),
15811         (theora_handle_header_packet), (theora_dec_push),
15812         (theora_handle_data_packet), (theora_dec_chain),
15813         (theora_dec_change_state):
15814         Add simple QoS.
15815
15816 2006-03-09  Wim Taymans  <wim@fluendo.com>
15817
15818         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
15819         (audiocast_register_listener), (gst_gnome_vfs_src_start):
15820         Some cleanups.
15821
15822 2006-03-09  Wim Taymans  <wim@fluendo.com>
15823
15824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15825         Don't try to activate NULL chains.
15826
15827 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15828
15829         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15830           Fix invalid memory access to region before peek'd data (#332964).
15831
15832 2006-03-09  Wim Taymans  <wim@fluendo.com>
15833
15834         Patch by: Christophe Fergeau
15835
15836         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
15837         * ext/pango/gsttextrender.c: (gst_text_render_init):
15838         * gst/adder/gstadder.c: (gst_adder_init):
15839         Don't leak padtemplates, closes #333510.
15840
15841 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15842
15843         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
15844           Fix invalid memory access: make sure string passed to
15845           regexec() is NUL-termianted.
15846
15847 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15848
15849         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15850         (mp3_type_find):
15851           Refactor mpeg/audio typefinding to make it more maintainable
15852           and easier to fine-tune. Make probing into middle of the file
15853           work properly (fixes #333900, also see #152688).
15854
15855 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * gst/typefind/gsttypefindfunctions.c:
15858         (utf8_type_find_have_valid_utf8_at_offset):
15859           Remove part from previous commit that was bogus:
15860           g_utf8_validate() does in fact not accept embedded
15861           zeroes, so we don't need to check for those (thanks
15862           to Mike for the hint).
15863
15864 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15865
15866         * gst/typefind/gsttypefindfunctions.c:
15867         (utf8_type_find_count_embedded_zeroes),
15868         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
15869           Make plain/text typefinder more conservative: firstly, check
15870           for embedded zeroes, which are perfectly valid UTF-8 characters,
15871           but also a fairly good sign that something is not a plain text
15872           file; secondly, probe into the middle of the file if possible.
15873           If we can't probe into the middle, limit the probability value
15874           to be returned to TYPE_FIND_POSSIBLE (see #333900).
15875
15876 2006-03-08  Michael Smith  <msmith@fluendo.com>
15877
15878         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15879           Make typefind function name for mpeg4 video unique.
15880
15881 2006-03-08  Wim Taymans  <wim@fluendo.com>
15882
15883         * ext/libvisual/visual.c: (gst_visual_init),
15884         (gst_visual_clear_actors), (gst_visual_dispose),
15885         (gst_visual_reset), (gst_visual_src_setcaps),
15886         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
15887         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
15888         (gst_visual_chain), (gst_visual_change_state):
15889         Cleanups, post nice errors.
15890         Handle sink and src events.
15891         Implement simple QoS.
15892
15893         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15894         Use new basesink methods to configure max-lateness.
15895         Small doc update.
15896
15897         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15898         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
15899         Debug statement cleanups.
15900
15901         * gst/volume/gstvolume.c: (gst_volume_class_init):
15902         Simple cleanup.
15903
15904 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
15907         (gst_text_overlay_init), (gst_text_overlay_set_property),
15908         (gst_text_overlay_get_property):
15909           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
15910           as string type properties, but mark them deprecated. Add
15911           'halignment' and 'valignment' properties that use enums
15912           instead of strings.
15913
15914 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15915
15916         Patch by: Fabrizio Gennari
15917
15918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15919           Allow palettes with less than 256 colours in AVI files
15920           (#333488)
15921
15922 2006-03-07  Julien MOUTTE  <julien@moutte.net>
15923
15924         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
15925         (gst_text_overlay_video_event): Fix wrong EOS handling on text
15926         pad. We were releasing the queued text buffer when we should keep
15927         it until video pad gets EOS or discard the text buffer because it's
15928         too old. That was eating the last subtitle buffer. Add some more
15929         debug.
15930
15931 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15932
15933         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
15934         (gst_text_overlay_video_chain):
15935           Fix invalid memory access (we can't access a buffer after it's been
15936           pushed downstream without taking a reference); fix memory leak (if
15937           there's no text to render, bail out before allocating stuff).
15938
15939 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15942         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
15943         * ext/pango/gsttextoverlay.h:
15944           If input is plain text, escape it before passing it to
15945           pango_layout_set_markup().
15946
15947 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15948
15949         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
15950           Don't ignore flow return from gst_pad_push().
15951
15952 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         Patch by: Fabrizio Gennari
15955
15956         * ext/libvisual/visual.c: (gst_visual_getcaps),
15957         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
15958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
15959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
15960         (gst_vorbisenc_convert_sink):
15961         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
15962         (gst_audio_duration_from_pad_buffer):
15963         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
15964         (gst_audio_filter_chain):
15965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15966         (gst_base_rtp_depayload_setcaps):
15967         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
15968         (gst_video_get_size):
15969         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
15970           Don't leak references returned by gst_pad_get_parent()
15971           (#333663)
15972
15973 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
15974
15975         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
15976           change location param details
15977         * gst/volume/gstvolume.c: (plugin_init):
15978           correct plugin description
15979
15980 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
15981
15982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15983         (gst_gnome_vfs_src_check_get_range):
15984           Override GstBaseSrc::check_get_range() in order to avoid opening
15985           the resource just to check whether we can operate in pull-mode or
15986           not - we can predict that pretty well from the URI alone. Should
15987           fix problems with last.fm (#331690). (Requires latest core CVS).
15988
15989 2006-03-06  Wim Taymans  <wim@fluendo.com>
15990
15991         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
15992         (gst_video_sink_class_init):
15993         Throw away frames that are later than 20 ms.
15994
15995 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
15996
15997         Patch by: Fabrizio Gennari
15998
15999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16000           Set depth on WMA caps (#333545)
16001
16002 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16003
16004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16005         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16006           put Theora BOS pages before others.  This hardcodes
16007           the Ogg/Theora I profile, but hey.
16008
16009 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16010
16011         * ext/ogg/README:
16012           updated with some examples
16013         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16014         (granulepos_add), (theora_buffer_from_packet):
16015         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16016         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16017         (gst_vorbisenc_chain):
16018           implement strategy from ext/ogg/README
16019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16020         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16021         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16022         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16023           Fix muxer so that oggz-validate is happy with all streams;
16024           except for no eos mark, and the BOS page ordering
16025         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16026         (check_buffer_granulepos):
16027         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16028           update tests to check for OFFSET being set as requested
16029           fixed type of granulepos, it's not a ClockTime
16030
16031 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16032
16033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16034         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16035         Check that the xvimage we are creating has a correct size
16036         before returning it. (#314897)
16037
16038 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16039
16040         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16041           Give id3 and ape tag typefinders a rank slightly higher
16042           than PRIMARY to ensure they're always run before any of
16043           the other typefinders (in particular wav and mp3) (#324186).
16044
16045 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16048           Add support for '3IVD' fourcc (#333403).
16049
16050 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * configure.ac:
16053           Bump requirements to GStreamer CVS for the new error enum.
16054
16055         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16056           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16057           space left on the device (fixes #333352).
16058
16059 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16060
16061         * win32/vs6:
16062           add a project file for libgstvolume
16063           update the workspace
16064
16065 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16066
16067         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16068         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16069         (GST_START_TEST):
16070           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16071           Set IN_CAPS on header buffers
16072
16073 2006-03-02  Wim Taymans  <wim@fluendo.com>
16074
16075         * docs/plugins/Makefile.am:
16076         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16077         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16078         Add audioresample to docs.
16079
16080         * gst/audioconvert/gstaudioconvert.c:
16081         Add revision date.
16082
16083         * gst/audioresample/gstaudioresample.c:
16084         (gst_audioresample_base_init), (gst_audioresample_class_init),
16085         (gst_audioresample_init), (gst_audioresample_dispose),
16086         (audioresample_get_unit_size), (audioresample_transform_caps),
16087         (resample_set_state_from_caps), (audioresample_transform_size),
16088         (audioresample_set_caps), (audioresample_event),
16089         (audioresample_do_output), (audioresample_transform),
16090         (audioresample_pushthrough), (gst_audioresample_set_property),
16091         (gst_audioresample_get_property), (plugin_init):
16092         * gst/audioresample/gstaudioresample.h:
16093         Added docs.
16094         Small code cleanups.
16095
16096 2006-03-02  Wim Taymans  <wim@fluendo.com>
16097
16098         * docs/plugins/Makefile.am:
16099         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16100         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16101         Added videoscale to docs.
16102
16103         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16104         (gst_video_rate_swap_prev), (gst_video_rate_event),
16105         (gst_video_rate_chain):
16106         Fix typo in docs.
16107
16108         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16109         (gst_video_scale_init), (gst_video_scale_prepare_size),
16110         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16111         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16112         * gst/videoscale/gstvideoscale.h:
16113         Added docs, examples.
16114         Some code cleanups.
16115         Post errors instead of g_warning.
16116
16117 2006-03-02  Wim Taymans  <wim@fluendo.com>
16118
16119         * docs/libs/gst-plugins-base-libs-docs.sgml:
16120         * docs/libs/gst-plugins-base-libs-sections.txt:
16121         * docs/libs/gst-plugins-base-libs.types:
16122         * docs/plugins/Makefile.am:
16123         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16124         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16125         Added some more docs to libs and plugins.
16126
16127         * gst-libs/gst/audio/gstringbuffer.c:
16128         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16129         * gst-libs/gst/audio/gstringbuffer.h:
16130         Document ringbuffer some more.
16131
16132         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16133         (gst_video_rate_setcaps), (gst_video_rate_reset),
16134         (gst_video_rate_init), (gst_video_rate_flush_prev),
16135         (gst_video_rate_swap_prev), (gst_video_rate_event),
16136         (gst_video_rate_chain), (gst_video_rate_change_state):
16137         * gst/videorate/gstvideorate.h:
16138         Fix videorate to use segments.
16139         Make it work with 0/1 framerates (closes #331903)
16140         Handle EOS correctly.
16141         Added docs.
16142
16143 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16144
16145         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16146         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16147         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16148           In state change function, first chain up to parent class,
16149           then handle downwards state change stuff. Remove some
16150           commented out cruft from 0.8 code.
16151
16152 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16153
16154         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16155         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16156         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16157         (gst_ogm_parse_chain):
16158           Don't remove/re-add source pad if the new caps are the same as
16159           the old caps anyway (#333042). When removing source pad, don't
16160           unref it afterwards - we didn't ref it when adding. Sprinkle some
16161           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16162           after using gst_pad_get_parent(). Return downstream flow return
16163           value in chain function.
16164
16165 2006-03-02  Wim Taymans  <wim@fluendo.com>
16166
16167         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16168         * docs/plugins/gst-plugins-base-plugins.args:
16169         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16170         * docs/plugins/gst-plugins-base-plugins.interfaces:
16171         * docs/plugins/gst-plugins-base-plugins.signals:
16172         Fix hierarchy, added some more elements to the docs.
16173
16174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16175         (gst_ffmpegcsp_get_type):
16176         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16177         Fix docs for ffmpegcolorspace.
16178
16179 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16182         (apetag_type_find), (ape_type_find), (plugin_init):
16183           Some typefinding fine-tuning:
16184           - rank ID3/APE tags in order of preference via probabilities, so that
16185             ID3v2 > APEv2 > APEv1 > ID3v1.
16186           - three or four bytes don't really justify MAXIMUM probability,
16187             change those to 'very likely' (musepack and monkeysaudio).
16188
16189 2006-03-01  Wim Taymans  <wim@fluendo.com>
16190
16191         * docs/plugins/Makefile.am:
16192         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16193         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16194         * ext/alsa/gstalsamixer.c:
16195         * ext/alsa/gstalsamixer.h:
16196         * ext/alsa/gstalsamixerelement.c:
16197         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16198         * ext/alsa/gstalsamixerelement.h:
16199         * ext/alsa/gstalsasink.c:
16200         * ext/alsa/gstalsasink.h:
16201         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16202         (gst_alsasrc_init):
16203         * ext/alsa/gstalsasrc.h:
16204         Added alsa docs.
16205         Small code cleanups.
16206
16207 2006-03-01  Wim Taymans  <wim@fluendo.com>
16208
16209         * ext/theora/Makefile.am:
16210         Dist new header too,
16211
16212 2006-03-01  Wim Taymans  <wim@fluendo.com>
16213
16214         * docs/plugins/Makefile.am:
16215         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16216         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16217         * ext/gnomevfs/gstgnomevfssink.h:
16218         * ext/gnomevfs/gstgnomevfssrc.h:
16219         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16220         * ext/vorbis/vorbisdec.h:
16221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16222         * ext/vorbis/vorbisenc.h:
16223         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16224         (vorbis_parse_chain), (vorbis_parse_change_state):
16225         * ext/vorbis/vorbisparse.h:
16226         * gst/audioconvert/gstaudioconvert.h:
16227         * gst/tcp/gsttcpserversink.h:
16228         * gst/videotestsrc/gstvideotestsrc.c:
16229         * gst/videotestsrc/gstvideotestsrc.h:
16230         * gst/volume/gstvolume.c:
16231         * gst/volume/gstvolume.h:
16232         Fix some more docs.
16233         Added docs for vorbisdec and vorbisparse.
16234         Fix vorbisparse.
16235
16236 2006-03-01  Wim Taymans  <wim@fluendo.com>
16237
16238         * docs/plugins/Makefile.am:
16239         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16240         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16241         * ext/pango/gstclockoverlay.h:
16242         * ext/pango/gsttextoverlay.h:
16243         * ext/pango/gsttextrender.h:
16244         * ext/pango/gsttimeoverlay.h:
16245         * ext/theora/gsttheoradec.h:
16246         * ext/theora/gsttheoraenc.h:
16247         * ext/theora/theoradec.c:
16248         * ext/theora/theoraenc.c:
16249         * gst/audioconvert/gstaudioconvert.h:
16250         * gst/audiotestsrc/gstaudiotestsrc.h:
16251         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16253         * gst/tcp/gstmultifdsink.h:
16254         Updated/added documentation.
16255
16256         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16257         (gst_text_overlay_halign_get_type),
16258         (gst_text_overlay_wrap_mode_get_type),
16259         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16260         (gst_text_overlay_init), (gst_text_overlay_set_property),
16261         (gst_text_overlay_get_property):
16262         Fix up properties to be enums instead of string to make bindings,
16263         introspection and automatic GUI creation possible.
16264         Add getters for the properties.
16265
16266 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16267
16268         * gst/audiotestsrc/gstaudiotestsrc.c:
16269           added defines of M_PI and M_PI_2
16270         * gst/ffmpegcolorspace/avcodec.h:
16271           removed #include "stdint.h" for win32 as _stdint.h is 
16272           autogenerated to win32/common
16273         * win32/common/libgstaudio.def:
16274         * win32/common/libgsttag.def:
16275           added some exports
16276         * win32/vs6:
16277           some project files bugs corrected
16278         * win32/vs7:
16279           project files are reset to the default vs7 configuration 
16280           (they link to msvcr71.dll using default optimizations)
16281           
16282 2006-02-28  Wim Taymans  <wim@fluendo.com>
16283
16284         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16285         Fix some docs.
16286
16287 2006-02-28  Edward Hervey  <edward@fluendo.com>
16288
16289         * ext/alsa/gstalsasrc.c:
16290         Set proper class on the ElementDetails:
16291         Source/Audio instead of Src/Audio/
16292
16293 2006-02-28  Edward Hervey  <edward@fluendo.com>
16294
16295         * gst/videoscale/vs_scanline.c:
16296         (vs_scanline_resample_nearest_RGBA):
16297         Revert optimization in videoscale. It should go in liboil and have
16298         an appropriate liboil function.
16299
16300 2006-02-28  Wim Taymans  <wim@fluendo.com>
16301
16302         * gst-libs/gst/audio/gstbaseaudiosink.c:
16303         (gst_base_audio_sink_provide_clock):
16304         Don't try to provide a clock in the NULL state.
16305
16306 2006-02-28  Wim Taymans  <wim@fluendo.com>
16307
16308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16309         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16310         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16311         (gst_ogg_demux_deactivate_current_chain),
16312         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16313         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16314         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16315         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16316         Use GstSegment infrastructure to remove duplicated code
16317         and handle more seek cases correctly.
16318
16319 2006-02-28  Wim Taymans  <wim@fluendo.com>
16320
16321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16322         (gst_ffmpegcsp_transform):
16323         Don't ignore return code from ffmpeg convert function.
16324
16325         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16326         Split out some long statements to ease debugging.
16327
16328 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16329
16330         * ext/libvisual/visual.c: (gst_visual_init),
16331         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16332         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16333         being able to renegotiate the size. Instead, use the negotiation
16334         algorithm from the goom plugin to pick an initial output caps. 
16335
16336         Also, allow theoretical libvisual plugins that might support non-GL 
16337         output even if they also do GL.
16338
16339 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16340
16341         * ext/libvisual/visual.c: (gst_visual_init),
16342         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16343         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16344         possible negotiation issues.
16345
16346 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16347
16348         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16349
16350 2006-02-24  Michael Smith  <msmith@fluendo.com>
16351
16352         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16353         (cmml_type_find), (plugin_init):
16354           Fix CMML type find function to not require a specific minor version
16355           of the CMML header.
16356
16357           Add an MPEG4 video elementary stream typefind function.
16358
16359 2006-02-04  Michael Smith  <msmith@fluendo.com>
16360
16361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16362         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16363         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16364         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16365         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16366         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16367           Annodex support in ogg demuxer. Doesn't do very much without the
16368           other annodex patches (to come).
16369
16370 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16371
16372         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16373
16374         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16375           Pick up palette for MS video v1 (#327028)
16376
16377 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16378
16379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16380         (gst_ffmpegcsp_caps_remove_format_info),
16381         (gst_ffmpegcsp_get_unit_size):
16382           The 'palette_data' field from incoming RGB caps shouldn't be
16383           proxied on outgoing YUV caps; also, restrict unit size
16384           adjustment in case of paletted data only to the unit that
16385           actually has a palette. Fixes #330711.
16386
16387 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16390         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16391         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16392         (gst_ffmpegcsp_get_unit_size):
16393           Plug some memory leaks.
16394
16395 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * sys/ximage/Makefile.am:
16398         * sys/xvimage/Makefile.am:
16399           Add some _CFLAGS and _LIBS that seem to be missing
16400           and/or required for Cygwin (see #317048).
16401
16402 2006-02-22  Wim Taymans  <wim@fluendo.com>
16403
16404         * ext/alsa/gstalsasrc.c:
16405         Fix description as pointed out by caugier.
16406
16407 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16408
16409         Reviewed by : Edward Hervey  <edward@fluendo.com>
16410
16411         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16412         (qt_type_find):
16413         Better 3gp typefinding (#331526).
16414
16415 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16416
16417         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16418           Don't send EOS event here, the base class will send one for us.
16419
16420         * gst/playback/gstplaybasebin.c: (prepare_output):
16421           Subpictures without video stream aren't allowed either.
16422         
16423         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16424           Fix debug statement copy'n'paste-o.
16425
16426 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16429           Fix issues with mixer keeping state when muting/unmuting
16430           and when changing the volume whilst muted (see #331763
16431           and #331765).
16432
16433 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16434
16435         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16436         (parse_subrip), (gst_sub_parse_format_autodetect):
16437           Set right caps given that we send escaped text. Also,
16438           honour <i></i>, <b></b> and <u></u> markers that can be found
16439           in .srt files (fixes #310202).
16440
16441 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst-libs/gst/audio/mixerutils.c:
16444         (element_factory_rank_compare_func):
16445           Make order in which elements are tried more determinable.
16446
16447 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16448
16449         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16450         (remove_element_chain), (cleanup_decodebin),
16451         (gst_decode_bin_change_state): Make decodebin reusable by
16452         fixing remove_element_chain first and then introduce a
16453         cleaner in state change to ->NULL. (Closes #331678)
16454
16455 2006-02-19  Wim Taymans  <wim@fluendo.com>
16456
16457         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16458         use 0666 mask when creating files so umask gets applied
16459         correctly. Fixes #331295.
16460
16461 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16462
16463         * gst/subparse/Makefile.am:
16464         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16465         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16466         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16467         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16468         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16469         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16470         * gst/subparse/gstssaparse.h:
16471         * gst/subparse/gstsubparse.c: (plugin_init):
16472           Add very basic parser for SSA subtitle streams (as often
16473           found in matroska files).
16474
16475 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16476
16477         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16478           That should be text/x-pango-markup, not text/x-pango-layout.
16479
16480 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16481
16482         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16483         Polishing.
16484
16485 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16486
16487         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16488         (gst_text_overlay_finalize), (gst_text_overlay_init),
16489         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16490         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16491         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16492         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16493         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16494         Fix state change deadlock.
16495
16496 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16497
16498         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16499         (gst_text_overlay_finalize), (gst_text_overlay_init),
16500         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16501         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16502         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16503         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16504         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16505         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
16506         and subtitles files.
16507
16508 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16509
16510         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
16511         should be considered as raw.
16512
16513 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16514
16515         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16516         (cb_probe):
16517         * gst/playback/gststreaminfo.h: Introduce language informations.
16518
16519 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16520
16521         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16522         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16523         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16524         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
16525         Set shared memory segments to be deleted as soon as we have attached,
16526         that way they get cleaned up automatically if we crash.
16527
16528 2006-02-18  Julien MOUTTE  <julien@moutte.net>
16529
16530         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
16531         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
16532         functions are called with lock held.
16533
16534 2006-02-18  Julien MOUTTE  <julien@moutte.net>
16535
16536         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16537         (gst_text_overlay_finalize), (gst_text_overlay_init),
16538         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16539         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16540         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
16541         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
16542         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
16543         (gst_text_overlay_change_state): Refactoring of textoverlay
16544         without collectpads. This now supports sparse subtitles coming
16545         from a demuxer instead of a sub file. Seeking is still broken 
16546         though. Need to discuss with wtay some more on how to handle
16547         seeking correctly.
16548         * ext/pango/gsttextoverlay.h:
16549         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
16550         subtitles coming from the demuxer.
16551
16552 2006-02-17  Wim Taymans  <wim@fluendo.com>
16553
16554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16555         (gst_vorbisenc_convert_sink):
16556         Use some more scaling functions.
16557
16558 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16559
16560         * ext/cdparanoia/gstcdparanoiasrc.c:
16561         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
16562         (gst_cd_paranoia_paranoia_callback),
16563         (gst_cd_paranoia_src_signal_is_being_watched),
16564         (gst_cd_paranoia_src_read_sector):
16565         * ext/cdparanoia/gstcdparanoiasrc.h:
16566           Add back 'transport-error' and 'uncorrected-error' signals and
16567           make them actually be fired when bad stuff happens (#319340).
16568
16569 2006-02-17  Wim Taymans  <wim@fluendo.com>
16570
16571         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16572         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16573         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
16574         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
16575         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
16576         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16577         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16578         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16579         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
16580         (gst_ring_buffer_clear):
16581         Small cleanups.
16582         Added some G_LIKELY.
16583
16584 2006-02-17  Wim Taymans  <wim@fluendo.com>
16585
16586         * gst-libs/gst/audio/TODO:
16587         Update TODO
16588
16589         * gst-libs/gst/audio/gstbaseaudiosink.c:
16590         (gst_base_audio_sink_get_offset):
16591         When trying to play samples ASAP and we don't have a
16592         previous sample, try to play at position 0 instead of
16593         an invalid position.
16594
16595 2006-02-17  Wim Taymans  <wim@fluendo.com>
16596
16597         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
16598         (gst_alsasink_reset):
16599         Also release lock when we get an error in _reset();
16600         fix an error message.
16601
16602 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16603
16604         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16605         (gst_alsasink_init), (get_channel_free_structure),
16606         (caps_add_channel_configuration), (gst_alsasink_getcaps),
16607         (gst_alsasink_close):
16608         * ext/alsa/gstalsasink.h:
16609           Add support for more than 2 channels (#326720).
16610
16611 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16612
16613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16614           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
16615           with 4 or 6 channels, assume a default channel layout to make things
16616           work (not sure there's anything else we can do in those cases).
16617
16618 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16619
16620         * gst-libs/gst/audio/multichannel.c:
16621           Minor docs fix.
16622
16623         * gst-libs/gst/riff/Makefile.am:
16624         * gst-libs/gst/riff/riff-ids.h:
16625         * gst-libs/gst/riff/riff-media.c:
16626         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
16627           Add support for WAVEFORMATEX, eg. PCM audio with more than two
16628           channels and a channel layout map.
16629           
16630 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
16631
16632         Reviewed by Edward Hervey  <edward@fluendo.com>
16633
16634         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
16635         C-level optimization of the RGBA nearest neighbour function.
16636         Eventually this might end up in liboil with vectorized versions.
16637
16638 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16639
16640         * gst-libs/gst/audio/multichannel.c:
16641         (gst_audio_get_channel_positions):
16642           When we have more than 2 channels, but no channel layout is
16643           specified in the caps, return some default channel layout
16644           to the caller and warn about about a possibly buggy element
16645           (could be buggy filtercaps as well of course) (#317038).
16646
16647 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
16650           Add gst-libs/gst/cdda to list of lib search paths.
16651
16652 2006-02-15  Andy Wingo  <wingo@pobox.com>
16653
16654         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
16655         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
16656         to the Lord Jesus that I do not have to touch the ogg muxer ever
16657         again.
16658
16659 2006-02-15  Edward Hervey  <edward@fluendo.com>
16660
16661         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16662         quicktime movie files can also contain 'uuid' atoms.
16663
16664 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * gst/audioconvert/plugin.c: (plugin_init):
16667           Register the GstAudioChannelPosition enum type with the type
16668           system in the plugin_init function, so that it is known before
16669           any element actually makes use of multi-channel stuff. This is
16670           required for example if one wants to be able to deserialise/use
16671           a caps string with channel positions before any pipeline has
16672           been setup and started, like with gst-launch.
16673
16674 2006-02-14  Wim Taymans  <wim@fluendo.com>
16675
16676         * gst-libs/gst/audio/gstringbuffer.c:
16677         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
16678         (gst_ring_buffer_samples_done), (wait_segment),
16679         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
16680         Add some compiler G_(UN_)LIKELY help.
16681         SIGNAL the ringbuffer waiters when going to PAUSED as well to
16682         make sure they can exit their functions. Should fix #330748
16683
16684 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16685
16686         * Makefile.am:
16687         * configure.ac:
16688         * win32/MANIFEST:
16689         * win32/common/_stdint.h:
16690           Windows does not have long long; copy the generated _stdint.h
16691         * win32/common/interfaces-enumtypes.c:
16692         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
16693         (gst_mixer_track_flags_get_type),
16694         (gst_tuner_channel_flags_get_type):
16695         * win32/common/multichannel-enumtypes.c:
16696         (gst_audio_channel_position_get_type):
16697           update
16698
16699 2006-02-13  Wim Taymans  <wim@fluendo.com>
16700
16701         * gst-libs/gst/audio/gstbaseaudiosink.c:
16702         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
16703         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16704         Always sync on first sample we receive when starting.
16705
16706 2006-02-13  Wim Taymans  <wim@fluendo.com>
16707
16708         * gst/playback/gstplaybin.c: (gen_vis_element):
16709         Update vis bin docs.
16710         Move queue after tee so we don't queue video buffers but
16711         audio samples instead. Fixes problems where the video queue
16712         is filled and the audio queue empty.
16713
16714 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
16715
16716         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
16717           No need to push an EOS event here, GstBaseSrc will do that for us
16718           when we return FLOW_UNEXPECTED.
16719           
16720 2006-02-12  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst-libs/gst/audio/gstbaseaudiosink.c:
16723         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
16724         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
16725         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16726         Use scale functions when possible.
16727         Fix error messages.
16728         Free clockid when after waiting for EOS.
16729         Use G_(UN_)LIKLY when it makes sense.
16730         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
16731
16732 2006-02-12  Edward Hervey  <edward@fluendo.com>
16733
16734         * gst/playback/gstplaybasebin.c: (prepare_output): 
16735         Remove stray semi-colon (fixes #330888).
16736
16737 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
16738
16739         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
16741         Fix up the XShm call testing so that we catch errors, and don't
16742         cause new ones by attempting to detach from a segment we failed
16743         to attach to. Fixes #312439.
16744
16745 2006-02-10  Edward Hervey  <edward@fluendo.com>
16746
16747         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16748         Added flv file typefind (video/x-flv).
16749
16750 2006-02-10  Edward Hervey  <edward@fluendo.com>
16751
16752         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16753         (gst_riff_create_video_template_caps):
16754         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
16755         Also added the caps to the default set of riff video caps.
16756
16757 2006-02-09  Andy Wingo  <wingo@pobox.com>
16758
16759         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
16760         time and the end time of the last packet in the page.
16761         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
16762         on the pages in our queue, set the duration as well. Reflow a
16763         debug statement.
16764         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
16765         Fixes bad muxing order.
16766
16767 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16768
16769         * gst-libs/gst/rtp/gstbasertppayload.c:
16770         (gst_basertppayload_setcaps), (gst_basertppayload_push):
16771           update seqnum before setting it on the packet; this makes sure
16772           that the timestamp and seqnum properties match after pushing
16773           a buffer
16774
16775 2006-02-09  Andy Wingo  <wingo@pobox.com>
16776
16777         * gst-libs/gst/audio/gstringbuffer.c
16778         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
16779         overflow after 13.5 hours of recording. Kapow!
16780
16781         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
16782         the buffer size -- we don't care about underrun/overrun reporting
16783         right now, just need to return a useful value.
16784
16785 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
16786
16787         * configure.ac:
16788           Back to CVS
16789
16790 === release 0.10.3 ===
16791
16792 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
16793
16794         * configure.ac:
16795           releasing 0.10.3, "Under Pressure"
16796
16797 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16798
16799         * configure.ac:
16800         Drat. Bump libtool version number for new API.
16801         Prelease 0.10.2.3 (of 0.10.3)
16802
16803 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16804
16805         * configure.ac:
16806         * win32/common/config.h:
16807         0.10.2.2 prerelease (of 0.10.3).
16808
16809 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16810
16811         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
16812           Revert Andy's newsegment change pending a more correct
16813           fix.
16814
16815 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16816
16817         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16818         (qt_type_find), (plugin_init):
16819           detect more files as 3gp
16820           group and reorder the iso file formats
16821
16822 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16823
16824         * ext/vorbis/vorbis.c: (plugin_init):
16825           Register musicbrainz tags, so apps don't have to.
16826
16827 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16828
16829         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
16830         (gst_tag_to_vorbis_tag):
16831           Make sure we called gst_tag_register_musicbrainz_tags()
16832           before possibly mapping a vorbiscomment string from/to a
16833           musicbrainz tag.
16834
16835 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16836
16837         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16838           In case we can't find the required number of consecutive
16839           mpeg audio frames to positively identify an MPEG audio
16840           stream, check if there's at least a valid mpeg audio
16841           frame right at offset 0 and if so suggest mpeg/audio
16842           caps with a very low probability (#153004).
16843
16844 2006-02-07  Andy Wingo  <wingo@pobox.com>
16845
16846         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
16847         a TIME segment if we get timestamped buffers. Requires recent
16848         fixes in core to work properly.
16849
16850 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16851
16852         * gst/playback/gstplaybasebin.c: (prepare_output):
16853           Don't print the URI as part of the error message, it
16854           makes error dialogs look rather ugly, especially if
16855           the URI is very long or has characters in it that
16856           need escaping.
16857
16858 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16859
16860         * gst/playback/gstplaybasebin.c: (prepare_output):
16861           Error out if we have only text or subtitles, but nothing
16862           else. Also error out if we have subtitles but no video
16863           stream.
16864
16865 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16868           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
16869           Post an error message on the bus when we encounter an
16870           error, which will hopefully be more meaningful than the
16871           'Internal Flow Error' message users get to see if we
16872           just return GST_FLOW_ERROR.
16873
16874 2006-02-07  Andy Wingo  <wingo@pobox.com>
16875
16876         * configure.ac (GST_MAJORMINOR): Update core version req to
16877         0.10.2.2, for the collectpads API addition (#330244).
16878
16879 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16880
16881         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16882           Return FALSE from plugin_init() when GnomeVFS can't
16883           be initialised for some reason (#328423).
16884
16885 2006-02-06  Julien MOUTTE  <julien@moutte.net>
16886
16887         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
16888         Stick to seeking theory until i find the bug.
16889         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
16890
16891 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16892
16893         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16894         (theora_enc_finalize), (theora_enc_sink_setcaps),
16895         (theora_set_header_on_caps), (theora_enc_chain),
16896         (theora_enc_change_state):
16897         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
16898           Make theoraenc and the tests leak free. Like, really.
16899
16900 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16901
16902         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16903         (theora_enc_finalize), (theora_enc_sink_setcaps):
16904           Add a finalize method to ensure we clean up state even if
16905           someone omitted the state change back to NULL.
16906
16907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
16908         (gst_vorbisenc_chain):
16909           Free some more leaked bits.
16910
16911         * tests/check/pipelines/theoraenc.c: (start_pipeline),
16912         (stop_pipeline):
16913           Wait for state changes to happen if they're ASYNC.
16914
16915           This ought to teach those fancy pants buildbots a lesson.
16916
16917 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16918
16919         * gst-libs/gst/tag/gstid3tag.c:
16920           Add mapping for ID3 International Standard Recording Code
16921           tag "TSRC"
16922
16923 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16924
16925         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
16926           Don't leak tag names.
16927
16928 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16929
16930         * docs/libs/gst-plugins-base-libs-docs.sgml:
16931         * docs/libs/gst-plugins-base-libs-sections.txt:
16932         * gst-libs/gst/tag/gstid3tag.c:
16933         * gst-libs/gst/tag/gstvorbistag.c:
16934         * gst-libs/gst/tag/tags.c:
16935           Split libgsttag docs into multiple sections.
16936
16937 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16938
16939         * docs/libs/Makefile.am:
16940         * docs/libs/gst-plugins-base-libs-docs.sgml:
16941         * docs/libs/gst-plugins-base-libs-sections.txt:
16942         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
16943         * gst-libs/gst/tag/gstvorbistag.c:
16944         * gst-libs/gst/tag/tag.h:
16945         * gst-libs/gst/tag/tags.c:
16946           Add libgsttag to the docs.
16947
16948 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16949
16950         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
16951         (gst_text_overlay_init), (gst_text_overlay_src_event),
16952         (gst_text_overlay_collected): Fix clockoverlay.
16953
16954 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16955
16956         * docs/libs/compiling.sgml:
16957           Fix typo: it's pkg-config, not pkg-gconfig
16958
16959         * docs/libs/gst-plugins-base-libs-docs.sgml:
16960         * docs/libs/gst-plugins-base-libs-sections.txt:
16961         * docs/libs/tmpl/gstgconf.sgml:
16962           There is no libgstgconf in 0.10, remove it
16963           from the docs.
16964
16965 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16966
16967         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
16968         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16969         (gst_text_overlay_src_event), (gst_text_overlay_collected):
16970         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
16971         (gst_sub_parse_class_init), (gst_sub_parse_init),
16972         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
16973         (parse_mpsub), (parser_state_init), (handle_buffer),
16974         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
16975         * gst/subparse/gstsubparse.h: Introduce seeking code.
16976
16977 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16978
16979         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16980           Add comment about LANGUAGE tag inconsistency (we want
16981           ISO-639-1, but extract three-letter identifiers?)
16982
16983         * po/POTFILES.in:
16984           Add two translatable files.
16985
16986 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16987
16988         * gst-libs/gst/tag/Makefile.am:
16989         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16990         * gst-libs/gst/tag/tag.h:
16991         * gst-libs/gst/tag/tags.c:
16992         (gst_tag_register_musicbrainz_tags_internal),
16993         (gst_tag_register_musicbrainz_tags):
16994           Forward-port some tags stuff from the 0.8 branch. This is
16995           mostly the addition of musicbrainz tags and their mapping
16996           to vorbistags, and a vorbistag mapping of the language tag.
16997
16998 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16999
17000         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17001         refactoring.
17002
17003 2006-02-04  David Schleef  <ds@schleef.org>
17004
17005         * ext/ogg/gstoggmux.c:
17006         * gst/typefind/gsttypefindfunctions.c:
17007           Add Dirac typefinding and add dirac format to oggmux.
17008
17009 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         * gst/playback/gstdecodebin.c: (try_to_link_1):
17012           Don't put essential function call into
17013           g_return_*() macro, otherwise it'll all be
17014           replaced by NOOPs when compiling with
17015           G_DISABLE_CHECKS defined.
17016
17017 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17018
17019         * ext/ogg/gstoggdemux.c:
17020         * ext/ogg/gstoggparse.c:
17021         * gst/tcp/gsttcpserversink.c:
17022         * sys/v4l/v4lsrc_calls.c:
17023         * sys/v4l/v4lsrc_calls.h:
17024         Just make it compile with --disable-gst-debug.
17025
17026 2006-02-03  Wim Taymans  <wim@fluendo.com>
17027
17028         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17029         (gst_alsasink_class_init), (gst_alsasink_init),
17030         (gst_alsasink_write), (gst_alsasink_reset):
17031         * ext/alsa/gstalsasink.h:
17032         Add lock to protect alsa calls.
17033         Implement reset to flush samples ASAP, does not work
17034         with dmix though.
17035
17036 2006-02-02  Wim Taymans  <wim@fluendo.com>
17037
17038         * gst-libs/gst/audio/gstbaseaudiosink.c:
17039         (gst_base_audio_sink_provide_clock):
17040         Ugh.. getting late I guess...
17041
17042 2006-02-02  Wim Taymans  <wim@fluendo.com>
17043
17044         * gst-libs/gst/audio/gstbaseaudiosink.c:
17045         (gst_base_audio_sink_provide_clock),
17046         (gst_base_audio_sink_set_property),
17047         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17048         Don't try to provide a clock when we are not negotiated since
17049         we might not be able to make it run.
17050
17051 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         * gst/playback/gstdecodebin.c: (try_to_link_1):
17054           Unlinking two source pads is ... hard.
17055
17056 2006-02-02  Wim Taymans  <wim@fluendo.com>
17057
17058         * gst-libs/gst/audio/TODO:
17059         Updated.
17060
17061         * gst-libs/gst/audio/gstbaseaudiosink.c:
17062         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17063         On EOS, wait till the last sample is played before posting EOS.
17064
17065 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17066
17067         Patch by: Kai Vehmanen
17068         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17069           Adds ability to enable newsegment bypass by setting queue_delay to
17070           zero. Also avoid thread being started if queue_delay is zero.
17071
17072 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17073
17074         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17075           Make test work again by connecting fakesinks to each decoded pad,
17076           which makes the pipeline wait until each fakesink has a buffer
17077           queued before going to PAUSED state. At that point we know the
17078           decodebin pads are negotiated.
17079
17080 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17081
17082         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17083         (gst_cdda_base_src_handle_event):
17084         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17085           Pass unhandled queries to the parent class's query function.
17086
17087 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17090         (gst_ogg_pad_src_query):
17091         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17092         * ext/theora/theoradec.c: (theora_dec_src_query),
17093         (theora_dec_sink_query):
17094         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17095         (vorbis_dec_sink_query):
17096         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17097         (gst_vorbisenc_sink_query):
17098         * gst/adder/gstadder.c: (gst_adder_query):
17099           Pass unhandled queries upstream instead of just
17100           dropping them (#326447). Also, fix supported
17101           query types list for some elements.
17102
17103 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17104
17105         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17106         (paris_type_find), (ilbc_type_find), (plugin_init):
17107           Fix typefinding for audio/x-au, audio/x-paris and
17108           audio/iLBC-sh. We cannot use the START_WITH macros
17109           here, because there can only be one typefind factory
17110           with the same name (caps), so the second one would
17111           replace the first one and the first one would never
17112           be called when doing typefinding (see #161712).
17113           
17114
17115 2006-01-31  Wim Taymans  <wim@fluendo.com>
17116
17117         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17118         (vorbis_handle_header_packet), (vorbis_dec_push),
17119         (vorbis_handle_data_packet):
17120         Use scale_int when we can, add some more scaling.
17121         Check packettype before parsing it.
17122
17123 2006-01-31  Wim Taymans  <wim@fluendo.com>
17124
17125         * ext/theora/theoradec.c: (_theora_granule_time),
17126         (theora_dec_src_convert), (theora_dec_sink_convert):
17127         Call right _scale functions.
17128         Use parameter instead of some other random value.
17129
17130 2006-01-31  Wim Taymans  <wim@fluendo.com>
17131
17132         * ext/theora/theoradec.c: (_theora_granule_frame),
17133         (_theora_granule_time), (_inc_granulepos),
17134         (theora_dec_src_convert), (theora_dec_sink_convert),
17135         (theora_handle_type_packet), (theora_handle_data_packet),
17136         (theora_dec_chain):
17137         Use higher precision timestamps calculation.
17138         Convert some other conversions to _scale.
17139
17140 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17141
17142         * gst/audiotestsrc/gstaudiotestsrc.c:
17143         (gst_audio_test_src_create_sine_table), (plugin_init):
17144         * gst/volume/gstvolume.c: (plugin_init):
17145           initialize gst_controller before using
17146
17147 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17148
17149         * tests/check/pipelines/theoraenc.c:
17150         * tests/check/pipelines/vorbisenc.c:
17151         Define constant using G_GINT64_CONSTANT to avoid errors when
17152         passing it around - otherwise it gets truncated to 32 bits.
17153
17154         Fixes failing tests.
17155
17156 2006-01-31  Andy Wingo  <wingo@pobox.com>
17157
17158         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17159         caps being set doesn't have a framerate value. Basically a stopgap
17160         measure.
17161
17162         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17163         technically correct enough to put into core though.
17164         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17165         DURATION. Fixes theoraenc ! oggmux.
17166
17167         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17168         fraction, not double.
17169
17170 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17171
17172         * win32/vs7:
17173         add vs7 project files created by Sergey Scobich
17174
17175 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17176
17177         * win32/vs8:
17178         add vs8 project files created by Sergey Scobich
17179         
17180 2006-01-30  Andy Wingo  <wingo@pobox.com>
17181
17182         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17183         timestamp + duration, not just timestamp -- ogg pages should be
17184         ordered by stop time. Necessary fix given the change in vorbis
17185         timestamps.
17186
17187         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17188         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17189         (granulepos_add): New function, handles the messiness of adjusting
17190         granulepos values.
17191         (theora_buffer_from_packet):
17192         (theora_enc_chain):
17193         (theora_enc_sink_event): Use granulepos_add, not +.
17194
17195         * tests/check/pipelines/theoraenc.c
17196         (check_buffer_granulepos_from_starttime): Just check the frame
17197         count, not the actual granulepos -- we can't dictate to the
17198         encoder when it should be placing keyframes.
17199
17200 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17201
17202         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17203           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17204           play an http:// stream from a server that's not serving
17205
17206 2006-01-30  Andy Wingo  <wingo@pobox.com>
17207
17208         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17209         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17210         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17211         available.
17212
17213         * ext/theora/gsttheoraenc.h:
17214         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17215         although theoraenc was timestamping correctly. Added handling of
17216         streams that start with nonzero timestamps.
17217
17218         * tests/check/Makefile.am:
17219         * tests/check/pipelines/theoraenc.c: New file, basically does same
17220         tests as vorbisenc.
17221
17222         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17223
17224 2006-01-30  Wim Taymans  <wim@fluendo.com>
17225
17226         * gst-libs/gst/audio/gstaudiosink.c:
17227         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17228         (gst_audioringbuffer_pause):
17229         Implement pause that does not wait for completion.
17230
17231         * gst-libs/gst/audio/gstbaseaudiosink.c:
17232         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17233         Don't drop buffers when going to PAUSED but perform preroll on
17234         remaining samples now that core base class supports this.
17235
17236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17237         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17238         (gst_ring_buffer_commit):
17239         Pause should not signal waiters.
17240         Implement return value of _commit correctly.
17241
17242 2006-01-30  Andy Wingo  <wingo@pobox.com>
17243
17244         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17245
17246         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17247         updated to timestamp from the first sample, not the last.
17248         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17249         special care of granulepos and timestamp for header packets.
17250         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17251         when the first buffer has a nonzero timestamp.
17252
17253         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17254         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17255         case when the first audio buffer we get has a nonzero timestamp.
17256         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17257         properly timestamp vorbis buffers with the time of the first
17258         sample, not the last.
17259         
17260         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17261         vorbis_granule_time_copy -- now it takes the granule/subgranule
17262         offset into account.
17263
17264         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17265         timestamps, durations, and granulepos on buffers produced by
17266         vorbisenc.
17267
17268 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17269
17270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17271         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17272           Patch from Eric Jonas to support conversions to/from UYVY 
17273           (Fixes: #324626)
17274
17275 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17276
17277         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17278         (setup_subtitle), (setup_source), (set_active_source):
17279         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17280         (gen_text_element), (gen_audio_element), (gen_vis_element),
17281         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17282
17283 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17284
17285         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17286         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17287                 use gst_guint64_to_gdouble to be compliant with vs6
17288         * gst/playback/gstdecodebin.c: (try_to_link_1)
17289         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17290                 use G_GINT64_CONSTANT for int64 constants
17291         * win32/common/libgstinterfaces.def:
17292                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17293         * win32/vs6:
17294                 update and add new project files
17295                 
17296 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17297
17298         * Makefile.am:
17299         * win32/MANIFEST:
17300         * win32/common/interfaces-enumtypes.c:
17301         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17302         (gst_mixer_track_flags_get_type),
17303         (gst_tuner_channel_flags_get_type):
17304         * win32/common/interfaces-enumtypes.h:
17305         * win32/common/multichannel-enumtypes.c:
17306         (gst_audio_channel_position_get_type):
17307         * win32/common/multichannel-enumtypes.h:
17308           add a win32-update rule like in core, and copy over enumtypes files
17309
17310 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17311
17312         * win32/MANIFEST:
17313         * win32/common/config.h:
17314         * win32/common/config.h.in:
17315           add config files just like in core
17316
17317 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17320           Make gcc-4.1 happy (part of #327357).
17321
17322 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17323
17324         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17325         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17326         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17327         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17328         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17329         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17330           Update all error messages.  All of them should either use
17331           the default translated message, or actually provide a
17332           translatable string.
17333           Make the string for channel count problems meaningful.
17334
17335 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17338           check for and throw RESOURCE_BUSY
17339
17340 2006-01-27  David Schleef  <ds@schleef.org>
17341
17342         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17343           checked in this change -- it requires liboil features not
17344           in 0.3.6.  Revert parts.
17345
17346 2006-01-27  David Schleef  <ds@schleef.org>
17347
17348         * REQUIREMENTS:
17349         * configure.ac: update liboil requirement to 0.3.6
17350         * gst/videoscale/Makefile.am:
17351         * gst/videoscale/vs_scanline.c: liboilify
17352
17353 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17354
17355         * ext/libvisual/visual.c: (get_buffer):
17356           When pad_alloc returns a GstFlowReturn other
17357           than GST_FLOW_OK, make sure it is passed upstream.
17358
17359 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17360
17361         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17362         (gst_alsasink_class_init):
17363           Free the device name string.
17364
17365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17366         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17367         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17368           Don't remove a pad from the collectpads structure until it
17369           is released - it's a request pad, and may receive data again
17370           if the element gets moved back to PLAYING state.
17371
17372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17373           Ensure we turn on double buffering on the Xv port, and
17374           set the colour key to something dark and mysterious that
17375           isn't black.
17376
17377 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17378
17379         * ext/alsa/gstalsaplugin.c: (plugin_init):
17380         * ext/cdparanoia/gstcdparanoiasrc.c:
17381         (gst_cd_paranoia_src_base_init), (plugin_init):
17382         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17384           - a library should not call setlocale. see "Libraries" node in
17385             gettext manual
17386           - make sure all plugins that use translation do bindtextdomain
17387             to point to the localedir
17388         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17389         (setup_sinks), (plugin_init):
17390           all this, and check for NULL when creating sinks
17391
17392 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17393
17394         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17395         (plugin_init): Make typefinding of subtitles work again.
17396
17397 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17400         (mp3_type_frame_length_from_header), (mp3_type_find),
17401         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17402         (plugin_init):
17403           Backport a bunch of typefinding fixes from the 0.8 branch.
17404           Also, improve wavpack typefinding: if we can't peek the
17405           entire wavpack block, try to parse the bits we can get and
17406           see if we find what we're looking for in those.
17407
17408 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17409
17410         * sys/ximage/ximagesink.c:
17411         (gst_ximagesink_calculate_pixel_aspect_ratio):
17412         * sys/xvimage/xvimagesink.c:
17413         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17414         more cases of pixel aspect ratio.
17415
17416 2006-01-26  Edward Hervey  <edward@fluendo.com>
17417
17418         * gst/playback/gstdecodebin.c: (pad_probe):
17419         Also consider the flush-start and tag events as unblockers
17420         for the pad probes.
17421
17422 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17423
17424         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17425         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17426         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17427         On the fly visualisation switch, works disabling, enabling as
17428         well but it won't be able to enable vis in a playbin that was
17429         created with no visualisation.
17430
17431 2006-01-25  Wim Taymans  <wim@fluendo.com>
17432
17433         * gst-libs/gst/audio/gstbaseaudiosink.c:
17434         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17435         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17436         resume after pause.
17437
17438 2006-01-25  Wim Taymans  <wim@fluendo.com>
17439
17440         * gst-libs/gst/audio/gstbaseaudiosink.c:
17441         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17442         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17443         Improve debugging.
17444         Post error when caps cannot be parsed.
17445         Resync on discontinuity in the stream.
17446         Clip samples to segment boundaries.
17447         return WRONG_STATE sooner when we are flushing.
17448
17449         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17450         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17451         Make audiosrc operate in TIME.
17452         Set TIMESTAMP and DURATION on buffers.
17453
17454 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17455
17456         * tests/examples/seek/seek.c: (main):
17457           Output tag messages as well.
17458
17459 2006-01-23  Edward Hervey  <edward@fluendo.com>
17460
17461         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17462         (free_pad_probes), (remove_fakesink), (pad_probe),
17463         (close_pad_link), (gst_decode_bin_change_state):
17464         Replace GstPadBlockCallback with pad probes that detect
17465         first buffer AND eos before removing fakesink.
17466         Fixes hang with demuxers doing EOS while pre-rolling.
17467         Solves #328279
17468
17469 2006-01-23  Andy Wingo  <wingo@pobox.com>
17470
17471         * ext/alsa/gstalsasink.c:
17472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17473         (gst_base_rtp_depayload_setcaps),
17474         (gst_base_rtp_depayload_add_to_queue),
17475         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17476         
17477         Patch by: Jens Granseuer <jensgr at gmx dot net>
17478
17479 2006-01-22  Julien MOUTTE  <julien@moutte.net>
17480
17481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17482         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17483         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
17484         frames. We might get a frame destroyed after changing state to
17485         NULL, adding a safety check on xcontext.
17486
17487 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
17488
17489         * gst-libs/gst/interfaces/xoverlay.c:
17490           Fix prepare-xwindow-id code example in the docs - we need to
17491           ignore all messages that aren't element messages as well.
17492           
17493 2006-01-21  Julien MOUTTE  <julien@moutte.net>
17494
17495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
17496           I think one day i'll completely undestand how caps negotiation
17497           is supposed to work. This refactoring handles buffer_alloc
17498           called with caps we can't handle. We definitely don't want a
17499           set_caps with those caps, so we define and allocate a buffer
17500           we would like to receive.
17501
17502 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17503
17504         * gst/playback/gstplaybasebin.c: (setup_source):
17505           Free iterator when done.
17506
17507 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
17508
17509         * gst-libs/gst/audio/gstbaseaudiosink.c:
17510         (gst_base_audio_sink_render):
17511           Fix playback of non-synchronised streams by assuming a rate
17512           of 1.0 instead of a random one.
17513
17514           Makes this work again:
17515
17516           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
17517           endianness=(int)4321, signed=(boolean)true, width=(int)16,
17518           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
17519           audioresample ! alsasink
17520
17521 === release 0.10.2 ===
17522
17523 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
17524
17525         * configure.ac:
17526           releasing 0.10.2, "Then the devil is six"
17527
17528 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17529
17530         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17531         * gst/playback/gststreamselector.c:
17532         (gst_stream_selector_set_property):
17533           Comment out broken code that connects to the state-changed signal.
17534           At this point, changing current stream selection is broken, but 
17535           stuff like gst-launch playbin current-audio=1 works and filters
17536           to the chosen stream.
17537
17538 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17539
17540         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17541           Fix #327216 (null dereference in vorbisdec)
17542
17543 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
17544
17545         * ext/theora/theoradec.c: (theora_handle_comment_packet):
17546           Post taglist actually on bus instead of just freeing it
17547           (fixes #327114 and totem bug #327080).
17548
17549         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17550           Use gst_element_found_tags_for_pad(), so that the tags
17551           are sent downstream as an event as well.
17552
17553 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17554
17555         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17556         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
17557         (gst_ximagesink_buffer_alloc):
17558         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17559         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
17560         (gst_xvimagesink_buffer_alloc):
17561           move all regularly occurring messages to GST_LOG level
17562           add some more object logs
17563
17564 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17565
17566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17567           fix a silly segfault
17568
17569 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
17570
17571         * docs/libs/gst-plugins-base-libs-docs.sgml:
17572         * docs/libs/gst-plugins-base-libs-sections.txt:
17573         * gst-libs/gst/audio/mixerutils.c:
17574         * gst-libs/gst/audio/mixerutils.h:
17575           Add docs for mixerutils stuff.
17576
17577 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
17578
17579         * gst/playback/gstplaybasebin.c: (setup_source):
17580           Fix playback for sources that emit raw audio or
17581           raw video streams (e.g.: cd audio sources) (#325984).
17582
17583 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17584
17585         * gst-libs/gst/audio/mixerutils.c:
17586         (gst_audio_mixer_filter_do_filter):
17587           actually save the element we create
17588
17589 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
17590
17591         * gst-libs/gst/cdda/gstcddabasesrc.c:
17592         (gst_cdda_base_src_handle_track_seek):
17593           No need to post a tag message on the bus when seeking
17594           within the same track, only post it when the current
17595           track changes.
17596
17597 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
17598
17599         * gst/playback/gstplaybasebin.c: (group_destroy),
17600         (probe_triggered), (new_decoded_pad), (mute_group_type),
17601         (set_active_source):
17602         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17603         * gst/playback/gststreamselector.c:
17604         (gst_stream_selector_base_init),
17605         (gst_stream_selector_set_property),
17606         (gst_stream_selector_request_new_pad):
17607           Reenable stream selection. These mechanisms need a complete overhaul
17608           in the face of 0.8->0.10 changes though.
17609
17610 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
17611
17612         * ext/ogg/gstoggdemux.c:
17613           Change the pad template to src_%d to match the pads that 
17614           are created from it. decodebin needs this information in order
17615           to decide that oggdemux is capable of producing multiple pads
17616           (and hence needs queues inserted).
17617
17618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
17619         (gst_ogg_mux_collected):
17620           Make debug output more useful by using GST_PTR_FORMAT.
17621
17622 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17623
17624         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17625
17626         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
17627           Set depth and width for alaw/mulaw (fixes #326601).
17628
17629 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17630
17631         * tests/icles/Makefile.am:
17632           don't build the tests if we don't have the libs
17633
17634 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17635
17636         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
17637         (gst_cd_paranoia_paranoia_callback):
17638           Don't try to free NULL pointers.
17639
17640 2006-01-10  Edward Hervey  <edward@fluendo.com>
17641
17642         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
17643         (gst_audio_rate_change_state), (plugin_init):
17644         Add debugging category.
17645         Fix type issues.
17646         Add case for incoming buffers without valid offset/offset_end.
17647
17648 2006-01-10  Michael Smith  <msmith@fluendo.com>
17649
17650         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
17651           Don't leak GCond in audio sources.
17652
17653 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
17654
17655         * gst/playback/gstplaybin.c: (gen_audio_element):
17656           Don't leak an autoaudiosink/alsasink when we generate
17657           a new audio element. (old code, I guess)
17658
17659 2006-01-10  Michael Smith  <msmith@fluendo.com>
17660
17661         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17662           Support float audio in audiorate.
17663           Use width rather than depth for selecting sample width.
17664
17665 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17666
17667         * gst/videotestsrc/videotestsrc.h:
17668           Use GLib types here (that way we don't have to include the
17669           generated _stdint.h header, which makes life easier for win32
17670           folks that don't use autotools for the build) (#325990, patch
17671           by: Sergey Scobich).
17672
17673 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17674
17675         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17676         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17677         (gst_ring_buffer_pause), (wait_segment):
17678         * gst-libs/gst/audio/gstringbuffer.h:
17679           Name (private) union, makes Forte compiler happy (this time
17680           for real) (#324900).
17681
17682 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
17683
17684         * gst-libs/gst/audio/Makefile.am:
17685           Link against libgstinterfaces, needed for mixer
17686           and property probe stuff.
17687
17688 2006-01-09  Edward Hervey  <edward@fluendo.com>
17689
17690         * gst-libs/gst/Makefile.am:
17691
17692 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
17693
17694         * gst-libs/gst/audio/Makefile.am:
17695         * gst-libs/gst/audio/mixerutils.c:
17696         (gst_audio_mixer_filter_do_filter),
17697         (gst_audio_mixer_filter_check_element),
17698         (gst_audio_mixer_filter_probe_feature),
17699         (element_factory_rank_compare_func),
17700         (gst_audio_default_registry_mixer_filter):
17701         * gst-libs/gst/audio/mixerutils.h:
17702           Add gst_audio_default_registry_mixer_filter() utility
17703           function.
17704
17705 2006-01-03  Michael Smith  <msmith@fluendo.com>
17706
17707         * gst/audioresample/resample.h:
17708           As before, but for o_buf
17709
17710 2006-01-03  Michael Smith  <msmith@fluendo.com>
17711
17712         * gst/audioresample/resample.h:
17713           Declare struct _ResampleState.buffer as unsigned char *, not void *,
17714           since we do arithmetic on it.
17715
17716 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
17717
17718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17719         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17720         (gst_ring_buffer_pause), (wait_segment):
17721         * gst-libs/gst/audio/gstringbuffer.h:
17722           Sun's Forte compiler doesn't seem to like anonymous structs,
17723           so use same setup as in GstBaseSrc (fixes #324900).
17724
17725 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17726
17727         * configure.ac:
17728         * gst/volume/Makefile.am:
17729         * gst/volume/demo.c:
17730           move old example to tests/examples/volume/volune.c
17731         * tests/examples/Makefile.am:
17732         * tests/examples/seek/seek.c: (main):
17733           change window-close event from "delete-event" to "destroy"
17734         * tests/examples/volume/Makefile.am:
17735         * tests/examples/volume/volume.c: (value_changed_callback),
17736         (setup_gui), (message_received), (eos_message_received), (main):
17737           fix event handling and bus usage
17738
17739 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
17740
17741         * gst/audiotestsrc/gstaudiotestsrc.c:
17742         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
17743         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
17744         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
17745         (gst_audio_test_src_create_square),
17746         (gst_audio_test_src_create_saw),
17747         (gst_audio_test_src_create_triangle),
17748         (gst_audio_test_src_create_silence),
17749         (gst_audio_test_src_create_white_noise),
17750         (gst_audio_test_src_create_pink_noise),
17751         (gst_audio_test_src_init_sine_table),
17752         (gst_audio_test_src_create_sine_table),
17753         (gst_audio_test_src_change_wave),
17754         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
17755         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
17756         * gst/audiotestsrc/gstaudiotestsrc.h:
17757           update to basesrc changes, implement segmented seeking and eos
17758           handling, add a 'sine-tab' waveform for performance critical playback
17759
17760 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17761
17762         * po/POTFILES.in:
17763           ... and this time the other modified file that I missed last time.
17764
17765 2005-12-29  Michael Smith  <msmith@fluendo.com>
17766
17767         * gst/playback/gstdecodebin.c: (new_pad):
17768           Fix non-C89 variable declaration not at the start of a block. Should
17769           help some compilers.
17770
17771 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17772
17773         * tests/check/Makefile.am:
17774           And now fix 'make distcheck' (builddir != srcdir)
17775
17776 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * configure.ac:
17779         * ext/cdparanoia/Makefile.am:
17780         * ext/cdparanoia/gstcdparanoia.c:
17781         * ext/cdparanoia/gstcdparanoia.h:
17782         * ext/cdparanoia/gstcdparanoiasrc.c:
17783         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
17784         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
17785         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
17786         (gst_cd_paranoia_paranoia_callback),
17787         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
17788         (gst_cd_paranoia_src_set_property),
17789         (gst_cd_paranoia_src_get_property), (plugin_init):
17790         * ext/cdparanoia/gstcdparanoiasrc.h:
17791           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
17792           plugin again (there are still fixes required to playbin to make
17793           cdda:// uris work there).
17794
17795 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * tests/check/Makefile.am:
17798           Fix test case compilation.
17799
17800 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17801
17802         * gst-libs/gst/cdda/gstcddabasesrc.c:
17803         (gst_cdda_base_src_update_duration),
17804         (gst_cdda_base_src_calculate_cddb_id):
17805           An integer is not a string. Fix access to uninitialised variable.
17806
17807         * tests/check/Makefile.am:
17808           Add cddabasesrc unit test; also actually enable the vorbis test.
17809
17810         * tests/check/generic/states.c:
17811           Blacklist new cd audio elements as well.
17812
17813         * tests/check/libs/cddabasesrc.c:
17814           Unit test for GstCddaBaseSrc (discid calculation mostly).
17815
17816 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
17817
17818         * docs/libs/Makefile.am:
17819         * docs/libs/gst-plugins-base-libs-docs.sgml:
17820         * docs/libs/gst-plugins-base-libs-sections.txt:
17821         * docs/libs/gst-plugins-base-libs.types:
17822           Add docs for libgstcdda/GstCddaBaseSrc.
17823
17824         * gst-libs/gst/interfaces/mixertrack.h:
17825           Do one struct member per line with a semicolon at the end, that way
17826           even gtk-doc might parse it without complaining.
17827
17828 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
17829
17830         * configure.ac:
17831         * gst-libs/gst/Makefile.am:
17832         * gst-libs/gst/cdda/Makefile.am:
17833         * gst-libs/gst/cdda/base64.c:
17834         * gst-libs/gst/cdda/base64.h:
17835         * gst-libs/gst/cdda/gstcddabasesrc.c:
17836         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
17837         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
17838         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
17839         (gst_cdda_base_src_get_property),
17840         (gst_cdda_base_src_get_track_from_sector),
17841         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
17842         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
17843         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
17844         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
17845         (gst_cdda_base_src_uri_get_protocols),
17846         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
17847         (gst_cdda_base_src_uri_handler_init),
17848         (gst_cdda_base_src_setup_interfaces),
17849         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
17850         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
17851         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
17852         (gst_cdda_base_src_add_tags),
17853         (gst_cdda_base_src_add_index_associations),
17854         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
17855         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
17856         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
17857         (gst_cdda_base_src_create):
17858         * gst-libs/gst/cdda/gstcddabasesrc.h:
17859         * gst-libs/gst/cdda/sha1.c:
17860         * gst-libs/gst/cdda/sha1.h:
17861           Add new libgstcdda with GstCddaBaseSrc class.
17862
17863 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
17864
17865         * ext/gnomevfs/gstgnomevfssink.h:
17866           Use GstBaseSinkClass as parent_class member for class struct, not
17867           GstBaseSink.
17868
17869 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17870
17871         Patch by: Michael Benes
17872
17873         * gst/videotestsrc/gstvideotestsrc.c:
17874         (gst_video_test_src_class_init), (gst_video_test_src_start):
17875           Add start method to reset running time and number of frames sent
17876           when starting up (fixes #324696)
17877
17878 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17879
17880         * docs/plugins/Makefile.am:
17881         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17882         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17883         * docs/plugins/gst-plugins-base-plugins.args:
17884         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17885         * docs/plugins/gst-plugins-base-plugins.signals:
17886           Add docs stuff for gnomevfssrc and gnomevfssink.
17887
17888         * ext/gnomevfs/gstgnomevfssrc.c:
17889           Fix example pipeline in gtk-doc blurb.
17890
17891 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17892
17893         * ext/gnomevfs/Makefile.am:
17894         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
17895         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
17896         (gst_gnome_vfs_handle_get_type), (plugin_init):
17897         * ext/gnomevfs/gstgnomevfs.h:
17898         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
17899         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
17900         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
17901         (gst_gnome_vfs_sink_set_property),
17902         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
17903         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
17904         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
17905         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
17906         (gst_gnome_vfs_sink_uri_get_type),
17907         (gst_gnome_vfs_sink_uri_get_protocols),
17908         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
17909         (gst_gnome_vfs_sink_uri_handler_init):
17910         * ext/gnomevfs/gstgnomevfssink.h:
17911           Port gnomevfssink; add gtk-doc blurb.
17912
17913         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
17914         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
17915         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
17916         (gst_gnome_vfs_src_uri_get_type),
17917         (gst_gnome_vfs_src_uri_get_protocols),
17918         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
17919         (gst_gnome_vfs_src_uri_handler_init),
17920         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
17921         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
17922         (gst_gnome_vfs_src_send_additional_headers_callback),
17923         (gst_gnome_vfs_src_received_headers_callback),
17924         (gst_gnome_vfs_src_push_callbacks),
17925         (gst_gnome_vfs_src_pop_callbacks),
17926         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
17927         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
17928         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
17929         * ext/gnomevfs/gstgnomevfssrc.h:
17930           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
17931           file; add gtk-doc blurb with example pipelines.
17932
17933 === release 0.10.1 ===
17934
17935 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
17936
17937         * configure.ac:
17938           releasing 0.10.1, "Dobro Dedek"
17939
17940 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
17941
17942         * gst/typefind/gsttypefindfunctions.c:
17943         iLBC30 and iLBC20 added to typefind.
17944
17945 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17946
17947         * gst-libs/gst/audio/gstbaseaudiosink.c:
17948         (gst_base_audio_sink_class_init):
17949         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17950         (gst_base_audio_src_class_init):
17951           update strings, values are in microseconds
17952           change the default sink buffer time to something that is smaller
17953           (to help software volume mixing have a slightly lower delay) but
17954           still be acceptable on Wim's laptop
17955
17956 2005-12-20  Edward Hervey  <edward@fluendo.com>
17957
17958         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
17959         Made a quack, forgot to add DUCK to the riff video template.
17960
17961 2005-12-19  Edward Hervey  <edward@fluendo.com>
17962
17963         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
17964         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
17965         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17966         (gst_ogm_parse_chain):
17967         Make sure pads are initialized correctly.
17968         * gst-libs/gst/riff/riff-ids.h:
17969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17970         (gst_riff_create_video_template_caps):
17971         Add a whole bunch of FOURCC <=> MimeType.
17972         Extend the riff video pad template to support the newly added fourcc.
17973
17974 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17975
17976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
17977         (gst_ogg_demux_activate_chain):
17978           Extra debug output when activating/deactivating chains.
17979
17980         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
17981         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
17982         (unlinked):
17983           Remove a queue from our list when it becomes unlinked.
17984           Don't add queues to elements in class 'Demux' if they
17985           can only produce one pad 
17986
17987 2005-12-18  Julien MOUTTE  <julien@moutte.net>
17988
17989         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
17990         (gst_video_sink_get_type): Add a debug category.
17991
17992 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
17993
17994         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17995         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
17996           Handle downstream newsegment by sending our own newsegment before the
17997           next buffer to be released. (#323900)
17998
17999 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18000
18001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18002         (gst_base_rtp_depayload_set_gst_timestamp):
18003           add queue delay to new segment as well (as opposed to just the first
18004           buffer). (bug #322347)
18005
18006 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18007
18008         * ext/libvisual/visual.c: (make_valid_name):
18009           change some char* into char[]
18010         * gst/audiotestsrc/gstaudiotestsrc.c:
18011         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18012         (gst_audio_test_src_create):
18013         * gst/audiotestsrc/gstaudiotestsrc.h:
18014           prepare to handle EOS and SEGMENT_DONE
18015
18016 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18017
18018         * tests/check/generic/states.c: (GST_START_TEST):
18019           Blacklist cdparanoia element in state test.
18020
18021 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18022
18023           Patch by: Benjamin Pineau
18024
18025         * gst/tcp/gsttcp.c:
18026         * gst/tcp/gsttcpclientsink.c:
18027         * gst/tcp/gsttcpserversink.c:
18028         * gst/tcp/gsttcpserversrc.c:
18029           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18030
18031 2005-12-15  Michael Smith  <msmith@fluendo.com>
18032
18033         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18034         (gst_video_rate_chain):
18035           Fix timestamping for videorate when the first buffer it sees has a
18036           non-zero timestamp. Fix some misleading debug output.
18037
18038 2005-12-15  Michael Smith  <msmith@fluendo.com>
18039
18040         * gst/audioresample/gstaudioresample.c:
18041           Don't leak all input buffers to audioresample.
18042
18043 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18044
18045         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18046           Don't operate on empty text buffers. Strip newlines and
18047           tabs only from the end of the text, but leave them intact
18048           in the middle. Fix typo in gtk-doc description.
18049
18050 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18051
18052         * gst/playback/gstplaybasebin.c:
18053         * gst/playback/gstplaybin.c: (handoff):
18054           Make sure the video frame buffer we return to apps via the
18055           "frame" property always has caps set on it. Modify
18056           _gst_gvalue_set_object() macro to handle NULL objects
18057           gracefully too.
18058
18059 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18060
18061         * gst/audiotestsrc/gstaudiotestsrc.c:
18062         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18063         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18064         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18065         (gst_audio_test_src_create):
18066         * gst/audiotestsrc/gstaudiotestsrc.h:
18067         Adjust to some recent api changes and add wtays new cool seeking
18068         capabillities
18069
18070 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18071
18072         * ext/alsa/Makefile.am:
18073         * ext/alsa/gstalsadeviceprobe.c:
18074         * ext/alsa/gstalsadeviceprobe.h:
18075           Helper functions to add device probing via the GstPropertyProbe
18076           interface to a class.
18077
18078         * ext/alsa/gstalsamixer.h:
18079           Comment out GST_ALSA_MIXER, it returns a struct that's not
18080           used.
18081
18082         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18083           Add some debug info. 
18084
18085         * ext/alsa/gstalsamixerelement.c:
18086         (gst_alsa_mixer_element_interface_supported),
18087         (gst_implements_interface_init),
18088         (gst_alsa_mixer_element_init_interfaces),
18089         (gst_alsa_mixer_element_class_init),
18090         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18091         (gst_alsa_mixer_element_set_property),
18092         (gst_alsa_mixer_element_get_property),
18093         (gst_alsa_mixer_element_change_state):
18094         * ext/alsa/gstalsamixerelement.h:
18095           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18096           for device handling (gnome-volume-control will need that).
18097
18098 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18099
18100         * ext/Makefile.am: fix cdparanoia entry
18101         * gst-plugins-base.spec.in: add cdparanoia
18102
18103 2005-12-12  Michael Smith  <msmith@fluendo.com>
18104
18105         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18106           Use the correct function to free list of typefind factories.
18107
18108 2005-12-12  Wim Taymans  <wim@fluendo.com>
18109
18110         * gst/videotestsrc/gstvideotestsrc.c:
18111         (gst_video_test_src_class_init), (gst_video_test_src_init),
18112         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18113         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18114         (gst_video_test_src_create):
18115         * gst/videotestsrc/gstvideotestsrc.h:
18116         Implement seeking in videotestsrc.
18117         Small cleanups.
18118
18119 2005-12-12  Wim Taymans  <wim@fluendo.com>
18120
18121         * ext/cdparanoia/Makefile.am:
18122         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18123         (gst_paranoia_endian_get_type), (_do_init),
18124         (cdparanoia_class_init), (cdparanoia_init),
18125         (cdparanoia_set_property), (cdparanoia_get_property),
18126         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18127         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18128         (cdparanoia_convert), (cdparanoia_get_query_types),
18129         (cdparanoia_query), (cdparanoia_set_index),
18130         (cdparanoia_uri_set_uri):
18131         * ext/cdparanoia/gstcdparanoia.h:
18132         Partially ported cdparanoia now that basesrc can support a
18133         plugin like this..
18134
18135 2005-12-12  Wim Taymans  <wim@fluendo.com>
18136
18137         * tests/examples/seek/scrubby.c: (main):
18138         Set higher priority for bus events so they don't get reordered with
18139         gtk gui events.
18140
18141         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18142         (flush_toggle_cb), (main):
18143         Added checkbox to disable flushing seeks. 
18144         Disable scrubbing when doing non flushing seeks.
18145
18146 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18147
18148         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18149         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18150         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18151         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18152           Implement some sort of event handling that doesn't rely on
18153           g_return_if_fail; make sure we always push the last chunk of an 
18154           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18155           state change function; remove some old cruft. Seeking is still
18156           rather unlikely to work though.
18157
18158         * tools/.cvsignore:
18159           Ignore more.
18160
18161 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18162
18163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18164         Fixed a leak of the current image reference when cleaning up.
18165         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18166
18167 2005-12-09  Michael Smith  <msmith@fluendo.com>
18168
18169         * tools/Makefile.am:
18170         * tools/gst-launch-ext-m.m:
18171           Remove gst-launch-ext. It doesn't work, and is no longer
18172           particularly useful.
18173
18174 2005-12-08  Luca Ognibene  <luogni@tin.it>
18175
18176         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18177           don't pass random values to ogmparse convert function.
18178           Make seeking possible in the exile1.ogm file.
18179
18180 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18181
18182         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18183         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18184           Work around refcount problem with g_value_set_object() that occur
18185           if the core has been compiled against GLib-2.6 (g_value_set_object()
18186           will only g_object_ref() the element, but the caller will
18187           gst_object_unref() it and bad things will happen due to the way
18188           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18189           totem for people on FC4 using Thomas's 0.10 RPMs.
18190           
18191 2005-12-07  Edward Hervey  <edward@fluendo.com>
18192
18193         Time to welcome ogm to 0.10 :)
18194         
18195         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18196         (gst_ogg_pad_typefind):
18197         Oggdemux can now properly typefind elements with dynamic pads.
18198         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18199         Properly set caps on src pad, and set caps on outgoing buffers.
18200
18201 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18202
18203         * ext/alsa/gstalsamixer.h:
18204         * ext/alsa/gstalsamixerelement.h:
18205         * ext/alsa/gstalsamixeroptions.h:
18206         * ext/alsa/gstalsamixertrack.h:
18207         * ext/alsa/gstalsasink.c:
18208         * ext/alsa/gstalsasink.h:
18209         * ext/alsa/gstalsasrc.c:
18210         * ext/alsa/gstalsasrc.h:
18211         * ext/cdparanoia/gstcdparanoia.h:
18212         * ext/gnomevfs/gstgnomevfsuri.h:
18213         * ext/ogg/gstoggdemux.c:
18214         * ext/ogg/gstoggmux.c:
18215         * ext/pango/gsttextoverlay.h:
18216         * ext/theora/theoradec.c:
18217         * ext/theora/theoraenc.c:
18218         * ext/vorbis/vorbisdec.h:
18219         * ext/vorbis/vorbisenc.c:
18220         * ext/vorbis/vorbisenc.h:
18221         * ext/vorbis/vorbisparse.h:
18222         * gst-libs/gst/audio/gstaudioclock.h:
18223         * gst-libs/gst/audio/gstaudiosink.c:
18224         * gst-libs/gst/audio/gstaudiosink.h:
18225         * gst-libs/gst/audio/gstaudiosrc.c:
18226         * gst-libs/gst/audio/gstaudiosrc.h:
18227         * gst-libs/gst/audio/gstbaseaudiosink.c:
18228         * gst-libs/gst/audio/gstbaseaudiosink.h:
18229         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18230         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18231         * gst-libs/gst/audio/gstringbuffer.h:
18232         * gst-libs/gst/audio/multichannel.h:
18233         * gst-libs/gst/floatcast/floatcast.h:
18234         * gst-libs/gst/interfaces/colorbalance.c:
18235         * gst-libs/gst/interfaces/colorbalance.h:
18236         * gst-libs/gst/interfaces/colorbalancechannel.h:
18237         * gst-libs/gst/interfaces/mixer.h:
18238         * gst-libs/gst/interfaces/mixeroptions.h:
18239         * gst-libs/gst/interfaces/mixertrack.h:
18240         * gst-libs/gst/interfaces/navigation.h:
18241         * gst-libs/gst/interfaces/propertyprobe.h:
18242         * gst-libs/gst/interfaces/tuner.h:
18243         * gst-libs/gst/interfaces/tunerchannel.h:
18244         * gst-libs/gst/interfaces/tunernorm.h:
18245         * gst-libs/gst/interfaces/xoverlay.h:
18246         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18247         * gst-libs/gst/riff/riff-ids.h:
18248         * gst-libs/gst/riff/riff-media.h:
18249         * gst-libs/gst/riff/riff-read.h:
18250         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18251         * gst-libs/gst/rtp/gstbasertppayload.c:
18252         * gst-libs/gst/rtp/gstbasertppayload.h:
18253         * gst-libs/gst/rtp/gstrtpbuffer.c:
18254         * gst-libs/gst/rtp/gstrtpbuffer.h:
18255         * gst-libs/gst/tag/gsttageditingprivate.h:
18256         * gst-libs/gst/tag/gstvorbistag.c:
18257         (gst_tag_list_from_vorbiscomment_buffer):
18258         * gst-libs/gst/tag/tag.h:
18259         * gst-libs/gst/video/video.h:
18260         * gst/adder/gstadder.c:
18261         * gst/adder/gstadder.h:
18262         * gst/audioconvert/audioconvert.c:
18263         * gst/audioconvert/audioconvert.h:
18264         * gst/audioconvert/gstaudioconvert.c:
18265         * gst/audioconvert/gstchannelmix.c:
18266         * gst/audioconvert/gstchannelmix.h:
18267         * gst/audiorate/gstaudiorate.c:
18268         * gst/audioresample/buffer.h:
18269         * gst/audioresample/functable.h:
18270         * gst/audioresample/gstaudioresample.c:
18271         * gst/audioresample/resample.h:
18272         * gst/ffmpegcolorspace/avcodec.h:
18273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18274         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18275         * gst/ffmpegcolorspace/imgconvert.c:
18276         * gst/ffmpegcolorspace/imgconvert_template.h:
18277         * gst/playback/gstdecodebin.c:
18278         * gst/playback/gstplaybasebin.h:
18279         * gst/playback/gstplaybin.c:
18280         * gst/playback/gststreaminfo.h:
18281         * gst/tcp/gstfdset.c:
18282         * gst/tcp/gstfdset.h:
18283         * gst/tcp/gstmultifdsink.c:
18284         * gst/tcp/gstmultifdsink.h:
18285         * gst/tcp/gsttcp.h:
18286         * gst/tcp/gsttcpclientsrc.c:
18287         * gst/tcp/gsttcpclientsrc.h:
18288         * gst/tcp/gsttcpplugin.h:
18289         * gst/tcp/gsttcpserversink.c:
18290         * gst/tcp/gsttcpserversrc.c:
18291         * gst/typefind/gsttypefindfunctions.c:
18292         * gst/videorate/gstvideorate.c:
18293         * gst/videotestsrc/gstvideotestsrc.h:
18294         * gst/videotestsrc/videotestsrc.h:
18295         * sys/v4l/gstv4lcolorbalance.h:
18296         * sys/v4l/gstv4ltuner.h:
18297         * sys/v4l/gstv4lxoverlay.h:
18298         * sys/v4l/v4l_calls.h:
18299         * sys/v4l/videodev_mjpeg.h:
18300         * tests/check/elements/audioconvert.c:
18301         * tests/check/elements/audioresample.c:
18302         * tests/check/elements/audiotestsrc.c:
18303         * tests/check/elements/videotestsrc.c:
18304         * tests/check/elements/volume.c:
18305         * tests/examples/seek/scrubby.c:
18306         * tests/examples/seek/seek.c:
18307           expand tabs
18308
18309 === release 0.10.0 ===
18310
18311 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18312
18313         * configure.ac:
18314           releasing 0.10.0, "Mont-d'or"
18315
18316 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18317
18318         * tests/examples/seek/Makefile.am:
18319         Build fix for when gtk is not available.
18320
18321 2005-12-05  Andy Wingo  <wingo@pobox.com>
18322
18323         * ext/libvisual/visual.c: (get_buffer):
18324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18325         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18326         * ext/theora/theoradec.c: (theora_handle_data_packet):
18327         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18328         (theora_enc_chain):
18329         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18330         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18331         Update for alloc_buffer changes.
18332
18333 2005-12-05  Andy Wingo  <wingo@pobox.com>
18334
18335         patch by: Kai Vehmanen <kv2004 eca cx>
18336         
18337         * gst-libs/gst/rtp/gstbasertpdepayload.c
18338         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18339
18340 2005-12-04  Andy Wingo  <wingo@pobox.com>
18341
18342         patch by: Sebastien Cote <sebas642 yahoo ca>
18343         
18344         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18345         Fixes #319172.
18346
18347 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18348
18349         * docs/plugins/Makefile.am:
18350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18352         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18353         * ext/pango/gstclockoverlay.c:
18354         * ext/pango/gsttextoverlay.c: 
18355         * ext/pango/gsttextrender.c:
18356         * ext/pango/gsttimeoverlay.c:
18357           Add gtk-doc blurbs to pango elements.
18358
18359 2005-12-02  Wim Taymans  <wim@fluendo.com>
18360
18361         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18362         * gst/audioresample/buffer.h:
18363         * gst/audioresample/gstaudioresample.c:
18364         * gst/audioresample/gstaudioresample.h:
18365         * gst/audioresample/resample.c: (resample_input_flush),
18366         (resample_input_pushthrough), (resample_input_eos),
18367         (resample_get_output_size_for_input),
18368         (resample_get_input_size_for_output), (resample_get_output_size),
18369         (resample_get_output_data):
18370         * gst/audioresample/resample.h:
18371         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18372         Fix audioresample, seek torture, new segments, reverse negotiation
18373         etc.. work fine.
18374
18375 2005-12-02  Wim Taymans  <wim@fluendo.com>
18376
18377         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18378         Small cleanups.
18379
18380 2005-12-02  Wim Taymans  <wim@fluendo.com>
18381
18382         * gst/audioconvert/gstaudioconvert.c:
18383         (gst_audio_convert_transform):
18384         Post errors.
18385
18386 === release 0.9.7 ===
18387
18388 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18389
18390         * configure.ac:
18391           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18392
18393 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18394
18395         * Makefile.am:
18396         * po/hu.po:
18397         * win32/MANIFEST:
18398         * win32/gst.sln:
18399           add win32 MANIFEST file
18400           do something to the hungarian translation
18401
18402 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18403
18404         * ext/Makefile.am:
18405           Add $(PANGO_DIR) to SUBDIRS
18406
18407         * ext/pango/gstclockoverlay.c:
18408         * ext/pango/gsttimeoverlay.c:
18409           Fix and improve element descriptions.
18410
18411 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18412
18413         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18414         * docs/plugins/inspect/plugin-libvisual.xml:
18415         * docs/plugins/inspect/plugin-pango.xml:
18416           add pango plugin to docs
18417
18418 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18419
18420         * configure.ac:
18421         * ext/Makefile.am:
18422           moved pango to base
18423
18424 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18425
18426         * configure.ac:
18427         * tests/Makefile.am:
18428         * tests/icles/.cvsignore:
18429         * tests/icles/Makefile.am:
18430         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18431         (close_display), (resize_window), (move_window), (create_window),
18432         (terminate_playback), (pause_playback), (start_playback), (main):
18433           add stress test for xoverlay from Julien
18434
18435 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18436
18437         * docs/libs/tmpl/gstcolorbalance.sgml:
18438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18439         * gst-libs/gst/rtp/gstbasertppayload.c:
18440         * gst-libs/gst/rtp/gstrtpbuffer.c:
18441         * gst-libs/gst/rtp/gstrtpbuffer.h:
18442           Do burger's rename for rtp payloaders and depayloaders
18443
18444 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18445
18446         * win32/:
18447           add Visual Studio 6 build files
18448
18449 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18450
18451         * docs/libs/gst-plugins-base-libs-docs.sgml:
18452         * docs/libs/gst-plugins-base-libs-sections.txt:
18453         * docs/libs/tmpl/gstaudio.sgml:
18454         * docs/libs/tmpl/gstringbuffer.sgml:
18455         * gst-libs/gst/interfaces/xoverlay.c:
18456         * gst-libs/gst/video/gstvideofilter.c:
18457         * gst-libs/gst/video/gstvideosink.c:
18458           update documentation
18459
18460 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18461
18462         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18463         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18464         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18465         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18466         (gst_multi_fd_sink_get_stats),
18467         (gst_multi_fd_sink_remove_client_link),
18468         (gst_multi_fd_sink_handle_client_read),
18469         (gst_multi_fd_sink_client_queue_data),
18470         (gst_multi_fd_sink_client_queue_caps),
18471         (gst_multi_fd_sink_client_queue_buffer),
18472         (gst_multi_fd_sink_new_client),
18473         (gst_multi_fd_sink_handle_client_write),
18474         (gst_multi_fd_sink_recover_client),
18475         (gst_multi_fd_sink_queue_buffer),
18476         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18477         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18478         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18479         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18480         * gst/tcp/gstmultifdsink.h:
18481         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18482         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18483         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18484         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18485         (gst_tcp_client_sink_set_property),
18486         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18487         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18488         * gst/tcp/gsttcpclientsink.h:
18489         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18490         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18491         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18492         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
18493         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
18494         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
18495         * gst/tcp/gsttcpclientsrc.h:
18496         * gst/tcp/gsttcpplugin.c: (plugin_init):
18497         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
18498         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
18499         (gst_tcp_server_sink_finalize),
18500         (gst_tcp_server_sink_handle_server_read),
18501         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
18502         (gst_tcp_server_sink_set_property),
18503         (gst_tcp_server_sink_get_property),
18504         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
18505         * gst/tcp/gsttcpserversink.h:
18506         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
18507         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
18508         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
18509         (gst_tcp_server_src_set_property),
18510         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
18511         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
18512         * gst/tcp/gsttcpserversrc.h:
18513           more borgifying
18514
18515 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         * docs/plugins/Makefile.am:
18518         * docs/plugins/gst-plugins-base-plugins.args:
18519         * docs/plugins/inspect/plugin-libvisual.xml:
18520         * gst/audioconvert/plugin.h:
18521         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
18522         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
18523         (gst_audio_rate_setcaps), (gst_audio_rate_init),
18524         (gst_audio_rate_chain), (gst_audio_rate_set_property),
18525         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
18526         (plugin_init):
18527         * gst/audiotestsrc/gstaudiotestsrc.c:
18528         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
18529         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18530         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
18531         (gst_audio_test_src_get_query_types),
18532         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
18533         (gst_audio_test_src_create_square),
18534         (gst_audio_test_src_create_saw),
18535         (gst_audio_test_src_create_triangle),
18536         (gst_audio_test_src_create_silence),
18537         (gst_audio_test_src_create_white_noise),
18538         (gst_audio_test_src_init_pink_noise),
18539         (gst_audio_test_src_generate_pink_noise_value),
18540         (gst_audio_test_src_create_pink_noise),
18541         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
18542         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
18543         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
18544         (plugin_init):
18545         * gst/audiotestsrc/gstaudiotestsrc.h:
18546         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
18547         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
18548         (gst_sub_parse_init), (gst_sub_parse_formats),
18549         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
18550         (convert_encoding), (get_next_line),
18551         (gst_sub_parse_data_format_autodetect),
18552         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
18553         (gst_sub_parse_loop), (gst_sub_parse_chain),
18554         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
18555         (plugin_init):
18556         * gst/subparse/gstsubparse.h:
18557         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
18558         (gst_video_rate_base_init), (gst_video_rate_class_init),
18559         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
18560         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
18561         (gst_video_rate_init), (gst_video_rate_event),
18562         (gst_video_rate_chain), (gst_video_rate_set_property),
18563         (gst_video_rate_get_property), (gst_video_rate_change_state),
18564         (plugin_init):
18565         * gst/videoscale/gstvideoscale.c:
18566         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
18567         (gst_video_scale_src_template_factory),
18568         (gst_video_scale_sink_template_factory),
18569         (gst_video_scale_get_type), (gst_video_scale_base_init),
18570         (gst_video_scale_class_init), (gst_video_scale_init),
18571         (gst_video_scale_set_property), (gst_video_scale_get_property),
18572         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
18573         (gst_video_scale_prepare_size), (parse_caps),
18574         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
18575         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
18576         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
18577         (plugin_init):
18578         * gst/videoscale/gstvideoscale.h:
18579         * gst/videotestsrc/gstvideotestsrc.c:
18580         (gst_video_test_src_pattern_get_type),
18581         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
18582         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
18583         (gst_video_test_src_set_pattern),
18584         (gst_video_test_src_set_property),
18585         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
18586         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
18587         (gst_video_test_src_event), (gst_video_test_src_get_times),
18588         (gst_video_test_src_create), (plugin_init):
18589         * gst/videotestsrc/gstvideotestsrc.h:
18590         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
18591         (gst_video_test_src_smpte), (gst_video_test_src_snow),
18592         (gst_video_test_src_black):
18593         * gst/videotestsrc/videotestsrc.h:
18594           borgify further
18595           clean up docs a little
18596
18597 2005-11-30  Wim Taymans  <wim@fluendo.com>
18598
18599         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18600         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
18601         (gst_basertppayload_event), (gst_basertppayload_push),
18602         (gst_basertppayload_change_state):
18603         * gst-libs/gst/rtp/gstbasertppayload.h:
18604         closed #320644.
18605
18606 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18607
18608         * docs/libs/gst-plugins-base-libs-docs.sgml:
18609         * docs/libs/gst-plugins-base-libs-sections.txt:
18610         * gst-libs/gst/video/gstvideofilter.c:
18611         * gst-libs/gst/video/gstvideosink.c:
18612         * gst-libs/gst/video/gstvideosink.h: Adding docs.
18613
18614 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18615
18616         * LICENSE:
18617           move
18618         * po/af.po:
18619         * po/az.po:
18620         * po/cs.po:
18621         * po/en_GB.po:
18622         * po/hu.po:
18623         * po/it.po:
18624         * po/nb.po:
18625         * po/nl.po:
18626         * po/or.po:
18627         * po/sq.po:
18628         * po/sr.po:
18629         * po/sv.po:
18630         * po/uk.po:
18631         * po/vi.po:
18632         * Makefile.am:
18633           update
18634         * scripts/autoplugins.sh:
18635           remove
18636
18637 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18638
18639         * Makefile.am:
18640         * configure.ac:
18641         * examples/Makefile.am:
18642         * examples/capsfilter/Makefile.am:
18643         * examples/capsfilter/capsfilter1.c:
18644         * examples/gob/Makefile.am:
18645         * examples/gob/gst-identity2.gob:
18646         * examples/indexing/.cvsignore:
18647         * examples/indexing/Makefile.am:
18648         * examples/indexing/indexmpeg.c:
18649         * examples/seeking/.cvsignore:
18650         * examples/seeking/Makefile.am:
18651         * examples/seeking/cdparanoia.c:
18652         * examples/seeking/cdplayer.c:
18653         * examples/seeking/chained.c:
18654         * examples/seeking/scrubby.c:
18655         * examples/seeking/seek.c:
18656         * examples/stats/Makefile.am:
18657         * examples/stats/mp2ogg.c:
18658         * examples/switch/.cvsignore:
18659         * examples/switch/Makefile.am:
18660         * examples/switch/switcher.c:
18661         * tests/Makefile.am:
18662         * tests/check/generic/.cvsignore:
18663         * tests/check/pipelines/.cvsignore:
18664         * tests/examples/Makefile.am:
18665         * tests/examples/seek/Makefile.am:
18666           reorganize stuff under tests/
18667
18668 2005-11-30  Edward Hervey  <edward@fluendo.com>
18669
18670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
18671         Go away you stupid GstStaticPadTemplate memleak.
18672
18673 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18674
18675         * gst-libs/gst/net/Makefile.am:
18676         * gst-libs/gst/net/README:
18677         * gst-libs/gst/net/gstnetbuffer.c:
18678         * gst-libs/gst/net/gstnetbuffer.h:
18679           this was moved to "netbuffer"
18680
18681 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18682
18683         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
18684         (gst_video_filter_class_init), (gst_video_filter_init):
18685         * gst-libs/gst/video/gstvideofilter.h:
18686           borgify name to bring in line with other classes
18687
18688 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18689
18690         * gst/audioscale/.cvsignore:
18691         * gst/audioscale/Makefile.am:
18692         * gst/audioscale/README:
18693         * gst/audioscale/audioscale.vcproj:
18694         * gst/audioscale/dtof.c:
18695         * gst/audioscale/dtos.c:
18696         * gst/audioscale/functable.c:
18697         * gst/audioscale/gstaudioscale.c:
18698         * gst/audioscale/gstaudioscale.h:
18699         * gst/audioscale/private.h:
18700         * gst/audioscale/resample.c:
18701         * gst/audioscale/resample.h:
18702         * gst/audioscale/test.c:
18703           remove
18704
18705 2005-11-30  Edward Hervey  <edward@fluendo.com>
18706
18707         * gst-libs/gst/netbuffer/Makefile.am:
18708         really, really tired
18709
18710 2005-11-30  Edward Hervey  <edward@fluendo.com>
18711
18712         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18713         Update for new GstTypeFindFactory _register()
18714
18715 2005-11-30  Edward Hervey  <edward@fluendo.com>
18716
18717         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
18718         Let's not override libgstnet from core for no reason...
18719         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
18720         Ok, maybe not so quick next time.
18721
18722 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18723
18724         * configure.ac:
18725         * gst-libs/gst/Makefile.am:
18726           moved gst-libs/gst/net to netbuffer through CVS surgery
18727           remove old directory
18728           updating build to accomodate
18729           (#322257)
18730
18731 2005-11-29  Andy Wingo  <wingo@pobox.com>
18732
18733         * pkgconfig/gstreamer-plugins-base.pc.in:
18734         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18735         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
18736         (#322257).
18737
18738 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
18739
18740         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
18741         3rd time's the charm. Correct ref-counting for discarded buffers.
18742
18743 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
18744
18745         * gst/playback/gststreamselector.c:
18746         (gst_stream_selector_class_init),
18747         (gst_stream_selector_set_property),
18748         (gst_stream_selector_get_property),
18749         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18750         Fix ref-counting
18751
18752 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18753
18754         * gst/subparse/gstsubparse.c: (feed_textbuf):
18755           Don't access already unref'ed buffer.
18756
18757 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
18758
18759         * gst/playback/gststreamselector.c:
18760         (gst_stream_selector_class_init), (gst_stream_selector_init),
18761         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
18762         (gst_stream_selector_get_property),
18763         (gst_stream_selector_get_linked_pad),
18764         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18765         * gst/playback/gststreamselector.h:
18766         Add the active-pad property for playbin to use shortly. Ignore buffers
18767         from any other pad, returning GST_FLOW_NOT_LINKED
18768
18769 2005-11-29  Julien MOUTTE  <julien@moutte.net>
18770
18771         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
18772         patch from bug #322704 (Alessandro Decina).
18773
18774 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18775
18776         * gst-libs/gst/audio/Makefile.am:
18777           folded audiofilter into the audio library
18778
18779 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18780
18781         * gst/videoscale/gstvideoscale.h:
18782         * gst/videoscale/gstvideoscale.c:
18783           remove unimplemented scale methods
18784
18785 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18786
18787         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
18788           Don't leak caps.
18789
18790 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18791
18792         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18793         (gst_ximagesink_setcaps):
18794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18795         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
18796         happens (only visible on ximagesink but bug is in xv too) set_caps was
18797         destroying the internal x[v]image used to memcpy non locally alloced
18798         buffers so that it got renewed on next _chain. The issue is that 
18799         _expose will try to put that image as it reffed it in _put.
18800         Using gst_buffer_unref instead of destroy fixes it !
18801
18802 2005-11-28  Edward Hervey  <edward@fluendo.com>
18803
18804         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18805         (try_to_link_1), (queue_filled_cb):
18806         Better use of the queues. Start with a small size queue and only increase
18807         the size of the queues when the other queues are empty.
18808
18809 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18810
18811         * gst-libs/gst/video/Makefile.am:
18812           compile in copied-over videofilter into the video library
18813         * gst-libs/gst/video/videosink.h:
18814           rename the header to gstvideosink.h since it's a base GstObject class
18815         * sys/ximage/ximagesink.h:
18816         * sys/xvimage/xvimagesink.h:
18817           use the new header
18818
18819 2005-11-28  Wim Taymans  <wim@fluendo.com>
18820
18821         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
18822         * gst/playback/gstplaybasebin.h:
18823         Prepare to handle errors betters.
18824
18825         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
18826         Set sinks to PAUSED first before adding and linking them so that
18827         we don't interrupt dataflow.
18828
18829 2005-11-28  Wim Taymans  <wim@fluendo.com>
18830
18831         * gst-libs/gst/audio/TODO:
18832         Updated TODO
18833
18834         * gst-libs/gst/audio/gstaudiosink.c:
18835         (gst_audioringbuffer_open_device),
18836         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
18837         (gst_audioringbuffer_release):
18838         Small cleanups.
18839
18840         * gst-libs/gst/audio/gstbaseaudiosink.c:
18841         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
18842         (gst_base_audio_sink_change_state):
18843         Slave to the master clock when going to PLAYING and unslave when
18844         going to PAUSED.
18845
18846         * gst-libs/gst/audio/gstringbuffer.c:
18847         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18848         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
18849         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18850         (gst_ring_buffer_clear_all), (wait_segment),
18851         (gst_ring_buffer_commit), (gst_ring_buffer_read),
18852         (gst_ring_buffer_advance):
18853         * gst-libs/gst/audio/gstringbuffer.h:
18854         Add some docs and cleanups.
18855
18856 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18857
18858         * sys/xvimage/xvimagesink.c:
18859         (gst_xvimagesink_navigation_send_event): Fix navigation events
18860         coordinates translation with pixel aspect ratios.
18861
18862 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18863
18864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
18865         Use calculated video geometry from _setcaps instead of buffer
18866         caps to respect pixel aspect ratio. (fixes #322388)
18867
18868 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18869
18870         * docs/libs/tmpl/gstcolorbalance.sgml:
18871         * docs/libs/tmpl/gstmixer.sgml:
18872         * docs/libs/tmpl/gstxoverlay.sgml:
18873         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
18874         interface.
18875
18876 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18877
18878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
18879         Refuse to create an XvImage if we can't find the format.
18880
18881 2005-11-28  Edward Hervey  <edward@fluendo.com>
18882
18883         * gst-libs/gst/riff/riff-media.c:
18884         (gst_riff_create_audio_template_caps):
18885         Add ATRAC3 to the list of riff-possible audio caps.
18886         I know we still don't have a plugin for atrac3, but it's saner to output
18887         that than a cryptic mimetype.
18888
18889 2005-11-27  Edward Hervey  <edward@fluendo.com>
18890
18891         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
18892         Don't try to create a zero-sized subbuffer.
18893
18894 2005-11-27  Julien MOUTTE  <julien@moutte.net>
18895
18896         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
18897         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18898         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
18899         (gst_ximagesink_expose): Fixed a tricky race.
18900         * sys/ximage/ximagesink.h:
18901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18902         (gst_xvimagesink_expose): Fixed a tricky race.
18903         * sys/xvimage/xvimagesink.h:
18904
18905 2005-11-27  Edward Hervey  <edward@fluendo.com>
18906
18907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18908         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
18909         Remove unused properties, and add queues between demuxers and decoders
18910         so that a lot more files can preroll properly.
18911
18912 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18913
18914         * gst-libs/gst/net/Makefile.am:
18915         * gst-libs/gst/rtp/Makefile.am:
18916         * gst-libs/gst/tag/Makefile.am:
18917           remove silly include
18918         * gst/tags/Makefile.am:
18919         * gst/tags/gsttagediting.c:
18920         * gst/tags/gsttageditingprivate.h:
18921         * gst/tags/tagedit.vcproj:
18922           remove directory, is as good as empty
18923
18924 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18925
18926         * configure.ac:
18927           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
18928         * gst-libs/Makefile.am:
18929         * gst-libs/gst/audio/Makefile.am:
18930         * gst-libs/gst/interfaces/Makefile.am:
18931         * gst-libs/gst/net/Makefile.am:
18932         * gst-libs/gst/riff/Makefile.am:
18933         * gst-libs/gst/rtp/Makefile.am:
18934         * gst-libs/gst/tag/Makefile.am:
18935         * gst-libs/gst/video/Makefile.am:
18936           and use them
18937
18938 2005-11-27  Julien MOUTTE  <julien@moutte.net>
18939
18940         * docs/libs/tmpl/gstcolorbalance.sgml:
18941         * docs/libs/tmpl/gstmixer.sgml:
18942         * docs/libs/tmpl/gstxoverlay.sgml:
18943         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
18944         * sys/ximage/ximagesink.h:
18945         * sys/xvimage/xvimagesink.h: More and more documentation.
18946
18947 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18948
18949         * docs/libs/gst-plugins-base-libs-docs.sgml:
18950         * docs/libs/gst-plugins-base-libs-sections.txt:
18951         * docs/libs/tmpl/gstcolorbalance.sgml:
18952         * docs/libs/tmpl/gstmixer.sgml:
18953         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
18954         to documentation.
18955
18956 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18957
18958         * docs/plugins/Makefile.am:
18959         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18960         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18961         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
18962
18963 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18964
18965         * docs/plugins/Makefile.am:
18966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18967         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18968         * docs/plugins/inspect/plugin-adder.xml:
18969         * docs/plugins/inspect/plugin-alsa.xml:
18970         * docs/plugins/inspect/plugin-audioconvert.xml:
18971         * docs/plugins/inspect/plugin-audiorate.xml:
18972         * docs/plugins/inspect/plugin-audioresample.xml:
18973         * docs/plugins/inspect/plugin-audiotestsrc.xml:
18974         * docs/plugins/inspect/plugin-decodebin.xml:
18975         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
18976         * docs/plugins/inspect/plugin-gnomevfs.xml:
18977         * docs/plugins/inspect/plugin-ogg.xml:
18978         * docs/plugins/inspect/plugin-playbin.xml:
18979         * docs/plugins/inspect/plugin-subparse.xml:
18980         * docs/plugins/inspect/plugin-tcp.xml:
18981         * docs/plugins/inspect/plugin-theora.xml:
18982         * docs/plugins/inspect/plugin-typefindfunctions.xml:
18983         * docs/plugins/inspect/plugin-video4linux.xml:
18984         * docs/plugins/inspect/plugin-videorate.xml:
18985         * docs/plugins/inspect/plugin-videoscale.xml:
18986         * docs/plugins/inspect/plugin-videotestsrc.xml:
18987         * docs/plugins/inspect/plugin-volume.xml:
18988         * docs/plugins/inspect/plugin-vorbis.xml:
18989         * docs/plugins/inspect/plugin-ximagesink.xml:
18990         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
18991         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
18992
18993 2005-11-26  Edward Hervey  <edward@fluendo.com>
18994
18995         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
18996         Properly return GstFlowReturn from gst_pad_push in chain functions.
18997
18998 2005-11-25  Michael Smith  <msmith@fluendo.com>
18999
19000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19001         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19002         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19003         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19004           Handle various conditions better when we don't understand a stream.
19005           Removes a heap of CRITICALs on ogg streams containing unknown data.
19006
19007 2005-11-24  Andy Wingo  <wingo@pobox.com>
19008
19009         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19010         Be threadsafe.
19011
19012 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19013
19014         * configure.ac: back to HEAD
19015
19016 === release 0.9.6 ===
19017
19018 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19019
19020         * configure.ac:
19021           releasing 0.9.6, "White Eight"
19022
19023 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19024
19025         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19026         * docs/plugins/inspect/plugin-sine.xml:
19027           remove sinesrc some more
19028
19029 2005-11-23  Wim Taymans  <wim@fluendo.com>
19030
19031         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19032         If we are reading too slowly, jump forward in the ringbuffer
19033         instead of blocking.
19034
19035 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19036
19037         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19038         (gst_visual_chain):
19039         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19040         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19041         (gst_videorate_chain):
19042         * gst/videotestsrc/gstvideotestsrc.c:
19043         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19044         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19045         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19046         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19047         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19048         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19049           Updates for API changes
19050
19051 2005-11-23  Wim Taymans  <wim@fluendo.com>
19052
19053         * gst-libs/gst/audio/gstbaseaudiosink.c:
19054         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19055         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19056         Fix for calibration API change.
19057
19058 2005-11-23  Michael Smith <msmith@fluendo.com>
19059
19060         * gst-libs/gst/audio/multichannel.c:
19061         (gst_audio_get_channel_positions),
19062         (gst_audio_set_channel_positions),
19063         (gst_audio_set_structure_channel_positions_list),
19064         (gst_audio_fixate_channel_positions):
19065           Use gst_value_array_*() functions on value arrays, not
19066           gst_value_list_*().
19067
19068 2005-11-23  Edward Hervey  <edward@fluendo.com>
19069
19070         * autogen.sh:
19071         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19072         Fixes autogen
19073
19074 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19075
19076         * check/Makefile.am:
19077         * check/elements/videotestsrc.c: (setup_videotestsrc),
19078         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19079         (main):
19080           add a test for videotestsrc
19081
19082 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19083
19084         * gst/sine/.cvsignore:
19085         * gst/sine/Makefile.am:
19086         * gst/sine/gstsinesrc.c:
19087         * gst/sine/gstsinesrc.h:
19088         * gst/sine/sinesrc.vcproj:
19089           and remove sinesrc from the repository.  Closes #321446
19090
19091 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19092
19093         * configure.ac:
19094         * gst-plugins-base.spec.in:
19095           remove sinesrc from the build
19096
19097 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19098
19099         * check/Makefile.am:
19100         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19101         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19102         (main):
19103           add a test for audiotestsrc, testing all waves.  Even seems
19104           leak-free at first glance, nice job Stefan
19105
19106 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19107
19108         * po/af.po:
19109         * po/az.po:
19110         * po/cs.po:
19111         * po/en_GB.po:
19112         * po/hu.po:
19113         * po/it.po:
19114         * po/nb.po:
19115         * po/nl.po:
19116         * po/or.po:
19117         * po/sq.po:
19118         * po/sr.po:
19119         * po/sv.po:
19120         * po/uk.po:
19121         * po/vi.po:
19122           Translation string updates
19123
19124         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19125         (gst_v4lsrc_set_caps):
19126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19127         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19128         * sys/v4l/v4lsrc_calls.h:
19129           Improve v4lsrc, by making it work again.
19130
19131 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19132
19133         * ext/libvisual/visual.c: (gst_visual_chain):
19134           Fix the fps calculations.
19135
19136         * gst/ffmpegcolorspace/avcodec.h:
19137           Move structure element for clarity
19138
19139         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19140         * gst-libs/gst/interfaces/tunernorm.h:
19141         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19142         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19143         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19144         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19145         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19146         (gst_v4lmjpegsrc_getcaps):
19147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19148         (gst_v4lsrc_set_caps):
19149         * sys/v4l/gstv4lsrc.h:
19150         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19151         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19152         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19153         * sys/v4l/v4lsrc_calls.h:
19154           Fractional framerates...
19155
19156 2005-11-22  Wim Taymans  <wim@fluendo.com>
19157
19158         * gst-libs/gst/audio/gstbaseaudiosink.c:
19159         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19160         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19161         And we provide a clock by default, of course...
19162
19163 2005-11-22  Wim Taymans  <wim@fluendo.com>
19164
19165         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19166         This clock can be slaved to a master clock now.
19167
19168         * gst-libs/gst/audio/gstbaseaudiosink.c:
19169         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19170         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19171         (gst_base_audio_sink_set_clock),
19172         (gst_base_audio_sink_set_property),
19173         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19174         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19175         * gst-libs/gst/audio/gstbaseaudiosink.h:
19176         Handle slaving the internal clock to the clock selected in the
19177         pipeline.
19178         Add property to make the basesink not provide a clock.
19179
19180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19181         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19182         (gst_base_rtp_depayload_wait):
19183         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19184         We can use the clock in GstElement, no need to store it ourselves.
19185
19186 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19187
19188         * docs/libs/tmpl/gstaudio.sgml:
19189           update
19190         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19191         (gst_paranoia_endian_get_type):
19192         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19193         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19194         * gst/audiotestsrc/gstaudiotestsrc.c:
19195         (gst_audiostestsrc_wave_get_type):
19196         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19197         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19198         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19199         (gst_sync_method_get_type), (gst_unit_type_get_type),
19200         (gst_client_status_get_type), (gst_multifdsink_class_init),
19201         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19202         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19203         (gst_multifdsink_get_property):
19204         * gst/tcp/gstmultifdsink.h:
19205         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19206         * gst/videotestsrc/gstvideotestsrc.c:
19207         (gst_videotestsrc_pattern_get_type):
19208           remove deprecated properties
19209           fix up enums to correctly have short lowercase dashed nicks
19210
19211 2005-11-22  Michael Smith <msmith@fluendo.com>
19212
19213         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19214         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19215           Add underscore.
19216
19217 2005-11-22  Michael Smith <msmith@fluendo.com>
19218
19219         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19220         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19221           Use utility method for scaling clocktime for fractional framerates.
19222
19223 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19224
19225         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19226         (gst_visual_chain):
19227         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19228         * ext/theora/theoradec.c: (theora_handle_type_packet):
19229         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19230         (theora_enc_chain):
19231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19232         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19233         * gst-libs/gst/video/video.h:
19234         * gst/ffmpegcolorspace/avcodec.h:
19235         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19236         (gst_ffmpeg_caps_to_pixfmt):
19237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19238         (gst_ffmpegcsp_set_caps):
19239         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19240         (gst_videorate_setcaps), (gst_videorate_blank_data),
19241         (gst_videorate_chain):
19242         * gst/videotestsrc/gstvideotestsrc.c:
19243         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19244         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19245         (gst_videotestsrc_event), (gst_videotestsrc_create):
19246         * gst/videotestsrc/gstvideotestsrc.h:
19247         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19248         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19249         (gst_ximagesink_get_times), (gst_ximagesink_init):
19250         * sys/ximage/ximagesink.h:
19251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19252         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19253         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19254         * sys/xvimage/xvimagesink.h:
19255           Convert elements to use fractions for their framerate.
19256           V4L elements to come later tonight.
19257
19258 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19259
19260         * gst-libs/gst/audio/audio.c:
19261         * gst-libs/gst/audio/audio.h:
19262           remove some deprecated functions
19263
19264 2005-11-22  Andy Wingo  <wingo@pobox.com>
19265
19266         * Update for gst_tag_setter API changes.
19267
19268 2005-11-22  Andy Wingo  <wingo@pobox.com>
19269
19270         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19271         (gst_ogg_demux_perform_seek):
19272         * ext/theora/theoradec.c (theora_dec_sink_event):
19273         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19274         update-funcnames.
19275
19276 2005-11-22  Wim Taymans  <wim@fluendo.com>
19277
19278         * examples/seeking/seek.c: (main):
19279         Give higher priority to bus signals than the gtk events
19280         to fix a race condition in the segment looping.
19281
19282 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19283
19284         * ext/theora/Makefile.am:
19285         * ext/vorbis/Makefile.am:
19286         * gst-libs/gst/tag/Makefile.am:
19287         * gst-plugins-base.spec.in:
19288           Rename libgsttagedit to libgsttag (#322117).
19289
19290 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19291
19292         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19294           Call gst_x_overlay_prepare_xwindow_id() to give applications
19295           a final chance to set their own xwindow id before the video
19296           sink creates its own window.
19297
19298 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19299
19300         * sys/xvimage/xvimagesink.c:
19301         (gst_xvimagesink_navigation_send_event): Handle navigation
19302         events correcly with borders if applicable.
19303
19304 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19305
19306         Patch by: Luca Ognibene
19307
19308         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19309         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19311         (gst_ffmpegcsp_caps_remove_format_info):
19312         * gst/ffmpegcolorspace/imgconvert.c:
19313         * gst/ffmpegcolorspace/imgconvert_template.h:
19314           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19315           #318353); use gst_structure_has_name().
19316
19317 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19318
19319         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19320         (gst_ximagesink_class_init): Add debug macros on functions.
19321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19322         (gst_xvimagesink_xwindow_draw_borders),
19323         (gst_xvimagesink_xvimage_put),
19324         (gst_xvimagesink_xwindow_update_geometry),
19325         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19326         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19327         (gst_xvimagesink_xcontext_clear),
19328         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19329         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19330         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19331         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19332         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19333         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19334         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19335         expose while being PAUSED, out of data flow navigation events, etc..
19336
19337 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19338
19339         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19340         * gst-libs/gst/audio/audio.h:
19341           fix prototype - wondering why the test worked regardless
19342
19343 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19344
19345         * check/Makefile.am:
19346         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19347         * gst-libs/gst/audio/audio.h:
19348           add a method that returns a proper GstClockTime
19349
19350 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19351
19352         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19353         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19354         * gst-libs/gst/interfaces/xoverlay.h:
19355           Remove everything having to do with the desired size; add 
19356           gst_x_overlay_prepare_xwindow_id() function; remove the
19357           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19358           post a message on the bus instead (#321816).
19359
19360         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19362         (gst_xvimagesink_xoverlay_init):
19363           Remove desired size stuff (#321816).
19364
19365 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19366
19367         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19368         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19369         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19370           Terminate vararg functions with NULL instead of 0 to 
19371           make gcc4 happy.
19372
19373 2005-11-21  Andy Wingo  <wingo@pobox.com>
19374
19375         patch by: Sebastien Cote <sebas642@yahoo.ca>
19376         
19377         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19378         * gst-libs/gst/rtp/gstrtpbuffer.c
19379         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19380
19381 2005-11-21  Andy Wingo  <wingo@pobox.com>
19382
19383         * gst/playback/gstplaybin.c (gen_audio_element) 
19384         (gen_video_element): Use the new MISSING_PLUGIN core error
19385         category. Closes #320060.
19386
19387         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19388         * gst/videorate/gstvideorate.c (gst_videorate_event):
19389         * ext/theora/theoradec.c (theora_dec_sink_event): 
19390         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19391         stream lock.
19392
19393         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19394         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19395         stream lock changes.
19396
19397 2005-11-21  Wim Taymans  <wim@fluendo.com>
19398
19399         * gst-libs/gst/audio/gstbaseaudiosink.c:
19400         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19401         (gst_base_audio_sink_provide_clock),
19402         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19403         (gst_base_audio_sink_change_state):
19404         * gst/audioresample/gstaudioresample.c:
19405         Segment update fix.
19406
19407 2005-11-21  Andy Wingo  <wingo@pobox.com>
19408
19409         * *.h:
19410         * *.c: Ran scripts/update-macros. Oh yes.
19411
19412 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19413
19414         * sys/ximage/Makefile.am:
19415         * sys/ximage/ximage.c:
19416           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19417           remove your old libgstximage.* manually if necessary).
19418
19419 2005-11-21  Michael Smith <msmith@fluendo.com>
19420
19421         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19422           Minimal fix for bug #320200: set the min/max bitrate in the correct
19423           units. A better fix would be to upgrade to the RATEMANAGE2
19424           interface, rather than using the deprecated interface used here, but
19425           that would require an update in our libvorbis dependency (to 1.1),
19426           which is probably undesirable.
19427
19428 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19429
19430         * ext/libvisual/visual.c: (get_buffer):
19431         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19432         (gst_base_audio_src_fixate):
19433         * gst/audioconvert/gstaudioconvert.c:
19434         (gst_audio_convert_fixate_caps):
19435         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19436         * gst/audiotestsrc/gstaudiotestsrc.c:
19437         (gst_audiotestsrc_src_fixate):
19438         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19439         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19441         * gst/videotestsrc/gstvideotestsrc.c:
19442         (gst_videotestsrc_src_fixate):
19443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19445           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19446           (#322027)
19447
19448
19449 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19450
19451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19452         (gst_riff_create_iavs_caps):
19453         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19454         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19455         (gst_riff_parse_info):
19456         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19457         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19459           Fixes for GST_FOURCC_FORMAT API change.
19460
19461 2005-11-21  Andy Wingo  <wingo@pobox.com>
19462
19463         patch by: Alessandro Dessina <alessandro nnva org>
19464
19465         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19466         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19467         (gst_ogg_parse_chain):
19468         * ext/theora/theoraenc.c (theora_set_header_on_caps):
19469         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19470         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19471         gst_value_list calls on arrays. Fixes #321962.
19472
19473 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19474
19475         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19476         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19477         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19478         * gst/adder/gstadder.c: (gst_adder_init),
19479         (gst_adder_request_new_pad), (gst_adder_collected),
19480         (gst_adder_change_state):
19481           Update for gst_collectpads_foo() to gst_collect_pads_foo()
19482           API change.
19483
19484 2005-11-21  Michael Smith <msmith@fluendo.com>
19485
19486         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19487         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19488           Properly handle pad_push return values.
19489
19490 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
19491
19492         * gst-libs/gst/tag/Makefile.am:
19493         * gst-libs/gst/tag/gstvorbistag.c:
19494         (gst_tag_list_to_vorbiscomment_buffer):
19495           Remove obsolete vorbistag element and debug category.
19496
19497         * gst/playback/gstplaybasebin.c: (check_queue):
19498           Don't divide by 0 when queue-threshold is 0.
19499
19500         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
19501           Don't modify an existing pixel-aspect-ratio if we fail to read
19502           a new one.
19503
19504 2005-11-20  Wim Taymans  <wim@fluendo.com>
19505
19506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
19507         (gst_vorbisenc_push_packet):
19508         GST_PAD_IS_USABLE is gone, use the return value of
19509         the push or pad_alloc_buffer instead.
19510
19511 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19512
19513         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19514         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19515         (gst_ximagesink_ximage_destroy),
19516         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
19517         (gst_ximagesink_xwindow_new),
19518         (gst_ximagesink_xwindow_update_geometry),
19519         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
19520         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
19521         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
19522         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19523         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
19524         (gst_ximagesink_navigation_send_event),
19525         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
19526         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19527         (gst_ximagesink_finalize), (gst_ximagesink_init),
19528         (gst_ximagesink_class_init):
19529         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
19530         This new version brings correct software scaling, non flickering
19531         window while resizing, pixel aspect ratio handling, usage of
19532         hardware buffer pools, out of data flow event thread for 
19533         navigation and handling of expose events even when being PAUSED,
19534         a new property to keep video aspect ratio when resizing, etc...
19535
19536 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19537
19538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19539         (gst_videoscale_fixate_caps): Introduce back caps fixate with
19540         handling of PAR.
19541
19542 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
19543
19544         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
19545         Unsetting IS_SINK flag from the fakesink, so decodebin
19546         never behaves as a sink.
19547
19548 2005-11-17  Wim Taymans  <wim@fluendo.com>
19549
19550         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19551         (gst_base_audio_src_change_state):
19552         Fix the audiosrc base class again, we did not unflush.
19553
19554 2005-11-17  Julien MOUTTE  <julien@moutte.net>
19555
19556         * examples/seeking/seek.c: (make_dv_pipeline),
19557         (make_vorbis_theora_pipeline), (make_avi_pipeline),
19558         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
19559         to ogg/vorbis/theora pipeline.
19560
19561 2005-11-17  Wim Taymans  <wim@fluendo.com>
19562
19563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19564         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19565         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19566         Fix EOS on multiple streams.
19567         More debugging.
19568
19569 2005-11-16  Wim Taymans  <wim@fluendo.com>
19570
19571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
19572         (gst_ogg_demux_perform_seek):
19573         Segment done must include stream time.
19574
19575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19576         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
19577         (gst_ogg_mux_change_state):
19578         Fix ogg muxer again.
19579
19580 2005-11-16  Wim Taymans  <wim@fluendo.com>
19581
19582         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
19583         Fix compile again.
19584
19585 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19586
19587         * ext/libvisual/visual.c: (gst_visual_init):
19588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19589         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
19590         (gst_ogg_parse_chain):
19591         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19592         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
19593         * ext/theora/theoradec.c: (gst_theora_dec_init):
19594         * ext/theora/theoraenc.c: (gst_theora_enc_init):
19595         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19596         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
19597         * gst/adder/gstadder.c: (gst_adder_class_init),
19598         (gst_adder_dispose):
19599         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
19600         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19601         * gst/videorate/gstvideorate.c: (gst_videorate_init):
19602           Fix a whole set of pad template leaks
19603
19604 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19605
19606         * check/generic/states.c: (GST_START_TEST):
19607           fix the test so that it only checks for elements that are part of
19608           this source module
19609
19610 2005-11-16  Michael Smith <msmith@fluendo.com>
19611
19612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
19613         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
19614         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19615         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19616         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
19617         (gst_ogg_mux_change_state):
19618           Fix leaking collectpads.
19619
19620 2005-11-16  Edward Hervey  <edward@fluendo.com>
19621
19622         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
19623         (gst_videorate_event), (gst_videorate_chain):
19624         Handle segment seeks
19625
19626 2005-11-16  Wim Taymans  <wim@fluendo.com>
19627
19628         * gst-libs/gst/audio/gstbaseaudiosink.c:
19629         (gst_base_audio_sink_provide_clock),
19630         (gst_base_audio_sink_change_state):
19631         Set ringbuffer to non-flushing when going to PAUSED, set to
19632         flushing again when going to READY.
19633
19634         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19635         (gst_ring_buffer_stop):
19636         Start in flushing mode by default.
19637         Don't set flushing in the _stop method, let the app call
19638         this explicitly.
19639
19640 2005-11-16  Julien MOUTTE  <julien@moutte.net>
19641
19642         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
19643         * gst-libs/gst/video/videosink.h: Add helper function needed
19644         for video sinks.
19645
19646 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
19647
19648         * gst/videoscale/gstvideoscale.c:
19649         (gst_videoscale_handle_src_event):
19650           Don't leak reference to pad parent.
19651
19652 2005-11-16  Wim Taymans  <wim@fluendo.com>
19653
19654         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
19655         Set ringbuffer to flushing when stopping so that we don't
19656         block on wait_segment anymore and livelock.
19657
19658 2005-11-16  Wim Taymans  <wim@fluendo.com>
19659
19660         * examples/seeking/seek.c: (send_event), (do_seek),
19661         (loop_toggle_cb), (segment_done), (main):
19662         Added looping checkbox.
19663
19664 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19665
19666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19667         (gst_ogg_demux_init):
19668         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19669         (gst_vorbis_dec_init):
19670           revert unrefs, they don't pass make check
19671
19672 2005-11-15  Johan Dahlin  <johan@gnome.org>
19673
19674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19675         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
19676         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19677         (gst_vorbis_dec_init):
19678         Fix pad template leaks. 
19679
19680 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19681
19682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19683           Make state change function thread safe.
19684
19685 2005-11-15  Edward Hervey  <edward@fluendo.com>
19686
19687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
19688         (gst_ogg_demux_class_init):
19689         Implement GstElement::send_event, so we can send seek events
19690         in GST_STATE_READY
19691
19692 2005-11-14  Julien MOUTTE  <julien@moutte.net>
19693
19694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
19695         Discovered how to take away flickering while resizing the
19696         window. Please don't put that in ximagesink, refactoring in
19697         progress.
19698
19699 2005-11-14  Michael Smith <msmith@fluendo.com>
19700
19701         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
19702         (gst_multifdsink_render):
19703           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
19704
19705 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
19706
19707         * gst/playback/gstplaybin.c: (gen_audio_element):
19708           Use autoaudiosink, it tends to be more widely available than
19709           autoaudiiosink.
19710           
19711 2005-11-14  Andy Wingo  <wingo@pobox.com>
19712
19713         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
19714         as well if it is available. Fixes #316442.
19715
19716 2005-11-14  Michael Smith <msmith@fluendo.com>
19717
19718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
19719         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
19720         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19721         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19722         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
19723         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
19725         (gst_vorbisenc_change_state):
19726           Fix a small memory leak in vorbisenc.
19727           Fix large memory leaks in oggmux, also fix lots of state change
19728           bugs in oggmux.
19729
19730 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19731
19732         * gst/videotestsrc/gstvideotestsrc.c:
19733         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
19734         (gst_videotestsrc_src_fixate):
19735           move fixation to a fixate function
19736           remove negotiate function, basesrc's is good enough
19737           fixes a bug for check when using the element alone
19738
19739 2005-11-13  Edward Hervey  <edward@fluendo.com>
19740
19741         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
19742         (key_toggle_cb), (main):
19743         Added checkboxes for adding/removing the accurate and key_unit seek
19744         flags.
19745
19746 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * configure.ac: back to HEAD
19749
19750 === release 0.9.5 ===
19751
19752 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19753
19754         * configure.ac:
19755           releasing 0.9.5, "No No Kia"
19756
19757 2005-11-11  Edward Hervey  <edward@fluendo.com>
19758
19759         * examples/seeking/seek.c: (make_parselaunch_pipeline):
19760         Added parse-launch syntax seeking mode for the seeking example.
19761         This should help stress-test even more cases.
19762         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
19763
19764 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
19765
19766         * sys/xvimage/xvimagesink.c:
19767         (gst_xvimagesink_navigation_send_event):
19768           Check whether peer pad exists before sending navigation events
19769           to it.
19770
19771 2005-11-11  Michael Smith <msmith@fluendo.com>
19772
19773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
19774         (gst_vorbisenc_buffer_from_packet):
19775         * ext/vorbis/vorbisenc.h:
19776           Set duration on encoded buffers. This allows oggmux's
19777           max_page_delay parameter to actually work.
19778
19779 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
19780
19781         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19782         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19783         (gst_ffmpegcsp_avpicture_fill):
19784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19785         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
19786           Make palettes work again (see #132341). Use our own macros
19787           for rounding up.
19788
19789 2005-11-10  Andy Wingo  <wingo@pobox.com>
19790
19791         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
19792         string doober.
19793
19794 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19797         (gst_ffmpegcsp_transform_caps):
19798           Prefer passthrough in transform_caps
19799
19800 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19801
19802         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19803           check for ALSA errors properly, instead of relying on ALSA's
19804           error strings to serve to the user.
19805
19806 2005-11-10  Wim Taymans  <wim@fluendo.com>
19807
19808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
19809         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
19810         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
19811         Modernise the seek code.
19812
19813 2005-11-10  Michael Smith <msmith@fluendo.com>
19814         
19815         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
19816         (setup_substreams), (set_active_source):
19817           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
19818           trying to go to NULL if we failed to read a file.
19819
19820 2005-11-10  Wim Taymans  <wim@fluendo.com>
19821
19822         * gst/audiotestsrc/gstaudiotestsrc.c:
19823         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
19824         (gst_audiotestsrc_create):
19825         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19826         (gst_sinesrc_get_times), (gst_sinesrc_create):
19827         * gst/videotestsrc/gstvideotestsrc.c:
19828         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
19829         (gst_videotestsrc_create):
19830         The base class can now sync for us.
19831
19832 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19833
19834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
19835           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
19836           name=source autoprobe=false autoprobe-fps=false copy-mode=1
19837           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
19838           format=(fourcc)I420" ! xvimagesink
19839
19840 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
19841
19842         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19843         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
19844         (gst_sinesrc_newsegment):
19845           Send newsegment event in TIME format, set duration if
19846           num-buffers is set, fix duration querying.
19847
19848 2005-11-10  Michael Smith <msmith@fluendo.com>
19849
19850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19851         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19852         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19853         (gst_ogg_mux_collected):
19854          Fix EOS handling, partially. Now forwarding an EOS event once we have
19855          EOS on all pads works correctly. However, we still don't properly set
19856          EOS on the actual ogg stream pages.
19857
19858 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19859
19860         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
19861           Set elements to NULL state before disposing of them.
19862
19863 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
19864
19865         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19866
19867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19868         (gst_base_rtp_depayload_init),
19869         (gst_base_rtp_depayload_set_gst_timestamp):
19870         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19871           We need to send a newsegment event for each instance, not
19872           just for the first instance of this class (get rid of
19873           static variable in function). (#321011).
19874           
19875 2005-11-08  Michael Smith <msmith@fluendo.com>
19876
19877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19878         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
19879         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
19880         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
19881           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
19882           This makes us mux things correctly according to the ogg muxing
19883           rules. Still not handling EOS correctly right now, though.
19884
19885 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
19886
19887         * gst/audioconvert/gstaudioconvert.c:
19888           Fix typo in docs. 
19889
19890 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
19891
19892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19893         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
19894           Initialise segment_stop to GST_CLOCK_TIME_NONE when
19895           creating a new chain; should fix live streaming. Also
19896           add more debug output and fix a typo.
19897
19898 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
19899
19900         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19901
19902         * gst/volume/gstvolume.c: (volume_set_caps):
19903           Fix compilation on Solaris with Forte. (#320923)
19904
19905 2005-11-08  Wim Taymans  <wim@fluendo.com>
19906
19907         * gst-libs/gst/audio/gstbaseaudiosink.c:
19908         (gst_base_audio_sink_render):
19909         No need to do a typecheck.
19910
19911 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19912
19913         * ext/alsa/gstalsa.h:
19914           We register a debug category, so let's use it.
19915
19916 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
19917
19918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19919         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
19920         Fixed a small problem.
19921
19922 2005-11-04  Wim Taymans  <wim@fluendo.com>
19923
19924         * examples/seeking/Makefile.am:
19925         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
19926         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
19927         (make_playerbin_pipeline), (format_value), (update_scale),
19928         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
19929         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
19930         (print_usage), (main):
19931         Added app for playback speed testing.
19932
19933         * examples/seeking/seek.c: (dynamic_link),
19934         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
19935         (make_mpeg_pipeline), (do_seek), (set_update_scale),
19936         (message_received), (main):
19937         Updated seek example.
19938
19939 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
19940
19941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19942         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19943         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
19944         (gst_base_rtp_depayload_set_clock):
19945         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19946         Don't sleep on the bench (system clock) when you have a nice 
19947         comfortable bed (Gstreamer clock) to sleep on.
19948
19949 2005-11-03  Wim Taymans  <wim@fluendo.com>
19950
19951         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19952         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
19953         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
19954         Handle the case where a pad_block failed.
19955
19956 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
19957
19958         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
19959
19960         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19961         (gst_base_rtp_depayload_add_to_queue),
19962         (gst_base_rtp_depayload_push),
19963         (gst_base_rtp_depayload_set_gst_timestamp),
19964         (gst_base_rtp_depayload_queue_release):
19965           Fixes some bugs in the depayloader's queuing/de-queueing code.
19966
19967 2005-10-31  Michael Smith <msmith@fluendo.com>
19968
19969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19970         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19971         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
19972           Patch from Alessandro Decina <alessandro@nnva.org>.
19973           Make oggdemux only find the final time in a chain, not per-pad,
19974           since the per-pad information can be very expensive to locate, and
19975           it isn't used anywhere. This makes reading a file containing
19976           OggSkeleton reasonably fast.
19977           Also, make chain finding work when there are logical bitstreams that
19978           can't be decoded. Fixes #319110.
19979
19980 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19981
19982         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19983         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19984         (gst_base_rtp_depayload_chain),
19985         (gst_base_rtp_depayload_add_to_queue),
19986         (gst_base_rtp_depayload_push),
19987         (gst_base_rtp_depayload_set_gst_timestamp),
19988         (gst_base_rtp_depayload_queue_release),
19989         (gst_base_rtp_depayload_start_thread),
19990         (gst_base_rtp_depayload_set_property),
19991         (gst_base_rtp_depayload_get_property):
19992         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19993         Some random fixes, to fullfill the desires of thomas.
19994
19995 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19996
19997         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19998         (gst_base_rtp_depayload_add_to_queue),
19999         (gst_base_rtp_depayload_push):
20000         Fixed the queueing algorithm.
20001
20002 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20003
20004         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20005         (gst_base_rtp_depayload_push):
20006         A small fix
20007
20008 2005-10-31  Wim Taymans  <wim@fluendo.com>
20009
20010         * gst-libs/gst/audio/gstringbuffer.h:
20011         Don't break ABI.
20012
20013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20014         (gst_ffmpeg_caps_to_pixfmt):
20015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20016         (gst_ffmpegcsp_set_caps):
20017         Some more comments.
20018         Handle missing required caps fields better.
20019
20020 2005-10-31  Wim Taymans  <wim@fluendo.com>
20021
20022         * gst-libs/gst/audio/gstbaseaudiosink.c:
20023         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20024         (gst_base_audio_sink_render):
20025         * gst-libs/gst/audio/gstringbuffer.c:
20026         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20027         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20028         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20029         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20030         (gst_ring_buffer_read):
20031         * gst-libs/gst/audio/gstringbuffer.h:
20032         Add flushing mode to the ringbuffer so that it in all cases does
20033         not try to handle more audio. This makes sure it does not try to
20034         block anymore when flushing and fixes a livelock.
20035
20036 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20037
20038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20039         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20040         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20041           Explicitly check for -1 values before doing a conversion
20042           and always map them to -1. (#315545)
20043
20044 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20045
20046         * gst/playback/gstplaybin.c: (gen_video_element):
20047           first try autovideosink, then xvimagesink, then error out
20048         * po/POTFILES.in:
20049           add translatable file
20050         * po/af.po:
20051         * po/az.po:
20052         * po/cs.po:
20053         * po/en_GB.po:
20054         * po/hu.po:
20055         * po/it.po:
20056         * po/nb.po:
20057         * po/nl.po:
20058         * po/or.po:
20059         * po/sq.po:
20060         * po/sr.po:
20061         * po/sv.po:
20062         * po/uk.po:
20063         * po/vi.po:
20064           update translations
20065
20066 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20067
20068         * gst-libs/gst/rtp/gstbasedepayload.c:
20069         * gst-libs/gst/rtp/gstbasedepayload.h:
20070           Minor cleanups
20071
20072 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20073
20074         * gst/playback/.cvsignore:
20075         * gst/playback/decodetest.c:
20076         * gst/playback/test3.c:
20077           Port these two tests as well.
20078
20079 2005-10-27  Wim Taymans  <wim@fluendo.com>
20080
20081         * ext/theora/theoradec.c: (theora_dec_src_query),
20082         (theora_dec_sink_event):
20083         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20084         (theora_enc_change_state):
20085         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20086         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20087         Take proper locks when handling events.
20088
20089 2005-10-27  Wim Taymans  <wim@fluendo.com>
20090
20091         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20092         (gst_adder_change_state):
20093         Fix timestamps and fix deadlock when stopping the collectpads.
20094
20095 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20096
20097         * gst-libs/gst/rtp/gstrtpbuffer.h:
20098         Declaring the payload types as strings too so that they can be used
20099         in the padtemplate inialization.
20100
20101 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20102
20103         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20104
20105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20106         (gst_base_rtp_depayload_class_init):
20107         Fixes a small but nasty bug. The derived elements no longer segfaults
20108         on finalization.
20109
20110 2005-10-26  Michael Smith <msmith@fluendo.com>
20111
20112         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20113           When clearing an audioconvert context, set tmpbufsize to zero, so
20114           we'll allocate it again later if required.
20115           This fixes audioconvert re-negotiating formats, which previously
20116           segfaulted with a NULL destination buffer.
20117
20118 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20119
20120         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20121         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20122         (gst_base_rtp_depayload_set_gst_timestamp),
20123         (gst_base_rtp_depayload_queue_release):
20124         Fixed a smalll memleak.
20125
20126 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20128         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20129         (gst_base_rtp_depayload_finalize),
20130         (gst_base_rtp_depayload_setcaps),
20131         (gst_base_rtp_depayload_add_to_queue),
20132         (gst_base_rtp_depayload_push),
20133         (gst_base_rtp_depayload_set_gst_timestamp),
20134         (gst_base_rtp_depayload_queue_release),
20135         (gst_base_rtp_depayload_thread),
20136         (gst_base_rtp_depayload_change_state):
20137         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20138         Changed the C++ comments to C comments
20139
20140 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20141
20142         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20143         * gst/tcp/gsttcpclientsrc.h:
20144         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20145         * gst/tcp/gsttcpserversrc.h:
20146           Remove unused 'curoffset' structure member.
20147
20148 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20149
20150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20151         (gst_base_rtp_depayload_base_init),
20152         (gst_base_rtp_depayload_finalize):
20153         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20154         * gst-libs/gst/rtp/gstbasertppayload.h:
20155           The pad-template on the sinkpad should be set by the derived classes.
20156           Also added some useful macros.
20157
20158 2005-10-24  Wim Taymans  <wim@fluendo.com>
20159
20160         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20161         Correctly flush decoder samples even if we could not
20162         copy them to an output buffer. Fixes #319618.
20163
20164 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20165
20166         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20168         the caps against our xcontext caps.
20169
20170 2005-10-24  Wim Taymans  <wim@fluendo.com>
20171
20172         * gst-libs/gst/audio/gstbaseaudiosink.c:
20173         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20174         Remove g_print
20175         Use sync property from baseclass to disable sync.
20176
20177 2005-10-24  Wim Taymans  <wim@fluendo.com>
20178
20179         * gst-libs/gst/audio/gstbaseaudiosink.c:
20180         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20181         Buffers with no timestamps get aligned with previous buffers or
20182         on underrun, played ASAP.
20183
20184 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20185
20186         * gst-libs/gst/video/video.h:
20187         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20188         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20190         here comes my change on caps for framerate and geometry range.
20191         We are now accepting 1 to MAXINT for width and height, and from
20192         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20193         to be blended correctly in videomixer.
20194
20195 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20196
20197         * configure.ac:
20198           back to HEAD
20199
20200 === release 0.9.4 ===
20201
20202 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20203
20204         * NEWS:
20205         * RELEASE:
20206         * configure.ac:
20207           releasing 0.9.4, "Velociraptor"
20208
20209 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20210
20211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20212         * po/POTFILES.in:
20213           STOPPED -> FAILED
20214
20215 2005-10-21  Wim Taymans  <wim@fluendo.com>
20216
20217         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20218         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20219         (pad_blocked), (close_pad_link), (new_pad):
20220         Don't try to remove elements twice.
20221
20222 2005-10-21  Wim Taymans  <wim@fluendo.com>
20223
20224         * ext/theora/theoradec.c: (theora_dec_src_query),
20225         (theora_dec_sink_event):
20226         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20227         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20228         (vorbis_handle_data_packet):
20229         * ext/vorbis/vorbisdec.h:
20230         Fix old naming.
20231
20232         * gst-libs/gst/audio/gstbaseaudiosink.c:
20233         (gst_base_audio_sink_render):
20234         Don't try to sync on buffers without a timestamp.
20235
20236 2005-10-21  Wim Taymans  <wim@fluendo.com>
20237
20238         * ext/theora/theoradec.c: (theora_dec_src_query),
20239         (theora_dec_sink_event):
20240         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20241         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20242         (vorbis_handle_data_packet):
20243         * ext/vorbis/vorbisdec.h:
20244         Fix old naming.
20245
20246 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20247
20248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20249         (gst_vorbisenc_src_query):
20250           Implement position and duration queries.
20251
20252         * gst/playback/test3.c: (update_scale), (main):
20253           Fix for async state changes and print nicer output.
20254
20255 2005-10-20  Wim Taymans  <wim@fluendo.com>
20256
20257         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20258         (dump_element_stats), (main):
20259         * gst/playback/test6.c: (main):
20260         Fix tests again
20261
20262 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20263
20264         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20265         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20266           Don't use functions for position queries when handling
20267           duration queries.
20268
20269 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20270
20271         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20272         (vorbis_handle_data_packet), (vorbis_dec_chain),
20273         (vorbis_dec_change_state):
20274         * ext/vorbis/vorbisdec.h:
20275           Vorbis streams can be embedded in other container formats
20276           than ogg, container formats where the demuxer might set 
20277           timestamps on encoded vorbis buffers instead of those silly 
20278           granulepos thingies. In short: make vorbisdec handle 
20279           timestamps on incoming buffers as well.
20280
20281 2005-10-20  Wim Taymans  <wim@fluendo.com>
20282
20283         * gst/playback/gstplaybasebin.c: (group_destroy),
20284         (gst_play_base_bin_change_state):
20285         Fix leak.
20286         Handle case where playbasebin is now ASYNC because
20287         decodebin is.
20288
20289 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20290
20291         * gst/audioconvert/Makefile.am:
20292         * gst/audioconvert/bufferframesconvert.c:
20293         * gst/audioconvert/plugin.c: (plugin_init):
20294         * gst/audioconvert/plugin.h:
20295           And bye bye buffer-frames-convert
20296
20297 2005-10-19  Wim Taymans  <wim@fluendo.com>
20298
20299         * check/elements/audioconvert.c:
20300         * docs/libs/tmpl/gstaudio.sgml:
20301         * docs/libs/tmpl/gstcolorbalance.sgml:
20302         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20303         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20304         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20305         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20306         * gst-libs/gst/audio/audio.h:
20307         * gst/audioconvert/audioconvert.h:
20308         * gst/audioconvert/gstaudioconvert.c:
20309         (gst_audio_convert_parse_caps):
20310         * gst/volume/gstvolume.c:
20311         Bye bye buffer-frames.
20312
20313 2005-10-19  Wim Taymans  <wim@fluendo.com>
20314
20315         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20316         (query_positions_elems), (query_positions_pads), (update_scale),
20317         (do_seek), (set_update_scale), (message_received), (main):
20318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20319         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20320         (gst_ogg_demux_loop):
20321         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20322         * ext/theora/theoradec.c: (theora_dec_src_query),
20323         (theora_dec_sink_event):
20324         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20325         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20326         * gst/adder/gstadder.c: (gst_adder_query):
20327         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20328         * gst/playback/test3.c: (update_scale):
20329         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20330         (dump_element_stats), (main):
20331         * gst/playback/test6.c: (main):
20332         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20333         Query API update.
20334
20335 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20336
20337         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20338         (xml_check_first_element), (xml_type_find), (smil_type_find),
20339         (plugin_init):
20340           Add typefinding for SMIL and for generic XML. Based on patch by
20341           Akos Maroy (#308663).
20342
20343 2005-10-18  Wim Taymans  <wim@fluendo.com>
20344
20345         * gst/playback/Makefile.am:
20346         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20347         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20348         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20349         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20350         (gst_decode_bin_change_state):
20351         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20352         (gst_play_bin_send_event_to_sink):
20353         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20354         (dump_element_stats), (main):
20355         * gst/playback/test6.c: (main):
20356         Make playbin async, it'll commit state to paused when all streams
20357         are detected.
20358         Remove ugly hack.
20359         Added test6.c to show async behaviour.
20360
20361 2005-10-18  Wim Taymans  <wim@fluendo.com>
20362
20363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20364         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20365         Fix for segment-start/stop API change.
20366
20367 2005-10-18  Wim Taymans  <wim@fluendo.com>
20368
20369         * check/Makefile.am:
20370         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20371         (main):
20372         Add future test for clock selection.
20373
20374 2005-10-18  Wim Taymans  <wim@fluendo.com>
20375
20376         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20377         (gst_alsasink_close):
20378         Set handle to NULL.
20379
20380         * gst-libs/gst/audio/gstringbuffer.c:
20381         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20382         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20383         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20384         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20385         (gst_ring_buffer_read):
20386         More debug info.
20387
20388 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20389
20390         * gst/audiotestsrc/Makefile.am:
20391         * gst/sine/Makefile.am:
20392         * gst/volume/Makefile.am:
20393           fix broken build of controllerized plugins
20394
20395 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20396
20397         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20398
20399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20400         (gst_riff_create_video_template_caps):
20401           Add support for Indeo-3 (IV32).
20402
20403 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20404
20405         * configure.ac:
20406           rewrite
20407
20408 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20409
20410         * gst-libs/gst/video/video.c: (gst_video_get_size):
20411         * gst/audiotestsrc/gstaudiotestsrc.c:
20412           doc updates
20413
20414 2005-10-17  Andy Wingo  <wingo@pobox.com>
20415
20416         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20417         with the collectpads change.
20418         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20419
20420         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20421
20422         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20423
20424         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20425         alloc_buffer flow return to callers.
20426         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20427         change. Fix some memleaks in theoraenc.
20428
20429         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20430         in strange circumstance.
20431
20432 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20433
20434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20435         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20436         from caps, let's use the caps...
20437
20438 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20439
20440         * configure.ac:
20441           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20442
20443 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20444
20445         * gst-libs/gst/interfaces/Makefile.am:
20446           fix silly typo
20447
20448 2005-10-16  Andy Wingo  <wingo@pobox.com>
20449
20450         * gst/playback/gstdecodebin.c
20451         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20452         function!
20453         (try_to_link_1): Increase kraziness level.
20454
20455 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20456
20457         * configure.ac:
20458           restructure like the core one
20459         * gst-libs/gst/audio/Makefile.am:
20460         * gst-libs/gst/interfaces/Makefile.am:
20461         * gst-libs/gst/net/Makefile.am:
20462         * gst-libs/gst/riff/Makefile.am:
20463         * gst-libs/gst/rtp/Makefile.am:
20464         * gst-libs/gst/tag/Makefile.am:
20465         * gst-libs/gst/video/Makefile.am:
20466           use correct linker flags, now the libs are properly versioned
20467         * check/elements/audioconvert.c: (verify_convert):
20468         * ext/alsa/gstalsaplugin.c:
20469         * ext/cdparanoia/gstcdparanoia.c:
20470         * ext/gnomevfs/gstgnomevfs.c:
20471         * ext/libvisual/visual.c:
20472         * ext/ogg/gstogg.c:
20473         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20474         * ext/theora/theora.c:
20475         * ext/vorbis/vorbis.c:
20476         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20477         * gst-libs/gst/tag/gsttagediting.c:
20478         * gst-libs/gst/video/video.c:
20479         * gst/adder/gstadder.c:
20480         * gst/audioconvert/plugin.c:
20481         * gst/audiorate/gstaudiorate.c:
20482         * gst/audioresample/gstaudioresample.c:
20483         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20484         * gst/audioscale/gstaudioscale.c:
20485         * gst/audioscale/resample.c:
20486         * gst/audiotestsrc/gstaudiotestsrc.c:
20487         * gst/ffmpegcolorspace/gstffmpeg.c:
20488         * gst/playback/gstdecodebin.c: (close_pad_link):
20489         * gst/playback/gstplaybin.c: (gen_video_element),
20490         (gen_audio_element):
20491         * gst/sine/gstsinesrc.c:
20492         * gst/subparse/gstsubparse.c:
20493         * gst/tags/gsttagediting.c:
20494         * gst/tcp/gsttcpplugin.c:
20495         * gst/typefind/gsttypefindfunctions.c:
20496         * gst/videorate/gstvideorate.c:
20497         * gst/videoscale/gstvideoscale.c:
20498         * gst/videotestsrc/gstvideotestsrc.c:
20499         * gst/volume/gstvolume.c:
20500         * sys/v4l/gstv4l.c:
20501         * sys/ximage/ximage.c:
20502         * sys/xvimage/xvimagesink.c:
20503           fix up defines
20504
20505 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20506
20507         * ext/vorbis/vorbisenc.c:
20508         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20509         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
20510         (gst_tag_to_vorbis_comments):
20511           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
20512
20513 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20514
20515         * examples/stats/mp2ogg.c:
20516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20517           typo fixes
20518
20519 2005-10-13  Michael Smith <msmith@fluendo.com>
20520
20521         * ext/ogg/gstoggmux.c:
20522           Use magic glib macros to define constants as 64 bit, to ensure
20523           appropriate vararg passing.
20524
20525 2005-10-13  Michael Smith <msmith@fluendo.com>
20526
20527         * ext/ogg/gstoggmux.c:
20528         * gst/audioconvert/audioconvert.c: (float):
20529           Don't use LL suffix, as it's not portable, and neither of these
20530           uses required it anyway.
20531
20532 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20533
20534         * examples/indexing/indexmpeg.c: (main):
20535         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
20536         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
20537         (cdparanoia_convert), (cdparanoia_query):
20538         * ext/cdparanoia/gstcdparanoia.h:
20539         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20540         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
20541         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
20542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
20543         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
20544         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
20545         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
20546         (gst_multifdsink_render), (gst_multifdsink_start),
20547         (gst_multifdsink_stop):
20548         * gst/tcp/gstmultifdsink.h:
20549         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
20550         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
20551         (gst_tcpclientsink_stop):
20552         * gst/tcp/gsttcpclientsink.h:
20553         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
20554         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
20555         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
20556         * gst/tcp/gsttcpclientsrc.h:
20557         * gst/tcp/gsttcpserversink.h:
20558         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
20559         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
20560         (gst_tcpserversrc_stop):
20561         * gst/tcp/gsttcpserversrc.h:
20562         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20563         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20564         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
20565           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20566           moved bitshift from macro to enum definition
20567
20568 2005-10-12  Wim Taymans  <wim@fluendo.com>
20569
20570         * examples/seeking/Makefile.am:
20571         Oops.
20572
20573 2005-10-12  Wim Taymans  <wim@fluendo.com>
20574
20575         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20576         (gst_ring_buffer_read), (gst_ring_buffer_clear):
20577         Don't assert on normal stuff.
20578
20579         * gst/playback/gstplaybin.c: (do_playbin_seek):
20580         API fix.
20581
20582 2005-10-12  Wim Taymans  <wim@fluendo.com>
20583
20584         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20585         * examples/seeking/Makefile.am:
20586         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
20587         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20588         (do_seek), (set_update_scale), (message_received), (main):
20589         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20590         (gst_ring_buffer_read), (gst_ring_buffer_clear):
20591         Update for _get_state() API change.
20592
20593 2005-10-11  Wim Taymans  <wim@fluendo.com>
20594
20595         * gst-libs/gst/audio/gstbaseaudiosink.c:
20596         (gst_base_audio_sink_render):
20597         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20598         (gst_base_audio_src_create):
20599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20600         (gst_ring_buffer_read):
20601         Cleanups.
20602         Commit and read from ringbuffer in samples rather than bytes.
20603
20604 2005-10-11  Wim Taymans  <wim@fluendo.com>
20605
20606         * gst-libs/gst/audio/gstbaseaudiosink.c:
20607         (gst_base_audio_sink_render):
20608         Respect segment rate and accum when scheduling samples.
20609
20610 2005-10-11  Julien MOUTTE  <julien@moutte.net>
20611
20612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20613         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
20614         EOS correctly, that needs more work.
20615
20616 2005-10-11  Wim Taymans  <wim@fluendo.com>
20617
20618         * check/generic/states.c: (GST_START_TEST):
20619         remove old property.
20620
20621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
20622         (gst_ogg_demux_perform_seek):
20623         * ext/theora/theoradec.c: (theora_dec_sink_event):
20624         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20625         (vorbis_handle_data_packet):
20626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20627         (gst_base_rtp_depayload_set_gst_timestamp):
20628         * gst/videorate/gstvideorate.c: (gst_videorate_event):
20629         Update for newsegment API change.
20630
20631 2005-10-11  Michael Smith <msmith@fluendo.com>
20632
20633         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
20634         (do_playbin_seek), (gst_play_bin_send_event):
20635           Override send_event differently, so that we can takes bits of
20636           functionality from GstPipeline (special handling for seeks,
20637           including pausing/resuming, and resetting stream time) and still get
20638           the appropriate behaviour of only forwarding event to a single sink,
20639           rather than all of them.
20640           Unfortunately requires a lot of code duplication, but the
20641           alternatives are equally ugly in the end.
20642
20643 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20644
20645         * check/elements/audioconvert.c: (setup_audioconvert),
20646         (cleanup_audioconvert), (get_int_caps), (verify_convert),
20647         (GST_START_TEST), (audioconvert_suite):
20648           clean up tests a little, fix some leaks.
20649
20650 2005-10-10  Wim Taymans  <wim@fluendo.com>
20651
20652         * ext/alsa/gstalsasink.c:
20653         Also allow unsigned int.
20654
20655         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20656         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20657         Small cleanup
20658
20659 2005-10-10  Wim Taymans  <wim@fluendo.com>
20660
20661         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20662         Small update, use API as stated in design docs.
20663
20664         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20665         (update_scale), (do_seek), (seek_cb), (set_update_scale),
20666         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
20667         (message_received), (main):
20668         Updated seek example for GOption. Some usability improvements.
20669
20670 2005-10-10  Wim Taymans  <wim@fluendo.com>
20671
20672         * gst/audioconvert/audioconvert.h:
20673         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
20674         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
20675         Alloc temp storage somewhere else where we can do it more
20676         portable.
20677
20678 2005-10-10  Wim Taymans  <wim@fluendo.com>
20679
20680         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
20681         (gst_tcpserversrc_start):
20682         Don't block in accept while doing the state change, move
20683         to poll and make cancellable.
20684
20685 2005-10-09  Philippe Khalaf <burger@speedy.org>
20686
20687         * gst-libs/gst/rtp/rtpbasedepayload.c:
20688         Set timestamp and add queue delay to timestamp
20689         * gst-libs/gst/rtp/rtpbuffer.h:
20690         Set correct payload type for h263
20691
20692 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
20693
20694         * gst/audiotestsrc/gstaudiotestsrc.c:
20695         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
20696         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
20697         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
20698         (gst_audiotestsrc_create_triangle),
20699         (gst_audiotestsrc_create_silence),
20700         (gst_audiotestsrc_create_white_noise),
20701         (gst_audiotestsrc_init_pink_noise),
20702         (gst_audiotestsrc_generate_pink_noise_value),
20703         (gst_audiotestsrc_create_pink_noise),
20704         (gst_audiotestsrc_change_wave):
20705         * gst/audiotestsrc/gstaudiotestsrc.h:
20706           fixed typo, added pink noise
20707
20708 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
20709
20710         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
20711         (plugin_init):
20712           Add wavpack and spc typefind functions from 0.8 branch.
20713
20714 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
20715
20716         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
20717         (ar_type_find), (msdos_type_find), (plugin_init):
20718           Add typefind functions for tar archives, ar archives,
20719           RAR archives, and msdos-executables (dlls, exe, etc.).
20720           Some of those would be wrongly identified as mpeg
20721           streams of some sort before (#315550).
20722
20723 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
20724
20725         * configure.ac:
20726         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20727         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20728         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20729         * gst/audiotestsrc/Makefile.am:
20730         * gst/audiotestsrc/gstaudiotestsrc.c:
20731         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
20732         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
20733         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
20734         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
20735         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
20736         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
20737         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
20738         (gst_audiotestsrc_create_silence),
20739         (gst_audiotestsrc_create_white_noise),
20740         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
20741         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
20742         (gst_audiotestsrc_start), (plugin_init):
20743         * gst/audiotestsrc/gstaudiotestsrc.h:
20744           add new plugin and element
20745         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
20746           use gobject_class
20747
20748 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
20749
20750         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
20751         (gst_adder_init), (gst_adder_request_new_pad),
20752         (gst_adder_change_state):
20753           Add query function to source pad, so adder reports the correct
20754           time/sample position when queried (#315457); fix state change
20755           function; use GST_DEBUG_FUNCPTR() for pad functions.
20756
20757 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20758
20759         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
20760           Fix leaks in typefind registration
20761           Clean up the gratuitous commenting and whitespacing a little
20762
20763 2005-10-08  Wim Taymans  <wim@fluendo.com>
20764
20765         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
20766         Only actually wait for the thread to be stopped if it's 
20767         running.
20768
20769 2005-10-08  Wim Taymans  <wim@fluendo.com>
20770
20771         * gst-libs/gst/audio/gstbaseaudiosink.c:
20772         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
20773         If we receive EOS we can start playback of what we had.
20774
20775 2005-10-08  Wim Taymans  <wim@fluendo.com>
20776
20777         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20778         (gst_multifdsink_finalize), (multifdsink_hash_remove),
20779         (gst_multifdsink_stop):
20780         Fix crasher when going to NULL multiple times.
20781
20782 2005-10-06  Wim Taymans  <wim@fluendo.com>
20783
20784         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
20785         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20786         * gst-libs/gst/audio/gstbaseaudiosrc.h:
20787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20788         patch from Edgard Lima <edgard.lima@indt.org.br>
20789         Fixed gstbaseaudiosrc adding ring buffer sync to it.
20790
20791 2005-10-06  Wim Taymans  <wim@fluendo.com>
20792
20793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20794         Report the FLOW_RETURN as string in the error message.
20795
20796         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
20797         Don't assert when clearing an unnegotiated buffer.
20798
20799 2005-10-04  Michael Smith <msmith@fluendo.com>
20800
20801         * gst/playback/gstplaybasebin.c: (group_destroy),
20802         (gen_preroll_element), (remove_groups), (setup_source):
20803         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
20804         (setup_sinks), (gst_play_bin_send_event),
20805         (gst_play_bin_change_state):
20806           Set state to NULL before removing from bin. Fix refcounting.
20807
20808 2005-10-04  Michael Smith <msmith@fluendo.com>
20809
20810         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20811           Correct refcounting in send_event() function. Previously was wrong
20812           if the first sink was unable to handle the event.
20813
20814 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20815
20816         * configure.ac:
20817           back to development
20818
20819 === release 0.9.3 ===
20820
20821 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20822
20823         * configure.ac:
20824           Releasing 0.9.3, "De Facto"
20825
20826 2005-10-03  Andy Wingo  <wingo@pobox.com>
20827
20828         * gst/playback/gstdecodebin.c (try_to_link_1)
20829         (remove_element_chain): set element to NULL before removing it.
20830
20831 2005-10-02  Johan Dahlin  <johan@gnome.org>
20832
20833         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
20834         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
20835         MT safe.
20836
20837 2005-10-02  Andy Wingo  <wingo@pobox.com>
20838
20839         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
20840         (gst_ring_buffer_prepare_read): 
20841         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
20842         Demote to LOG.
20843
20844 2005-09-29  Wim Taymans  <wim@fluendo.com>
20845
20846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
20847         * ext/theora/theoradec.c: (theora_handle_data_packet):
20848         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20849         Propagate error codes from alloc_buffer too.
20850
20851 2005-09-29  Wim Taymans  <wim@fluendo.com>
20852
20853         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20854         We use fixed caps.
20855
20856         * gst/playback/Makefile.am:
20857         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20858         (dump_element_stats), (main):
20859         Added example stream introspection code.
20860
20861 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
20862
20863         * gst/adder/gstadder.c: (gst_adder_collected):
20864           fix adder for float elements
20865
20866 2005-09-28  Wim Taymans  <wim@fluendo.com>
20867
20868         * gst-libs/gst/audio/gstbaseaudiosink.c:
20869         (gst_base_audio_sink_class_init),
20870         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
20871         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20872         (gst_base_audio_src_class_init),
20873         (gst_base_audio_src_provide_clock):
20874         get_clock -> provide_clock
20875
20876 2005-09-28  Andy Wingo  <wingo@pobox.com>
20877
20878         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
20879         and unlocking.
20880
20881         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
20882         unlocking.
20883
20884         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
20885         Actually add the pad template.
20886         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
20887
20888         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
20889         I'm at it...
20890
20891         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
20892         from fdsrc. Get caps in create() instead of start() so it can be
20893         interrupted. Interruption somewhat untested.
20894
20895         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
20896         Proper EOS handling.
20897
20898 2005-09-27  Andy Wingo  <wingo@pobox.com>
20899
20900         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
20901
20902         * gst/tcp/gsttcpserversrc.c: Cleaned up.
20903
20904         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
20905
20906         * gst/tcp/gsttcp.h: 
20907         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
20908         out of tcpclientsrc.c. Cancellable.
20909         (gst_tcp_socket_read): Made private, cancellable, with better
20910         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
20911         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
20912         whole buffer, and better diagnostics.
20913         (gst_tcp_gdp_read_caps): Same.
20914
20915         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
20916
20917 2005-09-26  Andy Wingo  <wingo@pobox.com>
20918
20919         * gst/sine/gstsinesrc.h:
20920         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
20921         change the 'sync' property to 'is-live' and implement it halfway,
20922         update for controller api change.
20923
20924         * gst/volume/gstvolume.c (volume_transform_ip): Update for
20925         controller api change.
20926
20927 2005-09-24  Wim Taymans  <wim@fluendo.com>
20928
20929         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
20930         * gst-libs/gst/audio/gstaudiosink.c:
20931         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
20932         (gst_audioringbuffer_stop):
20933         * gst-libs/gst/audio/gstbaseaudiosink.c:
20934         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
20935         (gst_base_audio_sink_change_state):
20936         * gst-libs/gst/audio/gstbaseaudiosink.h:
20937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
20938         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
20939         (gst_ring_buffer_commit), (gst_ring_buffer_read):
20940         * gst-libs/gst/audio/gstringbuffer.h:
20941         Fix sync again. Moved sample alignment to basesink.
20942
20943 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20944
20945         * docs/plugins/Makefile.am:
20946         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20947         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20948         * gst/volume/gstvolume.c:
20949           add/fix docs
20950         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
20951         * gst-libs/gst/audio/audio.h:
20952           add conversion macros for frames <-> clocktime
20953
20954 2005-09-23  David Schleef  <ds@schleef.org>
20955
20956         * gst/audioresample/Makefile.am:
20957         * gst/audioresample/debug.h:
20958         * gst/audioresample/gstaudioresample.c:
20959         * gst/audioresample/resample.c: Convert to using gst debugging
20960
20961 2005-09-22  Wim Taymans  <wim@fluendo.com>
20962
20963         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20964         (gst_play_bin_send_event):
20965         Only seek on one sink, the first one that succeeds.
20966
20967 2005-09-22  Michael Smith <msmith@fluendo.com>
20968
20969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20970         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20971         Don't flush encoder state unless we have an initialised encoder.
20972         Clear out encoder state on PAUSED_TO_READY.
20973
20974 2005-09-22  Wim Taymans  <wim@fluendo.com>
20975
20976         * gst-libs/gst/rtp/gstbasertppayload.c:
20977         (gst_basertppayload_class_init), (gst_basertppayload_init),
20978         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20979         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20980         (gst_basertppayload_is_filled), (gst_basertppayload_push),
20981         (gst_basertppayload_set_property),
20982         (gst_basertppayload_get_property),
20983         (gst_basertppayload_change_state):
20984         * gst-libs/gst/rtp/gstbasertppayload.h:
20985         Added max-ptime to control amount of data in the rtp packets.
20986
20987 2005-09-21  Andy Wingo  <wingo@pobox.com>
20988
20989         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
20990         thingies.
20991
20992         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
20993         can be called multiple times, dogs.
20994
20995 2005-09-21  Wim Taymans  <wim@fluendo.com>
20996
20997         * gst-libs/gst/rtp/gstbasertppayload.c:
20998         (gst_basertppayload_class_init), (gst_basertppayload_init),
20999         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21000         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21001         (gst_basertppayload_push), (gst_basertppayload_get_property),
21002         (gst_basertppayload_change_state):
21003         Allow 0 ssrc too.
21004
21005 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21006
21007         * docs/libs/compiling.sgml:
21008           fixing typos
21009
21010 2005-09-20  Wim Taymans  <wim@fluendo.com>
21011
21012         * gst-libs/gst/rtp/gstbasertppayload.c:
21013         (gst_basertppayload_class_init), (gst_basertppayload_init),
21014         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21015         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21016         (gst_basertppayload_push), (gst_basertppayload_set_property),
21017         (gst_basertppayload_get_property),
21018         (gst_basertppayload_change_state):
21019         * gst-libs/gst/rtp/gstbasertppayload.h:
21020         Added property to configure sequence number offsets.
21021
21022 2005-09-20  Wim Taymans  <wim@fluendo.com>
21023
21024         * gst-libs/gst/rtp/gstbasertppayload.c:
21025         (gst_basertppayload_class_init), (gst_basertppayload_init),
21026         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21027         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21028         (gst_basertppayload_push), (gst_basertppayload_set_property),
21029         (gst_basertppayload_get_property),
21030         (gst_basertppayload_change_state):
21031         * gst-libs/gst/rtp/gstbasertppayload.h:
21032         Make timestamp offset configurable.
21033
21034 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21035
21036         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21037           fix wrong pop/unref
21038
21039 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21040
21041         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21042
21043         * gst-libs/gst/interfaces/propertyprobe.c:
21044         (gst_property_probe_probe_property_name),
21045         (gst_property_probe_needs_probe_name),
21046         (gst_property_probe_get_values_name),
21047         (gst_property_probe_probe_and_get_values_name):
21048           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21049           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21050
21051 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21052
21053         * check/Makefile.am:
21054           have some tests be disabled for valgrinding
21055         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21056         (GST_START_TEST):
21057         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21058           Fix A Leak.  Chain To Parent Finalize.
21059
21060 2005-09-19  Wim Taymans  <wim@fluendo.com>
21061
21062         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21063         Fixed wav pipeline.
21064
21065 2005-09-19  Wim Taymans  <wim@fluendo.com>
21066
21067         * gst-libs/gst/rtp/gstbasertppayload.c:
21068         (gst_basertppayload_class_init), (gst_basertppayload_init),
21069         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21070         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21071         (gst_basertppayload_push), (gst_basertppayload_get_property),
21072         (gst_basertppayload_change_state):
21073         Posting ERROR and WARNING messages is good.
21074
21075 2005-09-19  Wim Taymans  <wim@fluendo.com>
21076
21077         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21078         (gst_base_rtp_depayload_add_to_queue),
21079         (gst_base_rtp_depayload_push),
21080         (gst_base_rtp_depayload_set_gst_timestamp),
21081         (gst_base_rtp_depayload_queue_release):
21082         This one was not supposed to go in.
21083
21084 2005-09-19  Wim Taymans  <wim@fluendo.com>
21085
21086         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21087         Fix for bus API.
21088
21089         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21090         (gst_base_rtp_depayload_chain),
21091         (gst_base_rtp_depayload_add_to_queue),
21092         (gst_base_rtp_depayload_push),
21093         (gst_base_rtp_depayload_set_gst_timestamp),
21094         (gst_base_rtp_depayload_queue_release):
21095         Some cleanups.
21096
21097         * gst-libs/gst/rtp/gstbasertppayload.c:
21098         (gst_basertppayload_class_init), (gst_basertppayload_init),
21099         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21100         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21101         (gst_basertppayload_get_property),
21102         (gst_basertppayload_change_state):
21103         Added debugging category.
21104
21105 2005-09-18  David Schleef  <ds@schleef.org>
21106
21107         * gst/playback/gstdecodebin.c: free plugin list correctly
21108         * gst/playback/gstplaybin.c: emit warning if autovideosink
21109           and autoaudiosink can't be found (instead of segfaulting)
21110
21111 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21112
21113         * check/elements/audioconvert.c: (GST_START_TEST):
21114           try out 24 bit conversion
21115
21116 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21117
21118         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21119         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21120         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21121         * ext/vorbis/vorbisenc.h:
21122           Fix EOS handling.  Still needs a fix in the ogg muxer to
21123           mark the last page as eos.
21124
21125 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21126
21127         * common/gtk-doc-plugins.mak:
21128         * docs/plugins/Makefile.am:
21129         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21130         * gst/ffmpegcolorspace/Makefile.am:
21131         * gst/ffmpegcolorspace/avcodec.h:
21132         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21133         * gst/tcp/gstmultifdsink.c:
21134           fix up ffmpegcolorspace docs; extract header
21135
21136 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21137
21138         * common/gtk-doc-plugins.mak:
21139         * docs/plugins/Makefile.am:
21140         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21141         * ext/theora/Makefile.am:
21142         * ext/theora/gsttheoraenc.h:
21143         * ext/theora/theoraenc.c:
21144         * ext/vorbis/vorbisenc.c:
21145           pick up signals and args for vorbis; add some docs for vorbis
21146
21147 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21148
21149         * common/gstdoc-scangobj:
21150         * common/gtk-doc-plugins.mak:
21151         * docs/libs/Makefile.am:
21152         * docs/plugins/gst-plugins-base-plugins.args:
21153         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21154         * docs/plugins/gst-plugins-base-plugins.interfaces:
21155         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21156         * docs/plugins/gst-plugins-base-plugins.signals:
21157           only scanobj stuff from our source module.  Not sure yet
21158           if that's correct, given the hierarchy stuff :)
21159
21160 2005-09-15  Wim Taymans  <wim@fluendo.com>
21161
21162         * gst/audioconvert/gstaudioconvert.c:
21163         And enable 24 bits mode as well..
21164
21165 2005-09-15  Wim Taymans  <wim@fluendo.com>
21166
21167         * gst-libs/gst/rtp/Makefile.am:
21168         * gst-libs/gst/rtp/gstbasertppayload.c:
21169         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21170         (gst_basertppayload_class_init), (gst_basertppayload_init),
21171         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21172         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21173         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21174         (gst_basertppayload_set_property),
21175         (gst_basertppayload_get_property),
21176         (gst_basertppayload_change_state):
21177         * gst-libs/gst/rtp/gstbasertppayload.h:
21178         Added rtp payloader base class.
21179
21180 2005-09-15  Andy Wingo  <wingo@pobox.com>
21181
21182         * configure.ac (plugindir): Remove the EOL matcher from the
21183         regexp, as it causes me problems. Libtool? Make? Who knows?
21184
21185 2005-09-14  David Schleef  <ds@schleef.org>
21186
21187         * check/generic/states.c: 
21188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21189         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21190           Fixes for changes in registry API.
21191
21192         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21193           to GST_PLUGIN_LDFLAGS.
21194         * ext/libvisual/visual.c: Make the library shut up.
21195         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21196         * gst-libs/gst/audio/gstaudiofilter.c: same
21197
21198 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21199
21200         * docs/plugins/Makefile.am:
21201         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21202         * docs/plugins/inspect/plugin-libvisual.xml:
21203         * docs/plugins/tmpl/element-tcpserversink.sgml:
21204         * ext/theora/theoraenc.c:
21205           add libvisual plugin and theoraenc element to docs
21206
21207 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21208
21209         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21210         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21211         * ext/theora/theoraenc.c:
21212           add theoraenc
21213
21214 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21215
21216         * gst/audioconvert/Makefile.am:
21217           Audioconvert derives from GstBaseTransform and should
21218           link to the library with our base elements to avoid
21219           unresolved symbols. Makes things work with MinGW (#316160)
21220
21221         * gst/playback/test4.c: (main):
21222           Fix MinGW build problem and use g_usleep() instead of 
21223           sleep() (#316162)
21224
21225 2005-09-12  Wim Taymans  <wim@fluendo.com>
21226
21227         * gst/audioconvert/audioconvert.c: (float),
21228         (audio_convert_prepare_context), (audio_convert_convert):
21229         * gst/audioconvert/audioconvert.h:
21230         Cleanups, speedups, simplifications, added back support
21231         for 24 bits.
21232
21233 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21234
21235         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21236         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21237         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21238         * docs/plugins/tmpl/element-tcpserversink.sgml:
21239         * gst/ffmpegcolorspace/gstffmpeg.c:
21240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21241         * gst/videotestsrc/gstvideotestsrc.c:
21242         * gst/volume/gstvolume.c:
21243           add more elements to the docs
21244
21245 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21246
21247         * check/Makefile.am:
21248         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21249         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21250           Add extra tests for basetransform based components. 
21251           Comment out the test_element_negotiation test until we decide
21252           if it's testing correct behaviour.
21253         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21254         (gst_visual_chain), (gst_visual_change_state):
21255           Slightly more correct but still bogus timestamping.
21256           Fix state change function.
21257         * gst/audioconvert/gstaudioconvert.c:
21258         (gst_audio_convert_class_init):
21259         * gst/audioresample/gstaudioresample.c:
21260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21261         (gst_ffmpegcsp_class_init):
21262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21263         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21264         (gst_videoscale_prepare_image):
21265         * gst/volume/gstvolume.c: (gst_volume_class_init),
21266         (volume_transform_ip):
21267           Basetransform updates. Enable passthrough modes.
21268         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21269         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21270         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21271           Negotiation fix that allows the window to return to the original
21272           size and renegotiate passthrough upstream. Extra debug output.
21273
21274 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21275
21276         * gst/sine/gstsinesrc.c:
21277         * gst/volume/gstvolume.c:
21278           fix up header include
21279
21280 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21281
21282         * gst-libs/gst/audio/gstbaseaudiosink.c:
21283         (gst_base_audio_sink_render):
21284         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21285         * gst/volume/gstvolume.c: (gst_volume_class_init),
21286         (volume_transform):
21287           fixing lost sync, some more debugging
21288
21289 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21290
21291         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21292         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21293         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21294         (gst_xvimagesink_check_xshm_calls):
21295           Fix compilation when XShm is not available.
21296
21297 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21298
21299         * ext/libvisual/visual.c: (gst_visual_dispose),
21300         (gst_visual_getcaps), (gst_visual_src_setcaps),
21301         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21302         (gst_visual_change_state):
21303           Finish fixing up libvisual plugin so that it runs. 
21304
21305 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21306
21307         * ext/vorbis/vorbisenc.c:
21308         * gst-libs/gst/tag/gstvorbistag.c:
21309           gsttaginterface.h -> gsttagsetter.h
21310
21311 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21312
21313         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21314           added another test that failes for me (test is not active by default)
21315
21316 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21317
21318         * configure.ac:
21319           v4l2 is no longer in gst-plugins-base
21320
21321 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21322
21323         * configure.ac:
21324           In the output at the end, don't show the first plugin on the same
21325           line as "Core plug-ins, always built:".
21326           Indent the output as for other plugin categories
21327         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21328           #define that can be used to not use peer buffer_alloc functions for
21329           test purposes.
21330         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21331         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21332         (gst_ximagesink_show_frame):
21333         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21334         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21335         (gst_xvimagesink_show_frame):
21336           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21337           fails gracefully instead of XError aborting or deadlocking.
21338
21339 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21340
21341         * ext/libvisual/Makefile.am:
21342           link against gst-base-libs
21343
21344 2005-09-06  David Schleef  <ds@schleef.org>
21345
21346         * configure.ac: Enable libvisual plugin.
21347         * ext/libvisual/Makefile.am:
21348         * ext/libvisual/visual.c: Fixes to make it compile.
21349
21350 === release 0.9.2 ===
21351
21352 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21353
21354         * NEWS:
21355         * RELEASE:
21356         * configure.ac:
21357         * docs/random/ChangeLog-0.8:
21358           releasing 0.9.2, "Spoon"
21359
21360 2005-09-05  Michael Smith <msmith@fluendo.com>
21361
21362         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21363           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21364           that in the vorbisenc element.
21365
21366 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21367
21368         * common/gtk-doc-plugins.mak:
21369         * docs/plugins/Makefile.am:
21370           fix distcheck
21371         * gst/audioresample/resample.c:
21372           fix wrong docstring
21373
21374 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21375
21376         * common/gst-xmlinspect.py:
21377         * common/gtk-doc-plugins.mak:
21378           only inspect plugins for this given package
21379           require gst-python 0.9
21380
21381 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21382
21383         * Makefile.am:
21384         * autogen.sh:
21385         * common/gst-xmlinspect.py:
21386         * configure.ac:
21387         * docs/Makefile.am:
21388         * docs/plugins/inspect/plugin-alsa.xml:
21389         * docs/plugins/inspect/plugin-audioresample.xml:
21390         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21391         * docs/plugins/inspect/plugin-ogg.xml:
21392         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21393         * docs/plugins/tmpl/element-multifdsink.sgml:
21394         * docs/plugins/tmpl/element-tcpserversink.sgml:
21395         * docs/plugins/tmpl/element-vorbisenc.sgml:
21396         * gst-plugins-base.spec.in:
21397           various doc-related updates
21398
21399 2005-08-31  Wim Taymans  <wim@fluendo.com>
21400
21401         * gst-libs/gst/audio/gstbaseaudiosink.c:
21402         (gst_base_audio_sink_render):
21403         Resync if the buffer timestamps drift more than a 10th 
21404         of a second.
21405
21406 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21407
21408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21409         (gst_v4lsrc_get_property):
21410           The 'timestamp-offset' property is registered as an int64, so
21411           let's use g_value_{set|get}_int64() in our setter and getter
21412           functions (makes it work and fixes warnings with gst-inspect).
21413
21414 2005-08-30  Wim Taymans  <wim@fluendo.com>
21415
21416         * check/elements/audioconvert.c: (setup_audioconvert):
21417         * check/elements/audioresample.c: (setup_audioresample):
21418         * check/elements/volume.c: (setup_volume):
21419         Fix checks.
21420
21421 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21422
21423         * common/gtk-doc-plugins.mak:
21424         * common/plugins.xsl:
21425         * docs/plugins/Makefile.am:
21426           make module a param
21427
21428 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21429
21430         * examples/seeking/seek.c: (make_mp3_pipeline),
21431         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21432         (play_cb), (pause_cb), (stop_cb):
21433           update the example
21434
21435 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21436
21437         * gst/volume/gstvolume.c: (gst_volume_class_init),
21438         (volume_transform):
21439           do not update controlled params, if buffer has no timestamp
21440
21441 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21442
21443         * configure.ac:
21444         * gst/sine/Makefile.am:
21445         * gst/volume/Makefile.am:
21446           controllerized elements also need to link against controller-libs ;)
21447
21448 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21449
21450         * docs/libs/tmpl/gstcolorbalance.sgml:
21451         * docs/libs/tmpl/gstgconf.sgml:
21452         * docs/libs/tmpl/gstmixer.sgml:
21453         * docs/libs/tmpl/gstringbuffer.sgml:
21454         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21455         (gst_sinesrc_create):
21456         * gst/volume/gstvolume.c: (gst_volume_class_init),
21457         (volume_transform):
21458           controllerized two audio plugins
21459
21460 2005-08-29  Andy Wingo  <wingo@pobox.com>
21461
21462         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
21463         (vorbis_handle_data_packet): Fix some int overflow errors.
21464
21465         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21466         -1.
21467         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21468         valid.
21469         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21470         if it's valid. Fixed streaming-mode playback.
21471
21472         * check/elements/volume.c (cleanup_volume): Fix for running
21473         CK_FORK=no.
21474
21475         * check/elements/audioconvert.c: Convert from native endian, not
21476         little endian.
21477
21478 2005-08-29  Michael Smith <msmith@fluendo.com>
21479
21480         * ext/ogg/Makefile.am:
21481         * ext/ogg/gstogg.c: (plugin_init):
21482         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21483         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21484         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21485         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21486         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21487         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21488         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21489         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21490         Add an ogg parser element.
21491
21492 2005-08-28  Andy Wingo  <wingo@pobox.com>
21493
21494         * Updates for two-arg init from GST_BOILERPLATE_FULL.
21495
21496 2005-08-26  Wim Taymans  <wim@fluendo.com>
21497
21498         * gst/audioconvert/audioconvert.c: (if), (float),
21499         (audio_convert_get_func_index), (check_default),
21500         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21501         (audio_convert_clean_context), (audio_convert_get_sizes),
21502         (audio_convert_convert):
21503         Cleanups.
21504
21505 2005-08-26  Wim Taymans  <wim@fluendo.com>
21506
21507         * gst/audioconvert/audioconvert.c: (if), (float),
21508         (audio_convert_get_func_index), (check_default),
21509         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21510         (audio_convert_clean_context), (audio_convert_get_sizes),
21511         (audio_convert_convert):
21512         More elegant and working temp buffer selection algo.
21513
21514 2005-08-26  Wim Taymans  <wim@fluendo.com>
21515
21516         * gst/audioconvert/audioconvert.c: (if), (float),
21517         (audio_convert_get_func_index), (check_default),
21518         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21519         (audio_convert_clean_context), (audio_convert_get_sizes),
21520         (get_temp_buffer), (audio_convert_convert):
21521         Use realloc else we lose our original data.
21522
21523 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21524
21525         * gst/audioresample/gstaudioresample.c:
21526           use base class' newsegment to properly timestamp
21527
21528 2005-08-26  Wim Taymans  <wim@fluendo.com>
21529
21530         * gst/audioconvert/audioconvert.c: (if), (float),
21531         (audio_convert_get_func_index), (check_default),
21532         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21533         (audio_convert_clean_context), (audio_convert_get_sizes),
21534         (get_temp_buffer), (audio_convert_convert):
21535         * gst/audioconvert/gstaudioconvert.c:
21536         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
21537         (gst_audio_convert_transform_caps),
21538         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
21539         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
21540         Oops, allocate enough space to perform the channel mix.
21541
21542 2005-08-26  Wim Taymans  <wim@fluendo.com>
21543
21544         * gst/audioconvert/Makefile.am:
21545         * gst/audioconvert/audioconvert.c: (if), (float),
21546         (audio_convert_get_func_index), (check_default),
21547         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21548         (audio_convert_clean_context), (audio_convert_get_sizes),
21549         (get_temp_buffer), (audio_convert_convert):
21550         * gst/audioconvert/audioconvert.h:
21551         * gst/audioconvert/gstaudioconvert.c:
21552         (gst_audio_convert_class_init), (gst_audio_convert_init),
21553         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
21554         (gst_audio_convert_get_unit_size),
21555         (gst_audio_convert_transform_caps),
21556         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
21557         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
21558         * gst/audioconvert/gstaudioconvert.h:
21559         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21560         (gst_channel_mix_fill_identical),
21561         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
21562         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
21563         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
21564         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
21565         (gst_channel_mix_mix):
21566         * gst/audioconvert/gstchannelmix.h:
21567         Cleanups, librarify a bit, optimize, better negotiation and more.
21568
21569 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
21570
21571         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
21572         Another from MikeS:
21573         During typefinding, don't support negative offsets
21574         (offsets from the end of the stream) in our typefind->peek() function
21575         - nothing embedded in ogg ever needs them. However, we need to recognise
21576         those requests and reject them, otherwise we return invalid pointers.
21577
21578 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
21579
21580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
21581         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
21582         (vorbisdec_finalize), (vorbis_handle_type_packet):
21583           Big shout-out to MikeS for fixing this giant memory leak.
21584           Huzzah!
21585
21586 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21587
21588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
21589         (audio_convert_get_unit_size):
21590           plug some leaks
21591
21592 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21593
21594         * check/Makefile.am:
21595         * check/elements/audioconvert.c: (setup_audioconvert),
21596         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21597         (GST_START_TEST), (audioconvert_suite), (main):
21598           add a test for audioconvert
21599         * gst/audioresample/gstaudioresample.c:
21600         * gst/audioresample/gstaudioresample.h:
21601           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
21602           note that for buffers of 1/3 sec this means DURATION(c) is 
21603           one nanosecond more than for a and b
21604
21605 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21606
21607         * check/Makefile.am:
21608         * check/elements/audioresample.c: (setup_audioresample),
21609         (cleanup_audioresample), (fail_unless_perfect_stream),
21610         (test_perfect_stream_instance), (GST_START_TEST),
21611           add a check for audioresample
21612         (audioresample_suite), (main):
21613         * check/elements/volume.c: (GST_START_TEST):
21614           remove unused method
21615         * gst/audioresample/gstaudioresample.c:
21616           set correct buffer parameters since we're changing them
21617         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21618           add some debug
21619
21620 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21621
21622         * gst/audioresample/debug.c:
21623         * gst/audioresample/gstaudioresample.c:
21624           add room for extra overlap samples when asked to transform size
21625           protect against possible mem corruption and check for discrepancies
21626           between written size and outbuffer's size so we can warn for
21627           potential problems
21628         * gst/audioresample/resample.c: (resample_init),
21629         (resample_get_output_size_for_input), (resample_get_output_size),
21630         (resample_set_n_channels), (resample_set_format):
21631           set debug level based on RESAMPLE_DEBUG env var
21632           make sure that get_output_size* returns a whole number of
21633           sample_size
21634           set sample_size each time either channel or format is set
21635         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
21636         * gst/audioresample/resample_functable.c:
21637         (resample_scale_functable):
21638         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21639           remove r->sample_size, it's done in resample.c now
21640           add some debugging to the ref implementation
21641           make sure we only give back bytes that are wholes of the sample
21642           size
21643
21644 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
21645         * gst/playback/gstplaybasebin.c: (fill_buffer):
21646         Revert unpopular change for GST_MESSAGE_SRC to GObject.
21647
21648 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
21649
21650         * gst/volume/gstvolume.c:
21651           made set_caps function static
21652
21653 2005-08-24  Wim Taymans  <wim@fluendo.com>
21654
21655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21656         (gst_vorbisenc_change_state):
21657         Stop leaking taglists.
21658
21659 2005-08-24  Wim Taymans  <wim@fluendo.com>
21660
21661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21662         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
21663         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
21664         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
21665         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21666         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
21667         Parse seeking events better.
21668         Unref static caps.
21669         Generate correct newsegment events, fixes seeking in live oggs.
21670
21671         * ext/theora/theoradec.c: (theora_dec_src_query),
21672         (theora_dec_src_event), (theora_dec_src_getcaps),
21673         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
21674         Use newsegment values to report correct play time.
21675
21676         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21677         (vorbis_dec_src_event), (vorbis_dec_sink_event):
21678         * ext/vorbis/vorbisdec.h:
21679         Parse and use newsegment values to report correct play time.
21680
21681         * gst-libs/gst/audio/gstbaseaudiosink.c:
21682         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21683         Clear ringbuffer on flush.
21684         Use newsegment values to calculate playback time.
21685
21686         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
21687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
21688         Basesink does newsegment calculations for us now.
21689
21690 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21691
21692         * check/Makefile.am:
21693         * configure.ac:
21694           add core's plugins to the mix so that playbin works
21695         * check/generic/states.c: (GST_START_TEST):
21696           set a 0 timeout on pipelines, so they don't force the next
21697           state change
21698         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
21699         (gst_play_base_bin_change_state):
21700           remove the crappy error handling and do GST error handling
21701
21702 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21703
21704         * check/Makefile.am:
21705         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
21706           add same test as to core, it bitches out on playbin atm.
21707
21708 2005-08-24  Wim Taymans  <wim@fluendo.com>
21709
21710         * configure.ac:
21711         Remove audioscale.
21712
21713 2005-08-24  Wim Taymans  <wim@fluendo.com>
21714
21715         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
21716         (gst_videoscale_prepare_size), (parse_caps),
21717         (gst_videoscale_set_caps), (gst_videoscale_get_size),
21718         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
21719         (gst_videoscale_transform):
21720         * gst/videoscale/gstvideoscale.h:
21721         Refactor, make use of BaseTranform really well.
21722
21723 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21724
21725         * configure.ac:
21726           compile audioresample
21727         * gst/audioresample/Makefile.am:
21728         * gst/audioresample/buffer.c:
21729         * gst/audioresample/functable.c:
21730         * gst/audioresample/gstaudioresample.c:
21731         * gst/audioresample/gstaudioresample.h:
21732         * gst/audioresample/resample.c:
21733         (resample_get_output_size_for_input):
21734         * gst/audioresample/resample.h:
21735         * gst/audioresample/resample_chunk.c:
21736         * gst/audioresample/resample_functable.c:
21737         * gst/audioresample/resample_ref.c:
21738           port to use basetransform; doesn't work in all cases yet
21739
21740 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21741
21742         * gst/audioconvert/gstaudioconvert.c:
21743         (gst_audio_convert_class_init), (gst_audio_convert_init),
21744         (audio_convert_get_unit_size), (audio_convert_transform_caps),
21745         (audio_convert_fixate_caps), (audio_convert_set_caps),
21746         (audio_convert_transform),
21747         (gst_audio_convert_buffer_to_default_format),
21748         (gst_audio_convert_buffer_from_default_format),
21749         (gst_audio_convert_channels):
21750         * gst/audioconvert/gstchannelmix.c:
21751         * gst/audioconvert/gstchannelmix.h:
21752           port to basetransform
21753         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21754         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
21755         (gst_ffmpegcsp_get_unit_size):
21756         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21757         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
21758           fix for basetransform changes
21759
21760 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
21761
21762         * check/Makefile.am:
21763           Add CHECK_CFLAGS and LDFLAGS
21764
21765         * gst/playback/gstplaybasebin.c: (fill_buffer):
21766           GST_MESSAGE_SRC became a GObject
21767
21768 2005-08-24  Wim Taymans  <wim@fluendo.com>
21769
21770         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
21771         (gst_ring_buffer_clear_all):
21772         * gst-libs/gst/audio/gstringbuffer.h:
21773         Added function to clear the ringbuffer.
21774
21775 2005-08-24  Andy Wingo  <wingo@pobox.com>
21776
21777         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
21778         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
21779         of _open and _close.
21780
21781         * sys/v4l/gstv4lxoverlay.h:
21782         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
21783         an Xv connection here, instead of all the time. Make Xv only be
21784         loaded if you axe for it. Kindof a workaround for buggy behaviour
21785         of Xv when using remote xservers (XvQueryExtension would block).
21786         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
21787         replace the _open and _close public API. Only start the xv
21788         connection if necessary.
21789         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
21790
21791 2005-08-23  David Schleef  <ds@schleef.org>
21792
21793         * gst/audioresample/Makefile.am: Leet audioresampling code
21794         * gst/audioresample/buffer.c:
21795         * gst/audioresample/buffer.h:
21796         * gst/audioresample/debug.c:
21797         * gst/audioresample/debug.h:
21798         * gst/audioresample/functable.c:
21799         * gst/audioresample/functable.h:
21800         * gst/audioresample/gstaudioresample.c:
21801         * gst/audioresample/gstaudioresample.h:
21802         * gst/audioresample/resample.c:
21803         * gst/audioresample/resample.h:
21804         * gst/audioresample/resample_chunk.c:
21805         * gst/audioresample/resample_functable.c:
21806         * gst/audioresample/resample_ref.c:
21807
21808 2005-08-23  Wim Taymans  <wim@fluendo.com>
21809
21810         * examples/seeking/seek.c: (make_vorbis_pipeline),
21811         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
21812         Small seek updates.
21813
21814 2005-08-23  Andy Wingo  <wingo@pobox.com>
21815
21816         * gst-libs/gst/audio/gstbaseaudiosrc.c
21817         (gst_base_audio_src_fixate): Only fixate endianness if it is
21818         present in the caps.
21819
21820 2005-08-22  Andy Wingo  <wingo@pobox.com>
21821
21822         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
21823         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
21824         device-name property.
21825
21826         * gst-libs/gst/audio/gstaudiosrc.h:
21827         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
21828         close_device in the ring buffer, like gstaudiosink.
21829
21830         * ext/alsa/gstalsamixer.h:
21831         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
21832         macro to implement the interface without much code. Cleanups. 
21833
21834         * ext/alsa/gstalsasrc.h:
21835         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
21836         READY.
21837
21838         * ext/alsa/Makefile.am: Add new files.
21839         * ext/alsa/gstalsamixerelement.c: 
21840         * ext/alsa/gstalsamixerelement.c: Split element code out from
21841         mixer code so that alsasrc can be a mixer too.
21842
21843 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21844
21845         * check/elements/volume.c: (setup_volume), (cleanup_volume),
21846         (GST_START_TEST):
21847         * check/elements/vorbisdec.c: (setup_vorbisdec),
21848         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
21849         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21850         (vorbis_handle_identification_packet),
21851         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
21852         (vorbis_handle_header_packet), (vorbis_dec_push),
21853         (vorbis_dec_chain):
21854           use the setup/teardown methods to save code.  save code is good.
21855
21856 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21857
21858         * check/Makefile.am:
21859           add ext dir for plugins
21860           add vorbisdec test conditionally
21861         * check/elements/volume.c: (setup_volume), (cleanup_volume),
21862         (GST_START_TEST), (volume_suite):
21863           add a test with wrong caps
21864         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
21865         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
21866           add a vorbisdec test
21867         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
21868         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
21869           clean up debug output
21870         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21871           yay, fix a segfault/security issue in vorbisdec
21872           gst-launch fakesrc ! vorbisdec wasn't happy
21873         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
21874         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
21875         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
21876         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
21877         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
21878         (gst_vorbisenc_set_metadata), (get_constraints_string),
21879         (update_start_message), (gst_vorbisenc_setup),
21880         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21881         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
21882         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
21883         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
21884         * ext/vorbis/vorbisenc.h:
21885           march in line
21886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21887         (gst_ffmpegcsp_transform):
21888           have the kow come home
21889         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21890           debug my func ptr
21891         * gst/volume/gstvolume.c: (volume_set_caps):
21892           add a debug
21893
21894 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21895
21896         * Makefile.am:
21897         * check/.cvsignore:
21898         * check/Makefile.am:
21899         * check/elements/.cvsignore:
21900         * check/elements/volume.c: (chain_func), (event_func),
21901         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
21902         (main):
21903         * configure.ac:
21904           add unit test structure for gst-plugins-base
21905           add a test for volume
21906         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
21907         (gst_volume_set_volume), (gst_volume_get_volume),
21908         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
21909         (volume_funcfind), (volume_process_float), (volume_process_int16),
21910         (volume_set_caps), (volume_transform), (volume_update_mute),
21911         (volume_update_volume), (volume_set_property),
21912         (volume_get_property):
21913           document a little; use basetransform vmethod _set_caps
21914
21915 2005-08-19  Andy Wingo  <wingo@pobox.com>
21916
21917         * ext/alsa/gstalsamixertrack.h:
21918         * ext/alsa/gstalsamixertrack.c:
21919         * ext/alsa/gstalsamixeroptions.h:
21920         * ext/alsa/gstalsamixeroptions.c:
21921         * ext/alsa/gstalsamixer.h:
21922         * ext/alsa/gstalsamixer.c: Port to 0.9.
21923
21924         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
21925         Remove gstalsa.c and alsaclock. No more cruft here.
21926         
21927 2005-08-18  Wim Taymans  <wim@fluendo.com>
21928
21929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21930         (gst_base_rtp_depayload_chain),
21931         (gst_base_rtp_depayload_add_to_queue),
21932         (gst_base_rtp_depayload_push),
21933         (gst_base_rtp_depayload_queue_release):
21934         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21935         Fix for RTPBuffer changes.
21936
21937         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
21938         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
21939         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
21940         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
21941         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
21942         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
21943         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
21944         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
21945         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
21946         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
21947         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
21948         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
21949         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
21950         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
21951         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
21952         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
21953         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
21954         (gst_rtpbuffer_get_payload):
21955         * gst-libs/gst/rtp/gstrtpbuffer.h:
21956         Don't subclass GstBuffer but add methods and helper functions
21957         to construct and manipulate RTP packets in regular GstBuffers.
21958
21959 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
21960
21961         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21962           moved statement below switch
21963         * gst/volume/gstvolume.c: (gst_volume_class_init):
21964           added debug ptr
21965
21966 2005-08-16  Wim Taymans  <wim@fluendo.com>
21967
21968         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21969         (gst_base_audio_src_change_state):
21970         Open and close device in READY<->NULL state change.
21971
21972 2005-08-16  Andy Wingo  <wingo@pobox.com>
21973
21974         * examples/seeking/Makefile.am: Don't compile non-compiling
21975         compiled objects with the compiler.
21976
21977         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
21978         elements.
21979
21980 2005-08-12  Philippe Khalaf <burger@speedy.org>
21981         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21982         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21983           Made a thread to release the queue.
21984           Removed timestamp conversion for now.
21985
21986 2005-08-10  Philippe Khalaf <burger@speedy.org>
21987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21988         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21989           Added rtp timestamp -> gst timestamp conversion.
21990           Fixed several problems with queue.
21991
21992 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
21993
21994         * gst-libs/gst/audio/gstaudioclock.h:
21995         * gst-libs/gst/audio/gstaudiofilter.h:
21996         * gst-libs/gst/audio/gstaudiosink.h:
21997         * gst-libs/gst/audio/gstaudiosrc.h:
21998         * gst-libs/gst/audio/gstbaseaudiosink.h:
21999         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22000         * gst-libs/gst/audio/gstringbuffer.h:
22001         * gst-libs/gst/net/gstnetbuffer.h:
22002         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22003         * gst-libs/gst/rtp/gstrtpbuffer.h:
22004           Add padding (you will need to rebuild gst-plugins-base,
22005           gst-plugins and all applications afterwards!)
22006
22007 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22008
22009         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22010         (gst_riff_parse_chunk):
22011           Fix bug in debug message and add some more debug messages.
22012
22013 2005-08-08  Edward Hervey  <edward@fluendo.com>
22014
22015         * gst-libs/gst/riff/riff-media.c:
22016         backported updates since branch
22017
22018 2005-08-08  Andy Wingo  <wingo@pobox.com>
22019
22020         * gst-libs/gst/audio/gstbaseaudiosink.c
22021         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22022         like good elements should. Close on READY->NULL too.
22023
22024         * gst-libs/gst/audio/gstaudiosink.c
22025         (gst_audioringbuffer_open_device,
22026         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22027         (gst_audioringbuffer_release): Updates for new ring buffer API,
22028         hook into the new audio sink api.
22029
22030         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22031         (GstAudioSinkClass.close): Just open and close the device -- no
22032         resource allocation or configuration.
22033         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22034         vmethods, handle device setup and resource allocation.
22035
22036         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22037         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22038         base class API.
22039
22040         * gst-libs/gst/audio/gstringbuffer.h
22041         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22042         New vmethods.
22043
22044         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22045         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22046         New API functions. The device should be opened before acquiring
22047         and closed after releasing.
22048
22049 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22050
22051         * gst-libs/gst/interfaces/mixer.h:
22052           Reset padding to GST_PADDING.
22053
22054 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22055
22056         * gst/playback/gstplaybin.c: (remove_sinks):
22057           Remove visualization from parent explicitely; works around some
22058           apparent refcount issue that I haven't tracked down yet.
22059
22060 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22061
22062         * ext/alsa/gstalsasink.c: (set_hwparams):
22063           Assign debug category, add negotiation debug msgs.
22064
22065 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22066
22067         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22068           Fix error code for file-not-found to NOT_FOUND.
22069
22070 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22071
22072         * common/gtk-doc-plugins.mak:
22073         * docs/plugins/Makefile.am:
22074         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22075         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22076           renamed to actual element names, so much nicer to look at
22077         * docs/plugins/tmpl/gstmultifdsink.sgml:
22078           remove
22079         * docs/plugins/tmpl/multifdsink.sgml:
22080         * docs/plugins/tmpl/tcpserversink.sgml:
22081           add
22082         * ext/alsa/gstalsa.c:
22083         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22084         * ext/ogg/gstoggmux.c:
22085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22086         * gst/playback/gstdecodebin.c:
22087         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22088         * gst/tcp/gsttcpserversink.c:
22089           various fixes and documentation additions
22090
22091 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22092
22093         * common/Makefile.am:
22094         * common/gstdoc-scangobj:
22095         * common/gtk-doc-plugins.mak:
22096         * common/gtk-doc.mak:
22097           add a custom scangobj that uses the registry
22098           add a custom gtk-doc-plugins.mak that uses it
22099           some doc build fixes
22100         * configure.ac:
22101         * docs/Makefile.am:
22102         * docs/plugins/Makefile.am:
22103         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22104         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22105         * docs/plugins/gst-plugins-base-plugins.types:
22106         * docs/plugins/tmpl/gstmultifdsink.sgml:
22107           add docs for one element, multifdsink
22108         * gst/adder/gstadder.h:
22109         * gst/volume/gstvolume.h:
22110           don't privatize enum
22111         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22112         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22113         (gst_sync_method_get_type), (gst_client_status_get_type),
22114         (gst_multifdsink_class_init),
22115         (gst_multifdsink_client_queue_buffer),
22116         (gst_multifdsink_handle_client_write):
22117         * gst/tcp/gstmultifdsink.h:
22118         * gst/tcp/gsttcp.h:
22119         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22120         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22121         (gst_tcpclientsink_render):
22122         * gst/tcp/gsttcpclientsink.h:
22123         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22124         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22125         (gst_tcpclientsrc_start):
22126         * gst/tcp/gsttcpclientsrc.h:
22127         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22128         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22129         * gst/tcp/gsttcpserversrc.h:
22130         * gst/typefind/gsttypefindfunctions.c:
22131           remove superfluous Type stuff
22132
22133 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22134
22135         * gst/playback/gstplaybin.c: (gen_video_element):
22136           Enable videoscale.
22137
22138 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * gst-libs/gst/gconf/gconf.c:
22141         * gst-libs/gst/gconf/gconf.h:
22142           Fix some Andy Problem [tm].
22143
22144 2005-08-04  Andy Wingo  <wingo@pobox.com>
22145
22146         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22148         (gst_ffmpegcsp_get_size): Adapt to API changes.
22149
22150         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22151         Implement an in-place do-nothing transform.
22152
22153 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22154
22155         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22156         (gst_ximagesink_renegotiate_size):
22157           Do not set new window sizes yet if we prepare a new buffer size
22158           for upstream renegotiation (software scaling) at some point in the
22159           future, because this new size waqs not actually accepted yet. Once
22160           accepted, renegotiation later on will set the new sizes just fine.
22161           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22162           embedding testcase.
22163
22164 2005-08-03  Andy Wingo  <wingo@pobox.com>
22165
22166         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22167         (gst_ximagesink_buffer_alloc): 
22168         Protect the height, width, and desired_caps with the pool_lock.
22169         Fixes videotestsrc ! queue ! ximagesink.
22170
22171 2005-08-02  Edward Hervey  <edward@fluendo.com>
22172
22173         * gst/volume/gstvolume.c:
22174         include left from controller cleanup
22175
22176 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22178           Stop collectpads before calling the parent state
22179           change function on PAUSED->READY.
22180
22181 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22182         * configure.ac:
22183           When testing for X libs, use the X CFlags 
22184         * gst/adder/gstadder.c: (gst_adder_change_state):
22185           Stop the collectpads before calling parent state change function
22186           on PAUSED->READY, otherwise we deadlock deactivating pads.
22187
22188 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22189
22190         * configure.ac:
22191         * docs/libs/tmpl/gstcolorbalance.sgml:
22192         * docs/libs/tmpl/gstmixer.sgml:
22193         * examples/Makefile.am:
22194         * gst/sine/Makefile.am:
22195         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22196         (gst_sinesrc_set_property), (plugin_init):
22197         * gst/sine/gstsinesrc.h:
22198         * gst/volume/Makefile.am:
22199         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22200         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22201         (volume_process_float), (volume_process_int16),
22202         (volume_set_property), (plugin_init):
22203         * gst/volume/gstvolume.h:
22204           deactivate and remove dparams (libgstcontrol)
22205
22206 2005-07-29  Wim Taymans  <wim@fluendo.com>
22207
22208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22209         Convert me to BaseTransform!! help..
22210
22211 2005-07-29  Andy Wingo  <wingo@pobox.com>
22212
22213         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22214         sinks.
22215
22216         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22217         support of both endiannesses.
22218
22219 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22220
22221         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22222           Fix confusing debug message (s/event/query/)
22223
22224 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22225
22226         * gst/videotestsrc/videotestsrc.h:
22227           Use "_stdint.h" instead of <stdint.h>
22228
22229 2005-07-27  Wim Taymans  <wim@fluendo.com>
22230
22231         * ext/vorbis/Makefile.am:
22232         Revert wrong commit.
22233
22234 2005-07-27  Wim Taymans  <wim@fluendo.com>
22235
22236         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22237         More compilation fixen.
22238
22239 2005-07-27  Wim Taymans  <wim@fluendo.com>
22240
22241         * gst-libs/gst/audio/gstbaseaudiosink.c:
22242         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22243         (gst_base_audio_sink_create_ringbuffer),
22244         (gst_base_audio_sink_change_state):
22245         Fix compilation.
22246
22247 2005-07-27  Wim Taymans  <wim@fluendo.com>
22248
22249         * examples/seeking/seek.c: (setup_dynamic_link),
22250         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22251         (query_positions_elems), (query_positions_pads), (do_seek):
22252         Update seek example.
22253
22254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22255         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22256         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22257         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22258         (gst_ogg_demux_handle_event),
22259         (gst_ogg_demux_deactivate_current_chain),
22260         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22261         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22262         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22263         (gst_ogg_demux_loop):
22264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22265         * ext/theora/theoradec.c: (theora_dec_src_event),
22266         (theora_dec_src_getcaps), (theora_dec_sink_event),
22267         (theora_dec_push), (theora_dec_chain):
22268         * ext/vorbis/Makefile.am:
22269         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22270         (vorbis_dec_sink_event), (vorbis_dec_push),
22271         (vorbis_handle_data_packet):
22272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22273         (gst_vorbisenc_chain):
22274         * gst/playback/gststreaminfo.c: (cb_probe):
22275         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22276         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22277         * gst/videoscale/gstvideoscale.c:
22278         (gst_videoscale_handle_src_event):
22279         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22280         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22281         (gst_ximagesink_navigation_send_event):
22282         * sys/xvimage/xvimagesink.c:
22283         (gst_xvimagesink_navigation_send_event):
22284         Various event updates and cleanups
22285
22286 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22287
22288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22289           Fix segfault for I420/YV12.
22290
22291 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22292
22293         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22294           Report bitrate.
22295
22296 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22297
22298         * gst/playback/gstplaybin.c: (gen_video_element),
22299         (gen_audio_element):
22300           Switch to auto*sink elements as default sinks; add volume element
22301           so that volume control in totem works.
22302
22303 2005-07-21  Wim Taymans  <wim@fluendo.com>
22304
22305         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22306         * gst/playback/gstplaybin.c: (setup_sinks),
22307         (gst_play_bin_change_state):
22308         Refcount fix and more comments.
22309
22310 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22311
22312         * sys/ximage/Makefile.am:
22313         * sys/ximage/ximage.c: (plugin_init):
22314         * sys/ximage/ximagesink.c:
22315         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22316         
22317
22318 2005-07-21  Wim Taymans  <wim@fluendo.com>
22319
22320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22321         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22322         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22323         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22324         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22325         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22326         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22327         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22328         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22329         Generate correct disconts for live chained oggs.
22330
22331         * gst-libs/gst/audio/gstbaseaudiosink.c:
22332         (gst_base_audio_sink_render),
22333         (gst_base_audio_sink_create_ringbuffer),
22334         (gst_base_audio_sink_change_state):
22335         Handle discont math correctly.
22336
22337         * gst/playback/gstplaybin.c: (add_sink):
22338         Some small debug cleanup.
22339
22340 2005-07-21  Wim Taymans  <wim@fluendo.com>
22341
22342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22343         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22344         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22345         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22346         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22347         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22348         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22349         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22350         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22351         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22352         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22353         (gst_ogg_demux_change_state), (gst_ogg_print):
22354         Reorganize code to send the right disconts when in streaming
22355         mode.
22356
22357 2005-07-20  Andy Wingo  <wingo@pobox.com>
22358
22359         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22360         fix (?), fixes a seggie mcfalterson (#310894).
22361
22362 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22363
22364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22365         (gst_ogg_mux_set_header_on_caps):
22366         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22367         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22368         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22369         * gst-libs/gst/audio/multichannel.c:
22370         (gst_audio_set_channel_positions),
22371         (gst_audio_set_structure_channel_positions_list):
22372         * gst/playback/gstdecodebin.c: (dynamic_create):
22373         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22374         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22375           Fixes for API changes in core.
22376
22377 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22378
22379         * gst/playback/gstplaybasebin.c: (fill_buffer):
22380           Use _new_custom() so we can set custom message types for buffering
22381           messages.
22382
22383 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22384
22385         * configure.ac:
22386         * gst-libs/gst/Makefile.am:
22387         * gst-libs/gst/gconf/.cvsignore:
22388         * gst-libs/gst/gconf/Makefile.am:
22389         * gst-libs/gst/gconf/test-gconf.c:
22390         * pkgconfig/Makefile.am:
22391         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22392         * pkgconfig/gstreamer-gconf.pc.in:
22393           Remove gconf stuff, use gconf elements instead from now on.
22394
22395 2005-07-20  Wim Taymans  <wim@fluendo.com>
22396
22397         * gst-libs/gst/audio/TODO:
22398         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22399         (gst_audio_clock_get_internal_time):
22400         * gst-libs/gst/audio/gstaudioclock.h:
22401         * gst-libs/gst/audio/gstbaseaudiosink.c:
22402         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22403         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22404         (gst_base_audio_sink_render),
22405         (gst_base_audio_sink_create_ringbuffer),
22406         (gst_base_audio_sink_change_state):
22407         Make sure the audio clock always returns an increasing value.
22408
22409 2005-07-19  Andy Wingo  <wingo@pobox.com>
22410
22411         * gst/videotestsrc/: Cleanups.
22412
22413 2005-07-19  Wim Taymans  <wim@fluendo.com>
22414
22415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22416         Better debugging.
22417
22418 2005-07-19  Wim Taymans  <wim@fluendo.com>
22419
22420         * examples/seeking/seek.c: (make_dv_pipeline),
22421         (make_vorbis_theora_pipeline), (query_rates),
22422         (query_positions_elems), (query_positions_pads), (do_seek):
22423         Make correct DV pipeline.
22424
22425 2005-07-18  Andy Wingo  <wingo@pobox.com>
22426
22427         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22428         default. Also because it's the only thing that really works. (This
22429         is used in the GConf elements).
22430         Use AS_LIBTOOL_TAGS.
22431
22432 2005-07-18  Wim Taymans  <wim@fluendo.com>
22433
22434         * gst/playback/gstdecodebin.c: (remove_element_chain):
22435         * gst/playback/gstplaybin.c: (add_sink):
22436         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22437         (gst_stream_info_set_mute):
22438         * gst/playback/gststreamselector.c:
22439         (gst_stream_selector_get_linked_pad),
22440         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22441         More leak and compile fixes.
22442
22443 2005-07-18  Wim Taymans  <wim@fluendo.com>
22444
22445         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22446         (query_rates), (query_positions_elems), (query_positions_pads),
22447         (do_seek), (seek_cb), (stop_seek):
22448         Updated seek example. 
22449
22450         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22451         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22452         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22453         * gst/playback/gstplaybin.c: (add_sink):
22454         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22455         (gst_stream_info_set_mute):
22456         Some refcount leak fixes.
22457
22458 2005-07-16  Wim Taymans  <wim@fluendo.com>
22459
22460         * gst-libs/gst/audio/gstbaseaudiosink.c:
22461         (gst_base_audio_sink_render):
22462         Align samples even if we have roundoff errors in the 
22463         timestamp conversion.
22464
22465 2005-07-16  Wim Taymans  <wim@fluendo.com>
22466
22467         * docs/libs/tmpl/gstringbuffer.sgml:
22468         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22469         (query_rates), (query_positions_elems), (query_positions_pads),
22470         (update_scale), (do_seek):
22471         Updated seek example.
22472
22473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22474         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22475         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22476         (gst_ogg_demux_loop):
22477         Push out correct discont values.
22478
22479         * ext/theora/theoradec.c: (theora_dec_src_convert),
22480         (theora_dec_sink_convert), (theora_dec_src_getcaps),
22481         (theora_dec_sink_event), (theora_handle_type_packet),
22482         (theora_handle_header_packet), (theora_dec_push),
22483         (theora_handle_data_packet), (theora_dec_chain),
22484         (theora_dec_change_state):
22485         Better timestamping.
22486
22487         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22488         (vorbis_dec_sink_event), (vorbis_dec_push),
22489         (vorbis_handle_data_packet), (vorbis_dec_chain):
22490         * ext/vorbis/vorbisdec.h:
22491         Better timestamping.
22492
22493         * gst-libs/gst/audio/gstbaseaudiosink.c:
22494         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
22495         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22496         Handle syncing on timestamps instead of sample offsets. Make
22497         use of DISCONT values as described in design docs.
22498
22499         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22500         (gst_base_audio_src_get_time):
22501         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
22502         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
22503         (gst_ring_buffer_read):
22504         * gst-libs/gst/audio/gstringbuffer.h:
22505         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
22506         (gst_ximagesink_show_frame):
22507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22508         Correcly convert buffer timestamp to stream time.
22509
22510 2005-07-16  Wim Taymans  <wim@fluendo.com>
22511
22512         * gst/audioconvert/gstaudioconvert.c:
22513         (gst_audio_convert_get_buffer):
22514         Timestamp buffers correctly.
22515
22516         * gst/playback/gstplaybin.c: (gen_video_element):
22517         Make internal fakesink silent.
22518
22519 2005-07-15  Wim Taymans  <wim@fluendo.com>
22520
22521         * gst/ffmpegcolorspace/Makefile.am:
22522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22523         (gst_ffmpegcsp_caps_remove_format_info),
22524         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
22525         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
22526         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
22527         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
22528         Ported ffmpegcolorspace to basetransform.
22529
22530         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
22531         * gst/volume/gstvolume.c: (volume_transform):
22532         Ported to new API.
22533
22534 2005-07-14  Wim Taymans  <wim@fluendo.com>
22535
22536         * gst/videotestsrc/Makefile.am:
22537         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
22538         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
22539         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
22540         (gst_videotestsrc_init), (gst_videotestsrc_event),
22541         (gst_videotestsrc_create), (gst_videotestsrc_start),
22542         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
22543         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22544         (gst_videotestsrc_get_property):
22545         * gst/videotestsrc/gstvideotestsrc.h:
22546         Make videotestsrc a pushsrc.
22547
22548 2005-07-14  Wim Taymans  <wim@fluendo.com>
22549
22550         * gst/tcp/gstfdset.c: (gst_fdset_free):
22551         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22552         (gst_multifdsink_add), (gst_multifdsink_remove),
22553         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22554         (gst_multifdsink_remove_client_link),
22555         (gst_multifdsink_client_queue_data),
22556         (gst_multifdsink_client_queue_caps),
22557         (gst_multifdsink_client_queue_buffer),
22558         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22559         (gst_multifdsink_stop):
22560         * gst/tcp/gstmultifdsink.h:
22561         0.8 backporting.
22562
22563         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
22564         Also draw image when not from a pool.
22565
22566 2005-07-14  Wim Taymans  <wim@fluendo.com>
22567
22568         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
22569         (mute_stream), (silence_stream):
22570         Small debug additions.
22571
22572 2005-07-14  Wim Taymans  <wim@fluendo.com>
22573
22574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
22575         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22576         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
22577         Better error recovery, ignore unconnected pads and
22578         non-fatal errors.
22579
22580 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22581
22582         * docs/libs/tmpl/gstaudio.sgml:
22583         * docs/libs/tmpl/gstcolorbalance.sgml:
22584         * docs/libs/tmpl/gstgconf.sgml:
22585         * docs/libs/tmpl/gstmixer.sgml:
22586         * docs/libs/tmpl/gstringbuffer.sgml:
22587         * docs/libs/tmpl/gsttuner.sgml:
22588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22589         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22590         (gst_tcpclientsrc_class_init):
22591         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22592         (gst_tcpserversrc_class_init):
22593         * sys/v4l/gstv4lelement.c:
22594           more autistic cleanliness in functions/names/defines
22595
22596 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22597
22598         * configure.ac:
22599           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
22600           added manually to each Makefile.am so we are sure it goes
22601           *last* and doesn't add -L flags before linking in libs of our
22602           own, like, say, internal .la libs, that then accidentally pick
22603           up the installed copy.
22604         * docs/libs/Makefile.am:
22605         * ext/alsa/Makefile.am:
22606         * ext/cdparanoia/Makefile.am:
22607         * ext/gnomevfs/Makefile.am:
22608         * ext/libvisual/Makefile.am:
22609         * ext/ogg/Makefile.am:
22610         * ext/theora/Makefile.am:
22611         * ext/vorbis/Makefile.am:
22612         * gst-libs/gst/video/Makefile.am:
22613         * gst/adder/Makefile.am:
22614         * gst/audioconvert/Makefile.am:
22615         * gst/audiorate/Makefile.am:
22616         * gst/audioscale/Makefile.am:
22617         * gst/ffmpegcolorspace/Makefile.am:
22618         * gst/playback/Makefile.am:
22619         * gst/sine/Makefile.am:
22620         * gst/subparse/Makefile.am:
22621         * gst/tags/Makefile.am:
22622         * gst/tcp/Makefile.am:
22623         * gst/typefind/Makefile.am:
22624         * gst/videorate/Makefile.am:
22625         * gst/videoscale/Makefile.am:
22626         * gst/videotestsrc/Makefile.am:
22627         * gst/volume/Makefile.am:
22628         * sys/v4l/Makefile.am:
22629         * sys/ximage/Makefile.am:
22630         * sys/xvimage/Makefile.am:
22631           adapt properly to this change. This should make sure that
22632           plugins and libs properly link to the as-yet-uninstalled
22633           copies of stuff like libgstinterfaces and libgstvideo
22634
22635 2005-07-13  Andy Wingo  <wingo@pobox.com>
22636
22637         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
22638         (gst_v4lsrc_fixate): Fixate on format as well.
22639
22640         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
22641         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
22642         buffer points to it.
22643         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
22644         rather just doing X calls ourselves. Also fixes a memleak.
22645
22646 2005-07-12  Andy Wingo  <wingo@pobox.com>
22647
22648         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
22649         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
22650         (gst_v4lsrc_create): Re-add the copy-mode property, default to
22651         TRUE to avoid deadlocks if an element holds on to our buffers.
22652
22653 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22654
22655         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22656         (gst_sinesrc_init), (gst_sinesrc_create),
22657         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
22658         (gst_sinesrc_start):
22659         * gst/sine/gstsinesrc.h:
22660           removing num-buffers property before moving it
22661
22662 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22663
22664         * configure.ac:
22665           use overridable ERROR_CFLAGS
22666         * docs/libs/gst-plugins-base-libs.types:
22667         * docs/libs/tmpl/gstringbuffer.sgml:
22668         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
22669         (gst_alsasink_class_init):
22670         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22671         (gst_alsasrc_class_init):
22672         * gst-libs/gst/audio/audio.h:
22673         * gst-libs/gst/audio/gstaudioclock.h:
22674         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
22675         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
22676         (gst_audio_filter_link), (gst_audio_filter_init),
22677         (gst_audio_filter_chain), (gst_audio_filter_set_property),
22678         (gst_audio_filter_get_property),
22679         (gst_audio_filter_class_add_pad_templates):
22680         * gst-libs/gst/audio/gstaudiofilter.h:
22681         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22682         (gst_audio_filter_template_get_type),
22683         (gst_audio_filter_template_base_init),
22684         (gst_audio_filter_template_class_init),
22685         (gst_audio_filter_template_init),
22686         (gst_audio_filter_template_set_property),
22687         (gst_audio_filter_template_get_property), (plugin_init),
22688         (gst_audio_filter_template_setup),
22689         (gst_audio_filter_template_filter),
22690         (gst_audio_filter_template_filter_inplace):
22691         * gst-libs/gst/audio/gstaudiosink.c:
22692         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22693         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
22694         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22695         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22696         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
22697         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
22698         * gst-libs/gst/audio/gstaudiosink.h:
22699         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22700         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22701         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22702         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
22703         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
22704         (gst_audio_src_class_init), (gst_audio_src_init),
22705         (gst_audio_src_create_ringbuffer):
22706         * gst-libs/gst/audio/gstaudiosrc.h:
22707         * gst-libs/gst/audio/gstbaseaudiosink.c:
22708         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
22709         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22710         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
22711         (gst_base_audio_sink_set_property),
22712         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
22713         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
22714         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
22715         (gst_base_audio_sink_create_ringbuffer),
22716         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
22717         * gst-libs/gst/audio/gstbaseaudiosink.h:
22718         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22719         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
22720         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
22721         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
22722         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
22723         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
22724         (gst_base_audio_src_event), (gst_base_audio_src_create),
22725         (gst_base_audio_src_create_ringbuffer),
22726         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
22727         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22728         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
22729         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
22730         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
22731         (gst_ring_buffer_debug_spec_caps),
22732         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
22733         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
22734         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
22735         (gst_ring_buffer_start), (gst_ring_buffer_pause),
22736         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
22737         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
22738         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
22739         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
22740         (gst_ring_buffer_clear):
22741         * gst-libs/gst/audio/gstringbuffer.h:
22742         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
22743         (gst_video_sink_class_init), (gst_video_sink_get_type):
22744         * gst-libs/gst/video/videosink.h:
22745         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22746         (gst_multifdsink_class_init),
22747         (gst_multifdsink_handle_client_write),
22748         (gst_multifdsink_change_state):
22749         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22750         (gst_tcpclientsink_setcaps):
22751         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22752         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
22753         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
22754         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22755         (gst_ximagesink_send_pending_navigation),
22756         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
22757         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
22758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
22759         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
22760         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
22761         (gst_xvimagesink_send_pending_navigation),
22762         (gst_xvimagesink_navigation_send_event),
22763         (gst_xvimagesink_set_xwindow_id),
22764         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
22765         (gst_xvimagesink_get_type):
22766         more macro splitting
22767
22768 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22769
22770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22771           plug a memleak, allows me to import 1479 albums in one go
22772           in jamboree
22773         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22774         (vorbis_handle_type_packet), (vorbis_dec_chain),
22775         (vorbis_dec_change_state):
22776           fix some format strings
22777
22778 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22779
22780         * docs/libs/tmpl/gstcolorbalance.sgml:
22781         * docs/libs/tmpl/gstmixer.sgml:
22782         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
22783         (gst_alsasink_set_property), (gst_alsasink_get_property):
22784         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
22785         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
22786           add device property
22787
22788 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22789
22790         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22791         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22792         (audiocast_register_listener), (audiocast_thread_run),
22793         (gst_gnomevfssrc_send_additional_headers_callback),
22794         (gst_gnomevfssrc_received_headers_callback),
22795         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
22796         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
22797         (gst_gnomevfssrc_get_size):
22798           add/clean up debugging
22799         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
22800           cleanups
22801
22802 2005-07-07  Andy Wingo  <wingo@pobox.com>
22803
22804         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
22805         framerate. Need to get a handle on when exactly this function is
22806         called, tho.
22807
22808         * sys/v4l/v4lsrc_calls.h:
22809         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
22810         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
22811         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
22812
22813         * sys/v4l/v4l_calls.h: Cast to V4lElement.
22814         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
22815         v4lelements are sources.
22816
22817         * sys/v4l/gstv4lxoverlay.h:
22818         * sys/v4l/gstv4lxoverlay.c:
22819         * sys/v4l/gstv4ltuner.h:
22820         * sys/v4l/gstv4ltuner.c: Header loc fixen.
22821         
22822         * sys/v4l/gstv4lsrc.h:
22823         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
22824         PushSrc/BaseSrc. Removed most sync-related properties, videorate
22825         or something should handle that. Made a live source.
22826
22827         * sys/v4l/gstv4lelement.h:
22828         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
22829         signals. Some cleanups.
22830
22831         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
22832
22833         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
22834         stuff.
22835
22836         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
22837         stuff.
22838
22839         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
22840
22841 2005-07-07  Wim Taymans  <wim@fluendo.com>
22842
22843         * ext/theora/theoradec.c: (theora_get_query_types),
22844         (theora_dec_src_getcaps), (theora_dec_push):
22845         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
22846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
22847         Remove deprecated/unused query types.
22848
22849 2005-07-06  Wim Taymans  <wim@fluendo.com>
22850
22851         * ext/alsa/Makefile.am:
22852         * ext/alsa/gstalsaplugin.c: (plugin_init):
22853         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
22854         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22855         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
22856         (gst_alsasrc_class_init), (gst_alsasrc_init),
22857         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
22858         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
22859         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
22860         (gst_alsasrc_reset):
22861         * ext/alsa/gstalsasrc.h:
22862         * gst-libs/gst/audio/Makefile.am:
22863         * gst-libs/gst/audio/gstaudiosink.c:
22864         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22865         (gst_audioringbuffer_start):
22866         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22867         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22868         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
22869         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
22870         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22871         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22872         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
22873         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
22874         * gst-libs/gst/audio/gstaudiosrc.h:
22875         * gst-libs/gst/audio/gstbaseaudiosink.c:
22876         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
22877         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
22878         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
22879         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22880         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
22881         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
22882         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
22883         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
22884         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
22885         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
22886         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
22887         (gst_baseaudiosrc_change_state):
22888         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22889         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
22890         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
22891         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
22892         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
22893         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
22894         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
22895         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
22896         * gst-libs/gst/audio/gstringbuffer.h:
22897         Added audiosource base classes.
22898         Ported alsasrc, still very basic.
22899
22900 2005-07-06  Wim Taymans  <wim@fluendo.com>
22901
22902         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
22903         (theora_dec_push), (theora_handle_data_packet):
22904         Prepare for better timestamp fix later.
22905
22906         * gst/audioconvert/gstaudioconvert.c:
22907         List most accurate caps first
22908
22909         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
22910         Use proper pad task function.
22911
22912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22913         (gst_xvimagesink_show_frame):
22914         Fix deadlock when alloc failed.
22915
22916 2005-07-05  Andy Wingo  <wingo@pobox.com>
22917
22918         * ext/gnomevfs/gstgnomevfssrc.c:
22919         * gst/sine/gstsinesrc.c:
22920         * gst/tcp/gsttcpserversrc.c:
22921         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
22922
22923         * sys/v4l/: Port from 0.8.
22924
22925         * Many files: Null if we got it....
22926
22927 2005-07-05  Andy Wingo  <wingo@pobox.com>
22928
22929         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
22930         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
22931         Signedness fixes.
22932
22933 2005-07-05  Wim Taymans  <wim@fluendo.com>
22934
22935         * configure.ac:
22936         * gst/tcp/Makefile.am:
22937         * gst/tcp/README:
22938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22939         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
22940         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22941         (is_sync_frame), (gst_multifdsink_handle_client_write),
22942         (gst_multifdsink_render), (gst_multifdsink_start),
22943         (gst_multifdsink_stop), (gst_multifdsink_change_state):
22944         * gst/tcp/gstmultifdsink.h:
22945         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
22946         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
22947         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
22948         * gst/tcp/gsttcp.h:
22949         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22950         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22951         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22952         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
22953         * gst/tcp/gsttcpclientsink.h:
22954         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22955         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
22956         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
22957         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
22958         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
22959         * gst/tcp/gsttcpclientsrc.h:
22960         * gst/tcp/gsttcpplugin.c: (plugin_init):
22961         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
22962         * gst/tcp/gsttcpserversink.h:
22963         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22964         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
22965         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
22966         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22967         (gst_tcpserversrc_stop):
22968         * gst/tcp/gsttcpserversrc.h:
22969         * gst/tcp/gsttcpsink.c:
22970         * gst/tcp/gsttcpsink.h:
22971         * gst/tcp/gsttcpsrc.c:
22972         * gst/tcp/gsttcpsrc.h:
22973         Ported tcp plugins to 0.9. 
22974         
22975
22976 2005-07-05  Andy Wingo  <wingo@pobox.com>
22977
22978         * gst/playback/gstplaybasebin.c (fill_buffer):
22979         message_new_application fixen.
22980
22981         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
22982         Style fix.
22983
22984 2005-07-04  Wim Taymans  <wim@fluendo.com>
22985
22986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22987         Set caps on output buffer.
22988
22989 2005-07-04  Andy Wingo  <wingo@pobox.com>
22990
22991         * ext/gnomevfs/gstgnomevfssrc.c
22992         (gst_gnomevfssrc_received_headers_callback) 
22993         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
22994         hopefully.
22995
22996         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
22997         No refcount leakage.
22998
22999         * configure.ac: Enable -Werror.
23000         
23001         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23002         * gst/audioconvert/bufferframesconvert.c
23003         (buffer_frames_convert_fixate):
23004         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23005         (gst_audio_convert_fixate):
23006         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23007         (gst_sinesrc_create): Fixate func changes.
23008         
23009         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23010         (gst_ximagesink_buffer_alloc): Unused var.
23011
23012 2005-07-01  Andy Wingo  <wingo@pobox.com>
23013
23014         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23015         getcaps to do explicit caps. Needs to be done in all decoders,
23016         possibly via a base class.
23017
23018         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23019
23020         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23021         caps on the sink pad, just rely on the pad template. Also, setting
23022         ANY caps on a pad is not valid because the caps are not fixed.
23023
23024         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23025         caps on the buffer, and get the width from the desired_caps if
23026         they're set.
23027         (gst_ximagesink_renegotiate_size): Implement via setting the
23028         desired_caps on the ximagesink.
23029         (gst_ximagesink_setcaps): Only reset the width of the player if it
23030         wasn't already set. Not sure if this is right.
23031         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23032
23033         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23034         that the user wants. NULL unless the window has been resized.
23035
23036         * gst/volume/gstvolume.c (volume_transform): Adapt to
23037         basetransform refcount changes.
23038         
23039 2005-07-01  Andy Wingo  <wingo@pobox.com>
23040
23041         * gst/videoscale/gstvideoscale.c:
23042         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23043         from BaseTransform, implements a transform_caps. Removed dead code
23044         including some PAR stuff that was never reached -- should probably
23045         be added back somehow.
23046
23047 2005-07-01  Andy Wingo  <wingo@pobox.com>
23048
23049         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23050         come later.
23051
23052 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23053
23054         * configure.ac:
23055         * docs/libs/Makefile.am:
23056         * docs/libs/gst-plugins-libs.types:
23057         * ext/alsa/Makefile.am:
23058         * ext/alsa/gstalsamixer.h:
23059         * ext/alsa/gstalsamixeroptions.h:
23060         * ext/alsa/gstalsamixertrack.h:
23061         * gst-libs/gst/Makefile.am:
23062         * gst-libs/gst/colorbalance/.cvsignore:
23063         * gst-libs/gst/colorbalance/Makefile.am:
23064         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23065         * gst-libs/gst/colorbalance/colorbalance.c:
23066         * gst-libs/gst/colorbalance/colorbalance.h:
23067         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23068         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23069         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23070         * gst-libs/gst/interfaces/Makefile.am:
23071         * gst-libs/gst/interfaces/colorbalance.c:
23072         (gst_color_balance_class_init):
23073         * gst-libs/gst/interfaces/colorbalance.h:
23074         * gst-libs/gst/interfaces/interfaces-marshal.list:
23075         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23076         * gst-libs/gst/interfaces/mixer.h:
23077         * gst-libs/gst/interfaces/mixeroptions.h:
23078         * gst-libs/gst/interfaces/navigation.c:
23079         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23080         * gst-libs/gst/interfaces/tuner.h:
23081         * gst/volume/Makefile.am:
23082         * gst/volume/gstvolume.c:
23083         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23084         * sys/ximage/Makefile.am:
23085         * sys/ximage/ximagesink.c:
23086         * sys/xvimage/Makefile.am:
23087         * sys/xvimage/xvimagesink.c:
23088           fold in all interfaces into an interfaces dir, preserving CVS
23089           history
23090
23091 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23092
23093         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23094           Fix build after riff changes.
23095
23096 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23097
23098         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23099         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23100         (gst_riff_create_video_template_caps),
23101         (gst_riff_create_audio_template_caps),
23102         (gst_riff_create_iavs_template_caps):
23103         * gst-libs/gst/riff/riff-media.h:
23104         * gst-libs/gst/riff/riff-read.h:
23105         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23106           Add gst_riff_init() to initialize the debug category, instead
23107           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23108
23109 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23110
23111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23112           Oops, I shouldn't apply hacks.
23113
23114 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23115
23116         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23117           Remove pad_loop function which doesn't work.
23118
23119 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23120
23121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23122           Send EOS when deactivating.
23123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23124         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23125         (gen_preroll_element), (probe_triggered), (mute_stream),
23126         (silence_stream), (new_decoded_pad), (setup_substreams),
23127         (set_active_source):
23128         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23129         (remove_sinks), (add_sink):
23130         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23131           Change for new probe API.
23132
23133 2005-06-29  Wim Taymans  <wim@fluendo.com>
23134
23135         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23136         * gst-libs/gst/audio/gstbaseaudiosink.c:
23137         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23138         (gst_baseaudiosink_change_state):
23139         * gst-libs/gst/audio/gstbaseaudiosink.h:
23140         * gst-libs/gst/audio/gstringbuffer.c:
23141         (gst_ringbuffer_set_callback):
23142         Fix compilation error.
23143         Ringbuffer starts out as not running.
23144         Free our clock in dispose.
23145         When releasing the ringbuffer we need to renegotiate so
23146         clear the pad caps.
23147
23148 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23149
23150         * autogen.sh:
23151         * configure.ac:
23152         * docs/Makefile.am:
23153         * docs/libs/Makefile.am:
23154         * docs/libs/gst-plugins-libs-docs.sgml:
23155         * docs/libs/gst-plugins-libs-sections.txt:
23156         * docs/libs/gst-plugins-libs.types:
23157         * docs/libs/tmpl/gstaudio.sgml:
23158         * docs/libs/tmpl/gstcolorbalance.sgml:
23159         * docs/libs/tmpl/gstringbuffer.sgml:
23160         * gst-libs/gst/audio/gstringbuffer.c:
23161         (gst_ringbuffer_set_callback):
23162           reinstate gtk-doc docs for plugin libs
23163
23164 2005-06-28  Wim Taymans  <wim@fluendo.com>
23165
23166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23167         (gst_ogg_demux_init):
23168         Removed pad loop function.
23169
23170 2005-06-28  Wim Taymans  <wim@fluendo.com>
23171
23172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23173         If we're building a chain we are not in an error case
23174         when we queue a buffer.
23175
23176 2005-06-28  Andy Wingo  <wingo@pobox.com>
23177
23178         * *.c: Don't cast to GstObject before reffing/unreffing.
23179
23180 2005-06-27  Andy Wingo  <wingo@pobox.com>
23181
23182         * gst/videotestsrc/gstvideotestsrc.c
23183         (gst_videotestsrc_activate_push): Activation API changes.
23184
23185         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23186         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23187         they have refs on the decodebin.
23188
23189         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23190         parent class.
23191         (gst_ogg_pad_typefind): Don't leak a pad ref.
23192         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23193         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23194         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23195
23196 2005-06-27  Edward Hervey  <edward@fluendo.com>
23197
23198         * ext/theora/theoradec.c: (theora_dec_change_state): 
23199         re-arranged call to parent's state change in order to avoid locks (or
23200         worse).
23201
23202 2005-06-26  Edward Hervey  <edward@fluendo.com>
23203
23204         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23205         2nd argument of 'unknow-type' signal is a GstCaps and not a
23206         GstMiniObject
23207
23208 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23209         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23210           Set the worker thread's running flag to TRUE before starting the
23211           thread.
23212         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23213           Catch a failure to add typefind to the bin.
23214
23215 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23216
23217         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23218         (gst_sinesrc_init), (gst_sinesrc_create),
23219         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23220         (gst_sinesrc_start):
23221         * gst/sine/gstsinesrc.h:
23222           add num-buffers and timestamp-offset properties
23223         * gst/videotestsrc/gstvideotestsrc.c:
23224         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23225         (gst_videotestsrc_get_property):
23226           add timestamp-offset property
23227
23228 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23229
23230         * configure.ac: add videorate
23231         * gst-plugins-base.spec.in: add videorate
23232
23233 2005-06-23  Wim Taymans  <wim@fluendo.com>
23234
23235         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23236         (gst_videorate_getcaps), (gst_videorate_setcaps),
23237         (gst_videorate_event), (gst_videorate_chain):
23238         Fixed videorate, fixating an already fixated caps is not
23239         an error.
23240
23241 2005-06-23  Wim Taymans  <wim@fluendo.com>
23242
23243         * ext/ogg/README:
23244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23245         Buffer on caps is not boxed anymore.
23246
23247 2005-06-22  Wim Taymans  <wim@fluendo.com>
23248
23249         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23250         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23251         Set buffers on caps as miniobjects and not as boxed.
23252
23253 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23254
23255         * configure.ac:
23256           back to HEAD
23257
23258 === release 0.9.1 ===
23259
23260 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23261
23262         * .cvsignore:
23263         * NEWS:
23264         * README:
23265         * RELEASE:
23266         * configure.ac:
23267         * po/af.po:
23268         * po/az.po:
23269         * po/cs.po:
23270         * po/en_GB.po:
23271         * po/hu.po:
23272         * po/it.po:
23273         * po/nb.po:
23274         * po/nl.po:
23275         * po/or.po:
23276         * po/sq.po:
23277         * po/sr.po:
23278         * po/sv.po:
23279         * po/uk.po:
23280         * po/vi.po:
23281           updates for release
23282
23283 2005-06-09  Andy Wingo  <wingo@pobox.com>
23284
23285         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23286         
23287 2005-06-09  Andy Wingo  <wingo@pobox.com>
23288
23289         * configure.ac:
23290         * gst-libs/gst/Makefile.am:
23291         * gst-libs/gst/net/Makefile.am:
23292         Add gstnet to build.
23293
23294 2005-06-09  Andy Wingo  <wingo@pobox.com>
23295
23296         * gst-libs/gst/gconf/gconf.c:
23297         * gst/playback/test.c:
23298         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23299         fixes.
23300
23301         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23302
23303         * ext/theora/theoraenc.c (theora_enc_chain): 
23304         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23305
23306         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23307         RealPad.
23308
23309 2005-06-02  Wim Taymans  <wim@fluendo.com>
23310
23311         * gst-libs/gst/net/Makefile.am:
23312         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23313         * pkgconfig/gstreamer-libs.pc.in:
23314         Added net stuff, version net lib.
23315
23316 2005-06-02  Wim Taymans  <wim@fluendo.com>
23317
23318         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23319         (query_rates), (query_positions_elems), (query_positions_pads),
23320         (do_seek):
23321         Updated seek example.
23322
23323 2005-06-02  Andy Wingo  <wingo@pobox.com>
23324
23325         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23326         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23327         list.
23328
23329         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23330         remove the typefind, the bin dispose will do it for us. When it's
23331         removed and unreffed, the signal handler will be disconnected,
23332         too.
23333         (unlinked): It's too difficult to disconnect from unlinked
23334         handlers, as they are on pads not elements. Just punt if the pads
23335         aren't grandkids of the bin.
23336
23337 2005-06-02  Wim Taymans  <wim@fluendo.com>
23338
23339         * ext/ogg/README:
23340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23341         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23343         * ext/theora/theoradec.c: (theora_dec_src_query),
23344         (theora_handle_data_packet):
23345         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23346         (theora_enc_chain):
23347         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23348         (vorbis_handle_data_packet):
23349         * gst/audioconvert/bufferframesconvert.c:
23350         (buffer_frames_convert_chain):
23351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23352         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23353         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23354         (gst_ffmpegcsp_chain):
23355         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23356         (gst_videorate_getcaps), (gst_videorate_setcaps),
23357         (gst_videorate_event), (gst_videorate_chain):
23358         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23359         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23360         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23361         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23362         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23363         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23364         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23365         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23366         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23367         Cleanups and buffer alloc.
23368
23369 2005-05-31  Wim Taymans  <wim@fluendo.com>
23370
23371         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23372         Don't try to call the delay method when the device is not
23373         opened.
23374
23375 2005-05-31  Wim Taymans  <wim@fluendo.com>
23376
23377         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23378         Get actual segment size and buffer size after opening
23379         the device.
23380
23381 2005-05-30  Wim Taymans  <wim@fluendo.com>
23382
23383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23384         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23385         Also FLUSH upstream, makes the loop function exit faster.
23386         
23387         * ext/theora/theoradec.c: (theora_dec_src_query):
23388         Some more debug info in the query.
23389         
23390         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23391         (gst_ximagesink_setcaps):
23392         Release lock on par error, better error reporting.
23393
23394 2005-05-26  Wim Taymans  <wim@fluendo.com>
23395
23396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23397         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23398         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23399         Clear chains in READY
23400         Queue packets until the chain is activated.
23401
23402 2005-05-25  Wim Taymans  <wim@fluendo.com>
23403
23404         * gst-libs/gst/audio/gstaudiosink.c:
23405         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23406         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23407         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23408         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23409         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23410         (gst_audiosink_create_ringbuffer):
23411         * gst-libs/gst/audio/gstbaseaudiosink.c:
23412         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23413         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23414         (gst_baseaudiosink_set_property), (build_linear_format),
23415         (debug_spec_caps), (debug_spec_buffer),
23416         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23417         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23418         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23419         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23421         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23422         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23423         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23424         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23425         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23426         (wait_segment), (gst_ringbuffer_commit),
23427         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23428         (gst_ringbuffer_clear):
23429         Various small cleanups.
23430
23431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23432         (gst_audio_convert_change_state):
23433         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23434         No need to take the locks anymore.
23435
23436 2005-05-25  Wim Taymans  <wim@fluendo.com>
23437
23438         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23439         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23440         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23441         (type_found):
23442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23443         (group_destroy), (group_commit), (queue_overrun),
23444         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23445         (mute_stream), (new_decoded_pad), (setup_substreams),
23446         (setup_source), (mute_group_type), (set_active_source),
23447         (gst_play_base_bin_change_state):
23448         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23449         (gen_video_element), (gen_text_element), (gen_audio_element),
23450         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23451         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23452         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23453         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23454         Some playbin cleanups mostly refcounting sloppyness.
23455
23456 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23457
23458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23459           Work with streaming input.
23460
23461 2005-05-25  Wim Taymans  <wim@fluendo.com>
23462
23463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23464         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23465         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23466         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23467         No need to take the STREAM lock anymore.
23468
23469 2005-05-25  Wim Taymans  <wim@fluendo.com>
23470
23471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23472         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23473         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23474         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23475         (gst_ogg_demux_sink_activate):
23476         * ext/theora/theoradec.c: (theora_dec_src_event),
23477         (theora_handle_comment_packet), (theora_dec_chain),
23478         (theora_dec_change_state):
23479         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23480         (vorbis_handle_data_packet), (vorbis_dec_chain),
23481         (vorbis_dec_change_state):
23482         Remove STREAM locks as they are taken in core now.
23483         Never set bogus granulepos on vorbis/theora.
23484         Fix leaks in theoradec tag parsing.
23485
23486 2005-05-25  Wim Taymans  <wim@fluendo.com>
23487
23488         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23489         Fix memleaks, GST_BUFFER_DATA() is not freed.
23490
23491 2005-05-25  Wim Taymans  <wim@fluendo.com>
23492
23493         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23494         Open non-blocking, set to blocking mode afterwards to avoid
23495         lockups when audio device is busy.
23496
23497 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23498
23499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
23500           This can't be good.
23501
23502 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23503
23504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23505         (gst_audio_convert_chain), (gst_audio_convert_link_src),
23506         (gst_audio_convert_setcaps):
23507           Implement instant setup switching.
23508
23509 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23510
23511         * gst/playback/gstplaybasebin.c: (probe_triggered):
23512           Fix missing unlock.
23513         * gst/playback/gstplaybin.c: (add_sink):
23514           First add, then link (otherwise pad link fails).
23515
23516 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23517
23518         * examples/Makefile.am:
23519         fix buildbot (make distcheck)
23520
23521 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23522
23523         * gst/playback/gstplaybin.c: (gen_vis_element):
23524           Remove some wrong code. Doesn't work yet.
23525
23526 2005-05-19  Wim Taymans  <wim@fluendo.com>
23527
23528         * gst-libs/gst/net/Makefile.am:
23529         * gst-libs/gst/net/README:
23530         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
23531         (gst_netbuffer_class_init), (gst_netbuffer_init),
23532         (gst_netbuffer_finalize), (gst_netbuffer_copy),
23533         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
23534         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
23535         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
23536         * gst-libs/gst/net/gstnetbuffer.h:
23537         Added buffer subclass to store extra to/from addresses for
23538         network sources/sinks.
23539
23540 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23541
23542         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
23543           Don't lock an unassigned variable.
23544
23545 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23546
23547         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23548           Increase buffer for video, decrease buffer for other media types.
23549         * gst/playback/gstplaybin.c: (gen_video_element),
23550         (gen_audio_element):
23551           Change names for debugging purposes.
23552
23553 2005-05-18  Wim Taymans  <wim@fluendo.com>
23554
23555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23556         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23557         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23558         (gst_ffmpegcsp_chain):
23559         Enable buffer alloc passthrough if the source and dest
23560         formats are the same.
23561
23562 2005-05-17  Wim Taymans  <wim@fluendo.com>
23563
23564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
23565         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
23566         (gst_ogg_demux_chain_unlocked):
23567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23568         (gst_audio_convert_caps_remove_format_info),
23569         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23570         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
23571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23572         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23573         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
23574         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
23575         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23576         (gst_ffmpegcsp_get_property):
23577         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23578         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23579         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23580         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
23581         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
23582         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23583         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
23584         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
23585         Leak fixes in oggdemux.
23586         Some cleanups in audioconvert.
23587         Make passthrough work along with buffer_alloc etc.
23588         Make buffer_alloc and buffer recycling actually work in
23589         xvimagesink.
23590
23591 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23592
23593         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
23594           make the compiler happy
23595
23596 2005-05-17  Wim Taymans  <wim@fluendo.com>
23597
23598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23599         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
23600         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
23601         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
23602         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23603         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
23604         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
23605         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23606         (gst_xvimagesink_set_xwindow_id):
23607         * sys/xvimage/xvimagesink.h:
23608         Port xvimagesink to new MiniObject.
23609
23610 2005-05-17  Wim Taymans  <wim@fluendo.com>
23611
23612         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23613         (gst_audiofilter_chain):
23614         * gst-libs/gst/audio/gstaudiosink.c:
23615         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23616         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23617         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23618         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23619         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23620         (gst_audiosink_create_ringbuffer):
23621         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23622         (gst_audio_convert_caps_remove_format_info),
23623         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23624         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23626         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23627         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23628         Fix passthrough in ffmpegcolorspace.
23629         Fix memset in audiosink on wrong memory.
23630
23631 2005-05-16  David Schleef  <ds@schleef.org>
23632
23633         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
23634         to GstMiniObject.
23635
23636 2005-05-16  David Schleef  <ds@schleef.org>
23637
23638         Port from GstData to GstMiniObject.
23639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
23641         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
23642         (gst_ogg_mux_collected):
23643         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23644         * ext/theora/theoradec.c: (theora_handle_comment_packet),
23645         (theora_handle_data_packet):
23646         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23647         (theora_set_header_on_caps), (theora_enc_chain):
23648         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23649         (vorbis_handle_comment_packet):
23650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23651         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23652         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
23653         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
23654         * gst/audioconvert/gstaudioconvert.c:
23655         (gst_audio_convert_get_buffer):
23656         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23657         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23658         (mute_stream), (silence_stream):
23659         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
23660         * gst/volume/gstvolume.c: (volume_transform):
23661         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
23662         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
23663         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
23664         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23665         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
23666         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
23667         (gst_ximagesink_buffer_alloc):
23668         * sys/ximage/ximagesink.h:
23669
23670 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23671
23672         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23673         (fill_buffer), (check_queue), (queue_threshold_reached),
23674         (queue_out_of_data):
23675         * gst/playback/gstplaybasebin.h:
23676           Post buffer-fullness on the bus.
23677
23678 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23679
23680         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23681         (try_to_link_1):
23682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23683         (group_commit), (probe_triggered), (setup_source),
23684         (gst_play_base_bin_change_state):
23685         * gst/playback/gstplaybasebin.h:
23686         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23687         (gst_play_bin_init), (remove_sinks), (setup_sinks),
23688         (gst_play_bin_change_state):
23689           Move setup_output_pads into a virtual function, remove
23690           group-switch (no longer needed) and redirect (handled by bus
23691           now) signals.
23692
23693 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23694
23695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23696         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
23697         (get_active_group), (get_building_group), (group_destroy),
23698         (group_commit), (check_queue), (queue_overrun),
23699         (queue_threshold_reached), (queue_out_of_data),
23700         (gen_preroll_element), (remove_groups), (unknown_type),
23701         (add_element_stream), (no_more_pads), (probe_triggered),
23702         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
23703         (setup_substreams), (setup_source), (finish_source),
23704         (prepare_output), (muted_group_change_state),
23705         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23706         (gst_play_base_bin_change_state):
23707         * gst/playback/gstplaybasebin.h:
23708         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23709         (gst_play_bin_init), (gst_play_bin_set_property),
23710         (gen_video_element), (gen_text_element), (gen_audio_element),
23711         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
23712         (gst_play_bin_change_state):
23713         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
23714         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
23715         (stream_info_change_state), (gst_stream_info_set_mute),
23716         (gst_stream_info_get_property):
23717         * gst/playback/gststreaminfo.h:
23718         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
23719         (gst_stream_selector_get_linked_pad),
23720         (gst_stream_selector_getcaps),
23721         (gst_stream_selector_get_linked_pads),
23722         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
23723         * gst/playback/gststreamselector.h:
23724           Rough port of playbin. Needs some more work, but is mostly done,
23725           and uses a few locks in important places, which should make stuff
23726           like chain-switches clean. Still uses GST_STATE() in a few places,
23727           which isn't all that good an idea, subtitles/elements disabled
23728           because no elements to test with and thus probably broken, query
23729           and event handling moved to GstBin, internal thread removed
23730           alltogether because the pipeline does that for us now. Can play
23731           Ogg/Vorbis files. Haven't tested anything else yet.
23732
23733 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23734
23735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
23736           Do no-more-pads (needed for autoplugging).
23737
23738 2005-05-10  Andy Wingo  <wingo@pobox.com>
23739
23740         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
23741         message to the bus with the tags. Still not sent downstream tho.
23742
23743         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
23744         get_parent.
23745         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
23746         avoid refcounting hassles.
23747
23748 2005-05-09  Andy Wingo  <wingo@pobox.com>
23749
23750         * gst/volume/Makefile.am:
23751         * gst/volume/demo.c
23752         * gst/volume/gstvolume.h
23753         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
23754         basetransform. Probably need an audio filter base class.
23755
23756 2005-05-09  Wim Taymans  <wim@fluendo.com>
23757
23758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
23759         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23760         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
23761         (gst_vorbisenc_chain):
23762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23763         (gst_audio_convert_caps_remove_format_info),
23764         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23765         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23766         Make caps writable before writing to it.
23767         Fix negotiation in audioconvert some more.
23768
23769 2005-05-09  Wim Taymans  <wim@fluendo.com>
23770
23771         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23772         (gst_videorate_getcaps), (gst_videorate_setcaps),
23773         (gst_videorate_event), (gst_videorate_chain):
23774         Better negotiation.
23775
23776 2005-05-09  Wim Taymans  <wim@fluendo.com>
23777
23778         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23779         (gst_videorate_getcaps), (gst_videorate_setcaps),
23780         (gst_videorate_blank_data), (gst_videorate_init),
23781         (gst_videorate_event), (gst_videorate_chain),
23782         (gst_videorate_change_state):
23783         Port videorate, do a better job at negotiation while we're at
23784         it.
23785
23786 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
23787
23788         * configure.ac:
23789           Disable libvisual
23790
23791         * examples/Makefile.am:
23792         * gst-libs/gst/audio/Makefile.am:
23793         * gst-libs/gst/riff/Makefile.am:
23794         * gst-libs/gst/tag/Makefile.am:
23795         * gst-libs/gst/video/Makefile.am:
23796           Fixups for missing variables.
23797
23798 2005-05-09  Wim Taymans  <wim@fluendo.com>
23799
23800         * examples/seeking/seek.c: (make_theora_pipeline),
23801         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
23802         (query_rates), (query_positions_elems), (query_positions_pads),
23803         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
23804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
23805         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
23806         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
23807         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
23808         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
23809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23810         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23811         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23812         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
23813         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
23814         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
23815         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
23816         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
23817         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
23818         (theora_dec_src_convert), (theora_dec_sink_convert),
23819         (theora_dec_src_query), (theora_dec_sink_query),
23820         (theora_dec_src_event), (theora_dec_sink_event),
23821         (theora_handle_comment_packet), (theora_handle_type_packet),
23822         (theora_handle_header_packet), (theora_handle_data_packet),
23823         (theora_dec_chain):
23824         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23825         (vorbis_dec_convert), (vorbis_dec_src_query),
23826         (vorbis_dec_sink_query), (vorbis_dec_src_event),
23827         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23828         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23829         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
23830         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
23831         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
23832         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
23833         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23834         (gst_play_bin_query):
23835         * gst/playback/test3.c: (update_scale):
23836         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
23837         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
23838         * gst/subparse/gstsubparse.c: (gst_subparse_init):
23839         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23840         (gst_videotestsrc_src_query):
23841         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
23842         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
23843         (paint_hline_YUV9):
23844         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23845         Port to new query API.
23846         Updated seek.
23847         Cleanups in x[v]imagesink
23848
23849 2005-05-09  Andy Wingo  <wingo@pobox.com>
23850
23851         * ext/alsa/gstalsasink.h:
23852         * ext/gnomevfs/gstgnomevfssrc.c:
23853         (gst_gnomevfssrc_get_icy_metadata):
23854         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
23855         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
23856         * ext/theora/theoradec.c (theora_dec_src_query)
23857         (theora_dec_src_event, theora_dec_sink_event)
23858         (theora_handle_comment_packet, theora_handle_data_packet):
23859         * ext/theora/theoraenc.c (theora_enc_chain):
23860         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
23861         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
23862         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23863         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
23864         (qt_type_find):
23865         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
23866         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
23867         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
23868         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
23869         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
23870         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
23871         (paint_setup_xBGR8888, paint_setup_RGBx8888)
23872         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
23873         (paint_setup_RGB565, paint_setup_xRGB1555):
23874         * gst/videotestsrc/videotestsrc.h:
23875         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
23876         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
23877         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
23878         GCC4 fixes.
23879         
23880         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
23881         gst_pad_query_position. Fixes oggdemux.
23882
23883 2005-05-08  David Schleef  <ds@schleef.org>
23884
23885         * configure.ac: Require liboil.
23886         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
23887         a few more.
23888         * gst/videotestsrc/videotestsrc.c:
23889         * gst/videotestsrc/videotestsrc.h:
23890
23891 2005-05-06  Wim Taymans  <wim@fluendo.com>
23892
23893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23894         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23895         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23896         Well, unreffing a buffer right before pushing it is asking
23897         for trouble..
23898
23899 2005-05-06  Christian Schaller  <uraeus@gnome.org>
23900
23901         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
23902
23903 2005-05-06  Wim Taymans  <wim@fluendo.com>
23904
23905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23906         (gst_audio_convert_caps_remove_format_info),
23907         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23908         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23910         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23911         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23912         * gst/sine/Makefile.am:
23913         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
23914         (gst_sinesrc_class_init), (gst_sinesrc_init),
23915         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
23916         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
23917         (gst_sinesrc_update_freq):
23918         * gst/sine/gstsinesrc.h:
23919         * gst/tcp/gstmultifdsink.c:
23920         * sys/xvimage/xvimagesink.c:
23921         Fixed negotiation wrt _peer_get_caps()
23922         Some cleanups.
23923
23924
23925 2005-05-06  Wim Taymans  <wim@fluendo.com>
23926
23927         * gst-libs/gst/audio/gstaudiosink.c:
23928         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23929         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23930         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23931         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23932         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23933         (gst_audiosink_create_ringbuffer):
23934         * gst-libs/gst/audio/gstbaseaudiosink.c:
23935         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23936         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23937         (gst_baseaudiosink_set_property), (build_linear_format),
23938         (debug_spec_caps), (debug_spec_buffer),
23939         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23940         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23941         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23942         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23943         * gst-libs/gst/audio/gstbaseaudiosink.h:
23944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23945         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23946         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23947         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23948         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23949         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23950         (wait_segment), (gst_ringbuffer_commit),
23951         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23952         (gst_ringbuffer_clear):
23953         * gst-libs/gst/audio/gstringbuffer.h:
23954         Make the base audiosink return an error when there is no
23955         audiobuffer negotiated.
23956
23957 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23958
23959         * ext/Makefile.am:
23960         Disable cdparanoia until someone ports it!
23961
23962 2005-05-06  Wim Taymans  <wim@fluendo.com>
23963
23964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23965         (gst_ogg_demux_sink_activate):
23966         And revert after wingo's revert.. sigh..
23967
23968 2005-05-05  Andy Wingo  <wingo@pobox.com>
23969
23970         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
23971         GObject.
23972         * configure.ac: Return audiorate and subparse from the ghetto.
23973         Re-enable -Wall -Werror.
23974         * gst/subparse/gstsubparse.c:
23975         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
23976         or chain-based. Cleaned up a bit. Not tested.
23977         
23978 2005-05-05  Christian Schaller <christian@fluendo.com> 
23979
23980         * Makefile.am: remove stuff that is not building
23981         * configure.ac: remove stuff that is not building
23982         * examples/Makefile.am: remove stuff that is not building
23983         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
23984         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
23985         * sys/Makefile.am: remove stuff that is not building
23986         * testsuite/Makefile.am: remove stuff that is not building
23987
23988 2005-05-05  Andy Wingo  <wingo@pobox.com>
23989
23990         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23991         * gst-libs/gst/tag/gstvorbistag.c:
23992         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
23993         * gst/adder/gstadder.h:
23994         * gst/audioconvert/gstchannelmix.c:
23995         (gst_audio_convert_fill_one_other):
23996         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
23997         (gst_audiorate_init), (gst_audiorate_chain):
23998         * gst/playback/gstplaybasebin.c: (setup_source):
23999         * gst/playback/test3.c: (update_scale):
24000         Some GCC4 fixes
24001         
24002         * po/af.po:
24003         * po/az.po:
24004         * po/cs.po:
24005         * po/en_GB.po:
24006         * po/hu.po:
24007         * po/it.po:
24008         * po/nb.po:
24009         * po/nl.po:
24010         * po/or.po:
24011         * po/sq.po:
24012         * po/sr.po:
24013         * po/sv.po:
24014         * po/uk.po:
24015         * po/vi.po: Foo
24016
24017 2005-05-05  Wim Taymans  <wim@fluendo.com>
24018
24019         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24020         (gst_audio_convert_caps_remove_format_info),
24021         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24022         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24023         * gst/videotestsrc/gstvideotestsrc.c:
24024         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24025         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24026         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24027         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24028         Don't ignore _push() return values.
24029         Make sure no processing is done when shutting down.
24030         Videotestsrc pad activation fix.
24031
24032 2005-05-05  Wim Taymans  <wim@fluendo.com>
24033
24034         * gst/adder/Makefile.am:
24035         * gst/adder/gstadder.c: (gst_adder_setcaps),
24036         (gst_adder_class_init), (gst_adder_init),
24037         (gst_adder_request_new_pad), (gst_adder_collected),
24038         (gst_adder_change_state):
24039         * gst/adder/gstadder.h:
24040         Ported adder as an example of a mixer element using
24041         collect pads. Needs more negotiation work.
24042
24043 2005-05-05  Wim Taymans  <wim@fluendo.com>
24044
24045         * ext/theora/theoradec.c: (_inc_granulepos),
24046         (theora_dec_src_event), (theora_dec_sink_event),
24047         (theora_handle_comment_packet), (theora_handle_type_packet),
24048         (theora_handle_header_packet), (theora_handle_data_packet),
24049         (theora_dec_chain):
24050         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24051         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24052         (theora_push_buffer), (theora_push_packet),
24053         (theora_enc_sink_event), (theora_enc_chain),
24054         (theora_enc_change_state), (theora_enc_set_property),
24055         (theora_enc_get_property):
24056         Added stream lock to decoder so that we can serialize
24057         the discont event.
24058         More theoraenc porting, recover from errors, do clean
24059         shutdown.
24060
24061 2005-05-05  Wim Taymans  <wim@fluendo.com>
24062
24063         * ext/ogg/Makefile.am:
24064         * ext/ogg/README:
24065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24066         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24067         (gst_ogg_print):
24068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24069         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24070         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24071         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24072         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24073         (gst_ogg_mux_change_state):
24074         Ported ogg muxer.
24075
24076 2005-05-05  Wim Taymans  <wim@fluendo.com>
24077
24078         * docs/design-audiosinks.txt:
24079         * gst-libs/gst/audio/TODO:
24080         * gst-libs/gst/audio/gstaudiosink.c:
24081         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24082         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24083         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24084         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24085         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24086         (gst_audiosink_create_ringbuffer):
24087         * gst-libs/gst/audio/gstbaseaudiosink.c:
24088         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24089         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24090         (gst_baseaudiosink_set_property), (build_linear_format),
24091         (debug_spec_caps), (debug_spec_buffer),
24092         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24093         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24094         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24095         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24096         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24097         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24098         (gst_ringbuffer_release), (gst_ringbuffer_play),
24099         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24100         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24101         (gst_ringbuffer_set_sample), (wait_segment),
24102         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24103         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24104         More work on the audiosink, mostly debugging and a race in
24105         shutdown.
24106
24107 2005-04-28  Wim Taymans  <wim@fluendo.com>
24108
24109         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24110         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24111         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24112         (vorbis_dec_src_query), (vorbis_dec_src_event),
24113         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24114         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24115         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24116         Don't crap out when seeking back to position 0.
24117
24118 2005-04-28  Wim Taymans  <wim@fluendo.com>
24119
24120         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24121         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24122         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24123         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24124         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24125         Make audio sink configurable, use alsasink as default.
24126
24127 2005-04-28  Wim Taymans  <wim@fluendo.com>
24128
24129         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24130         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24131         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24132         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24133         (vorbis_dec_change_state):
24134         * ext/vorbis/vorbisdec.h:
24135         Refactor, use STREAM_LOCK.
24136
24137 2005-04-28  Wim Taymans  <wim@fluendo.com>
24138
24139         * ext/theora/theoradec.c: (_inc_granulepos),
24140         (theora_dec_sink_event), (theora_handle_comment_packet),
24141         (theora_handle_type_packet), (theora_handle_header_packet),
24142         (theora_handle_data_packet), (theora_dec_chain),
24143         (theora_dec_change_state):
24144         Refactor a bit, use STREAM_LOCK.
24145
24146 2005-04-28  Wim Taymans  <wim@fluendo.com>
24147
24148         * ext/alsa/Makefile.am:
24149         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24150         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24151         (gst_alsa_link), (gst_alsa_close_audio):
24152         * ext/alsa/gstalsaplugin.c: (plugin_init):
24153         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24154         (gst_alsasink_dispose), (gst_alsasink_base_init),
24155         (gst_alsasink_class_init), (gst_alsasink_init),
24156         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24157         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24158         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24159         (gst_alsasink_reset):
24160         * ext/alsa/gstalsasink.h:
24161         Implement alsasink with simple open/write/close API. 
24162         Make alsa dir build by disabling compilation of code.
24163
24164 2005-04-28  Wim Taymans  <wim@fluendo.com>
24165
24166         * gst-libs/gst/audio/Makefile.am:
24167         * gst-libs/gst/audio/audio.h:
24168         * gst-libs/gst/audio/audioclock.c:
24169         * gst-libs/gst/audio/audioclock.h:
24170         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24171         (gst_audio_clock_class_init), (gst_audio_clock_init),
24172         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24173         * gst-libs/gst/audio/gstaudioclock.h:
24174         * gst-libs/gst/audio/gstaudiosink.c:
24175         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24176         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24177         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24178         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24179         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24180         (gst_audiosink_create_ringbuffer):
24181         * gst-libs/gst/audio/gstbaseaudiosink.c:
24182         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24183         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24184         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24185         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24186         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24187         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24188         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24189         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24190         * gst-libs/gst/audio/gstbaseaudiosink.h:
24191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24192         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24193         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24194         (gst_ringbuffer_release), (gst_ringbuffer_play),
24195         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24196         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24197         (gst_ringbuffer_set_sample), (wait_segment),
24198         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24199         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24200         * gst-libs/gst/audio/gstringbuffer.h:
24201         Make ringbuffer faster and more simple by removing the locks
24202         in the playback thread.
24203         Add sample accurate playback based on buffer sample offsets.
24204         Make the baseaudiosink provide a clock.
24205         Parse caps in the base class.
24206         Correctly handle seeking, flushing and state changes.
24207
24208 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24209
24210         * configure.ac:
24211         * gst/audioconvert/Makefile.am:
24212         * gst/audioscale/Makefile.am:
24213           Fix part of the build.  Come on guys, autogen didn't even work :)
24214
24215 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24216
24217         * configure.ac:
24218         * gst-libs/gst/Makefile.am:
24219         * gst-libs/gst/media-info/.cvsignore:
24220         * gst-libs/gst/media-info/Makefile.am:
24221         * gst-libs/gst/media-info/README:
24222         * gst-libs/gst/media-info/media-info-priv.c:
24223         * gst-libs/gst/media-info/media-info-priv.h:
24224         * gst-libs/gst/media-info/media-info-test.c:
24225         * gst-libs/gst/media-info/media-info.c:
24226         * gst-libs/gst/media-info/media-info.h:
24227         * gst-libs/gst/media-info/media-info.vcproj:
24228         * pkgconfig/Makefile.am:
24229         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24230         * pkgconfig/gstreamer-media-info.pc.in:
24231           Remove media-info, which is also successed by playbin (see Totem
24232           implementation).
24233
24234 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24235
24236         * configure.ac:
24237         * examples/Makefile.am:
24238         * examples/gstplay/.cvsignore:
24239         * examples/gstplay/Makefile.am:
24240         * examples/gstplay/player.c:
24241         * gst-libs/gst/Makefile.am:
24242         * gst-libs/gst/play/.cvsignore:
24243         * gst-libs/gst/play/Makefile.am:
24244         * gst-libs/gst/play/play.c:
24245         * gst-libs/gst/play/play.h:
24246         * gst-libs/gst/play/play.vcproj:
24247         * pkgconfig/Makefile.am:
24248         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24249         * pkgconfig/gstreamer-play.pc.in:
24250           Remove libgstplay, playbin is now the official successor.
24251
24252 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24253
24254         * configure.ac:
24255         * gst-libs/gst/Makefile.am:
24256         * gst-libs/gst/xwindowlistener/Makefile.am:
24257         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24258         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24259           Remove deprecated xwindowlistener (I've moved xwindowlistening
24260           in the v4l/v4l2 plugins over to serverside).
24261
24262 2005-04-25  David Schleef  <ds@schleef.org>
24263
24264         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24265         to examples/dynparams.  Examples do not belong interspersed with
24266         source code.
24267         * examples/dynparams/demo-dparams.c:
24268         * gst/sine/Makefile.am:
24269         * gst/sine/demo-dparams.c:
24270
24271 2005-04-25  David Schleef  <ds@schleef.org>
24272
24273         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24274         * gst-libs/gst/audio/Makefile.am:
24275         * gst-libs/gst/riff/Makefile.am:
24276         * gst-libs/gst/tag/Makefile.am:
24277         * gst-libs/gst/video/Makefile.am:
24278         * gst-libs/gst/xwindowlistener/Makefile.am:
24279
24280         Convert to 0.9 API, seems to work:
24281         * sys/ximage/Makefile.am:
24282         * sys/ximage/ximagesink.c:
24283
24284 2005-04-24  David Schleef  <ds@schleef.org>
24285
24286         Link plugins against libraries:
24287         * ext/alsa/Makefile.am:
24288         * gst/tcp/Makefile.am:
24289
24290         Remove asm code that should be in liboil
24291         * gst/videoscale/Makefile.am:
24292         * gst/videoscale/videoscale_x86_asm.s:
24293
24294         gettext wants these checked in:
24295         * po/af.po:
24296         * po/az.po:
24297         * po/cs.po:
24298         * po/en_GB.po:
24299         * po/hu.po:
24300         * po/it.po:
24301         * po/nb.po:
24302         * po/nl.po:
24303         * po/or.po:
24304         * po/sq.po:
24305         * po/sr.po:
24306         * po/sv.po:
24307         * po/uk.po:
24308         * po/vi.po:
24309
24310 2005-04-24  David Schleef  <ds@schleef.org>
24311
24312         Convert gst_main() to g_main_loop_run()
24313         * gst/playback/decodetest.c: (main):
24314         * gst/playback/test2.c: (main):
24315         * gst/playback/test3.c: (main):
24316         * gst/playback/test4.c: (main):
24317
24318         Link plugins against libraries:
24319         * ext/libvisual/Makefile.am:
24320         * sys/xvimage/Makefile.am:
24321
24322 2005-04-24  David Schleef  <ds@schleef.org>
24323
24324         * configure.ac: Remove idct and resample libs
24325         * gst-libs/gst/Makefile.am: same
24326
24327         Remove usage of gst_library_load():
24328         * ext/alsa/gstalsaplugin.c: (plugin_init):
24329         * ext/libvisual/visual.c: (plugin_init):
24330         * ext/ogg/gstogg.c: (plugin_init):
24331         * ext/theora/theora.c: (plugin_init):
24332         * ext/vorbis/vorbis.c: (plugin_init):
24333         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24334         * gst/audioscale/gstaudioscale.c:
24335         * gst/adder/gstadder.c: (plugin_init):
24336         * gst/audioconvert/plugin.c: (plugin_init):
24337         * sys/ximage/ximagesink.c: (plugin_init):
24338         * sys/xvimage/xvimagesink.c: (plugin_init):
24339         * gst/tcp/gsttcpplugin.c: (plugin_init):
24340
24341         Link plugins against libraries:
24342         * ext/ogg/Makefile.am:
24343         * ext/theora/Makefile.am:
24344         * ext/vorbis/Makefile.am:
24345         * gst/audioconvert/Makefile.am:
24346
24347         Create proper libraries:
24348         * gst-libs/gst/riff/Makefile.am:
24349         * gst-libs/gst/audio/Makefile.am:
24350         * gst-libs/gst/video/Makefile.am:
24351
24352         Move resample library to audioscale plugin directory:
24353         * gst-libs/gst/resample/Makefile.am:
24354         * gst-libs/gst/resample/README:
24355         * gst-libs/gst/resample/dtof.c:
24356         * gst-libs/gst/resample/dtos.c:
24357         * gst-libs/gst/resample/functable.c:
24358         * gst-libs/gst/resample/private.h:
24359         * gst-libs/gst/resample/resample.c:
24360         * gst-libs/gst/resample/resample.h:
24361         * gst-libs/gst/resample/resample.vcproj:
24362         * gst-libs/gst/resample/test.c:
24363         * gst/audioscale/Makefile.am:
24364         * gst/audioscale/README:
24365         * gst/audioscale/dtof.c:
24366         * gst/audioscale/dtos.c:
24367         * gst/audioscale/functable.c:
24368         * gst/audioscale/private.h:
24369         * gst/audioscale/resample.c:
24370         * gst/audioscale/resample.h:
24371         * gst/audioscale/test.c:
24372
24373         Move tagedit library to gst-libs:
24374         * gst-libs/gst/tag/Makefile.am:
24375         * gst-libs/gst/tag/gstid3tag.c:
24376         * gst-libs/gst/tag/gsttagediting.c:
24377         * gst-libs/gst/tag/gsttageditingprivate.h:
24378         * gst-libs/gst/tag/gstvorbistag.c:
24379         * gst/tags/Makefile.am:
24380         * gst/tags/gstid3tag.c:
24381         * gst/tags/gstvorbistag.c:
24382
24383         Fix for core changes:
24384         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24385         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24386         (gst_sinesrc_getrange):
24387
24388 2005-04-23  David Schleef  <ds@schleef.org>
24389
24390         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24391         in gst-plugins in a long time, and properly belongs in liboil.
24392         * gst-libs/gst/idct/Makefile.am:
24393         * gst-libs/gst/idct/README:
24394         * gst-libs/gst/idct/dct.h:
24395         * gst-libs/gst/idct/doieee:
24396         * gst-libs/gst/idct/fastintidct.c:
24397         * gst-libs/gst/idct/floatidct.c:
24398         * gst-libs/gst/idct/idct.c:
24399         * gst-libs/gst/idct/idct.h:
24400         * gst-libs/gst/idct/idtc.vcproj:
24401         * gst-libs/gst/idct/ieeetest.c:
24402         * gst-libs/gst/idct/intidct.c:
24403
24404 2005-04-20  Wim Taymans  <wim@fluendo.com>
24405
24406         * docs/design-audiosinks.txt:
24407         * gst-libs/gst/audio/Makefile.am:
24408         * gst-libs/gst/audio/TODO:
24409         * gst-libs/gst/audio/gstaudiosink.c:
24410         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24411         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24412         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24413         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24414         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24415         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24416         (gst_audiosink_class_init), (gst_audiosink_init),
24417         (gst_audiosink_create_ringbuffer):
24418         * gst-libs/gst/audio/gstaudiosink.h:
24419         * gst-libs/gst/audio/gstbaseaudiosink.c:
24420         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24421         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24422         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24423         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24424         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24425         (gst_baseaudiosink_create_ringbuffer),
24426         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24427         * gst-libs/gst/audio/gstbaseaudiosink.h:
24428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24429         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24430         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24431         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24432         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24433         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24434         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24435         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24436         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24437         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24438         * gst-libs/gst/audio/gstringbuffer.h:
24439         An attempt at a set of audio base classes together with some
24440         design docs.
24441
24442 2005-04-20  Wim Taymans  <wim@fluendo.com>
24443
24444         * gst/audioconvert/Makefile.am:
24445         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24446         (gst_audio_convert_caps_remove_format_info),
24447         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24448         (gst_audio_convert_channels):
24449         Link against audio libs.
24450         Fix audio convert plugin.
24451
24452 2005-04-20  Wim Taymans  <wim@fluendo.com>
24453
24454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24455         (gst_ogg_demux_sink_activate):
24456         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24457         (theora_set_header_on_caps), (theora_enc_sink_event),
24458         (theora_enc_chain):
24459         Fix theora encoder.
24460
24461 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24462
24463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24464         * gst/playback/gstdecodebin.c: (find_compatibles):
24465           Work with staticpadtemplates in elementfactories.
24466
24467 2005-04-12  Wim Taymans  <wim@fluendo.com>
24468
24469         * gst/playback/README:
24470         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24471         (compare_ranks), (print_feature), (gst_decode_bin_init),
24472         (dynamic_create), (dynamic_free), (find_compatibles),
24473         (mimetype_is_raw), (close_pad_link), (got_redirect),
24474         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24475         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24476         (gst_decode_bin_change_state):
24477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24478         (gst_play_base_bin_init), (group_destroy), (group_commit),
24479         (check_queue), (queue_overrun), (queue_threshold_reached),
24480         (queue_out_of_data), (gen_preroll_element), (unknown_type),
24481         (new_decoded_pad), (setup_subtitle), (gen_source_element),
24482         (got_redirect), (setup_source), (play_base_eos),
24483         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24484         (gst_play_base_bin_remove_element):
24485         * gst/playback/gstplaybasebin.h:
24486         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24487         (gst_play_bin_init), (gst_play_bin_dispose),
24488         (gst_play_bin_set_property), (gen_video_element),
24489         (gen_text_element), (gen_audio_element), (remove_sinks),
24490         (gst_play_bin_send_event):
24491         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24492         (stream_info_change_state), (gst_stream_info_set_mute):
24493         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24494         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
24495         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
24496         (gst_stream_selector_chain):
24497         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
24498         (main):
24499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24500         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
24501         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24502         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
24503         Raw and crude port of decodebin. 
24504         Make playbin compile.
24505
24506 2005-04-06  Wim Taymans  <wim@fluendo.com>
24507
24508         * ext/gnomevfs/Makefile.am:
24509         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24510         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24511         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24512         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
24513         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
24514         (gst_gnomevfssrc_stop):
24515         * ext/ogg/Makefile.am:
24516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
24517         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
24518         * ext/theora/Makefile.am:
24519         * ext/theora/theoradec.c: (_inc_granulepos),
24520         (theora_dec_sink_event), (theora_dec_chain):
24521         * ext/vorbis/Makefile.am:
24522         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24523         (vorbis_dec_sink_event), (vorbis_dec_chain):
24524         * gst-libs/gst/audio/Makefile.am:
24525         * sys/xvimage/Makefile.am:
24526         Make gnomevfssrc extend the source base class.
24527         Fix linking against libs in various plugins.
24528
24529 2005-04-06  Andy Wingo  <wingo@pobox.com>
24530
24531         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
24532         GST_BASE_LIBS.
24533
24534         * configure.ac: Add check and AC_SUBST for libgstbase.
24535
24536 2005-03-31  Wim Taymans  <wim@fluendo.com>
24537
24538         * examples/seeking/Makefile.am:
24539         * examples/seeking/cdparanoia.c: (main):
24540         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
24541         (play_cb), (pause_cb), (stop_cb), (main):
24542         * examples/seeking/playbin.c:
24543         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
24544         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
24545         (make_sid_pipeline), (make_vorbis_pipeline),
24546         (make_theora_pipeline), (make_vorbis_theora_pipeline),
24547         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24548         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
24549         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
24550         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
24551         (stop_cb), (main):
24552         * examples/seeking/spider_seek.c:
24553         * examples/seeking/vorbisfile.c:
24554         * ext/gnomevfs/Makefile.am:
24555         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24556         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
24557         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24558         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
24559         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
24560         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
24561         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
24562         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24563         * ext/ogg/README:
24564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
24565         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
24566         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
24567         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
24568         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
24569         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
24570         (gst_ogg_pad_event), (gst_ogg_pad_reset),
24571         (gst_ogg_demux_factory_filter), (compare_ranks),
24572         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
24573         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24574         (gst_ogg_chain_new), (gst_ogg_chain_free),
24575         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
24576         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
24577         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
24578         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
24579         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
24580         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
24581         (gst_ogg_demux_get_prev_page),
24582         (gst_ogg_demux_deactivate_current_chain),
24583         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
24584         (gst_ogg_demux_bisect_forward_serialno),
24585         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
24586         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
24587         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
24588         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
24589         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
24590         (gst_ogg_demux_change_state), (gst_ogg_print):
24591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24592         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
24593         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24594         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
24595         (gst_ogg_mux_loop):
24596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24597         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24598         (theora_dec_src_convert), (theora_dec_sink_convert),
24599         (theora_dec_src_query), (theora_dec_src_event),
24600         (theora_dec_sink_event), (theora_dec_chain),
24601         (theora_dec_change_state):
24602         * ext/theora/theoraenc.c: (gst_theora_enc_init),
24603         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
24604         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
24605         (theora_enc_change_state):
24606         * ext/vorbis/Makefile.am:
24607         * ext/vorbis/oggvorbisenc.c:
24608         * ext/vorbis/oggvorbisenc.h:
24609         * ext/vorbis/vorbis.c: (plugin_init):
24610         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24611         (vorbis_dec_src_query), (vorbis_dec_src_event),
24612         (vorbis_dec_sink_event), (vorbis_dec_chain),
24613         (vorbis_dec_change_state):
24614         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24615         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
24616         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24617         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
24618         (gst_vorbisenc_change_state):
24619         * ext/vorbis/vorbisenc.h:
24620         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
24621         * gst-libs/gst/audio/audioclock.c:
24622         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24623         (gst_audiofilter_init), (gst_audiofilter_chain):
24624         * gst-libs/gst/audio/testchannels.c: (main):
24625         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24626         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
24627         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
24628         (gmip_find_track_streaminfo), (gmip_find_track_format):
24629         * gst-libs/gst/media-info/media-info.c:
24630         (gst_media_info_read_idler):
24631         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
24632         (gst_play_get_all_by_interface):
24633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
24634         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
24635         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
24636         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
24637         (gst_riff_parse_info):
24638         * gst-libs/gst/riff/riff-read.h:
24639         * gst-libs/gst/riff/riff.c: (plugin_init):
24640         * gst-libs/gst/video/Makefile.am:
24641         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
24642         (gst_videosink_class_init), (gst_videosink_get_type):
24643         * gst-libs/gst/video/videosink.h:
24644         * gst/audioconvert/bufferframesconvert.c:
24645         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
24646         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
24647         * gst/audioconvert/channelmixtest.c: (main):
24648         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24649         (gst_audio_convert_chain),
24650         (gst_audio_convert_caps_remove_format_info),
24651         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
24652         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
24653         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
24654         (gst_audio_convert_buffer_to_default_format),
24655         (gst_audio_convert_buffer_from_default_format),
24656         (gst_audio_convert_channels):
24657         * gst/audioconvert/gstchannelmix.h:
24658         * gst/ffmpegcolorspace/avcodec.h:
24659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24660         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24661         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
24662         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
24663         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
24664         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24665         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24666         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
24667         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24668         (dv_type_find):
24669         * gst/videotestsrc/gstvideotestsrc.c:
24670         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
24671         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
24672         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
24673         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
24674         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
24675         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
24676         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
24677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24678         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
24679         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
24680         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
24681         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24682         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24683         (gst_xvimagesink_navigation_send_event),
24684         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
24685         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
24686         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24687         * sys/xvimage/xvimagesink.h:
24688         Plugin port to 0.9, ogg/theora playback should work in the seek
24689         example now.
24690         Removed old examples.
24691         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
24692         explained in 0.9 TODO doc.
24693
24694
24695 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24696
24697         * autogen.sh:
24698         * configure.ac:
24699         * ext/Makefile.am:
24700         * gst/Makefile.am:
24701         * po/POTFILES.in:
24702         * po/af.po:
24703         * po/az.po:
24704         * po/cs.po:
24705         * po/en_GB.po:
24706         * po/hu.po:
24707         * po/it.po:
24708         * po/nb.po:
24709         * po/nl.po:
24710         * po/or.po:
24711         * po/sq.po:
24712         * po/sr.po:
24713         * po/sv.po:
24714         * po/uk.po:
24715         * po/vi.po:
24716         * sys/Makefile.am:
24717         * testsuite/Makefile.am:
24718           remove a whole bunch of plugins.  This module now contains a set
24719           of free reference plugins/elements as agreed.
24720
24721 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24722
24723         * configure.ac:
24724           hunting season on 0.9 is now OPEN
24725
24726 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24727
24728         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24729           Kick the hell out of gcc for not warning me about a symbol conflict.
24730
24731 2005-02-22  Luca Ognibene  <luogni@tin.it>
24732
24733         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
24734
24735         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
24736           Don't leak caps string (fixes #168134)
24737
24738         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
24739         (gst_jpegenc_init), (gst_jpegenc_finalize),
24740         (gst_jpegenc_change_state):
24741           Don't leak line buffers and context struct (fixes #168133).
24742
24743 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
24744
24745         * configure.ac:
24746         * ext/dirac/gstdiracdec.cc:
24747         (gst_diracdec_chain):
24748           Since dirac 0.5.0 the framerate in dirac is expressed as a
24749           rational number. Fix build and up requirement to 0.5.0, and
24750           also pass parameters to gst_diracdec_link in the right order
24751           (fixes #167959).
24752
24753 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
24754
24755         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
24756         * ext/faad/gstfaad.h:
24757         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
24758         certain invalid muxed streams, where some packets will contain 
24759         junk after decoder data. Partially fixes #149158.
24760
24761 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
24762         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
24763           Make sure we only write to writable buffers
24764
24765 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
24766
24767         * gst-libs/gst/riff/riff-media.c:
24768         (gst_riff_create_audio_caps_with_data):
24769           Do actually fix invalid RIFF fmt header values for alaw
24770           and mulaw audio instead of just saying so.
24771
24772         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24773           Give gst_riff_create_audio_caps_with_data() a chance to
24774           fix up broken format header fields before extracting any
24775           parameters from the header. (fixes #167633)
24776
24777 2005-02-19  Martin Holters  <martin.holters@gmx.de>
24778
24779         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
24780
24781         * gst/audioconvert/bufferframesconvert.c:
24782         (buffer_frames_convert_link):
24783           Don't leak othercaps. (fixes #167878)
24784
24785 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
24786
24787         * configure.ac:
24788         * ext/libvisual/visual.c: (gst_visual_srclink),
24789         (gst_visual_change_state):
24790           Support libvisual 0.2.0.
24791
24792 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
24793
24794         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
24795         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
24796           Use same rowstrides for I420 as used everywhere else.
24797
24798 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
24799
24800         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
24801           Declare variables at beginning of block and make gcc-2.95 happy
24802           (fixes # 167482, patch by Gergely Nagy).
24803           
24804         * gst/tcp/gsttcpclientsrc.c:
24805         * gst/tcp/gsttcpclientsrc.h:
24806           Move some includes into the header, so that struct sockaddr_in is
24807           defined when it should be defined on FreeBSD as well (fixes
24808           #167483).
24809           
24810         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24811           Don't pass uninitialised values to setsockopt() here either.
24812
24813 2005-02-17  Luca Ognibene  <luogni at tin dot it>
24814
24815         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
24816
24817         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
24818           Don't pass uninitialised values to setsockopt(). (fixes #167704)
24819
24820 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24821
24822         * gst/playback/gstplaybin.c: (add_sink):
24823           Invert bin_add/link order to workaround deadlock in opt.
24824
24825 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24826
24827         * gst/modplug/gstmodplug.cc:
24828           Add missing break causing position queries to fail.
24829
24830 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24831
24832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
24833           Granpos can apparently be -1, which screws up calculations...
24834
24835 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
24836
24837         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24838         (gst_ximagesink_send_pending_navigation),
24839         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
24840         (gst_ximagesink_init):
24841         * sys/ximage/ximagesink.h:
24842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24843         (gst_xvimagesink_send_pending_navigation),
24844         (gst_xvimagesink_navigation_send_event),
24845         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
24846         * sys/xvimage/xvimagesink.h:
24847           Use a mutex protected list to marshal navigation
24848           events into the stream thread from whichever thread
24849           sends them.
24850
24851 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
24852
24853         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
24854           Display current position and track length; misc. clean-ups.
24855           
24856         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
24857         (speed_init), (speed_chain):
24858           Add query function, so that the stream length and current position
24859           get adjusted when queried (note that current position queries may
24860           still be wrong if the audio sink returns values based on buffer
24861           timestamps instead of passing on the query).
24862
24863 2005-02-13  Benjamin Otte  <otte@gnome.org>
24864
24865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24866         (gst_audio_convert_channels):
24867           create channel conversion matrix when linking
24868         * gst/audioconvert/.cvsignore:
24869         * gst/audioconvert/Makefile.am:
24870         * gst/audioconvert/channelmixtest.c: (main):
24871           add (ugly) test that ensures stereo <=> mono conversion works
24872           correctly
24873
24874 2005-02-13  Benjamin Otte  <otte@gnome.org>
24875
24876         * gst/audioconvert/gstchannelmix.h:
24877           include missing header file
24878         * gst/audioconvert/gstchannelmix.c:
24879         (gst_audio_convert_fill_compatible):
24880           use same sign for both channels when converting to/from compatible
24881           channel. Previously used different signs made the signals cancel
24882           each other out and appear like silence. (fixes #167269)
24883
24884 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
24885
24886         * gst/ffmpegcolorspace/avcodec.h:
24887         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24888         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24889         (gst_ffmpegcsp_avpicture_fill):
24890         * gst/ffmpegcolorspace/imgconvert.c:
24891           Convert to and from YV12 (fixes #156379).
24892
24893 2005-02-12  Julien MOUTTE  <julien@moutte.net>
24894
24895         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24896         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24897         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24898         (gst_ximagesink_expose), (gst_ximagesink_set_property),
24899         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
24900         methods from chain and negotiation and vice versa (Fixes #166142).
24901         * sys/ximage/ximagesink.h: Add stream_lock.
24902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24903         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24904         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24905         (gst_xvimagesink_expose): Check for xcontext before trying to link.
24906
24907 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
24908
24909         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
24910           Don't send "Hey! You gave me a NULL pointer you naughty person" as
24911           error message when we can't open the DVD device (when dvdnav_open()
24912           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
24913           the above). Send something more useful instead (fixes #167117).
24914
24915 2005-02-11  Julien MOUTTE  <julien@moutte.net>
24916
24917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
24918         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
24919         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24920         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24921         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
24922         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
24923         methods from chain and negotiation and vice versa (Fixes #166142).
24924         Fix a possible bug of images in the buffer pool being discarded because
24925         we are looking at the wrong geometry.
24926         * sys/xvimage/xvimagesink.h: Add stream_lock.
24927
24928 2005-02-11  David Schleef  <ds@schleef.org>
24929
24930         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
24931         unsigned int. (fixes #167128)
24932
24933 2005-02-11  David Schleef  <ds@schleef.org>
24934
24935         * gst/librfb/Makefile.am: Testing stuff before committing is
24936           for wimps... and people with fast machines.  Fix stupid
24937           mistake.
24938
24939 2005-02-11  David Schleef  <ds@schleef.org>
24940
24941         * configure.ac: Pull in librfb from my CVS tree, because it is
24942           too small and annoying to be separate.  Move rfbsrc plugin
24943           to gst/.
24944         * ext/Makefile.am:
24945         * ext/librfb/Makefile.am:
24946         * ext/librfb/gstrfbsrc.c:
24947         * gst/librfb/Makefile.am:
24948         * gst/librfb/gstrfbsrc.c:
24949         * gst/librfb/rfb.c:
24950         * gst/librfb/rfb.h:
24951         * gst/librfb/rfbbuffer.c:
24952         * gst/librfb/rfbbuffer.h:
24953         * gst/librfb/rfbbytestream.c:
24954         * gst/librfb/rfbbytestream.h:
24955         * gst/librfb/rfbcontext.h:
24956         * gst/librfb/rfbdecoder.c:
24957         * gst/librfb/rfbdecoder.h:
24958         * gst/librfb/rfbutil.h:
24959
24960 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
24961
24962         * gst/speed/Makefile.am:
24963         * gst/speed/demo-mp3.c: (main):
24964         * gst/speed/filter.func:
24965         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
24966         (speed_class_init), (speed_init), (speed_chain_int16),
24967         (speed_chain_float32), (speed_chain), (speed_set_property),
24968         (speed_get_property), (speed_change_state):
24969         * gst/speed/gstspeed.h:
24970           Fix speed element and make it chain-based (fixes #156467),
24971           and make it handle more than one channel.
24972
24973 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
24974
24975         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
24976         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
24977         (gst_dtsdec_chain), (gst_dtsdec_change_state):
24978         * ext/dts/gstdtsdec.h:
24979           Don't clobber the stack constructing the channels array.
24980           Make the element chain-based. DTS tracks can now be played.
24981           
24982 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
24983
24984         * gst-libs/gst/audio/multichannel.h:
24985         * gst-libs/gst/gconf/gconf.h:
24986         * gst-libs/gst/idct/idct.h:
24987         * gst-libs/gst/media-info/media-info-priv.h:
24988         * gst-libs/gst/play/play.h:
24989         * gst-libs/gst/resample/private.h:
24990         * gst-libs/gst/resample/resample.h:
24991         * gst-libs/gst/riff/riff-ids.h:
24992         * gst-libs/gst/video/video.h:
24993         * gst-libs/gst/video/videosink.h:
24994           Add G_BEGIN_DECLS and G_END_DECLS around headers where
24995           missing, so that they work when included from C++ code.
24996
24997 2005-02-09  David Schleef  <ds@schleef.org>
24998
24999         * testsuite/gst-lint: Check for non-statically scoped
25000           parent_class variables.  This won't be a problem once
25001           plugins are loaded with RTLD_LOCAL.
25002
25003 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25004
25005         * ext/mplex/gstmplexibitstream.cc:
25006           gcc madness.
25007
25008 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25009
25010         * ext/ogg/gstogmparse.c:
25011         * gst/debug/gstnavigationtest.c:
25012           Die, thou faulty symbol pollutors (non-static parent_class).
25013
25014 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25015
25016         * ext/mplex/gstmplexibitstream.cc:
25017           Fix event handling (#165525).
25018
25019 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25020
25021         * ext/mikmod/gstmikmod.c:
25022         * gst/modplug/gstmodplug.cc:
25023           Add missing endianness to template (fixes #165509).
25024
25025 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25026
25027         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25028           Fix wrong order of reading of optional bytes (#165290).
25029
25030 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25031
25032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25033           Implement FILLER event awareness.
25034
25035 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25036
25037         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25038           Fix track calculations (#166208).
25039
25040 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25041
25042         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25043
25044         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25045         * ext/libpng/gstpngenc.c:
25046           Fix byte-order, use proper fixed caps. Fixes #164197.
25047
25048 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25049
25050         * configure.ac:
25051           Add dvdlpcmdec 
25052
25053         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25054         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25055           Don't push buffers if the src pad isn't negotiated yet.
25056           
25057         * gst/audioconvert/gstaudioconvert.c:
25058         (gst_audio_convert_buffer_to_default_format),
25059         (gst_audio_convert_buffer_from_default_format):
25060           Add support for 24-bit width.
25061
25062         * gst/dvdlpcmdec/.cvsignore:
25063         * gst/dvdlpcmdec/Makefile.am:
25064         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25065         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25066         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25067         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25068         (plugin_init):
25069         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25070           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25071           format. Needs support for the channels maps if someone can find 
25072           a DVD LPCM track with > 2 channels.
25073
25074         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25075         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25076         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25077         * gst/mpegstream/gstdvddemux.h:
25078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25079         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25080         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25081         * gst/mpegstream/gstmpegdemux.h:
25082         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25083         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25084         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25085         (gst_mpeg_parse_handle_src_query),
25086         (gst_mpeg_parse_handle_src_event):
25087           Use audio/x-dvd-lpcm for LPCM output.
25088           Add DTS output.
25089
25090 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25091
25092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25093
25094         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25095         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25096           Add BGRA handling (#165736).
25097
25098 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25099
25100         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25101
25102         * gst/law/alaw-decode.c: (alawdec_link):
25103         * gst/law/alaw-encode.c: (alawenc_link):
25104         * gst/law/mulaw-decode.c: (mulawdec_link):
25105         * gst/law/mulaw-encode.c: (mulawenc_link):
25106           Fix caps memleaks (#166600).
25107
25108 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25109
25110         * ext/tarkin/mem.h:
25111         * ext/tarkin/wavelet.h:
25112         * ext/tarkin/yuv.h:
25113         * gst/ffmpegcolorspace/avcodec.h:
25114           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25115           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25116
25117 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25118
25119         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25121         (gst_xvimagesink_change_state):
25122           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25123           Xv video (and thereby regenerate Xv colourkey) in clear() so
25124           that PLAY -> READY -> PLAY works (fixes #162504).
25125
25126 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25127
25128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25129           Switch to list instead of range, since MJPEG-devices really just
25130           support decimations, not any size.
25131
25132 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25133         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25134         (gst_mpeg2dec_reset), (free_all_buffers),
25135         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25136         * ext/mpeg2dec/gstmpeg2dec.h:
25137           The libmpeg2 user-allocated buffer management is awkward, 
25138           to say the least. Hopefully this fixes things.
25139
25140 2005-02-04  Andy Wingo  <wingo@pobox.com>
25141
25142         * gst/audioconvert/bufferframesconvert.c
25143         (buffer_frames_convert_fixate): New function, fixates to 256
25144         frames per buffer by default. (Much better than 1.)
25145         (buffer_frames_convert_init): Set the fixate function for both src
25146         and sink pad.
25147         (buffer_frames_convert_link): After success setting nonfixed caps,
25148         get the negotiated caps so we can know how many buffer-frames it
25149         will be. No idea how this worked at all before.
25150
25151 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25152
25153         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25154         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25155         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25156         (handle_sequence), (handle_picture):
25157         * ext/mpeg2dec/gstmpeg2dec.h:
25158           Rearrange buffer tracking and refcounting and refactor
25159           a little for readability. 
25160
25161 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25162         * sys/v4l/gstv4l.c: (plugin_init):
25163         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25164         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25165         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25166         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25167         * sys/v4l/gstv4ljpegsrc.h:
25168         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25169         * sys/v4l/v4l_calls.h:
25170         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25171         (gst_v4lsrc_get_fps):
25172         * sys/v4l/v4lsrc_calls.h:
25173           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25174           you jpeg inside rgb frames" driver.
25175           Don't error in the v4lsrc link function, just return 
25176           REFUSED.
25177
25178 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25179
25180         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25181         (gst_qcamsrc_open):
25182           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25183
25184 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25185
25186         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25187           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25188
25189 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25190
25191         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25192           Reset negotiated state on PAUSED->READY.
25193
25194 2005-02-02  David Schleef  <ds@schleef.org>
25195
25196         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25197         whereever possible.  (Fixes #165997)
25198         * examples/capsfilter/capsfilter1.c: (main):
25199         * examples/dynparams/filter.c: (create_ui):
25200         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25201         * examples/seeking/chained.c: (main):
25202         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25203         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25204         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25205         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25206         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25207         * examples/switch/switcher.c: (main):
25208         * ext/dv/demo-play.c: (main):
25209         * ext/faad/gstfaad.c: (gst_faad_change_state):
25210         * ext/mad/gstmad.c: (gst_mad_chain):
25211         * ext/smoothwave/demo-osssrc.c: (main):
25212         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25213         (gst_gconf_render_bin_from_description),
25214         (gst_gconf_get_default_audio_sink),
25215         (gst_gconf_get_default_video_sink),
25216         (gst_gconf_get_default_audio_src),
25217         (gst_gconf_get_default_video_src),
25218         (gst_gconf_get_default_visualization_element):
25219         * gst/level/demo.c: (main):
25220         * gst/level/plot.c: (main):
25221         * gst/playback/gstplaybin.c: (gen_video_element),
25222         (gen_audio_element):
25223         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25224         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25225         * gst/sine/demo-dparams.c: (main):
25226         * gst/spectrum/demo-osssrc.c: (main):
25227         * gst/speed/demo-mp3.c: (main):
25228         * gst/volume/demo.c: (main):
25229         * testsuite/embed/embed.c: (main):
25230
25231 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25232
25233         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25234         (gst_tcpclientsink_finalize):
25235         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25236         (gst_tcpclientsrc_finalize):
25237         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25238         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25239         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25240         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25241           Don't leak the hostname when shutting down.
25242           In tcpserversrc, take a copy of the default hostname.
25243
25244 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25245
25246         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25247           Set caps to systemstream=TRUE.
25248
25249 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25250
25251         * testsuite/Makefile.am:
25252           Fix more OSX buildbots.
25253
25254 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25255
25256         * ext/mpeg2dec/gstmpeg2dec.c:
25257           Don't send things to NULL PAD_PEERs
25258
25259         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25260           Copy-on-write the incoming buffer.
25261
25262         * gst/mpegstream/gstdvddemux.h:
25263         * gst/mpegstream/gstmpegclock.h:
25264         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25265         (normal_seek), (gst_mpeg_demux_handle_src_event):
25266         * gst/mpegstream/gstmpegdemux.h:
25267         * gst/mpegstream/gstmpegpacketize.h:
25268         * gst/mpegstream/gstmpegparse.c:
25269         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25270         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25271         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25272         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25273         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25274         * gst/mpegstream/gstmpegparse.h:
25275         * gst/mpegstream/gstrfc2250enc.h:
25276           Various changes to the way time is computed that make seeking and
25277           total time estimation much better here.
25278           Use G_BEGIN/END_DECLS instead of __cplusplus
25279
25280         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25281           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25282
25283 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25284
25285         * gst/subparse/gstsubparse.c:
25286           Fix OSX buildbot.
25287
25288 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25289
25290         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25291         (theora_enc_chain), (theora_enc_change_state):
25292         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25293         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25294         (gst_vorbisenc_change_state):
25295         * ext/vorbis/vorbisenc.h:
25296           Set granulepos and timestamp correctly for streams not
25297           starting at 0, taking into account the initial delay.
25298
25299 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25300
25301         * gst/mpegstream/gstdvddemux.c:
25302           Add audio/x-dts to audio pad template caps
25303
25304 2005-01-30  David Schleef  <ds@schleef.org>
25305
25306         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25307         (create_context), (gst_polypsink_link): Fix silly endianness
25308         bug.  Add some debugging.  Remove float from caps; it doesn't
25309         work.  Attempt to get remote audio working.
25310
25311 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25312
25313         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25314           Add 3IV2 fourcc.
25315
25316 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25317
25318         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25319         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25320         (gst_avi_demux_stream_data):
25321         * gst/avi/gstavidemux.h:
25322           Invert DIB images. Fixes #132341.
25323
25324 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25325
25326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25327         (gst_ffmpegcsp_chain):
25328           D'oh, reference the palette data, not the palette structure.
25329           Fixes color distortion in #132341.
25330
25331 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25332
25333         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25334           PAR can be non-fixed when not provided as argument (#162626).
25335
25336 2005-01-29  David Moore  <dcm@acm.org>
25337
25338         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25339
25340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25341         (gst_qtdemux_loop_header):
25342           Re-apply patch from #142272 that allows non-seekable sources,
25343           re-proposed by Daniel Drake <dsd@gentoo.org>.
25344
25345 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25346
25347         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25348           Use the src template for creating the src pad (#162330).
25349
25350 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25351
25352         * configure.ac:
25353         * ext/musepack/Makefile.am:
25354         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25355         (gst_musepackdec_init), (gst_musepackdec_dispose),
25356         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25357         (gst_musepack_stream_init), (gst_musepackdec_loop),
25358         (gst_musepackdec_change_state):
25359         * ext/musepack/gstmusepackdec.cpp:
25360         * ext/musepack/gstmusepackdec.h:
25361         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25362         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25363         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25364         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25365         * ext/musepack/gstmusepackreader.cpp:
25366         * ext/musepack/gstmusepackreader.h:
25367           Update to 1.1 API (#165446).
25368
25369 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25370
25371         * ext/Makefile.am:
25372           Unbreak buildbot.
25373
25374 2005-01-28  Andy Wingo  <wingo@pobox.com>
25375
25376         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25377         to reflect a different dubious internet source. Add a reference
25378         and some commentary.
25379
25380 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25381
25382         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25383         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25384         * gst/playback/gststreamselector.h:
25385           Be more selective when we're redoing caps negotiation from
25386           within the chain function on a stream change.
25387
25388 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25389
25390         * configure.ac:
25391         * ext/Makefile.am:
25392         * ext/amrnb/Makefile.am:
25393         * ext/amrnb/amrnb.c: (plugin_init):
25394         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25395         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25396         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25397         (gst_amrnbdec_state_change):
25398         * ext/amrnb/amrnbdec.h:
25399         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25400         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25401         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25402         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25403         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25404         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25405         * ext/amrnb/amrnbparse.h:
25406           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25407         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25408           Add AMR-NB/-WB raw formats.
25409         * ext/alsa/gstalsa.c: (gst_alsa_link):
25410           Keep valid time when changing format.
25411         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25412         (qtdemux_parse_trak):
25413           Add some more format-specific options (#140141, #143555, #155163).
25414
25415 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25416
25417         * gst/matroska/matroska-demux.c:
25418         (gst_matroska_demux_parse_blockgroup):
25419           Fix logic error in timing of subtitle stream synchronization.
25420         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25421           Add skip-chunk, which is found in kodak-camera streams.
25422
25423 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25424
25425         * po/LINGUAS:
25426         * po/vi.po:
25427           Adding Vietnamese translation (submitted by Clytie Siddall)
25428
25429 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25430
25431         * gst/playback/gstdecodebin.c: (try_to_link_1):
25432           Use realpad for signal.
25433
25434 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25435
25436         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25437           Fix category so decodebin picks it up.
25438
25439 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25440
25441         * ext/mad/Makefile.am:
25442         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25443         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25444         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25445         (found_type), (gst_id3demux_bin_change_state):
25446         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25447         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25448         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25449         (gst_id3_tag_change_state), (plugin_init):
25450         * ext/mad/gstmad.h:
25451           Add id3demuxbin (which is a simple bin consisting of id3demux
25452           and typefind), take over rank from id3demux, remove typefind
25453           code from id3demux. Makes all broken mp3s that I know of work,
25454           and thereby fixes #152688.
25455
25456 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25457
25458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25459
25460         * ext/mad/gstmad.c: (gst_mad_src_event):
25461         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25462           Allow seeks on audio pad, make mad forward those (#164826).
25463         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25464           Set duration (#165335).
25465
25466 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25467
25468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25469         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25470         (gst_asf_demux_process_ext_content_desc),
25471         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25472         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25473         * gst/asfdemux/gstasfdemux.h:
25474           Improve metadata display, e.g. if the metadata comes before the
25475           streams are loaded (which is perfectly valid).
25476
25477 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25478
25479         * tools/gst-launch-ext-m.m:
25480           Fix AVI/ASF pipelines (#165340).
25481
25482 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
25483         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
25484         build failure on amd64
25485
25486 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
25487
25488         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25489         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25490           Check environment variables GST_ID3V2_TAG_ENCODING,
25491           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25492           list of character encodings to force interpretation of non-unicode
25493           strings stored in an ID3v2 tag to a particular encoding. If none
25494           is specified, try to use current locale's encoding, then fall back
25495           to ISO-8859-1 (which will always succeed). (Resolves #149274)
25496         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
25497         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
25498           Check environment variables GST_ID3V1_TAG_ENCODING,
25499           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25500           list of character encodings to use in case a string encountered
25501           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
25502           specified, try to use the current locale's encoding, then fall
25503           back to ISO-8859-1 (which will always succeed).
25504
25505 2005-01-25  Benjamin Otte  <otte@gnome.org>
25506
25507         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25508           - on half framerate, compute the rate in advance so the comparisons
25509             don't compare wrong values
25510           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
25511             behaviour
25512           - don't use mad_header_decode anymore, mad_frame_decode does that
25513             automatically
25514           - when getting rid of consumed bytes, reset the stream's skiplen
25515           (fixes #163867)
25516
25517 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
25518
25519         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
25520           Use 1/2 a second for default max_discont, as PES streams from DVB
25521           seem to have larger spacings in the SCR. 
25522           Fix a typo.
25523
25524 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25525
25526         * gst/playback/gstplaybasebin.c: (group_commit):
25527           Notify delayed stream-info availability.
25528
25529 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
25530         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
25531         (gst_a52dec_handle_event), (gst_a52dec_chain):
25532         Add some debug output. Check that a discont has a valid
25533         time associated.
25534         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25535         (gst_alsa_sink_loop):
25536         Ignore TAG events. A little extra debug for broken timestamps.
25537         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
25538         (dvdnavsrc_change_state):
25539         Ensure we send a discont to engage the link before we send any
25540         other events.
25541         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
25542         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
25543         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
25544         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
25545         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
25546         dvd://title works in totem because typefinding sends a seek that ends
25547         up going back to chapter 1 regardless.
25548         * ext/mpeg2dec/gstmpeg2dec.c:
25549         * ext/mpeg2dec/gstmpeg2dec.h:
25550         Output correct timestamps and handle disconts.
25551         * ext/ogg/gstoggdemux.c: (get_relative):
25552         Small guard against a null dereference.
25553         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
25554         (gst_textoverlay_set_property):
25555         Free memory when done. Don't call gst_event_filler_get_duration on
25556         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
25557         g_warning.
25558         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
25559         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
25560         (gst_sw_srclink), (gst_smoothwave_chain):
25561         Draw solid lines, prettier colours.
25562         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
25563         Add a default palette that'll work for some movies.
25564         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
25565         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
25566         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
25567         * gst/mpegstream/gstdvddemux.h:
25568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25569         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
25570         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25571         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
25572         * gst/mpegstream/gstmpegparse.h:
25573         Use PTM/NAV events when for timestamp adjustment when connected to 
25574         dvdnavsrc. Don't use many discont events where one suffices.
25575         * gst/playback/gstplaybasebin.c: (group_destroy),
25576         (gen_preroll_element), (gst_play_base_bin_add_element):
25577         * gst/playback/gstplaybasebin.h:
25578         Make sure we remove subtitles from the same bin we put them in.
25579         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
25580         (gst_subparse_buffer_format_autodetect),
25581         (gst_subparse_change_state):
25582         Fix some memleaks and invalid accesses.
25583         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
25584         (oggskel_type_find), (cmml_type_find), (plugin_init):
25585         Some typefind functions for Annodex v3.0 files
25586         * gst/wavparse/gstwavparse.h:
25587         GstRiffReadClass is the correct parent class.
25588
25589 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25590
25591         * gst-libs/gst/riff/riff-media.c:
25592         (gst_riff_create_video_caps_with_data):
25593           Add extradata to huffyuv (fixes #165013).
25594         * gst-libs/gst/riff/riff-read.c:
25595         (gst_riff_read_strf_vids_with_data):
25596           Fix extradata extraction if it is in the chunk size.
25597
25598 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
25599
25600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25601
25602         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
25603         (gst_quarktv_change_state), (gst_quarktv_dispose):
25604           Memory free'ing location fix (#164708).
25605
25606 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25607
25608         * gst/playback/gstplaybasebin.c: (group_commit),
25609         (gen_preroll_element), (probe_triggered), (gen_source_element),
25610         (setup_source), (gst_play_base_bin_change_state),
25611         (gst_play_base_bin_add_element):
25612           Don't block for streams.
25613         * gst/playback/gststreaminfo.c: (stream_info_change_state),
25614         (gst_stream_info_set_mute):
25615           Use gst_pad_set_active_recursive.
25616
25617 2005-01-25  Andy Wingo  <wingo@pobox.com>
25618
25619         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
25620         for #ifndef HAVE_XVIDEO.
25621
25622 2005-01-24  Jeffrey C. Ollie
25623
25624         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
25625
25626         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
25627         * ext/gsm/gstgsmdec.h:
25628         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
25629         * ext/gsm/gstgsmenc.h:
25630         Fix rate to 8kHz as per spec, removes obscure errors when no rate
25631         was given by property. Add proper buffer timestamps and offsets.
25632
25633 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * gst-libs/gst/riff/riff-media.c:
25636         (gst_riff_create_audio_caps_with_data):
25637           Audio can be <8000Hz.
25638
25639 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25640
25641         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25642           Explicit state change to workaround refcount bugs.
25643
25644 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25645
25646         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
25647         (gst_avimux_riff_get_avi_header):
25648           Fix...
25649
25650 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25651
25652         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
25653         (gst_riff_read_element_data):
25654         * gst-libs/gst/riff/riff-read.h:
25655           Add _peek version (req'ed in CDXA).
25656         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
25657         (gst_cdxaparse_loop):
25658           Fix parsing in playbin.
25659         * gst/playback/gstdecodebin.c: (close_pad_link):
25660           Ignore current_ pads, they cause major annoyance.
25661
25662 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25663
25664         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25665           Safety guard.
25666
25667 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25668
25669         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
25670           Fix padding...
25671
25672 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
25675           Allow for 0-sized buffers. Fixes length query problems in
25676           starwars.mkv from the testsuite.
25677
25678 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
25679
25680         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
25681         (gst_video_box_i420), (gst_video_box_chain):
25682           Fix row strides for I420 (fixes #163159)
25683           
25684 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25685
25686         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25687           MPEG2 has a useful rate property, so we can actually use that.
25688           For MPEG-1, continue using the bytes/time properties.
25689
25690 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25691
25692         * gst-libs/gst/riff/riff-media.c:
25693         (gst_riff_create_video_caps_with_data),
25694         (gst_riff_create_video_template_caps):
25695           Add intel-h263.
25696
25697 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25698
25699         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25700           Fail if caps negotiation fails. Should fix #162184, and should
25701           definately be in there regardless of it fixing the actual bug.
25702         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
25703         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
25704         (gst_avimux_riff_get_avix_header),
25705         (gst_avimux_riff_get_video_header),
25706         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
25707         (gst_avimux_start_file), (gst_avimux_handle_event),
25708         (gst_avimux_change_state):
25709         * gst/avi/gstavimux.h:
25710           Refactor structure writing to use GST_WRITE_UINT macros, add
25711           metadata writing support.
25712
25713 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25714
25715         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
25716           Elements may already be destroyed when this function is called.
25717
25718 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25719
25720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25721         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
25722           More memory leak fixes (#149162).
25723
25724 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25725
25726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25727         (gst_qtdemux_add_stream):
25728           Fix two memleaks.
25729
25730 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25731
25732         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
25733           Argh...
25734
25735 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25736
25737         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
25738           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
25739           when fixating to six channels in Totem.
25740
25741 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
25742
25743         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
25744           Fix compile warnings on Solaris 10 buildbot
25745
25746 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
25747
25748         * ext/dvdread/dvdreadsrc.c: (_read):
25749           Don't read beyond the last cell in a chapter (fixes 
25750           invalid memory access)
25751
25752 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
25753
25754         * ext/dvdread/stream_labels.c:
25755         (dvdreadsrc_get_audio_stream_labels):
25756           Use NULL for an empty GList instead of g_list_alloc(); fix 
25757           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
25758           of GString (easier to bulk free later)
25759
25760 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
25761
25762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25763
25764         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25765         (gst_ffmpeg_pixfmt_to_caps):
25766           Fix BGRA32 caps (#164209).
25767
25768 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
25769
25770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25771
25772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25773         (gst_ffmpeg_caps_to_pixfmt):
25774           alpha_mask can be RGBA/ABGR. Fixes #164265.
25775
25776 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
25777
25778         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25779
25780         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
25781         (gst_mpeg2dec_alloc_buffer):
25782         * ext/mpeg2dec/gstmpeg2dec.h:
25783           Crop if decoding size is not the actual image size (#163676).
25784
25785 2005-01-17  Steve Baker  <steve@stevebaker.org>
25786
25787         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25788
25789         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
25790         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
25791           Add libsndfile typefind functions (#163309).
25792
25793 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25794
25795         * tools/gst-launch-ext-m.m:
25796           Add .aac, fix .m1v/.m2v (#163891).
25797
25798 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25799
25800         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
25801           Sanity check, don't wait endlessly since the clock might not
25802           actually run at this point (which is a deadlock). Fixes #164069.
25803
25804 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25805
25806         * gst/playback/gstplaybasebin.c: (probe_triggered):
25807           Of course, only pause if group is done...
25808
25809 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * gst/playback/gstplaybasebin.c: (probe_triggered):
25812           Thread safety.
25813
25814 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
25815
25816         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
25817           Don't return state change success when the parent
25818           failed.
25819
25820 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25821
25822         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
25823           Free events (fix memleak in #162905).
25824
25825 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
25826
25827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25828
25829         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25830         (gst_ffmpeg_caps_to_pixfmt):
25831           Fix for depth = 15. Fixes #161675.
25832
25833 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25834
25835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25836           Set FPS correctly, even for webcams and the like.
25837         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
25838           Don error on setting while capturing.
25839
25840 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25841
25842         * ext/dv/gstdvdec.c:
25843         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25844         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25845           I'm a bad boy. using /1001. to force C to do float division
25846           and not integer division (as it did in my last commit)
25847           Thanks to David I. Lehn for pointing this mistake.
25848
25849 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25850
25851         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
25852           Revert Johan's 1.35->1.36 since it breaks compat.
25853
25854 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25855
25856         * ext/dv/gstdvdec.c:
25857         * ext/libfame/gstlibfame.c:
25858         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25859         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25860           replace framerate aproximations by their real value
25861           (24000/1001, 30000/1001, 60000/1001)
25862           Finish fixing bug #164049
25863
25864 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25865
25866         * ext/ogg/gstoggmux.c:
25867           eos/bos debugging
25868         * gst/tcp/gstmultifdsink.c:
25869         * gst/tcp/gstmultifdsink.h:
25870         * gst/tcp/gsttcp.c:
25871         * gst/tcp/gsttcp.h:
25872         * gst/tcp/gsttcpclientsink.c:
25873         * gst/tcp/gsttcpclientsrc.c:
25874         * gst/tcp/gsttcpserversink.c:
25875         * gst/tcp/gsttcpserversrc.c:
25876           improve reusability of elements after state changes and errors
25877           make multifdsink throw away streamheaders when receiving new ones
25878
25879 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25880
25881         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25882           Fix for if items are already in list...
25883
25884 2005-01-12  Benjamin Otte  <otte@gnome.org>
25885
25886         * gst/adder/gstadder.c: (gst_adder_loop):
25887           fix adder a bit so it doesn't screw up with events as much anymore
25888
25889 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
25890
25891         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
25892         (pixbufscale_scale), (gst_pixbufscale_chain):
25893         * ext/gdk_pixbuf/pixbufscale.h:
25894           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
25895           to ensure rowstrides are calculated the same way as 
25896           ffmpegcolorspace
25897           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
25898           that we pick up duration and offset also.
25899
25900 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25901
25902         * gst/avi/gstavimux.c: (gst_avimux_class_init),
25903         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
25904           Reusability fixes.
25905
25906 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25907
25908         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25909         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25910         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25911         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25912           Update flags when requested.
25913
25914 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25915
25916         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25917           Fix dmix.
25918
25919 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25920
25921         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25922         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
25923         (probe_triggered), (new_decoded_pad), (gen_source_element),
25924         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
25925         * gst/playback/gstplaybasebin.h:
25926         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25927         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
25928         (gst_play_bin_change_state):
25929           Implement group-switch signal for use in apps to clear metadata
25930           cache, clean up subtitle, add suburi property instead of # hack,
25931           some error-out fixes.
25932
25933 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25934
25935         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25936           Debug.
25937         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
25938           If we got a state change in the _get handler, don't return success.
25939
25940 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25941
25942         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
25943         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
25944           Make jpegdec quiet on MJPEG decoding
25945         * gst/asfdemux/README:
25946           Fix mimetypes for MJPEG and H263
25947
25948 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25949
25950         * ext/theora/theoradec.c: (theora_dec_chain):
25951           Fix broken code generation by gcc by swapping arguments.
25952         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25953           Fix \n in debug.
25954
25955 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25956
25957         * TODO:
25958           delete this file, it is by far outdated
25959         * ext/alsa/gstalsa.1: remove
25960         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
25961         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
25962         (gst_alsa_get_caps):
25963           Add HW probing for supported sample rates. Fixes #161704
25964
25965 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25966
25967         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25968           Don't crash, biatch! :).
25969
25970 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25971
25972         * ext/musepack/gstmusepackreader.cpp:
25973         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
25974           Some work on tags - still doesn't work in playbin...
25975         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25976           Handle events...
25977
25978 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25979
25980         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
25981           Also shove tags on kid pads.
25982
25983 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25984
25985         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
25986           Don't bail on unknown events.
25987         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25988           Don't crash on events before negotiation.
25989         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25990           Send tags on pads, too.
25991         * gst/playback/gststreamselector.c:
25992         (gst_stream_selector_request_new_pad):
25993           Forward events on first pad if no input was selected yet.
25994
25995 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25996
25997         * gst/playback/gstplaybasebin.c: (setup_substreams):
25998           Don't disable streamtype if the stream doesn't exist, since
25999           then playing a video after audio will disable both and nothing
26000           will happen. Fixes the testsuite.
26001
26002 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26003
26004         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26005         (gst_v4l_xoverlay_set_xwindow_id):
26006         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26007         (gst_v4l2_xoverlay_set_xwindow_id):
26008           Add debug categories, fix overlay disabling.
26009
26010 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26011
26012         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26013         * ext/alsa/gstalsa.h:
26014           Add HW probing for period_count/size and buffer_size MIX/MAX
26015           Adjust default/user defined value if out of bounds
26016           Should fix bug #162024
26017
26018 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26021           Fix warning (#161191).
26022
26023 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26024
26025         * ext/dvdread/stream_labels.c:
26026         (dvdreadsrc_get_audio_stream_labels):
26027           Fix warning (init the good variable in switch default)
26028
26029 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26030
26031         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26032
26033         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26034           Fix gcc-2.95 compile (#163485).
26035
26036 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26037
26038         * configure.ac:
26039         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26040         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26041         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26042         (gst_flacenc_change_state):
26043         * ext/flac/gstflacenc.h:
26044           Update for API change in flac-1.1.1. Update requirement in
26045           configure.ac. Fixes #162974.
26046
26047 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26048
26049         * gst/playback/gstplaybasebin.c: (group_destroy):
26050           Remove hack to get rid of assert and get rid of unlinked
26051           signals properly.
26052
26053 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26054
26055         * gst/playback/gstplaybasebin.c: (setup_source):
26056           Set source to NULL so that resources are free'ed. Fixes issues
26057           with playback of CDDA and similar device-accessing things.
26058
26059 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26060
26061         * testsuite/embed/Makefile.am:
26062           test->noinst, fix make test in buildbot.
26063
26064 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26065
26066         * ext/dvdread/stream_labels.c: new file
26067         * ext/dvdread/stream_labels.h: new file
26068         * ext/dvdread/Makefile.am:
26069         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26070           Extract audio stream label from DVD IFO files.
26071           It only dump them on the console for now, still have to
26072           make playbin aware of them.
26073
26074 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26075
26076         * gst/playback/gstplaybasebin.c: (setup_source):
26077           Fix hanging subs.
26078
26079 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26082         (gen_preroll_element), (remove_groups), (setup_subtitle),
26083         (gen_source_element), (setup_source):
26084         * gst/playback/gstplaybasebin.h:
26085           Multiple .sub files is just a stupid idea... Fix some threading
26086           mistakes. Interestingly, external .sub files cause playbin to
26087           hang, I don't know why... Parsing fixes contributed by Fran??ois
26088           Kooman <fkooman@tuxed.net>.
26089
26090 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26091
26092         * testsuite/embed/Makefile.am:
26093           Fix buildbot.
26094
26095 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26096
26097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26098
26099         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26100         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26101         (gst_pngenc_set_property):
26102         * ext/libpng/gstpngenc.h:
26103           Add compression level property (#163323).
26104
26105 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26106
26107         * configure.ac:
26108         * examples/capsfilter/capsfilter1.c: (main):
26109         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26110         * ext/dvdread/Makefile.am:
26111         * ext/dvdread/demo-play:
26112         * ext/dvdread/demo-play.c:
26113         * gconf/gstreamer.schemas.in:
26114         * gst-libs/gst/gconf/gconf.c:
26115         * sys/v4l/TODO:
26116         * testsuite/Makefile.am:
26117         * testsuite/embed/Makefile.am:
26118         * testsuite/embed/embed.c: (cb_expose), (main):
26119           Remove all references to xvideosink, fix examples (#140845).
26120         * gst/playback/gstplaybasebin.c: (group_destroy):
26121           Apparently, disposal does not unlink - so do explicitely.
26122         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26123           Add debug.
26124
26125 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26126
26127         * README: fix PKG_CONFIG_PATH instructions, what was there
26128         previously was breaking default search path, not nice. 
26129         Fixes #163358
26130
26131 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26134         (gst_audioscale_chain):
26135           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26136           when resampling - how the ^@$^!@^! is this possible?!?
26137
26138 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26139
26140         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26141           Reset variables on READY.
26142         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26143         (gst_matroska_mux_loop):
26144           Require data before writing header.
26145
26146 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26147
26148         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26149
26150         * ext/mad/gstmad.c: (gst_mad_chain):
26151           Don't call mad_stream_sync() directly after recovering sync.
26152           Fixes #151661.
26153
26154 2005-01-09  Martin Eikermann  <meiker@upb.de>
26155
26156         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26157
26158         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26159         (snapshot_handler), (gst_snapshot_sinkconnect),
26160         (gst_snapshot_chain):
26161           Allocate resources when required, fix recursive signal emission
26162           and fix caps. Fixes #161667.
26163
26164 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26165
26166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26169         (gst_pngdec_chain):
26170           Handle only 8-bppc (bits-per-pixel-component) images, better
26171           error handling and correct strides. Fixes #163177.
26172         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26173         (gst_pngenc_chain):
26174           Better error handling. Fixes #163348.
26175
26176 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26177
26178         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26179         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26180         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26181         (dvdnavsrc_uri_handler_init):
26182           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26183         * gst/playback/gstplaybasebin.c: (gen_source_element):
26184           Add MMS to streaming URIs.
26185
26186 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26187
26188         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26189         * sys/xvimage/xvimagesink.c:
26190         (gst_xvimagesink_navigation_send_event):
26191           Check for pad availability before sending event.
26192
26193 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26194
26195         * gst-plugins.spec.in:
26196           Add subparse.
26197
26198 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26199
26200         * configure.ac:
26201           Since we use functions from CVS, up requirement.
26202
26203 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26204
26205         * gst/playback/Makefile.am:
26206         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26207         (group_destroy), (group_commit), (group_is_muted),
26208         (gen_preroll_element), (add_stream), (unknown_type),
26209         (probe_triggered), (preroll_unlinked), (mute_stream),
26210         (silence_stream), (new_decoded_pad), (setup_substreams),
26211         (setup_source), (get_active_source), (mute_group_type),
26212         (muted_group_change_state), (set_active_source),
26213         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26214         (play_base_eos), (gst_play_base_bin_change_state):
26215         * gst/playback/gstplaybasebin.h:
26216         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26217         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26218         (gst_stream_info_dispose), (stream_info_mute_pad),
26219         (stream_info_change_state), (gst_stream_info_set_mute):
26220         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26221         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26222         (gst_stream_selector_init), (gst_stream_selector_dispose),
26223         (gst_stream_selector_get_linked_pad),
26224         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26225         (gst_stream_selector_get_linked_pads),
26226         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26227         * gst/playback/gststreamselector.h:
26228           Adding stream selection support plus required properties for
26229           applications to use this. Fully fixes #100931.
26230
26231 2005-01-08  Benjamin Otte  <otte@gnome.org>
26232
26233         * gst/games/gstpuzzle.c: (nav_event_handler):
26234           - handle nav events differently: forward every event no matter if it
26235             was handled or not.
26236           - translate events
26237           You can now cheat by using navigationtest ! puzzle and moving the
26238           mouse close to the edge of a tile. ;)
26239
26240 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26241
26242         * configure.ac:
26243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26244         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26245         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26246         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26247         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26248         (gst_ogm_parse_plugin_init):
26249         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26250         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26251         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26252         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26253         * ext/pango/gsttextoverlay.h:
26254         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26255         (gst_matroska_demux_handle_seek_event),
26256         (gst_matroska_demux_sync_streams),
26257         (gst_matroska_demux_parse_blockgroup),
26258         (gst_matroska_demux_subtitle_caps),
26259         (gst_matroska_demux_plugin_init):
26260         * gst/matroska/matroska-ids.h:
26261         * gst/playback/gstdecodebin.c: (close_pad_link):
26262         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26263         (gen_preroll_element), (remove_groups), (add_stream),
26264         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26265         (setup_source):
26266         * gst/playback/gstplaybasebin.h:
26267         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26268         * gst/subparse/Makefile.am:
26269         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26270         (gst_subparse_base_init), (gst_subparse_class_init),
26271         (gst_subparse_init), (gst_subparse_formats),
26272         (gst_subparse_eventmask), (gst_subparse_event),
26273         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26274         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26275         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26276         (parse_mpsub_deinit), (parse_mpsub_init),
26277         (gst_subparse_buffer_format_autodetect),
26278         (gst_subparse_format_autodetect), (gst_subparse_loop),
26279         (gst_subparse_change_state), (gst_subparse_type_find),
26280         (plugin_init):
26281         * gst/subparse/gstsubparse.h:
26282         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26283         (plugin_init):
26284           Add subtitle support, .sub parser (supports SRT and MPsub),
26285           OGM text support, Matroska UTF-8 text support, deadlock fixes
26286           all over the place, subtitle awareness in decodebin/playbin
26287           and some fixes to textoverlay to handle subtitles in a stream
26288           correctly. Fixes #100931.
26289
26290 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26291
26292         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26293           Check for pad availability before doing a query on it.
26294
26295 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26296
26297         * ext/dv/gstdvdec.c:
26298           really fix bpp24/32 dvdec caps (classic rgba indeed)
26299         * gst/asfdemux/gstasfdemux.c:
26300         (gst_asf_demux_process_ext_content_desc):
26301           don't send text tags if they are empty (bis repetita)
26302
26303 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26304
26305         * ext/dv/gstdvdec.c:
26306          remove unneeded comment from dvdec
26307           (related to DV 4CC codes in AVI files)
26308           moved them in gstreamer/docs/random/mimetypes
26309         * gst/asfdemux/gstasfdemux.c:
26310         (gst_asf_demux_process_ext_content_desc):
26311          don't send text tags if they are empty
26312          fix mem leak on error path
26313         * gst/ffmpegcolorspace/avcodec.h:
26314         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26315         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26316         (gst_ffmpegcsp_avpicture_fill):
26317         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26318         * gst/ffmpegcolorspace/imgconvert_template.h:
26319          adds BGR32 and BGRA32 to ffmpegcolorspace
26320           (still bad colors, fixing it on next commit)
26321           helps with dvdec outputing BGR32
26322
26323 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26324
26325         * ext/dv/gstdvdec.c:
26326          Fix audio caps i just broke (missing ',')
26327         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26328         (gst_matroska_mux_reset):
26329          Fix typo + add FIXME about old "x-gst-metadata" crap
26330
26331 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26332
26333         * ext/dv/demo-play.c: (main):
26334          xvideosink -> xvimagesink
26335         * ext/dv/gstdvdec.c:
26336          change rgb 32/32 caps to 24/32 (no alpha)
26337          change nb of channels to be a list (2 or 4, not 2)
26338          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26339         * gst/asfdemux/gstasfdemux.c:
26340         (gst_asf_demux_process_ext_content_desc):
26341          Add 'date/year' to extracted metadata list
26342
26343 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26346           The return value of fixate_to does not imply that the requested
26347           value was set, so don't assume.
26348
26349 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26350
26351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26352
26353         * ext/libpng/gstpngdec.c:
26354         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26355         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26356         * ext/libpng/gstpngenc.h:
26357           Alpha support (encoder; #163161), mime fixage.
26358
26359 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26360
26361         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26364         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26365         (gst_faac_set_property), (gst_faac_get_property):
26366         * ext/faac/gstfaac.h:
26367           Allow for ADTS output (#153434).
26368
26369 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26370
26371         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26372           Fix against template (#150576).
26373
26374 2005-01-06  Benjamin Otte  <otte@gnome.org>
26375
26376         * gst/games/gstpuzzle.c: (draw_puzzle):
26377           don't draw a puzzle if either width or height of tiles would be 0.
26378
26379 2005-01-06  Benjamin Otte  <otte@gnome.org>
26380
26381         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26382         (gst_puzzle_class_init), (gst_puzzle_finalize):
26383           no memleaks, please
26384         (gst_puzzle_create), (gst_puzzle_init),
26385         (gst_puzzle_set_property), (gst_puzzle_setup):
26386           change initialization code around so we don't reshuffle on resize
26387         (draw_puzzle):
26388           fix another stupid typo
26389
26390 2005-01-06  Benjamin Otte  <otte@gnome.org>
26391
26392         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26393           fix stupid typo that borked copying on YUY2
26394
26395 2005-01-06  Benjamin Otte  <otte@gnome.org>
26396
26397         * gst/games/gstpuzzle.c: (draw_puzzle):
26398           fix edges when image sizes aren't multiples of tile sizes
26399
26400 2005-01-06  Benjamin Otte  <otte@gnome.org>
26401
26402         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26403           make RGB endianness work correctly
26404         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26405           refactor and fix race with initial shuffling
26406         (nav_event_handler):
26407           allow using the mouse to puzzle
26408         (draw_puzzle):
26409           insist on tiles having width and height as multiples of 4 to get
26410           clean YUV image handling
26411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26412         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26413           s/DEBUG/LOG/ for common messages
26414         (gst_xvimagesink_navigation_send_event):
26415           fix mouse event translation to not include screen PAR
26416         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26417           fix mouse event translation to actually work
26418
26419 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26420
26421         * gst/asfdemux/gstasfdemux.c:
26422         (gst_asf_demux_process_ext_content_desc):
26423          Extract TrackNumber metadata + clean up code
26424         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26425          Hope this is the good fix (var used unitialised)
26426
26427 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26428
26429         * ext/faad/gstfaad.c: (gst_faad_chain):
26430           Only increment timestamp if it's valid. Fixes raw AAC streams.
26431
26432 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26433
26434         * configure.ac:
26435         * gst/games/Makefile.am:
26436         * gst/games/gstpuzzle.c:
26437           add a puzzle game with...
26438         * gst/games/gstvideoimage.c:
26439         * gst/games/gstvideoimage.h:
26440           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26441           from videotestsrc and made into something that would be a nice
26442           library for a lot of other plugins.
26443
26444 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26445
26446         * configure.ac:
26447          don't compile faad plugin if a RC of 2.0 is found
26448          Fixes #155346 (and FC1 buildbot)
26449         * gst/asfdemux/gstasfdemux.c:
26450         (gst_asf_demux_process_ext_content_desc):
26451          try to make Solaris compiler happier
26452
26453 2005-01-06  Paul Jack  <pjack@sfaf.org>
26454
26455         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26456
26457         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26458           Fix segfault (#161667).
26459
26460 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26461
26462         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26463           Fix framerate reporting.
26464
26465 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26466
26467         * gst-libs/gst/riff/riff-ids.h:
26468         * gst/wavenc/riff.h:
26469          Add AMR (VBR and CBR) ids to riff.h audio codec list
26470         * gst/asfdemux/gstasfdemux.c:
26471         (gst_asf_demux_process_ext_content_desc),
26472         (gst_asf_demux_process_object):
26473           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26474
26475 2005-01-05  Martin Eikermann  <meiker@upb.de>
26476
26477         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26478
26479         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26480         (gst_dvd_demux_handle_discont):
26481         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26482         (gst_mpeg_demux_handle_discont):
26483           Recreate pads on new-media (#160730).
26484         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26485           Send discont even if manager changes timestamps (#161929).
26486
26487 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
26488
26489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26492           Fix invalid memory access (#159211).
26493
26494 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * examples/gstplay/player.c: (main):
26497           Don't iterate.
26498         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
26499           Add visualizations.
26500         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26501         (gst_a52dec_handle_frame):
26502           Set duration.
26503         * ext/dvdnav/gst-dvd:
26504           Add audioconvert. Fixes #161325.
26505         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
26506           Explicitely case to gint64. Possible valgrind error.
26507         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
26508         (gst_play_tick_callback), (gst_play_change_state),
26509         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
26510         (gst_play_set_location), (gst_play_get_location),
26511         (gst_play_seek_to_time), (gst_play_set_data_src),
26512         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26513         (gst_play_set_visualization), (gst_play_connect_visualization),
26514         (gst_play_get_framerate), (gst_play_get_all_by_interface),
26515         (gst_play_new):
26516           Use playbin. Fixes #139749 and #147744.
26517         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
26518           Add genre tag.
26519         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
26520         (audioscale_get_type), (gst_audioscale_base_init),
26521         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
26522         (gst_audioscale_getcaps), (gst_audioscale_fixate),
26523         (gst_audioscale_link), (gst_audioscale_get_buffer),
26524         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
26525         (gst_audioscale_init), (gst_audioscale_dispose),
26526         (gst_audioscale_chain), (gst_audioscale_set_property),
26527         (gst_audioscale_get_property), (plugin_init):
26528           Indent properly.
26529         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26530           Fix LPCM.
26531         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
26532         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
26533         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
26534           Add more metadata (fixes #162656).
26535
26536 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26537
26538         * configure.ac:
26539           back to cvs
26540
26541 === release 0.8.7 ===
26542
26543 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26544
26545         * NEWS:
26546         * RELEASE:
26547         * configure.ac:
26548           releasing 0.8.7, "Hyperspace"
26549
26550 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26551
26552         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
26553
26554         * gst/playback/gstplaybasebin.c:
26555          Fix for #162924 - free caps after use, not before
26556
26557 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26558
26559         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26560
26561         * gst/playback/gstplaybasebin.c:
26562         * gst/wavparse/gstwavparse.c:
26563           Fix for #154773 - fixes playback of small .wav files
26564
26565 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26566
26567         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26568
26569         * gst/audioscale/gstaudioscale.c:
26570           Fix for #162819 - make audioscale reusable
26571           Fixes playback of more than one file with playbin/totem
26572
26573 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26574
26575         * gst/ffmpegcolorspace/avcodec.h:
26576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26577         * gst/ffmpegcolorspace/imgconvert.c:
26578           clean up the mess that made me cry and avoid needless duplication
26579
26580 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26581
26582         * gst/ffmpegcolorspace/imgconvert.c:
26583           give some indication of why we're segfaulting
26584
26585 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26586
26587         * configure.ac:
26588           Fix indentation, fix v4l2 plugin detection.
26589         * ext/Makefile.am:
26590           Fix libmms location (Maciej, use diff -u!).
26591         * ext/alsa/gstalsa.c: (gst_alsa_init):
26592           Initialize caps cache to NULL.
26593         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26594           Only change state on audiosink if it exists.
26595
26596 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
26597
26598         * gst/matroska/matroska-demux.c:
26599         * gst/matroska/matroska-ids.h:
26600         * gst/matroska/matroska-demux.h:
26601         Fix Vorbis streams failing to decode in some files, where cluster_time
26602         isn't 0, because then it doesn't send codec_priv before actual data.
26603         Remove time-based test and replace it with marker set on beginning of
26604         new stream
26605
26606 2004-12-28  David Schleef  <ds@schleef.org>
26607
26608         Merge patch from Ronald fixing problems with streaming
26609         text.
26610         * ext/cairo/gstcairo.c: (plugin_init):
26611         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26612         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26613         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26614         (gst_textoverlay_font_init), (gst_textoverlay_init),
26615         (gst_textoverlay_set_property):
26616         * ext/cairo/gsttextoverlay.h:
26617
26618 2004-12-27  David Schleef  <ds@schleef.org>
26619
26620         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26621         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26622         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26623         (gst_textoverlay_font_init), (gst_textoverlay_init),
26624         (gst_textoverlay_set_property): Improvements to actually
26625         render text as white on black outline on video, including
26626         font selection and horizontal/vertical alignment.  (Ronald's
26627         christmas present)
26628         * ext/cairo/gsttextoverlay.h:
26629
26630 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26631
26632         * ext/ogg/gstogg.c:
26633         * ext/ogg/gstogmparse.c:
26634           fix ogm[audio/video]parse plugin registration
26635           (riff won't load if bytestream is already loaded)
26636
26637 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26638
26639         * gst/audioconvert/gstchannelmix.c:
26640           fix for GLIB < 2.4
26641
26642 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26643
26644         * Makefile.am:
26645         * configure.ac:
26646           disable docs again until it actually passes make distcheck.
26647
26648 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
26651         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
26652         (plugin_init):
26653           Add 3GP (variables name Q3GP because they can't start with a
26654           number). Add samr audio fourcc (used in .3gp files), decoder
26655           is work in progress. Also do a GST_WARNING instead of ERROR
26656           in case of unknown nodes, to decrease output.
26657
26658 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26659
26660         * Makefile.am:
26661           really fix dist
26662
26663 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26664
26665         * configure.ac:
26666         * ext/speex/gstspeexdec.h:
26667         * ext/speex/gstspeexenc.h:
26668           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
26669           Fix detection code in configure.ac
26670
26671 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26672
26673         * gst/matroska/matroska-demux.c:
26674         (gst_matroska_demux_parse_blockgroup):
26675           Save position, so that queries give proper return values. Don't
26676           know how this could ever have worked before...
26677
26678 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26679
26680         * configure.ac:
26681           Put additional LAME check inside the conditional.  Fixes #152339
26682
26683 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26684
26685         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26686         (gst_avi_demux_stream_scan):
26687           Add some more debug. Fix logic error when setting movi offset
26688           while reading index.
26689
26690 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26691
26692         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26693         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
26694         (gst_avi_demux_process_next_entry):
26695           Add some debugging. Better detection of broken indexes and the
26696           accompanying index recovery. No infinite loops on state changes
26697           when we're still in our loopfunction.
26698
26699 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26700
26701         * configure.ac:
26702           Fix up.
26703
26704 2004-12-22  Archana Shah  <archana.shah@wipro.com>
26705
26706         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26707
26708         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
26709           Normalizing the value before setting
26710         (gst_sunaudiomixer_get_volume):
26711           Normalizing the value after getting. Fixes bug# 161980
26712
26713 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
26714
26715         * Makefile.am: Make sure docs gets disted
26716         * docs/Makefile.am: Make sure all needed files get disted
26717         * gst-plugins.spec.in: latest updates
26718
26719 2004-12-22  Wim Taymans  <wim@fluendo.com>
26720
26721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
26722         Revert patch 1.38 as clock distribution over schedulers does
26723         not work correcly in the core yet.
26724
26725 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26726
26727         * sys/oss/README: remove this file, which predates my birth
26728           (and which content is by far outdated)
26729
26730 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
26731
26732         * Makefile.am:
26733         * configure.ac:
26734         * docs/Makefile.am:
26735         * docs/libs/Makefile.am:
26736         * docs/libs/gst-plugins-libs-docs.sgml:
26737         * docs/libs/gst-plugins-libs-sections.txt:
26738         * docs/libs/tmpl/gstgconf.sgml:
26739         * docs/upload.mak:
26740         * docs/version.entities.in:
26741           Added boilerplate gtk-doc files for plugin-libs documentation.
26742
26743 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26744
26745         * gst/auparse/gstauparse.c: fix int and float audio caps
26746
26747 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26750         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
26751           g_assert() can be a macro, don't use #ifdef inside it.
26752
26753 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
26754
26755         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26756
26757         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
26758         (gst_videorate_init), (gst_videorate_chain),
26759         (gst_videorate_change_state):
26760           Event handling (fixes #159986).
26761
26762 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26763
26764         * gst-libs/gst/riff/riff-media.c:
26765         (gst_riff_create_video_caps_with_data):
26766           Add BLZ0 (Blizzard's version of DivX) fourcc.
26767
26768 2004-12-18  David Schleef  <ds@schleef.org>
26769
26770         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
26771         portability fix.
26772
26773 2004-12-18  David Schleef  <ds@schleef.org>
26774
26775         * gst/tta/ttadec.h: Disable some header code that isn't used
26776         and clearly isn't portable.
26777
26778 2004-12-18  David Schleef  <ds@schleef.org>
26779
26780         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
26781         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26782         (avcodec_get_pix_fmt), (avpicture_layout),
26783         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
26784         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
26785         Fix code to not use GCC extensions (and c99 extensions that
26786         Forte does not like.)
26787
26788 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26789
26790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26793         (gst_deinterlace_chain):
26794           Rowstride fixes. Fixes #161039.
26795         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
26796         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
26797         (gst_video_crop_getcaps), (gst_video_crop_link),
26798         (gst_video_crop_i420), (gst_video_crop_chain),
26799         (gst_video_crop_change_state):
26800           Rework of negotiation. Actually works now. Fixes #158650.
26801
26802 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
26805           That was very stupid.
26806
26807 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26808
26809         * gst/matroska/matroska-demux.c:
26810         (gst_matroska_demux_parse_blockgroup):
26811           Fix possible crasher.
26812
26813 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26814
26815         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
26816         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
26817           Lace sizes can be zero.
26818
26819 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26820
26821         * ext/musepack/gstmusepackdec.cpp:
26822           Fetch error return values. Fixes #161624.
26823         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26824           Really EOS.
26825
26826 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26827
26828         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
26829           Work for truncated (unfinished download etc.) files. Fixes #160514.
26830
26831 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26832
26833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26834           Fix for integer overflow. Makes #156001 not crash. Probably masks
26835           the real bug.
26836
26837 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * gst/ac3parse/gstac3parse.c: (plugin_init):
26840           Parsers never have ranks. Fixes #159651.
26841
26842 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26843
26844         * gst/playback/gstdecodebin.c: (compare_ranks):
26845           make sure the facotries are ordered the same every time even if they
26846           have the same rank by using the name
26847         * gst/playback/gstdecodebin.c: (find_compatibles):
26848           make sure we don't add factories to the list twice
26849
26850 2004-12-16  David Schleef  <ds@schleef.org>
26851
26852         * configure.ac: look for musepack headers as musepack/*.h
26853         (fixes #159847)
26854         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
26855         * ext/musepack/gstmusepackreader.h: same
26856
26857 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26858
26859         * gst-libs/gst/riff/riff-read.c:
26860         (gst_riff_read_strf_auds_with_data):
26861           Read extradata correctly (fixes #155879).
26862
26863 2004-12-16  David Schleef  <ds@schleef.org>
26864
26865         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
26866         audio.  does _not_ attempt or allow conversion unless channels
26867         is 1 or 2.
26868
26869 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
26870
26871         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
26872
26873 2004-12-16  David Schleef  <ds@schleef.org>
26874
26875         * gst/audioscale/gstaudioscale.c: the resample library only
26876         handles 1 or 2 channels.  Change caps to compensate.
26877
26878 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26879
26880         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
26881         (gst_matroska_demux_audio_caps):
26882           Some MPEG-AAC hacks, because else it doesn't work...
26883
26884 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26885
26886         * gst-libs/gst/riff/riff-media.c:
26887         (gst_riff_create_video_caps_with_data),
26888         (gst_riff_create_video_template_caps):
26889           Add h264.
26890
26891 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26892
26893         * gst-libs/gst/audio/Makefile.am:
26894           Try to fix buildbot.
26895
26896 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26897
26898         * gst/tcp/gstmultifdsink.c:
26899           Clean up and uniformize debugging.
26900
26901 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
26902
26903         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26906         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
26907         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
26908         (gst_mpeg_demux_change_state):
26909           Reset on ready. Fixes 160276.
26910
26911 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
26912
26913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26914
26915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26916         (gst_ffmpegcsp_pad_link):
26917           Fix memleak (#154815).
26918
26919 2004-12-16  James Bowes  <bowes@cs.dal.ca>
26920
26921         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26922
26923         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
26924         (gst_musicbrainz_init), (gst_musicbrainz_chain),
26925         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
26926         * ext/musicbrainz/gsttrm.h:
26927           Add support for using a proxy server when getting a trm id from
26928           the MusicBrainz database (#149613).
26929
26930 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
26931
26932         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26933
26934         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
26935         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26936           Fix memleaks (#157233).
26937
26938 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
26939
26940         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * gst-libs/gst/resample/resample.c: (gst_resample_close):
26943         * gst-libs/gst/resample/resample.h:
26944         * gst/audioscale/gstaudioscale.c:
26945           Fix memleak (#159215).
26946
26947 2004-12-16  Toni Willberg  <toniw@iki.fi>
26948
26949         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26950
26951         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26952         * sys/oss/oss_probe.c: (main):
26953           Check for mono/stereo support (similar to samplerate probing),
26954           fixes #159433. Also add missing copyright header to oss_probe.c.
26955
26956 2004-12-15  David Schleef  <ds@schleef.org>
26957
26958         * configure.ac: add audioresample and cairo plugins.  Remove
26959         HAVE_MMX stuff, because it's not used.
26960         * ext/Makefile.am: same
26961         * ext/audioresample/Makefile.am: You are not ready for an
26962         audio resampling element based on audioresample.
26963         * ext/audioresample/gstaudioresample.c:
26964         * ext/audioresample/gstaudioresample.h:
26965         * ext/cairo/Makefile.am: You are not ready for overlay elements
26966         based on cairo.  Don't look too closely, these elements kinda
26967         suck right now.
26968         * ext/cairo/gstcairo.c: new
26969         * ext/cairo/gsttextoverlay.c: new
26970         * ext/cairo/gsttextoverlay.h: new
26971         * ext/cairo/gsttimeoverlay.c: new
26972         * ext/cairo/gsttimeoverlay.h: new
26973         * gst-libs/gst/media-info/media-info-priv.h: fix compile
26974         problem with compilers that don't support variadic macros.
26975
26976 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
26977
26978         Reviewed by:  David Schleef  <ds@schleef.org>
26979
26980         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
26981         Bala, registering sunaudiosrc (oops!), and cleaning up code a
26982         bit.  Also ran indent-gst.
26983         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
26984         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
26985         (gst_sunaudiosrc_setparams):
26986
26987 2004-12-14  David Schleef  <ds@schleef.org>
26988
26989         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
26990         output rate to 16000.  Should fix #160235.
26991
26992 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26993
26994         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26995         Add typefinding for mpeg2 pes streams
26996
26997 2004-12-13  David Schleef  <ds@schleef.org>
26998
26999         * configure.ac:  Applied patch from bug #143659, making default
27000         sources and sinks OS-dependent (for Solaris), and added code
27001         for OS/X.
27002         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27003
27004 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27005
27006         * gst-libs/gst/riff/riff-media.c:
27007           forgot to add h2.64 to avidemux template caps
27008
27009 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27010
27011         * gst/wavenc/riff.h:
27012         * gst-libs/gst/riff/riff-media.c:
27013         * gst-libs/gst/riff/riff-ids.h:
27014         * gst/avi/gstavimux.c
27015         add 4CC code for VideoSoft h264 in AVI (VSSH)
27016           fixes bug #160655
27017         remove s323 from riff, it's quicktime specific :(
27018
27019 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27020
27021         * gst/asfdemux/README
27022         * gst/wavenc/riff.h
27023         * gst-libs/gst/riff/riff-ids.h
27024         * gst-libs/gst/riff/riff-media.c
27025         * gst/qtdemux/qtdemux.c:
27026           add new 4CC codes for h263 related codecs
27027           fixes partially bug #155163
27028
27029 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27030
27031         * configure.ac: Update polyaudio requirement to 0.7
27032         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27033
27034 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27035
27036         * gst/interleave/deinterleave.c:
27037         fix my name's spelling! :)
27038
27039 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27040
27041         * AUTHORS ChangeLog
27042         * gst/auparse/gstauparse.c
27043         * gst/interleave/deinterleave.c
27044         * gst/law/:
27045                 alaw-decode.c alaw-encode.c
27046                 mulaw-decode.c mulaw-encode.c
27047         * gst/oneton/gstoneton.c
27048         * sys/osxaudio/:
27049                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27050         * sys/osxvideo/:
27051                 cocoawindow.h cocoawindow.m
27052                 osxvideosink.h osxvideosink.m
27053
27054         put the same mail address for Zaheer Abbas Merali everywhere
27055
27056 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27057
27058         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27059           Align by packetsize, and assert that we a packet available before
27060           playing. The first makes webstreams work (they often include
27061           trailing padding data in a packet), the second allows pausing a
27062           ASF stream in totem without getting demux errors afterwards.
27063
27064 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27065
27066         * ext/ogg/gstoggdemux.c: (get_relative):
27067           Check for non-NULL before accessing member (end-of-chain).
27068
27069 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27070
27071         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27072         (cdparanoia_set_property), (cdparanoia_get_property):
27073         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27074         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27075         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27076         (dvdreadsrc_init), (dvdreadsrc_set_property),
27077         (dvdreadsrc_get_property):
27078         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27079         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27080           Synchronize property names where not yet the case. Devices are
27081           now device=X, other versions are deprecated (but still exist).
27082           Also use g_free() unconditionally.
27083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27084         (setup_source), (gst_play_base_bin_get_property):
27085           Expose source.
27086
27087 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27088
27089         * configure.ac: move GCONF macro outside conditional for the am
27090           conditional. Fixes #160439
27091
27092 2004-12-08  David Schleef  <ds@schleef.org>
27093
27094         * tools/gst-visualise-m.m: Switch to elements that currently
27095         exist.
27096
27097 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27098
27099         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27100           We love wrong commas.
27101
27102 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27103
27104         * gst/matroska/matroska-demux.c:
27105         (gst_matroska_demux_handle_src_query):
27106           Don't set DEFAULT, unsupported - makes length display incorrectly
27107           in some cases.
27108
27109 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27110
27111         * gst/monoscope/README: remove blurb about files being GPL
27112         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27113         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27114           monoscope is now effectively LGPL licensed
27115
27116 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27117
27118         * gst/monoscope/README: Update information to be more correct
27119         * gst/monoscope/convolve.c: Relicense to LGPL
27120         * gst/monoscope/convolve.h: Relicense to LGPL
27121
27122 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27123
27124         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27125           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27127           set default_duration for mpeg1 audio
27128
27129 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27130
27131         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27132         * ext/alsa/gstalsa.h:
27133           refactor big chunks of the core caps negotiation code to make it
27134           a lot faster, because people claim it's really slow
27135           (actually, just cache the getcaps when the device is opened)
27136
27137 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27138
27139         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27140         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27141         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27142         (gst_a52dec_change_state), (plugin_init):
27143         * ext/a52dec/gsta52dec.h:
27144           Do something useful with timestamps. Make chain-based (since
27145           there's really no reason to be loopbased).
27146         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27147           Update current_byte/frame correctly.
27148
27149 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27150
27151         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27152         (gst_ape_demux_stream_init):
27153           Forward tags, too.
27154
27155 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27156
27157         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27158           Let's make sure we're done typefinding when detecting tags.
27159
27160 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27161
27162         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27163         (gst_ebml_read_init), (gst_ebml_read_use_event),
27164         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27165         (gst_ebml_read_seek), (gst_ebml_read_skip),
27166         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27167         (gst_ebml_read_master):
27168         * gst/matroska/ebml-read.h:
27169         * gst/matroska/matroska-demux.c:
27170         (gst_matroska_demux_parse_contents),
27171         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27172           Disgustingly evil hack for working around INTERRUPT events and
27173           their extremely annoying habit of being a pain in the ass. We
27174           simply peek a cluster before reading any of it.
27175
27176 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27177
27178         * ext/musepack/gstmusepackdec.cpp:
27179           There's also floating point libmusepacks.
27180
27181 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27182
27183         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27184         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27185           Set DURATION even if source buffer didn't. Also use increasing
27186           timestamps.
27187         * gst-libs/gst/riff/riff-media.c:
27188         (gst_riff_create_audio_caps_with_data):
27189           Block_align can have larger values than 8192.
27190
27191 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27192
27193         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27194         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27195         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27196         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27197           Fix caps.
27198
27199 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27200
27201         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27202           Fix logic bug.
27203
27204 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27205
27206         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27207           Yay, another one.
27208
27209 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27210
27211         * ext/esd/esdsink.c: (gst_esdsink_chain):
27212           Make error actually say something useful (fixes #156798).
27213         * gst-libs/gst/riff/riff-media.c:
27214         (gst_riff_create_video_caps_with_data),
27215         (gst_riff_create_video_template_caps):
27216           Add Intel Video 5.0 fourcc (IV50).
27217
27218 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27219
27220         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27221         detection on mono and stereo mp3 files.
27222
27223 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27226           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27227           the contained stream).
27228
27229 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27230
27231         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27232           Oops, remove debug.
27233
27234 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27235
27236         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * gst/law/alaw-decode.c: (alawdec_getcaps):
27239         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27240           Prevent warnings when negotiating caps (fixes #159338).
27241
27242 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27243
27244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27245         (gst_ffmpegcsp_chain):
27246           Remove old leftover that shouldn't be there...
27247
27248 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27249
27250         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27251
27252         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27253           Don't forward DISCONT events (fixes #159684).
27254
27255 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27256
27257         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27258           Unlink manually since sometimes bin disposal (and therefore
27259           pad unlinking) is delayed, which will cause a new media file
27260           to not be able to start playing instantly.
27261
27262 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27263
27264         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27265           On mute of an unlinked stream, check for pad availability so
27266           we don't crash on unlinked pad.
27267
27268 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27269
27270         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27271         (gst_avi_demux_massage_index):
27272           Fix quite humiliating bug in omitting 0-sized index chunks but
27273           forgetting to count them for timestamps.
27274
27275 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27276
27277         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27278           Actually leave the loop if we failed to sync. Don't crash.
27279
27280 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27281
27282         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27283         (gst_dvd_demux_process_private):
27284         * gst/mpegstream/gstdvddemux.h:
27285           Fix crash (#159759). Doesn't work, though. :-(.
27286
27287 2004-11-28  Benjamin Otte  <otte@gnome.org>
27288
27289         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27290           more overwriting protection due to modifying channels one by one
27291           instead of all at once
27292
27293 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27294
27295         * gst/audioconvert/gstchannelmix.c:
27296         (gst_audio_convert_fill_normalize):
27297           Normalize using absolute values.
27298
27299 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27300
27301         * configure.ac:
27302         * ext/Makefile.am:
27303         * ext/directfb/Makefile.am:
27304         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27305         (gst_directfbvideosink_get_pixel_format),
27306         (gst_directfbvideosink_get_format_from_fourcc),
27307         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27308         (gst_directfbvideosink_sink_link),
27309         (gst_directfbvideosink_change_state),
27310         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27311         (gst_directfbvideosink_buffer_alloc),
27312         (gst_directfbvideosink_interface_supported),
27313         (gst_directfbvideosink_interface_init),
27314         (gst_directfbvideosink_navigation_send_event),
27315         (gst_directfbvideosink_navigation_init),
27316         (gst_directfbvideosink_set_property),
27317         (gst_directfbvideosink_get_property),
27318         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27319         (gst_directfbvideosink_base_init),
27320         (gst_directfbvideosink_class_init),
27321         (gst_directfbvideosink_get_type), (plugin_init):
27322         * ext/directfb/directfbvideosink.h: Adding a first version of
27323         directfbvideosink.
27324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27325         more.
27326
27327 2004-11-28  Benjamin Otte  <otte@gnome.org>
27328
27329         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27330           walk the samples backwards if out_channels > in_channels so we don't
27331           overwrite data
27332
27333 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * gst/audioconvert/Makefile.am:
27336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27337         (gst_audio_convert_link), (gst_audio_convert_change_state),
27338         (gst_audio_convert_channels):
27339         * gst/audioconvert/gstchannelmix.c:
27340         (gst_audio_convert_unset_matrix),
27341         (gst_audio_convert_fill_identical),
27342         (gst_audio_convert_fill_compatible),
27343         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27344         (gst_audio_convert_fill_others),
27345         (gst_audio_convert_fill_normalize),
27346         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27347         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27348         * gst/audioconvert/gstchannelmix.h:
27349           Implement a channel mixer.
27350
27351 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27352
27353         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27354         * ext/alsa/gstalsa.h:
27355         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27356         Make alsasink actually honor gst_element_set_clock and use that
27357         clock instead of its internal one.
27358
27359 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27360
27361         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27362         (gst_play_base_bin_change_state): nullify source and decoder when
27363         going from READY to NULL so that we don't try to do weird stuff with
27364         them when going from NULL to READY
27365         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27366         instead of g_object_unref
27367         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27368         it should be correct
27369         (gst_play_bin_change_state): don't call remove_sinks if we are
27370         currently disposing the object
27371
27372 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27375           Don't forget bass if it's there. Else left channel is silent...
27376
27377 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27378
27379         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27380         (gst_a52dec_change_state):
27381           Don't do sample adjusting anymore, we use float audio now.
27382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27383           Don't fixate to non-existing properties.
27384
27385 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27386
27387         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27388         (gst_a52dec_change_state):
27389           Advertise that we can do surround sound.
27390
27391 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27392
27393         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27394           Add buffer-frames=0.
27395         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27396         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27397         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27398         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27399         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27400         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27401         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27402         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27403         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27404         * ext/dvdread/dvdreadsrc.h:
27405           Add seeking, querying for bytes, sectors, title, angle and
27406           chapter. Handle multiple chapters. Relicense to LGPL because
27407           Billy agreed on that (thanks Billy!).
27408
27409 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27410
27411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27412         call parent dispose method
27413
27414 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27415
27416         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27417         (gst_audio_clock_get_internal_time):
27418         Fix active <-> inactive transitions: ensure time value always
27419         grows and avoid abrupt value changes.
27420
27421 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27422
27423         * configure.ac:
27424         * gst/tta/Makefile.am:
27425         * gst/tta/crc32.h:
27426         * gst/tta/filters.h:
27427         * gst/tta/gsttta.c:
27428         * gst/tta/gstttadec.c:
27429         * gst/tta/gstttadec.h:
27430         * gst/tta/gstttaparse.c:
27431         * gst/tta/gstttaparse.h:
27432         * gst/tta/ttadec.h:
27433           added TTA parser and decoder
27434
27435 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27436
27437         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27438         (probe_triggered), (check_queue), (buffer_underrun),
27439         (buffer_running), (buffer_overrun), (gen_source_element),
27440         (setup_source):
27441         * gst/playback/gstplaybasebin.h:
27442           Implement buffering. Needs some more work.
27443
27444 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27445
27446         * ext/theora/theoradec.c: (theora_dec_chain):
27447           Fix ilog mask range overflow.
27448
27449 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27450
27451         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27452           Don't omit the last (which in case of dmix is the only :) )
27453           channel count. Don't set channels if <= 2.
27454
27455 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27456
27457         * gst/playback/gstplaybin.c: (gen_video_element),
27458         (gen_audio_element): Removed 2 obsolete comments
27459
27460 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27461
27462         * ext/vorbis/oggvorbisenc.c
27463         * ext/vorbis/vorbisenc.c :
27464           change description fields of those plugins to differentiate them
27465           (pitivi show Encoders by description, they had the same one)
27466
27467 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
27468
27469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27470
27471         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27472         (gst_play_bin_set_property), (gen_video_element),
27473         (gen_audio_element):
27474           Refcounting fixes for provided audio-/videosinks.
27475
27476 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27477
27478         * gst/playback/gstplaybin.c: (gen_video_element),
27479         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27480           Don't reference all sinks, but only the video- and audiosinks.
27481           The vis. element should be disposed when we're done with it.
27482           We don't have any reason to keep it around. This fixes warnings
27483           when reusing playbin for playing multiple audio files with
27484           vis. enabled. Also release audio device on pause - idea stolen
27485           from Rhythmbox.
27486
27487 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27490         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27491         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27492         * ext/alsa/gstalsaplugin.c: (plugin_init):
27493         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
27494         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
27495         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
27496         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
27497         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
27498         (gst_faad_change_state), (plugin_init):
27499         * ext/faad/gstfaad.h:
27500         * ext/vorbis/vorbis.c: (plugin_init):
27501         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27502         * gst-libs/gst/audio/Makefile.am:
27503         * gst-libs/gst/audio/audio.c: (plugin_init):
27504         * gst-libs/gst/audio/multichannel.c:
27505         (gst_audio_check_channel_positions),
27506         (gst_audio_get_channel_positions),
27507         (gst_audio_set_channel_positions),
27508         (gst_audio_set_structure_channel_positions_list),
27509         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
27510         (gst_audio_fixate_channel_positions):
27511         * gst-libs/gst/audio/multichannel.h:
27512         * gst-libs/gst/audio/testchannels.c: (main):
27513         * gst/audioconvert/gstaudioconvert.c:
27514         (gst_audio_convert_class_init), (gst_audio_convert_init),
27515         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
27516         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
27517         (gst_audio_convert_fixate), (gst_audio_convert_channels):
27518         * gst/audioconvert/plugin.c: (plugin_init):
27519           Surround sound support.
27520
27521 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27522
27523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27524           Fix position for discont if we're close as well. Nitpicking, but
27525           saves a few milliseconds of extra waiting or skipping.
27526
27527 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27528
27529         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
27530           We sometimes need parsers for playback, so add those too.
27531
27532 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27533
27534         * configure.ac:
27535         * gst/apetag/Makefile.am:
27536         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
27537         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
27538         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
27539         (gst_ape_demux_get_src_query_types),
27540         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
27541         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
27542         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
27543         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
27544         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
27545         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
27546         (gst_ape_demux_change_state):
27547         * gst/apetag/apedemux.h:
27548         * gst/apetag/apetag.c: (plugin_init):
27549         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
27550         (plugin_init):
27551           APE v1/2 tag reader plus typefind function.
27552
27553 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27554
27555         * configure.ac:
27556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27557         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27558           Remove hacks for older core. Require newer core version
27559           accordingly.
27560
27561 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27562
27563         * gst/cdxaparse/Makefile.am:
27564         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
27565         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
27566         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
27567         * gst/cdxaparse/gstcdxaparse.h:
27568         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
27569         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
27570         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
27571         (gst_cdxastrip_get_src_query_types),
27572         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
27573         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
27574         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
27575         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
27576         * gst/cdxaparse/gstcdxastrip.h:
27577           SVCD/VCD header stripping separated from CDXA image parsing.
27578         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27579         (plugin_init):
27580           Add VCD/SVCD header typefinding for VCD/SVCD.
27581         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
27582         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
27583         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
27584         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
27585         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
27586         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
27587         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
27588         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
27589         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
27590         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
27591         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
27592         * sys/vcd/vcdsrc.h:
27593           Fix up, add seeking, querying, URI interface. Works in totem now.
27594
27595 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27596
27597         * configure.ac:
27598           back to CVS
27599
27600 === release 0.8.6 ===
27601
27602 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27603
27604         * NEWS:
27605         * RELEASE:
27606         * configure.ac:
27607         * po/af.po:
27608         * po/az.po:
27609         * po/cs.po:
27610         * po/en_GB.po:
27611         * po/hu.po:
27612         * po/it.po:
27613         * po/nb.po:
27614         * po/nl.po:
27615         * po/or.po:
27616         * po/sq.po:
27617         * po/sr.po:
27618         * po/sv.po:
27619         * po/uk.po:
27620           releasing 0.8.6, "IOU Love"
27621
27622 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27623
27624         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27625
27626         * gst/playback/gstplaybasebin.c:
27627           Fix unplayable files error handling.  Fixes #158365
27628
27629 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27630
27631         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27632
27633         * gst/typefind/gsttypefindfunctions.c:
27634           Fix broken mp3 typefinding.  Fixes #158375
27635
27636 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27637
27638         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27639
27640         * ext/ogg/gstoggdemux.c:
27641           Fix sync on broken files.  Fixes #158976
27642
27643 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27644
27645         patch by: Edward Hervey <bilboed@bilboed.com>
27646
27647         * ext/libpng/gstpngenc.c:
27648           Copy over buffer properties.  Fixes #158832
27649
27650 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27651
27652         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27653
27654         * ext/dvdread/dvdreadsrc.c:
27655           Fixes invalid reads (#158462)
27656
27657 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27658
27659         * sys/v4l/gstv4lsrc.c:
27660         * sys/v4l/gstv4lsrc.h:
27661         * sys/v4l/v4lsrc_calls.c:
27662           Probe less and cache it.  Fixes #159187.
27663
27664 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27665
27666         * gst/videorate/gstvideorate.c:
27667           Handle all video formats. Fixes #159186.
27668
27669 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
27670         * gst/synaesthesia/gstsynaesthesia.c:
27671         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
27672         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
27673         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
27674         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
27675         (gst_synaesthesia_change_state), (plugin_init):
27676         Fix up synaesthesia to work under different samplerates/ buffer sizes.
27677         Force 320x200 output, as that's the only thing the underlying
27678         synaesthesia implementation supports. Still needs to be made
27679         re-entrant.
27680
27681 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27682
27683         * configure.ac:
27684           Fix mpeg2enc configure check (similar to mplex check below).
27685
27686 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
27687
27688         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27691           Fix for gcc-2.95 (fixes #158221).
27692
27693 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27694
27695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27696           Re-add clock distribution hack (until new core is released).
27697           Fixes #158125.
27698
27699 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
27700         * configure.ac:
27701           fix mplex configure check segfaulting on some systems (bug #140994)
27702
27703 2004-11-13  Benjamin Otte  <otte@gnome.org>
27704
27705         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
27706           add debugging
27707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27708           do a wait when we enter the loop func with no data available to
27709           write instead of getting into an 100% CPU loop by just returning and
27710           being called again by the scheduler
27711
27712 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
27713
27714         * configure.ac:
27715         * ext/libvisual/visual.c: (gst_visual_get_type),
27716         (libvisual_log_handler), (gst_visual_getcaps),
27717         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
27718         (plugin_init):
27719           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
27720         * ext/smoothwave/Makefile.am:
27721         * ext/smoothwave/demo-osssrc.c: (main):
27722         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
27723         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
27724         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
27725         (plugin_init):
27726         * ext/smoothwave/gstsmoothwave.h:
27727           Make gstsmoothwave a working element in the 20th century.
27728
27729         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
27730           Fix incorrect link function
27731
27732 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27733
27734         * gst/volume/gstvolume.c:
27735           Allow buffer-frames=0.
27736
27737 2004-11-12 Iain <iaingnome@gmail.com>
27738
27739         * configure.ac: Check for polypaudio
27740
27741         * ext/Makefile.am: Build the polyp dir
27742
27743         * ext/polyp: The polypsink sources.
27744
27745 2004-10-30 Iain <iaingnome@gmail.com>
27746
27747         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
27748         caps to reflect the new number of channels.
27749
27750 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27751
27752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27753           Fix for negotiation order problem. This would show when the
27754           ALSA loopfuction was called before any other function. ALSA
27755           wouldn't do anything because we're not negotiated yet, leading
27756           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
27757
27758 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27759
27760         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27763           No warnings (#157986).
27764
27765 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27766
27767         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27768           Prefer apev1/2 and id3v1 (at end of file) over musepack.
27769
27770 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27771
27772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
27773           Signal no-more-pads (so it works in playbin).
27774
27775 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27776
27777         * ext/musepack/gstmusepackreader.cpp:
27778           Workaround for older core.
27779
27780 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27781
27782         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
27783           Actually test for odd width/height rather than testing whether
27784           a temporary variable that was 0 before we subtracted 1 is now
27785           not equal to zero (which it always is).
27786
27787 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27788
27789         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27790         Fix compilation if HAVE_XVIDEO is not defined
27791
27792 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27793
27794         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27795         Fix compilation if HAVE_XVIDEO is not defined
27796
27797 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
27798
27799         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
27800         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
27801         (gst_goom_change_state), (plugin_init):
27802         Use the bytestream adapter so goom doesn't depend on the input
27803         buffer size.
27804         Add a debug category
27805
27806 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27807
27808         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27809           Only set hardware parameters *after* negotiation. Before
27810           negotiation, it will set ANY and that seems to cause crashes
27811           (see e.g. #151288, #153227).
27812
27813 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27814
27815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27816           This seems to be antique leftover. It needs to pass error
27817           checking.
27818         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27819         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
27820         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
27821         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
27822           Fix GstXOverlay implementation (#151059).
27823
27824 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27825
27826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27827           Don't assert (#157853).
27828
27829 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27832           Fix bytes/samples confustion.
27833         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
27834           Fix for underrun (#144389).
27835
27836 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27837
27838         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27839           Disable halfway-seek for pending release (since it needs a new
27840           core release).
27841
27842 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27843
27844         * sys/v4l/gstv4lsrc.c:
27845         * sys/v4l/gstv4lsrc.h:
27846         * sys/v4l/v4lsrc_calls.c:
27847           add autoprobe-fps property so we can separate autoprobing parts
27848
27849 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27850
27851         * sys/v4l/gstv4lsrc.c:
27852         * sys/v4l/v4lsrc_calls.c:
27853         initialise fourcc to catch unset fourcc's, and debug
27854
27855 2004-11-09  Wim Taymans  <wim@fluendo.com>
27856
27857         * gst/playback/README:
27858         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27859         * gst/playback/gstplaybin.c: (gst_play_bin_init),
27860         (gst_play_bin_dispose), (gst_play_bin_set_property),
27861         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
27862         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27863         (gst_play_bin_get_formats), (gst_play_bin_convert),
27864         (gst_play_bin_get_query_types), (gst_play_bin_query):
27865         Cleanups and some more documentation.
27866
27867 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
27868
27869         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
27870         (gst_cacasink_init), (gst_cacasink_chain):
27871         * ext/libcaca/gstcacasink.h:
27872         Cacasink inherits from VideoSink, so let that store the clock.
27873
27874 2004-11-09  Wim Taymans  <wim@fluendo.com>
27875
27876         * gst/playback/README:
27877         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
27878         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
27879         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
27880         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
27881         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
27882         (setup_sinks):
27883         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
27884         (gst_stream_info_is_mute), (gst_stream_info_set_property):
27885         * gst/playback/gststreaminfo.h:
27886         Updated README.
27887         Only switch groups if all streams have muted (EOSed).
27888         Send Tags in sync with the stream playback instead of in
27889         the playback/preroll phase.
27890         Some cleanups, free the fakesrc elements.
27891
27892 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27893
27894         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
27895           buffer-frames property was missing
27896         * ext/arts/gst_arts.c:
27897           rate missing from sinkcaps
27898         * ext/audiofile/gstafparse.c:
27899         * ext/audiofile/gstafsink.c:
27900         * ext/audiofile/gstafsrc.c:
27901         * ext/swfdec/gstswfdec.c:
27902           int audio doesn't know buffer-frames
27903         * ext/cdparanoia/gstcdparanoia.c:
27904           int audio doesn't know chunksize either
27905         * ext/nas/nassink.c:
27906           it's endianness, not endianess
27907         * gst-libs/gst/audio/audio.h:
27908           make float standard pad template caps really describe float
27909         * gst/law/mulaw.c: (linear_factory):
27910           signed only, please
27911         * gst/mpegstream/gstdvddemux.c:
27912           widths of 20 are not valid
27913
27914 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27915
27916         Submitted by: Luca Ferretti <elle.uca@infinito.it>
27917
27918         * po/LINGUAS:
27919         * po/it.po:
27920           Add Italian
27921
27922 2004-11-08  Wim Taymans  <wim@fluendo.com>
27923
27924         * gst/playback/README:
27925         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27926         * gst/playback/gstplaybasebin.c: (probe_triggered),
27927         (gst_play_base_bin_change_state):
27928         Updated README, added more comments for fixmes etc..
27929
27930 2004-11-08  Wim Taymans  <wim@fluendo.com>
27931
27932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27933         We can remove this hack now.
27934
27935 2004-11-08  Wim Taymans  <wim@fluendo.com>
27936
27937         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
27938         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27939         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27940         Only mix AYUV for maximum quality.
27941
27942 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
27945         (gst_ogg_demux_push), (gst_ogg_pad_push):
27946           Let's act as if we're synchronized now! :).
27947         * ext/theora/theoradec.c: (theora_dec_chain):
27948           Add some debug.
27949
27950 2004-11-08  Wim Taymans  <wim@fluendo.com>
27951
27952         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27953         (gst_alpha_set_property), (gst_alpha_sink_link),
27954         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
27955         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
27956         (gst_alpha_init_params), (gst_alpha_chain):
27957         Implement alpha functions for AYUV too, this increases
27958         accuracy quite a bit.
27959
27960 2004-11-08  Wim Taymans  <wim@fluendo.com>
27961
27962         * gst/ffmpegcolorspace/avcodec.h:
27963         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27964         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27965         (gst_ffmpegcsp_avpicture_fill):
27966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27967         (gst_ffmpegcsp_caps_remove_format_info):
27968         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27969         (shrink12), (img_get_alpha_info), (deinterlace_line),
27970         (deinterlace_line_inplace):
27971         * gst/ffmpegcolorspace/imgconvert_template.h:
27972         Added AYUV colorspace and handle RGBA a bit more respectful.
27973
27974 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27975
27976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27977           Actually always send a discont (cornercase when resending the
27978           same serial-tagged chain twice).
27979
27980 2004-11-08  Julien MOUTTE  <julien@moutte.net>
27981
27982         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
27983         (gst_ximagesink_finalize):
27984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
27985         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
27986
27987 2004-11-08  Wim Taymans  <wim@fluendo.com>
27988
27989         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
27990         Don't segfault on NULL data.
27991
27992 2004-11-08  Wim Taymans  <wim@fluendo.com>
27993
27994         * gst/playback/gstdecodebin.c: (unlinked):
27995         * gst/playback/gstplay-marshal.list:
27996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27997         (gst_play_base_bin_init), (group_create), (get_active_group),
27998         (get_building_group), (group_destroy), (group_commit),
27999         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28000         (add_element_stream), (no_more_pads), (probe_triggered),
28001         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28002         (state_change), (setup_source), (gst_play_base_bin_get_property),
28003         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28004         (gst_play_base_bin_link_stream),
28005         (gst_play_base_bin_get_streaminfo):
28006         * gst/playback/gstplaybasebin.h:
28007         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28008         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28009         Add support for chained ogg files. Prepare for playlist
28010         support. This patch introduces the concept of pad groups, which
28011         together compose one playable media file.
28012
28013 2004-11-07  David Schleef  <ds@schleef.org>
28014
28015         * testsuite/gst-lint: Check for pad templates that aren't statically
28016         scoped.
28017
28018 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28019
28020         * configure.ac:
28021         * ext/Makefile.am:
28022         * ext/musepack/Makefile.am:
28023         * ext/musepack/gstmusepackdec.cpp:
28024         * ext/musepack/gstmusepackdec.h:
28025         * ext/musepack/gstmusepackreader.cpp:
28026         * ext/musepack/gstmusepackreader.h:
28027           Add musepack decoder.
28028         * ext/faad/gstfaad.c: (gst_faad_base_init):
28029           Make pad templates static.
28030         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28031         (plugin_init):
28032           Add musepack typefinder, make mp3 typefinding work halfway stream,
28033           which doesn't actually work yet because id3demux doesn't implement
28034           _get_length().
28035
28036 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28037
28038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28039         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28040           Fix interrupt event handling (#144436).
28041
28042 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28043
28044         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28045           Hide unused glory.
28046
28047 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28048
28049         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28050
28051         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28052           Fix weird caps (#157548).
28053
28054 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28055
28056         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28057
28058         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28059           Add missing NULL terminator (#157543).
28060
28061 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28062
28063         * gst/tcp/gsttcp.h:
28064         * gst/tcp/gsttcpclientsink.c:
28065         * gst/tcp/gsttcpclientsrc.c:
28066         * gst/tcp/gsttcpserversink.c:
28067         * gst/tcp/gsttcpserversrc.c:
28068           ports can go up to 65535.  Move common defines to gsttcp.h
28069
28070 2004-11-05  Wim Taymans  <wim@fluendo.com>
28071
28072         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28073         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28074         Added two more colorspaces.
28075
28076 2004-11-05  Wim Taymans  <wim@fluendo.com>
28077
28078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28079         (gst_ffmpegcsp_avpicture_fill):
28080         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28081         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28082         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28083         More stride fixes.
28084
28085 2004-11-05  Wim Taymans  <wim@fluendo.com>
28086
28087         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28088         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28089         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28090         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28091         (gst_videomixer_loop):
28092         More stride fixes.
28093
28094 2004-11-05  Benjamin Otte  <otte@gnome.org>
28095
28096         * ext/mad/gstmad.c: (gst_mad_chain):
28097           don't overflow data buffer. Flush not needed sync data when syncing
28098           failed.
28099
28100 2004-11-04  Wim Taymans  <wim@fluendo.com>
28101
28102         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28103         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28104         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28105         (gst_alpha_init_params), (gst_alpha_chain),
28106         (gst_alpha_change_state):
28107         Updated the chroma keying algorithm with something more
28108         sophisticated.
28109
28110 2004-11-03  Wim Taymans  <wim@fluendo.com>
28111
28112         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28113         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28114         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28115         Fix stride issues. Does not completely work for odd
28116         heights.
28117
28118 2004-11-03  Wim Taymans  <wim@fluendo.com>
28119
28120         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28121         (gst_alpha_chroma_key), (gst_alpha_chain):
28122         Fix stride issues. Does not completely work for odd
28123         heights.
28124
28125 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28126
28127         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28128         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28129         leak fixes
28130
28131 2004-11-03  Wim Taymans  <wim@fluendo.com>
28132
28133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28134         (gst_ffmpegcsp_avpicture_fill):
28135         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28136         (avpicture_alloc):
28137         * gst/ffmpegcolorspace/imgconvert_template.h:
28138         Use correct _fill function to get correct strides.
28139
28140 2004-11-02  David Schleef  <ds@schleef.org>
28141
28142         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28143         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28144         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28145         Change all g_print()s to debugging.  Add a bunch of consistency
28146         checks.
28147
28148 2004-11-02  Wim Taymans  <wim@fluendo.com>
28149
28150         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28151         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28152         (unlinked), (no_more_pads), (close_link):
28153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28154         (unknown_type), (add_element_stream), (new_decoded_pad),
28155         (removed_decoded_pad), (setup_source):
28156         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28157         (gst_stream_info_class_init), (gst_stream_info_init),
28158         (gst_stream_info_new), (gst_stream_info_dispose),
28159         (stream_info_mute_pad), (gst_stream_info_set_property),
28160         (gst_stream_info_get_property):
28161         * gst/playback/gststreaminfo.h:
28162         Fix playback of multiple files.
28163         a slightly different approach to handling dynamic pad removals.
28164         This one only looks at pads that we have linked.
28165
28166 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28167
28168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28169         free" warning from libc.
28170
28171 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28172
28173         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28174         (get_unconnected_element), (remove_starting_from), (pad_removed),
28175         (close_link):
28176           Implement support for dynamic pad changing. We listen to "live"
28177           pad removals (i.e. while playing) and re-setup autoplugging
28178           after that. Playbasebin/playbin need some more work for this
28179           to finally work, but decodebin supports (and replugs) chained
28180           ogg now.
28181
28182 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28183
28184         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28185         (gst_alsa_finalize):
28186         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28187         (gst_cdaudio_finalize):
28188         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28189         (cdparanoia_finalize):
28190         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28191         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28192         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28193         (dvdreadsrc_finalize):
28194         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28195         (gst_flacdec_finalize):
28196         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28197         (gst_flacenc_finalize):
28198         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28199         (gst_gnomevfssink_finalize):
28200         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28201         (gst_gnomevfssrc_finalize):
28202         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28203         (gst_fameenc_finalize):
28204         * ext/nas/nassink.c: (gst_nassink_class_init),
28205         (gst_nassink_finalize):
28206         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28207         (gst_sdlvideosink_class_init):
28208         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28209         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28210         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28211         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28212         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28213         (gst_x_window_listener_dispose):
28214         * gst/audioscale/gstaudioscale.c:
28215         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28216         (play_on_demand_finalize):
28217         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28218         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28219         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28220         (cdplayer_finalize):
28221         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28222         (gst_glimagesink_class_init):
28223         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28224         (gst_osselement_finalize):
28225         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28226         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28227         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28228           Fixes a bunch of problems with finalize and dispose functions,
28229           either assumptions that dispose is only called once, or not calling
28230           the parent class dispose/finalize function
28231
28232 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28233
28234         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28235           added two api precondition guards
28236           use g_strdup with getenv to fix crash when using ENVVAR
28237
28238 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28239         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28240         (gst_esdsink_finalize):
28241         Use a finalize function, not dispose, and more importantly,
28242         call the parent class finalize function too
28243
28244 2004-11-01  Johan Dahlin  <johan@gnome.org>
28245
28246         * ext/ogg/gstoggdemux.c:
28247         * gst/tags/gstvorbistag.c:
28248         Plug leaks.
28249
28250 2004-10-31  Benjamin Otte  <otte@gnome.org>
28251
28252         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28253           lotsa memleaks today. But they're all small...
28254
28255 2004-10-31  Benjamin Otte  <otte@gnome.org>
28256
28257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28258           another memleak crushed
28259
28260 2004-10-31  Benjamin Otte  <otte@gnome.org>
28261
28262         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28263           fix memleak
28264
28265 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28268           Hack to prevent crash when going to READY inside signal handler
28269           while this function is active.
28270
28271 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28272
28273         * gst/ffmpegcolorspace/Makefile.am:
28274         * gst/ffmpegcolorspace/avcodec.h:
28275         * gst/ffmpegcolorspace/common.h:
28276         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28277         * gst/ffmpegcolorspace/dsputil.h:
28278         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28280         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28281         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28282         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28283         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28284         (gst_ffmpegcsp_avpicture_fill):
28285         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28287         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28288         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28289         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28290         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28291         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28292         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28293         * gst/ffmpegcolorspace/imgconvert.c:
28294         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28295         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28296         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28297         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28298         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28299         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28300         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28301         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28302         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28303         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28304         (grow21), (grow22), (grow41), (grow44), (conv411),
28305         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28306         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28307         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28308         (avpicture_free), (is_yuv_planar), (img_convert),
28309         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28310         (deinterlace_line_inplace), (deinterlace_bottom_field),
28311         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28312         * gst/ffmpegcolorspace/imgconvert_template.h:
28313         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28314         * gst/ffmpegcolorspace/mmx.h:
28315         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28316         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28317         (av_freep), (avcodec_get_context_defaults),
28318         (avcodec_alloc_context), (avcodec_init):
28319           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28320           handling plus update from ffmpeg CVS. Large clean-up.
28321
28322 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28323
28324         * gst/playback/Makefile.am:
28325           We need the marshallers for decodebin, too.
28326
28327 2004-10-30  David Schleef  <ds@schleef.org>
28328
28329         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28330           quicktime typefinding work with 64-bit offsets.
28331
28332 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28333
28334         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28335           Set EOS on the element when processing an EOS event.
28336         * ext/speex/gstspeexdec.h:
28337         * ext/speex/gstspeexenc.h:
28338           Only keep a const ptr to the mode
28339         * gst-libs/gst/riff/riff-media.c:
28340         (gst_riff_create_audio_caps_with_data),
28341         (gst_riff_create_audio_template_caps):
28342           Allow WMAV3, with up to 6 channels.
28343         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28344           Don't call gst_pad_set_event_function on a sink pad.
28345         * gst/mpegstream/gstdvddemux.c:
28346         (gst_dvd_demux_get_subpicture_stream),
28347         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28348           Copy the explicit caps that were set across to the cur_* pads,
28349           instead of trying to use a possibly non-existent negotiated caps.
28350           Reset the type of subpicture pads to UNKNOWN after calling
28351           init_stream, so that the caps get set.
28352
28353 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28354
28355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28356
28357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28358           Don't touch buffer if it is of size 0 (fixes #151064).
28359
28360 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28361
28362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28363           Synchronized discont handling.
28364
28365 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28366
28367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28368         (gst_ogg_demux_push):
28369           Make seeking sort-of exact again (fixes #156387).
28370
28371 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28372
28373         * gst/playback/gstplaybasebin.c: (unknown_type),
28374         (add_element_stream), (new_decoded_pad),
28375         (gst_play_base_bin_change_state):
28376         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28377         (gst_stream_info_init), (gst_stream_info_new),
28378         (gst_stream_info_dispose), (gst_stream_info_get_property):
28379         * gst/playback/gststreaminfo.h:
28380           Make caps explicitely available. Makes testing for unsupported
28381           types possible. Improves error reporting.
28382
28383 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28384
28385         * gst/audioconvert/gstaudioconvert.c:
28386         (gst_audio_convert_buffer_to_default_format):
28387           Really don't touch read-only buffers (#156563).
28388
28389 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28390
28391         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28392
28393         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28394           Fix memleak (#155223).
28395
28396 2004-10-29  Wim Taymans  <wim@fluendo.com>
28397
28398         * gst/tcp/.cvsignore:
28399         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28400         (gst_multifdsink_class_init), (gst_multifdsink_init),
28401         (gst_multifdsink_add), (gst_multifdsink_remove),
28402         (gst_multifdsink_remove_client_link), (is_sync_frame),
28403         (gst_multifdsink_new_client),
28404         (gst_multifdsink_handle_client_write),
28405         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28406         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28407         (gst_multifdsink_get_property):
28408         * gst/tcp/gstmultifdsink.h:
28409         Added burst on connect sync_method, deprecated sync_clients,
28410         streamlined the sync code some more.
28411
28412 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28413
28414         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28415         (gst_play_base_bin_change_state):
28416           Improve error reporting.
28417
28418 2004-10-28  Wim Taymans  <wim@fluendo.com>
28419
28420         * gst/tcp/Makefile.am:
28421         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28422         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28423         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28424         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28425         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28426         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28427         (gst_fdset_wait):
28428         Added more locks around fdset structures. Fixed/reworked
28429         the poll array resizing code.
28430         Added stress test for fdset.
28431
28432 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28433
28434         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28435         fix build
28436
28437 2004-10-28  Benjamin Otte  <otte@gnome.org>
28438
28439         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28440           fix link function to always query channels and query width for
28441           floats
28442         * configure.ac:
28443           add equalizer dir
28444         * gst/equalizer/Makefile.am:
28445         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28446         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28447         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28448         (arg_to_scale), (setup_filter),
28449         (gst_iir_equalizer_compute_frequencies),
28450         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28451         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28452         (plugin_init):
28453           add an equalizer
28454
28455 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28456
28457         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28458
28459         * po/LINGUAS:
28460         * po/nb.po:
28461           Added Norwegian Bokmaal translation
28462
28463 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28464
28465         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28466           Don't break on options (fixes #156488).
28467
28468 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28469
28470         * configure.ac:
28471         * ext/cdaudio/Makefile.am:
28472         * sys/Makefile.am:
28473           fix build on older automake
28474
28475 2004-10-26  Wim Taymans  <wim@fluendo.com>
28476
28477         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28478         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28479         Allow a little margin when negotiating the framerate.
28480
28481 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
28482
28483         * gst/level/gstlevel.c:
28484           synchonised naming of pads and pad-templates
28485
28486 2004-10-26  Wim Taymans  <wim@fluendo.com>
28487
28488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28489         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28490         (_find_streams_check), (gst_ogg_demux_push):
28491         Fix EOS again. Needs to be done in a better way. We should not
28492         remove the pad if there is no new chained stream.
28493
28494 2004-10-26 Iain <iaingnome@gmail.com>
28495
28496         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
28497         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
28498         of the caps.
28499         * gst/interleave/interleave.c (interleave_class_init): Hook up release
28500         pad.
28501         (interleave_release_pad): Remove the pad.
28502         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
28503         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
28504         the set device.
28505         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
28506         attrs
28507         (gst_xvimagesink_xcontext_clear): Free the xcontext.
28508         (gst_xvimagesink_finalize): Free the par.
28509
28510 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
28513         (gst_avimux_stop_file):
28514           First calculate the rate, and only then use it. Hdr.rate is a
28515           multiple and not a derivative of hdr.scale. Scale is not the
28516           same as blockalign but is solely related to rate.
28517
28518 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28519
28520         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
28521         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
28522           Implement seeking.
28523
28524 2004-10-25  James Henstridge  <james@jamesh.id.au>
28525
28526         Reviewed by:  David Schleef  <ds@schleef.org>
28527
28528         * examples/gstplay/player.c: (got_stream_length), (main):
28529         * examples/seeking/cdplayer.c: (update_scale):
28530         * examples/seeking/seek.c: (format_value), (update_scale):
28531         * examples/seeking/spider_seek.c: (format_value), (update_scale),
28532         (stop_seek):
28533         Build fixes on AMD64.
28534
28535 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28536
28537         reviewed by: Ronald Bultje <rbultje at gnome dot org>
28538
28539         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28540         Fix for some v4l cards which hang in v4lsrc
28541
28542 2004-10-25  Wim Taymans  <wim@fluendo.com>
28543
28544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
28545         (gst_ogg_demux_push), (gst_ogg_chains_clear):
28546         Make sure to remove the pad when a new chain is
28547         encountered. Set some vars to NULL so we don't try
28548         to reference freed memory.
28549
28550 2004-10-25  Wim Taymans  <wim@fluendo.com>
28551
28552         * examples/seeking/Makefile.am:
28553         * examples/seeking/cdplayer.c: (update_scale):
28554         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
28555         * examples/seeking/playbin.c: (make_playerbin_pipeline),
28556         (format_value), (update_scale), (iterate), (start_seek),
28557         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
28558         (print_usage), (main):
28559         Added some more examples, update others.
28560
28561 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
28564         * ext/speex/gstspeexdec.c: (speex_dec_chain):
28565         * ext/theora/theoradec.c: (theora_dec_chain):
28566         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28567           Add codec-name metadata.
28568
28569 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
28570
28571         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28572
28573         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28574         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28575         * ext/alsa/gstalsamixertrack.h:
28576         * po/POTFILES.in:
28577           ALSA mixer track label internationalization (#154054).
28578
28579 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * ext/theora/theoradec.c: (theora_dec_chain):
28582           Export bitrate as metadata.
28583
28584 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28585
28586         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28587         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28588         * ext/alsa/gstalsamixertrack.h:
28589           Fix names, fix loop.
28590
28591 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28592
28593         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
28594         (speex_dec_convert):
28595           sinkconvert function so oggdemux can get the file length (totem).
28596
28597 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
28598
28599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28600
28601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28602           Don't push incomplete packets.
28603         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
28604           Fix MPEG-4 audio typefinding.
28605
28606 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28607
28608         * sys/v4l/Makefile.am:
28609         * sys/v4l/gstv4l.c: (plugin_init):
28610         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
28611         (gst_v4lelement_init), (gst_v4lelement_dispose),
28612         (gst_v4lelement_change_state):
28613         * sys/v4l/gstv4lelement.h:
28614         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
28615         (gst_v4l_xoverlay_close), (idle_refresh),
28616         (gst_v4l_xoverlay_set_xwindow_id):
28617         * sys/v4l/gstv4lxoverlay.h:
28618         * sys/v4l/v4l-overlay_calls.c:
28619         * sys/v4l/v4l_calls.h:
28620         * sys/v4l2/Makefile.am:
28621         * sys/v4l2/gstv4l2.c: (plugin_init):
28622         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
28623         (gst_v4l2element_init), (gst_v4l2element_dispose),
28624         (gst_v4l2element_change_state):
28625         * sys/v4l2/gstv4l2element.h:
28626         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
28627         (gst_v4l2_xoverlay_close), (idle_refresh),
28628         (gst_v4l2_xoverlay_set_xwindow_id):
28629         * sys/v4l2/gstv4l2xoverlay.h:
28630         * sys/v4l2/v4l2-overlay_calls.c:
28631         * sys/v4l2/v4l2_calls.h:
28632           Remove client-side overlay handling, use the X-server v4l plugin
28633           for that. Nicer overlay, less code. Also make the plugin
28634           compileable without X (but then without overlay, obviously).
28635           Makes xwindowlistener obsolete, should we remove that?
28636
28637 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28638
28639         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
28640         (gst_osssrc_src_query):
28641         * sys/oss/gstosssrc.h:
28642           OK, so people want offset in DEFAULT. This time, actually fix all
28643           cases.
28644         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
28645           Add FPS properly.
28646
28647 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28648
28649         * gst/asfdemux/gstasfmux.c:
28650         * gst/avi/gstavimux.c:
28651           Framerate.
28652
28653 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28654
28655         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
28656           Fix properties (channel, norm, frequency).
28657
28658 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28659
28660         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
28661           Flag typo.
28662         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
28663           No warnings.
28664
28665 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28666
28667         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
28668           Fix hang.
28669
28670 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28671
28672         * sys/v4l2/gstv4l2element.h:
28673           Yet Another Hack (tm) for kernel header borkedness.
28674         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28675         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
28676         (gst_v4l2src_link), (gst_v4l2src_getcaps),
28677         (gst_v4l2src_change_state):
28678         * sys/v4l2/gstv4l2src.h:
28679         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
28680         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
28681           Fix caps, keep track of state, work.
28682
28683 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28684
28685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
28686           Quiet.
28687
28688 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28689
28690         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28691           Don't mix bytes and samples.
28692
28693 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * ext/ogg/gstoggmux.c:
28696           Basic pad template which accepts OGM tracks, speex, flac, vorbis
28697           and theora. Any is incorrect.
28698         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
28699           Fix caps.
28700         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
28701         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
28702         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
28703         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
28704         * sys/v4l/gstv4lmjpegsrc.h:
28705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28706         (gst_v4lsrc_change_state):
28707         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
28708         (gst_v4lmjpegsrc_capture_stop):
28709           Fix caps. Keep track of internal state. Work.
28710
28711 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28712
28713         * ext/Makefile.am:
28714           Fix the build fixes.
28715
28716 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28717
28718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28719         (gst_ogg_demux_src_event), (_find_chain_seek),
28720         (gst_ogg_pad_push):
28721           Check for pad availability before using it.
28722         * ext/ogg/gstoggdemux.c: (_find_chain_process):
28723           Fix parsing of chained ogg. Needs more work on the decoder side.
28724
28725 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28726
28727         * gst/spectrum/Makefile.am:
28728         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
28729         (idle_func):
28730           Fix demo and reenable it. Yes, I'm currently playing with audio
28731           analysis tools
28732
28733 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28734
28735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28736           We love it if files that start at zero work too...
28737
28738 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28739
28740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28741           Handle files with missing EOS headers.
28742
28743 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28744
28745         * gst/tcp/gsttcpserversink.c:
28746         (gst_tcpserversink_handle_server_read),
28747         (gst_tcpserversink_init_send):
28748         Zero some variables first (need for accept not to return EINVAL)
28749
28750 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28751
28752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28753         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
28754         * ext/theora/theoradec.c: (theora_dec_sink_convert),
28755         (theora_dec_chain):
28756         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28757         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
28758           Seeking and querying finetune.
28759
28760 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28761
28762         * configure.ac:
28763         * ext/Makefile.am:
28764         * ext/raw1394/Makefile.am:
28765           fix the build
28766
28767 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28768
28769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28770           Wrong return.
28771         * gst/playback/Makefile.am:
28772         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
28773         * gst/playback/gstplay-marshal.list:
28774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
28775           Fix marshallers.
28776
28777 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28778
28779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
28780           Silence.
28781
28782 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28783
28784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28785         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28786         (gst_ogg_pad_push):
28787           Yay for non-lineair granulepos in theora.
28788
28789 2004-10-18  Wim Taymans  <wim@fluendo.com>
28790
28791         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28792         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28793         * ext/dv/gstdvdec.h:
28794         Make sure we renegotiate aspect ratio when the camera switches.
28795
28796 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28797
28798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28799         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
28800           Start at zero.
28801         * ext/theora/theoradec.c: (theora_dec_chain):
28802           Skip headers. Bad idea for chained ogg, but fixes seeking.
28803
28804 2004-10-18  Wim Taymans  <wim@fluendo.com>
28805
28806         * configure.ac:
28807         I swear, this is the last time I touch this.
28808
28809 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28810
28811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28812         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28813         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
28814           Faster seeking.
28815         * ext/theora/theoradec.c: (theora_dec_sink_convert):
28816           Time-to-default conversion.
28817         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28818           Don't error on unknown packets, just skip. We should probably
28819           read them if we want to support chained ogg.
28820
28821 2004-10-18  Wim Taymans  <wim@fluendo.com>
28822
28823         * configure.ac:
28824         Added cdaudio to wrong list.
28825
28826 2004-10-18  Wim Taymans  <wim@fluendo.com>
28827
28828         * configure.ac:
28829         Revive cdaudio.
28830
28831 2004-10-18  Wim Taymans  <wim@fluendo.com>
28832
28833         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28834         (gst_dvdec_video_link), (gst_dvdec_push):
28835         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
28836         (gst_smokeenc_resync), (gst_smokeenc_chain):
28837         Fix mimetype on smoke encoder.
28838         Add aspect ratio to dvdec. Not sure if these
28839         values are correct though....
28840
28841 2004-10-18  Wim Taymans  <wim@fluendo.com>
28842
28843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
28844         Fix vorbis property descriptions and ranges.
28845
28846 2004-10-18  Wim Taymans  <wim@fluendo.com>
28847
28848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28849         Really do nothing when no data is available.
28850         Go to the playing state when the stream is not seekable
28851         instead of failing.
28852
28853 2004-10-18  Wim Taymans  <wim@fluendo.com>
28854
28855         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
28856         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
28857         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
28858         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
28859         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
28860         Added uri handler for cd://
28861         Port to new API.
28862
28863 2004-10-18  Wim Taymans  <wim@fluendo.com>
28864
28865         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28866         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28867         (try_to_link_1), (no_more_pads), (close_link), (type_found):
28868         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28869         (remove_prerolls), (unknown_type), (add_element_stream),
28870         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
28871         (gst_play_base_bin_remove_element),
28872         (gst_play_base_bin_link_stream):
28873         * gst/playback/gstplaybin.c: (gen_video_element),
28874         (gen_vis_element), (remove_sinks), (setup_sinks):
28875         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28876         (gst_stream_info_get_type), (gst_stream_info_class_init),
28877         (gst_stream_info_init), (gst_stream_info_new),
28878         (gst_stream_info_dispose), (stream_info_mute_pad),
28879         (gst_stream_info_set_property), (gst_stream_info_get_property):
28880         * gst/playback/gststreaminfo.h:
28881         Add sink padtemplate to decodebin.
28882         Added some more comments.
28883         Make queue size configurable in playbasebin.
28884         Added possibility to use elements as sinks (ex cdaudio).
28885
28886 2004-10-15  Wim Taymans  <wim@fluendo.com>
28887
28888         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
28889         (gst_speexenc_chain):
28890         Fix speex timestamps so that it gets muxed properly.
28891
28892 2004-10-15  Wim Taymans  <wim@fluendo.com>
28893
28894         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
28895         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
28896         (gst_dv1394src_init), (gst_dv1394src_dispose),
28897         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
28898         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
28899         (gst_dv1394src_event), (gst_dv1394src_get_formats),
28900         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
28901         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
28902         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
28903         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
28904         * ext/raw1394/gstdv1394src.h:
28905         Added conversion/query functions.
28906         Update buffer timestamps,
28907         Added signals.
28908         Added uri dv:// so it might play from the firewire in playbin.
28909         Fix a possible leak.
28910         Added debugging.
28911
28912 2004-10-15  Wim Taymans  <wim@fluendo.com>
28913
28914         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
28915         (gst_dv1394src_init), (gst_dv1394src_set_property),
28916         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
28917         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
28918         * ext/raw1394/gstdv1394src.h:
28919         Added AV/C VTR control support needed for some cameras.
28920         Added automatic port detection.
28921         Added properties for selecting the channel.
28922         The configure.ac script is not yet updated to reflect the
28923         new libavc1394 and librom1394 dependencies.
28924
28925 2004-10-15  Wim Taymans  <wim@fluendo.com>
28926
28927         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28928         (qtdemux_parse), (gst_qtdemux_handle_esds):
28929         An esds box is not a container.
28930         Fix parsing of mp4v boxes.
28931         Do not try to renegotiate fps for each frame. Need to
28932         find a better method. This should fix mp4 playback.
28933
28934 2004-10-14  David Schleef  <ds@schleef.org>
28935
28936         * configure.ac: update for swfdec-0.3 and liboil-0.2
28937         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
28938         * ext/swfdec/gstswfdec.h: same
28939         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
28940         * gst/videotestsrc/videotestsrc.c: same
28941
28942 2004-10-14  Wim Taymans  <wim@fluendo.com>
28943
28944         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28945         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
28946         (is_sync_frame), (gst_multifdsink_new_client),
28947         (gst_multifdsink_handle_client_write),
28948         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28949         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
28950         Turn warnings into info.
28951         Don't allow a state change in the streaming thread.
28952
28953 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28954
28955         * ext/vorbis/oggvorbisenc.c:
28956         * ext/vorbis/vorbisdec.c:
28957           fix template sample rate
28958
28959 2004-10-13  Wim Taymans  <wim@fluendo.com>
28960
28961         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
28962         Decoding the header first fixes some problems in resyncing
28963         in more mp3s.
28964
28965 2004-10-12  Wim Taymans  <wim@fluendo.com>
28966
28967         * gst/playback/gstplaybin.c: (gen_video_element),
28968         (gen_vis_element), (remove_sinks), (setup_sinks):
28969         Added vis plugin support, need to configure the vis
28970         element to activate it.
28971
28972 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28973
28974         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
28975         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
28976           Some debug.
28977         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
28978         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
28979         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
28980         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
28981         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
28982         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
28983         * gst/avi/gstavidemux.h:
28984           Support for openDML-2.0 indx/ix## chunks. Support for broken index
28985           recovery (where, if part of the index is broken, we will still read
28986           the rest of the index and recover the broken part by stream
28987           scanning). More broken media support. EOS workarounds. General AVI
28988           braindamage headache recovery. Aspirin included.
28989
28990 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28991
28992         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
28993         (cdparanoia_event), (cdparanoia_query):
28994           Get rid of hideous lead-in.
28995
28996 2004-10-11  Wim Taymans  <wim@fluendo.com>
28997
28998         * gst/playback/gstplaybasebin.c: (setup_source):
28999         Wrong var used to get g_list_next.
29000
29001 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29002
29003         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29004         (cdparanoia_get), (cdparanoia_open):
29005           Report discid as metadata, add duration.
29006
29007 2004-10-11  Wim Taymans  <wim@fluendo.com>
29008
29009         * gst/playback/gstplaybasebin.c: (setup_source):
29010         Cleanup the previous pipeline a little earlier for the
29011         case that a source element provides raw data.
29012
29013 2004-10-11  Benjamin Otte  <otte@gnome.org>
29014
29015         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29016           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29017           consuming the last 128 bytes, even though it was valid mp3 data.
29018
29019 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29020
29021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29022         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29023         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29024         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29025
29026 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29027
29028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29029         Fix for webcams that support only specific width or height
29030
29031 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29032
29033         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29034
29035         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29036           Fix wrong discont event setup (fixes #154967).
29037
29038 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29039
29040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29043           Error out on invalid data (fixes #154807).
29044
29045 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29046
29047         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29048
29049         * ext/dvdread/dvdreadsrc.c: (_read):
29050           Make titles > 0 work again (fixes #154834).
29051
29052 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29053
29054         * gst-libs/gst/riff/riff-media.c:
29055         (gst_riff_create_video_template_caps):
29056           WMV3 missing in template caps.
29057
29058 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29059
29060         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29061           OK, so the original code was too strict. It makes random AVI files
29062           hang for seconds upon opening, which is unacceptable and is far
29063           beyond the original goal of getting multiple chunks for one-chunk
29064           sounc stream files. So now do just that.
29065
29066 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29067
29068         * gst/playback/gstplaybasebin.c: (setup_source),
29069         (gst_play_base_bin_change_state):
29070           Actually clean up streaminfo if output fails. This would trigger
29071           if, for example, there was no CD in the drive. No preroll, so
29072           a streaminfo structure is created, but the subsequent state change
29073           of the thread fails.
29074         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29075           Don't change state if parent failed.
29076
29077 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29078
29079         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29080         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29081         (gen_video_element), (remove_sinks):
29082           Add small bits of code for screenshot handling.
29083
29084 2004-10-08  Wim Taymans  <wim@fluendo.com>
29085
29086         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29087         (gen_video_element), (gen_audio_element), (setup_sinks):
29088         Don't assume the user provided sinks are named "sink"...
29089
29090 2004-10-08  Wim Taymans  <wim@fluendo.com>
29091
29092         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29093         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29094         (gst_play_base_bin_link_stream):
29095         Do not try to autoplug sources that generate raw streams like
29096         cdparanoia.
29097         disconnect the preroll overrun signal when we don't need it anymore.
29098
29099 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29100
29101         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29102         Added reworked patch from #154903 from milosz derezynski (deadchip).
29103
29104 2004-10-08  Wim Taymans  <wim@fluendo.com>
29105
29106         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29107         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29108         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29109         (cdparanoia_convert), (cdparanoia_uri_get_type),
29110         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29111         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29112         * ext/cdparanoia/gstcdparanoia.h:
29113         This adds the cdda://<tracknum> uri.
29114
29115 2004-10-08  Wim Taymans  <wim@fluendo.com>
29116
29117         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29118         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29119         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29121         (unknown_type), (gst_play_base_bin_remove_element),
29122         (gst_play_base_bin_link_stream):
29123         * gst/playback/gstplaybasebin.h:
29124         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29125         (gst_play_bin_set_property), (gen_video_element),
29126         (gen_audio_element), (setup_sinks):
29127         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29128         (gst_stream_info_get_type), (gst_stream_info_class_init),
29129         (gst_stream_info_init), (gst_stream_info_new),
29130         (gst_stream_info_dispose), (stream_info_mute_pad),
29131         (gst_stream_info_set_property), (gst_stream_info_get_property):
29132         * gst/playback/gststreaminfo.h:
29133         Reuse the audio and video bins.
29134         Some internal cleanups in the stream selection code.
29135
29136 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29137
29138         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29139         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29140         * sys/ximage/ximagesink.h:
29141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29142         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29143         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29144         not coming from those elements. Moreover these elements should not keep
29145         the xid they have been given when in NULL state.
29146
29147 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29148
29149         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29150         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29151         * sys/ximage/ximagesink.h:
29152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29153         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29154         * sys/xvimage/xvimagesink.h:
29155           Actually only create a new toplevel window if we're not gonna
29156           embed it right after.
29157
29158 2004-10-07  Wim Taymans  <wim@fluendo.com>
29159
29160         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29161         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29162         * gst/playback/gstplaybin.c: (setup_sinks):
29163         Implement muting/unmuting of streams, mute streams that are not
29164         used.
29165
29166 2004-10-07  Wim Taymans  <wim@fluendo.com>
29167
29168         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29169         (plugin_init):
29170         Added lame audio/x-ac3 typefind function.
29171
29172 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29173
29174         * configure.ac:
29175           bump nano to cvs
29176
29177 === release 0.8.5 ===
29178
29179 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29180
29181         * NEWS:
29182         * RELEASE:
29183         * configure.ac:
29184           releasing 0.8.5, "Take You On"
29185
29186 2004-10-06  Wim Taymans  <wim@fluendo.com>
29187
29188         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29189         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29190         (no_more_pads), (close_link), (type_found):
29191         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29192         * gst/playback/gstplaybin.c: (gen_video_element):
29193         Do not signal the no_more_pads after the first pad when
29194         we are plugging a non dynamic element with multiple
29195         output pads (like swfdec, dvdec, ...).
29196
29197 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29198
29199         * configure.ac:
29200           bump for prerelease
29201
29202 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29203
29204         * gst/wavparse/gstwavparse.c:
29205           add ATRAC3 to STATIC CAPS to fix a warning
29206
29207         * gst/matroska/ebml-read.c:
29208         * gst-libs/gst/riff/riff-read.c:
29209           fix typos
29210
29211 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29212
29213         * gst-libs/gst/riff/riff-media.c:
29214           generate caps for ATRAC3 audio streams
29215
29216         * gst/realmedia/rmdemux.c:
29217           generate caps for ATRAC3 audio streams
29218
29219 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29220
29221         * gst/wavparse/Makefile.am
29222         * gst/wavparse/riff.h
29223         * gst/wavparse/wavparse.vcproj
29224           riff.h removal (unused and duplication with riff-ids.h)
29225
29226 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29227
29228         * gst/wavparse/gstwavparse.h
29229           remove duplicated defines for audio codec codes
29230
29231         * gst-libs/gst/riff/riff-ids.h
29232         * gst/wavenc/riff.h:
29233           add "4CC" code for ATRAC3 audio streams
29234           add "4CC" code for ITU_G721_ADPCM (unused for now)
29235
29236 2004-10-06  Wim Taymans  <wim@fluendo.com>
29237
29238         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29239         Actually _do_ negotiation. Pass gdouble as arg instead
29240         of guint64 for the framerate.
29241
29242 2004-10-06  Wim Taymans  <wim@fluendo.com>
29243
29244         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29245         (find_compatibles), (close_pad_link), (try_to_link_1),
29246         (no_more_pads), (close_link), (type_found):
29247         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29248         * gst/playback/gstplaybin.c: (gen_video_element),
29249         (gen_audio_element):
29250         Set state on newly added element to READY so that negotiation
29251         can happen ASAP.
29252         Addes some more debug info.
29253         Do not try to plug pads with multiple caps structures or ANY
29254         because it is too dangerous since we do not do dynamic
29255         replugging.
29256
29257 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29258
29259         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29260
29261         * po/LINGUAS:
29262         * po/or.po:
29263           add Oriya translation
29264
29265 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29266
29267         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29268           Prevent overwrite of size member. Makes audio sound crappy.
29269
29270 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29271
29272         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29273         Add rmvb to the list of known RealMedia extensions
29274
29275 2004-10-05  Wim Taymans  <wim@fluendo.com>
29276
29277         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29278         (mngdec_openstream), (mngdec_closestream),
29279         (mngdec_handle_sink_event), (mngdec_readdata),
29280         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29281         (mngdec_getcanvasline), (mngdec_refresh),
29282         (gst_mngdec_change_state):
29283         Set the framerate correctly.
29284
29285 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29288           There was something wrong with the index massaging.
29289
29290 2004-10-04  Wim Taymans  <wim@fluendo.com>
29291
29292         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29293         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29294         (gst_smokedec_chain):
29295         * ext/jpeg/gstsmokedec.h:
29296         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29297         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29298         * ext/jpeg/gstsmokeenc.h:
29299         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29300         (smokecodec_decode_new), (smokecodec_info_free),
29301         (smokecodec_set_quality), (smokecodec_get_quality),
29302         (smokecodec_set_threshold), (smokecodec_get_threshold),
29303         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29304         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29305         (smokecodec_encode), (smokecodec_parse_id),
29306         (smokecodec_parse_header), (smokecodec_decode):
29307         * ext/jpeg/smokecodec.h:
29308         * ext/jpeg/smokeformat.h:
29309         Updated smoke, new bitstream, allows embedding in ogg.
29310
29311 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29312
29313         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29314           Fix seeking in some files. All this code is no longer needed (and
29315           actually breaks stuff) because we now synchronize the full index
29316           right when reading the header.
29317
29318 2004-10-04  Wim Taymans  <wim@fluendo.com>
29319
29320         * configure.ac:
29321         configure update for libmng.
29322
29323 2004-10-04  Wim Taymans  <wim@fluendo.com>
29324
29325         * ext/libmng/Makefile.am:
29326         * ext/libmng/gstmng.c: (plugin_init):
29327         * ext/libmng/gstmng.h:
29328         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29329         (gst_mngdec_base_init), (gst_mngdec_class_init),
29330         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29331         (gst_mngdec_loop), (gst_mngdec_get_property),
29332         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29333         (mngdec_closestream), (mngdec_handle_sink_event),
29334         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29335         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29336         (gst_mngdec_change_state):
29337         * ext/libmng/gstmngdec.h:
29338         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29339         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29340         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29341         (gst_mngenc_chain), (gst_mngenc_get_property),
29342         (gst_mngenc_set_property):
29343         * ext/libmng/gstmngenc.h:
29344         Added basic MNG decoder. Needs more work. The encoder does
29345         not work yet.
29346
29347 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29348
29349         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29350         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29351         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29352           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29353           no-more-pads.
29354
29355 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29356
29357         * configure.ac:
29358           you need at least 1.0.4 of speex
29359
29360 2004-10-04 Iain <iaingnome@gmail.com>
29361
29362         * ext/speex/gstspeexdec.h: Revert the includes changes.
29363
29364         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29365
29366 2004-09-30 Iain <iaingnome@gmail.com>
29367
29368         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29369         found during init or set as a property instead of hardcoding /dev/audio
29370
29371 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29372
29373         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29374         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29375         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29376         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29377         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29378         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29379         (gst_rmdemux_dump_data):
29380           Use debug category, fix EOS handling. filesrc ! rmdemux now
29381           works.
29382
29383 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29384
29385         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29386         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29387         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29388           Improve allocation, cutting and sorting of the index. How takes a
29389           few seconds instead of minutes.
29390
29391 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29392
29393         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29394           fixed compilation
29395
29396 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * gst-libs/gst/riff/riff-media.c:
29399         (gst_riff_create_video_caps_with_data),
29400         (gst_riff_create_video_template_caps):
29401           Add wing commander format mimetype/fourccs.
29402         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29403           Don't crash if some value is 0.
29404
29405 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29406
29407         * gst-libs/gst/riff/riff-media.c:
29408         (gst_riff_create_video_caps_with_data),
29409         (gst_riff_create_video_template_caps):
29410           Add DIB fourcc (raw, palettized 8-bit RGB).
29411         * gst-libs/gst/riff/riff-read.c:
29412         (gst_riff_read_strf_vids_with_data):
29413           Oops, fix strf_data reading bug.
29414         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29415           Use a non-NULL tag.
29416         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29417           Time for hacks. Sorry Dave. At least one quicktime movie (a
29418           trailer) that I've encountered contains multiple video tracks.
29419           One of those is the actual video track, the other are one-frame
29420           tracks (images). Unfortunately, the number of frames according
29421           to the trak header is 1 for each, so that doesn't help. So
29422           instead, I look at the duration and discard tracks with a
29423           duration shorter than 20% of the length of the stream. Better
29424           than nothing.
29425
29426 2004-10-01  Christian Schaller <christian@fluendo.com>
29427
29428         * ext/ivorbis/vorbis.c:
29429           Patch from Phil Blundell (Bug 152341)
29430
29431 2004-10-01  Wim Taymans  <wim@fluendo.com>
29432
29433         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29434         (speex_dec_get_formats), (speex_dec_convert),
29435         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29436         (speex_dec_chain), (gst_speexdec_get_property),
29437         (gst_speexdec_set_property):
29438         Small cleanups.
29439
29440 2004-10-01  Wim Taymans  <wim@fluendo.com>
29441
29442         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29443         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29444         (gst_wavparse_other), (gst_wavparse_loop),
29445         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29446         (gst_wavparse_srcpad_event):
29447         * gst/wavparse/gstwavparse.h:
29448         Added some more debugging info.
29449         Fix the case where the length of the file is 0.
29450         Make sure we seek to sample borders.
29451
29452 2004-10-01  Wim Taymans  <wim@fluendo.com>
29453
29454         * gst/playback/README:
29455         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29456         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29457         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29458         Add some debug info to decodebin, update README
29459
29460 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29461
29462         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29463           Don't use g_print(); use GST_DEBUG().
29464
29465 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29466
29467         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29468         (gst_ogg_mux_queue_pads):
29469           Handle EOS properly.
29470
29471 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29472
29473         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29476         (gst_faad_chain), (gst_faad_change_state):
29477         * ext/faad/gstfaad.h:
29478           Allow playback of raw (unframed) MPEG AAC files (#148993).
29479
29480 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29481
29482         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29483
29484         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29485           Throw error if we didn't recognize the stream. Fixes #152289.
29486
29487 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29488
29489         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29490           Fix negotiation.
29491
29492 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
29493
29494         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29495
29496         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29497           Fix memleak.
29498
29499 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
29500
29501         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
29504           Solve #152805.
29505         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
29506           Solve 152806.
29507
29508 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29509
29510         * gst-libs/gst/riff/riff-media.c:
29511         (gst_riff_create_video_caps_with_data),
29512         (gst_riff_create_audio_caps_with_data):
29513           Add codec_data handling (like asfdemux used to do).
29514         * gst/asfdemux/gstasf.c: (plugin_init):
29515         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29516         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
29517           Use riff-media for caps creation instead of our own (mostly
29518           broken) copy of its functions.
29519
29520 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29521
29522         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
29523           Don't actually error out if we get another return value than
29524           -EINVAL. Opposite to what I first thought, drivers have random
29525           return values for this, although -EINVAL is the expected return
29526           value. Since this is not fatal, we shouldn't use
29527           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
29528
29529 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29530
29531         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29532         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
29533         (dvdreadsrc_get_property), (_open), (_seek), (_read),
29534         (dvdreadsrc_get), (dvdreadsrc_open_file),
29535         (dvdreadsrc_change_state):
29536           Fix. Don't do one big huge loop around the whole DVD, that will
29537           cache all data and thus eat sizeof(dvd) (several GB) before we
29538           see something.
29539         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29540           Actually NULL'ify event after using it.
29541         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
29542         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
29543         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29544         (gst_ebml_read_seek), (gst_ebml_read_skip):
29545           Handle events.
29546         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
29547         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
29548         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
29549           Fix timing (this will probably break if I seek using menus, but
29550           I didn't get there yet). VOBs and normal DVDs should now work.
29551           Add a mpeg2-only pad with high rank so this get autoplugged for
29552           MPEG-2 movies.
29553         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
29554         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
29555         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
29556         (gst_mpeg_demux_get_audio_stream),
29557         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
29558         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
29559           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
29560           MPEG-1 but use dvddemux for MPEG-2.
29561         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
29562         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
29563         (gst_mpeg_parse_parse_packhead):
29564           Timing. Only add pad template if it exists. Add sink template from
29565           class and not from ourselves. This means we will always use the
29566           correct sink template even if it is not the one defined in this
29567           file.
29568
29569 2004-09-29  Wim Taymans  <wim@fluendo.com>
29570
29571         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
29572         (gst_mpeg_demux_parse_pes):
29573         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
29574         Fix playback of mpeg again, timestamps where screwed up by
29575         patch 1.61.
29576
29577 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29578
29579         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
29580           Only return true if we actually filled something in. Prevents
29581           player applications from showing a random length for flac files.
29582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29583         (gst_riff_read_use_event), (gst_riff_read_handle_event),
29584         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
29585         (gst_riff_read_strf_vids_with_data),
29586         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
29587           OK, ok, so I implemented event handling. Apparently it's normal
29588           that we receive random events at random points without asking
29589           for it.
29590         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29591         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
29592         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
29593         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29594         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
29595         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
29596         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
29597         * gst/avi/gstavidemux.h:
29598           Implement non-lineair chunk handling and subchunk processing.
29599           The first solves playback of AVI files where the audio and video
29600           data of individual buffers that we read are not synchronized.
29601           This should not happen according to the wonderful AVI specs, but
29602           of course it does happen in reality. It is also a prerequisite for
29603           the second. Subchunk processing allows us to cut chunks in small
29604           pieces and process each of these pieces separately. This is
29605           required because I've seen several AVI files with incredibly large
29606           audio chunks, even some files with only one audio chunk for the
29607           whole file. This allows for proper playback including seeking.
29608           This patch is supposed to fix all AVI A/V sync issues.
29609         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
29610         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
29611           Work.
29612         * gst/modplug/gstmodplug.cc:
29613           Proper return value setting for the query() function.
29614         * gst/playback/gstplaybasebin.c: (setup_source):
29615           Being in non-playing state (after, e.g., EOS) is not necessarily
29616           a bad thing. Allow for that. This fixes playback of short files.
29617           They don't actually playback fully now, because the clock already
29618           runs. This means that small files (<500kB) with a small length
29619           (<2sec) will still not or barely play. Other files, such as mod
29620           or flx, will work correctly, however.
29621
29622 2004-09-28  Wim Taymans  <wim@fluendo.com>
29623
29624         * ext/speex/gstspeex.c: (plugin_init):
29625         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
29626         (gst_speex_dec_class_init), (speex_dec_get_formats),
29627         (speex_get_event_masks), (speex_get_query_types),
29628         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
29629         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
29630         (gst_speexdec_get_property), (gst_speexdec_set_property),
29631         (speex_dec_change_state):
29632         * ext/speex/gstspeexdec.h:
29633         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
29634         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
29635         (gst_speexenc_base_init), (gst_speexenc_class_init),
29636         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
29637         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
29638         (gst_speexenc_src_query), (gst_speexenc_init),
29639         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
29640         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
29641         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
29642         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
29643         (gst_speexenc_chain), (gst_speexenc_get_property),
29644         (gst_speexenc_set_property), (gst_speexenc_change_state):
29645         * ext/speex/gstspeexenc.h:
29646         Rewrote speex encoder, make sure it can be embedded in ogg.
29647         Implemented speex decoder.
29648
29649 2004-09-28  Christian Schaller <christian@fluendo.com>
29650
29651         * configure.ac:
29652         Remove kioslave plugin. Markey is brewing a new working one
29653         * ext/Makefile.am: Remove kioslave plugin
29654         * ext/kio: remove
29655         * gst-plugins.spec.in: remove kio plugin from spec
29656
29657 2004-09-27  Wim Taymans  <wim@fluendo.com>
29658
29659         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29660         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29661         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
29662         (gst_multifdsink_new_client),
29663         (gst_multifdsink_handle_client_write),
29664         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29665         (gst_multifdsink_handle_clients):
29666         * gst/tcp/gstmultifdsink.h:
29667         Make syncing to keyframes actually work for new clients and lagging
29668         clients.
29669
29670 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29671
29672         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
29673         (gst_navigationtest_handle_src_event), (draw_box_planar411),
29674         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
29675         * gst/debug/gstnavigationtest.h:
29676           make navigationtest display button-press and button-release events
29677
29678 2004-09-26 Iain <iaingnome@gmail.com>
29679
29680         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
29681         the channels have received a new media event.
29682         (interleave_buffered_loop): Compresses a new media event on all
29683         channels into one.
29684
29685 2004-09-26 Iain <iaingnome@gmail.com>
29686
29687         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
29688         call the sinkpad's default event handler and not the srcpads. He also
29689         says this is confusing :)
29690         (gst_wavenc_stop_file): Company says that seek events only go upstream
29691         we should send a discontinuous downstream instead.
29692
29693 2004-09-25  Christian Schaller <christian@fluendo.com>
29694
29695         * Update SPEC file to be usable in conjunction with Fedora Core,
29696           Fedora.us and freshrpms packages
29697         * Fix typo in multifilesrc test Makefile
29698
29699 2004-09-24  Wim Taymans  <wim@fluendo.com>
29700
29701         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29702         Only signal the no_more_pads signal when we have
29703         added the stream to our list.
29704
29705 2004-09-24  Wim Taymans  <wim@fluendo.com>
29706
29707         * gst/playback/gstplaybasebin.c: (remove_prerolls),
29708         (new_decoded_pad):
29709         * gst/playback/gstplaybasebin.h:
29710         * gst/playback/gstplaybin.c: (setup_sinks):
29711         Don't try to preroll or decode more than one audio/video
29712         track.
29713
29714 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29715
29716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29717           Throw error if we failed to find a suitable output. This should
29718           throw an error if we successfully set up a pipeline (e.g. because
29719           we recognized a media file) but found no decodable streams in it
29720           (e.g. because it contains only media stream types for which we
29721           have no decoders, or because it's not a media type).
29722
29723 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29724
29725         * ext/dirac/Makefile.am:
29726         * ext/dirac/gstdirac.cc:
29727         * ext/dirac/gstdiracdec.cc:
29728         * ext/dirac/gstdiracdec.h:
29729           Do something. Don't actually know if this works because I don't
29730           have a demuxer yet.
29731         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
29732           Add channels=1 to caps returned from _getcaps().
29733         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
29734         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
29735         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
29736         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
29737         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
29738         (gst_ogm_parse_change_state):
29739           Separate between audio/video so ogmaudioparse actually uses the
29740           audio pad templates. Both audio and video work now, including
29741           autoplugging. Also use sometimes-srcpad hack.
29742         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29743           Handle events better. Don't hang on infinite loops.
29744         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
29745         (gst_avi_demux_init), (gst_avi_demux_reset),
29746         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
29747         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
29748         (gst_avi_demux_change_state):
29749         * gst/avi/gstavidemux.h:
29750           Improve A/V sync. Still not perfect.
29751         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
29752         (gst_ebml_read_skip):
29753           Handle events better.
29754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29755         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
29756         (qtdemux_audio_caps):
29757           Add IMA4. Improve event handling. Save offset after a seek when
29758           the headers are at the end of the file so that we don't end up in
29759           an infinite loop.
29760         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
29761           Add low-priority typefind support for files with no length.
29762
29763 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29764
29765         * testsuite/multifilesink/Makefile.am:
29766         fix typo
29767
29768 2004-09-22  Julien MOUTTE  <julien@moutte.net>
29769
29770         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
29771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
29772         mistakes from thaytan's patches.
29773
29774 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
29775
29776         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
29777           For completeness, XSync in the destroy function as xvimage does.
29778
29779 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
29780
29781         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
29782            Correct caps negotiation
29783         * gst/volume/gstvolume.c: (volume_chain_float),
29784         (volume_chain_int16):
29785            Modify debug output to be little more informative
29786         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
29787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29788         (gst_xvimagesink_xvimage_destroy):
29789           Add XSync calls after detaching from the shared memory segment to
29790           avoid a crash.
29791
29792 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29793
29794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29795         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
29796         * ext/vorbis/vorbis.c: (plugin_init):
29797         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
29798         (gst_vorbisenc_chain):
29799         * ext/vorbis/vorbisenc.h:
29800         remove explicit newmedia support from oggmux and vorbisenc
29801         add debug category to vorbisenc
29802         * gst/multifilesink/gstmultifilesink.c:
29803         (gst_multifilesink_class_init), (gst_multifilesink_init),
29804         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
29805         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
29806         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
29807         (plugin_init):
29808         * gst/multifilesink/gstmultifilesink.h:
29809         add support for streamheader in multifilesink
29810
29811 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
29814         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
29815         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
29816           Prevent infinite loops. More correct error reporting.
29817         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29818           Error out if negotiation fails.
29819         * gst/playback/gstplaybasebin.c: (setup_source),
29820         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
29821         (gst_play_base_bin_found_tag):
29822           Error/tag forwarding. Pre-roll fixes for source errors on state
29823           changes (e.g. "file does not exist") to prevent hangs.
29824
29825 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29826
29827         * testsuite/multifilesink/Makefile.am:
29828         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
29829         (gst_newmedia_class_init), (gst_newmedia_init),
29830         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29831         (newfile_signal), (test_signal), (main):
29832         * testsuite/multifilesink/multifilesrc_test.c: (main):
29833         * testsuite/multifilesink/oggtheora_test.c:
29834         (gst_newmedia_base_init), (gst_newmedia_class_init),
29835         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29836         (test_format), (newfile_signal), (test_signal), (main):
29837         * testsuite/multifilesink/oggvorbis_test.c:
29838         (gst_newmedia_base_init), (gst_newmedia_class_init),
29839         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29840         (test_format), (newfile_signal), (test_signal), (main):
29841         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
29842         (gst_newmedia_class_init), (gst_newmedia_init),
29843         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29844         (newfile_signal), (test_signal), (main):
29845         New media tests
29846
29847 2004-09-20  Christian Schaller <christian@fluendo.com>
29848
29849         * Fix mikmod license to LGPL as they have relicensed
29850         * Move Dirac and Effectv into LGPL section of README_license
29851
29852 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29853
29854         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
29855         (gst_mad_change_state):
29856           Allow for mp3 rate/channels changes. However, only very
29857           conservatively. Reason that we *have* to enable this is smiply
29858           because the mad find_sync() function is not good enough, it will
29859           regularly sync on random data as valid frames and therefore make
29860           us provide random caps as *final* caps of the stream. The best fix
29861           I could think of is to simply require several of the same stream
29862           changes in a row before we change caps.
29863           The actual testcase that works now is #
29864         * ext/ogg/Makefile.am:
29865         * ext/ogg/gstogg.c: (plugin_init):
29866         * ext/ogg/gstogmparse.c:
29867           OGM support (video only for now; I need an audio sample file).
29868         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29869         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
29870         (gst_asf_demux_add_video_stream):
29871           WMV extradata.
29872         * gst/playback/gstplaybasebin.c: (unknown_type):
29873           Don't error out on single unknown-types after all. It's wrong.
29874           If we found type of video and audio but not of a subtitle stream,
29875           it will still error out (which is unwanted). Will find a better fix
29876           later on.
29877         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
29878         (ogmaudio_type_find), (plugin_init):
29879           OGM support.
29880
29881 2004-09-20  Johan Dahlin  <johan@gnome.org>
29882
29883         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
29884         after setting caps.
29885
29886 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29887
29888         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
29889         * gst/wavenc/gstwavenc.h:
29890         Added newmedia support to wavenc
29891
29892 2004-09-17  Wim Taymans  <wim@fluendo.com>
29893
29894         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
29895         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
29896         (gst_fdset_fd_can_write), (gst_fdset_wait):
29897         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
29898         (gst_multifdsink_init), (gst_multifdsink_add),
29899         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
29900         (gst_multifdsink_remove_client_link),
29901         (gst_multifdsink_client_queue_buffer),
29902         (gst_multifdsink_handle_client_write),
29903         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
29904         (gst_multifdsink_close), (gst_multifdsink_change_state):
29905         * gst/tcp/gstmultifdsink.h:
29906         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29907         (gst_tcpserversink_removed):
29908         Small cleanups in fdset.c
29909         Use a hastable to map fd to the client structure for faster
29910         lookup in _remove and get_stats.
29911         Added virtual function to close the fds.
29912         Handle clients even when the select/poll call was unblocked because
29913         of a command.
29914         Implement syncing to keyframe in the recovery procedure.
29915
29916 2004-09-16 Iain <iaingnome@gmail.com>
29917
29918         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
29919         try caps.
29920
29921 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29922
29923         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
29924           Caps are only set if the type of the stream is unknown, but this
29925           is initialized in ->init_stream(), so set to UNKNOWN after calling
29926           ->init_stream() so that capsnego starts.
29927
29928 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29929
29930         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29931         (gst_avi_demux_stream_data):
29932           Just hardcode for raw audio then. AVI audio sucks.
29933
29934 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
29935
29936         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29937         * gst/matroska/matroska-mux.c: (audiosink_templ),
29938         (gst_matroska_mux_audio_pad_link):
29939         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
29940         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
29941
29942 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29943
29944         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29945         (gst_avi_demux_stream_data):
29946           Try to fix a/v sync issues.
29947
29948 2004-09-15  David Schleef  <ds@schleef.org>
29949
29950         * configure.ac: remove NASM check, since we don't use it.  Update
29951         dirac check to 0.4
29952         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
29953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29954         Initialized variables.
29955         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29956         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
29957         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
29958         SVQ3 format
29959
29960 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29961
29962         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29963         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
29964         * gst/avi/gstavidemux.h:
29965           Fix for compressed audio (mp3) timestamp generation. How did this
29966           ever work?
29967
29968 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29969
29970         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
29971           Volume is a double not a float.
29972
29973 2004-09-15  Wim Taymans  <wim@fluendo.com>
29974
29975         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
29976         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29977         Don't close the fd in multifdsink as we didn't open it in the
29978         first place. Some cleanups.
29979
29980 2004-09-15  Wim Taymans  <wim@fluendo.com>
29981
29982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29984         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29985         Fix the case where the muxer would mark pages as delta
29986         frames when they are not (vorbis only ogg).
29987
29988 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29989
29990         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
29991         (gst_play_base_bin_change_state):
29992           Handle the case where we failed to setup a clear pipeline. This
29993           will throw an error (or EOS, another nice case) and if you don't
29994           catch that, the app will wait for the signal forever (and thus
29995           hang).
29996
29997 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29998
29999         * ext/gnomevfs/gstgnomevfssink.c:
30000         (gst_gnomevfssink_uri_get_protocols):
30001         * ext/gnomevfs/gstgnomevfssrc.c:
30002         (gst_gnomevfssrc_uri_get_protocols):
30003         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30004         * ext/gnomevfs/gstgnomevfsuri.h:
30005           Use _uri_new() instead of _open(), so it doesn't take as long and
30006           Christophe's computer won't hang.
30007         * gst/playback/gstplaybasebin.c: (unknown_type):
30008           Throw error on unknown media type, so apps actually display it.
30009
30010 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30011
30012         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30013           this script to work on Solaris since bash shell handles echo
30014           differenly than bash.
30015
30016 2004-09-17  Wim Taymans  <wim@fluendo.com>
30017
30018         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30019         (setup_source), (gst_play_base_bin_set_property),
30020         (gst_play_base_bin_add_element):
30021         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30022         Some more work on making sure seeking pauses the pipeline and
30023         that changing the uri actually does something.
30024
30025 2004-09-17  Wim Taymans  <wim@fluendo.com>
30026
30027         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30028         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30029         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30030         (gst_tcpserversink_close):
30031         Be a bit more paranoid when freeing memory.
30032
30033 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30034
30035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30036         (qtdemux_parse_trak):
30037           Don't crash by dividing by zero (see sample movie in #126922).
30038
30039 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30040
30041         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30042           Don't touch non-existing data (fixes crash on file in #140147).
30043
30044 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * gst/playback/gstplaybasebin.c:
30047         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30048           Handle double disposals, and proper change of URIs.
30049
30050 2004-09-13  Martin Eikermann <meiker@upb.de>
30051
30052         * gst/mpegstream/gstmpegparse.c:
30053           fix synchronistation for streams recorded from digital PCR
30054           fixes bug #119376
30055
30056 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30057
30058         * ext/gnomevfs/Makefile.am:
30059         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30060         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30061         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30062         (gst_gnomevfssink_uri_get_type),
30063         (gst_gnomevfssink_uri_get_protocols),
30064         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30065         (gst_gnomevfssink_uri_handler_init),
30066         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30067         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30068         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30069         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30070         (gst_gnomevfssrc_uri_get_type),
30071         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30072         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30073         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30074         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30075         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30076         * ext/gnomevfs/gstgnomevfsuri.h:
30077           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30078           of fake URIs to see which this version of Gnome-VFS likes, and
30079           uses that for the Gst-URI interface. Makes playbin support http://
30080           streams. Also fix up some stupid behaviour in gnomevfssrc.
30081
30082 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30085         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30086         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30087         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30088           Update mixer (to sync with other sessions) if we try to obtain
30089           a new value. This makes alsamixer work accross applications.
30090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30091           Only call sync functions if we're running, else alsalib asserts.
30092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30093           Sometimes fails to compile. Possibly a gcc bug.
30094         * gst/playback/gstplaybin.c: (gen_video_element),
30095         (gen_audio_element):
30096           Add a reference to an application-provided object, because we lose
30097           this same reference if we add it to the bin. If we don't do this,
30098           we can only use this object once and thus crash if we go from
30099           ready to playing, back to ready and back to playing again.
30100           Also add an audioscale element because several cheap soundcards -
30101           like mine - don't support all samplerates.
30102         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30103         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30104           Fix wrong order or PAR calls. Makes automatically obtained PAR
30105           from the X server atually being used.
30106
30107 2004-09-12  David Schleef  <ds@schleef.org>
30108
30109         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30110         #151887, #152102, #152247.
30111         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30112         * examples/seeking/cdparanoia.c: same
30113         * examples/seeking/cdplayer.c: same
30114         * examples/seeking/seek.c: same
30115         * examples/seeking/spider_seek.c: same
30116         * examples/seeking/vorbisfile.c: same
30117         * examples/stats/mp2ogg.c: same
30118         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30119         (gst_esdsink_dispose): Dispose of element properly.
30120         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30121         fixes.
30122         * ext/nas/nassink.c: (gst_nassink_class_init),
30123         (gst_nassink_dispose): Dispose of element correctly.
30124         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30125         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30126         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30127         Fix 64-bit warning.
30128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30129         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30130         Fix 64-bit warning.
30131
30132 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30133
30134         * configure.ac : change speex detection as 1.1.6 now uses
30135           .pc/pkg-config and they changed their headers location.
30136
30137 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30138
30139         * gst/matroska/matroska-mux.h:
30140         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30141         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30142         (gst_matroska_mux_write_data):
30143           Write multiple blocks/frames per cluster.
30144                 Write meta-seek information (seek heads).
30145
30146 2004-09-09  Scott Wheeler <wheeler@kde.org>
30147
30148         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30149         (gst_play_bin_set_property), (gst_play_bin_get_property),
30150         (gen_audio_element), (gen_audio_element):
30151           Add a volume element / property to the pipeline.
30152
30153 2004-09-07  Wim Taymans  <wim@fluendo.com>
30154
30155         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30156         Copy timestamps from the master pad to the output buffers.
30157
30158 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30159
30160         * ext/raw1394/gstdv1394src.c:
30161           throw errors when applicable
30162
30163 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30164
30165         * gst/matroska/ebml-ids.h:
30166         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30167         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30169           automatically convert unix time <-> ebml time when reading/writing
30170           a date, use gst_ebml_write_uint to write CUETIME,
30171           not gst_ebml_write_date.
30172         * gst/matroska/matroska-ids.h:
30173         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30174         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30175         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30176         (gst_matroska_mux_write_data):
30177           Write track and segment UIDs, write muxing date, write
30178           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30179           Create cues for audio only files.
30180
30181 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30182
30183         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30184         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30185           Re-commit ALSA switches.
30186         * gst/adder/gstadder.c: (gst_adder_loop):
30187           64-bit fix (#151416).
30188         * gst/debug/progressreport.c: (gst_progressreport_report):
30189           64-bit fix (#151419).
30190         * gst/matroska/matroska-demux.c:
30191         (gst_matroska_demux_parse_contents):
30192           64-bit fix (#151420).
30193         * gst/playback/test3.c: (update_scale):
30194           64-bit fix (#151421).
30195
30196 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30197
30198         * configure.ac:
30199           bump nano to cvs
30200
30201 === release 0.8.4 ===
30202
30203 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30204
30205         * configure.ac: releasing 0.8.4, "Alias"
30206
30207 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30208
30209         * ext/theora/Makefile.am:
30210           fix makefile.  Fixes #151462.
30211
30212 2004-08-30  Wim Taymans  <wim@fluendo.com>
30213
30214         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30215         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30216         (gst_multifdsink_remove_client_link),
30217         (gst_multifdsink_client_queue_buffer),
30218         (gst_multifdsink_handle_client_write):
30219         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30220         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30221         Fix some memory leaks.
30222
30223 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30224
30225         Patch by: David Schleef
30226
30227         * configure.ac:
30228         * sys/Makefile.am:
30229           rename our detection macro for V4L2.  Fixes #151236.
30230
30231 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30232
30233         Patch by: David Schleef
30234
30235         * configure.ac:
30236           check to define LAMEPRESET.  Fixes #151232.
30237
30238 2004-08-27  David Schleef  <ds@schleef.org>
30239
30240         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30241         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30242         (gst_glimagesink_fixate):  Move local variable declarations to
30243         make gcc-2.95 happy.
30244
30245 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30246
30247         * configure.ac:
30248           bump nano for prerelease
30249
30250 2004-08-27  David Schleef  <ds@schleef.org>
30251
30252         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30253         * sys/sunaudio/gstsunaudiosrc.c:
30254         * sys/sunaudio/gstsunaudiosrc.h:
30255
30256 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30257
30258         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30259         handle EOS correctly
30260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30261         * gst/matroska/matroska-mux.h:
30262         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30263         VFW compatibility mode
30264
30265 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30266
30267         patch by: Zaheer Abbas Merali
30268
30269         * ext/ogg/gstoggmux.c:
30270         * ext/vorbis/vorbisenc.c:
30271         * ext/vorbis/vorbisenc.h:
30272           handle NEWMEDIA
30273
30274 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30275
30276         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30277         fix byte order reversion on little endian machines.
30278         * gst/matroska/matroska-mux.c: (audiosink_templ),
30279         (gst_matroska_mux_audio_pad_link):
30280         add TTA codec to the list of supported codecs.
30281         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30282         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30283         (gst_matroska_mux_write_data):
30284         * gst/matroska/matroska-mux.h:
30285         write segment duration correctly, write muxing app string, fixes bugs
30286         #140897 and #140898.
30287         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30288         wait for all pads to be negotiated before starting to mux.
30289
30290 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30291
30292         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30293         * ext/lame/gstlame.h:
30294         Added new media support to lame
30295
30296 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30297
30298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30299         send vorbis headers at the beginning of a stream, fixes bug #141554.
30300         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30301         bug #148950.
30302         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30303         (gst_matroska_demux_plugin_init):
30304         * gst/matroska/matroska-ids.h:
30305         enable demuxing of TTA audio streams, fixes bug #148951.
30306         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30307         enable typefinding for TTA audio files, fixes bug #148711.
30308         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30309         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30310         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30311
30312 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30313
30314         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30315         (gst_riff_read_element_data), (gst_riff_read_seek),
30316         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30317         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30318         <teuf@gnome.org>
30319
30320 2004-08-23 Iain <iaingnome@gmail.com>
30321
30322         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30323         tags. They appear to be handled differently to normal.
30324         (tag_list_to_id3_tag_foreach): Ditto.
30325
30326 2004-08-22  Wim Taymans  <wim@fluendo.com>
30327
30328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30329         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30330         Make sure we never send -1 granulepos.
30331
30332 2004-08-20  Wim Taymans  <wim@fluendo.com>
30333
30334         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30335         (gst_ogg_mux_loop):
30336         I will accept bitchslappings with non sharp objects.
30337
30338 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30339
30340         * configure.ac:
30341         Clean up the test for lame presets
30342
30343 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30344
30345         * configure.ac:
30346         * ext/lame/Makefile.am:
30347         * ext/lame/gstlame.c: (gst_lame_class_init),
30348         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30349         Only enable lame presets if version of lame has presets in API
30350
30351 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30352         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30353         * gst/udp/gstudpsrc.h:
30354           Don't call gst_pad_push in a get function. Fixes #150449
30355
30356 2004-08-18  Wim Taymans  <wim@fluendo.com>
30357
30358         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30359         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30360         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30361         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30362         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30363         (gst_fdset_wait):
30364         * gst/tcp/gstfdset.h:
30365         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30366         (gst_multifdsink_client_queue_buffer),
30367         (gst_multifdsink_handle_client_write):
30368         * gst/tcp/gstmultifdsink.h:
30369         Some extra checks in gstfdset.
30370         Only use send() when the fd is a socket. Don't try to
30371         read from write only fds.
30372
30373 2004-08-18  Wim Taymans  <wim@fluendo.com>
30374
30375         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30376         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30377         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30378         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30379         (gst_fdset_wait):
30380         Add more locking and bounds checking.
30381
30382 2004-08-18  Wim Taymans  <wim@fluendo.com>
30383
30384         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30385         Realloc test fdset in the lock and right before starting
30386         the poll call. Bump the limit to 4096.
30387
30388 2004-08-17  David Schleef  <ds@schleef.org>
30389
30390         * sys/sunaudio/Makefile.am:
30391         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30392         of rates and channels.  Make debugging less obnoxious.
30393
30394         Patch from Balamurali Viswanathan implementing a mixer for
30395         Sun audio.  (bug #144091):
30396         * sys/sunaudio/gstsunelement.c:
30397         * sys/sunaudio/gstsunelement.h:
30398         * sys/sunaudio/gstsunmixer.c:
30399         * sys/sunaudio/gstsunmixer.h:
30400
30401 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30402
30403         * gst/audioscale/gstaudioscale.c:
30404         * gst/audioscale/gstaudioscale.h:
30405         made audioscale resample from any sample rate to any sample rate
30406
30407 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30408
30409         * ext/libpng/gstpngdec.c:
30410           error out on unsupported types
30411
30412 2004-08-17  Iain <iaingnome@gmail.com>
30413
30414         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30415         mid_side and loose_mid_side properties if its a stereo stream.
30416
30417 2004-08-17  Wim Taymans  <wim@fluendo.com>
30418
30419         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30420         (theora_get_formats), (theora_dec_src_convert),
30421         (theora_dec_sink_convert), (theora_dec_src_query),
30422         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30423         Add a debug line.
30424
30425 2004-08-17  Wim Taymans  <wim@fluendo.com>
30426
30427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30428         (gst_ogg_pad_push):
30429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30430         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30431         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30432         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30433         Mark delta units in the muxer.
30434         Try to decode the packet after an out-of-sync error from
30435         libogg.
30436
30437 2004-08-17  Wim Taymans  <wim@fluendo.com>
30438
30439         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30440         (gst_multifdsink_init), (gst_multifdsink_add),
30441         (gst_multifdsink_client_queue_buffer),
30442         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30443         * gst/tcp/gstmultifdsink.h:
30444         Added option to send a keyframe to clients as the first buffer.
30445         Make timeout property writable.
30446
30447 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30448
30449         patch by: Wim Taymans
30450
30451         * gst/tcp/gstfdset.c:
30452         * gst/tcp/gstmultifdsink.c:
30453           fix index comparison, should include 0
30454
30455 2004-08-16  Wim Taymans  <wim@fluendo.com>
30456
30457         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30458         (gst_fdset_add_fd), (gst_fdset_remove_fd),
30459         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30460         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30461         (gst_fdset_wait):
30462           copy when reallocing for poll so the select arguments don't get
30463           changed during the call
30464
30465 2004-08-16  Wim Taymans  <wim@fluendo.com>
30466
30467         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30468         (gst_theora_enc_class_init), (theora_enc_sink_link),
30469         (theora_buffer_from_packet), (theora_enc_chain):
30470         Fix bug where buffers were not marked as keyframes
30471         correctly.
30472
30473 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30474
30475         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30476         (gst_lame_preset_get_type), (gst_lame_class_init):
30477         describe the enum values for vbr mode and presets more verbosely
30478
30479 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30480
30481         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30482         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30483         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30484         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30485         * ext/lame/gstlame.h:
30486         add preset property to lame so it can use lame presets
30487
30488 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30489
30490         * ext/lame/gstlame.c: (gst_lame_get_property):
30491         whoops forgot break, thanks teuf
30492
30493 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30494
30495         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30496         (gst_lame_class_init), (gst_lame_src_getcaps),
30497         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
30498         (gst_lame_get_property), (gst_lame_setup):
30499         * ext/lame/gstlame.h:
30500         fix lame's broken vbr stuff, allow it to resample if need be, and also
30501         make xing header optional
30502
30503 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30504
30505         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
30506         added getcaps function so samplerate doesnt get fixated to silly values
30507
30508 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30509
30510         * ext/lame/gstlame.c: (gst_lame_src_link):
30511         revert previous fix
30512
30513 2004-08-12  Johan Dahlin  <johan@gnome.org>
30514
30515         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
30516         checks. Doesn't matter what state we are in. Interfaces are a
30517         compile time thing, not runtime. It also broke the python bindings.
30518
30519 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30520
30521         * ext/lame/gstlame.c: (gst_lame_src_link):
30522         made source pad link function check if sinkpad is ok..fixes the problem
30523         where core fixates the output rate of lame stupidly
30524
30525 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30526
30527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
30528         * sys/v4l/v4l_calls.c:
30529         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
30530           fix fixate function to handle nonsimple caps.
30531           remove bogus check in _link
30532           cleanups
30533
30534 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30535
30536         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
30537         set default compression ratio parameter to 0.0 so bitrate parameter
30538         works :)
30539
30540 2004-08-11  David Schleef  <ds@schleef.org>
30541
30542         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
30543
30544 2004-08-11  David Schleef  <ds@schleef.org>
30545
30546         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
30547         before.
30548
30549 2004-08-11  David Schleef  <ds@schleef.org>
30550
30551         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
30552
30553 2004-08-11  David Schleef  <ds@schleef.org>
30554
30555         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
30556           license field
30557         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
30558         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
30559           LGPL.
30560         * gst/auparse/gstauparse.c: Fix plugin license field.
30561         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
30562         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
30563         * gst/rtp/gstrtp.c: Fix plugin license field.
30564
30565 2004-08-11  Wim Taymans  <wim@fluendo.com>
30566
30567         * gst/tcp/Makefile.am:
30568         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
30569         (ensure_size), (gst_fdset_new), (gst_fdset_free),
30570         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
30571         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
30572         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
30573         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30574         (gst_fdset_fd_can_write), (gst_fdset_wait):
30575         * gst/tcp/gstfdset.h:
30576         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30577         (gst_multifdsink_class_init), (gst_multifdsink_init),
30578         (gst_multifdsink_add), (gst_multifdsink_remove),
30579         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30580         (gst_multifdsink_remove_client_link),
30581         (gst_multifdsink_handle_client_read),
30582         (gst_multifdsink_client_queue_data),
30583         (gst_multifdsink_client_queue_caps),
30584         (gst_multifdsink_client_queue_buffer),
30585         (gst_multifdsink_handle_client_write),
30586         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30587         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30588         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
30589         (gst_multifdsink_close):
30590         * gst/tcp/gstmultifdsink.h:
30591         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30592         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
30593         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
30594         (gst_tcpserversink_close):
30595         * gst/tcp/gsttcpserversink.h:
30596         Abstracted away the select call, implemented poll (yes we ran into
30597         the 1024 limit in production).
30598
30599 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30600
30601         * gst/tcp/gsttcp.c:
30602         * gst/tcp/gsttcpplugin.c:
30603           improve debuggging, remove assert
30604
30605 2004-08-10  Wim Taymans  <wim@fluendo.com>
30606
30607         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30608         (gst_client_status_get_type), (gst_multifdsink_class_init),
30609         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
30610         (gst_multifdsink_handle_client_read),
30611         (gst_multifdsink_handle_client_write),
30612         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30613         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30614         (gst_multifdsink_get_property):
30615         * gst/tcp/gstmultifdsink.h:
30616         * gst/tcp/gsttcp-marshal.list:
30617         Starting to prepare for specifying buffer time in other units
30618         than buffers. Expose remove reason in signal.
30619
30620 2004-08-10  Wim Taymans  <wim@fluendo.com>
30621
30622         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30623         (gst_multifdsink_remove), (gst_multifdsink_clear),
30624         (gst_multifdsink_remove_client_link),
30625         (gst_multifdsink_handle_client_read),
30626         (gst_multifdsink_client_queue_data),
30627         (gst_multifdsink_client_queue_buffer),
30628         (gst_multifdsink_handle_client_write),
30629         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
30630         (gst_multifdsink_chain), (gst_multifdsink_close):
30631         * gst/tcp/gstmultifdsink.h:
30632         Added more debugging info. Changed the way clients are
30633         removed from the lists. Fixed a bug where a bad file descriptor
30634         could cause many clients to be removed.
30635
30636 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30637
30638         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
30639           allow all pixel-aspect-ratios, not just 1:1
30640
30641 2004-08-09  David Schleef  <ds@schleef.org>
30642
30643         * sys/glsink/ARB_multitexture.h:  Remove old files.
30644         * sys/glsink/EXT_paletted_texture.h:
30645         * sys/glsink/NV_register_combiners.h:
30646         * sys/glsink/gstgl_nvimage.c:
30647         * sys/glsink/gstgl_pdrimage.c:
30648         * sys/glsink/gstgl_rgbimage.c:
30649         * sys/glsink/gstglsink.c:
30650         * sys/glsink/gstglsink.h:
30651         * sys/glsink/gstglxwindow.c:
30652         * sys/glsink/regcomb_yuvrgb.c:
30653
30654 2004-08-09  David Schleef  <ds@schleef.org>
30655
30656         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
30657         GL sink plugin.  (Bug #147302)
30658
30659         * configure.ac: Test for OpenGL
30660         * sys/Makefile.am: Use test for OpenGL
30661         * sys/glsink/Makefile.am:
30662         * sys/glsink/glimagesink.c: rewrite
30663         * sys/glsink/glimagesink.h: rewrite
30664
30665 2004-08-09  David Schleef  <ds@schleef.org>
30666
30667         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
30668         sane framerates.
30669         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
30670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
30671         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
30672
30673 2004-08-09  Wim Taymans  <wim@fluendo.com>
30674
30675         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30676         (gst_multifdsink_add), (gst_multifdsink_get_stats),
30677         (gst_multifdsink_client_remove),
30678         (gst_multifdsink_handle_client_read),
30679         (gst_multifdsink_handle_client_write),
30680         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30681         Do a bit more logging, make the client_read code more robust.
30682
30683 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30684
30685         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
30686         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
30687         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
30688         (gst_jpegdec_init), (gst_jpegdec_chain):
30689         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
30690         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
30691           cleanups, debugging fixes and memleak plugging
30692
30693 2004-08-09  Wim Taymans  <wim@fluendo.com>
30694
30695         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30696         (theora_get_formats), (theora_dec_src_convert),
30697         (theora_dec_sink_convert), (theora_dec_src_query),
30698         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
30699         (theora_dec_change_state):
30700         Don't crash on missing header packets.
30701
30702 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30703
30704         * po/LINGUAS:
30705         * po/sq.po:
30706           Added Albanian translation (Laurent Dhima)
30707         * po/cs.po:
30708           updated
30709
30710 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30711
30712         * ext/lame/gstlame.c:
30713           fix/add debugging
30714
30715 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30716
30717         * sys/ximage/ximagesink.c:
30718         * sys/xvimage/xvimagesink.c:
30719           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
30720
30721 2004-08-06  Wim Taymans  <wim@fluendo.com>
30722
30723         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30724         (gst_multifdsink_add), (gst_multifdsink_get_stats),
30725         (gst_multifdsink_client_remove),
30726         (gst_multifdsink_handle_client_read),
30727         (gst_multifdsink_handle_client_write),
30728         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30729         Make sure we don't try to read more from a client that what
30730         ioctl says us or we deadlock.
30731
30732 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30733
30734         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
30735         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
30736         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
30737           decouple running_time and n_frames so it can handle changing
30738           framerate while running
30739
30740 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30741
30742         * po/nl.po:
30743         * po/sv.po:
30744           updated translations
30745
30746 2004-08-04  Benjamin Otte  <otte@gnome.org>
30747
30748         * gst/videotestsrc/gstvideotestsrc.c:
30749         (gst_videotestsrc_get_capslist), (generate_capslist),
30750         (plugin_init):
30751           generate the list of supported caps at startup and reuse it instead
30752           of always generating it
30753
30754 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30755
30756         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
30757           whoops, last checkin broke normal build
30758
30759 2004-08-03  Benjamin Otte  <otte@gnome.org>
30760
30761         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
30762         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
30763         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
30764         (gst_alsa_mixer_get_option):
30765         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
30766         (dvdnavsrc_print_event):
30767         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
30768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
30769         (gst_ogg_mux_pad_unlink):
30770         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
30771         (gst_multipart_mux_pad_unlink):
30772         * gst/videofilter/gstvideobalance.c:
30773         (gst_videobalance_colorbalance_set_value):
30774         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
30775         (gst_videomixer_pad_unlink):
30776         * po/uk.po:
30777         * sys/oss/gstossmixer.c:
30778         * sys/v4l/gstv4lcolorbalance.c:
30779         * sys/v4l/gstv4ltuner.c:
30780         * sys/v4l/v4lsrc_calls.c:
30781         * sys/v4l2/gstv4l2colorbalance.c:
30782         * sys/v4l2/gstv4l2tuner.c:
30783           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
30784
30785 2004-08-03  Benjamin Otte  <otte@gnome.org>
30786
30787         * examples/dynparams/filter.c: (ui_control_create):
30788         * examples/gstplay/player.c: (print_tag):
30789         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
30790         * ext/gdk_pixbuf/gstgdkanimation.c:
30791         (gst_gdk_animation_iter_may_advance):
30792         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
30793         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
30794         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
30795         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
30796         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
30797         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30798         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
30799         * gst/sine/demo-dparams.c: (main):
30800         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
30801         * testsuite/alsa/formats.c: (create_pipeline):
30802         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
30803           fixes for G_DISABLE_ASSERT and friends
30804         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
30805         (mp3_type_frame_length_from_header), (mp3_type_find),
30806         (plugin_init):
30807           require mp3 typefinding to have at least MIN_HEADERS valid headers
30808           add typefinding for AAC adts files
30809
30810 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
30811
30812         * sys/ximage/ximagesink.c:
30813         (gst_ximagesink_calculate_pixel_aspect_ratio):
30814         * sys/xvimage/xvimagesink.c:
30815         (gst_xvimagesink_calculate_pixel_aspect_ratio):
30816         Make sure we calculate pixel-aspect-ratio using floating point maths
30817
30818 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30819
30820         * po/uk.po:
30821           updated translation
30822
30823 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30824
30825         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
30827           add debugging for display PAR calculation
30828
30829 2004-08-02  David Schleef  <ds@schleef.org>
30830
30831         * configure.ac: Fix mikmod CFLAGS.
30832
30833 2004-07-27  Benjamin Otte  <otte@gnome.org>
30834
30835         * gst/audioscale/gstaudioscale.c:
30836         - fix templates to only support S16, it's the only format that works
30837         - make caps nego code use try_set_caps_nonfixed and fixation instead
30838         of try_set_caps twice, which is not nice for autopluggers
30839         - change rank to secondary, so autopluggers can pick it up after
30840         audioconvert
30841
30842 2004-08-02  Iain <iain@prettypeople.org>
30843
30844         * gst/interleave/interleave.c (interleave_init),
30845         (interleave_request_new_pad),
30846         (interleave_pad_removed),
30847         (interleave_buffered_loop): Use the real pad count, not the artificial
30848         one.
30849
30850 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30851
30852         * configure.ac: bump nano back to development
30853
30854 === release 0.8.3 ===
30855
30856 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30857
30858         * configure.ac: releasing 0.8.3, "Water"
30859
30860 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30861
30862         * sys/xvimage/xvimagesink.c:
30863         (gst_xvimagesink_calculate_pixel_aspect_ratio),
30864         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
30865         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
30866         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30867         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
30868         * sys/xvimage/xvimagesink.h:
30869           apply similar PAR fixes as to ximagesink
30870
30871 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30872
30873         patch from: Benjamin Otte
30874
30875         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
30876           add link function to lame.  Fixes #148986.
30877
30878 2004-08-02  Johan Dahlin  <johan@gnome.org>
30879
30880         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
30881         fix debugging log
30882
30883 2004-07-30  David Schleef  <ds@schleef.org>
30884
30885         * gst/videomixer/Makefile.am: Fix things that should have been
30886         fixed in the last checkin.
30887
30888 2004-07-30  David Schleef  <ds@schleef.org>
30889
30890         * gst/multipart/Makefile.am: Fix things that should have been
30891         fixed in the last checkin.
30892
30893 2004-07-30  David Schleef  <ds@schleef.org>
30894
30895         * testsuite/multifilesink/Makefile.am: Fix unused variable.
30896
30897 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30898
30899         * configure.ac:
30900           bump nano for prerelease
30901         * po/af.po:
30902         * po/az.po:
30903         * po/cs.po:
30904         * po/en_GB.po:
30905         * po/hu.po:
30906         * po/nl.po:
30907         * po/sr.po:
30908         * po/sv.po:
30909         * po/uk.po:
30910           updates
30911
30912 2004-07-30  Wim Taymans  <wim@fluendo.com>
30913
30914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30915         (gst_multifdsink_add), (gst_multifdsink_remove),
30916         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30917         (gst_multifdsink_client_remove),
30918         (gst_multifdsink_handle_client_write),
30919         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30920         * gst/tcp/gstmultifdsink.h:
30921         Recover from a select with a bad file descriptor by removing
30922         the client.
30923
30924 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30925
30926         * configure.ac:
30927           fix requirement of core
30928         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
30929         (gst_play_pipeline_setup):
30930           don't use colorspace element.  do use hermescolorspace element.
30931           make macro to get a colorspace element.
30932           mark strings for translation.
30933         * po/POTFILES.in:
30934           add play.c
30935         * po/af.po:
30936         * po/az.po:
30937         * po/cs.po:
30938         * po/en_GB.po:
30939         * po/hu.po:
30940         * po/nl.po:
30941         * po/sr.po:
30942         * po/sv.po:
30943         * po/uk.po:
30944           update translations
30945
30946 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30947
30948         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
30949         fix default for newmedia flag
30950
30951 2004-07-30  Wim Taymans  <wim@fluendo.com>
30952
30953         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30954         (gst_theora_dec_init), (theora_get_formats),
30955         (theora_dec_src_convert), (theora_dec_sink_convert),
30956         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30957         (theora_dec_chain), (theora_dec_set_property),
30958         (theora_dec_get_property):
30959         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30960         (gst_theora_enc_class_init), (gst_theora_enc_init),
30961         (theora_enc_sink_link), (theora_enc_chain),
30962         (theora_enc_set_property), (theora_enc_get_property):
30963         Added cropping option to theora decoder.
30964         Added border option to theora encoder.
30965
30966 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30967
30968         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
30969         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
30970         (gst_pngenc_set_property):
30971         * ext/libpng/gstpngenc.h:
30972         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
30973
30974 2004-07-30  Wim Taymans  <wim@fluendo.com>
30975
30976         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30977         (theora_enc_sink_link), (theora_enc_chain),
30978         (theora_enc_set_property), (theora_enc_get_property):
30979         Fix encoding of non-multiple-of-16 video.
30980
30981 2004-07-29  David Schleef  <ds@schleef.org>
30982
30983         * configure.ac: make test for audiofile more strict
30984
30985 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30986
30987         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30988           give different names to typefind functions
30989
30990 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
30991
30992         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30993         (gst_ximagesink_calculate_pixel_aspect_ratio),
30994         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30995         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
30996         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
30997         (gst_ximagesink_get_property), (gst_ximagesink_init):
30998         * sys/ximage/ximagesink.h:
30999           allocate PAR's dynamically.
31000           use autodetected PAR if no object-set PAR is given.
31001           add workaround for directfb's X not setting physical size.
31002           fix to xvimagesink will follow tomorrow.
31003
31004 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31005
31006         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31007         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31008         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31009         (gst_shout2send_class_init), (gst_shout2send_init),
31010         (set_shout_metadata), (gst_shout2send_set_metadata),
31011         (gst_shout2send_chain), (gst_shout2send_set_property),
31012         (gst_shout2send_get_property), (gst_shout2send_connect),
31013         (gst_shout2send_change_state):
31014         * ext/shout2/gstshout2.h:
31015         - fix for sending mp3 audio to icecast2 server, if pad link function not
31016         called before PAUSED state
31017         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31018         - added tagging support for mp3 audio broadcasted
31019         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31020         debug info
31021
31022 2004-07-28  Wim Taymans  <wim@fluendo.com>
31023
31024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31025         (gst_ogg_demux_push):
31026         Return query failure when we don't know the length of
31027         an ogg stream insteda of returning TRUE with a bogus value.
31028
31029 2004-07-28  Wim Taymans  <wim@fluendo.com>
31030
31031         * ext/theora/theoradec.c: (theora_get_formats),
31032         (theora_dec_src_convert), (theora_dec_sink_convert),
31033         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31034         (theora_dec_chain):
31035         Don't screw up the 1 Chroma for 1 luma sample situation when we
31036         have an odd offset/width by adding a black border in those cases.
31037
31038 2004-07-28  Wim Taymans  <wim@fluendo.com>
31039
31040         * ext/theora/theoradec.c: (theora_get_formats),
31041         (theora_dec_src_convert), (theora_dec_sink_convert),
31042         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31043         (theora_dec_chain):
31044         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31045         Added first attempt at cropping of the image as required by the
31046         theora spec. We need more properties in the caps (offset_x,
31047         offset_y,stride) to implement this correctly.
31048
31049 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31050
31051         * ext/dvdnav/README:
31052           Update the README to use dvddemux
31053         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31054           Ensure getcaps returns a subset of the template caps
31055         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31056         (gst_mpeg2subt_init):
31057           Ensure getcaps returns a subset of the template caps
31058         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31059         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31060         (gst_dvd_demux_get_subpicture_stream),
31061         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31062         * gst/mpegstream/gstdvddemux.h:
31063           Set the explicit caps on the current_video pad before pushing
31064           anything
31065         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31066         (gst_mpeg_demux_get_audio_stream):
31067           Free caps used to gst_pad_set_explicit_caps, which takes a const
31068           GstCaps *
31069
31070 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31071
31072         * configure.ac: update GStreamer requirement to 0.8.4 because of
31073           GstFraction.
31074
31075 2004-07-28  Wim Taymans  <wim@fluendo.com>
31076
31077         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31078         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31079         Add the pad to the element after setting up the caps. This
31080         makes it a lot easier to autoplug.
31081
31082 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31083
31084         * gst/median/gstmedian.c:
31085         * gst/mpeg2subt/gstmpeg2subt.c:
31086         * gst/mpegaudioparse/gstmpegaudioparse.c:
31087         * gst/mpegstream/gstdvddemux.c:
31088         * gst/mpegstream/gstmpegdemux.c:
31089         * gst/mpegstream/gstmpegpacketize.c:
31090         * gst/rtjpeg/gstrtjpeg.c:
31091         * gst/rtjpeg/gstrtjpegdec.c:
31092         * gst/rtjpeg/gstrtjpegenc.c:
31093         * gst/sine/gstsinesrc.c:
31094         * gst/smooth/gstsmooth.c:
31095         * gst/smpte/gstsmpte.c:
31096         * gst/smpte/gstsmpte.h:
31097         * gst/stereo/gststereo.c:
31098         * gst/videofilter/gstgamma.c:
31099         * gst/videofilter/gstvideobalance.c:
31100         * gst/videofilter/gstvideofilter.c:
31101         * gst/videofilter/gstvideoflip.c:
31102         * gst/videoscale/gstvideoscale.c:
31103         * gst/videoscale/videoscale.c:
31104         * gst/videotestsrc/gstvideotestsrc.c:
31105         * gst/videotestsrc/videotestsrc.c:
31106         * gst/wavenc/gstwavenc.c:
31107         * gst/wavparse/gstwavparse.c:
31108           fix local includes and 64 bits constants
31109
31110 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31111
31112         * win32/gst.sln:
31113         * gst-libs/gst/*/*.vcproj:
31114         * gst/*/*.vcproj:
31115           more working plugins
31116
31117 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31118
31119         * testsuite/alsa/Makefile.am:
31120         * testsuite/alsa/srcstate.c:
31121         add test for alsasrc changing state
31122
31123 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31124
31125         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31126         (gst_silence_get):
31127         * gst/silence/gstsilence.h:
31128         fix silence generation for 16bit raw audio
31129
31130 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31131
31132         * gst/matroska/matroska-demux.c:
31133         (gst_matroska_demux_parse_metadata),
31134         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31135         * gst/mpegaudio/common.c:
31136         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31137         (gst_videoscale_getcaps), (gst_videoscale_link),
31138         (gst_videoscale_src_fixate), (gst_videoscale_init),
31139         (gst_videoscale_finalize):
31140         * gst/videoscale/gstvideoscale.h:
31141         * gst/videotestsrc/gstvideotestsrc.c:
31142         (gst_videotestsrc_get_capslist):
31143         * gst/wavenc/gstwavenc.c:
31144         * sys/oss/gstossmixer.c: (fill_labels):
31145         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31146         (gst_ximagesink_handle_xevents),
31147         (gst_ximagesink_calculate_pixel_aspect_ratio),
31148         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31149         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31150         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31151         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31152         (gst_ximagesink_init), (gst_ximagesink_class_init):
31153         * sys/ximage/ximagesink.h:
31154         * sys/xvimage/xvimagesink.c:
31155         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31156         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31157         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31158         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31159         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31160         * sys/xvimage/xvimagesink.h:
31161           first batch of pixel aspect ratio commits.
31162
31163 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31164
31165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31166         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31167         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31168           handle stride, needs work if we want to move stride handling
31169           upstream, but works correctly for our purposes.
31170
31171 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31172
31173         * gst/videoscale/README:
31174           add testing examples
31175         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31176         (gst_videoscale_chain):
31177         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31178         (gst_videoscale_get_size):
31179           add get_size function that handles stride like videotestsrc.
31180           fixes conversion for YUV formats for as much as I can test them.
31181
31182 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31183
31184         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31185         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31187         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31188         (gst_xvimagesink_xvimage_put):
31189           further cleanups, logging, error handling and synchronizing
31190
31191 2004-07-27  Wim Taymans  <wim@fluendo.com>
31192
31193         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31194         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31195         (gst_videomixer_pad_set_property),
31196         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31197         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31198         (gst_videomixer_class_init), (gst_videomixer_init),
31199         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31200         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31201         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31202         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31203         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31204         (gst_videomixer_loop), (plugin_init):
31205         Be a nicer negotiation citizen and provide a getcaps function on
31206         the srcpad. This also fixes a crash when resizing.
31207
31208 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31209
31210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31211         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31212
31213 2004-07-27  Wim Taymans  <wim@fluendo.com>
31214
31215         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31216         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31217         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31218         (gst_pngenc_set_property):
31219         * ext/libpng/gstpngenc.h:
31220         Added snapshot property to pngenc.
31221         removed g_print from pngdec
31222
31223 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31224
31225         * gst/ac3parse/ac3parse.vcproj
31226         * gst/adder/adder.vcproj
31227         * gst/alpha/alpha.vcproj
31228         * gst/alpha/alphacolor.vcproj
31229         * gst/asfdemux/asf.vcproj
31230         * gst/audioconvert/audioconvert.vcproj
31231         * gst/audiorate/audiorate.vcproj
31232         * gst/audioscale/audioscale.vcproj
31233         * gst/auparse/auparse.vcproj
31234         * gst/avi/avi.vcproj
31235         * gst/cdxaparse/cdxaparse.vcproj
31236         * gst/chart/chart.vcproj
31237         * gst/colorspace/colorspace.vcproj
31238         * gst/cutter/cutter.vcproj
31239         * gst/debug/debug.vcproj
31240         * gst/debug/efence.vcproj
31241         * gst/debug/navigationtest.vcproj
31242         * gst/deinterlace/deinterlace.vcproj
31243         * gst/effectv/effectv.vcproj
31244         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31245         * gst/filter/filter.vcproj
31246         * gst/flx/flxdec.vcproj
31247         * gst/goom/goom.vcproj
31248         * gst/interleave/interleave.vcproj
31249         * gst/law/alaw.vcproj
31250         * gst/law/mulaw.vcproj
31251         * gst/matroska/matroska.vcproj
31252         * gst/median/median.vcproj
31253         * gst/mixmatrix/mixmatrix.vcproj
31254         * gst/mpeg1sys/mpeg1systemencode.vcproj
31255         * gst/mpeg1videoparse/mp1videoparse.vcproj
31256         * gst/mpeg2sub/mpeg2subt.vcproj
31257         * gst/mpegaudio/mpegaudio.vcproj
31258         * gst/mpegaudioparse/mpegaudioparse.vcproj
31259         * gst/mpegstream/mpegstream.vcproj
31260         * gst/multifilesink/multifilesink.vcproj
31261         * gst/multipart/multipart.vcproj
31262         * gst/oneton/oneton.vcproj
31263         * gst/overlay/overlay.vcproj
31264         * gst/passthrough/passthrough.vcproj
31265         * gst/qtdemux/qtdemux.vcproj
31266         * gst/realmedia/rmdemux.vcproj
31267         * gst/rtjpeg/rtjpeg.vcproj
31268         * gst/rtp/rtp.vcproj
31269         * gst/silence/silence.vcproj
31270         * gst/sine/sinesrc.vcproj
31271         * gst/smooth/smooth.vcproj
31272         * gst/smpte/smpte.vcproj
31273         * gst/spectrum/spectrum.vcproj
31274         * gst/speed/speed.vcproj
31275         * gst/stereo/stereo.vcproj
31276         * gst/switch/switch.vcproj
31277         * gst/tags/tagedit.vcproj
31278         * gst/tcp/tcp.vcproj
31279         * gst/typefind/typefindfunctions.vcproj
31280         * gst/udp/udp.vcproj
31281         * gst/videobox/videobox.vcproj
31282         * gst/videocrop/videocrop.vcproj
31283         * gst/videodrop/videodrop.vcproj
31284         * gst/videofilter/gamma.vcproj
31285         * gst/videofilter/videobalance.vcproj
31286         * gst/videofilter/videofilter.vcproj
31287         * gst/videofilter/videoflip.vcproj
31288         * gst/videoflip/videoflip.vcproj
31289         * gst/videomixer/videomixer.vcproj
31290         * gst/videorate/videorate.vcproj
31291         * gst/videoscale/videoscale.vcproj
31292         * gst/videotestsrc/videotestsrc.vcproj
31293         * gst/virtualdub/virtualdub.vcproj
31294         * gst/volenv/volenv.vcproj
31295         * gst/volume/volume.vcproj
31296         * gst/wavenc/wavenc.vcproj
31297         * gst/wavparse/wavparse.vcproj
31298         * gst/y4m/y4menc.vcproj
31299         * gst-libs/gst/audio/audio.vcproj
31300         * gst-libs/gst/audio/audiofilter.vcproj
31301         * gst-libs/gst/colorbalance/colorbalance.vcproj
31302         * gst-libs/gst/idct/idtc.vcproj
31303         * gst-libs/gst/media-info/media-info.vcproj
31304         * gst-libs/gst/mixer/mixer.vcproj
31305         * gst-libs/gst/navigation/navigation.vcproj
31306         * gst-libs/gst/play/play.vcproj
31307         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31308         * gst-libs/gst/resample/resample.vcproj
31309         * gst-libs/gst/riff/riff.vcproj
31310         * gst-libs/gst/tuner/tuner.vcproj
31311         * gst-libs/gst/video/video.vcproj
31312         * gst-libs/gst/xoverlay/xoverlay.vcproj
31313           avoid problems with math.h, fix release dependancy
31314           rename GStreamer-0.8.lib to libgstreamer.lib
31315
31316 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31317
31318         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31320         the atom is not available we have to unlock the mutex. Fixes #148023
31321
31322 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31323
31324         * gst-libs/gst/media-info/media-info.h:
31325           issue for a vararg macro with MSVC
31326
31327 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31328
31329         * gst/effectv/effectv.vcproj
31330         * gst-libs/gst/idct/idct.vcproj:
31331         * gst-libs/gst/media-info/media-info.vcproj:
31332         * gst-libs/gst/navigation/navigation.vcproj:
31333         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31334         * gst-libs/gst/video/video.vcproj:
31335         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31336           fixes for build problems
31337
31338 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31339
31340         * gst-libs/gst/audio/audio.def:
31341         * gst-libs/gst/audio/riff.def:
31342           add some definitions needed by plugins
31343
31344 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31345
31346         * gst/asfdemux/gstasfmux.c
31347           Fix some 64 bits constants to be glib friendly
31348
31349 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31350
31351         * gst/ac3parse/gstac3parse.c
31352         * gst/audioscale/gstaudioscale.c
31353         * gst/auparse/gstauparse.c
31354         * gst/colorspace/gstcolorspace.c
31355         * gst/colorspace/yuv2rgb.h
31356           local include fixes
31357
31358 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31359
31360         * win32/gst.sln
31361           add more plugins to the build
31362
31363 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31364
31365         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31366         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31367
31368 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31369
31370         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31371         (gst_level_set_property), (gst_level_get_property),
31372         (gst_level_base_init), (gst_level_class_init):
31373           add debugging categories.  cleanups.
31374
31375 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31376
31377         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31378         (gst_videoscale_planar411), (gst_videoscale_planar400),
31379         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31380         (gst_videoscale_scale_nearest_str1),
31381         (gst_videoscale_scale_nearest_str2),
31382         (gst_videoscale_scale_nearest_str4),
31383         (gst_videoscale_scale_nearest_16bit),
31384         (gst_videoscale_scale_nearest_24bit):
31385           fixed stride issues
31386           tested with 320x240 -> 321, 322, 324 x240
31387           tested with YV12, I420, YUY2, UYVY
31388           fixed packed422rev (don't think it could have worked before)
31389           by testing with UYVY
31390
31391 2004-07-26  Benjamin Otte  <otte@gnome.org>
31392
31393         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31394         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31395         (plugin_init):
31396           add debugging category, add error checks like checking return values
31397           of setup calls, make sure it still works after
31398           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31399
31400 2004-07-26  Wim Taymans  <wim@fluendo.com>
31401
31402         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31403         (gst_mpeg_demux_get_audio_stream),
31404         (gst_mpeg_demux_process_private):
31405         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31406         Check for error codes from the negotiation functions. Make sure
31407         we really set the pad caps when a new pad is created.
31408
31409 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31410
31411         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31412         (gst_ffmpeg_caps_to_pix_fmt):
31413         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31415         (gst_ffmpegcolorspace_pad_link):
31416           don't make function do two things at the same time without reason.
31417
31418 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31419
31420         * gst/ac3parse/ac3parse.vcproj
31421         * gst/adder/adder.vcproj
31422         * gst/alpha/alpha.vcproj
31423         * gst/alpha/alphacolor.vcproj
31424         * gst/asfdemux/asf.vcproj
31425         * gst/audioconvert/audioconvert.vcproj
31426         * gst/audiorate/audiorate.vcproj
31427         * gst/audioscale/audioscale.vcproj
31428         * gst/auparse/auparse.vcproj
31429         * gst/avi/avi.vcproj
31430         * gst/cdxaparse/cdxaparse.vcproj
31431         * gst/chart/chart.vcproj
31432         * gst/colorspace/colorspace.vcproj
31433         * gst/cutter/cutter.vcproj
31434         * gst/debug/debug.vcproj
31435         * gst/debug/efence.vcproj
31436         * gst/debug/navigationtest.vcproj
31437         * gst/deinterlace/deinterlace.vcproj
31438         * gst/effectv/effectv.vcproj
31439         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31440         * gst/filter/filter.vcproj
31441         * gst/flx/flxdec.vcproj
31442         * gst/goom/goom.vcproj
31443         * gst/interleave/interleave.vcproj
31444         * gst/law/alaw.vcproj
31445         * gst/law/mulaw.vcproj
31446         * gst/matroska/matroska.vcproj
31447         * gst/median/median.vcproj
31448         * gst/mixmatrix/mixmatrix.vcproj
31449         * gst/mpeg1sys/mpeg1systemencode.vcproj
31450         * gst/mpeg1videoparse/mp1videoparse.vcproj
31451         * gst/mpeg2sub/mpeg2subt.vcproj
31452         * gst/mpegaudio/mpegaudio.vcproj
31453         * gst/mpegaudioparse/mpegaudioparse.vcproj
31454         * gst/mpegstream/mpegstream.vcproj
31455         * gst/multifilesink/multifilesink.vcproj
31456         * gst/multipart/multipart.vcproj
31457         * gst/oneton/oneton.vcproj
31458         * gst/overlay/overlay.vcproj
31459         * gst/passthrough/passthrough.vcproj
31460         * gst/qtdemux/qtdemux.vcproj
31461         * gst/realmedia/rmdemux.vcproj
31462         * gst/rtjpeg/rtjpeg.vcproj
31463         * gst/rtp/rtp.vcproj
31464         * gst/silence/silence.vcproj
31465         * gst/sine/sinesrc.vcproj
31466         * gst/smooth/smooth.vcproj
31467         * gst/smpte/smpte.vcproj
31468         * gst/spectrum/spectrum.vcproj
31469         * gst/speed/speed.vcproj
31470         * gst/stereo/stereo.vcproj
31471         * gst/switch/switch.vcproj
31472         * gst/tags/tagedit.vcproj
31473         * gst/tcp/tcp.vcproj
31474         * gst/typefind/typefindfunctions.vcproj
31475         * gst/udp/udp.vcproj
31476         * gst/videobox/videobox.vcproj
31477         * gst/videocrop/videocrop.vcproj
31478         * gst/videodrop/videodrop.vcproj
31479         * gst/videofilter/gamma.vcproj
31480         * gst/videofilter/videobalance.vcproj
31481         * gst/videofilter/videofilter.vcproj
31482         * gst/videofilter/videoflip.vcproj
31483         * gst/videoflip/videoflip.vcproj
31484         * gst/videomixer/videomixer.vcproj
31485         * gst/videorate/videorate.vcproj
31486         * gst/videoscale/videoscale.vcproj
31487         * gst/videotestsrc/videotestsrc.vcproj
31488         * gst/virtualdub/virtualdub.vcproj
31489         * gst/volenv/volenv.vcproj
31490         * gst/volume/volume.vcproj
31491         * gst/wavenc/wavenc.vcproj
31492         * gst/wavparse/wavparse.vcproj
31493         * gst/y4m/y4menc.vcproj
31494           more plugins supported under windows
31495
31496 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31497
31498         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31499         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
31500         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
31501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31502         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
31503           Add debugging statements.  Use the sizes as returned by the
31504           *CreateImage calls.
31505
31506 2004-07-26  Johan Dahlin  <johan@gnome.org>
31507
31508         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
31509         the pad is negotiated.
31510
31511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
31512
31513 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31514
31515         * gst-libs/gst/colorbalance/colorbalance.vcproj:
31516         * gst-libs/gst/idct/idct.vcproj:
31517         * gst-libs/gst/media-info/media-info.vcproj:
31518         * gst-libs/gst/mixer/mixer.vcproj:
31519         * gst-libs/gst/navigation/navigation.vcproj:
31520         * gst-libs/gst/play/play.vcproj:
31521         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31522         * gst-libs/gst/resample/resample.vcproj:
31523         * gst-libs/gst/tuner/tuner.vcproj:
31524         * gst-libs/gst/video/video.vcproj:
31525         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31526           more plugins supported under windows
31527
31528 2004-07-25 Iain <iain@prettypeople.org>
31529
31530         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
31531         pad now rather than when the pad is created because state changes wipe
31532         explicit caps (fixes #148043).
31533
31534 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
31535
31536         reviewed by Benjamin Otte  <otte@gnome.org>
31537
31538         * ext/mad/gstmad.c:
31539           fix mad plugin crashing on Sun (fixes #148289)
31540
31541 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31542
31543         * gst/avi/avi.def:
31544         * gst/avi/avi.vcproj:
31545         * gst/matroska/matroska.def:
31546         * gst/matroska/matroska.vcproj:
31547           remove unused .def files
31548
31549 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31550
31551         * gst-libs/gst/audio/gstaudiofilter.c:
31552           Clean the local include
31553
31554 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31555
31556         * win32/gst.sln:
31557         * gst-libs/gst/audio/audio.def:
31558         * gst-libs/gst/audio/audio.vcproj:
31559         * gst-libs/gst/audio/audiofilter.vcproj:
31560         * gst-libs/gst/audio/riff.def:
31561         * gst-libs/gst/audio/riff.vcproj:
31562         * gst-libs/gst/gst-libs.def:
31563         * gst-libs/gst/gst-libs.vcproj:
31564         * gst/avi/avi.vcproj:
31565         * gst/avi/avi.vcproj:
31566           Copy the files where needed after building, cleaner projects
31567
31568 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31569
31570         * gst/matroska/ebml-write.c:
31571           Fix some 64 bits constants to be glib friendly
31572
31573 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
31574
31575         * win32/gst.sln:
31576         * gst-libs/gst/gst-libs.def:
31577         * gst-libs/gst/gst-libs.vcproj:
31578         * gst/matroska/matroska.def:
31579         * gst/matroska/matroska.vcproj:
31580           Add the preliminary canvas to build plugins on Win32
31581
31582 2004-07-23  Benjamin Otte  <otte@gnome.org>
31583
31584         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31585           don't enfore negotiation from source side, it breaks
31586           sinesrc ! audioconvert ! osssink
31587
31588 2004-07-22  David Schleef  <ds@schleef.org>
31589
31590         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
31591         for ELF files, since they can easily be recognized as audio/mpeg.
31592         (bug #147441)
31593
31594 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31595
31596         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31597         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
31598         (gst_videoscale_scale_nearest_24bit),
31599         (gst_videoscale_scale_nearest_16bit):
31600           fix 16bit and 24bit for stride (24bit might need testing)
31601           don't pretend we do more than one algorithm
31602
31603 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31604
31605         * configure.ac:
31606         * gst/Makefile.am:
31607         * gst/multifilesink/Makefile.am:
31608         * gst/multifilesink/gstmultifilesink.c:
31609         (gst_multifilesink_get_formats),
31610         (gst_multifilesink_get_query_types), (_do_init),
31611         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
31612         (gst_multifilesink_init), (gst_multifilesink_dispose),
31613         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
31614         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
31615         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
31616         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
31617         (gst_multifilesink_chain), (gst_multifilesink_change_state),
31618         (gst_multifilesink_uri_get_type),
31619         (gst_multifilesink_uri_get_protocols),
31620         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
31621         (gst_multifilesink_uri_handler_init), (plugin_init):
31622         * gst/multifilesink/gstmultifilesink.h:
31623         * testsuite/Makefile.am:
31624         * testsuite/multifilesink/Makefile.am:
31625         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
31626         (gst_newmedia_class_init), (gst_newmedia_init),
31627         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31628         (newfile_signal), (test_signal), (main):
31629         multifilesink plugin for creating new files every time a new media
31630         discontinuity event occurs
31631
31632 2004-07-22  Wim Taymans  <wim@fluendo.com>
31633
31634         * gst/alpha/Makefile.am:
31635         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
31636         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
31637         (gst_alpha_color_init), (gst_alpha_color_set_property),
31638         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
31639         (transform), (gst_alpha_color_chain),
31640         (gst_alpha_color_change_state), (plugin_init):
31641         Stupid plugin to to RGBA to AYUV conversion because none of
31642         the colorspace plugins can handle that yet.
31643
31644 2004-07-22  Wim Taymans  <wim@fluendo.com>
31645
31646         * examples/seeking/seek.c: (update_scale), (main):
31647         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31648         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31649         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31650         (gst_decode_bin_init), (gst_decode_bin_dispose),
31651         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31652         (no_more_pads), (close_link), (type_found),
31653         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31654         (plugin_init):
31655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31656         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31657         (gst_play_base_bin_dispose), (queue_overrun),
31658         (gen_preroll_element), (remove_prerolls), (unknown_type),
31659         (no_more_pads), (new_stream), (setup_source),
31660         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31661         (play_base_eos), (gst_play_base_bin_change_state),
31662         (gst_play_base_bin_add_element),
31663         (gst_play_base_bin_remove_element),
31664         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31665         (gst_play_base_bin_unlink_stream),
31666         (gst_play_base_bin_get_streaminfo):
31667         * gst/playback/gstplaybin.c: (gen_video_element),
31668         (gen_audio_element):
31669         * gst/playback/gststreaminfo.h:
31670         More playback updates, attempt to fix things after the state change
31671         breakage.
31672
31673 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31674
31675         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
31676         (gst_videoscale_scale_nearest_16bit):
31677           comment algorithm
31678
31679 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31680
31681         * gst/videotestsrc/gstvideotestsrc.c:
31682         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
31683         (gst_videotestsrc_init), (gst_videotestsrc_get),
31684         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
31685         (gst_videotestsrc_get_property):
31686         * gst/videotestsrc/gstvideotestsrc.h:
31687         * gst/videotestsrc/videotestsrc.c:
31688         * gst/videotestsrc/videotestsrc.h:
31689           cleanup and commenting
31690
31691 2004-07-21  Wim Taymans  <wim@fluendo.com>
31692
31693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
31694         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
31695         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
31696         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
31697         (_find_chain_get_unknown_part), (_find_streams_check),
31698         (gst_ogg_demux_push), (gst_ogg_pad_push):
31699         * ext/theora/theoradec.c: (theora_get_formats),
31700         (theora_dec_src_convert), (theora_dec_sink_convert),
31701         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31702         (theora_dec_chain):
31703         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31704         (vorbis_dec_convert), (vorbis_dec_src_query),
31705         (vorbis_dec_src_event), (vorbis_dec_event):
31706         More seeking fixes, oggdemux now supports seeking to time and
31707         uses the downstream element to convert granulepos to time.
31708         Seeking in theora-only ogg files now works.
31709
31710 2004-07-21  Wim Taymans  <wim@fluendo.com>
31711
31712         * ext/theora/theoradec.c: (gst_theora_dec_init),
31713         (theora_get_formats), (theora_get_event_masks),
31714         (theora_get_query_types), (theora_dec_src_convert),
31715         (theora_dec_sink_convert), (theora_dec_src_query),
31716         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31717         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31718         (vorbis_get_event_masks), (vorbis_get_query_types),
31719         (gst_vorbis_dec_init), (vorbis_dec_convert),
31720         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
31721         Added query/convert/formats functions to vorbis and theora decoders
31722         so that the outside world can use them too. Fixed seeking on an
31723         ogg/theora/vorbis file by disabling the seeking seeking on the
31724         theora srcpad.
31725
31726 2004-07-21  Julien MOUTTE  <julien@moutte.net>
31727
31728         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31729         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
31730         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
31731         images creation for both elements. We don't create the image on caps
31732         nego or renego, we just destroy the internal one if present if it does
31733         not match the needs. The chain function takes care of creating a new
31734         image when needed.
31735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31736         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
31737         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31738         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
31739         the image format information. The buffer pool checks for the context
31740         image format and discard images with different formats.
31741         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
31742
31743 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31744
31745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31746         (gst_ffmpegcolorspace_chain):
31747           no point in doing any chaining if the pad we want to push from
31748           isn't usable.
31749
31750 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31751
31752         * gst-libs/gst/riff/riff-media.c:
31753         (gst_riff_create_audio_caps_with_data):
31754           Fix double end-to-native symbol conversion (#148021).
31755
31756 2004-07-20  David Schleef  <ds@schleef.org>
31757
31758         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31759         Don't use an Atom that doesn't exist.
31760
31761 2004-07-20  Wim Taymans  <wim@fluendo.com>
31762
31763         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31764         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31765         (gst_multifdsink_client_remove),
31766         (gst_multifdsink_handle_client_write),
31767         (gst_multifdsink_queue_buffer):
31768         * gst/tcp/gstmultifdsink.h:
31769         More multifdsink stats. Avoid deadlock by releasing locks
31770         before sending out a signal.
31771
31772 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31773
31774         * po/LINGUAS:
31775         * po/hu.po:
31776           added Hungarian translation (Laszlo Dvornik)
31777
31778 2004-07-20  Wim Taymans  <wim@fluendo.com>
31779
31780         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31781         (gst_multifdsink_add), (gst_multifdsink_client_remove),
31782         (gst_multifdsink_handle_client_write),
31783         (gst_multifdsink_queue_buffer):
31784         * gst/tcp/gsttcp-marshal.list:
31785         Fixed the stupid marshal definition.
31786
31787 2004-07-20  Wim Taymans  <wim@fluendo.com>
31788
31789         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31790         (gst_multifdsink_init), (gst_multifdsink_add),
31791         (gst_multifdsink_client_remove),
31792         (gst_multifdsink_handle_client_write),
31793         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
31794         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
31795         (gst_multifdsink_init_send):
31796         * gst/tcp/gstmultifdsink.h:
31797         Added more stats, added timeout for a client, fixed some typos
31798         and added some comments.
31799
31800 2004-07-20  Wim Taymans  <wim@fluendo.com>
31801
31802         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31803         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31804         (gst_multifdsink_client_remove),
31805         (gst_multifdsink_handle_client_write):
31806         * gst/tcp/gstmultifdsink.h:
31807         * gst/tcp/gsttcp-marshal.list:
31808         Added get_stats method that returns a GValueArray of
31809         stats values.
31810
31811 2004-07-19  Benjamin Otte  <otte@gnome.org>
31812
31813         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31814           make sure longname, description and author are valid UTF-8
31815
31816 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
31817
31818         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
31819         (gst_ximagesink_set_property):
31820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
31821         (gst_xvimagesink_set_property):
31822           make sure SYNCHRONOUS is respected after getting the X context
31823
31824 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31825
31826         * gst/matroska/matroska-demux.c:
31827         (gst_matroska_demux_handle_src_event),
31828         (gst_matroska_demux_parse_blockgroup):
31829         * gst/matroska/matroska-ids.h:
31830           add BlockReference tag and ignore it to clear out log.
31831           ignore NAVIGATION events to clear out log.
31832
31833 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31836         (gst_matroska_demux_add_stream):
31837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
31838           add debug categories
31839
31840 2004-07-16  Wim Taymans  <wim@fluendo.com>
31841
31842         * ext/libpng/Makefile.am:
31843         * ext/libpng/gstpng.c: (plugin_init):
31844         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
31845         (gst_pngdec_get_type), (gst_pngdec_base_init),
31846         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
31847         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
31848         * ext/libpng/gstpngdec.h:
31849         Added png decoder.
31850
31851 2004-07-16  Julien MOUTTE  <julien@moutte.net>
31852
31853         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31854         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
31855         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
31856         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31857         (gst_ximagesink_buffer_alloc):
31858         * sys/ximage/ximagesink.h:
31859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31860         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31861         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31862         (gst_xvimagesink_buffer_alloc):
31863         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
31864         again. Using internal data pointer of the x(v)image to store image's
31865         data to be coherent with the buffer alloc mechanism. Investigated the
31866         image destruction code to be sure that everything gets freed correctly.
31867
31868 2004-07-16  Wim Taymans  <wim@fluendo.com>
31869
31870         * gst-libs/gst/riff/riff-read.c:
31871         (gst_riff_read_strf_vids_with_data),
31872         (gst_riff_read_strf_auds_with_data):
31873         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31874         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31875         Make sure we don't create 0 sized subbuffers in riff-read.
31876         Signal the no more pads signal after reading the avi header.
31877
31878 2004-07-16  Wim Taymans  <wim@fluendo.com>
31879
31880         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31881         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31882         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31883         (gst_decode_bin_init), (gst_decode_bin_dispose),
31884         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31885         (no_more_pads), (close_link), (type_found),
31886         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31887         (gst_decode_bin_change_state), (plugin_init):
31888         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31889         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31890         (gst_play_base_bin_dispose), (queue_overrun),
31891         (gen_preroll_element), (remove_prerolls), (unknown_type),
31892         (no_more_pads), (new_stream), (setup_source),
31893         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31894         (play_base_eos), (gst_play_base_bin_change_state),
31895         (gst_play_base_bin_add_element),
31896         (gst_play_base_bin_remove_element),
31897         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31898         (gst_play_base_bin_unlink_stream),
31899         (gst_play_base_bin_get_streaminfo):
31900         * gst/playback/gstplaybasebin.h:
31901         Better error recovery. Added configurable preroll queue size. Faster
31902         detection of no-more-pads.
31903
31904 2004-07-16  Wim Taymans  <wim@fluendo.com>
31905
31906         * gst-libs/gst/video/video.h:
31907         Added 32 bits RGBA. Not sure if we should use another mime-type
31908         for alpha rgb. Currently the presence of the alpha_mask property
31909         signals an alpha channel.
31910
31911 2004-07-16  Wim Taymans  <wim@fluendo.com>
31912
31913         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31915         FPS seems to be 0.0 to MAX everywhere else.
31916
31917 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31918
31919         * gst-libs/gst/riff/riff-media.c:
31920         (gst_riff_create_video_caps_with_data):
31921           mp42/mp43 (no caps) exist too.
31922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
31923           Set pixel_width/height; we've got them in-caps.
31924         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31925         * gst/wavparse/gstwavparse.c: (plugin_init):
31926           Both are valid primary.
31927         * sys/oss/gstossmixer.c:
31928           Remove i18n hack and enable translations.
31929
31930 2004-07-15  Benjamin Otte  <otte@gnome.org>
31931
31932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31933         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31934           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
31935
31936 2004-07-15  Benjamin Otte  <otte@gnome.org>
31937
31938         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31939         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
31940         (gst_alsa_close_audio):
31941           disable some of the debugging code for now. Writing debugging to a
31942           buffer is broken in current alsalib releases.
31943
31944 2004-07-12  Benjamin Otte  <otte@gnome.org>
31945
31946         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
31947           use bufferpools
31948
31949 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31950
31951         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31952         (theora_dec_src_query), (theora_dec_event):
31953         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
31954           add debugging categories.  Remove \n's.
31955
31956 2004-07-13  Johan Dahlin  <johan@gnome.org>
31957
31958         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
31959         (gst_play_bin_get_property): Impl.
31960
31961 2004-07-13  Wim Taymans  <wim@fluendo.com>
31962
31963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
31964         When trying to find the stream length, seek back N pages
31965         instead of just one, where N is the number of streams in
31966         the current chain.
31967
31968 2004-07-13  Wim Taymans  <wim@fluendo.com>
31969
31970         * gst-libs/gst/riff/riff-media.c:
31971         (gst_riff_create_audio_caps_with_data),
31972         (gst_riff_create_audio_caps),
31973         (gst_riff_create_audio_template_caps):
31974         * gst-libs/gst/riff/riff-media.h:
31975         * gst-libs/gst/riff/riff-read.c:
31976         (gst_riff_read_strf_vids_with_data),
31977         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
31978         * gst-libs/gst/riff/riff-read.h:
31979         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31980         (gst_avi_demux_add_stream):
31981         Set codec_data on caps for avidemuxer.
31982
31983 2004-07-12  David Schleef  <ds@schleef.org>
31984
31985         * configure.ac: Fix test for Objective C
31986
31987 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
31988         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
31989         (gst_gdk_pixbuf_chain):
31990           Add svg and pcx to template caps, and ensure that getcaps returns a
31991           subset of the template caps.
31992           Copy each row manually for output, as gdkpixbuf may pad the
31993           rowstride to a 32-bit word boundary.
31994
31995 2004-07-12  Wim Taymans  <wim@fluendo.com>
31996
31997         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
31998         (gst_riff_create_video_template_caps):
31999         Fix the template caps to include some more media types.
32000
32001 2004-07-12  Wim Taymans  <wim@fluendo.com>
32002
32003         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32004         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32005         (compare_ranks), (print_feature), (gst_decode_bin_init),
32006         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32007         (try_to_link_1), (new_pad), (close_link), (type_found),
32008         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32009         (gst_decode_bin_change_state), (plugin_init):
32010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32011         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32012         (gst_play_base_bin_dispose), (queue_overrun),
32013         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32014         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32015         (gst_play_base_bin_get_property), (play_base_eos),
32016         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32017         (gst_play_base_bin_remove_element),
32018         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32019         (gst_play_base_bin_unlink_stream),
32020         (gst_play_base_bin_get_streaminfo):
32021         * gst/playback/gstplaybasebin.h:
32022         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32023         (gst_play_bin_class_init), (gst_play_bin_init),
32024         (gst_play_bin_dispose), (gst_play_bin_set_property),
32025         (gst_play_bin_get_property), (gen_video_element),
32026         (gen_audio_element), (remove_sinks), (setup_sinks),
32027         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32028         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32029         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32030         (gst_play_bin_query), (plugin_init):
32031         * gst/playback/test4.c: (main):
32032         More fixes on reusing of the element.
32033
32034 2004-07-11  Benjamin Otte  <otte@gnome.org>
32035
32036         * ext/mad/gstmad.c: (normal_seek):
32037           allow seeking for other methods than just SET
32038
32039 2004-07-11  Andy Wingo  <wingo@pobox.com>
32040
32041         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32042         float, "any" caps -> buffer_frames=[0,MAX].
32043
32044         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32045         doesn't intersect our caps with the template any more. Do it
32046         ourselves.
32047         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32048
32049 2004-07-09  Wim Taymans  <wim@fluendo.com>
32050
32051         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32052         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32053         (compare_ranks), (print_feature), (gst_decode_bin_init),
32054         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32055         (try_to_link_1), (new_pad), (close_link), (type_found),
32056         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32057         (gst_decode_bin_change_state), (plugin_init):
32058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32059         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32060         (gst_play_base_bin_dispose), (queue_overrun),
32061         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32062         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32063         (gst_play_base_bin_get_property), (play_base_eos),
32064         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32065         (gst_play_base_bin_remove_element),
32066         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32067         (gst_play_base_bin_unlink_stream),
32068         (gst_play_base_bin_get_streaminfo):
32069         * gst/playback/gstplaybasebin.h:
32070         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32071         (gst_play_bin_class_init), (gst_play_bin_init),
32072         (gst_play_bin_dispose), (gst_play_bin_set_property),
32073         (gst_play_bin_get_property), (gen_video_element),
32074         (gen_audio_element), (remove_sinks), (setup_sinks),
32075         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32076         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32077         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32078         (gst_play_bin_query), (plugin_init):
32079         * gst/playback/test4.c: (main):
32080         Work on object reuse and seeking.
32081
32082 2004-07-09  Wim Taymans  <wim@fluendo.com>
32083
32084         * examples/seeking/seek.c: (iterate):
32085         Don't consume all CPU in the idle loop.
32086
32087 2004-07-09  Wim Taymans  <wim@fluendo.com>
32088
32089         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32090         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32091         Add pad to element *after* setting the pad functions so that
32092         the scheduler can use the correct ones.
32093
32094 2004-07-09  Wim Taymans  <wim@fluendo.com>
32095
32096         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32097         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32098         Sync to keyframe after seek
32099
32100 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32101
32102         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32103         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32104         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32105         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32106         * ext/libvisual/visual.c: (gst_visual_change_state):
32107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32108         * ext/theora/theoradec.c: (theora_dec_change_state):
32109         * ext/theora/theoraenc.c: (theora_enc_change_state):
32110         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32111         * gst-libs/gst/navigation/navigation.c:
32112         * gst/adder/gstadder.c: (gst_adder_change_state):
32113         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32114         (gst_audio_convert_get_buffer):
32115         * gst/multipart/multipartdemux.c:
32116         (gst_multipart_demux_change_state):
32117         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32118         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32119         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32120         * gst/videoscale/gstvideoscale.c:
32121         (gst_videoscale_handle_src_event):
32122         * gst/volume/gstvolume.c: (volume_chain_int16):
32123           don't assert in state change, this should be done by the base
32124           GstElement class.
32125           various debugging fixes.
32126
32127 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32128
32129         * configure.ac:
32130         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32131         (gst_play_dispose), (gst_play_set_location),
32132         (gst_play_set_data_src), (gst_play_set_video_sink),
32133         (gst_play_set_audio_sink), (gst_play_set_visualization),
32134         (gst_play_connect_visualization), (gst_play_get_sink_element),
32135         (gst_play_get_all_by_interface):
32136         * gst-libs/gst/play/play.h:
32137           add new method to get elements implementing an interface.
32138           add various error logging
32139
32140 2004-07-08  Wim Taymans  <wim@fluendo.com>
32141
32142         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32143         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32144         (make_playerbin_pipeline), (query_durations_elems),
32145         (query_durations_pads), (query_positions_elems),
32146         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32147         (main):
32148         Added playbin seeking example.
32149
32150 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32151
32152         * gst-libs/gst/play/play.c: (gst_play_set_location),
32153         (gst_play_set_data_src), (gst_play_set_video_sink),
32154         (gst_play_set_audio_sink), (gst_play_set_visualization),
32155         (gst_play_connect_visualization), (gst_play_get_framerate):
32156           use a macro to look up elements from hash table
32157
32158 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32159
32160         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32161         (gst_play_get_length_callback), (gst_play_set_location),
32162         (gst_play_seek_to_time), (gst_play_set_data_src),
32163         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32164         (gst_play_set_visualization), (gst_play_connect_visualization),
32165         (gst_play_get_sink_element):
32166         - add debugging info
32167         - fix looking up sink elements by iterating over complete caps
32168         - put everything except for source and autoplugger in a complete bin
32169
32170 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32171
32172         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32174         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32175         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32176         * ext/alsa/gstalsasink.h:
32177         - add debugging info
32178         - clean up schizophrenia of data/buffer/event
32179         - fix double event unref error
32180
32181 2004-07-08  Wim Taymans  <wim@fluendo.com>
32182
32183         * gst/playback/Makefile.am:
32184         Add headers to noinst
32185
32186 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32187
32188         * tools/gst-launch-ext-m.m:
32189         * tools/gst-launch-ext.1.in:
32190           convert to the third millenium
32191
32192 2004-07-07  David Schleef  <ds@schleef.org>
32193
32194         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32195
32196 2004-07-07  Wim Taymans  <wim@fluendo.com>
32197
32198         * gst/playback/Makefile.am:
32199         * gst/playback/README:
32200         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32201         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32202         (compare_ranks), (print_feature), (gst_decode_bin_init),
32203         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32204         (try_to_link_1), (new_pad), (close_link), (type_found),
32205         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32206         (plugin_init):
32207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32208         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32209         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32210         (gen_preroll_element), (no_more_pads), (new_stream),
32211         (setup_source), (gst_play_base_bin_set_property),
32212         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32213         (gst_play_base_bin_add_element),
32214         (gst_play_base_bin_remove_element),
32215         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32216         (gst_play_base_bin_unlink_stream),
32217         (gst_play_base_bin_get_streaminfo):
32218         * gst/playback/gstplaybasebin.h:
32219         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32220         (gst_play_bin_class_init), (gst_play_bin_init),
32221         (gst_play_bin_dispose), (gst_play_bin_set_property),
32222         (gst_play_bin_get_property), (gen_video_element),
32223         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32224         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32225         (gst_play_bin_get_formats), (gst_play_bin_convert),
32226         (gst_play_bin_get_query_types), (gst_play_bin_query),
32227         (plugin_init):
32228         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32229         (gst_stream_info_get_type), (gst_stream_info_class_init),
32230         (gst_stream_info_init), (gst_stream_info_new),
32231         (gst_stream_info_dispose), (gst_stream_info_set_property),
32232         (gst_stream_info_get_property):
32233         * gst/playback/gststreaminfo.h:
32234         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32235         (main):
32236         * gst/playback/test2.c: (main):
32237         * gst/playback/test3.c: (update_scale), (main):
32238         More playbin fixes. Added README. Do better element filtering.
32239         Added base class to preroll media. Added test apps.
32240
32241 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32242
32243         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32244         * ext/mpeg2dec/gstmpeg2dec.h:
32245           various debugging improvements.  Reset stream to next picture
32246           instead of sequence header, otherwise seeks cannot work.
32247
32248 2004-07-07  Wim Taymans  <wim@fluendo.com>
32249
32250         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32251         (gst_video_box_class_init), (gst_video_box_set_property),
32252         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32253         Use pad_alloc where possible.
32254
32255 2004-07-07  Wim Taymans  <wim@fluendo.com>
32256
32257         * sys/oss/gstosselement.c: (gst_osselement_reset),
32258         (gst_osselement_parse_caps):
32259         * sys/oss/gstosselement.h:
32260         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32261         Fix offset on osssrc.
32262
32263 2004-07-07  Wim Taymans  <wim@fluendo.com>
32264
32265         * ext/theora/theora.c: (plugin_init):
32266         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32267         (theora_dec_src_query), (theora_dec_chain):
32268         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32269         (theora_enc_sink_link), (theora_buffer_from_packet),
32270         (theora_push_packet), (theora_enc_chain):
32271         Fix theora granulepos calculation.
32272         Fix overflow in duration/position calculation.
32273         Bump rank to PRIMARY for theoradec.
32274         Use granulepos of last packet to calculate position.
32275         Set keyframe flag on buffers when needed.
32276
32277 2004-07-06  David Schleef  <ds@schleef.org>
32278
32279         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32280         serious?  (Fixed, obviously.)
32281
32282 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32283
32284         * po/LINGUAS:
32285         * po/cs.po:
32286           added Czech translation (Miloslav Trmac)
32287
32288 2004-07-05  Wim Taymans  <wim@fluendo.com>
32289
32290         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32291         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32292         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32293         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32294         (close_link), (type_found), (gst_decode_bin_set_property),
32295         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32296         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32297         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32298         (gst_decode_bin_query), (plugin_init):
32299         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32300         (gst_play_bin_class_init), (gst_play_bin_init),
32301         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32302         (get_video_element), (new_pad), (setup_source),
32303         (gst_play_bin_set_property), (gst_play_bin_get_property),
32304         (gst_play_bin_change_state), (gst_play_bin_add_element),
32305         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32306         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32307         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32308         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32309         * gst/playback/test.c: (main):
32310         More fixes, cleaned up playbin, make it use decodebin. Added
32311         threaded property to playbin.
32312
32313 2004-07-05  Wim Taymans  <wim@fluendo.com>
32314
32315         * configure.ac:
32316         * gst/playback/Makefile.am:
32317         * gst/playback/decodetest.c: (main):
32318         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32319         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32320         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32321         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32322         (close_link), (type_found), (gst_decode_bin_set_property),
32323         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32324         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32325         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32326         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32327         (plugin_init):
32328         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32329         (gst_play_bin_class_init), (gst_play_bin_init),
32330         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32331         (collect_sink_pads), (find_compatibles), (close_pad_link),
32332         (try_to_link_1), (new_pad), (close_link), (type_found),
32333         (setup_source), (gst_play_bin_set_property),
32334         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32335         (compare_ranks), (gst_play_bin_collect_factories),
32336         (gst_play_bin_change_state), (gst_play_bin_add_element),
32337         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32338         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32339         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32340         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32341         * gst/playback/test.c: (main):
32342         Added some playback helper elements and some test apps, very alpha
32343         still.
32344
32345 2004-07-04  Benjamin Otte  <otte@gnome.org>
32346
32347         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32348           only restart audio when we indeed have an xrun to fix repeated
32349           xruns. Fix suggested by Giuliano Pochini.
32350
32351 2004-07-03  David Schleef  <ds@schleef.org>
32352
32353         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32354         call to gst_debug_log() if debugging is disabled (bug #145118)
32355
32356 2004-07-03  Benjamin Otte  <otte@gnome.org>
32357
32358         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32359           use our own functions for restarting the alsa device.
32360         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32361           I should apply patches myself - use MIN for the third argument, not
32362           the second, this fixes seeking
32363
32364 2004-07-02  David Schleef  <ds@schleef.org>
32365
32366         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32367         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32368         do with the logic.
32369
32370 2004-07-02  David Schleef  <ds@schleef.org>
32371
32372         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32373         output buffers.  Fix logic mistake.  (bug #144866)
32374
32375 2004-07-02  David Schleef  <ds@schleef.org>
32376
32377         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32378         on X.  (bug #144753)
32379
32380 2004-07-02  David Schleef  <ds@schleef.org>
32381
32382         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32383         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32384         (bug #144624)
32385         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32386         (gst_osselement_rate_probe_check): Add another workaround for
32387         buggy drivers (bug #145336)
32388
32389 2004-07-02  David Schleef  <ds@schleef.org>
32390
32391         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32392         Most systems don't have MSG_NOSIGNAL.
32393
32394 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32395
32396         * Makefile.am:
32397         * gst-libs/gst/colorbalance/Makefile.am:
32398         * gst-libs/gst/mixer/Makefile.am:
32399         * gst-libs/gst/play/Makefile.am:
32400         * gst-libs/gst/tuner/Makefile.am:
32401           (hopefully) fix both install and dist and make error message useful.
32402           needs testing across automakes.
32403
32404 2004-07-02  Benjamin Otte  <otte@gnome.org>
32405
32406         * ext/ogg/gstogg.c: (plugin_init):
32407           we require bytestream now
32408         * ext/ogg/gstoggdemux.c:
32409           huge diff to implement chain setup in a fast and generic way. This
32410           improves tag reading and startup of huge files (read: Theora videos)
32411           quite a bit. It probably contains bugs, too, so please test.
32412           Seeking is not improved to the fast method.
32413
32414 2004-06-29  Wim Taymans  <wim@fluendo.com>
32415
32416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32417         * ext/ogg/gstoggmux.c:
32418         Fix memleak in oggdemux when running unconnected pads.
32419         doc update in mux, start working on keyframe mode.
32420
32421 2004-06-29  Benjamin Otte  <otte@gnome.org>
32422
32423         * sys/oss/gstosssink.c:
32424         * sys/oss/gstosssrc.c:
32425           advertise correct template caps - we indeed do non-native endianness
32426           and 8bit audio has no endianness
32427         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32429           avoid (wrong) duplications in getcaps function and return
32430           template caps
32431
32432 2004-06-29  Wim Taymans  <wim@fluendo.com>
32433
32434         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32435         (gst_multifdsink_class_init), (gst_multifdsink_add),
32436         (gst_multifdsink_remove), (gst_multifdsink_clear),
32437         (gst_multifdsink_client_remove),
32438         (gst_multifdsink_handle_client_read),
32439         (gst_multifdsink_client_queue_data),
32440         (gst_multifdsink_client_queue_caps),
32441         (gst_multifdsink_client_queue_buffer),
32442         (gst_multifdsink_handle_client_write),
32443         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32444         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32445         (gst_multifdsink_init_send), (gst_multifdsink_close):
32446         Fix wrong GList iteration that could crash the server when
32447         more then 2 clients disconnect at the same time. Read all the
32448         pending commands in one batch to recover from command storms under
32449         very heavy load.
32450
32451 2004-06-28  Wim Taymans  <wim@fluendo.com>
32452
32453         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32454         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32455         (gst_videomixer_pad_set_property),
32456         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32457         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32458         (gst_videomixer_class_init), (gst_videomixer_init),
32459         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32460         (pad_zorder_compare), (gst_videomixer_sort_pads),
32461         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32462         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32463         (gst_videomixer_update_queues), (gst_videomixer_loop),
32464         (plugin_init):
32465         Avoid divide by zero, choose masterpad as the pad with the highest
32466         framerate.
32467
32468 2004-06-27  Julien Moutte  <julien@moutte.net>
32469
32470         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32471         (gst_ximagesink_xwindow_new):
32472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32473         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32474         function directly. We might want to call it from somewhere else one day.
32475
32476 2004-06-27  Julien Moutte  <julien@moutte.net>
32477
32478         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32479         (gst_ximagesink_xwindow_new):
32480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32481         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32482         window decorations.
32483
32484 2004-06-27  Wim Taymans  <wim@fluendo.com>
32485
32486         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32487         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32488         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32489         (gst_dvdec_set_property), (gst_dvdec_get_property):
32490         * ext/dv/gstdvdec.h:
32491         Implement drop_factor property to lower the framerate with
32492         a factor.
32493
32494 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32495
32496         * gst-libs/gst/colorbalance/Makefile.am:
32497         * gst-libs/gst/mixer/Makefile.am:
32498         * gst-libs/gst/play/Makefile.am:
32499         * gst-libs/gst/tuner/Makefile.am:
32500           unbreak Company's fix that didn't install the -enum.h files
32501
32502 2004-06-27  Wim Taymans  <wim@fluendo.com>
32503
32504         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
32505         (gst_dvdec_change_state):
32506         * ext/dv/gstdvdec.h:
32507         Fix timestamp, duration and offset of the buffers.
32508
32509 2004-06-27  Wim Taymans  <wim@fluendo.com>
32510
32511         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32512         (gst_multifdsink_class_init), (gst_multifdsink_add),
32513         (gst_multifdsink_remove), (gst_multifdsink_clear),
32514         (gst_multifdsink_client_remove),
32515         (gst_multifdsink_handle_client_read),
32516         (gst_multifdsink_client_queue_data),
32517         (gst_multifdsink_client_queue_caps),
32518         (gst_multifdsink_client_queue_buffer),
32519         (gst_multifdsink_handle_client_write),
32520         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32521         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32522         (gst_multifdsink_init_send), (gst_multifdsink_close):
32523         * gst/tcp/gstmultifdsink.h:
32524         * gst/tcp/gsttcpserversink.c:
32525         (gst_tcpserversink_handle_server_read),
32526         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
32527         More multifdsink fixes, more recovery policy fixes.
32528         Removed stupid g_print
32529
32530 2004-06-26  Wim Taymans  <wim@fluendo.com>
32531
32532         * gst/tcp/Makefile.am:
32533         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32534         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
32535         (gst_multifdsink_class_init), (gst_multifdsink_init),
32536         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
32537         (gst_multifdsink_handle_client_read),
32538         (gst_multifdsink_client_queue_data),
32539         (gst_multifdsink_client_queue_caps),
32540         (gst_multifdsink_client_queue_buffer),
32541         (gst_multifdsink_handle_client_write),
32542         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32543         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32544         (gst_multifdsink_chain), (gst_multifdsink_set_property),
32545         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32546         (gst_multifdsink_close), (gst_multifdsink_change_state):
32547         * gst/tcp/gstmultifdsink.h:
32548         * gst/tcp/gsttcpplugin.c: (plugin_init):
32549         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
32550         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
32551         (gst_tcpserversink_handle_server_read),
32552         (gst_tcpserversink_handle_select),
32553         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
32554         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
32555         * gst/tcp/gsttcpserversink.h:
32556         Added multifdsink, made tcpserversink a subclass of fdsink, removed
32557         one of the locks, added recovery policy to multifdsink.
32558
32559 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32560
32561         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32562           fix decision for when getting frames with same timestamp
32563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32564         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32565         (gst_v4lsrc_get_property):
32566         * sys/v4l/gstv4lsrc.h:
32567           add latency offset property
32568
32569 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32570
32571         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
32572         (plugin_init):
32573           fix debugging. add category.
32574
32575 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32576
32577         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32578           fix wrong offsets
32579
32580 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32581
32582         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32583         (gst_alsa_src_get_time), (gst_alsa_src_loop),
32584         (gst_alsa_src_change_state):
32585           return a time that is in sync with the element's processing
32586
32587 2004-06-25  Wim Taymans  <wim@fluendo.com>
32588
32589         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32590         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32591         (gst_tcpserversink_client_remove),
32592         (gst_tcpserversink_handle_client_read),
32593         (gst_tcpserversink_client_queue_data),
32594         (gst_tcpserversink_client_queue_caps),
32595         (gst_tcpserversink_client_queue_buffer),
32596         (gst_tcpserversink_handle_client_write),
32597         (gst_tcpserversink_queue_buffer),
32598         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
32599         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
32600         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
32601         (gst_tcpserversink_close):
32602         * gst/tcp/gsttcpserversink.h:
32603         Serversink rewrite. Really do non blocking writes to clients and
32604         maintain an internal queue to handle slower clients while not
32605         disturbing fast clients.
32606
32607 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32608
32609         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32610           better debug, don't override OFFSET and OFFSET_END
32611
32612 2004-06-25  Iain <iain@prettypeople.org>
32613
32614         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
32615         name=source for the wavparse pipeline.
32616
32617 2004-06-24  Johan Dahlin  <johan@gnome.org>
32618
32619         * ext/theora/theoraenc.c (theora_enc_chain): Call
32620         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
32621         streamheader caps are set correctly.
32622
32623 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32624
32625         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32626         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
32627           respect minimum bitrate; same could be done for max bitrate
32628
32629 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32630
32631         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32632         (gst_vorbisenc_setup):
32633           fix sample rate range
32634
32635 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32636
32637         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
32638         (gst_oggvorbisenc_setup):
32639         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
32640         (gst_vorbisenc_setup):
32641           resolve ambiguities in code and description
32642
32643 2004-06-24  Wim Taymans  <wim@fluendo.com>
32644
32645         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
32646         * ext/alsa/gstalsa.h:
32647         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32648         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
32649         Use alsa trigger_tstamp to get the timestamp of the first
32650         sample in the buffer for more precise sync. Some cleanups.
32651
32652 2004-06-24  Wim Taymans  <wim@fluendo.com>
32653
32654         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
32655         (gst_audiorate_init), (gst_audiorate_chain),
32656         (gst_audiorate_set_property), (gst_audiorate_get_property):
32657         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32658         (gst_videorate_chain):
32659         Added some logging, fixed an overflow bug in videorate.
32660
32661 2004-06-24  Benjamin Otte  <otte@gnome.org>
32662
32663         * ext/kio/Makefile.am:
32664           fix for builddir != srcdir and distcheck
32665
32666 2004-06-24  Benjamin Otte  <otte@gnome.org>
32667
32668         * gst-libs/gst/colorbalance/Makefile.am:
32669         * gst-libs/gst/mixer/Makefile.am:
32670         * gst-libs/gst/play/Makefile.am:
32671         * gst-libs/gst/tuner/Makefile.am:
32672         * gst/tcp/Makefile.am:
32673         * sys/dxr3/Makefile.am:
32674           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
32675           tarball.
32676           Also add all *.list files that were missing.
32677         * Makefile.am:
32678           add a distcheck hook to ensure the above doesn't happen again.
32679
32680 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
32681
32682         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
32683
32684 2004-06-23  Colin Walters  <walters@redhat.com>
32685
32686         * m4/Makefile.am: Distribute gst-fionread.m4.
32687
32688 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32689
32690         * configure.ac: back to dev
32691
32692 2004-06-23  Wim Taymans  <wim@fluendo.com>
32693
32694         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32695         (gst_alsa_xrun_recovery):
32696         * ext/alsa/gstalsa.h:
32697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32698         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
32699         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32700         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
32701         (gst_alsa_src_loop):
32702         Add clock to alsasrc. Take new capture timestamp when
32703         restarting after an overrun. Split up some functions between
32704         alsasrc and alsasink.
32705
32706 === release 0.8.2 ===
32707
32708 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32709
32710         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32711         (gst_alsa_change_state), (gst_alsa_update_avail),
32712         (gst_alsa_xrun_recovery):
32713         * ext/alsa/gstalsa.h:
32714         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32715           merge back changes from release
32716
32717 2004-06-23  Wim Taymans  <wim@fluendo.com>
32718
32719         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
32720         (gst_audiorate_init), (gst_audiorate_chain),
32721         (gst_audiorate_set_property), (gst_audiorate_get_property):
32722         Implement sample dropping and notify
32723
32724 2004-06-22  Wim Taymans  <wim@fluendo.com>
32725
32726         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32727         (theora_enc_sink_link), (theora_buffer_from_packet),
32728         (theora_push_packet), (theora_enc_chain):
32729         Some cleanups, make sure the timestamps are correct.
32730
32731 2004-06-22  Wim Taymans  <wim@fluendo.com>
32732
32733         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
32734         (gst_alsa_change_state), (gst_alsa_update_avail),
32735         (gst_alsa_xrun_recovery):
32736         * ext/alsa/gstalsa.h:
32737         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32738         Cleanups, take queued samples into account when reporting
32739         the time.
32740
32741 2004-06-22  Wim Taymans  <wim@fluendo.com>
32742
32743         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32744         (gst_videorate_init):
32745         Initialize the property as well.
32746
32747 2004-06-22  Wim Taymans  <wim@fluendo.com>
32748
32749         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32750         (gst_videorate_init), (gst_videorate_chain),
32751         (gst_videorate_set_property), (gst_videorate_get_property):
32752         Add property to make videorate silent.
32753         Add property to prefer new frames over old ones.
32754
32755 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32756
32757         * sys/osxvideo/Makefile.am:
32758         Workaround so that the osxvideo .so file gets linked with the
32759         Cocoa, OpenGL and QuickTime frameworks
32760
32761 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32762
32763         * sys/osxaudio/Makefile.am:
32764         Workaround so that the osxaudio .so file gets linked with the
32765         CoreAudio framework
32766
32767 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32768
32769         * configure.ac:
32770         Whoops, my fault...fixed build issues
32771
32772 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32773
32774         * configure.ac:
32775         Add objective-c support if running in Darwin/Mac OS X
32776         * sys/Makefile.am:
32777         * sys/osxvideo:
32778         * sys/osxvideo/Makefile.am:
32779         * sys/osxvideo/osxvideosink.h:
32780         * sys/osxvideo/osxvideosink.m:
32781         * sys/osxvideo/cocoawindow.h:
32782         * sys/osxvideo/cocoawindow.m:
32783         Add osxvideosink, a cocoa-based osx video sink
32784
32785
32786 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
32787         * ext/dvdnav/gst-dvd:
32788         Grab the gconf key from the right spot
32789         * gst/debug/gstnavseek.c: (gst_navseek_init),
32790         (gst_navseek_segseek), (gst_navseek_handle_src_event),
32791         (gst_navseek_chain):
32792         * gst/debug/gstnavseek.h:
32793           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
32794           and loop parameters of a segment seek.
32795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
32796         (gst_videotestsrc_get_event_masks),
32797         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32798         * gst/videotestsrc/gstvideotestsrc.h:
32799           Add seeking support to videotestsrc
32800           Initialise the timestamp_offset variable.
32801
32802 2004-06-18  Wim Taymans  <wim@fluendo.com>
32803
32804         * ext/sidplay/gstsiddec.cc:
32805         Fix negotiation and set correct end offset.
32806
32807 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32808
32809         * configure.ac: branch and prerelease
32810
32811 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32812
32813         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
32814         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
32815         (gst_tcpclientsrc_init_receive):
32816         * gst/tcp/gsttcpclientsrc.h:
32817           read caps when connecting to server for GDP so we set them correctly
32818
32819 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32820
32821         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32822           notify drops and duplicates
32823         * gst/videoscale/videoscale.c: (videoscale_get_structure):
32824           no good reason to limit ourselves to 100x100
32825
32826 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32827
32828         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32829         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
32830         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32831         (gst_v4lsrc_get_property):
32832         * sys/v4l/gstv4lsrc.h:
32833         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32834         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32835         (gst_v4l_set_audio):
32836         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
32837         (gst_v4lsrc_try_capture):
32838         * sys/v4l/v4lsrc_calls.h:
32839           change try_palette to more general try_capture
32840           add autoprobe option so we can turn off autoprobing
32841           various fixes
32842
32843 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32844
32845         * configure.ac:
32846           add videorate
32847         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
32848         (gst_ximagesink_class_init):
32849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
32850         (gst_xvimagesink_class_init):
32851           run them as finalize, not dispose, since dispose can be invoked
32852           multiple times
32853
32854 2004-06-17  Wim Taymans  <wim@fluendo.com>
32855
32856         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32857         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
32858         * ext/alsa/gstalsa.h:
32859         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
32860         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
32861         (gst_alsa_src_change_state):
32862         * ext/alsa/gstalsasrc.h:
32863         Make the xrun code timestamp and offset the buffers correctly.
32864         moved the clock to the base class, use alsa methods to get time.
32865         Do correct timestamping on outgoing buffers.
32866
32867 2004-06-17  Wim Taymans  <wim@fluendo.com>
32868
32869         * gst/audiorate/Makefile.am:
32870         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
32871         (gst_audiorate_base_init), (gst_audiorate_class_init),
32872         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
32873         (gst_audiorate_set_property), (gst_audiorate_get_property),
32874         (gst_audiorate_change_state), (plugin_init):
32875         Added an audiorate converter that fills in gaps.
32876
32877 2004-06-17  Johan Dahlin  <johan@gnome.org>
32878
32879         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
32880
32881 2004-06-16  Wim Taymans  <wim@fluendo.com>
32882
32883         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
32884         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32885         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32886         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32887         (gst_v4lsrc_get_property):
32888         * sys/v4l/gstv4lsrc.h:
32889         Added a copy mode to v4lsrc where it will output a copied version
32890         of its internal hardware buffer.
32891         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
32892         can't | them.
32893
32894 2004-06-16  Wim Taymans  <wim@fluendo.com>
32895
32896         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32897         Timestamp fixes.
32898
32899 2004-06-16  Wim Taymans  <wim@fluendo.com>
32900
32901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32902         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32903         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32904         (gst_v4lsrc_get_property):
32905         * sys/v4l/gstv4lsrc.h:
32906         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32907         Added a sync mode enum property to control v4lsrc timestamp method
32908         Removed the use-fixed-fps property and moved functionality in
32909         the enum.
32910         Don't error on an error value from v4l-conf, it might not always
32911         be a real error.
32912
32913 2004-06-16  Wim Taymans  <wim@fluendo.com>
32914
32915         * gst/videorate/Makefile.am:
32916         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
32917         (gst_videorate_base_init), (gst_videorate_class_init),
32918         (gst_videorate_getcaps), (gst_videorate_link),
32919         (gst_videorate_init), (gst_videorate_chain),
32920         (gst_videorate_set_property), (gst_videorate_get_property),
32921         (gst_videorate_change_state), (plugin_init):
32922         Added a video timestamp corrector.
32923
32924 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32925
32926         fixed a potential leak with previous commit
32927
32928         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32929
32930 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32931
32932         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32933         Added missing refcount, fixes bug #144425
32934         Cheers Tim for finding the bug
32935
32936 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32937
32938         * sys/v4l/gstv4l.c: (plugin_init):
32939         * sys/v4l/gstv4lcolorbalance.c:
32940         * sys/v4l/gstv4lcolorbalance.h:
32941         * sys/v4l/gstv4lelement.c:
32942         * sys/v4l/gstv4lelement.h:
32943         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32944         * sys/v4l/gstv4lmjpegsink.h:
32945         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32946         * sys/v4l/gstv4lmjpegsrc.h:
32947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
32948         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
32949         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
32950         * sys/v4l/gstv4lsrc.h:
32951         * sys/v4l/gstv4ltuner.c:
32952         * sys/v4l/gstv4ltuner.h:
32953         * sys/v4l/gstv4lxoverlay.c:
32954         * sys/v4l/gstv4lxoverlay.h:
32955         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32956         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32957         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32958         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32959         (gst_v4l_set_audio):
32960         * sys/v4l/v4l_calls.h:
32961         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32962         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
32963         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
32964         (gst_v4lmjpegsink_playback_init),
32965         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
32966         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
32967         (gst_v4lmjpegsink_playback_stop),
32968         (gst_v4lmjpegsink_playback_deinit):
32969         * sys/v4l/v4lmjpegsink_calls.h:
32970         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32971         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
32972         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32973         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
32974         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
32975         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
32976         * sys/v4l/v4lmjpegsrc_calls.h:
32977         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32978         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
32979         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
32980         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
32981         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
32982         (gst_v4lsrc_try_palette):
32983         * sys/v4l/v4lsrc_calls.h:
32984           bunch of paranoia cleanups
32985
32986 2004-06-14  David Schleef  <ds@schleef.org>
32987
32988         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
32989         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
32990         Send discont events and change timestamps appropriately when
32991         we get a seek event.  (bug #144240)
32992         * ext/cdparanoia/gstcdparanoia.h:
32993
32994 2004-06-14  Benjamin Otte  <otte@gnome.org>
32995
32996         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
32997           snd_pcm_hw_params_set_rate  since the latter fails for no good
32998           reason on some setups.
32999
33000 2004-06-14  David Schleef  <ds@schleef.org>
33001
33002         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33003         standard.  Thank you for playing.
33004
33005 2004-06-14  Wim Taymans  <wim@fluendo.com>
33006
33007         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33008         Patch 1.3 broke the ordering of the colorspace info and
33009         made the plugin basically work by coincidence, reordered
33010         the info.
33011
33012 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33013
33014         * ext/lame/gstlame.c:
33015         * ext/mad/gstmad.c:
33016           sync caps.  Make sure mad can only output a list of rates, not
33017           a full range.  In the future, have three caps lists for each of the
33018           mpeg versions.  Change mpegversion to a double as well.
33019
33020 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33021
33022         * gst/volume/.cvsignore:
33023         * gst/volume/Makefile.am:
33024         * gst/volume/demo.c: (value_changed_callback), (idler),
33025         (setup_gui), (main):
33026           added small demo app
33027
33028 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33029         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33030         * ext/esd/esdsink.h:
33031         Close the esd connection on pause, because esd will just wait -
33032         blocking all other esd clients indefinitely.
33033
33034 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33035
33036         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33037           previous commit with GST_DEBUG
33038
33039 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33040
33041         * configure.ac:
33042           add a header check for a dvdread header in dvdnav.  Fixes #133002
33043
33044 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33045
33046         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33047         * gst/tcp/gsttcpclientsink.h:
33048         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33049         * gst/tcp/gsttcpclientsrc.h:
33050         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33051         (gst_tcpserversink_handle_server_read),
33052         (gst_tcpserversink_init_send):
33053         * gst/tcp/gsttcpserversink.h:
33054         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33055         * gst/tcp/gsttcpserversrc.h:
33056         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33057         version of IP)
33058
33059 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33060
33061         * configure.ac:
33062         Added ogg library so that OSX detects libtheora properly
33063
33064 2004-06-11  Wim Taymans  <wim@fluendo.com>
33065
33066         * ext/theora/theoradec.c: (theora_dec_chain),
33067         (theora_dec_change_state):
33068         Don't try to decode frames before we received a keyframe.
33069
33070 2004-06-11  Wim Taymans  <wim@fluendo.com>
33071
33072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33073         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33074         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33075         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33076         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33077         Added property to set the maximum delay of a page.
33078
33079 2004-06-10  Wim Taymans  <wim@fluendo.com>
33080
33081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33082         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33083         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33084         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33085         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33086         Added max-delay property to control the maximum amount
33087         of data to put in one page.
33088
33089 2004-06-10  Wim Taymans  <wim@fluendo.com>
33090
33091         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33092         (gst_theora_enc_init), (theora_enc_sink_link),
33093         (theora_buffer_from_packet), (theora_enc_set_property),
33094         (theora_enc_get_property):
33095         Set duration on encoded buffer, added some more properties
33096
33097 2004-06-10  Wim Taymans  <wim@fluendo.com>
33098
33099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33100         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33101         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33102         * ext/theora/theoraenc.c: (theora_enc_chain):
33103         Fix refcounting bugs
33104
33105 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33106
33107         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33108         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33109         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33110         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33111         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33112         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33113         (gst_asf_demux_change_state):
33114         * gst/asfdemux/gstasfdemux.h:
33115           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33116           feels like. I think we should set a new requirement for demuxers
33117           from now on to implement sane loop functions, data loops, query
33118           and seek functions before first commit into CVS. And this commit
33119           fixes all of the above.
33120
33121 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33122
33123         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33124           vorbis comments are properly encoded in UTF-8 before adding them
33125           to a GstTagList
33126
33127 2004-06-09  Benjamin Otte  <otte@gnome.org>
33128
33129         * ext/alsa/gstalsa.c: (add_channels):
33130           handle min <= max correctly
33131         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33132         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33133           add fixation functions so we fixate correctly. No preferring of alaw
33134           anymore because it's the first structure.
33135         * ext/alsa/gstalsa.h:
33136         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33137         (gst_alsa_hw_params_dump):
33138           add functions to ease debugging in alsalib
33139         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33140         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33141         (gst_alsa_start_audio):
33142           only specify hw params if we really setup a format (fixes #134007 -
33143           or at least works around it)
33144
33145 2004-06-09  Wim Taymans  <wim@fluendo.com>
33146
33147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33148         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33149         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33150         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33151         (gst_ogg_mux_loop):
33152         Use stream caps to setup the initial pages in the ogg stream.
33153         Correctly set the streamheader caps on the srcpad.
33154
33155 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33156
33157         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33158         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33159         (gst_v4lsrc_getcaps):
33160         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33161         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33162           add querying of fps lists for webcams.  Negotiating to a framerate
33163           now works.
33164
33165 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33166
33167         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33168         (theora_push_buffer), (theora_push_packet),
33169         (theora_set_header_on_caps), (theora_enc_chain):
33170           mark buffers and put on streamheader, raw theora streaming
33171           now works too, whee
33172
33173 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33174
33175         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33176         (gst_tcp_gdp_read_caps):
33177           do a looping read for caps and GDP headers too
33178
33179 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33180
33181         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33182         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33183           return EOS instead of NULL in _get
33184
33185 2004-06-08  Wim Taymans  <wim@fluendo.com>
33186
33187         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33188         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33189         (gst_tcp_gdp_write_caps):
33190         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33191         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33192         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33193         Memory leak fixes
33194
33195 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33196
33197         * ext/vorbis/Makefile.am:
33198         * ext/vorbis/vorbis.c: (plugin_init):
33199         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33200         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33201         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33202         (vorbis_parse_change_state):
33203         * ext/vorbis/vorbisparse.h:
33204           adding a vorbisparse element that marks the buffers, streaming
33205           raw vorbis using GDP now works, whee
33206
33207 2004-06-08  Wim Taymans  <wim@fluendo.com>
33208
33209         * ext/jpeg/Makefile.am:
33210         * ext/jpeg/README:
33211         * ext/jpeg/gstjpeg.c: (plugin_init):
33212         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33213         (gst_smokedec_base_init), (gst_smokedec_class_init),
33214         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33215         * ext/jpeg/gstsmokedec.h:
33216         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33217         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33218         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33219         (gst_smokeenc_resync), (gst_smokeenc_chain),
33220         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33221         * ext/jpeg/gstsmokeenc.h:
33222         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33223         (smokecodec_flush_destination), (smokecodec_term_destination),
33224         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33225         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33226         (smokecodec_term_source), (smokecodec_encode_new),
33227         (smokecodec_decode_new), (smokecodec_info_free),
33228         (smokecodec_set_quality), (smokecodec_get_quality),
33229         (smokecodec_set_threshold), (smokecodec_get_threshold),
33230         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33231         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33232         (smokecodec_parse_header), (smokecodec_decode):
33233         * ext/jpeg/smokecodec.h:
33234         Added a new simple jpeg based codec
33235
33236 2004-06-08  Wim Taymans  <wim@fluendo.com>
33237
33238         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33239         (gst_multipart_mux_loop):
33240         Fix memory leak
33241
33242 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33243
33244         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33245         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33246         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33247         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33248         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33249         * gst/tcp/gsttcpserversink.h:
33250           take streamheader into account
33251
33252 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33253
33254         * gst/level/Makefile.am:
33255         * gst/level/gstlevel.c: (gst_level_class_init):
33256           clean up marshal generation
33257
33258 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33259
33260         * gst/tcp/Makefile.am:
33261         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33262         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33263         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33264         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33265         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33266         (gst_tcpclientsrc_get_property):
33267         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33268         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33269         (gst_tcpserversink_handle_client_read),
33270         (gst_tcpserversink_handle_client_write),
33271         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33272         * gst/tcp/gsttcpserversink.h:
33273           add signals client-added and client-removed
33274         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33275         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33276         (gst_tcpserversrc_get_property):
33277         uniformized, change default protocol to NONE
33278         * gst/tcp/gsttcp-marshal.list: added
33279 2004-06-07  Benjamin Otte  <otte@gnome.org>
33280
33281         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33282           handle discont events if they happen before caps nego
33283
33284 2004-06-07  Wim Taymans  <wim@fluendo.com>
33285
33286         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33287         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33288         (gst_multipart_demux_plugin_init):
33289         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33290         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33291         (gst_multipart_mux_change_state):
33292         Small updates, fix a memleak
33293
33294 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33295
33296         * configure.ac: OSS portability
33297         * ext/arts/gst_arts.c: idem
33298         * sys/oss/gstosselement.c: idem
33299         * sys/oss/gstossmixer.c: idem
33300         * sys/oss/gstosssink.c: idem
33301         * sys/oss/gstosssrc.c: idem
33302         * sys/oss/oss_probe.c: idem
33303           - check for soundcard.h in different places for some BSD
33304
33305 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33306
33307         * AUTHORS:
33308         Add me to the authors file
33309         * configure.ac:
33310         Increase the libdv requirement to >= version 0.100
33311         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33312         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33313         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33314         * ext/dv/gstdvdec.h:
33315         Add support for the new_media flag when sending DISCONT events
33316         Make the querying work when video pad is not linked
33317
33318 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33319
33320         reviewed by Benjamin Otte  <otte@gnome.org>
33321
33322         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33323           create a NULL-initialized array of pads, so we don't think they
33324           exist already. (fixes #143130)
33325
33326 2004-06-07  Benjamin Otte  <otte@gnome.org>
33327
33328         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33329         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33330         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33331           don't use // coments
33332
33333 2004-06-07  Benjamin Otte  <otte@gnome.org>
33334
33335         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33336           cast to GstClockTime to get higher granularity
33337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33338           use gst_element_set_time_delay to get the exact time
33339         * ext/mad/gstmad.c: (gst_mad_chain):
33340           use the negotiated rate instead of the current frame's rate which
33341           might be wrong because of bit errors. This avoids emitting totally
33342           bogus timestamps and screwing sync.
33343         (fixes #143454)
33344
33345 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33346
33347         reviewed by Benjamin Otte  <otte@gnome.org>
33348
33349         * gst/adder/gstadder.c: (gst_adder_loop):
33350           properly error out when no negotiation has happened yet. (fixes
33351           #143032)
33352
33353 2004-06-06  Benjamin Otte  <otte@gnome.org>
33354
33355         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33356           forward correctly transformed offset in discont events. Based on
33357           patch by Arwed v. Merkatz. (fixes #142851)
33358
33359 2004-06-06  David Schleef  <ds@schleef.org>
33360
33361         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33362         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33363         problems on several systems.
33364
33365 2004-06-06  Benjamin Otte  <otte@gnome.org>
33366
33367         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33368           use explicit caps on the srcpad
33369         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33370           properly error out if caps couldn't be set (fixes #142764)
33371
33372 2004-06-06  Benjamin Otte  <otte@gnome.org>
33373
33374         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33375         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33376         (gst_alsa_start_audio):
33377           - don't call set_periods_integer anymore, it breaks the
33378           configuration randomly
33379           - call snd_pcm_hw_params_set_access directly instead of using masks
33380           - don't fail if the sw_params can't be set, just use the default
33381           params and hope it works. Alsalib has weird issues when you touch
33382           sw_params and does no proper error reporting about what failed.
33383         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33384         (gst_alsa_close_audio):
33385           make our alsa debugging go via gst debugging and not conditionally
33386           defined
33387         * ext/alsa/gstalsa.h:
33388           add ALSA_DEBUG_FLUSH macro
33389         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33390         (plugin_init):
33391           wrap alsa errors to be printed via the gst debugging system and not
33392           spammed to stderr
33393
33394 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33395
33396         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33397         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33398         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33399         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33400         (qtdemux_parse_trak):
33401         * gst/qtdemux/qtdemux.h:
33402           Bitch. Also known as seeking, querying & co.
33403         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33404         (gst_osssink_change_state):
33405         * sys/oss/gstosssink.h:
33406           Resyncing is for weenies, this hack is no longer needed and was
33407           broken anyway (since it - unintendedly - always leaves resync to
33408           TRUE).
33409
33410 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33411
33412         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33413         * gst/tcp/gsttcpclientsrc.h: idem
33414           - define MSG_NOSIGNAL if not done
33415           - include unistd.h for off_t
33416           (fixes #143749)
33417
33418 2004-06-05  Benjamin Otte  <otte@gnome.org>
33419
33420         * configure.ac:
33421         * ext/kio/Makefile.am:
33422           check for qt's moc preprocessor explicitly and use it
33423
33424 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33425
33426         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33427           don't get a signal for EPIPE on socket writes
33428           (somebody check if this works on other platforms)
33429
33430 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33431
33432         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33433         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33434           check error condition on available samples correctly
33435
33436 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33437
33438         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33439           avoid a segfault
33440         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33441         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33442         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33443         (gst_tcpserversrc_gdp_read_header):
33444          use ssize_t over size_t since the former is signed and thus the
33445          check for error codes can work
33446
33447 2004-06-02  Wim Taymans  <wim@fluendo.com>
33448
33449         reviewed by: Johan
33450
33451         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33452         (gst_multipart_mux_loop):
33453         Oops
33454
33455 2004-06-02  Wim Taymans  <wim@fluendo.com>
33456
33457         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33458         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33459         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33460         (gst_multipart_mux_change_state):
33461         Added configurable boundary specifier, added the value as a
33462         caps field as well.
33463
33464 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33465
33466         * gst/tcp/gsttcp.c:
33467         * gst/tcp/gsttcpclientsrc.c:
33468         * gst/tcp/gsttcpclientsrc.h:
33469         * gst/tcp/gsttcpserversrc.c:
33470           - portability fix, to compile on OSX
33471             (fixes #143146)
33472
33473         * sys/osxaudio/gstosxaudioelement.c:
33474         * sys/osxaudio/gstosxaudiosink.c:
33475         * sys/osxaudio/gstosxaudiosrc.c:
33476           - compilation warnings on OSX
33477             (fixes #143153)
33478
33479 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33480
33481         * ext/vorbis/vorbisdec.c : sign warning fixes
33482
33483         * gst-libs/gst/mixer/mixertrack.c :
33484           do no use defines which are glib 2.4 specific
33485
33486 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
33487
33488         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33489           buffer since libflac doesn't expect it (reports a sync error when
33490           it encounters that)
33491
33492
33493 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
33494
33495         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
33496         * gst-libs/gst/mixer/mixertrack.c:
33497         (gst_mixer_track_get_property), (get_mixer_track_init),
33498         (get_mixer_track_get_property): Added property accessors
33499         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
33500         * gst-libs/gst/mixer/mixeroptions.c:
33501         (gst_mixer_options_get_values): Added
33502         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
33503         * gst-libs/gst/mixer/mixer.c: Fixed comment
33504
33505
33506 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33507
33508         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33509           improve error messages on open
33510
33511
33512 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33513
33514         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33515           check if v4l-conf is in path
33516
33517 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33518
33519         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
33520           change assert to a more readable error message
33521
33522 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33523
33524         * gst-libs/gst/tuner/tunerchannel.h:
33525           - add a freq_multiplicator field to make the conversion
33526             between internal frequency unit and Hz
33527         * sys/v4l/gstv4lelement.c:
33528         * sys/v4l2/gstv4l2element.c:
33529           - change default video device to /dev/video0
33530         * sys/v4l/v4l_calls.c:
33531         * sys/v4l2/v4l2_calls.c:
33532           - we only expose frequency to the user in Hz instead of
33533             bastard v4lX unit (either 62.5kHz or 62.5Hz)
33534
33535 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
33536         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33537           Initialise b_o_s and e_o_s variables
33538         * gst-libs/gst/riff/riff-media.c:
33539         (gst_riff_create_video_caps_with_data):
33540           Add some unusual fourcc's from mplayer avi's
33541         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
33542           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
33543           autoplugging.
33544
33545 2004-05-28  Wim Taymans  <wim@fluendo.com>
33546
33547         * configure.ac:
33548         * gst/alpha/Makefile.am:
33549         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
33550         (gst_alpha_get_type), (gst_alpha_base_init),
33551         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
33552         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
33553         (gst_alpha_chroma_key), (gst_alpha_chain),
33554         (gst_alpha_change_state), (plugin_init):
33555         A plugin to add an alpha channel to I420 video. Can optionally do
33556         chroma keying.
33557         * gst/multipart/Makefile.am:
33558         * gst/multipart/multipart.c: (plugin_init):
33559         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33560         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
33561         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
33562         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33563         (gst_multipart_demux_change_state),
33564         (gst_multipart_demux_plugin_init):
33565         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
33566         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
33567         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
33568         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
33569         (gst_multipart_mux_pad_unlink),
33570         (gst_multipart_mux_request_new_pad),
33571         (gst_multipart_mux_handle_src_event),
33572         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
33573         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
33574         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33575         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
33576         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
33577         send multipart jpeg images to a browser.
33578         * gst/videobox/Makefile.am:
33579         * gst/videobox/README:
33580         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33581         (gst_video_box_get_type), (gst_video_box_base_init),
33582         (gst_video_box_class_init), (gst_video_box_init),
33583         (gst_video_box_set_property), (gst_video_box_get_property),
33584         (gst_video_box_sink_link), (gst_video_box_i420),
33585         (gst_video_box_ayuv), (gst_video_box_chain),
33586         (gst_video_box_change_state), (plugin_init):
33587         Crops or adds borders around an image. can do alpha channel
33588         borders as well.
33589         * gst/videomixer/Makefile.am:
33590         * gst/videomixer/README:
33591         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33592         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
33593         (gst_videomixer_pad_get_sink_event_masks),
33594         (gst_videomixer_pad_get_property),
33595         (gst_videomixer_pad_set_property),
33596         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
33597         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
33598         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33599         (gst_videomixer_base_init), (gst_videomixer_class_init),
33600         (gst_videomixer_init), (gst_videomixer_request_new_pad),
33601         (gst_videomixer_handle_src_event),
33602         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
33603         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
33604         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
33605         (gst_videomixer_loop), (gst_videomixer_get_property),
33606         (gst_videomixer_set_property), (gst_videomixer_change_state),
33607         (plugin_init):
33608         Generic video mixer plugin, can handle multiple inputs all with
33609         different framerates and video sizes. Is fully alpha channel
33610         aware.
33611
33612 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33613
33614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
33615           Select first track as master track. Not sure how else to handle
33616           that...
33617         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
33618           Discard discont events. Should fix #142962.
33619
33620 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33621
33622         * ext/alsa/Makefile.am:
33623         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
33624         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
33625         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
33626         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
33627         (gst_alsa_mixer_get_option):
33628         * ext/alsa/gstalsamixer.h:
33629         * ext/alsa/gstalsamixeroptions.c:
33630         (gst_alsa_mixer_options_get_type),
33631         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
33632         (gst_alsa_mixer_options_new):
33633         * ext/alsa/gstalsamixeroptions.h:
33634         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
33635         * ext/alsa/gstalsamixertrack.h:
33636           Add enumerations (as GstMixerOptions). Make correct distinction
33637           between input/output tracks. Add capture/playback private flag.
33638           Use flag to decide on whether to set capture or playback volumes
33639           or switches. Use playback and record switches.
33640         * gst-libs/gst/mixer/Makefile.am:
33641         * gst-libs/gst/mixer/mixer-marshal.list:
33642         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
33643         (gst_mixer_set_option), (gst_mixer_get_option),
33644         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
33645         (gst_mixer_volume_changed), (gst_mixer_option_changed):
33646         * gst-libs/gst/mixer/mixer.h:
33647         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
33648         (gst_mixer_options_class_init), (gst_mixer_options_init),
33649         (gst_mixer_options_dispose):
33650         * gst-libs/gst/mixer/mixeroptions.h:
33651           Add GstMixerOptions.
33652         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
33653           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
33654           broken device detection on computers with multiple OSS sound
33655           cards.
33656
33657 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33658
33659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33660           fixate nicely even when the peer is not negotiating
33661
33662 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33663
33664         * gst/audioconvert/gstaudioconvert.c:
33665         (gst_audio_convert_parse_caps):
33666           make sure we don't allow depth > width
33667         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33668           fixate endianness to G_BYTE_ORDER as default
33669         * gst/audioscale/gstaudioscale.c:
33670           we don't handle another endianness as host-endianness
33671
33672 2004-05-25  David Schleef  <ds@schleef.org>
33673
33674         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
33675
33676 2004-05-24  Benjamin Otte  <otte@gnome.org>
33677
33678         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
33679         (gst_oggvorbisenc_setup):
33680           properly fail when we can't setup the vorbis encoder due to
33681           unsupported settings
33682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
33683         (gst_vorbisenc_setup):
33684           same
33685         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33686           fix case where warnings occured when one pad was unlinked while the
33687           other's link function was called
33688
33689 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33690
33691         * gst/tcp/Makefile.am:
33692           use GST_ENABLE_NEW
33693
33694 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33695
33696         * gst-libs/gst/resample/private.h:
33697           don't use optimizations that are #if 0'ed
33698
33699 2004-05-24  Wim Taymans  <wim@fluendo.com>
33700
33701         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
33702         Fix potential division by zero error and hopefully get
33703         the position query right to get correct timestamps on avi
33704         audio.
33705
33706 2004-05-24  Wim Taymans  <wim@fluendo.com>
33707
33708         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
33709         (gst_videoscale_scale_nearest_str2),
33710         (gst_videoscale_scale_nearest_str4),
33711         (gst_videoscale_scale_nearest_32bit),
33712         (gst_videoscale_scale_nearest_24bit),
33713         (gst_videoscale_scale_nearest_16bit):
33714         Fix the scaling algorithm and avoid a buffer overflow.
33715         removed the while loop in the scaling function as it
33716         was used for point sampling only.
33717
33718 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33719
33720         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
33721         (gst_id3_tag_class_init), (gst_id3_tag_init),
33722         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
33723         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
33724         (gst_id3_tag_send_tag_event):
33725           lots of fixes to make id3mux work and id3demux work correctly
33726
33727 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33728
33729         * ext/Makefile.am:
33730           add rules to build shout2send (was removed by accident
33731           when this module was no more marked experimental/broken)
33732
33733 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33734
33735         * ext/shout2/gstshout2.c:
33736         * ext/shout2/gstshout2.h:
33737           adding a "connection problem" signal to shout2send
33738           (fixes #142954)
33739
33740 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33741
33742         * ext/kio/kioreceiver.cpp:
33743         * ext/kio/kioreceiver.h:
33744           fix sign comparison issues
33745
33746 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33747
33748         * gst/cdxaparse/gstcdxaparse.c:
33749         * gst/cdxaparse/gstcdxaparse.h:
33750           some renaming
33751           add some checks/sanity
33752           prepare for seek addition
33753
33754         * sys/sunaudio/gstsunaudio.c:
33755           remove exported dupe init function
33756
33757 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
33758
33759         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
33760         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
33761           Fix format conversion and position querying.
33762         * gst/debug/progressreport.c: (gst_progressreport_report):
33763           Don't output a bogus total value that we didn't query.
33764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33765           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
33766           only a blank window after xine has been used.
33767
33768 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33769
33770         * m4/as-arts.m4:
33771           sync with upstream version to fix test on FC2
33772           readd with -ko to preserve Id header
33773
33774 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33775
33776         * configure.ac:
33777           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
33778         * gst/tcp/gsttcpclientsrc.c: idem
33779         * gst/tcp/gsttcpserversink.c: idem
33780         * gst/tcp/gsttcpserversrc.c: idem
33781         * m4/gst-fionread.m4: idem
33782
33783         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
33784
33785         * configure.ac: enable speex plugin for speex 1.1.5+
33786         * ext/speex/gstspeexenc.c: fix cast warning
33787
33788         * ext/esd/README: fix typo
33789
33790 2004-05-20  David Schleef  <ds@schleef.org>
33791
33792         * configure.ac: Minor cosmetic change to convince the buildbot to
33793         reautogen.
33794         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
33795         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
33796         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
33797         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
33798         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
33799         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
33800         More hacking.  Plays audio now.
33801
33802 2004-05-20  David Schleef  <ds@schleef.org>
33803
33804         * configure.ac:
33805         * sys/Makefile.am:
33806
33807 2004-05-20  David Schleef  <ds@schleef.org>
33808
33809         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
33810         * sys/osxaudio/gstosxaudio.c:
33811         * sys/osxaudio/gstosxaudioelement.c:
33812         * sys/osxaudio/gstosxaudioelement.h:
33813         * sys/osxaudio/gstosxaudiosink.c:
33814         * sys/osxaudio/gstosxaudiosink.h:
33815         * sys/osxaudio/gstosxaudiosrc.c:
33816         * sys/osxaudio/gstosxaudiosrc.h:
33817
33818 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33819
33820         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
33821         (gst_vorbisenc_chain):
33822           put the codec headers on the caps as streamheader as well as
33823           pushing them out
33824
33825 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33826
33827         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
33828         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
33829         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
33830         split up push_packet into two functions
33831
33832 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33833
33834         * gst/tcp/.cvsignore:
33835           ignore enums
33836         * gst/tcp/Makefile.am:
33837         * gst/tcp/README:
33838         * gst/tcp/gsttcp.c:
33839         * gst/tcp/gsttcp.h:
33840         * gst/tcp/gsttcpclientsink.c:
33841         * gst/tcp/gsttcpclientsink.h:
33842         * gst/tcp/gsttcpclientsrc.c:
33843         * gst/tcp/gsttcpclientsrc.h:
33844         * gst/tcp/gsttcpplugin.c:
33845         * gst/tcp/gsttcpserversink.c:
33846         * gst/tcp/gsttcpserversink.h:
33847         * gst/tcp/gsttcpserversrc.c:
33848         * gst/tcp/gsttcpserversrc.h:
33849           add new tcp elements
33850
33851 2004-05-19  Wim Taymans  <wim@fluendo.com>
33852
33853         * gst/law/mulaw-conversion.c: (mulaw_encode):
33854         Fix overflow bug in ulaw encoding.
33855
33856 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33857
33858         * ext/mad/gstmad.c: (gst_mad_handle_event):
33859           don't unref the event twice
33860
33861 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33862
33863         * configure.ac:
33864           remove -Wno-sign-compare
33865
33866 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33867
33868         * configure.ac:
33869           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
33870           if you want to work against glib 2.2 and 2.4
33871
33872 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33873
33874         * gst/tcp/Makefile.am:
33875         * gst/tcp/gsttcp.c:
33876         * gst/tcp/gsttcp.h:
33877         * gst/tcp/gsttcpsink.h:
33878         * gst/tcp/gsttcpsrc.h:
33879           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
33880
33881 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33882
33883         * gst/debug/tests.c: (md5_get_value):
33884           fix segfault on gst-inspect
33885
33886 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33887
33888         * gst/debug/testplugin.c:
33889         * gst/debug/tests.c:
33890         * gst/debug/tests.h:
33891           add new extensible and configurable testing element. Current tests
33892           include buffer count, stream length, timestamp/duration matching and
33893           md5.
33894         * gst/debug/Makefile.am:
33895         * gst/debug/gstdebug.c: (plugin_init):
33896           add infrastructure for new element
33897
33898 2004-05-19  Johan Dahlin  <johan@gnome.org>
33899
33900         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
33901         ending of the array. Fixes gst-inspect segfault on ppc.
33902
33903 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33904
33905         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
33906
33907         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
33908
33909 2004-05-18  David Schleef  <ds@schleef.org>
33910
33911         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
33912         warnings (bugs, actually) noticed by gcc but not forte.
33913
33914 2004-05-18  David Schleef  <ds@schleef.org>
33915
33916         * sys/sunaudio/Makefile.am:
33917         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
33918
33919 2004-05-18  David Schleef  <ds@schleef.org>
33920
33921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
33922         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
33923         to allow qtdemux to use non-seekable streams. (bug #142272)
33924
33925 2004-05-18  David Schleef  <ds@schleef.org>
33926
33927         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
33928         (gst_resample_sinc_ft_float): Remove use of static temporary
33929         buffer.  This code was obviously not supposed to last long, but
33930         it's stuck in our ABI, so it required a little hack to make it
33931         ABI-compatible.  Fixes #142585.
33932         * gst-libs/gst/resample/resample.h: same.
33933
33934 2004-05-18  David Schleef  <ds@schleef.org>
33935
33936         * configure.ac: Add sunaudio
33937         * examples/Makefile.am: make gstplay depend on gconf
33938         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
33939         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
33940         (convert_table_lookup), (img_convert): remove c99-isms
33941         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
33942           unsigned, to fix a warning on Solaris
33943         * gst/mpeg1sys/systems.c: bcopy->memcpy
33944         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
33945         * sys/Makefile.am: Add sunaudio
33946
33947 2004-05-18  Wim Taymans  <wim@fluendo.com>
33948
33949         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
33950         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
33951         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
33952         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
33953         (gst_ogg_mux_loop):
33954         Fix an ugly memleak where the muxer didn't flush enough ogg
33955         pages. This also resulted in badly muxed ogg files.
33956
33957 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33958
33959         * gst/asfdemux/asfheaders.c :
33960         * gst/asfdemux/asfheaders.h :
33961         * gst/asfdemux/gstasfdemux.c :
33962           - fix ASF_OBJ_PADDING guid
33963           - add 3 new object guids (language list, metadata,
33964             extended stream properties)
33965           - add a function to parse extended header objects
33966
33967 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33968
33969         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33970           remove leftover debugging g_print
33971
33972 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33973
33974         * ext/mad/gstmad.c: (gst_mad_handle_event):
33975           Fix for when the first format in a discont event is not a
33976           byte-based one. Should fix #137710.
33977
33978 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33979
33980         * m4/a52.m4 : fix compilation with -Wall -Werror
33981         * m4/libfame.m4 : idem
33982         * m4/libmikmod.m4 : idem
33983
33984 2004-05-17  Benjamin Otte  <otte@gnome.org>
33985
33986         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33987           signal the new tags before giving up the reference
33988
33989 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33990
33991         * ext/shout2/gstshout2.c:
33992           use application/ogg instead of application/x-ogg (patch by Patrick
33993           Guimond, fixes #142432)
33994         * sys/oss/gstosselement.c: (gst_osselement_reset),
33995         (gst_osselement_sync_parms):
33996           don't set fragment size unless specified (fixes #142493)
33997
33998 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33999
34000         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34001           fixes #142664
34002
34003 2004-05-17  Benjamin Otte  <otte@gnome.org>
34004
34005         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34006           compute offsets correctly for internal buffers so timestamps are set
34007           correctly when we can't seek. Also handle cases where there are no
34008           offsets. (based on a patch by David Moore, fixes #142507)
34009
34010 2004-05-17  Benjamin Otte  <otte@gnome.org>
34011
34012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34013           use correct variable when determining amount of data to skip so we
34014           don't skip into the void and segfault
34015
34016 2004-05-16  Benjamin Otte  <otte@gnome.org>
34017
34018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34019           Hi, I'm a memleak
34020
34021 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34022
34023         * gst/asfdemux/gstasfdemux.c:
34024           - fix a mem leak and always propagate tags
34025           - add WMV3 to known video codecs (but no decoder yet)
34026           - replace "surplus data" at end of audio header for what
34027             it is : codec specific data
34028           - fix a typo
34029
34030 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34031
34032         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34033
34034         * gst-libs/gst/audio/audioclock.c:
34035           Fix wrong return type (#142205).
34036
34037 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34038
34039         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34040           Ignore CRCs by default (fixes #142566).
34041
34042 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34043
34044         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34045         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34046         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34047         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34048         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34049         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34050           Fix for cases where we fail to attach to a mixer.
34051
34052 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34053
34054         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34055           Don't touch events after not owning them anymore.
34056         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34057         (gst_wavparse_fmt), (gst_wavparse_other),
34058         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34059         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34060         (gst_wavparse_srcpad_event):
34061         * gst/wavparse/gstwavparse.h:
34062           Add seeking, fix querying.
34063
34064 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34065
34066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34067           - process comments even if they don't end with \0\0
34068             g_convert would ignore them if present and works well without them
34069
34070 2004-05-16  Benjamin Otte  <otte@gnome.org>
34071
34072         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34073           simplify caps
34074
34075 2004-05-16  Benjamin Otte  <otte@gnome.org>
34076
34077         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34078           don't write to memory we might not write to - g_convert does that
34079           for us anyway (fixes #142613)
34080         (gst_asf_demux_audio_caps):
34081           comment out gst_util_dump_mem
34082
34083 2004-05-16  Benjamin Otte  <otte@gnome.org>
34084
34085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34086           compute correct expected timestamps after seek (broken since
34087           last commit)
34088         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34089           rename element and debugging category to gdkpixbufscale
34090
34091 2004-05-16  Benjamin Otte  <otte@gnome.org>
34092
34093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34094           add error checking to snd_pcm_delay and remove duplicate call to
34095           snd_pcm_delay that caused issues (see inline code comments)
34096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34097           make more readable and fix return value when snd_pcm_delay fails
34098         (fixes #142586)
34099
34100 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34101         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34102         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34103         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34104         (gst_pixbufscale_link), (gst_pixbufscale_init),
34105         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34106         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34107         (gst_pixbufscale_get_property), (pixbufscale_init):
34108         * ext/gdk_pixbuf/pixbufscale.h:
34109         Add these files I forgot earlier
34110
34111 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34112         * ext/gdk_pixbuf/Makefile.am:
34113         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34114         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34115         Add new pixbufscale element to scale RGB video
34116         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34117         and HYPER interpolation correctly.
34118         * ext/theora/theoraenc.c: (theora_enc_chain),
34119         Discard buffer and return if explicit caps could not be set
34120         (theora_enc_get_property):
34121         Make _get return kbps for the bitrate consistent with
34122         the _set function.
34123
34124
34125 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34126
34127         * ext/libvisual/visual.c: (gst_visual_chain):
34128           add missing visual_audio_analyze
34129
34130 2004-05-14  David Schleef  <ds@schleef.org>
34131
34132         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34133         is killed while we're playing.
34134         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34135         gst_element_no_more_pads().
34136
34137 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34138
34139         * gst-libs/gst/riff/riff-read.c :
34140           - fix INFO tag extraction in RIFF/AVI files
34141             because gst_event_unref (event) also freed taglist
34142           - avoid a mem leak
34143
34144 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34145
34146         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34147         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34148
34149         * gst/auparse/gstauparse.c :
34150           - add code (commented for now) to support audio/x-adpcm on src pad
34151             (we have no decoder for those layout yet)
34152
34153         * gst/cdxaparse/gstcdxaparse.c :
34154         * gst/cdxaparse/gstcdxaparse.h :
34155           - partial rewrite using RiffRead (ripped iain's wavparse code)
34156
34157         * gst/rtp/gstrtpL16enc.c : typo
34158         * gst/rtp/gstrtpgsmenc.c : typo
34159
34160 2004-05-13  Benjamin Otte  <otte@gnome.org>
34161
34162         * configure.ac:
34163           check for exact version of libvisual, it's not supposed to be
34164           API/ABI stable yet
34165
34166 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34167
34168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34169           signal no-more-pads
34170
34171 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34172
34173         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34174         Report which format was used for GST_FORMAT_DEFAULT
34175         * gst/debug/Makefile.am:
34176         * gst/debug/gstdebug.c: (plugin_init):
34177         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34178         (gst_progressreport_class_init), (gst_progressreport_init),
34179         (gst_progressreport_report), (gst_progressreport_set_property),
34180         (gst_progressreport_get_property), (gst_progressreport_chain),
34181         (gst_progressreport_plugin_init):
34182         Add progressreport element for testing.
34183
34184 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34185
34186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34187         * sys/v4l/gstv4lsrc.h:
34188         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34189         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34190         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34191         (gst_v4lsrc_grab_frame):
34192           add more debugging
34193           send a discont at start
34194
34195 2004-05-12  Colin Walters  <walters@redhat.com>
34196
34197         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34198         inflooping if we can't find a chunk.  Or in other words, don't blow
34199         chunks if we don't have a chunk to blow.
34200
34201 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34202         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34203         Remove old debug output
34204         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34205         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34206         (gst_dvdec_set_property), (gst_dvdec_get_property):
34207         Change the quality setting to an enum, so it works from gst-launch
34208         Don't renegotiate a non-linked pad. Allows audio only decoding.
34209         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34210         (gst_deinterlace_link), (gst_deinterlace_init):
34211         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34212         (gst_videodrop_link):
34213         Some caps negotiation fixes
34214
34215 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34216
34217         * ext/tarkin/gsttarkin.c :
34218           - Change RANK from NONE to PRIMARY
34219         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34220           - Change RANK from NONE to MARGINAL
34221         * ext/divx/gstdivxenc.c :
34222           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34223
34224 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34225
34226         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34227         (gst_vorbisenc_push_packet):
34228           copy a function that was added between 1.0 and 1.0.1 until we
34229           depend on worthwhile features of post-1.0
34230
34231 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34232
34233         * configure.ac:
34234           enable shout2 by default
34235         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34236         (gst_shout2send_base_init), (gst_shout2send_init),
34237         (gst_shout2send_connect), (gst_shout2send_change_state):
34238         * ext/shout2/gstshout2.h:
34239           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34240           #142262)
34241         * ext/theora/theora.c: (plugin_init):
34242           don't set rank on encoders
34243
34244 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34245
34246         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34247           Use codec_data property instead of flag1 and flag2 for wma
34248
34249 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34250
34251         * gst/cdxaparse/gstcdxaparse.c :
34252           - Add mpegversion to CAPS to make it link
34253           - Rank is as GST_RANK_SECONDARY instead of NONE
34254         * gst/auparse/gstauparse.c :
34255           - Document all audio encoding we can encounter from Solaris 9
34256             headers and libsndfile information.
34257           - Increase max. rate from 48000 to 192000 (to match other elements)
34258           - Don't try to play junk data between header and samples
34259
34260 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34261
34262         * ext/libvisual/visual.c: (gst_visual_getcaps):
34263           use the right caps depending on endianness (I hope)
34264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34265           use GST_RANK_NONE for all non-decoding elements or spider gets
34266           mighty confused
34267
34268 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34269
34270         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34271           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34272
34273 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34274
34275         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34276         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34277         (gst_switch_loop), (gst_switch_get_type):
34278           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34279           HEADERS. Had to be said.
34280
34281 2004-05-10  David Schleef  <ds@schleef.org>
34282
34283         * configure.ac: Add prototype Dirac support.
34284         * ext/Makefile.am:
34285         * ext/dirac/Makefile.am:
34286         * ext/dirac/gstdirac.cc:
34287         * ext/dirac/gstdiracdec.cc:
34288
34289 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34290
34291         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34292         (gst_auparse_init), (gst_auparse_chain),
34293         (gst_auparse_change_state):
34294           Hack around spider. Remove me some day please.
34295
34296 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34297
34298         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34299           Fix for some uninitialized variables in previous patch, also
34300           makes it work. Fixes #142286 while we're at it.
34301
34302 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34303
34304         * gst/auparse/gstauparse.c:
34305                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34306                 only unsupported formats are ADPCM/CCITT G.72x
34307                 reviewed by Ronald
34308         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34309
34310 2004-05-10  Wim Taymans  <wim@fluendo.com>
34311
34312         * ext/vorbis/Makefile.am:
34313         * ext/vorbis/README:
34314         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34315         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34316         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34317         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34318         (gst_oggvorbisenc_convert_sink),
34319         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34320         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34321         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34322         (get_constraints_string), (update_start_message),
34323         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34324         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34325         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34326         * ext/vorbis/oggvorbisenc.h:
34327         * ext/vorbis/vorbis.c: (plugin_init):
34328         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34329         (raw_caps_factory), (gst_vorbisenc_class_init),
34330         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34331         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34332         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34333         * ext/vorbis/vorbisenc.h:
34334         Added a raw vorbis encoder to be used with the oggmuxer.
34335         We still need the old encoder for some gnome applications,
34336         read the README to find out how that works.
34337         The raw encoder is called "rawvorbisenc" until 0.9.
34338
34339 2004-05-10  Wim Taymans  <wim@fluendo.com>
34340
34341         * ext/ogg/gstogg.c: (plugin_init):
34342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34343         (gst_ogg_print):
34344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34345         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34346         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34347         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34348         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34349         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34350         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34351         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34352         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34353         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34354         Added an ogg muxer.
34355         Small typo fixes in the demuxer.
34356
34357 2004-05-10  Wim Taymans  <wim@fluendo.com>
34358
34359         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34360         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34361         (theora_enc_change_state), (theora_enc_set_property),
34362         (theora_enc_get_property):
34363         Mark the last packet with an EOS flag which is not really needed
34364         in gstreamer.
34365         Do some better video framerate initialisation.
34366         Update the buffer timestamp.
34367
34368 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34369
34370         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34371         Return the result of the parent state change call
34372
34373 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34374
34375         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34376         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34377         * gst/law/alaw-encode.c : (idem)
34378         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34379         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34380         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34381
34382 2004-05-09  Benjamin Otte  <otte@gnome.org>
34383
34384         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34385           don't use a fixed buffer size when writing variable length data to
34386           it. Fixes memory corruption and makes alsasrc work
34387
34388 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34389
34390         * ext/gnomevfs/gstgnomevfssink.c:
34391         (_gst_boolean_allow_overwrite_accumulator),
34392         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34393           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34394           RUN_LAST, and don't use that to set the accumulator value because
34395           then it's always FALSE.
34396
34397 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34398
34399         * gst-libs/gst/riff/riff-media.c:
34400         (gst_riff_create_video_caps_with_data),
34401         (gst_riff_create_audio_caps),
34402         (gst_riff_create_audio_template_caps):
34403         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34404           Fix for unaligned RIFF files (i.e. where all the chunks together
34405           in a LIST chunk are not of the same size as the size given in
34406           the LIST chunk header). Fixes several odd WAVE files. Also fix
34407           ADPCM (block_align property) in audio, so that wavparse based
34408           on this works now as it used to stand-alone.
34409
34410 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34411
34412         reviewed by Benjamin Otte  <otte@gnome.org>
34413
34414         * ext/a52dec/gsta52dec.c:
34415         * ext/divx/gstdivxdec.c:
34416         * ext/divx/gstdivxenc.c:
34417         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34418         * ext/faac/gstfaac.c: (gst_faac_base_init):
34419         * ext/faad/gstfaad.c: (gst_faad_base_init):
34420         * ext/ivorbis/vorbisfile.c:
34421         * ext/lame/gstlame.c:
34422         * ext/libfame/gstlibfame.c:
34423         * ext/mpeg2enc/gstmpeg2enc.cc:
34424         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34425         * ext/sidplay/gstsiddec.cc:
34426         * ext/speex/gstspeexdec.c:
34427         * ext/speex/gstspeexenc.c:
34428         * ext/xvid/gstxviddec.c:
34429         * ext/xvid/gstxvidenc.c:
34430           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34431           (fixes #142193)
34432
34433 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34434
34435         * ext/alsa/gstalsa.c: (device_list),
34436         (gst_alsa_class_probe_devices):
34437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34438           Fix alsa oddness in mixer after the combination of using mixer
34439           in source/sink elements and using hw:x,y instead of just hw:x.
34440
34441 2004-05-09  Benjamin Otte  <otte@gnome.org>
34442
34443         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34444         (gst_wavparse_create_sourcepad):
34445           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34446           sourcepads
34447
34448 2004-05-09  Benjamin Otte  <otte@gnome.org>
34449
34450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34451           allow discont events before caps nego
34452
34453 2004-05-08  Benjamin Otte  <otte@gnome.org>
34454
34455         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34456           don't leak events
34457
34458 2004-05-08  Benjamin Otte  <otte@gnome.org>
34459
34460         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34461         (gst_level_change_state), (gst_level_init):
34462         * gst/level/gstlevel.h:
34463           figure out if we're initialized directly instead of keeping a
34464           variable that's wrong in 90% of cases
34465           don't initialize pads and then leak them and use a new unitialized
34466           pad. (fixes #142084)
34467           these were bugs so n00bish I didn't find them for an hour :/
34468
34469 2004-05-08 Iain <iain@prettypeople.org>
34470
34471         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34472         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34473         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34474         return the length that was read.
34475         (gst_riff_read_strf_auds): Allow fmt tags as well.
34476
34477 2004-05-07  David Schleef  <ds@schleef.org>
34478
34479         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34480         signed char assumption in faad.h.
34481
34482 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34483
34484         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34485           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34486
34487 2004-05-07  Colin Walters  <walters@redhat.com>
34488
34489         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34490         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34491         function.
34492         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
34493         Add dispose function.
34494
34495 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
34496         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
34497           Fix caps nego and pad templates. RGB mode caps should
34498           work now.
34499         * ext/dvdnav/gst-dvd:
34500           Move mpeg2dec inside the thread because otherwise the
34501           queue rejects cap changes mid-stream
34502         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34503         (gst_mpeg2dec_flush_decoder):
34504           For mpeg2dec > 0.4.0, call the flush function instead of
34505           manually extracting all in-flight frames.
34506         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
34507         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
34508           Change mime type video/dv go video/x-dv to match the
34509           rest of gst-plugins
34510
34511 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34512
34513         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
34515         (gst_alsa_sink_class_init):
34516         * ext/alsa/gstalsasink.h:
34517         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
34518         (gst_alsa_src_class_init):
34519         * ext/alsa/gstalsasrc.h:
34520           Make alsasink/src a subclass of alsamixer so that mixer stuff
34521           shows up in gst-rec. Needs some finetuning.
34522
34523 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34524
34525         * ext/lame/gstlame.c: (gst_lame_chain):
34526           simplify
34527         * ext/mad/gstmad.c: (gst_mad_handle_event):
34528           fix event leak
34529         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
34530           be able to detect mp3 files < 4096 bytes
34531
34532 2004-05-06  Wim Taymans  <wim@fluendo.com>
34533
34534         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34535         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34536         (theora_enc_set_property), (theora_enc_get_property):
34537         Also encode the first frame, cleanup some code.
34538
34539 2004-05-06  Wim Taymans  <wim@fluendo.com>
34540
34541         * ext/mpeg2enc/gstmpeg2enc.cc:
34542         Forward events first before deciding that negotiation was
34543         not performed.
34544
34545 2004-05-06  Wim Taymans  <wim@fluendo.com>
34546
34547         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34548         First process the events before deciding that negotiation
34549         was not performed.
34550
34551 2004-05-06  Wim Taymans  <wim@fluendo.com>
34552
34553         * ext/theora/Makefile.am:
34554         * ext/theora/theora.c: (plugin_init):
34555         * ext/theora/theoradec.c: (theora_dec_change_state):
34556         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
34557         (gst_theora_enc_class_init), (gst_theora_enc_init),
34558         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
34559         (theora_enc_chain), (theora_enc_change_state),
34560         (theora_enc_set_property), (theora_enc_get_property):
34561         Added a theora encoder, grouped the encoder and decoder into the
34562         same plugin.
34563
34564 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
34565
34566         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34567         (gst_jpegenc_chain):
34568         fix DURATION on outgoing buffers
34569         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34570         debug using time formats
34571         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34573         (gst_xvimagesink_sink_link):
34574         windows with width/height 0 generate X errors, so don't allow them
34575
34576 2004-05-05  Wim Taymans  <wim@fluendo.com>
34577
34578         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
34579         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
34580         (gst_mpeg2dec_negotiate_format):
34581         * ext/mpeg2dec/gstmpeg2dec.h:
34582           removed the static pad template so that we can add the
34583           more accurate framerate value to the caps.
34584
34585
34586 2004-05-04  Benjamin Otte  <otte@gnome.org>
34587
34588         * configure.ac:
34589           check for kdemacros.h, too (should fix #141821)
34590         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34591           don't crash if no header was sent, but nicely error out (fixes part
34592           of #141554)
34593
34594 2004-05-04  Wim Taymans  <wim@fluendo.com>
34595
34596         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
34597         parent dispose function to avoid segfault on destroy.
34598
34599 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
34600
34601         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34602         (plugin_init):
34603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34604         (gst_xvimagesink_sink_link):
34605         clean up debugging caps
34606         also recreate xvimage when format has changed
34607
34608 2004-05-04  Benjamin Otte  <otte@gnome.org>
34609
34610         * ext/libvisual/Makefile.am:
34611         * ext/libvisual/visual.c: (gst_visual_class_init),
34612         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
34613         (gst_visual_srclink), (gst_visual_chain),
34614         (gst_visual_change_state), (plugin_init):
34615           use a GstAdapter to correctly adapt buffer sizes - allows using a
34616           framerate
34617
34618 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34619
34620         * sys/v4l/gstv4lelement.h:
34621         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
34623         (gst_v4lsrc_buffer_free):
34624         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
34625         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34626         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
34627         (gst_v4lsrc_requeue_frame):
34628         move some debugging categories around
34629         query for fps index and set accordingly if found
34630
34631 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34632
34633         * ext/lame/gstlame.c:
34634         correct defaults that lame_init puts out of range
34635
34636 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34637
34638         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
34639         (gst_divxenc_class_init):
34640         fix range since -1 is the default
34641         * gst/mpeg1sys/gstmpeg1systemencode.c:
34642         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
34643         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
34644         (gst_rtjpegdec_chain):
34645         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
34646         (gst_rtjpegenc_chain):
34647         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
34648         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
34649         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
34650         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
34651         * sys/v4l/gstv4lsrc.c:
34652         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34653         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34654         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34655         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
34656         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
34657           remove gst_info calls
34658
34659 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34660
34661         * Makefile.am:
34662         * po/af.po:
34663         * po/az.po:
34664         * po/en_GB.po:
34665         * po/nl.po:
34666         * po/sr.po:
34667         * po/sv.po:
34668           Updated translations
34669
34670 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34671
34672         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34673           refactor/comment code
34674
34675 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34676
34677         * gst/asfdemux/Makefile.am:
34678         * gst/asfdemux/asfheaders.c:
34679         * gst/asfdemux/asfheaders.h:
34680         * gst/asfdemux/gstasf.c: (plugin_init):
34681         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
34682         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
34683         (gst_asf_demux_setup_pad):
34684         * gst/asfdemux/gstasfdemux.h:
34685         * gst/asfdemux/gstasfmux.c:
34686         * gst/asfdemux/gstasfmux.h:
34687           Add tagging support to demuxer, split out registration in its own
34688           file instead of in demux (hacky), and prevent having some tables
34689           in our memory multiple times (in asfheaders.h).
34690
34691 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34692
34693         * gst/matroska/matroska-demux.c:
34694         (gst_matroska_demux_parse_metadata):
34695         * gst/matroska/matroska-ids.h:
34696           Basic tag reading support.
34697
34698 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34699
34700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
34701           Really detect ac-3 audio.
34702         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
34703           really detect matroska files (off-by-1).
34704
34705 2004-04-30  David Schleef  <ds@schleef.org>
34706
34707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34708         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
34709         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
34710         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
34711         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
34712         hackage -- parse a lot more atoms, extract a few tags.  One might even
34713         mistake this for tag support.  Maybe it is.
34714         * gst/qtdemux/qtdemux.h:
34715
34716 2004-04-30  Colin Walters  <walters@verbum.org>
34717
34718         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
34719
34720 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34721
34722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34723         (gst_ffmpegcolorspace_getcaps):
34724           remove broken nego fix
34725
34726 2004-04-30  Benjamin Otte  <otte@gnome.org>
34727
34728         * configure.ac:
34729         * ext/Makefile.am:
34730         * ext/libvisual/Makefile.am:
34731         * ext/libvisual/visual.c:
34732           add initial support for libvisual (http://libvisual.sourceforge.net)
34733           libvisual is still quite alpha, so expect crashes in there :)
34734
34735 2004-04-29  David Schleef  <ds@schleef.org>
34736
34737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
34738         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
34739         up qtdemux to make it spit out codec_data.  Do _not_ look at this
34740         code; you will no longer respect me.
34741
34742 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34743
34744         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
34745         * ext/alsa/gstalsa.h :
34746         change alsa pcm device discovery to find more than 1 device
34747         per card. code review by Ronald.
34748
34749 2004-04-29  David Schleef  <ds@schleef.org>
34750
34751         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
34752         Add a check for a driver bug on FreeBSD.  (bug #140565)
34753
34754 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
34755
34756         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
34757         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34758         (gst_jpegenc_getcaps):
34759           move format setting to inner loop
34760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34761         (gst_ffmpegcolorspace_getcaps):
34762           use GST_PAD_CAPS if available so that we use already negotiated
34763           caps
34764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34765         (qtdemux_parse_moov), (qtdemux_parse):
34766           extra debugging
34767         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
34768         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
34769           move hardcoded path to DEFINE
34770
34771 2004-04-28  David Schleef  <ds@schleef.org>
34772
34773         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
34774         (bug #140064)
34775
34776 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34777
34778         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
34779           Don't probe for playback device if we're a source element. Fixes
34780           #139658.
34781
34782 2004-04-29  Benjamin Otte  <otte@gnome.org>
34783
34784         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34785         (gst_id3_tag_chain):
34786           rewrite buffer offset
34787
34788 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34789
34790         * configure.ac:
34791         * ext/Makefile.am:
34792         * ext/dts/Makefile.am:
34793         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
34794         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
34795         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
34796         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
34797         (gst_dtsdec_loop), (gst_dtsdec_change_state),
34798         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
34799         (plugin_init):
34800         * ext/dts/gstdtsdec.h:
34801           New DTS decoder.
34802         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
34803         (gst_faad_srcconnect):
34804           Add ESDS atom handling (.m4a).
34805
34806 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34807
34808         * ext/divx/gstdivxdec.c: (plugin_init):
34809           Remove comment that makes no sense.
34810         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
34811           Fix for obvious typo that resulted in warnings during gst-register.
34812         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
34813         (gst_xviddec_sink_link):
34814           Fix caps negotiation a bit better.
34815         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
34816           We call this 'codec_data', not 'esds'.
34817
34818 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34819
34820         * gst/monoscope/gstmonoscope.c:
34821           make sure we only provide 256x128
34822         * gst/monoscope/monoscope.c: (monoscope_init):
34823           assert size of 256x128
34824
34825 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34826
34827         * Makefile.am:
34828         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
34829         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
34830           fixate to max width and height of device
34831
34832 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34833
34834         * Makefile.am:
34835         * sys/v4l/gstv4l.c:
34836         * sys/v4l/gstv4lsrc.c:
34837         * sys/v4l/v4l_calls.c:
34838         * sys/v4l/v4lsrc_calls.c:
34839           fix for qc-usb driver which fakes having more than one buffer
34840           by handing the same buffer twice, which confused GStreamer's/v4lsrc
34841           buffer_free override
34842           add debugging
34843
34844 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34845
34846         * Makefile.am:
34847         * gst/videotestsrc/gstvideotestsrc.c:
34848         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
34849         (gst_videotestsrc_init), (gst_videotestsrc_get),
34850         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
34851         * gst/videotestsrc/gstvideotestsrc.h:
34852           add num-buffers property
34853
34854         2004-04-26  Benjamin Otte  <otte@gnome.org>
34855
34856         * ext/mad/gstid3tag.c: (plugin_init):
34857           set id3mux rank to NONE so it doesn't confuse spider
34858           require audio/mpeg,mpegversion=1 in id3mux
34859
34860 2004-04-26  Benjamin Otte  <otte@gnome.org>
34861
34862         * configure.ac:
34863           detect faad correctly as non-working if it's indeed non-working
34864
34865 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34866
34867         * Makefile.am:
34868         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34869         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
34870         fix _getcaps so it only negotiates to its supported format
34871
34872 2004-04-25  Benjamin Otte  <otte@gnome.org>
34873
34874         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34875           fix memleak
34876
34877 2004-04-23  Benjamin Otte  <otte@gnome.org>
34878
34879         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
34880           audio/x-raw-int with height rules! not. Now it's depth.
34881
34882 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34883
34884         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
34885         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34886         (gst_wavparse_loop):
34887           Missing variable initialization. Add handling of DVI ADPCM. Fix
34888           mis-parsing of LIST chunks. This works around a bug where we mis-
34889           parse non-aligning LIST chunks (so LIST chunks where the contents
34890           don't align with the actual LIST size). The correct fix is to use
34891           rifflib, I'm not going to fix wavparse - too much work. All this
34892           fixes #104878.
34893
34894 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34895
34896         reviewed by Benjamin Otte  <otte@gnome.org>
34897
34898         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
34899           fix shoutcast not working (fixes #140844)
34900
34901 2004-04-22  Benjamin Otte  <otte@gnome.org>
34902
34903         * ext/hermes/gsthermescolorspace.c:
34904         (gst_hermes_colorspace_caps_remove_format_info):
34905         * gst/colorspace/gstcolorspace.c:
34906         (gst_colorspace_caps_remove_format_info):
34907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34908         (gst_ffmpegcolorspace_caps_remove_format_info):
34909           s/gst_caps_simplify/gst_caps_do_simplify/
34910
34911 2004-04-22  Benjamin Otte  <otte@gnome.org>
34912
34913         * gst-libs/gst/riff/riff-media.c:
34914         (gst_riff_create_video_caps_with_data):
34915           mpegversion is an int
34916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
34917           don't try to create pad templates with NULL caps, use any caps
34918           instead.
34919
34920 2004-04-20  David Schleef  <ds@schleef.org>
34921
34922         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
34923         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
34924         (bug #140384)
34925
34926 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
34927
34928         reviewed by David Schleef
34929
34930         * ext/mad/gstid3tag.c: Add stdlib.h
34931         * gst/rtp/gstrtpgsmenc.c: same
34932         * gst/tags/gstid3tag.c: same
34933         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
34934         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
34935         GST_DISABLE_LOADSAVE use.
34936         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
34937         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
34938         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
34939         atol(3)).
34940         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
34941         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
34942         strtoul(3)).
34943         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
34944         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
34945         $(ID3_CFLAGS).
34946         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
34947         $(LIBFAME_CFLAGS).
34948
34949 2004-04-20  David Schleef  <ds@schleef.org>
34950
34951         * gst/realmedia/rmdemux.c:  This was supposed to part of the
34952         last checkin.  Same idea.
34953
34954 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
34955
34956         reviewed by David Schleef
34957
34958         * configure.ac: bump required gstreamer version to 0.8.1.1
34959         because of following changes [--ds]
34960
34961         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
34962         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
34963         (gst_riff_read_header):  Use GST_READ_UINT*
34964         macros to access possibly unaligned memory.
34965
34966         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
34967         (mp3_type_find):  Use GST_READ_UINT*
34968         macros to access possibly unaligned memory.
34969         (mp3_type_find, mpeg1_parse_header, qt_type_find)
34970         (speex_type_find): Likewise
34971
34972         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
34973
34974         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
34975         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
34976         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
34977         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
34978         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
34979         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
34980         macros to access possibly unaligned memory.
34981
34982         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
34983         Likewise.
34984
34985         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
34986         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
34987
34988         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34989         Likewise.
34990
34991         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
34992         (gst_mpeg2subt_chain_subtitle): Likewise.
34993
34994         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
34995         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
34996         Likewise.
34997
34998         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
34999         Likewise.
35000
35001         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35002         Likewise.
35003
35004         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35005         Likewise.
35006
35007 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35008
35009         * configure.ac:
35010           update required version of GStreamer because of GST_TIME_FORMAT
35011
35012 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35013
35014         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35015           remove leftover g_print
35016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35017           don't try setting only a subset of the caps. We don't want to kill
35018           autoplugging on purpose
35019
35020 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35021
35022         * sys/ximage/ximagesink.c: (plugin_init):
35023         * sys/xvimage/xvimagesink.c: (plugin_init):
35024           add debugging categories
35025
35026 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35027
35028         * po/en_GB.po:
35029         * po/LINGUAS:
35030           Adding en_GB translation (Gareth Owen)
35031
35032 2004-04-20  David Schleef  <ds@schleef.org>
35033
35034         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35035         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35036         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35037         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35038         A number of new features and hacks to extract the esds atom and
35039         put it into the caps.  (bug #137724)
35040
35041 2004-04-19  David Schleef  <ds@schleef.org>
35042
35043         * gconf/Makefile.am: Fix for non-GNU make
35044         * gst-libs/gst/Makefile.am: Change directory order to handle
35045         GstPlay linking with gstinterfaces
35046         * gst-libs/gst/audio/make_filter: make use of tr portable
35047         * gst-libs/gst/play/Makefile.am: Add intended \
35048         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35049         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35050         function prototype instead of void *.
35051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35052         macro.
35053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35054         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35055         * gst/videofilter/make_filter: make use of tr portable
35056         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35057
35058 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35059
35060         * po/LINGUAS:
35061         * po/uk.po:
35062           Added Ukrainian translation (Maxim V. Dziumanenko)
35063
35064 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35065
35066         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35067         (gst_gsmdec_link), (gst_gsmdec_chain):
35068           Fix capsnego, simplify chain function slightly.
35069         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35070           Add GSM.
35071
35072 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35073
35074         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35075         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35076         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35077           Hack to make wavparse work with spider (always -> sometimes pad).
35078           Fixes #135862 && #140411.
35079
35080 2004-04-18  Benjamin Otte  <otte@gnome.org>
35081
35082         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35083         (gst_osselement_rate_probe_check),
35084         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35085           get rid of \n in debug output
35086
35087 2004-04-17  Iain <iain@prettypeople.org>
35088
35089         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35090         not just EOS.
35091
35092 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35093
35094         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35095         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35096         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35097         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35098         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35099         (gst_id3_tag_change_state), (plugin_init):
35100           deprecate id3tag element and replace with id3demux/id3mux.
35101           great side effect: this ugly file is now even uglier, yay!
35102         * ext/mad/gstmad.h:
35103           remove non-available function
35104           update for new get_type
35105
35106 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35107
35108         * configure.ac:
35109           require mpeg2dec >= 0.4.0
35110
35111 2004-04-17  Benjamin Otte  <otte@gnome.org>
35112
35113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35114         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35115         (gst_xvimagesink_set_xwindow_id):
35116           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35117           assorted cleanup fixes.
35118
35119 2004-04-16  David Schleef  <ds@schleef.org>
35120
35121         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35122         * sys/xvimage/xvimagesink.h: same
35123
35124 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35125
35126         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35127           Fix GST_ELEMENT_ERROR with (NULL)
35128
35129 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35130
35131         * gst-libs/gst/riff/riff-media.c:
35132         (gst_riff_create_video_caps_with_data):
35133           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35134
35135 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35136
35137         * gst-libs/gst/riff/riff-media.c:
35138         (gst_riff_create_video_caps_with_data),
35139         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35140         (gst_riff_create_video_template_caps),
35141         (gst_riff_create_audio_template_caps):
35142         * gst-libs/gst/riff/riff-media.h:
35143         * gst-libs/gst/riff/riff-read.c:
35144         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35145         * gst-libs/gst/riff/riff-read.h:
35146         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35147           Add MS RLE support. I added some functions to read out strf chunks
35148           into strf chunks and the data behind it. This is usually color
35149           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35150           caps creation. Lastly, add ADPCM (similar to wavparse - which
35151           should eventually be rifflib based).
35152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35153         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35154         * gst/matroska/matroska-demux.h:
35155           Remove placeholders for some prehistoric tagging system. Didn't add
35156           support for any tag system really anyway.
35157         * gst/qtdemux/qtdemux.c:
35158           Add support for audio/x-m4a (MPEG-4) through spider.
35159         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35160         (gst_wavparse_loop):
35161           ADPCM support (#135862). Increase max. buffer size because we
35162           cannot split buffers for ADPCM (screws references) and I've seen
35163           files with 2048 byte chunks. 4096 seems safe for now.
35164
35165 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35166
35167         * configure.ac: bump nano to 1
35168
35169 === release 0.8.1 ===
35170
35171 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35172
35173         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35174
35175 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35176
35177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35178           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35179           Fixes #140058
35180
35181 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35182
35183         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35184           lower rank of dvddemux so that it's not used for mpeg playback.
35185
35186 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35187
35188         * configure.ac:
35189           save libs correctly when checking mad
35190
35191 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35192
35193         * ext/mad/gstid3tag.c: (plugin_init):
35194           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35195
35196 2004-04-13  David Schleef  <ds@schleef.org>
35197
35198         * common/m4/gst-feature.m4: Call -config scripts with
35199         --plugin-libs if it is supported.
35200         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35201         JPEG images are image/jpeg.
35202         * gst/debug/Makefile.am:
35203         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35204         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35205         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35206         (gst_negotiation_plugin_init): Add a property that acts like
35207         filter caps.
35208         * testsuite/gst-lint:  Move license checking to be a standard
35209         test.
35210
35211 2004-04-13  David Schleef  <ds@schleef.org>
35212
35213         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35214         patch from Sebastien Cote (bug #139958)
35215
35216 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35217
35218         * examples/gstplay/Makefile.am:
35219         * examples/gstplay/player.c: (main):
35220           make the commandline player example use gconf settings
35221
35222 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35223
35224         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35225         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35226         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35227           init/end library during state transition, not object
35228           creation/disposal.  get rid of custom dispose handler.
35229
35230
35231 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35232
35233         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35234         be a symlink
35235
35236 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35237
35238         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35239           Handle JUNK chunks inside data section. Prevents warnings.
35240
35241 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35242
35243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35244         (gst_riff_create_video_template_caps):
35245           Add MS video v1.
35246         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35247         (gst_avi_demux_stream_data):
35248           Add support for "rec-list" chunks.
35249
35250 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35251
35252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35253           Fix another codecname mismatch.
35254
35255 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35256
35257         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35258           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35259           so that MJPEG plays back.
35260
35261 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35262
35263         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35264         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35265         * gst/mpeg1videoparse/gstmp1videoparse.h:
35266           Fix for some slight mis-cuts in buffer parsing, and for some
35267           potential overflows or faults-causers. Adds disconts. Also fixes
35268           #139105 while we're at it.
35269
35270 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35271
35272         * configure.ac:
35273         * sys/v4l2/gstv4l2element.h:
35274           Workaround for missing struct v4l2_buffer declaration in Suse 9
35275           and Mandrake 10 linux/videodev2.h header file (#135919).
35276
35277 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35278
35279         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35280           Bail out if no filename was given.
35281
35282 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35283
35284         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35285         (gst_v4l2_fourcc_from_structure):
35286           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35287           Y41B somewhere).
35288
35289 2004-04-09  Benjamin Otte  <otte@gnome.org>
35290
35291         * ext/gnomevfs/gstgnomevfssink.c:
35292         (_gst_boolean_allow_overwrite_accumulator),
35293         (gst_gnomevfssink_class_init):
35294           fix erase signal - if any handler returns false the file will not be
35295           overwritten. If no handler is connected, the file will not be
35296           overwritten either.
35297           renamed signal to "allow-overwrite"
35298         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35299           free string when adding it to ID3 failed
35300         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35301           unref event when done
35302         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35303           free caps
35304         * gst/typefind/gsttypefindfunctions.c:
35305         (mpeg_video_stream_type_find):
35306           fix invalid read
35307
35308 2004-04-08  David Schleef  <ds@schleef.org>
35309
35310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35311         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35312
35313 2004-04-08  David Schleef  <ds@schleef.org>
35314
35315         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35316         we don't support (bug #139532)
35317
35318 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35319
35320         * ext/mad/gstmad.c: (gst_mad_handle_event),
35321         (gst_mad_check_caps_reset), (gst_mad_chain),
35322         (gst_mad_change_state):
35323           only set explicit caps if they haven't been set before for
35324           this stream.  MPEG-audio sample rate/channels aren't allowed
35325           to change in-stream.
35326           Fixes #139382
35327
35328 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35329
35330         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35331         (_gst_boolean_did_something_accumulator),
35332         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35333         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35334         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35335         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35336         (gst_gnomevfssink_change_state):
35337           Fix erase signal. Don't erase by default. Remove handoff signal.
35338           Remove erase property. Don't segfault. General cleanup.
35339
35340 2004-04-07  Benjamin Otte  <otte@gnome.org>
35341
35342         * gst-libs/gst/gconf/test-gconf.c: (main):
35343           add missing gst_init
35344
35345 2004-04-07  Benjamin Otte  <otte@gnome.org>
35346
35347         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35348           free the mutexes, too
35349
35350 2004-04-07  Benjamin Otte  <otte@gnome.org>
35351
35352         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35353           actually free the URI string
35354         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35355           compute offset correctly when passing discont events
35356         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35357           don't leak discont events
35358         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35359           add some missing breaks so caps aren't copied randomly
35360         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35361           if we realloc memory, we better use it
35362
35363 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35364
35365         * ext/mad/gstmad.c: (normal_seek):
35366           fix GST_FORMAT_TIME usage
35367
35368 2004-04-05  David Schleef  <ds@schleef.org>
35369
35370         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35371         a deprecated function (hack!)
35372
35373 2004-04-05  Benjamin Otte  <otte@gnome.org>
35374
35375         * ext/esd/esdmon.c: (gst_esdmon_get):
35376           fix nonterminated vararg and memleak
35377
35378 2004-04-05  Benjamin Otte  <otte@gnome.org>
35379
35380         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35381         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35382         (gst_ladspa_set_property), (gst_ladspa_get_property),
35383         (gst_ladspa_instantiate), (gst_ladspa_activate),
35384         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35385           clean up debugging
35386
35387 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35388
35389         reviewed by Benjamin Otte  <otte@gnome.org>
35390
35391         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35392           check for broken LADSPA parameters (fixes #138635)
35393
35394 2004-04-05  Benjamin Otte  <otte@gnome.org>
35395
35396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35397           advertise buffer-frames correctly on sinkpads
35398
35399 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35400
35401         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35402         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35403         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35404         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35405         (gst_mad_check_caps_reset), (gst_mad_chain):
35406         add more debugging, only reset caps when we're not in error state
35407
35408 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35409
35410         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35411
35412 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35413
35414         reviewed by Benjamin Otte  <otte@gnome.org>
35415
35416         * configure.ac:
35417           fix == in test(1) operator
35418
35419 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35420
35421         reviewed by Benjamin Otte  <otte@gnome.org>
35422
35423         * configure.ac:
35424           fix --export-symblos-regex to a working regex.
35425
35426 2004-04-04  Benjamin Otte  <otte@gnome.org>
35427
35428         * sys/oss/.cvsignore:
35429           add for oss_probe
35430
35431 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35432
35433         reviewed by Benjamin Otte  <otte@gnome.org>
35434
35435         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35436           add missing 'new_media' argument (fixes #138168)
35437         * gst/matroska/matroska-demux.c:
35438         (gst_matroska_demux_handle_seek_event):
35439           add vararg terminator (fixes #138169)
35440
35441 2004-04-02  David Schleef  <ds@schleef.org>
35442
35443         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35444         disted (bug #138914)
35445
35446 2004-04-01  Benjamin Otte  <otte@gnome.org>
35447
35448         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35449         (gst_alsa_close_audio):
35450           handle case better where a soundcard can't pause
35451         * ext/ogg/gstoggdemux.c:
35452           don't crash when we get events but don't have pads yet
35453
35454 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35455
35456         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35457           throw an error if we couldn't probe any caps.
35458
35459 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35460
35461         * ext/dvdnav/gst-dvd:
35462         Add a really simple sample DVD player
35463
35464 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35465
35466         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35467         (gst_a52dec_push), (gst_a52dec_handle_event),
35468         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35469         (gst_a52dec_change_state):
35470         * ext/a52dec/gsta52dec.h:
35471           Use a debug category, Output timestamps correctly
35472           Emit tag info, Handle events, tell liba52dec about cpu
35473           capabilities so it can use MMX etc.
35474         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35475           Fix a crasher accessing invalid memory
35476         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35477         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35478         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35479         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35480         (dvdnavsrc_query):
35481           Some support for byte-format seeking.
35482           Small fixes for still frames and menu button overlays
35483         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35484         (gst_mpeg2dec_alloc_buffer):
35485           Use a debug category. Adjust the report level of several items to
35486           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35487           so it doesn't lose the GstBuffer pointer
35488         * gst/debug/Makefile.am:
35489         * gst/debug/gstdebug.c: (plugin_init):
35490         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35491         (gst_navseek_base_init), (gst_navseek_class_init),
35492         (gst_navseek_init), (gst_navseek_seek),
35493         (gst_navseek_handle_src_event), (gst_navseek_set_property),
35494         (gst_navseek_get_property), (gst_navseek_chain),
35495         (gst_navseek_plugin_init):
35496         * gst/debug/gstnavseek.h:
35497           Add the navseek debug element for seeking back and forth in a
35498           video stream using arrow keys.
35499         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
35500         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
35501         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
35502         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
35503         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
35504         (gst_mpeg2subt_parse_header), (gst_get_nibble),
35505         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
35506         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
35507         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
35508         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
35509         * gst/mpeg2sub/gstmpeg2subt.h:
35510           Pretty much a complete rewrite. Now a loopbased element. May still
35511           require work to properly synchronise subtitle buffers.
35512         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
35513         (gst_dvd_demux_send_subbuffer):
35514         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
35515           Don't attempt to create subbuffers of size 0
35516           Reduce a couple of error outputs to warnings.
35517         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
35518         (gst_y4mencode_chain):
35519         Output the y4m frame header correctly.
35520
35521 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35522
35523         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35524           throw errors instead of allowing SIGFPE
35525
35526 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35527
35528         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
35529         (gst_gconf_render_bin_from_key):
35530           leak plugging and style fixing
35531
35532 2004-03-31  David Schleef  <ds@schleef.org>
35533
35534         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
35535         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
35536         (bug #138225)
35537         * gst/debug/Makefile.am:
35538         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
35539         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
35540         plugin.
35541         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
35542         (gst_negotiation_base_init), (gst_negotiation_class_init),
35543         (gst_negotiation_init), (gst_negotiation_getcaps),
35544         (gst_negotiation_pad_link), (gst_negotiation_chain),
35545         (gst_negotiation_set_property), (gst_negotiation_get_property),
35546         (gst_negotiation_plugin_init):  New element to talk about random
35547         negotiation things happening in a pipeline.
35548
35549 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
35550
35551         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35552           fix integer addition with help of Stefan Kost
35553
35554 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
35555
35556         * po/nl.po: updated Dutch translation (Elros Cyriatan)
35557
35558 2004-03-30  David Schleef  <ds@schleef.org>
35559
35560         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
35561         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
35562         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
35563         (bug #137504)
35564         * ext/mpeg2dec/gstmpeg2dec.h:
35565
35566 2004-03-30  David Schleef  <ds@schleef.org>
35567
35568         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
35569
35570 2004-03-30  David Schleef  <ds@schleef.org>
35571
35572         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
35573         Michael Petullo) to handle .mov
35574
35575 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35576
35577         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
35578         (gst_osselement_rate_check_rate):
35579           probe caps correctly for sound cards that only support one format
35580
35581 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35582
35583         * ext/kio/kiosrc.cpp: (process_events):
35584           update handling event processing if inside KDE - untested
35585
35586 2004-03-29  David Schleef  <ds@schleef.org>
35587
35588         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
35589         by 2 to not interfere with other colorspaces.
35590         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
35591         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
35592         one to not interfere with ffmpeg_colorspace.
35593
35594 2004-03-29  David Schleef  <ds@schleef.org>
35595
35596         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
35597         aren't in the caps.
35598         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
35599         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
35600
35601 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35602
35603         * gst-libs/gst/riff/riff-media.c:
35604           fail on error, don't try to set stuff on NULL caps
35605
35606 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35607
35608         * configure.ac:
35609         * ext/Makefile.am:
35610         * ext/kio/Makefile.am:
35611         * ext/kio/kioreceiver.cpp:
35612         * ext/kio/kioreceiver.h:
35613         * ext/kio/kiosrc.cpp:
35614         * ext/kio/kiosrc.h:
35615           add experimental kiosrc plugin
35616         * ext/alsa/gstalsaplugin.c: (plugin_init):
35617           initialize debugging category only when we're sure registering the
35618           plugins worked.
35619
35620 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35621
35622         * examples/gstplay/player.c: (main):
35623         * gst-libs/gst/play/play.c: (gst_play_class_init),
35624         (gst_play_set_location), (gst_play_set_data_src),
35625         (gst_play_set_video_sink), (gst_play_set_audio_sink),
35626         (gst_play_set_visualization), (gst_play_connect_visualization):
35627           check return values of element_set_state and return FALSE where
35628           failed
35629
35630 2004-03-29  Benjamin Otte  <otte@gnome.org>
35631
35632         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35633           try harder to check if an event is really a discont
35634
35635 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35636
35637         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
35638         * po/az.po:
35639
35640 2004-03-28  Benjamin Otte  <otte@gnome.org>
35641
35642         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
35643         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35644         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35645           get rid of non-standard "..." ranges in case statements.
35646
35647 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
35648
35649         * gst/mpegstream/gstmpegdemux.c:
35650         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
35651         specific functionality split to the new dvddemux element.
35652         * gst/mpegstream/gstdvddemux.c:
35653         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
35654         streams, derived from mpegdemux.
35655         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
35656         up. SCR based timestamp rewriting can be turned off (will probably
35657         completely disappear soon).
35658         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
35659         hacking. General cleanup. All printf statements replaced by
35660         debugging messages. Almost complete libdvdnav support.
35661         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
35662         by events. New properties for audio and subpicture languages.
35663         (dvdnavsrc_update_highlight): Now uses events.
35664         (dvdnavsrc_user_op): Cleaned up.
35665         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
35666         based). Lots of cleanup, and propper support for most libdvdnav
35667         events.
35668         (dvdnavsrc_make_dvd_event): New function.
35669         (dvdnavsrc_make_dvd_nav_packet_event): New function.
35670         (dvdnavsrc_make_clut_change_event): New function.
35671
35672 2004-03-26  Benjamin Otte  <otte@gnome.org>
35673
35674         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
35675           fix bug where typefinding would claim it's theora whenever less then
35676           7 bytes of data were available
35677
35678 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35679
35680         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
35681         (gst_alawdec_base_init), (gst_alawdec_class_init),
35682         (gst_alawdec_init), (gst_alawdec_chain):
35683         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
35684         (gst_alawenc_base_init), (gst_alawenc_class_init),
35685         (gst_alawenc_init), (gst_alawenc_chain):
35686         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
35687         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
35688         (gst_mulawdec_init), (gst_mulawdec_chain):
35689         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
35690         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
35691         (gst_mulawenc_init), (gst_mulawenc_chain):
35692           Fix capsnego in all four, remove the unused property functions and
35693           simplify the chain functions slightly. I guess we could use macros
35694           or something similar for those, since the code is so similar, but
35695           I'm currently too lazy...
35696
35697 2004-03-24  David Schleef  <ds@schleef.org>
35698
35699         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35700         (gst_osselement_close_audio), (gst_osselement_probe_caps),
35701         (gst_osselement_get_format_structure),
35702         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
35703         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
35704         (gst_osselement_rate_int_compare): Add code to handle rate probing
35705         (bug #120883)
35706         * sys/oss/gstosselement.h: same
35707         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
35708         Use rate probing provided by osselement.
35709         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
35710
35711 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35712
35713         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
35714         (gst_xvidenc_get_property):
35715           ulong/int mess-up.
35716
35717 2004-03-24  David Schleef  <ds@schleef.org>
35718
35719         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
35720         (gst_speexdec_init):
35721         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
35722         (gst_speexenc_init):  Create the pad template correctly (from
35723         the static pad template, not a NULL pointer.)
35724
35725 2004-03-25  Benjamin Otte  <otte@gnome.org>
35726
35727         * gst/debug/Makefile.am:
35728         * gst/debug/breakmydata.c:
35729           add element that quasi-randomly changes bytes in the stream.
35730           Intended use is robustness checking of demuxers and decoders in
35731           media tests.
35732
35733 2004-03-24  Benjamin Otte  <otte@gnome.org>
35734
35735         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
35736         (gst_alsa_probe_hw_params):
35737         * ext/alsa/gstalsa.h:
35738           debugging output fixes
35739
35740 2004-03-24  Benjamin Otte  <otte@gnome.org>
35741
35742         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
35743           don't g_return_if_fail if element is PLAYING, fail silently as every
35744           other element.
35745         * gst/effectv/gstquark.c: (gst_quarktv_chain):
35746           only fix needed for cast lvalue issues in gst-plugins
35747         * gst/volenv/gstvolenv.c: (gst_volenv_init):
35748           add proxy_getcaps
35749
35750 2004-03-24  Benjamin Otte  <otte@gnome.org>
35751
35752         * gst/level/gstlevel.c: (gst_level_init):
35753           add proxying getcaps function, so level doesn't advertise impossible
35754           caps
35755
35756 2004-03-24  David Schleef  <ds@schleef.org>
35757
35758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35759         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
35760         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
35761         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
35762         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
35763         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
35764         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
35765         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
35766         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
35767         messages.  Divide the chunk size by the compression ratio
35768         (needed for MACE audio)
35769
35770 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35771
35772         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35773           Fix buffer overflow read error.
35774
35775 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35776
35777         * ext/alsa/gstalsa.h:
35778           Remove unused entry.
35779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35780           Add cinepak.
35781         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35782         (gst_videodrop_link), (gst_videodrop_chain):
35783           Fix, sort of. Was horribly broken with new capsnego. Bah...
35784
35785 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
35786
35787         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
35788         (plugin_init):
35789         Add a monkeysaudio typefind function
35790
35791 2004-03-23  Johan Dahlin  <johan@gnome.org>
35792
35793         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
35794         (gst_play_video_fixate): Check so the structure has the field
35795         before trying to fixate them, this makes it possible to have
35796         fakesinks for video and audio output without printing errors on
35797         the output console.
35798
35799 2004-03-22  David Schleef  <ds@schleef.org>
35800
35801         * sys/oss/Makefile.am:
35802         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
35803         (check_rate), (add_rate):  Rate probing test app.
35804
35805 2004-03-21  Benjamin Otte  <otte@gnome.org>
35806
35807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
35808         (_fixate_caps_to_int), (gst_audio_convert_fixate):
35809           add a fixation function that pretty much does the right thing (fixes
35810           #137556)
35811
35812 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
35813
35814         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
35815
35816 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
35817
35818         reviewed by: Benjamin Otte  <otte@gnome.org>
35819
35820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35821           terminate gst_event_new_discontinuous correctly (fixes parts of
35822           #137711)
35823
35824 2004-03-19  David Schleef  <ds@schleef.org>
35825
35826         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
35827         since it doesn't depend on X, and it's part of our ABI.
35828
35829 2004-03-19  Iain <iain@prettypeople.org>
35830
35831         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
35832         is_int in the structure, not the local variable.
35833
35834 2004-03-19  David Schleef  <ds@schleef.org>
35835
35836         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
35837         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
35838         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
35839         Improvements in caps negotiation.
35840
35841 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35842
35843         * po/LINGUAS:
35844         * po/af.po:
35845           adding Afrikaans (Petri Jooste)
35846
35847 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35848
35849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35850         (gst_ffmpegcolorspace_chain):
35851         throw error instead of g_critical (#137588)
35852
35853 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35854
35855         * Makefile.am:
35856         * configure.ac:
35857           dist common and m4 correctly
35858         * po/sv.po:
35859
35860 2004-03-17  David Schleef  <ds@schleef.org>
35861
35862         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
35863         (bug #137348)
35864
35865 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
35866
35867         * po/LINGUAS:
35868         * po/sv.po:
35869           adding Swedish translation (Christian Rose)
35870
35871 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
35872
35873         * Makefile.am: use release.mak
35874
35875 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35876
35877         * common/ChangeLog:
35878         * common/gst-autogen.sh:
35879           add some explanation about the version detection
35880         * configure.ac:
35881           fix X check
35882
35883 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35884
35885         * configure.ac: bump nano to 1
35886
35887 === release 0.8.0 ===
35888
35889 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35890
35891         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
35892
35893 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35894
35895         * configure.ac:
35896           update libtool version
35897         * gst-libs/gst/media-info/Makefile.am:
35898           actually use libtool version
35899
35900 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35901
35902         * configure.ac: fix speex detection to work with 1.0 but not 1.1
35903
35904 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35905
35906         * configure.ac:
35907         * gst-plugins.spec.in:
35908         * pkgconfig/Makefile.am:
35909         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
35910         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35911         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35912         * pkgconfig/gstreamer-libs.pc.in:
35913         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35914         * pkgconfig/gstreamer-play-uninstalled.pc.in:
35915         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
35916         * pkgconfig/gstreamer-plugins.pc.in:
35917           remove @VERSION@ from some of the pc files since core and plugins
35918           are decoupled.
35919           created gstreamer-plugins.pc as it's a better name, but keeping
35920           -libs around for now to get fixes upstream done first.
35921
35922 2004-03-15  Julien MOUTTE <julien@moutte.net>
35923
35924         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
35925         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
35926         * gst-libs/gst/play/play.h:
35927
35928 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35929
35930         * *.c, *.cc: don't mix tabs and spaces
35931
35932 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35933
35934         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
35935           use the new ffmpegcolorspace
35936         * gst-plugins.spec.in:
35937           package new colorspace and media-info
35938         * configure.ac:
35939         * pkgconfig/Makefile.am:
35940           fix some more disting issues
35941         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35942         * pkgconfig/gstreamer-media-info.pc.in:
35943           generate media-info pc files
35944
35945 2004-03-15  Johan Dahlin  <johan@gnome.org>
35946
35947         * *.h: Revert indenting
35948
35949 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35950
35951         * configure.ac:
35952           adding ffmpegcolorspace element
35953         * gst/ffmpegcolorspace/Makefile.am:
35954         * gst/ffmpegcolorspace/avcodec.h:
35955         * gst/ffmpegcolorspace/common.h:
35956         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
35957         * gst/ffmpegcolorspace/dsputil.h:
35958         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
35959         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
35960         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
35961         (gst_ffmpeg_caps_to_pix_fmt):
35962         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
35963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35964         (gst_ffmpegcolorspace_caps_remove_format_info),
35965         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
35966         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
35967         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
35968         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
35969         (gst_ffmpegcolorspace_set_property),
35970         (gst_ffmpegcolorspace_get_property),
35971         (gst_ffmpegcolorspace_register):
35972         * gst/ffmpegcolorspace/imgconvert.c:
35973         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
35974         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
35975         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
35976         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
35977         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
35978         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
35979         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
35980         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
35981         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
35982         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
35983         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
35984         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
35985         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
35986         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
35987         (img_get_alpha_info), (deinterlace_line),
35988         (deinterlace_line_inplace), (deinterlace_bottom_field),
35989         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
35990         * gst/ffmpegcolorspace/imgconvert_template.h:
35991         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
35992         * gst/ffmpegcolorspace/mmx.h:
35993         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
35994           adding ffmpegcolorspace element supplied by Ronald after cleaning
35995           up and pulling in the right bits of upstream source.
35996           I'm sure a better C/compiler wizard could do some cleaning up (for
35997           example use GLIB's malloc stuff), but as a first pass this
35998           works very well
35999
36000 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36001
36002         * ext/alsa/gstalsa.h:
36003           I assume Ronald forgot to commit the change to have cardname
36004           as a struct member.  Expect some public spanking at the next
36005           opportunity.
36006
36007 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36008
36009         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36010         (gst_alsa_open_audio), (gst_alsa_close_audio):
36011         * ext/alsa/gstalsa.c:
36012           Don't open the device if we're a mixer (= padless).
36013         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36014         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36015         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36016           Open mixer during state change rather than during object
36017           initialization. Also, get a device name. Currently in a somewhat
36018           hackish fashion, but I didn't really find something better.
36019
36020 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36021
36022         * *.c, *.h: run gst-indent
36023
36024 2004-03-14  Benjamin Otte  <otte@gnome.org>
36025
36026         * gst/modplug/gstmodplug.cc:
36027         * gst/modplug/gstmodplug.h:
36028           set correct timestamps on outgoing buffers
36029
36030 2004-03-14  Benjamin Otte  <otte@gnome.org>
36031
36032         * gst/modplug/gstmodplug.cc:
36033           handle events - don't do crap when a discont arrives that's not
36034           necessary
36035           This allows correct loading and playback of mods in Rhythmbox
36036
36037 2004-03-14  Benjamin Otte  <otte@gnome.org>
36038
36039         * configure.ac:
36040         * gst-libs/gst/gconf/Makefile.am:
36041         * pkgconfig/Makefile.am:
36042           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36043           they get rebuilt properly
36044         * configure.ac:
36045           when checking for vorbis, try pkgconfig first.
36046         * gst/modplug/gstmodplug.cc:
36047           add fixate function
36048
36049 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36050
36051         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36052           Fix for obvious mistake, where we first shift the offset and then
36053           read a samplesize element assuming the old offset. Note that this
36054           part still has something weird, i.e. my movies containing those
36055           don't actually play well, but at least there's something that looks
36056           like sound now.
36057
36058 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36059         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36060         (plugin_init):
36061         Add a typefind function for speex format
36062
36063 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36064
36065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36066         (gst_asf_demux_setup_pad):
36067           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36068           instead of 0. Reason is simple: some elements have a fps range
36069           of 1-max instead of 0-max. So now ASF video actually works.
36070
36071 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36072
36073         * po/LINGUAS:
36074         * po/sr.po:
36075           adding serbian as a language
36076
36077 2004-03-13  Benjamin Otte  <otte@gnome.org>
36078
36079         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36080           return taglist correctly from _get function, don't gst_pad_push it.
36081           (fixes #137042)
36082
36083 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36084         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36085
36086 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36087
36088         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36089         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36090         (gst_alsa_mixer_track_new):
36091         * ext/alsa/gstalsamixertrack.h:
36092           Fix ancient leftovers... MixerTrack is a GObject.
36093
36094 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36095
36096         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36097         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36098           Don't block during probing...
36099
36100 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36101
36102         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36103         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36104         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36105         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36106         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36107         (gst_alsa_open_audio), (gst_alsa_close_audio):
36108         * ext/alsa/gstalsa.h:
36109           Add propertyprobe interface implementation, add some device-name
36110           property, all this so that it looks good in gnome-volume-control.
36111
36112 2004-03-12  David Schleef  <ds@schleef.org>
36113
36114         * configure.ac: the Hermes library controls hermescolorspace, not
36115         colorspace.
36116         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36117         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36118         not /* */
36119         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36120         * ext/sdl/sdlvideosink.h: ditto.
36121         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36122
36123 2004-03-12  Benjamin Otte  <otte@gnome.org>
36124
36125         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36126         (gst_x_overlay_got_xwindow_id):
36127         * gst-libs/gst/xoverlay/xoverlay.h:
36128           replace XID with unsigned long to get rid of the xlibs dependency in
36129           XOverlay (fixes #137004)
36130
36131 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36132         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36133         (gst_agingtv_setup):
36134         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36135         (gst_dicetv_base_init), (gst_dicetv_class_init),
36136         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36137         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36138         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36139         (gst_edgetv_setup), (gst_edgetv_rgb32):
36140         * gst/effectv/gsteffectv.c:
36141         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36142         (gst_quarktv_set_property):
36143         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36144         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36145         (gst_revtv_setup), (gst_revtv_rgb32):
36146         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36147         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36148         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36149         (gst_shagadelictv_rgb32):
36150         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36151         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36152         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36153         * gst/effectv/gstwarp.c:
36154         Port everything that can be ported to videofilter and fix up the caps.
36155         Can someone with a big-endian machine please check these?
36156
36157 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36158
36159         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36160         (gst_osssink_chain), (gst_osssink_change_state):
36161           Latest fixes for A/V sync, audio playback and such. This is about
36162           all... MPEG playback issues are mostly related to the async build-
36163           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36164
36165 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36166
36167         patch from: Stephane Loeuillet
36168
36169         * configure.ac:
36170           use pkg-config for some libraries, falling back to the old .m4 way
36171           (fixes #131270)
36172         * m4/libdv.m4:
36173           removed
36174
36175 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36176
36177         * configure.ac:
36178         * tools/Makefile.am:
36179         * tools/Makefile.in:
36180         * tools/gst-launch-ext-m.m:
36181         * tools/gst-launch-ext.1.in:
36182         * tools/gst-visualise-m.m:
36183         * tools/gst-visualise.1:
36184         * tools/gst-visualise.1.in:
36185           reorganizing generation of script tools
36186
36187 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36188
36189         * ext/divx/gstdivxdec.c:
36190           Downgrade priority. We prefer ffdec_mpeg4.
36191         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36192         (gst_faad_chain), (gst_faad_change_state):
36193           Fix capsnego. Doesn't work for some sounds because we don't have
36194           a 5:1 to stereo element.
36195         * ext/xvid/gstxvid.c: (plugin_init):
36196           Add priority.
36197         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36198         (gst_osssink_change_state):
36199           Add discont handling.
36200
36201 2004-03-09  Colin Walters  <walters@verbum.org>
36202
36203         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36204         conversion.
36205
36206 2004-03-09  Benjamin Otte  <otte@gnome.org>
36207
36208         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36209           the signals take 2 arguments
36210
36211 2004-03-09  David Schleef  <ds@schleef.org>
36212
36213         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36214         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36215         * ext/alsa/gstalsa.h:
36216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36217
36218 2004-03-09  Benjamin Otte  <otte@gnome.org>
36219
36220         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36221         (gst_mikmod_change_state):
36222         * ext/mikmod/gstmikmod.h:
36223           make mikmod's loop function not loop infinitely and call
36224           gst_element_yield anymore
36225         * gst/modplug/gstmodplug.cc:
36226           fix pad negotiation (fixes #136590)
36227
36228 2004-03-09  David Schleef  <ds@schleef.org>
36229
36230         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36231         doesn't conflict with the internal colorspace plugin.
36232         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36233         satisfy the crappy-ass shell shipped by a certain vendor.
36234         * gst/videofilter/make_filter: same (bug #135299)
36235
36236 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36237
36238         * configure.ac: bump nano to 1
36239
36240 === release 0.7.6 ===
36241
36242 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36243
36244         * configure.in: releasing 0.7.6, "There"
36245
36246 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36247
36248         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36249         * pkgconfig/gstreamer-play.pc.in:
36250           synchronize the two
36251
36252 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36253
36254         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36255         (cdparanoia_open), (cdparanoia_event):
36256           fix/add error handling
36257         * po/POTFILES.in:
36258           add cdparanoia source
36259         * tools/Makefile.am:
36260           make scripts executable
36261
36262 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36263
36264         * configure.ac:
36265         * ext/vorbis/Makefile.am:
36266         * sys/Makefile.am:
36267           remove id3types, vorbisfile and xvideosink from the build (#133783)
36268
36269 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36270
36271         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36272           Fix metadata read crash (#136537).
36273
36274 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36275
36276         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36277         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36278           adding mime types, fixing the one-stop function
36279
36280 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36281
36282         * ext/nas/nassink.c and /ext/nas/nassink.h:
36283         More NAS love from Arwed von Merkatz
36284         So lets all sing 'Can you feel the NAS tonight'
36285
36286 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36287
36288         * tools/gst-launch-ext.in:
36289         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36290
36291 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36292
36293         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36294         (gst_mpeg2dec_init):
36295         remove the user_data pad for now, because it is being used in
36296         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36297         If someone knows how to fix this properly, please do.
36298
36299 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36300
36301         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36302         (gst_osssink_get_time):
36303         add a warning, IMO this won't get triggered anymore, remove later
36304
36305 2004-03-07  David Schleef  <ds@schleef.org>
36306
36307         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36308         format (bug #136470)
36309
36310 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36311
36312         * gst-libs/Makefile.am:
36313         * gst-libs/gst/media-info/Makefile.am:
36314         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36315         (error_callback), (gst_media_info_error_create),
36316         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36317         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36318         * gst-libs/gst/media-info/media-info-priv.h:
36319         * gst-libs/gst/media-info/media-info-test.c: (main):
36320         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36321         (gst_media_info_class_init), (gst_media_info_instance_init),
36322         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36323         (gst_media_info_read_idler), (gst_media_info_read):
36324         * gst-libs/gst/media-info/media-info.h:
36325         fixed, should work now
36326
36327 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36328
36329         * ext/nas/nassink.c:
36330         A bunch of NAS fixes from Arwed von Merkatz
36331
36332 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36333
36334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36335         (qtdemux_parse_trak):
36336           Fix crash (j might be greater than n_samples, in which case we're
36337           writing outside the allocated space for the array) and memleak.
36338
36339 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36340
36341         * sys/oss/gstosssink.c: (gst_osssink_chain):
36342           And another caller that couldn't handle delay < 0 (unsigned
36343           integer overflow). Video now continues playing on an audio
36344           buffer underrun, and the clock continues working. Audio still
36345           stalls.
36346
36347 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36348
36349         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36350         (gst_osssink_get_time):
36351           get_delay() may return values lower than 0. In those cases, we
36352           should not actually cast to *unsigned* int64, that will break
36353           stuff horribly. In my case, it screwed up A/V sync in movies
36354           in totem rather badly.
36355
36356 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36357
36358         * ext/faac/gstfaac.c: (gst_faac_chain):
36359         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36360         * ext/libpng/gstpngenc.c: (user_write_data):
36361         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36362         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36363         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36364         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36365         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36366         of any buffer), should fix some leaks. I hope I didn't unref buffers
36367         that shouldn't be...
36368
36369 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36370
36371         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36372         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36373         (error_callback), (gmi_reset), (gmi_seek_to_track),
36374         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36375         (gmip_find_type_post), (gmip_find_stream_post),
36376         (gmip_find_track_streaminfo_post):
36377         * gst-libs/gst/media-info/media-info-priv.h:
36378         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36379         (info_print), (main):
36380         * gst-libs/gst/media-info/media-info.c:
36381         (gst_media_info_error_create), (gst_media_info_error_element),
36382         (gst_media_info_instance_init), (gst_media_info_get_property),
36383         (gst_media_info_new), (gst_media_info_set_source),
36384         (gst_media_info_read_idler), (gst_media_info_read):
36385         * gst-libs/gst/media-info/media-info.h:
36386           first pass at making this work again.  This seems to work on
36387           tagged ogg/vorbis and mp3 files.
36388
36389 2004-03-06  Benjamin Otte  <otte@gnome.org>
36390
36391         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36392           fix huge leak: gst_buffer_merge doesn't unref the first argument
36393           itself.
36394
36395 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36396
36397         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36398           report layer/mode/emphasis
36399
36400 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36401
36402         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36403
36404 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36405
36406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36407           signal serial
36408
36409 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36410
36411         * ext/vorbis/vorbis.c: (plugin_init):
36412         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36413         (gst_vorbis_dec_init), (vorbis_dec_event):
36414         add debug category
36415         make vorbisdec handle _BYTE and _TIME queries
36416
36417 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36418
36419         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36420           from the xing header
36421
36422 2004-03-06  Benjamin Otte  <otte@gnome.org>
36423
36424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36425         (gst_audio_convert_link), (gst_audio_convert_change_state),
36426         (gst_audio_convert_buffer_from_default_format):
36427           do conversions from/to float correctly, fix some caps nego errors,
36428           export correct supported caps in template and getcaps, use correct
36429           caps in try_set_caps functions
36430
36431 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36432
36433         For some reason, I only committed a ChangeLog entry yesterday and
36434         not the corresponding code...
36435         * ext/mad/gstmad.c: Fix detection of Xing headers
36436         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36437
36438 2004-03-06  Benjamin Otte  <otte@gnome.org>
36439
36440         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36441         (gst_ogg_demux_src_query):
36442           make sure to handle the case where there's no current chain
36443           gracefully.
36444
36445 2004-03-05  David Schleef  <ds@schleef.org>
36446
36447         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36448         Add fixate function. (bug #131128)
36449         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36450         (gst_sdlvideosink_fixate):  Add fixate function.
36451         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36452         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36453         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36454         Fix missing break that was causing ulaw to be interpreted as
36455         raw int.
36456
36457 2004-03-05  David Schleef  <ds@schleef.org>
36458
36459         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36460         Fix code that ignores return value of gst_buffer_merge().
36461         (bug #114560)
36462         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36463         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36464         * testsuite/gst-lint:  Check for above.
36465
36466 2004-03-05  David Schleef  <ds@schleef.org>
36467
36468         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
36469         caps and throw an element error.  (bug #136334)
36470
36471 2004-03-05  David Schleef  <ds@schleef.org>
36472
36473         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36474         (gst_faad_chain): Fix negotiation.
36475         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36476         key and button events.
36477         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36478         dung heap of code.
36479         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36480         depends on gconf
36481         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36482         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36483         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36484         function to encourage better negotiation, particularly between
36485         audioconvert and osssink.
36486         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36487         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
36488         more important.
36489         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
36490         typefinding.
36491         * gst/vbidec/vbiscreen.c:  Add glib header
36492         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
36493
36494 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
36495
36496         * ext/mad/gstmad.c: Fix detection of Xing headers
36497         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36498
36499 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36500
36501         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36502         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
36503           debug updates
36504
36505 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36506
36507         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36508         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
36509         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
36510         files, and report the parsed length as a GST_TAG_DURATION tag.
36511         * gst/tags/gstid3tag.c: support TLEN (duration) tag
36512
36513 2004-03-05  Benjamin Otte  <otte@gnome.org>
36514
36515         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
36516           convert channels correctly. convert correctly to unsigned.
36517
36518 2004-03-05  Julien MOUTTE <julien@moutte.net>
36519
36520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
36521         we have a window before clearing it.
36522
36523 2004-03-05  Julien MOUTTE <julien@moutte.net>
36524
36525         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
36526         have a window before clearing it.
36527
36528 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36529
36530         * gconf/gstreamer.schemas.in:
36531         * gst-libs/gst/gconf/Makefile.am:
36532           version installation path the same way as for 0.6
36533         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36534         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36535         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36536           remove comment that was fixed
36537
36538 2004-03-05  David Schleef  <ds@schleef.org>
36539
36540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
36541         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
36542         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
36543         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
36544         Add prototype code for handling seeking and querying.
36545
36546 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36547
36548         * examples/gstplay/player.c: (main):
36549           Initialize variables to NULL. Prevents a segfault because the
36550           (uninitialized) variable is not NULL, resulting in a crash on
36551           trying to reach error->message.
36552
36553 2004-03-05  Benjamin Otte  <otte@gnome.org>
36554
36555         * gst/audioconvert/gstaudioconvert.c:
36556         (gst_audio_convert_buffer_to_default_format):
36557         make float=>int conversion work correctly even in cornercases.
36558
36559 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
36560
36561         * debian/README.Debian:
36562         * debian/build-deps:
36563         * debian/changelog:
36564         * debian/control:
36565         * debian/control.in:
36566         * debian/copyright:
36567         * debian/gstreamer-a52dec.files:
36568         * debian/gstreamer-aa.files:
36569         * debian/gstreamer-alsa.files:
36570         * debian/gstreamer-alsa.manpages:
36571         * debian/gstreamer-arts.files:
36572         * debian/gstreamer-artsd.files:
36573         * debian/gstreamer-audiofile.files:
36574         * debian/gstreamer-avifile.files:
36575         * debian/gstreamer-cdparanoia.files:
36576         * debian/gstreamer-colorspace.files:
36577         * debian/gstreamer-doc.files:
36578         * debian/gstreamer-dv.files:
36579         * debian/gstreamer-dvd.files:
36580         * debian/gstreamer-esd.files:
36581         * debian/gstreamer-festival.files:
36582         * debian/gstreamer-flac.files:
36583         * debian/gstreamer-gconf.conffiles:
36584         * debian/gstreamer-gconf.files:
36585         * debian/gstreamer-gconf.postinst:
36586         * debian/gstreamer-gnomevfs.files:
36587         * debian/gstreamer-gsm.files:
36588         * debian/gstreamer-http.files:
36589         * debian/gstreamer-jack.files:
36590         * debian/gstreamer-jpeg.files:
36591         * debian/gstreamer-mad.files:
36592         * debian/gstreamer-mikmod.files:
36593         * debian/gstreamer-misc.files:
36594         * debian/gstreamer-mpeg2dec.files:
36595         * debian/gstreamer-oss.files:
36596         * debian/gstreamer-plugin-apps.files:
36597         * debian/gstreamer-plugin-apps.manpages:
36598         * debian/gstreamer-plugin-libs-dev.files:
36599         * debian/gstreamer-plugin-libs.files:
36600         * debian/gstreamer-plugin-template.postinst:
36601         * debian/gstreamer-plugin-template.postrm:
36602         * debian/gstreamer-sdl.files:
36603         * debian/gstreamer-sid.files:
36604         * debian/gstreamer-vorbis.files:
36605         * debian/gstreamer-x.files:
36606         * debian/mk.control:
36607         * debian/rules:
36608         Debian package info not maintained here.
36609
36610 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36611
36612         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
36613         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
36614         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
36615         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
36616         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
36617         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
36618         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
36619         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
36620         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
36621         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
36622         * gst-libs/gst/colorbalance/colorbalance.c:
36623         (gst_color_balance_class_init):
36624         * gst-libs/gst/colorbalance/colorbalancechannel.c:
36625         (gst_color_balance_channel_class_init):
36626         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36627         * gst-libs/gst/play/play.c: (gst_play_class_init):
36628         * gst-libs/gst/propertyprobe/propertyprobe.c:
36629         (gst_property_probe_iface_init):
36630         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
36631         * gst-libs/gst/tuner/tunerchannel.c:
36632         (gst_tuner_channel_class_init):
36633         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
36634         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
36635         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
36636         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
36637         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
36638         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
36639         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
36641         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
36642           fix signals to use - instead of _
36643         * ext/libcaca/gstcacasink.h:
36644         * ext/sdl/sdlvideosink.h:
36645           fix header rename
36646
36647 2004-03-04  David Schleef  <ds@schleef.org>
36648
36649         * testsuite/gst-lint:  Add a check for bad signal names.
36650
36651 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
36652
36653         reviewed by David Schleef
36654
36655         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
36656         modified the alpha channel and caused a warning. (bug #136192)
36657
36658 2004-04-03  Christian Schaller <Uraeus@gnome.org>
36659
36660         * gst-plugins.spec.in:
36661         Change names of plugins to actually be correct. Try to keep things
36662         alphabetical to avoid getting beat up by Thomas
36663
36664 2004-03-03  Julien MOUTTE <julien@moutte.net>
36665
36666         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
36667         Using ximagesink as a default if no gconf key found. We should
36668         probably consider using alsasink instead of osssink for the audio
36669         part.
36670
36671 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36672
36673         * configure.ac:
36674           fix --with-plugins, don't think it ever worked before
36675         * gst-plugins.spec.in:
36676           even more updates
36677
36678 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36679
36680         * ext/sdl/sdlvideosink.h:
36681         * sys/ximage/ximagesink.h:
36682         * sys/xvideo/xvideosink.h:
36683         * sys/xvimage/xvimagesink.h:
36684           Fix for move of gstvideosink.h -> videosink.h.
36685
36686 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36687
36688         * gst-libs/gst/xwindowlistener/Makefile.am:
36689           this is a plugin library, not a library
36690
36691 2004-03-01  David Schleef  <ds@schleef.org>
36692
36693         * AUTHORS:  Added some names.  Add yourself if you're still
36694         missing.
36695
36696 2004-03-01  David Schleef  <ds@schleef.org>
36697
36698         * MAINTAINERS: Add
36699
36700 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36701
36702         * gst-plugins.spec.in: clean up spec file
36703
36704 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36705
36706         * gst-libs/gst/video/Makefile.am:
36707         * gst-libs/gst/video/gstvideosink.c:
36708         * gst-libs/gst/video/gstvideosink.h:
36709           rename gstvideosink.h to videosink.h to match other headers
36710         * gst/mixmatrix/Makefile.am:
36711           fix plugin filename
36712         * gst/tags/Makefile.am: fix plugin filename
36713
36714 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36715
36716         * gst/tags/Makefile.am: fix plugin filename
36717
36718 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36719
36720         * examples/gstplay/player.c: (got_time_tick), (main):
36721           add error handler
36722           display time_tick more readably
36723         * gst/mixmatrix/Makefile.am:
36724           fix plugin file name
36725
36726 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
36727
36728         * sys/oss/gstosselement.c: (gst_osselement_probe),
36729         (device_combination_append), (gst_osselement_class_probe_devices):
36730         * sys/oss/gstosselement.h:
36731           Reworked enumeration of oss dsps and mixers so that gst-mixer works
36732           on my system using alsa oss emulation, fixes bug #135597
36733
36734 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36735
36736         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
36737         (gst_videodrop_chain), (gst_videodrop_change_state):
36738         * gst/videodrop/gstvideodrop.h:
36739           Work based on timestamp of input data, not based on the expected
36740           framerate from the input. The consequence is that this element now
36741           not only scales framerates, but also functions as a framerate
36742           corrector or framerate stabilizer/constantizer.
36743
36744 2004-02-27  David Schleef  <ds@schleef.org>
36745
36746         patches from jmmv@menta.net (Julio M. Merino Vidal)
36747
36748         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
36749         GST_ELEMENT_ERROR call (bug #135634)
36750         * gst/interleave/interleave.c: (interleave_buffered_loop),
36751         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
36752         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
36753         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36754         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
36755         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
36756         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
36757         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
36758         Fix GST_ELEMENT_ERROR call.
36759         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
36760         GST_ELEMENT_ERROR call.
36761
36762 2004-02-27  Benjamin Otte  <otte@gnome.org>
36763
36764         * gst-libs/gst/audio/audio.h:
36765           add macro to make sure header isn't included twice
36766         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
36767           don't use gst_buffer_free
36768         * gst/playondemand/filter.func:
36769           don't use gst_data_free. Free data only once.
36770
36771 2004-02-26  David Schleef  <ds@schleef.org>
36772
36773         * gst-libs/gst/colorbalance/Makefile.am:
36774         * gst-libs/gst/mixer/Makefile.am:
36775         * gst-libs/gst/tuner/Makefile.am:
36776         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
36777         should not be disted, -marshal.h files should not be installed,
36778         and -enum.h files _should_ be installed.  Fix to make this the
36779         case.
36780
36781 === release 0.7.5 ===
36782
36783 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36784
36785         * configure.ac: release 0.7.5, "Under The Sea"
36786
36787 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
36788
36789         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36790         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
36791         * gst/videoscale/gstvideoscale.c:
36792         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
36793           assorted debug/warning fixes
36794
36795 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
36796
36797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36798         (gst_videoscale_init), (gst_videoscale_chain),
36799         (gst_videoscale_set_property), (plugin_init):
36800         * gst/videoscale/gstvideoscale.h:
36801         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
36802         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
36803         (gst_videoscale_planar400), (gst_videoscale_packed422),
36804         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
36805         (gst_videoscale_24bit), (gst_videoscale_16bit),
36806         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
36807         (gst_videoscale_scale_plane_slow),
36808         (gst_videoscale_scale_point_sample),
36809         (gst_videoscale_scale_nearest),
36810         (gst_videoscale_scale_nearest_str2),
36811         (gst_videoscale_scale_nearest_str4),
36812         (gst_videoscale_scale_nearest_32bit),
36813         (gst_videoscale_scale_nearest_24bit),
36814         (gst_videoscale_scale_nearest_16bit):
36815         add debugging category and use it properly
36816         fix use of GST_PTR_FORMAT
36817
36818 2004-02-25  Andy Wingo  <wingo@pobox.com>
36819
36820         * gst/interleave/interleave.c (interleave_buffered_loop): Always
36821         push only when channel->buffer is NULL. Prevents segfaults doing
36822         the state change after a nonlocal exit, like a scheme exception.
36823
36824         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
36825         Handle the case where the intersected caps is empty.
36826
36827 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
36828
36829         * gst/law/mulaw-decode.c: (mulawdec_link):
36830         * gst/law/mulaw.c: (plugin_init):
36831           fix mulawdec so it actually works again
36832
36833 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
36834
36835         reviewed by: David Schleef  <ds@schleef.org>
36836
36837         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
36838         (gst_gamma_init), (gst_gamma_set_property),
36839         (gst_gamma_get_property), (gst_gamma_calculate_tables),
36840         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
36841         for RGB, with separate r g and b correction factors. (#131167)
36842
36843 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
36844
36845         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
36846           only signal tags for bitrate if they're > 0 (#134894)
36847
36848 2004-02-24  David Schleef  <ds@schleef.org>
36849
36850         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
36851         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
36852         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
36853         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
36854         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
36855         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
36856         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
36857         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
36858         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
36859         category.  Attempt to fix timestamp calculation.
36860
36861 2004-02-24  Johan Dahlin  <johan@gnome.org>
36862
36863         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
36864
36865 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
36866
36867         * configure.ac:
36868         * gconf/Makefile.am:
36869         * gconf/gstreamer.schemas:
36870         * gst-libs/gst/gconf/Makefile.am:
36871         * gst-libs/gst/gconf/gconf.c:
36872           version gconf schemas and install locations
36873
36874 2004-02-23  Benjamin Otte  <otte@gnome.org>
36875
36876         * ext/xine/xineinput.c: (gst_xine_input_dispose):
36877         (gst_xine_input_subclass_init):
36878           call parent dispose.
36879           change pad template for CD reader correctly
36880         * ext/xine/Makefile.am:
36881         * ext/xine/gstxine.h:
36882         * ext/xine/xine.c: (plugin_init):
36883         * ext/xine/xineaudiosink.c:
36884           wrap audio sinks, too
36885         * gst-libs/gst/resample/private.h:
36886         * gst-libs/gst/resample/resample.c: (gst_resample_init),
36887         (gst_resample_reinit), (gst_resample_scale),
36888         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
36889         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
36890         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
36891         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
36892         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
36893         * gst-libs/gst/resample/resample.h:
36894         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
36895         (gst_audioscale_class_init), (gst_audioscale_link),
36896         (gst_audioscale_get_buffer), (gst_audioscale_init),
36897         (gst_audioscale_chain), (gst_audioscale_set_property),
36898         (gst_audioscale_get_property):
36899         * gst/audioscale/gstaudioscale.h:
36900           s/resample_*/gst_resample_*/i to not clobber namespaces
36901
36902 2004-02-23  Julien MOUTTE  <julien@moutte.net>
36903
36904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36905         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
36906         (gst_riff_create_video_template_caps),
36907         (gst_riff_create_audio_template_caps),
36908         (gst_riff_create_iavs_template_caps):
36909         * gst-libs/gst/riff/riff-media.h:
36910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
36911         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
36912         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
36913         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
36915         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
36916         (gst_matroska_demux_plugin_init): First batch implementing audio and
36917         video codec tags in demuxers.
36918
36919 2004-02-22  Benjamin Otte  <otte@gnome.org>
36920
36921         * ext/xine/Makefile.am:
36922         * ext/xine/gstxine.h:
36923         * ext/xine/xine.c: (plugin_init):
36924         * ext/xine/xineinput.c:
36925           add input plugin wrapper. Playback from files, http, mms and cdda
36926           works.
36927         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
36928           remove leftover G_GNUC_UNUSED
36929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
36930         (gst_asf_demux_identify_guid):
36931           improve debugging output
36932
36933 2004-02-22  Benjamin Otte  <otte@gnome.org>
36934
36935         reported by: Padraig O'Briain <padraig.obriain@sun.com>
36936
36937         * autogen.sh:
36938           replace test -e with test -x for mkinstalldirs to be more portable.
36939           (fixes #134816)
36940
36941 2004-02-22  Benjamin Otte  <otte@gnome.org>
36942
36943         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
36944
36945         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
36946           set rank to PRIMARY
36947         * gst/volume/gstvolume.c: (plugin_init):
36948           set rank to NONE
36949         fixes #134960
36950
36951 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
36952
36953         reviewed by Benjamin Otte  <otte@gnome.org>
36954
36955         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36956           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
36957
36958 2004-02-22  Benjamin Otte  <otte@gnome.org>
36959
36960         * configure.ac:
36961           export [_]*{gst,Gst,GST}.* symbols from plugins
36962
36963 2004-02-22  Christophe Fergeau <teuf@gnome.org>
36964
36965         reviewed by: Benjamin Otte  <otte@gnome.org>
36966
36967         * ext/lame/gstlame.c: (add_one_tag):
36968         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
36970         (gst_vorbisenc_metadata_set1):
36971         * gst/tags/gstid3tag.c:
36972         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
36973           apply fixes from bugs #135042 (lame can't write tags) and #133817
36974           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
36975
36976 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
36977
36978         * configure.ac: Export only gst_plugin_desc from plugins.
36979          Note that this change only makes any effect with Linux using libtool
36980          1.5.2 or higher. Otherwise it is silently ignored, but it would build
36981          fine. And don't try to have several versions of libtool in different
36982          directories.
36983
36984 2004-02-20  Andy Wingo  <wingo@pobox.com>
36985
36986         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
36987         interleave respectively.
36988
36989         * gst/interleave/deinterleave.c: New plugin: deinterleave
36990         (replaces on oneton).
36991         * gst/interleave/interleave.c: New plugin: interleave.
36992         * gst/interleave/plugin.h: Support file.
36993         * gst/interleave/plugin.c: Support file.
36994
36995         * configure.ac: Remove intfloat and oneton, add interleave.
36996
36997         * ext/sndfile/gstsf.c: Handle events better.
36998
36999         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37000         and float2int operation. int2float has scheduling problems as
37001         noted in in2float_chain.
37002
37003 2004-02-20  Benjamin Otte  <otte@gnome.org>
37004
37005         * ext/xine/Makefile.am:
37006         * ext/xine/gstxine.h:
37007         * ext/xine/xine.c:
37008         * ext/xine/xineaudiodec.c:
37009         * ext/xine/xinecaps.c:
37010           add first version of xine plugin wrapper. Currently only wraps the
37011           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37012         * configure.ac:
37013         * ext/Makefile.am:
37014           add xine plugin wrapper, disabled by default. Use --enable-xine to
37015           build. Note that it'll segfault on gst-register if you don't remove
37016           the goom and tvtime post plugins from xine.
37017         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37018         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37019           add extradata parsing for QDM2.
37020           change around debugging prints.
37021
37022 2004-02-19  Benjamin Otte  <otte@gnome.org>
37023
37024         * ext/lame/gstlame.c: (gst_lame_chain):
37025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37026           use gst_tag_list_insert when you want to insert tags
37027
37028 2004-02-18  David Schleef  <ds@schleef.org>
37029
37030         * configure.ac:  Move massink to gst-rotten
37031         * ext/Makefile.am:
37032         * ext/mas/Makefile.am:
37033         * ext/mas/massink.c:
37034         * ext/mas/massink.h:
37035
37036 2004-02-18  David Schleef  <ds@schleef.org>
37037
37038         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37039         typefinding, since it seems to be worse than nothing.
37040         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37041         atom to recognize .mp4 and .m4a files as video/quicktime.
37042
37043 2004-02-18  David Schleef  <ds@schleef.org>
37044
37045         * gst/sine/demo-dparams.c: (quit_live),
37046         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37047         Use double dparams, not float.
37048         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37049         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37050         sync'd elements don't really work correctly.
37051         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37052         (volume_update_volume), (volume_get_property):  Change dparam
37053         to double.
37054
37055 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37056
37057         * sys/ximage/ximagesink.c:
37058         (gst_ximagesink_xwindow_update_geometry),
37059         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37060         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37061         (gst_ximagesink_init): Rework the way software video scaling works. So
37062         now we check on each chain call if the video frames are feeling the
37063         window. If not we try to renegotiate caps. On failure we memorize that
37064         and we won't try again for that PLAYING sessions.
37065         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37066         failure.
37067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37068         synchronous flag.
37069
37070 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37071
37072         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37073           break up _link so we can give a better debug message for errors
37074
37075 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37076
37077         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37078           set up debug category
37079
37080 2004-02-18  Julien MOUTTE <julien@moutte.net>
37081
37082         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37083         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37084         the way renegotiation work. The event handling function is not taking
37085         care of external windows and renegotiate method check for pad flags
37086         NEGOTIATING. Should fix : #133209
37087
37088 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37089
37090         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37091         pad is negotiating before trying renegotiation.
37092
37093 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37094
37095         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37096           pass on all possible mime types as typefind hints
37097
37098 2004-02-17  Julien MOUTTE <julien@moutte.net>
37099
37100         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37102         possible SHM leak if we crash. All other apps using XShm are doing
37103         that.
37104
37105 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37106
37107         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37108         (gst_ximagesink_expose): Renegotiate size on expose.
37109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37110         size on expose.
37111
37112 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37113
37114         * testsuite/alsa/sinesrc.c:
37115           cosmetic fix to fix compile issue with gcc 2.95.4
37116
37117 2004-02-16  Julien MOUTTE <julien@moutte.net>
37118
37119         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37120         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37121         failed opening the audio device.
37122         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37123         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37124         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37125         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37126         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37127         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37128         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37129         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37130         Removing some useless g_return_if_fail like wingo suggested.
37131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37132         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37133         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37134         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37135         (gst_xvimagesink_update_colorbalance),
37136         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37137         (gst_xvimagesink_xcontext_clear),
37138         (gst_xvimagesink_get_fourcc_from_caps),
37139         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37140         (gst_xvimagesink_set_xwindow_id),
37141         (gst_xvimagesink_colorbalance_list_channels),
37142         (gst_xvimagesink_colorbalance_set_value),
37143         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37144         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37145
37146 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37147
37148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37149           throw error when not negotiated instead of asserting
37150
37151 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37152
37153         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37154         correct data refcounting.
37155
37156 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37157
37158         * gst/switch/gstswitch.c: (gst_switch_change_state),
37159         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37160         change, mostly the EOS flag.
37161
37162 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37163
37164         * examples/gstplay/player.c: (got_eos), (main): Adding some
37165         output for debugging.
37166         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37167         timeouts if we go to any state different from PLAYING.
37168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37169         more EOS bugs in riff lib.
37170
37171 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37172
37173         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37174         visualization until i find a way to fix switch correctly.
37175         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37176         EOS arrives.
37177         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37178         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37179         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37180         Reworked switch to get a more correct behaviour with events and refing
37181         of data stored in sinkpads.
37182         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37183         we don't pull from a pad in EOS.
37184
37185 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37186
37187         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37188           remove v1 tag even if we can't read it (makes sure we don't detect
37189           it again)
37190
37191 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37192
37193         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37194         (gst_alsa_xrun_recovery):
37195         * ext/alsa/gstalsa.h:
37196           try xrun recovery when wait failed. Make xrun recovery function
37197           return TRUE/FALSE to indicate success. (might fix #134354)
37198
37199 2004-02-13  David Schleef  <ds@schleef.org>
37200
37201         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37202         (dynparm_value_changed), (main): Convert from float to double.
37203         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37204
37205 2004-02-13  David Schleef  <ds@schleef.org>
37206
37207         * gst/silence/gstsilence.c: (gst_silence_class_init),
37208         (gst_silence_set_clock), (gst_silence_get),
37209         (gst_silence_set_property), (gst_silence_get_property):
37210         * gst/silence/gstsilence.h: Add sync property.
37211         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37212         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37213         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37214         * gst/sine/gstsinesrc.h: Add sync property.
37215
37216 2004-02-13  David Schleef  <ds@schleef.org>
37217
37218         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37219         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37220
37221 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37222
37223         * configure.ac:
37224         * ext/Makefile.am:
37225         * gst-libs/ext/Makefile.am:
37226           move ffmpeg plugin to gst-ffmpeg module
37227
37228 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37229
37230         * configure.ac: use GST_ARCH to detect architecture
37231
37232 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37233
37234         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37235
37236 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37237
37238         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37239           classify LADSPA plugins based on number of src/sink pads
37240           (#133663, Stefan Kost)
37241         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37242           fix dparams registration
37243           (#133528, Stefan Kost)
37244         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37245           fix use of isprint and use g_ascii_isprint instead
37246           (#133316, Stefan Kost)
37247
37248 2004-02-11  David Schleef  <ds@schleef.org>
37249
37250         Convert a few inner loops to use liboil.  This is currently
37251         optional, and is only enabled if liboil is present (duh!).
37252         * configure.ac: Check for liboil-0.1
37253         * gst/intfloat/Makefile.am:
37254         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37255         (gst_int2float_chain_gint16):
37256         * gst/videofilter/Makefile.am:
37257         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37258         (tablelookup_u8), (gst_videobalance_planar411):
37259         * gst/videotestsrc/Makefile.am:
37260         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37261         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37262         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37263         (paint_hline_RGB565), (paint_hline_xRGB1555):
37264
37265 2004-02-11  David Schleef  <ds@schleef.org>
37266
37267         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37268         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37269         (gst_colorspace_getcaps), (gst_colorspace_link),
37270         (gst_colorspace_base_init), (gst_colorspace_init),
37271         (gst_colorspace_chain), (gst_colorspace_change_state),
37272         (plugin_init): Merge Ronald's patch (bug #117897) and update
37273         for new caps and negotiation.  Seems to work, although it
37274         shows off bugs in lcs.
37275
37276 2004-02-11  David Schleef  <ds@schleef.org>
37277
37278         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37279         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37280
37281 2004-02-11  David Schleef  <ds@schleef.org>
37282
37283         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37284         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37285         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37286         Add server and port properties
37287
37288 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37289
37290         * m4/a52.m4:
37291         * m4/aalib.m4:
37292         * m4/as-ffmpeg.m4:
37293         * m4/as-liblame.m4:
37294         * m4/as-slurp-ffmpeg.m4:
37295         * m4/check-libheader.m4:
37296         * m4/esd.m4:
37297         * m4/freetype2.m4:
37298         * m4/gconf-2.m4:
37299         * m4/glib.m4:
37300         * m4/gst-alsa.m4:
37301         * m4/gst-artsc.m4:
37302         * m4/gst-ivorbis.m4:
37303         * m4/gst-matroska.m4:
37304         * m4/gst-sdl.m4:
37305         * m4/gst-shout2.m4:
37306         * m4/gst-sid.m4:
37307         * m4/gtk.m4:
37308         * m4/libdv.m4:
37309         * m4/libfame.m4:
37310         * m4/libmikmod.m4:
37311         * m4/ogg.m4:
37312         * m4/vorbis.m4:
37313           fix underquotedness of macros (#133800)
37314         * m4/as-avifile.m4:
37315         * m4/xmms.m4:
37316           removed because no longer used
37317
37318 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37319
37320         * configure.ac:
37321           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37322           by autopoint (fixes #132996)
37323
37324 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37325
37326         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37327         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37328         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37329         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37330           fix memleaks
37331
37332 2004-02-11  David Schleef  <ds@schleef.org>
37333
37334         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37335         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37336         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37337         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37338         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37339         (gst_jpegenc_class_init), (gst_jpegenc_init),
37340         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37341         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37342         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37343         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37344
37345 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37346
37347         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37348         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37349         * ext/mikmod/gstmikmod.h:
37350           fix caps negotiation in mikmod
37351         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37352           output debug information
37353
37354 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37355
37356         * gst-libs/gst/colorbalance/Makefile.am:
37357         * gst-libs/gst/navigation/Makefile.am:
37358         * gst-libs/gst/xoverlay/Makefile.am:
37359           remove unused GST_OPT_CFLAGS from Makefiles
37360           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37361
37362 2004-02-07  David Schleef  <ds@schleef.org>
37363
37364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37365         push events to pads that haven't been created (#133508)
37366
37367 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37368
37369         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37370         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37371         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37372         (gst_dvdec_loop), (gst_dvdec_change_state):
37373         Second attempt at committing a working dvdec element.
37374
37375 2004-02-06  David Schleef  <ds@schleef.org>
37376
37377         Build fixes for OS X: (see #129600)
37378         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37379         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37380         (gst_riff_read_strf_iavs):
37381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37382         (gst_avi_demux_stream_odml):
37383         * gst/playondemand/Makefile.am:
37384         * gst/rtp/rtp-packet.c:
37385
37386 2004-02-05  David Schleef  <ds@schleef.org>
37387
37388         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37389         last change, because it Just Doesn't Compile.
37390
37391 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37392
37393         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37394           skip undecodable id3v2 tag instead of keeping it
37395
37396 2004-02-05  David Schleef  <ds@schleef.org>
37397
37398         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37399         Unref leaked buffer.  (Noticed by Ronald)
37400
37401 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37402
37403         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37404         Sync requires with other checks.  >= vs =.
37405
37406 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37407
37408         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37409         (gst_dvdec_video_link), (gst_dvdec_loop):
37410         * ext/dv/gstdvdec.h:
37411           rework the caps negotiation so that dvdec works again instead
37412           of just segfaulting.
37413
37414 === release 0.7.4 ===
37415
37416 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37417
37418         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37419         * configure.ac: changed for release
37420
37421 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37422
37423         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37424         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37425         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37426         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37427           reworked patch by David Lehn to fix libdir and includedir for
37428           uninstalled libraries
37429           removed play and gconf from gstreamer-libs since they have their
37430           own pkgconfig files
37431
37432 2004-02-04  David Schleef  <ds@schleef.org>
37433
37434         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37435         memleak.
37436
37437 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37438
37439         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37440           use correct GST_TAG_ENCODER tag
37441
37442 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37443
37444         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37445           be sure to stop the clock when going to paused
37446         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37447           reset number of transmitted when going to ready.
37448         fixes #132935
37449
37450 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37451
37452         reviewed by Benjamin Otte
37453
37454         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37455           extract track count (fixes #133410)
37456
37457 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37458
37459         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37460           that should be !=, not == (fixes #132519)
37461
37462 2004-02-04  David Schleef  <ds@schleef.org>
37463
37464         Make sure set_explicit_caps() is called before adding pad.
37465         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37466         * gst/id3/gstid3types.c: (gst_id3types_loop):
37467         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37468         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37469
37470 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37471
37472         * configure.ac:
37473           bump nano to 2, first prerelease
37474           put back AM_PROG_LIBTOOL
37475
37476 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37477
37478         * testsuite/alsa/Makefile.am:
37479           these are user test apps, not automatic testsuite tests
37480
37481 2004-02-04  David Schleef  <ds@schleef.org>
37482
37483         Convert GST_DEBUG_CAPS() to GST_DEBUG():
37484         * gst/mpeg1videoparse/gstmp1videoparse.c:
37485         (mp1videoparse_parse_seq):
37486         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37487         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37488         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37489         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37490         (gst_xvideosink_getcaps):
37491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37492         * testsuite/gst-lint: more tests
37493
37494 2004-02-04  David Schleef  <ds@schleef.org>
37495
37496         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
37497         with the code that they would expand to.
37498         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
37499         (gst_flacdec_get_src_query_types),
37500         (gst_flacdec_get_src_event_masks):
37501         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
37502         (gst_gnomevfssrc_get_query_types),
37503         (gst_gnomevfssrc_get_event_mask):
37504
37505 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37506
37507         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37508         (gst_sinesrc_dispose):
37509           fix memleak by properly disposing sinesrc
37510
37511 2004-02-04  Julien MOUTTE  <julien@moutte.net>
37512
37513         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
37514         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
37515         an overlay to redraw the image because it has been exposed.
37516         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
37517         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
37518         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
37519         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
37520         interface
37521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
37522         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
37523         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
37524         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
37525         interface
37526
37527 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37528
37529         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37530           more memleak fixage
37531
37532 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37533
37534         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37535         * gst/typefind/gsttypefindfunctions.c:
37536           fix memleaks shown by gst-typefind
37537
37538 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * common/glib-gen.mak:
37541           add hack rule to touch .Plo files
37542         * gst-libs/gst/colorbalance/Makefile.am:
37543         * gst-libs/gst/mixer/Makefile.am:
37544         * gst-libs/gst/play/Makefile.am:
37545         * gst-libs/gst/tuner/Makefile.am:
37546           remove glib_root variable
37547
37548 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37549
37550         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
37551           set explicit caps before adding the element, so the autopluggers can
37552           plug correctly.
37553         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
37554         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
37555         (mpeg_video_type_find), (mpeg_video_stream_type_find),
37556         (dv_type_find):
37557           fix memleaks in typefind functions. gst_type_find_suggest takes a const
37558           argument.
37559
37560 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
37561
37562         * gst-libs/gst/colorbalance/Makefile.am:
37563         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
37564         * gst-libs/gst/colorbalance/colorbalance.c:
37565         * gst-libs/gst/colorbalance/colorbalance.h:
37566         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
37567         * gst-libs/gst/mixer/Makefile.am:
37568         * gst-libs/gst/mixer/mixer-marshal.list:
37569         * gst-libs/gst/mixer/mixer.c:
37570         * gst-libs/gst/mixer/mixer.h:
37571         * gst-libs/gst/mixer/mixermarshal.list:
37572         * gst-libs/gst/play/Makefile.am:
37573         * gst-libs/gst/play/play.h:
37574         * gst-libs/gst/tuner/Makefile.am:
37575         * gst-libs/gst/tuner/tuner-marshal.list:
37576         * gst-libs/gst/tuner/tuner.c:
37577         * gst-libs/gst/tuner/tuner.h:
37578         * gst-libs/gst/tuner/tunermarshal.list:
37579           use new glib-gen.mak snippet to clean up Makefile.am
37580           fix various bugs in Makefile.am's
37581
37582 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37583
37584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37585           handle chain parsing correctly in the multichain case
37586         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
37587         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
37588         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
37589         (theora_dec_chain):
37590           handle events and queries correctly
37591
37592 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37593
37594         * .cvsignore:
37595         Ignore generated file _stdint.h.
37596
37597 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37598
37599         * gst-libs/gst/colorbalance/Makefile.am:
37600         * gst-libs/gst/colorbalance/colorbalance.h:
37601         * gst-libs/gst/mixer/Makefile.am:
37602         * gst-libs/gst/mixer/mixer.h:
37603         * gst-libs/gst/play/Makefile.am:
37604         * gst-libs/gst/play/play.h:
37605         * gst-libs/gst/tuner/Makefile.am:
37606         * gst-libs/gst/tuner/tuner.h:
37607         Generate enum type code with glib-mkenums.
37608         * gst-libs/gst/colorbalance/.cvsignore:
37609         * gst-libs/gst/mixer/.cvsignore:
37610         * gst-libs/gst/play/.cvsignore:
37611         * gst-libs/gst/tuner/.cvsignore:
37612         Ignore generated files.
37613
37614 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37615
37616         * gst-libs/gst/audio/.cvsignore:
37617         Ignore generated file.
37618         * gst-libs/gst/audio/Makefile.am:
37619         Do not install example filter.
37620
37621 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37622
37623         * examples/switch/.cvsignore:
37624         Ignore generated file.
37625
37626 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37627
37628         * common/m4/ax_create_stdint_h.m4:
37629         * configure.ac:
37630           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
37631           _stdint.h.
37632         * Makefile.am:
37633           remove generated _stdint.h in DISTCLEANFILES
37634         * ext/a52dec/gsta52dec.c:
37635           include _stdint.h for a52dec. (should fix #133064)
37636
37637 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
37638
37639         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
37640         (gst_tag_to_vorbis_comments):
37641         Add replaygain support to vorbistag
37642
37643 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
37644         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
37645         (gst_ffmpeg_caps_to_extradata):
37646           Fix SVQ3 caps flag properties
37647           Use glib macro for bytes swap
37648
37649 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37650
37651         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
37652         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
37653         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
37654         * ext/sndfile/gstsf.c: (plugin_init):
37655         * gst/avi/gstavi.c: (plugin_init):
37656         * sys/dxr3/dxr3init.c: (plugin_init):
37657         * sys/oss/gstossaudio.c: (plugin_init):
37658         * sys/v4l/gstv4l.c: (plugin_init):
37659         * sys/v4l2/gstv4l2.c: (plugin_init):
37660           remove textdomain calls
37661         * po/nl.po:
37662           update Dutch translation
37663
37664 2004-02-02  Julien MOUTTE  <julien@moutte.net>
37665
37666         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37667         (gst_play_set_audio_sink): Moving volume in the audio thread for
37668         instantaneous volume change. Maybe i will add another volume in front
37669         of visualization later, not sure yet though.
37670
37671 2004-02-02  Julien MOUTTE  <julien@moutte.net>
37672
37673         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37674         (gst_ximagesink_handle_xevents): Better X events handling, only take
37675         the latest events for configure and motion.
37676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
37677
37678 2004-02-02  Jon Trowbridge  <trow@gnu.org>
37679
37680         reviewed by: David Schleef  <ds@schleef.org>
37681
37682         Fix memory leaks:
37683         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
37684         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
37685
37686 2004-02-02  David Schleef  <ds@schleef.org>
37687
37688         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
37689         of lines.
37690         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
37691         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37692         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
37693         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
37694         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37695         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
37696         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
37697         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
37698         (gst_float2_2_int_link):
37699         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37700         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
37701         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
37702         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
37703         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
37704         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
37705         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
37706         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
37707         * testsuite/gst-lint: Add tests for bzero and ;;
37708
37709 2004-02-02  David Schleef  <ds@schleef.org>
37710
37711         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
37712
37713 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37714
37715         * ext/aalib/gstaasink.c: (gst_aasink_open):
37716         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
37717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37718         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
37719         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
37720         (gst_afsink_close_file):
37721         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
37722         (gst_afsrc_close_file):
37723         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
37724         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
37725         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
37726         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
37727         * ext/esd/esdmon.c: (gst_esdmon_get):
37728         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
37729         * ext/faac/gstfaac.c: (gst_faac_chain):
37730         * ext/faad/gstfaad.c: (gst_faad_chain):
37731         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
37732         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37733         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
37734         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
37735         (gst_flacdec_loop):
37736         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37737         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37738         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
37739         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
37740         (gst_gnomevfssink_close_file):
37741         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
37742         (gst_gnomevfssrc_open_file):
37743         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
37744         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
37745         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
37746         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
37747         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
37748         * ext/mad/gstmad.c: (gst_mad_chain):
37749         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37750         * ext/mpeg2dec/gstmpeg2dec.c:
37751         * ext/mpeg2enc/gstmpeg2enc.cc:
37752         * ext/mplex/gstmplex.cc:
37753         * ext/mplex/gstmplexibitstream.cc:
37754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
37755         (gst_ogg_demux_push):
37756         * ext/raw1394/gstdv1394src.c:
37757         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
37758         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
37759         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
37760         (gst_sf_loop):
37761         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
37762         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
37763         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
37764         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
37765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37766         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
37767         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
37768         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
37769         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37770         (gst_riff_read_element_data), (gst_riff_read_seek),
37771         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
37772         * gst/adder/gstadder.c: (gst_adder_loop):
37773         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
37774         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
37775         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
37776         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
37777         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
37778         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
37779         * gst/goom/gstgoom.c: (gst_goom_chain):
37780         * gst/id3/gstid3types.c: (gst_id3types_loop):
37781         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37782         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
37783         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
37784         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37785         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
37786         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
37787         (gst_ebml_read_float), (gst_ebml_read_header):
37788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
37789         (gst_matroska_demux_parse_blockgroup):
37790         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
37791         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
37792         * gst/oneton/gstoneton.c: (gst_oneton_chain):
37793         * gst/silence/gstsilence.c: (gst_silence_get):
37794         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37795         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
37796         * gst/speed/gstspeed.c: (speed_loop):
37797         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
37798         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37799         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
37800         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
37801         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37802         (gst_wavparse_loop):
37803         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
37804         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
37805         (dxr3audiosink_close):
37806         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
37807         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
37808         (dxr3videosink_close), (dxr3videosink_write_data):
37809         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37810         * sys/oss/gstosssink.c: (gst_osssink_chain):
37811         * sys/oss/gstosssrc.c: (gst_osssrc_get):
37812         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
37813         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
37814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
37815         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
37816         (gst_v4l_set_window), (gst_v4l_enable_overlay):
37817         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
37818         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
37819         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
37820         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
37821         (gst_v4l_set_audio):
37822         * sys/v4l/v4l_calls.h:
37823         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
37824         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
37825         (gst_v4lmjpegsink_playback_init),
37826         (gst_v4lmjpegsink_playback_start):
37827         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
37828         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
37829         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
37830         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
37831         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
37832         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
37833         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
37834         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37835         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
37836         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
37837         (gst_v4l2_get_output), (gst_v4l2_set_output),
37838         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
37839         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
37840         (gst_v4l2_set_attribute):
37841         * sys/v4l2/v4l2_calls.h:
37842         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
37843         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
37844         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
37845         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
37846         (gst_v4l2src_capture_stop):
37847         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
37848         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
37849         (gst_ximagesink_chain):
37850         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
37851         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
37852         (gst_xvideosink_xwindow_new):
37853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37854         (gst_xvimagesink_chain):
37855
37856 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37857
37858         * gst/volume/gstvolume.c: (gst_volume_set_volume),
37859         (gst_volume_get_volume), (volume_class_init), (volume_init),
37860         (volume_chain_int16), (volume_update_volume):
37861         * gst/volume/gstvolume.h:
37862           make code more readable by removing magic numbers
37863           make mixer interface export 0-100 range
37864           make it internally map to 0.0-1.0 range so users don't distort
37865           output by putting the sliders at full volume
37866
37867 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37868
37869         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
37870         (gst_play_state_change), (gst_play_seek_to_time):
37871         block the tick callback for 0.5 secs after doing a seek
37872
37873 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37874
37875         * gst-libs/gst/play/play.c: (gst_play_new):
37876           check for GError
37877
37878 2004-02-01  Julien MOUTTE  <julien@moutte.net>
37879
37880         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
37881         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
37882         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
37883         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
37884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
37885         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
37886
37887 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37888
37889         * configure.ac:
37890         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37891           check for a function added in vorbis 1.1
37892
37893 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37894
37895         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
37896         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
37897           really start/stop clock only on PLAYING <=> PAUSED
37898         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37899           remove \n from debugging lines
37900         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37901           make it work when seeking does not
37902         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37903           reset on DISCONT
37904
37905 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37906
37907         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
37908           start clock on PAUSED=>PLAYING, not later
37909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
37910           extract correct time for different discont formats
37911         (gst_alsa_sink_get_time):
37912           don't segfault when no format is negotiated yet, just return 0
37913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37914         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
37915         (gst_ogg_pad_push):
37916           handle flush and discont events correctly
37917         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
37918           handle discont events correctly
37919
37920 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37921
37922         * gst-libs/gst/play/play.c: (gst_play_error_quark),
37923         (gst_play_error_create), (gst_play_error_plugin),
37924         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
37925         * gst-libs/gst/play/play.h:
37926           add error handling during creation
37927         * examples/gstplay/player.c: (main):
37928           use new gst_play_new
37929
37930
37931 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37932
37933         * ext/theora/theoradec.c: (theora_dec_chain):
37934           make comments work
37935         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
37936         (vorbis_dec_src_event), (vorbis_dec_chain):
37937           add encoder tag, fix tag reading to be more error tolerant, change
37938           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
37939           gst_pad_event_default.
37940         * gst/tags/gstvorbistag.c:
37941         (gst_tag_list_from_vorbiscomment_buffer):
37942           undefine function specific define at end of function
37943
37944 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
37945
37946         * ext/flac/gstflac.c: (plugin_init):
37947         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
37948         * ext/flac/gstflacdec.h:
37949         * ext/flac/gstflacenc.h:
37950           Fix typos
37951
37952 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
37953
37954         * examples/gstplay/player.c: s/gstplay.h/play.h/
37955
37956 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37957
37958         * gst-libs/gst/play/Makefile.am:
37959         * gst-libs/gst/play/gstplay.c:
37960         * gst-libs/gst/play/gstplay.h:
37961         * gst-libs/gst/play/play.c:
37962           more surgery, operation complete
37963
37964 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37965
37966         * gst-libs/gst/play/play.old.c:
37967         * gst-libs/gst/play/play.old.h:
37968           after CVS surgery by moving, remove
37969         * gst-libs/gst/play/playpipelines.c:
37970           remove
37971
37972         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37973           add negotiation error
37974
37975 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37976
37977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37978         (gst_ogg_demux_push):
37979           add some seeking debug info
37980           send a flush when seeking
37981
37982 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37983
37984         * configure.ac:
37985           use AC_C_INLINE
37986         * configure.ac:
37987         * ext/Makefile.am:
37988         * ext/theora/Makefile.am:
37989         * ext/theora/theoradec.c:
37990           add theora video decoder. Does just do simple decoding for now and
37991           has been tested against Theora cvs only. It only works when theora
37992           is compiled with --enable-static.
37993         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37994           always reset packetno on DISCONT
37995
37996 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37997
37998         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37999           Fix audio.
38000
38001 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38002
38003         * gst/mpegaudioparse/gstmpegaudioparse.c:
38004         (mp3_type_frame_length_from_header):
38005           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38006
38007 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38008
38009         * ext/esd/esdsink.c: (gst_esdsink_init):
38010           Since we have static pad template caps, we don't need to negotiate;
38011           either the core errors out or we know the format.
38012
38013 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38014
38015         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38016         (gst_riff_read_seek):
38017         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38018         (gst_ebml_read_seek):
38019           Fix event handling.
38020
38021 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38022
38023         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38024           removee video/x-theora from vp3 decoder, it doesn't handle raw
38025           theora streams
38026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38027           fix bug with finalizing element that never went to PAUSED
38028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38029           length and position queries were swapped
38030         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38031         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38032         (vorbis_dec_src_event):
38033           implement querying time and bytes
38034
38035 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38036
38037         * just about every source file:
38038           gst_element_error -> GST_ELEMENT_ERROR
38039
38040 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38041
38042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38043         emiting FLUSH and even before DISCONT.
38044         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38045         get the best instant seeking as possible yay!
38046
38047 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38048
38049         * gst/mpeg1videoparse/gstmp1videoparse.c:
38050         (gst_mp1videoparse_real_chain):
38051           Committed wrong version last week... Grr... Didn't notice until now.
38052
38053 2004-01-29  Julien MOUTTE <julien@moutte.net>
38054
38055         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38057         have_xwindow_id signal in xwindow_create.
38058
38059 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38060
38061         * ext/ogg/gstoggdemux.c:
38062           lots of changes - mainly support for chained bitstreams, seeking,
38063           querying and bugfixes of course
38064         * ext/vorbis/Makefile.am:
38065         * ext/vorbis/vorbisdec.c:
38066         * ext/vorbis/vorbisdec.h:
38067           add vorbisdec raw vorbis decoder
38068         * ext/vorbis/vorbis.c: (plugin_init):
38069           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38070         * gst/intfloat/Makefile.am:
38071         * gst/intfloat/float22int.c:
38072         * gst/intfloat/float22int.h:
38073         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38074           add float2intnew plugin. It converts multichannel interleaved float to
38075           multichannel interleaved int. The name should probably be changed.
38076         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38077         (plugin_init):
38078           add typefinding for raw theora video so oggdemux can detect it.
38079
38080 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38081
38082         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38083         sink element first.
38084         * gst/videoscale/gstvideoscale.c:
38085         (gst_videoscale_handle_src_event): Fixing src event handler.
38086
38087 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38088
38089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38090         (gst_v4lsrc_open), (gst_v4lsrc_close),
38091         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38092         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38093         * sys/v4l/gstv4lsrc.h:
38094         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38095         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38096           Implement resizing... Hack. But that's why v4l is b0rked...
38097
38098 2004-01-28  Julien MOUTTE <julien@moutte.net>
38099
38100         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38101         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38102         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38103         (gst_ximagesink_xwindow_destroy):
38104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38105         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38106         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38107         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38108         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38109         correctly cleaning the image created to check xshm calls on succes,
38110         added a lot of XSync calls in X11 functions, and fixed a segfault when
38111         no image format was defined before negotiation happened.
38112
38113 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38114
38115         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38116           use gst_element_get_time to get correct time
38117
38118 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38119
38120         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38121         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38122         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38124         (gst_xvimagesink_check_xshm_calls),
38125         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38126         X plugins are now able to detect that XShm calls will fail even if the
38127         server claims that it has XShm support (remote displays most of the
38128         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38129         so that we use non XShm functions. This feature is almost useless for
38130         xvimagesink as Xv is not supported on remote displays anyway, but
38131         it might happen than even on the local display XShm calls fail.
38132
38133 2004-01-27  David Schleef  <ds@schleef.org>
38134
38135         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38136         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38137         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38138         changed esdsink to only use 44100,16,2, since esd sucks at rate
38139         conversion and esdsink has had difficulty negotiating.
38140
38141 2004-01-27  Julien MOUTTE <julien@moutte.net>
38142
38143         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38144         (gst_play_seek_to_time): Fixing the way to get current position.
38145
38146 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38147
38148         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38149           use gst_element_get_time to get correct time
38150
38151 2004-01-27  Julien MOUTTE <julien@moutte.net>
38152
38153         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38154         fix ever... Inverting 2 lines of code make spider autoplug correctly
38155         tagged mp3 !
38156
38157 2004-01-27  David Schleef  <ds@schleef.org>
38158
38159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38160         Use gst_pad_try_set_caps_nonfixed().
38161
38162 2004-01-27  David Schleef  <ds@schleef.org>
38163
38164         * gst/ac3parse/gstac3parse.c: update to checklist 5
38165         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38166         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38167         * gst/audioscale/gstaudioscale.c: same
38168         * gst/auparse/gstauparse.c: same
38169         * gst/avi/gstavidemux.c: same
38170
38171 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38172
38173         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38174           stop processing after EOS
38175
38176 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38177
38178         * gst/asfdemux/asfheaders.h:
38179         * gst/asfdemux/gstasfdemux.c:
38180         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38181         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38182         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38183           lot's of fixes to make data extraction simpler and get the code
38184           architecture and compiler independant. Add debugging category
38185         * gst/goom/gstgoom.c: (gst_goom_change_state):
38186           reset channel count on PAUSED=>READY, not READY=>PAUSED
38187
38188 2004-01-26  Colin Walters  <walters@verbum.org>
38189
38190         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38191         code to pull a bigger buffer in iradio mode.  This as a side effect
38192         makes typefinding work.
38193
38194 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38195
38196         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38197         Fix SVQ3 decoding on PPC
38198
38199 2004-01-26  Julien MOUTTE <julien@moutte.net>
38200
38201         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38202         that one managed to stay there... Fixed.
38203
38204 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38205
38206         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38207         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38208         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38209         (qtdemux_video_caps):
38210         * gst/qtdemux/qtdemux.h:
38211         Add SVQ3 specific flags to qtdemux and ffmpeg
38212
38213 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38214
38215         * gst-libs/gst/audio/audio.h:
38216           remove buffer-frames from audio caps
38217         * gst/audioconvert/gstaudioconvert.c:
38218           fix plugin to really work.
38219
38220 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38221
38222         * gst-libs/gst/mixer/mixer.c:
38223         * gst-libs/gst/propertyprobe/propertyprobe.c:
38224         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38225         (gst_tuner_find_channel_by_name):
38226         * gst-libs/gst/tuner/tuner.h:
38227           Add gtk-doc style comments. Also fix a function name.
38228
38229 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38230
38231         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38232         (gst_divxdec_negotiate):
38233           Fix for new capsnego - also fixes gst-player with divxdec.
38234
38235 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38236
38237         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38238         (gst_play_identity_handoff), (gst_play_set_location),
38239         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38240         try in visualization implementation. Still have an issue with switch
38241         blocking when pulling from video_queue and only audio comes out of
38242         spider.
38243         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38244         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38245         release method. And check if the pad is usable before pulling.
38246
38247 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38248
38249         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38250         (gst_videobalance_init),
38251         (gst_videobalance_colorbalance_list_channels),
38252         (gst_videobalance_colorbalance_set_value),
38253         (gst_videobalance_colorbalance_get_value),
38254         (gst_videobalance_update_properties),
38255         (gst_videobalance_update_tables_planar411),
38256         (gst_videobalance_planar411):
38257         * gst/videofilter/gstvideobalance.h:
38258           Implement lookup-tables. +/- 10x faster.
38259
38260 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38261
38262         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38263         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38264           The index reading was broken. The rest worked fine, but the whole
38265           goal of my rewrite was to make avidemux readable, and this was
38266           not at all readable. Please use typed variables.
38267
38268 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38269
38270         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38271           Additional pad usability check.
38272         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38273         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38274         (gst_mp1videoparse_real_chain):
38275           Fix MPEG video stream parsing. The original plugin had several
38276           issues, including not timestamping streams where the source was
38277           not timestamped (this happens with PTS values in mpeg system
38278           streams, but MPEG video is also a valid stream on its own so
38279           that needs timestamps too). We use the display time code for that
38280           for now. Also, if one incoming buffer contains multiple valid
38281           frames, we push them all on correctly now, including proper EOS
38282           handling. Lastly, several potential segfaults were fixed, and we
38283           properly sync on new sequence/gop headers to include them in next,
38284           not previous frames (since they're header for the next frame, not
38285           the previous). Also see #119206.
38286         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38287         (bpf_from_header):
38288           Move caps setting so we only do it after finding several valid
38289           MPEG-1 fraes sequentially, not right after the first one (which
38290           might be coincidental).
38291         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38292         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38293         (plugin_init):
38294           Add unsynced MPEG video stream typefinding, and change some
38295           probability values so we detect streams rightly. The idea is as
38296           follows: I can have an unsynced system stream which contains
38297           video. In the current code, I would randomly get a type for either
38298           system or video stream type found, because the probabilities are
38299           being calculated rather randomly. I now use fixed values, so we
38300           always prefer system stream if that was found (and that is how it
38301           should be). If no system stream was found, we can still identity                the stream as video-only.
38302
38303 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38304
38305         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38306         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38307           don't write to buffer. Extract data without the need of
38308           __attribute__ ((packed))
38309
38310 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38311
38312         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38313         (mpeg1_sys_type_find):
38314           Fix MPEG-1 stream typefinding.
38315
38316 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38317
38318         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38319           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38320
38321 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38322
38323         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38324         * ext/esd/gstesd.c: (plugin_init):
38325           private debugging, better error reporting
38326
38327 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38328
38329         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38330         (gst_riff_read_init), (gst_riff_read_change_state):
38331         * gst-libs/gst/riff/riff-read.h:
38332           Remove stuff fromold metadata system.
38333
38334 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38335
38336         * ext/ogg/gstoggdemux.c:
38337           Fix wrong file comment.
38338         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38339         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38340           Add metadata reading properly.
38341
38342 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38343
38344         * ext/Makefile.am:
38345           Fix nas DIST_SUBDIRS
38346           Uraeus:
38347           Fix bug where make distcheck doesn't get run on adding stuff to
38348           the build.
38349
38350 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38351
38352         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38353         * ext/divx/gstdivxdec.h:
38354           Fix divx3 ("msmpeg4") playback using divxdec.
38355
38356 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38357
38358         * gst/typefind/gsttypefindfunctions.c:
38359         (mp3_type_frame_length_from_header): fix bug in length computation
38360         (mp3_type_find): improve debugging output
38361
38362 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38363
38364         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38365         (gst_play_set_location), (gst_play_seek_to_time),
38366         (gst_play_set_audio_sink), (gst_play_set_visualization),
38367         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38368         the pipeline from scratch. Visualization is back and switch went out as
38369         i realized it was not possible to use the way i wanted.
38370         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38371         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38372         clearing in state change from READY to NULL. So that one can clean the
38373         X ressources keeping the element.
38374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38375         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38376         (gst_xvimagesink_colorbalance_set_value),
38377         (gst_xvimagesink_colorbalance_get_value),
38378         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38379         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38380         change from READY to NULL and fixed some stupid bugs in colorbalance
38381         get/set values. Also added the following feature : when nobody tries to
38382         set some values to the colorbalance levels before the xcontext is
38383         grabbed, then when creating channels list from Xv attributes we set the
38384         internal values to the Xv defaults. This way we handle buggy Xv drivers
38385         that set default hue values far from the middle of the range (Thanks
38386         to Jon Trowbridge for pointing that issue).
38387         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38388         colorbalance levels have been set before xcontext is grabbed.
38389
38390 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38391
38392         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38393           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38394           it might block operations (which is bad for a mixer).
38395
38396 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38397
38398         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38399         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38400         (gmip_find_type_pre):
38401         * gst-libs/gst/media-info/media-info-priv.h:
38402         * gst-libs/gst/media-info/media-info.c:
38403         (gst_media_info_instance_init), (gst_media_info_read_idler):
38404         add fakesink to get caps on decoder src pad again
38405         fix callback prototype to match new have_type signal signature
38406
38407 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38408
38409         * gst/adder/gstadder.c: (gst_adder_link):
38410           fix non-compile and cut-n-paste code
38411
38412 2004-01-21  David Schleef  <ds@schleef.org>
38413
38414         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38415         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38416         (gst_swfdec_init), (gst_swfdec_change_state):
38417         * ext/swfdec/gstswfdec.h:
38418         Fix negotiation.
38419         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38420         (gst_adder_request_new_pad): Fix negotiation.
38421         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38422         Add a fixate function.
38423         * gst/intfloat/gstfloat2int.c:
38424         * gst/intfloat/gstfloat2int.h:
38425         * gst/intfloat/gstint2float.c:
38426         * gst/intfloat/gstint2float.h:
38427         Completely rewrite the negotiation.  Doesn't quite work yet,
38428         due to some buffer-frames problem.
38429
38430 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38431
38432         * ext/gnomevfs/gstgnomevfssrc.c:
38433         * sys/v4l2/v4l2_calls.h:
38434           fix includes for distcheck
38435
38436 2004-01-21  Christian Schaller <uraeus@gnome.org>
38437
38438         * ext/nas/
38439         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38440         based on earlier patch from Laurent Vivier
38441
38442 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38443
38444         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38445         Fix wma caps property
38446         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38447         Fix typo (flags1 and flags2)
38448
38449 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38450
38451         * gst-libs/gst/media-info/media-info-priv.c:
38452         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38453         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38454         (gmip_find_stream), (gmip_find_track_metadata),
38455         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38456         (gmip_find_track_format):
38457         * gst-libs/gst/media-info/media-info-priv.h:
38458         * gst-libs/gst/media-info/media-info-test.c: (main):
38459         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38460         (gst_media_info_read_idler), (gst_media_info_read):
38461         * gst-libs/gst/media-info/media-info.h:
38462           register debugging category and use it for debugging
38463
38464 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38465
38466         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38467         (gst_vorbisfile_new_link):
38468           signal streaminfo through tags
38469
38470 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38471
38472         * ext/mplex/gstmplex.cc:
38473         * ext/mplex/gstmplexibitstream.cc:
38474           g++ doesn't like NULL in our i18n/error macros, should be
38475           either (NULL) or ("").
38476
38477 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38478
38479         * sys/dxr3/dxr3audiosink.c:
38480         * sys/dxr3/dxr3init.c:
38481         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38482         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38483           Fix more error error error errors (missing includes here).
38484
38485 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38486
38487         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38488           fix thomas' error errors.
38489
38490 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38491
38492         * ext/mpeg2enc/gstmpeg2enc.cc:
38493           fix error errors.
38494
38495 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38496
38497         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38498         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38499           Fix for new error system.
38500
38501 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38502
38503         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38504           fix for new error reporting
38505
38506 2004-01-20  David Schleef  <ds@schleef.org>
38507
38508         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38509         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
38510         (gst_ximagesink_set_xwindow_id): Change to using a framerate
38511         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
38512         and neither is 100+, most likely.
38513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
38514         (gst_xvimagesink_getcaps): same
38515
38516 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38517
38518         * configure.ac:
38519           Up version requirement to 2.0.3 (not yet released) to avoid symbol
38520           clashes with ffmpeg.
38521
38522 2004-01-20  Julien MOUTTE  <julien@moutte.net>
38523
38524         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
38525         (gst_switch_init): Fixed switch element : proxying link and setting
38526         caps from src to sink on request.
38527
38528 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38529
38530         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
38531         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38532         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38533         fix element_error
38534
38535 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38536
38537         * sys/v4l/v4l_calls.h:
38538         * sys/v4l2/v4l2_calls.h:
38539           element_error fixes
38540
38541 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38542
38543         * gst-libs/gst/gst-i18n-plugin.h:
38544           add locale.h
38545           remove config.h inclusion
38546
38547 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38548
38549         * autogen.sh:
38550           adding autopoint invocation
38551         * Makefile.am:
38552         * configure.ac:
38553         * gst-libs/gst/gettext.h:
38554           adding gettext bits
38555         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38556         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38557         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38558         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38559         (gst_gnomevfssink_close_file):
38560         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
38561         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
38562         * gst-libs/gst/gst-i18n-plugin.h:
38563         * gst/avi/gstavi.c: (plugin_init):
38564         * sys/dxr3/dxr3init.c: (plugin_init):
38565         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
38566         * sys/oss/gstossaudio.c: (plugin_init):
38567         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38568         * sys/v4l/gstv4l.c: (plugin_init):
38569         * sys/v4l/v4l_calls.c: (gst_v4l_open):
38570         * sys/v4l2/gstv4l2.c: (plugin_init):
38571         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38572         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
38573         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
38574         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
38575         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
38576         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
38577           make sure locale and translation domain are set
38578           fix translated strings
38579         * po/.cvsignore:
38580         * po/LINGUAS:
38581         * po/Makevars:
38582         * po/POTFILES.in:
38583         * po/nl.po:
38584           put translation files into place
38585         * sys/xvideo/imagetest.c: (main):
38586         * ext/dv/demo-play.c: (main):
38587           fix unnecessary translations
38588
38589 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
38590
38591         * ext/sndfile/gstsf.c:
38592         * gst/avi/gstavimux.c:
38593         * ext/audiofile/gstafsink.c:
38594         * ext/audiofile/gstafsrc.c:
38595         * ext/gnomevfs/gstgnomevfssink.c:
38596         * ext/gnomevfs/gstgnomevfssrc.c:
38597         * sys/oss/gstosselement.c:
38598         * sys/v4l/v4l_calls.h:
38599           fix i18n include
38600
38601 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38602
38603         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38604         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38605         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38606         (gst_v4l2_get_output), (gst_v4l2_set_output),
38607         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38608         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38609         (gst_v4l2_set_attribute):
38610         update to new error handling
38611
38612 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38613
38614         * ext/sidplay/gstsiddec.cc:
38615         * gst/modplug/gstmodplug.cc:
38616           parenthese NULL because C++ seems angry about it
38617
38618 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38619
38620         * gst-libs/gst/gst-i18n-plugin.h:
38621           add skeleton i18n stuff, but needs to be further implemented
38622
38623 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38624
38625         * examples/gstplay/player.c: (main):
38626         * ext/aalib/gstaasink.c: (gst_aasink_open):
38627         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38629         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38630         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38631         (gst_afsink_close_file):
38632         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38633         (gst_afsrc_close_file):
38634         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38635         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38636         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38637         * ext/esd/esdmon.c: (gst_esdmon_get):
38638         * ext/esd/esdsink.c: (gst_esdsink_chain):
38639         * ext/faac/gstfaac.c: (gst_faac_chain):
38640         * ext/faad/gstfaad.c: (gst_faad_chain):
38641         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38642         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38643         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38644         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38645         (gst_flacdec_loop):
38646         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38647         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38648         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38649         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38650         (gst_gnomevfssink_close_file):
38651         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38652         (gst_gnomevfssrc_open_file):
38653         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38654         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38655         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38656         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38657         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38658         * ext/mad/gstmad.c: (gst_mad_chain):
38659         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38660         * ext/mpeg2dec/gstmpeg2dec.c:
38661         * ext/mpeg2enc/gstmpeg2enc.cc:
38662         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38663         * ext/mplex/gstmplex.cc:
38664         * ext/mplex/gstmplexibitstream.cc:
38665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38666         (gst_ogg_demux_push), (gst_ogg_pad_push):
38667         * ext/raw1394/gstdv1394src.c:
38668         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38669         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38670         * ext/sidplay/gstsiddec.cc:
38671         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38672         (gst_sf_loop):
38673         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38674         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38675         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38676         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38677         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38678         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38679         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38680         * gst-libs/gst/Makefile.am:
38681         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38682         (gst_riff_read_element_data), (gst_riff_read_seek),
38683         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38684         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
38685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38686         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38687         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38688         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38689         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38690         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38691         * gst/goom/gstgoom.c: (gst_goom_chain):
38692         * gst/id3/gstid3types.c: (gst_id3types_loop):
38693         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38694         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38695         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38696         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38697         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38698         (gst_ebml_read_float), (gst_ebml_read_header):
38699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38700         (gst_matroska_demux_parse_blockgroup):
38701         * gst/modplug/gstmodplug.cc:
38702         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38703         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38704         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38705         * gst/silence/gstsilence.c: (gst_silence_get):
38706         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38707         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38708         * gst/speed/gstspeed.c: (speed_loop):
38709         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38710         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38711         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38712         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38713         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38714         (gst_wavparse_loop):
38715         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38716         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38717         (dxr3audiosink_close):
38718         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38719         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38720         (dxr3videosink_close), (dxr3videosink_write_data):
38721         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38722         * sys/oss/gstosselement.h:
38723         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
38724         (gst_osssink_chain):
38725         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38726         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38727         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38728         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38729         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
38730         (gst_v4l_enable_overlay):
38731         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38732         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38733         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38734         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38735         (gst_v4l_set_audio):
38736         * sys/v4l/v4l_calls.h:
38737         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38738         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38739         (gst_v4lmjpegsink_playback_init),
38740         (gst_v4lmjpegsink_playback_start):
38741         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
38742         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
38743         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
38744         (gst_v4lmjpegsrc_requeue_frame):
38745         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38746         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38747         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38748         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38749         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38750         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38751         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38752         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38753         (gst_v4l2src_capture_stop):
38754         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38755         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38756         (gst_ximagesink_chain):
38757         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38758         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38759         (gst_xvideosink_xwindow_new):
38760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38761         (gst_xvimagesink_chain):
38762         use new error signal, function and categories
38763
38764 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
38765
38766         * configure.ac:
38767         * ext/Makefile.am:
38768         * ext/musicbrainz/gsttrm.c:
38769         * ext/musicbrainz/gsttrm.h:
38770         * ext/musicbrainz/Makefile.am:
38771         Add a trm plugin
38772
38773 2004-01-18  Julien MOUTTE  <julien@moutte.net>
38774
38775         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
38776         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
38777         synchronous property for debugging.
38778         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
38779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38780         (gst_xvimagesink_set_property): Moving a pointer declaration to a
38781         smaller block, fixing indent.
38782
38783 2004-01-16  David Schleef  <ds@schleef.org>
38784
38785         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
38786         property affects the video stream.
38787         * sys/xvimage/xvimagesink.c:
38788         * sys/xvimage/xvimagesink.h:
38789         Add synchronous property for debugging.  Should probably be
38790         disabled in non-CVS builds.  Make sure that the Xv attribute
38791         exists before we set it (crash!).  Fix a silly float bug that
38792         caused colorbalance to just not work.
38793
38794 2004-01-17  Christian Schaller <Uraeus@gnome.org>
38795
38796         * tools/gst-launch-ext.in - update for new plugins
38797
38798 2004-01-16  David Schleef  <ds@schleef.org>
38799
38800         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
38801         already-freed caps.
38802
38803 2994-01-16  Christian Schaller <Uraeus@gnome.org>
38804
38805         * Update spec for new colorspace plugin and libcaca plugin
38806         * Fix compilation of libcaca plugin (clock -> id)
38807
38808 2004-01-16  Julien MOUTTE <julien@moutte.net>
38809
38810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
38811         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
38812         (gst_xvimagesink_set_xwindow_id),
38813         (gst_xvimagesink_colorbalance_set_value),
38814         (gst_xvimagesink_colorbalance_get_value),
38815         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38816         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
38817         correct colorbalance properties. They can now be set when the element
38818         is still in NULL state. The values will be committed to the Xv Port
38819         when xcontext is initialized.
38820         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
38821         brightness int values in the GstXvImagesink structure.
38822
38823 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38824
38825         * gst-libs/gst/Makefile.am:
38826           restructure so having local patches works easier.
38827
38828 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38829
38830         * ext/mpeg2enc/Makefile.am:
38831         * ext/mpeg2enc/gstmpeg2enc.cc:
38832         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38833           Bugfix with respect to EOS handling.
38834
38835 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38836
38837         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
38838           Link with right caps (else, it segfaults).
38839         * ext/mplex/gstmplexjob.cc:
38840           Fix for slight API change in 1.6.1.93 release of mjpegtools.
38841
38842 2004-01-15  David Schleef  <ds@schleef.org>
38843
38844         * gst-libs/gst/audio/Makefile.am:
38845         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
38846         from the template.
38847         * gst-libs/gst/audio/gstaudiofilter.c:
38848         * gst-libs/gst/audio/gstaudiofilter.h:
38849         Add bytes_per_sample and size and n_samples calculation.
38850         * gst-libs/gst/audio/gstaudiofilterexample.c:
38851         Remove, now autogenerated.
38852         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
38853         Moved from gstaudiofilterexample, object name changed, code added
38854         so that it actually works.
38855         * gst-libs/gst/audio/make_filter:
38856         Script to build an audiofilter subclass from the template.
38857         * gst/colorspace/Makefile.am:
38858         * gst/colorspace/yuv2yuv.c:
38859         Remove file, since it's GPL, and we don't use it.
38860
38861 2004-01-15  Julien MOUTTE  <julien@moutte.net>
38862
38863         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
38865         them use the buffer free function to test how the buffer was allocated.
38866
38867 2004-01-15  David Schleef  <ds@schleef.org>
38868
38869         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
38870         that handles osssink fallback.
38871         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
38872         (gst_audio_convert_getcaps):
38873         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
38874         Add audio/x-qdm2 for QDM2 audio.
38875         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38876         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
38877         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38878         Decrease minimum size to 16x16.
38879         * gst/wavparse/gstwavparse.c:
38880         Convert disabled pad template caps to new caps.
38881         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
38882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38883         (gst_xvimagesink_chain): Throw element error when display cannot
38884         be opened.  Increase minimum framerate to 1.0.  Check the data
38885         free function on a buffer to make sure it is the type we expect
38886         before manipulating it.
38887
38888 2004-01-15  Julien MOUTTE <julien@moutte.net>
38889
38890         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38891         (gst_videobalance_colorbalance_set_value): Implement passthru if
38892         settings are in the middle.
38893         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
38894
38895 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38896
38897         * gst/videofilter/Makefile.am:
38898         * gst/volume/Makefile.am:
38899           Since we use videofilter symbols, link to it.
38900
38901 2004-01-15  Julien MOUTTE <julien@moutte.net>
38902
38903         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
38904         mixer interface type to HARDWARE.
38905         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
38906         type to SOFTWARE.
38907         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
38908         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
38909         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
38910         (gst_volume_interface_init), (gst_volume_list_tracks),
38911         (gst_volume_set_volume), (gst_volume_get_volume),
38912         (gst_volume_set_mute), (gst_volume_mixer_init),
38913         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
38914         (volume_init): Implementing mixer interface.
38915         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
38916         * sys/oss/gstosselement.c: (gst_osselement_get_type),
38917         (gst_osselement_change_state): Removing some trailing commas in
38918         structures.
38919         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
38920         interface type to HARDWARE.
38921         * sys/v4l/gstv4lcolorbalance.c:
38922         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
38923         type to HARDWARE.
38924         * sys/v4l2/gstv4l2colorbalance.c:
38925         (gst_v4l2_color_balance_interface_init): Setting colorbalance
38926         interface type to HARDWARE.
38927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
38928         same code than ximagesink for event handling.
38929
38930 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38931
38932         * ext/snapshot/Makefile.am:
38933         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
38934         (gst_snapshot_chain):
38935         * ext/snapshot/gstsnapshot.h:
38936           This has to be a joke... Snapshot should be connected to a tee,
38937           colorspace element before it and EOS after that, where the other
38938           src of the tee receives normal data.
38939           The current way is *wrong*.
38940
38941 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38942
38943         * ext/hermes/gsthermescolorspace.c:
38944           Fix another compile error. Same as below.
38945
38946 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38947
38948         * gst/colorspace/gstcolorspace.c:
38949         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
38950         (gst_colorspace_i420_to_yv12):
38951           Fix compiling... Didn't test if it actually works.
38952
38953 2004-01-15  David Schleef  <ds@schleef.org>
38954
38955         * configure.ac:
38956         * gst/colorspace/Makefile.am:
38957         * gst/colorspace/gstcolorspace.c:
38958         * gst/colorspace/gstcolorspace.h:
38959         * gst/colorspace/yuv2rgb.c:
38960         * gst/colorspace/yuv2rgb.h:
38961         Duplicate the ext/hermes colorspace plugin, and remove Hermes
38962         code and GPL code.  Fix for new caps negotiation.  Rewrite
38963         much of the format handling code, and some of the conversion
38964         code.  Basically, rewrote almost everything.  This element
38965         handles I420, YV12 to RGB conversions.
38966         * ext/hermes/Makefile.am:
38967         * ext/hermes/gsthermescolorspace.c:
38968         Rename colorspace to hermescolorspace.  Fix negotiation issues.
38969         Remove non-Hermes related code.  This element handles lots of
38970         RGB to RGB conversions, but no YUV.
38971         * ext/hermes/gstcolorspace.c:
38972         * ext/hermes/gstcolorspace.h:
38973         * ext/hermes/rgb2yuv.c:
38974         * ext/hermes/yuv2rgb.c:
38975         * ext/hermes/yuv2rgb.h:
38976         * ext/hermes/yuv2rgb_mmx16.s:
38977         * ext/hermes/yuv2yuv.c:
38978         * ext/hermes/yuv2yuv.h:
38979         Remove old code.
38980
38981 2004-01-14  Colin Walters  <walters@verbum.org>
38982
38983         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
38984         they've already been.
38985
38986 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38987
38988         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38989           assume tag mode when pad is not connected
38990
38991 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38992
38993         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38994           Don't update the time of the clock
38995         (gst_alsa_sink_loop):
38996           sync to the clock given to alsasink, not the own clock
38997         * sys/oss/gstosssink.c: (gst_osssink_chain):
38998           sync to the clock
38999         (gst_osssink_change_state):
39000           activate the clock
39001         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39003           remove bogus code that made DISCONT events unhandled
39004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39005           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39006           #131502)
39007         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39008         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39009         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39010           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39011           2nd warning in bug #131502)
39012
39013 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39014
39015         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39016         (gst_videobalance_colorbalance_set_value),
39017         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39018         for colorbalance interface implementation.
39019         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39020         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39021         (gst_ximagesink_dispose), (gst_ximagesink_init),
39022         (gst_ximagesink_class_init): Adding DISPLAY property.
39023         * sys/ximage/ximagesink.h: Adding display_name to store display.
39024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39025         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39026         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39027         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39028         properties (they still need polishing though for gst-launch use : no
39029         xcontext yet, i ll do that tomorrow).
39030         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39031
39032 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39033
39034         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39035         (gst_play_set_location), (gst_play_set_visualization): Preparing
39036         switch integration, adding videobalance in the pipeline.
39037
39038 2004-01-14  Julien MOUTTE <julien@moutte.net>
39039
39040         * gst-libs/gst/colorbalance/colorbalance.c:
39041         (gst_color_balance_class_init): Adding a default type.
39042         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39043         the type.
39044         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39045         (gst_videobalance_dispose), (gst_videobalance_class_init),
39046         (gst_videobalance_init), (gst_videobalance_interface_supported),
39047         (gst_videobalance_interface_init),
39048         (gst_videobalance_colorbalance_list_channels),
39049         (gst_videobalance_colorbalance_set_value),
39050         (gst_videobalance_colorbalance_get_value),
39051         (gst_videobalance_colorbalance_init): Implementing colorbalance
39052         interface.
39053         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39054         list.
39055         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39056         bug which was triggering a BadAccess X error when setting an overlay
39057         before pad was really negotiated.
39058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39059         Using the colorbalance type macro.
39060
39061 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39062
39063         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39064         (gst_flacenc_chain):
39065           handle tags correctly
39066         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39067           extract ID3v1 tags correctly
39068
39069 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39070
39071         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39072         (plugin_init):
39073           Improve matroska typefinding for odd-typed headers...
39074
39075 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39076
39077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39078           Fix for using incremental number on padnames.
39079
39080 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39081
39082         * ext/divx/gstdivxdec.c:
39083         * ext/divx/gstdivxenc.c:
39084           Set category to divx4linux instead of divx (too generic).
39085         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39086         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39087         (gst_wavparse_loop), (gst_wavparse_change_state):
39088         * gst/wavparse/gstwavparse.h:
39089           fix parsing of WAV files with non-standard fmt-tag size and fix
39090           skipping of unrecognized chunks... Someone please fix this thing
39091           to use rifflib so all this is automated.
39092         * sys/v4l/Makefile.am:
39093         * sys/v4l2/Makefile.am:
39094           Add X_CFLAGS because we depend on X (for overlay).
39095
39096 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39097
39098         * ext/mpeg2dec/gstmpeg2dec.c:
39099           Don't issue a timestamp unless we tagged the frame
39100           with a PTS.
39101
39102 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39103
39104         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39105           Query the audio element to get the time, not the clock. We're
39106           interested in the element's time here.
39107
39108 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39109
39110         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39112         * ext/esd/esdsink.c: (gst_esdsink_chain):
39113         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39114         * ext/mas/massink.c: (gst_massink_chain):
39115         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39117         (gst_matroska_demux_parse_metadata):
39118         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39119         (gst_mpeg_parse_release_locks):
39120         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39121         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39122         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39123         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39124         (gst_osssink_change_state):
39125         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39126         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39127         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39128         (gst_xvideosink_release_locks):
39129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39130           use element time.
39131         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39132         (gst_alsa_clock_stop):
39133         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39134         (gst_audio_clock_get_internal_time):
39135           simplify for use with new clocking code.
39136         * testsuite/alsa/Makefile.am:
39137         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39138           fix testsuite for new caps system
39139
39140 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39141
39142         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39143         * ext/flac/gstflacenc.c: (add_one_tag):
39144           length is already host endian, no need to convert. Fixes playback of
39145           tagged files on PPC. (bug #128384)
39146
39147 2004-01-13  Julien MOUTTE <julien@moutte.net>
39148
39149         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39150         colorbalance interface stating if it is hardware based or software
39151         based.
39152         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39153         Removing a trailing comma.
39154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39155         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39156         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39157         the documentation seems to be wrong on the -1000 to 1000 interval.
39158
39159 2004-01-12  David Schleef  <ds@schleef.org>
39160
39161         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39162         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39163         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39164         Fix negotiation.  Add a bufferalloc function for the sink pad,
39165         and generally clean up some of the code.
39166
39167 2004-01-12  Julien MOUTTE <julien@moutte.net>
39168
39169         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39170         (gst_color_balance_channel_dispose): Adding safety check in dispose
39171         method.
39172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39173         (gst_xvimagesink_xcontext_clear),
39174         (gst_xvimagesink_interface_supported),
39175         (gst_xvimagesink_colorbalance_list_channels),
39176         (gst_xvimagesink_colorbalance_set_value),
39177         (gst_xvimagesink_colorbalance_get_value),
39178         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39179         Adding colorbalance interface support to set XV parameters such as
39180         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39181         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39182         interface.
39183
39184 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39185
39186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39187         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39188         (gst_audio_convert_init), (gst_audio_convert_set_property),
39189         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39190         (gst_audio_convert_link),
39191         (gst_audio_convert_buffer_to_default_format),
39192         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39193           - implement _getcaps and use it
39194           - improve linking
39195           - remove float caps since no float conversion is actually done
39196           - remove properties and arguments that were to be used for rate
39197             conversion
39198
39199 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39200
39201         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39202         (gst_audio_structure_set_int):
39203         * gst-libs/gst/audio/audio.h:
39204           add helper functions for _getcaps matching the standard audio
39205           templates
39206
39207 2004-01-12  David Schleef  <ds@schleef.org>
39208
39209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39210         Test that pad is negotiated before getting its caps.
39211
39212 2004-01-12  Julien MOUTTE <julien@moutte.net>
39213
39214         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39215         analyzing the pads of an element the bin is mostly in READY state so
39216         no caps were negotiated. This helper function needs to work with
39217         _get_caps directly then. I was not freeing them though, added that to
39218         fix the mem leak.
39219
39220 2004-01-12  Julien MOUTTE <julien@moutte.net>
39221
39222         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39224         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39225         than the free_func.
39226
39227 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39228
39229         * sys/oss/gstossaudio.c: (plugin_init):
39230         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39231         * sys/oss/gstosselement.h:
39232           make an oss debugging category
39233           make failure more descriptive
39234
39235 2004-01-11  David Schleef  <ds@schleef.org>
39236
39237         * ext/ffmpeg/gstffmpeg.c:
39238         * ext/ffmpeg/gstffmpegcodecmap.c:
39239         * ext/ffmpeg/gstffmpegdec.c:
39240         * ext/ffmpeg/gstffmpegenc.c:
39241         * ext/ffmpeg/gstffmpegprotocol.c:
39242         * ext/gdk_pixbuf/gstgdkanimation.c:
39243         * ext/jpeg/gstjpeg.c:
39244         * ext/libpng/gstpng.c:
39245         * ext/mpeg2dec/perftest.c:
39246         * ext/speex/gstspeex.c:
39247         * gst-libs/gst/resample/dtos.c:
39248         * gst/intfloat/gstintfloatconvert.c:
39249         * gst/oneton/gstoneton.c:
39250         * gst/rtjpeg/RTjpeg.c:
39251         * gst/rtp/gstrtp.c:
39252         * sys/dxr3/dxr3init.c:
39253         * sys/glsink/gstgl_nvimage.c:
39254         * sys/glsink/gstgl_pdrimage.c:
39255         * sys/glsink/gstglsink.c:
39256         * testsuite/gst-lint:
39257         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39258
39259 2004-01-11  David Schleef  <ds@schleef.org>
39260
39261         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39262         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39263         * ext/gdk_pixbuf/gstgdkanimation.c:
39264         (gst_gdk_animation_iter_create_pixbuf):
39265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39266         (gst_gdk_pixbuf_chain):
39267         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39268         * ext/jack/gstjack.c: (gst_jack_change_state):
39269         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39270         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39271         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39272         * gst/videofilter/gstvideofilter.c:
39273         (gst_videofilter_set_output_size):
39274         Remove all usage of gst_pad_get_caps(), and replace it with
39275         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39276
39277 2004-01-11  David Schleef  <ds@schleef.org>
39278
39279         * configure.ac:
39280         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39281         * ext/divx/gstdivxdec.c:
39282         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39283         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39284         handle images that span multiple buffers.  Now work with both
39285         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39286         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39287         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39288         video/video.h changes
39289         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39290         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39291         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39292         of GstData free function.
39293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39294         same.
39295
39296 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39297
39298         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39299         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39300         (gst_v4l2element_get_property):
39301         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39302           add norm, channel and frequency properties.
39303         * sys/v4l2/gstv4l2tuner.c:
39304           fixes for tuner interface changes
39305         * sys/v4l2/gstv4l2element.h:
39306         * sys/v4l2/gstv4l2src.c:
39307         * sys/v4l2/gstv4l2src.h:
39308         * sys/v4l2/v4l2src_calls.c:
39309         * sys/v4l2/v4l2src_calls.h:
39310           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39311
39312 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39313
39314         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39315         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39316         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39317         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39318         * gst-libs/gst/tuner/tuner.h:
39319           GObjects aren't const.
39320           Add find_by_name functions.
39321           Add checks to _changed functions.
39322         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39323         (gst_v4l_tuner_get_norm):
39324           Fixes for above.
39325
39326 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39327
39328         * gst-libs/gst/video/video.h:
39329           Fix caps template names to be understandable.
39330           Prefix everything with GST_VIDEO.
39331         * ext/aalib/gstaasink.c:
39332         * ext/divx/gstdivxdec.c:
39333         * ext/divx/gstdivxenc.c:
39334         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39335         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39336         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39337         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39338         * ext/libcaca/gstcacasink.c:
39339         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39340         * ext/snapshot/gstsnapshot.c:
39341         * ext/swfdec/gstswfdec.c:
39342         * ext/xvid/gstxviddec.c:
39343         * ext/xvid/gstxvidenc.c:
39344         * gst/chart/gstchart.c:
39345         * gst/deinterlace/gstdeinterlace.c:
39346         * gst/effectv/gsteffectv.c:
39347         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39348         * gst/goom/gstgoom.c:
39349         * gst/median/gstmedian.c:
39350         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39351         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39352         * gst/overlay/gstoverlay.c:
39353         * gst/smooth/gstsmooth.c:
39354         * gst/smpte/gstsmpte.c:
39355         * gst/synaesthesia/gstsynaesthesia.c:
39356         * gst/videocrop/gstvideocrop.c:
39357         * gst/videodrop/gstvideodrop.c:
39358         * gst/y4m/gsty4mencode.c:
39359         * sys/qcam/gstqcamsrc.c:
39360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39361           Make them work with new video.h file.
39362         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39363         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39365         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39366           Make it work with new buffer allocation system.
39367
39368 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39369
39370         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39371         pad_alloc_buffer implementation to use ->srcpad
39372         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39373         pad_alloc_buffer implementation to use ->srcpad
39374         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39375         pad_alloc_buffer implementation to use ->srcpad
39376         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39377         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39378         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39379         a reference to everything we need.
39380         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39382         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39383         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39384         a reference to everything we need.
39385         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39386
39387 2004-01-11  David Schleef  <ds@schleef.org>
39388
39389         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39390         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39391         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39392         structure members.
39393         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39394         value during a resize/renegotiation.
39395         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39396         gst_pad_alloc_buffer();
39397         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39398         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39399         structure members.
39400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39401         Fix for rename of buffer private structure members.
39402         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39403         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39404         Fix for rename of buffer private structure members.
39405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39406         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39407         Fix for rename of buffer private structure members.
39408
39409 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39410
39411         reviewed by: David Schleef <ds@schleef.org>
39412
39413         * gst/videofilter/Makefile.am:
39414         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39415         from the patch by ds to fit in with recent make_filter changes.
39416
39417 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39418
39419         * configure.ac: Adding examples/switch/Makefile
39420         * examples/Makefile.am: Adding examples/switch
39421         * examples/switch/Makefile.am: Adding switcher example.
39422         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39423         (switch_timer), (main): Adding an example demonstrating switch usage
39424         with 2 videotestsrc showing different patterns.
39425         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39426         (gst_switch_init): Fixing switch with the new caps system.
39427
39428 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39429
39430         * gst-libs/gst/video/video.h:
39431           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39432           They should probably be like
39433           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39434
39435 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39436
39437         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39438         (qtdemux_parse_trak):
39439           fix audio chunk size/timestamp calculation
39440
39441 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39442
39443         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39444           fix SVQ3 caps
39445
39446 2004-01-11  Steve Baker  <steve@stevebaker.org>
39447
39448         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39449         (gst_agingtv_base_init), (gst_agingtv_class_init),
39450         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39451         (gst_agingtv_set_property), (gst_agingtv_get_property):
39452         Port agingTV to videofilter
39453
39454 2004-01-09  Julien MOUTTE <julien@moutte.net>
39455
39456         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39457         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39458
39459 2004-01-09  Julien MOUTTE <julien@moutte.net>
39460
39461         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39462         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39463         * gst-libs/gst/xoverlay/xoverlay.c:
39464         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39465         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39466         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39467         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39468         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39469         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39470         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39471         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39472         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39473         interface implementation to handle xid being 0 and fix some bugs
39474         triggered by Benjamin's testcase.
39475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39476         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39477         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39478         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39479         interface implementation to handle xid being 0 and fix some bugs
39480         triggered by Benjamin's testcase.
39481
39482 2004-01-09  David Schleef  <ds@schleef.org>
39483
39484         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
39485         mouse pointer events.  It works.
39486
39487 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39488
39489         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39490           Use explicit caps - fix capsnego.
39491         * ext/xvid/gstxviddec.c:
39492         * ext/xvid/gstxvidenc.c:
39493           Remove macro-inside-macro which caused compile errors.
39494         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
39495           Error out if it's not a RIFF file. Else we error out without
39496           gst_element_error() which is not good...
39497
39498 2004-01-08  David Schleef  <ds@schleef.org>
39499
39500         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39501         Fix pad_link function to handle formats that ffmpeg returns
39502         as multiple caps structures.
39503         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
39504         Only complain if source buffer is _smaller_ than expected.
39505         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
39506         (gst_videoscale_handle_src_event): Resize navigation events
39507         when passing them upstream.
39508         * gst/videotestsrc/gstvideotestsrc.c:
39509         * gst/videotestsrc/gstvideotestsrc.h:
39510         * gst/videotestsrc/videotestsrc.c:
39511         * gst/videotestsrc/videotestsrc.h:
39512         Rewrite many of the buffer painting functions to handle odd
39513         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
39514         been verified to work with my video card.
39515         * testsuite/gst-lint:  Add check for elements calling
39516         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
39517
39518 2004-01-08  David Schleef  <ds@schleef.org>
39519
39520         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
39521         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
39522
39523 2004-01-08  Julien MOUTTE  <julien@moutte.net>
39524
39525         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
39526         configure event is not emiting the desired size signal. That fixes
39527         aspect ratio issues with gst-player.
39528
39529 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39530
39531         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
39532           Fix capsnego.
39533
39534 2004-01-08  Julien MOUTTE  <julien@moutte.net>
39535
39536         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
39537         public method to fire size signal.
39538
39539 2004-01-07  Julien MOUTTE  <julien@moutte.net>
39540
39541         * examples/gstplay/Makefile.am: Adding the interface library.
39542         * gst-libs/gst/play/Makefile.am: Adding the interface library.
39543         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
39544         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
39545         GST_IS_X_OVERLAY before signal connect.
39546         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
39547         Removing the have_video_size signal.
39548         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
39549         and associated public method.
39550         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39551         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
39552         signal.
39553         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39554         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
39555         signal.
39556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
39557         Using XOverlay public method to fire size signal.
39558
39559 2004-01-07  David Schleef  <ds@schleef.org>
39560
39561         * gst/videofilter/Makefile.am:
39562         * gst/videofilter/gstvideotemplate.c:
39563         * gst/videofilter/make_filter:
39564         Create gstvideoexample.c in a srcdir!=builddir friendly way.
39565         Convert make_filter to /bin/sh script.
39566
39567 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
39568
39569         * gst/modplug/gstmodplug.cc: fix element description
39570
39571 2004-01-07  Julien MOUTTE  <julien@moutte.net>
39572
39573         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
39574         (got_video_size): Adding some new lines in g_print calls.
39575         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
39576         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
39577         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
39578         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
39579         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
39580         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
39581         Complete code review, reverting some stuff i disagree with, adding
39582         some fixes : time synchronization on invalid timestamps, renegotiation
39583         of private window.
39584         * sys/ximage/ximagesink.h:
39585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
39586         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
39587         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
39588         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
39589         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
39590         (gst_xvimagesink_buffer_new),
39591         (gst_xvimagesink_navigation_send_event),
39592         (gst_xvimagesink_set_xwindow_id),
39593         (gst_xvimagesink_get_desired_size),
39594         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
39595         stuff i disagree with, adding some fixes : Renegotiation of private
39596         window, implementing get_desired_size.
39597
39598 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39599
39600         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
39601         (gst_afsink_handle_event):
39602         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
39603         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
39604         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
39605         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
39606         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
39607           Fix for instantiate-test (see core). Also remove dead code from
39608           jpegenc (which still needs fixing, but that's lower on my TODO
39609           list...).
39610         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
39611           Never return NULL as caps.
39612
39613 2004-01-07  David Schleef  <ds@schleef.org>
39614
39615         * configure.ac:
39616         * ext/Makefile.am:
39617         * ext/librfb/Makefile.am:
39618         * ext/librfb/gstrfbsrc.c:
39619         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
39620         is the protocol used by VNC.
39621
39622 2004-01-07  David Schleef  <ds@schleef.org>
39623
39624         * gst/videofilter/gstvideotemplate.c:
39625         * gst/videofilter/gstvideotemplate.h:
39626         * gst/videofilter/make_filter:
39627         Merge videotemplate header into source file.
39628         * gst/effectv/Makefile.am:
39629         * gst/effectv/gsteffectv.c: (plugin_init):
39630         * gst/effectv/gstwarp.c:
39631         Make warpTV a subclass of videofilter.
39632
39633 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39634
39635         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
39636           Add guard against invalid utf-8 conversions in mad. Just in case.
39637
39638 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39639
39640         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
39641           Fix for bug shown by poisoning
39642
39643 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39644
39645         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39646         (gst_v4lmjpegsrc_buffer_free):
39647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
39648         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
39649         (gst_v4lsrc_buffer_free):
39650           Fix for removed bufferpools.
39651
39652 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
39653
39654         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39655         Fix caps negotiation.
39656
39657         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
39658         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
39659         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
39660         (dvdnavsrc_event):
39661         * ext/mpeg2dec/gstmpeg2dec.c:
39662         * gst-libs/gst/navigation/navigation.c:
39663         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
39664         * gst-libs/gst/navigation/navigation.h:
39665         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
39666         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
39667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
39668         Super-simple first version of mouse and keyboard events. Clicking
39669         on a DVD menu now works, although it may not take you where you
39670         expected.
39671
39672         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
39673         * gst/videotestsrc/gstvideotestsrc.c:
39674         (gst_videotestsrc_src_fixate):
39675         These fixate functions were broken - they never actually
39676         fixated :)
39677
39678 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39679
39680         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
39681         (gst_icecastsend_init):
39682           fix for new caps system.
39683         * gst-libs/gst/mixer/mixertrack.h:
39684         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
39685           Add 'master track' flag (for tools like ACME that only want to
39686           change the main volume).
39687
39688 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
39689
39690         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
39691         (gst_xvid_csp_to_caps):
39692         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
39693         * ext/xvid/gstxvidenc.c:
39694         ifdef out ARGB type when it isn't available
39695         in xvidcore 1.0.0beta2
39696
39697 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39698
39699         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39700           When we have received a new SCR right in the first buffer after
39701           a seek (so in the same cycle that handles the discont), we should
39702           handle the buffer instead of unreffing it, else we lose data.
39703
39704 2004-01-06  Iain <iain@prettypeople.org>
39705
39706         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
39707           buffer-frames caps too.
39708
39709         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
39710           caps that we need, don't destroy them all and rebuild them. And when
39711           creating src pads, use the src pad template rather than the sink...
39712
39713 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39714
39715         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39716           Add pad to element *after* setting functions such as event handler.
39717           Without this, the scheduler (opt) will link pads, set the event
39718           handler from the default event function (dispatcher in gstpad.c)
39719           and *after* that, we will set our own event function, which will
39720           thus never be used (and thus mpegdemux doesn't handle events).
39721
39722 2004-01-04  David Schleef  <ds@schleef.org>
39723
39724         Fix the fixate functions to handle new prototype:
39725         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
39726         * gst/videotestsrc/gstvideotestsrc.c:
39727         (gst_videotestsrc_src_fixate):
39728         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
39729         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
39730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
39731
39732 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39733
39734         * sys/ximage/ximagesink.h:
39735         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
39736         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
39737         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
39738         (gst_ximagesink_xoverlay_init):
39739           assorted fixes to make (re)embedding work
39740         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
39741         (gst_ximagesink_get_desired_size):
39742           implement desired size additions to XOverlay
39743
39744 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39745
39746         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
39747         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
39748         (gst_x_overlay_got_desired_size):
39749         * gst-libs/gst/xoverlay/xoverlay.h:
39750           Add optional "desired size" signal and querying.
39751
39752 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39753
39754         * gst/matroska/matroska-demux.c:
39755         (gst_matroska_demux_parse_blockgroup):
39756           Fix EBML-laced block parsing. Diffs are relative to previous
39757           lace, not the first lace. Thanks to Mosu from the Matroska
39758           team for detecting this.
39759         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39760         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
39761         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
39762         (gst_wavparse_change_state):
39763         * gst/wavparse/gstwavparse.h:
39764           Quickfix for capsnego.
39765
39766 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39767
39768         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
39769           Fix indenting, fix pad creation.
39770
39771 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39772
39773         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
39774         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
39775         (gst_xviddec_sink_link):
39776           Implement src_getcaps() so proper size caps is negotiated.
39777
39778 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39779
39780         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
39781           Finish flac decoder on EOS. See #116178.
39782
39783 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39784
39785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
39786         (gst_matroska_demux_add_stream):
39787         * gst/matroska/matroska-ids.h:
39788           Add getcaps() function to fix capsnego...
39789
39790 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39791
39792         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39793         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
39794         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
39795           Fix more integer overflows. Again, see #126967.
39796
39797 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39798
39799         * ext/mpeg2dec/gstmpeg2dec.c:
39800           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
39801           #130416.
39802
39803 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39804
39805         * configure.ac:
39806         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
39807         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
39808         * ext/xvid/gstxvid.h:
39809         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
39810         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
39811         (gst_xviddec_src_link), (gst_xviddec_sink_link),
39812         (gst_xviddec_change_state):
39813         * ext/xvid/gstxviddec.h:
39814         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
39815         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
39816         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
39817         (gst_xvidenc_link), (gst_xvidenc_set_property),
39818         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
39819         * ext/xvid/gstxvidenc.h:
39820           Update xvid plugin to latest xvid (1.0.0-beta3) API.
39821
39822 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39823
39824         * gst/rtp/rtp-packet.c:
39825           Add sys/types.h include, since OS X doesn't define in_addr_t
39826           in netinet/in.h, like it does on Linux (see #129600).
39827
39828 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
39829
39830         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
39831
39832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
39833           Correct logic of dispose function (see #129306).
39834
39835 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39836
39837         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
39838         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
39839         (gst_mpeg_parse_init):
39840         * gst/mpegstream/gstmpegparse.h:
39841           Remove clock (which was never provided, i.e. dead code), and
39842           also fix integer overflows at high PTS values (see #126967).
39843
39844 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39845
39846         * ext/flac/gstflacdec.c:
39847         * ext/libpng/gstpngenc.h:
39848         * ext/mikmod/gstmikmod.h:
39849           OS X fixes (see #126628).
39850
39851 2004-01-02  David Schleef  <ds@schleef.org>
39852
39853         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
39854         (gst_alsa_src_base_init): Remove bogus "src" request pad.
39855         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
39856         (gst_mpeg_parse_class_init): Move pad template registration
39857         to class_init, since the derived class (mpegdemux) doesn't
39858         want them.
39859
39860 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39861
39862         * sys/ximage/Makefile.am:
39863         * sys/xvideo/Makefile.am:
39864         * sys/xvimage/Makefile.am:
39865           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
39866           after installation (see #127664).
39867
39868 2004-01-02  David Schleef  <ds@schleef.org>
39869
39870         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
39871         (gst_ffmpegenc_connect):  Negotiation fixes.
39872         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
39873         Remove inappropriate gst_caps_free().
39874         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39875         Reenable Ronald's internal resize code, since the core handles
39876         it correctly now.
39877
39878 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39879
39880         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
39881         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
39882         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
39883           Fix pad template stuff.
39884
39885 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39886
39887         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
39888         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
39889           fix signed integer reading/writing.
39890
39891 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39892
39893         * ext/alsa/README:
39894           Remove outdated document
39895
39896 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
39897
39898         * gst/cutter/gstcutter.c: (gst_cutter_init):
39899           src pad was being created twice - oops.
39900
39901 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39902
39903         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39904           Comment out internal resize. It doesn't handle the resulting
39905           XEvent internally, does another try_set_caps() which leads to
39906           a really nice loop.
39907           Real fix will come when Julien and Dave are awake. ;).
39908
39909 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39910
39911         * ext/mpeg2enc/gstmpeg2enc.cc:
39912           fix const/nonconst compile issue.
39913
39914 2004-01-02  David Schleef  <ds@schleef.org>
39915
39916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
39917         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
39918         Add fixate function and a check for bad formats.
39919
39920 2004-01-01  David Schleef  <ds@schleef.org>
39921
39922         Negotiation fixes:
39923         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
39924         (gst_audiofilter_init):
39925         * gst/debug/efence.c: (gst_efence_init):
39926         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
39927         (gst_deinterlace_init):
39928         * gst/volume/gstvolume.c: (volume_connect):
39929
39930 2004-01-01  David Schleef  <ds@schleef.org>
39931
39932         Convert elements to use gst_pad_use_explicit_caps() where
39933         appropriate:
39934         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
39935         * ext/audiofile/gstafparse.c: (gst_afparse_init),
39936         (gst_afparse_open_file):
39937         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
39938         (gst_afsrc_open_file):
39939         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
39940         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
39941         (gst_ffmpegdec_chain):
39942         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39943         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
39944         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
39945         (gst_gdk_pixbuf_chain):
39946         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
39947         (gst_jpegdec_chain):
39948         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
39949         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
39950         (gst_mikmod_negotiate):
39951         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
39952         (gst_mpeg2dec_negotiate_format):
39953         * ext/mpeg2enc/gstmpeg2enc.cc:
39954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
39955         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
39956         (gst_speexdec_sinkconnect):
39957         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
39958         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
39959         (gst_vorbisfile_new_link):
39960         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
39961         (gst_ac3parse_chain):
39962         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
39963         (gst_asf_demux_setup_pad):
39964         * gst/auparse/gstauparse.c: (gst_auparse_init),
39965         (gst_auparse_chain):
39966         * gst/id3/gstid3types.c: (gst_id3types_loop):
39967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39968         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39969         (mp1videoparse_parse_seq):
39970         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
39971         (bpf_from_header):
39972         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39973         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
39974         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
39975         (gst_mpeg_parse_send_data):
39976         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39977         (gst_qtdemux_add_stream):
39978         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39979         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39980         (gst_wavparse_parse_fmt):
39981
39982 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39983
39984         * configure.ac:
39985           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
39986           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
39987           it therefore uses the wrong include paths. Too bad... Note
39988           that 1.6.1.93 is not release yet. ;).
39989           Also add a check for mplex, which is now using the lib'ified
39990           mplex from mjpegtools, too.
39991         * ext/ffmpeg/gstffmpegcodecmap.c:
39992           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
39993           issues. I don't think ffmpeg handles 3ivx correctly, so this
39994           probably won't work. But it won't hurt either.
39995         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
39996         (gst_ffmpegdec_chain):
39997         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
39998         (gst_ffmpegenc_chain_audio):
39999           Fix memleak in audio encoding. Close codec if open fails, this
40000           calls the cleanup routines so we can re-use the context.
40001         * ext/mpeg2enc/gstmpeg2enc.cc:
40002           Fix pad template names/types, fix memory issue with getcaps().
40003         * ext/mpeg2enc/gstmpeg2encoder.cc:
40004         * ext/mpeg2enc/gstmpeg2encoder.hh:
40005           Fix compile issue with new caps system (const thingy).
40006         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40007         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40008           We read a first frame right on initing, so that we have a caps
40009           when we init the output. This caps is cached in padprivate and
40010           read as first frame.
40011         * ext/mplex/Makefile.am:
40012         * ext/mplex/gstmplex.cc:
40013         * ext/mplex/gstmplex.h:
40014         * ext/mplex/gstmplex.hh:
40015         * ext/mplex/gstmplexibitstream.cc:
40016         * ext/mplex/gstmplexibitstream.hh:
40017         * ext/mplex/gstmplexjob.cc:
40018         * ext/mplex/gstmplexjob.hh:
40019         * ext/mplex/gstmplexoutputstream.cc:
40020         * ext/mplex/gstmplexoutputstream.hh:
40021           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40022           had issues, didn't do capsnego, supported only a subset of the
40023           mplex features and required a mplex fork in our local CVS. Plus
40024           that it worked agaist a very old mplex version. Rewriting was
40025           faster than updating it.
40026         * gst-libs/ext/Makefile.am:
40027         * gst-libs/ext/mplex/INSTRUCT:
40028         * gst-libs/ext/mplex/Makefile.am:
40029         * gst-libs/ext/mplex/README:
40030         * gst-libs/ext/mplex/TODO:
40031         * gst-libs/ext/mplex/ac3strm_in.cc:
40032         * gst-libs/ext/mplex/audiostrm.hh:
40033         * gst-libs/ext/mplex/audiostrm_out.cc:
40034         * gst-libs/ext/mplex/aunit.hh:
40035         * gst-libs/ext/mplex/bits.cc:
40036         * gst-libs/ext/mplex/bits.hh:
40037         * gst-libs/ext/mplex/buffer.cc:
40038         * gst-libs/ext/mplex/buffer.hh:
40039         * gst-libs/ext/mplex/fastintfns.h:
40040         * gst-libs/ext/mplex/format_codes.h:
40041         * gst-libs/ext/mplex/inputstrm.cc:
40042         * gst-libs/ext/mplex/inputstrm.hh:
40043         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40044         * gst-libs/ext/mplex/mjpeg_logging.cc:
40045         * gst-libs/ext/mplex/mjpeg_logging.h:
40046         * gst-libs/ext/mplex/mjpeg_types.h:
40047         * gst-libs/ext/mplex/mpastrm_in.cc:
40048         * gst-libs/ext/mplex/mpegconsts.cc:
40049         * gst-libs/ext/mplex/mpegconsts.h:
40050         * gst-libs/ext/mplex/mplexconsts.hh:
40051         * gst-libs/ext/mplex/multplex.cc:
40052         * gst-libs/ext/mplex/outputstream.hh:
40053         * gst-libs/ext/mplex/padstrm.cc:
40054         * gst-libs/ext/mplex/padstrm.hh:
40055         * gst-libs/ext/mplex/stillsstream.cc:
40056         * gst-libs/ext/mplex/stillsstream.hh:
40057         * gst-libs/ext/mplex/systems.cc:
40058         * gst-libs/ext/mplex/systems.hh:
40059         * gst-libs/ext/mplex/vector.cc:
40060         * gst-libs/ext/mplex/vector.hh:
40061         * gst-libs/ext/mplex/videostrm.hh:
40062         * gst-libs/ext/mplex/videostrm_in.cc:
40063         * gst-libs/ext/mplex/videostrm_out.cc:
40064         * gst-libs/ext/mplex/yuv4mpeg.cc:
40065         * gst-libs/ext/mplex/yuv4mpeg.h:
40066         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40067         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40068           We don't fork mjpegtools' mplex in our CVS anymore.
40069         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40070         (gst_avi_demux_add_stream):
40071         * gst/avi/gstavidemux.h:
40072           Add getcaps() function for proper caps nego. This makes some
40073           parts of AVI playback/reading work.
40074         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40075           Resize window on new capsnego. This is probably wrong, but
40076           I'm still committing it because with current capsnego, the
40077           first successfull capsnego is auto-fixated, therefore rounded
40078           down to the lowest values in the caps. this results in a 16x16
40079           XWindow that is not reized when real capsnego finishes.
40080           Dave, I see more cases of this, do you know a proper solution?
40081         * tools/gst-launch-ext.in:
40082           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40083
40084 2003-12-31  David Schleef  <ds@schleef.org>
40085
40086         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40087         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40088           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40089
40090 2003-12-30  David Schleef  <ds@schleef.org>
40091
40092         * ext/ffmpeg/gstffmpegcolorspace.c:
40093         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40094         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40095         (gst_ffmpegcsp_chain): Negotiation fixes
40096         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40098         (gst_audio_convert_link), (gst_audio_convert_channels):
40099         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40100         (gst_audioscale_link), (gst_audioscale_get_buffer),
40101         (gst_audioscale_chain): Negotiation fixes
40102         * gst/audioscale/gstaudioscale.h:
40103         * gst/videofilter/gstvideofilter.c:
40104         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40105         (gst_videofilter_link), (gst_videofilter_init),
40106         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40107         (gst_videofilter_find_format_by_structure):
40108         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40110         (gst_videoscale_link):
40111         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40112         (videoscale_find_by_structure), (gst_videoscale_setup):
40113         * gst/videoscale/videoscale.h: Negotiation fixes
40114         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40115         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40116         function, restrict resizing to a multiple of 4 (hack until
40117         everyone supports odd sizes correctly).
40118
40119 2003-12-29  Colin Walters  <walters@verbum.org>
40120
40121         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40122         signed.
40123
40124 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40125
40126         * ext/sndfile/gstsf.c: (gst_sf_loop):
40127           Fix warning about discarding const qualifier
40128
40129 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40130
40131         * gst/cutter/gstcutter.c:
40132         * gst/videoscale/gstvideoscale.c:
40133         * gst/volenv/gstvolenv.c:
40134         * gst-libs/gst/audio/audio.c:
40135         * gst-libs/gst/video/video.c:
40136           Fix warnings
40137
40138 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40139
40140         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40141           Don't send ALSA debugging to stderr.
40142         * ext/alsa/gstalsa.h:
40143           Use GST_WARNING instead of g_warning when ALSA functions fail.
40144
40145 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40146
40147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40148           Free XVAdapterInfo correctly.
40149
40150 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40151
40152         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40153         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40154           Make id3tag use correct caps nego.
40155
40156 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40157
40158         * ext/ivorbis/vorbis.c:
40159         * ext/ivorbis/vorbisenc.h:
40160         * ext/ivorbis/vorbisfile.c:
40161           Modify so that it uses the new caps things
40162
40163 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40164
40165         * testsuite/spider/spider1.c: (main):
40166         * testsuite/spider/spider2.c: (main):
40167         * testsuite/spider/spider3.c: (main):
40168           Make tests compile again. They probably don't work.
40169
40170 2003-12-24  Colin Walters  <walters@verbum.org>
40171
40172         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40173         we can't fixate the caps anymore.
40174
40175 2003-12-23  David Schleef  <ds@schleef.org>
40176
40177         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40178         * sys/oss/gstosssink.c: (gst_osssink_init),
40179         (gst_osssink_sink_fixate): Add fixate function.
40180
40181 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40182
40183         * ext/ffmpeg/gstffmpegcodecmap.c:
40184         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40185         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40186         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40187         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40188         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40189         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40190         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40191           fix typo in RGB masks, and move back to "old" colorspace
40192           capsnego code until whoever wrote this new crap has actually
40193           tested it so that it works.
40194           And yes, this works, keep it that way please.
40195
40196 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40197
40198         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40199         (gst_divxdec_init), (gst_divxdec_negotiate):
40200         * ext/divx/gstdivxdec.h:
40201         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40202         (gst_divxenc_init):
40203         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40204         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40205         * ext/mpeg2enc/gstmpeg2enc.cc:
40206         * ext/mpeg2enc/gstmpeg2encoder.cc:
40207         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40208         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40209         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40210         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40211         (dxr3spusink_init):
40212         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40213         (dxr3videosink_init):
40214           Fix caps breakage after Dave's caps branch merge.
40215
40216 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40217
40218         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40219           Fix for 24bpp display.
40220
40221 2003-12-23  Colin Walters  <walters@verbum.org>
40222
40223         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40224         a GnomeVFSHandle directly.
40225
40226 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40227
40228         * gst/volume/Makefile.am:
40229         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40230         (volume_base_init), (volume_init):
40231           Reenable volume element and fix to work with new caps stuff.
40232           Rhythmbox needs this.
40233
40234 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40235
40236         * gst/qtdemux/qtdemux.c: (plugin_init):
40237           qtdemux requires bytestream
40238
40239 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40240
40241         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40242           Fix remaining caps handling errors due to CAPS merge.
40243
40244 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40245
40246         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40247         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40248         (gst_faad_srcconnect):
40249           Port to new caps system.
40250
40251 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40252
40253         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40254         (got_video_size), (main): using g_print instead of g_message.
40255         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40256         signal which was not emitted because of "switch" element added to the
40257         bin but not connected. (Removing from the bin temporarily)
40258
40259 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40260
40261         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40262         find X development files. I don't understand the previous tests and
40263         they fail on my debian/ppc unstable. This one works.
40264         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40265         exiting.
40266         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40267         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40268         (gst_play_set_visualization): Add some safety checks in set_ methods
40269         and state_change. This was throwing some ugly CRITICAL messages when
40270         pipeline was getting disposed and casts were failing.
40271
40272 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40273
40274         * configure.ac:
40275           Improve mpeg2enc detection. This is for distributions that do
40276           ship mjpegtools, but without mpeg2enc. Also does object check
40277           for might there ever be ABI incompatibility.
40278         * ext/mpeg2enc/gstmpeg2enc.cc:
40279           Add Andrew as second maintainer (he's helping me), and also add
40280           an error if no caps was set. This happens if I pull before capsnego
40281           and that's something I should solve sometime else.
40282         * gst/matroska/matroska-demux.c:
40283         (gst_matroska_demux_parse_blockgroup):
40284           Fix time parsing.
40285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40286         (gst_matroska_mux_track_header):
40287           Add caps to templates.
40288         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40289           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40290         * gst/mpegstream/gstmpegdemux.c:
40291           Remove layer since it causes warnings about unfixed caps.
40292         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40293           Fix obvious typo (we error out if caps were set, we should of
40294           course error out if *no* caps were set).
40295         * sys/oss/gstosselement.c: (gst_osselement_convert):
40296           Fix format conversion, we confused bits/bytes.
40297         * sys/oss/gstosselement.h:
40298           Improve documentation for 'bps'.
40299         * sys/v4l/TODO:
40300           Remove stuff about plugins that need removing - this was done
40301           ages ago.
40302         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40303         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40305         (gst_v4lsrc_src_query):
40306         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40307         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40308           Add get_query_types(), get_formats() and query() functions.
40309
40310 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40311
40312         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40313           * moved CVS to freedesktop.org